/*非自适应站内页banner样式*/
.xypg-banner{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 350px !important;
}
.xypg-banner .img img{
    width: 1920px;
    margin: 0 auto;
    height: 350px !important;
}
/*非自适应站内页样式*/
.container{
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
    padding: 0px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.xypg-left{
    width: 260px;
    float: left;
}
.xypg-right{
    width: 880px;
    float: right;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*内页banner*/
.n_bannerbj {
    width: 100%;
    overflow: hidden;
}
.n_bannerbj img{
    max-width: 100%;
    height: auto;
}
/*非自适应站内页产品样式*/
.xypg-product-list{
    margin: 0;
}
.xypg-product-list li{
    margin: 0 10px;
    width: 272px;
}
.xypg-product-list li .img img{
    width: 272px;
}
.xypg-product-list li h3{
    margin: 15px 0;
}

.banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 852px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 50%;
    bottom: 38px;
    z-index: 100;
}

.banner .num li {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 6px;
}

.banner .num li:last-child {
    margin-right: 0px;
}

.banner .num li.num_hover {
    background-color: #f08200;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    line-height: 12px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 45px auto 0;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

/*滚动*/
#s_demo {
    overflow: hidden;
    width: 100%;
    margin: 45px auto 0;
}

#s_indemo {
    float: left;
    width: 800%;
}

#s_demo1 {
    float: left;
}

#s_demo2 {
    float: left;
}

/*滚动*/
#t_demo {
    overflow: hidden;
    width: 1065px;
    margin: 0 auto;
}

#t_indemo {
    float: left;
    width: 800%;
}

#t_demo1 {
    float: left;
}

#t_demo2 {
    float: left;
}


#certify {
    margin-top: 40px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 576px;
    height: 402px;
    background: #014099;
    color: #fff;
    border-radius: 10px;
}
#certify .swiper-slide a{
    display: block;
}

#certify .swiper-slide:hover .product_t{
    border-bottom: 2px solid #005192;
}
.product_t{
    border: 2px solid #e5e5e5;
    padding-bottom: 16px;
    padding-top: 16px;
}
#certify .swiper-slide img {
    width: 576px;
    height: 363px;
    display: block;
    border-radius: 0px 0px 10px 10px;
}

#certify .swiper-slide p {
    line-height: 40px;
    padding-top: 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-slide a {
    width: 100%;
    height: 14px;
    display: block;
    background: url("../images/product_more.png") no-repeat center;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    top: 170px;
    left: -40px;
    width: 35px;
    height: 35px;
    background: url(../images/wm_button_prev.png) no-repeat;
    background-size: 100%;
}

#certify .swiper-button-next {
    top: 170px;
    right: -40px;
    width: 35px;
    height: 35px;
    background: url(../images/wm_button_next.png) no-repeat;
    background-size: 100%;
}
.swiper-slide-active{
    background: #f08200 !important;
}



.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #014099;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.xyin-links a{
    color: #666;
    font:400 14px/30px "Microsoft yahei";
}