@charset "UTF-8";

@font-face {
    font-family: fzdbs;
    src: url(../font/4084_fzdbs_GBK.ttf);
}

@font-face {
    font-family: bc;
    src: url(../font/BODONIBC.TTF);
}


.shuffling .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #b71111;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    transition: .5s;
}

.shuffling .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #b71111;
}
.shuffling .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}



.title{
    margin-bottom: 50px;
    padding-top: 70px;
    text-align: center;
}
.title h2 {
    color: #333;
    font-family: bc;
    font-size: 40px;
    letter-spacing:5px;
}


.product{
    padding-bottom: 50px;
}
.product .swiper-container{
    width: 1400px;
    margin:0 auto 80px;
}
.product .swiper-container img{
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto;
}
.product .swiper-slide{

}
.product .swiper-slide:hover > div div{
    top: 0;
}
.product .swiper-slide > div{
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
    padding: 50px 0;
    margin-bottom: 40px;
    /*background-color: #fbfbfb;*/
    border: 2px solid #fbfbfb;
    box-sizing: border-box;
}
.product .swiper-slide:hover > div div{
    top: 0;
}
.product .swiper-slide > div div{
    top: -101%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    font-size: 0;
    transition: .8s;
}
.product .swiper-slide > div div i{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    transition: .5s .6s;
    opacity: 0;
}
.product .swiper-slide > div div .s-link{
    left: 0;
    background:white url("../img/link.png") no-repeat center;
}
.product .swiper-slide > div div .s-big{
    right: 0;
    background:white url("../img/big.png") no-repeat center;
}
.product .swiper-slide:hover > div div .s-link{
    left: 35%;
    opacity: 1;
}
.product .swiper-slide:hover > div div .s-big{
    right: 35%;
    opacity: 1;
}
.product .swiper-slide > p{
    color: #353535;
    font-size: 16px;
    text-align: center;
}
.product .swiper-button-next,
.product .swiper-button-prev{
    width: 17px;
    height: 28px;
    background-size: 17px 28px;
    outline: none;
}
.product .swiper-button-prev{
    left: 200px;
}
.product .swiper-button-next{
    right: 200px;
}
.product .more{
    text-align: center;
}
.product .more a{
    padding: 10px 55px;
    background-color: #b71111;
    color: white;
    border-radius: 50px;
}
.product-view{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 9;
}
.product-view > div{
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
}
.product-view > div .p-close{
    top: -25px;
    right: -25px;
    width: 32px;
    height: 32px;
    background: url("../img/close.png") no-repeat center;
}
.product-view img{
    max-width: 95%;
    width: auto;
}



.pic{
    width: 1400px;
    margin: auto;
}
.pic img{
    float: right;
    width: auto;
    max-width: 100%;
    height: 100%;
    transition: .3s;
}
.pic .box{
    overflow: hidden;
    width: 49.5%;
    height: 387px;
}
.pic .box h3 {
    margin-bottom: 10px;
    color: #333;
    font-family: bc;
    font-size: 26px;
}
.pic .box p{
    color: #7f7f7f;
    font-size: 16px;
}
.pic .box div{
    top: 35px;
    left: 20px;
}
.pic .box i{
    bottom: 45px;
    left: 20px;
    width: 32px;
    height: 32px;
    background: url("../img/xyb.png") no-repeat center;
}
.pic .box:hover i{
    background-image: url("../img/xyb1.png");
}
.pic .box:hover img{
    transform: scale(1.05);
}
.pic .bottom > div{
    height: 786px;
}
.pic .top{
    margin-bottom: 15px;
}
.pic .bottom .left{
    width: 33%;
    background-color: #f7f4fa;
}
.pic .bottom .right{
    width: 66%;
}
.pic .bottom .right .box{
    width: 49.2%;
}
.pic .bottom .right .b-top .box:nth-of-type(1){
    background-color: #e8efec;
}
.pic .bottom .right .b-top .box:nth-of-type(2){
    background-color: #f7f4fa;
}
.pic .bottom .right .b-bottom{
    width: 100%;
    margin-top: 12px;
    background-color: #e8efec;
}


.information{
    padding-top: 105px;
    padding-bottom: 65px;
    background:url("../img/bg.png") no-repeat bottom right;
}
.information > div{
    width: 50%;
}
.information .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    opacity: 1;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: .5s;
}

.information .swiper-pagination-bullet-active{
    background-color: #fff;
}
.information .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
}
.information .right-number{
    top: 105px;
    right: 0;
    height: calc(100% - 170px);
    padding-top: 100px;
    padding-left: 120px;
    background-color: #f0f3fa;
    box-sizing: border-box;
}
.information .right-number > div{
    width: 580px;
    color: #333;
}
.information .right-number > div h3{
    margin-bottom: 35px;
    font-family: bc;
    font-size: 45px;
}
.information .right-number > div > p{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.information .right-number > div a{
    display: inline-block;
    padding: 10px 43px;
    background-color: #b71111;
    color: white;
    font-size: 16px;
    border-radius: 50px;
}
.information .right-number > div em{
    display: block;
    width: 100%;
    height: 1px ;
    margin: 62px 0;
    background-color: #c0c2c8;
}
.information .right-number > div ul{
    font-size: 0;
}
.information .right-number > div ul li{
    width: 33.3%;
}
.information .right-number > div ul li i{
    width: 52px;
    height: 40px;
    margin-bottom: 30px;
}
.information .right-number > div ul li:nth-of-type(1) i{
    background: url("../img/jy.png") no-repeat center;
}
.information .right-number > div ul li:nth-of-type(2) i{
    background: url("../img/mj.png") no-repeat center;
}
.information .right-number > div ul li:nth-of-type(3) i{
    background: url("../img/rq.png") no-repeat center;
}
.information .right-number > div ul li p{
    margin-bottom: 15px;
    font-size: 14px;
}
.information .right-number > div ul li p span{
    margin-right: 5px;
    font-family: fzdbs;
    font-size: 50px;
}
.information .right-number > div ul li div{
    font-size: 16px;
}

.advantages{
    padding-bottom: 35px;
}
.advantages .title{
    margin-bottom: 80px;
    padding-top: 50px;
}
.advantages > div{
    width: 1500px;
    margin: auto;
    font-size: 0;
    color: #323232;
}
.advantages div div{
    position: relative;
    width: 25%;
    height: 272px;
    margin-bottom: 50px;
    padding:0 3%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}
.advantages div div h3{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}
.advantages div div:hover h3{
    opacity: .1;
}
.advantages div div p{
    width: 100%;
    height: 93px;
    padding: 0 3%;
    font-size: 14px;
    line-height: 30px;
    word-break:break-word;
    overflow: hidden;
    transition: .5s;
    box-sizing: border-box;
}
.advantages div div:hover p{
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 210px;
    padding: 0 13%;
}
.advantages div div img{
    width: 88px;
    height: 75px;
    margin:0 auto 40px;
    transition: .3s;
}
.advantages div div:hover img{
    opacity: 0.1;
}
/*.advantages div div:nth-of-type(1) i{
    background: url("../img/us.png") no-repeat center;
}
.advantages div div:nth-of-type(2) i{
    background: url("../img/gl.png") no-repeat center;
}
.advantages div div:nth-of-type(3) i{
    background: url("../img/qq.png") no-repeat center;
}
.advantages div div:nth-of-type(4) i{
    background: url("../img/wl.png") no-repeat center;
}
.advantages div div:nth-of-type(5) i{
    background: url("../img/zy.png") no-repeat center;
}
.advantages div div:nth-of-type(6) i{
    background: url("../img/pz.png") no-repeat center;
}
.advantages div div:nth-of-type(7) i{
    background: url("../img/zy.png") no-repeat center;
}
.advantages div div:nth-of-type(8) i{
    background: url("../img/pz.png") no-repeat center;
}*/


.salesman{
    padding-bottom: 60px;
    background: url("../img/bg1.png") no-repeat center/cover;
}
.salesman .model{
    width: 1400px;
    margin: auto;
}
.salesman .model .left{
    width: 40%;
}
.salesman .model h3{
    margin-bottom: 20px;
    font-family: bc;
    font-size: 26px;
}
.salesman .model p{
    color: #4d4d4d;
    font-size: 18px;
}
.salesman .model .left > div{
    top: 200px;
    left: 0;
    opacity: 0;
    transition: .5s;
}
.salesman .model .left > div.on{
    top: 150px;
    opacity: 1;
}
.salesman .model .right{
    width: 57.1%;
    overflow: hidden;
}
.salesman .swiper-container{
    overflow: unset;
    width: 63.3%;
    margin: unset;
}
.salesman .swiper-slide{
    transition: .3s;
}
.salesman .swiper-slide-prev{
    transform:translateX(160%) scale(.6);
    opacity: .4;

}
.salesman .swiper-slide-next{
    transform:translateX(-65%) scale(.8);
    opacity: .4;
    z-index: 1;
}
.salesman .swiper-slide-active{
    z-index: 2;
}
.salesman .swiper-button-next,
.salesman .swiper-button-prev{
    top: 99%;
    width: 12px;
    height: 21px;
    background-size: 12px 21px;
    outline: none;
}
.salesman .swiper-button-prev{
    left: auto;
    right: 60px;
    background-image: url("../img/left1.png");
}
.salesman .swiper-button-next{
    right: 0;
    background-image: url("../img/right1.png");
}
.salesman .model .right > i{
    top: 95%;
    right: 35px;
    width: 1px;
    height: 17px;
    background-color: rgba(183,17,17,.5);

}


.partners{
    padding-bottom: 80px;
}
.partners .content{
    width: 1400px;
    margin: auto;
}
.partners .content .swiper-slide{
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.partners .swiper-button-prev,
.partners .swiper-container-rtl .swiper-button-next{
    left: -60px;
    right: auto;
    outline: none;
}
.partners .swiper-button-next,
.partners .swiper-container-rtl .swiper-button-prev{
    right: -60px;
    left: auto;
    outline: none;
}
.partners .swiper-button-next, .partners .swiper-button-prev{
    width: 17px;
    height: 28px;
    margin-top: -14px;
    background-size: 17px 28px;
}

.search{
    padding: 50px 0;
    background-color: #b71111;
    text-align: center;
    font-size: 0;
}
.search input{
    width: 750px;
    height: 56px;
    line-height: 56px;
    border: none;
    vertical-align: middle;
    font-size: 16px;
    text-indent: 2em;
}
.search a{
    display: inline-block;
    width: 180px;
    height: 56px;
    background:#dce1ed url("../img/search.png") no-repeat center;
    vertical-align: middle;
}

#banner{
    display: none;
}


