
/*banner*/
.banner-box a{
    display:block;
    width:100%;
    height:auto;
}
.banner-box a img{
    width:100%;
    height:auto;
}
.banner-box .banner-swiper .banner-page{
    bottom:100px;
}
.banner-box .banner-swiper .swiper-pagination-bullet{
    width:40px;
    height:4px;
    border-radius:0;
    opacity:0.2;
    background:#fff;
}
.banner-box .banner-swiper .swiper-pagination-bullet-active{
    background:#fff;
    opacity:1;
}

/*product*/
.product-box{
    background:#f4f4f4;
    position:relative;
    padding-top:110px;
    padding-bottom:60px;
}
.labell-box{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    text-align:center;
    background:#ffffff;
    padding:20px 0;
    position:absolute;
    top:-80px;
    left:0;
    right:0;
    margin:auto;
    z-index:999;
}
.labell-box a{
    display:block;
    width:100%;
    height:auto;
    color:#222424;
    font-size:14px;
    font-family:'sy-Regular';
}
.labell-box a:hover{
    color:#0877df;
}
.prolist{
    padding:0;
}
.prolist a{
    display:block;
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
    color:#222424;
    font-size:16px;
    font-family:'sy-Bold';
}
.prolist a:hover{
    color:#0877df;
}
.prolist a>img{
    width:100%;
    height:auto;
    transition:all 0.6s;
}
.prolist a:hover img{
    transform:scale(1.1);
}
.prolist a>p{
    position:absolute;
    left:0;
    right:0;
    bottom:10%;
    text-align:center;
    margin:auto;
}
@media screen and (max-width: 767px) {
    .prolist a > p{
        bottom:5px;
        font-size: 12px;
    }
}

.prolist .pro-left{
    width:49%;
    margin-right:2%;
    float:left;
}
.prolist .pro-right{
    width:49%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    float:left;
}
.prolist .pro-right li{
    width:48%;
    margin-bottom:4%;
}

/*公共标题样式*/
.title-box{
    text-align:center;
    margin-bottom:30px;
}
.title-box h1{
    font-family:'impact';
    font-size:120px;
    color:#f8f8f8;
    margin-bottom: -70px;
}
.title-box h2{
    color:#222424;
    font-size:48px;
    font-family:'sy-Bold';
}
.title-box hr{
    width:50px;
    margin:10px auto;
    background:#f8f8f8;
    color:#f8f8f8;
    border-color:#f8f8f8;
    height:2px;
}
.title-box p{
    color:#222424;
    font-size:14px;
    font-family:'sy-Regular';
}
.title-box span{
    color:#0877df;
}
/*公共标题样式*/


/*youshi*/
.ys-bj{
    padding:3% 0;
}
.ys-bj .title-box{
    text-align:center;
}
.ys-bj .title-box h1{
    font-family:'impact';
    font-size:120px;
    color:#0d2c49;
}
.ys-bj .title-box h2{
    color:#fff;
}
.ys-bj .title-box hr{
    background:#0877df;
    color:#0877df;
    border-color:#0877df;
    height:2px;
}
.ys-bj .title-box p{
    color:#fff;
}
.ys-bj .title-box span{

}
.ys-bj ul{
    display:flex;
    justify-content:space-between;
    text-align:center;
    flex-wrap: wrap;
}
.ys-bj ul li{
    width:25%;
}
.ys-bj .ico-box img{
    width: 50%;
    height: auto;
    border: 8px solid #fff;
    border-radius: 50%;
    background: #0877df;
    padding: 8%;
    margin-bottom:40px;
    transition:all 0.5s;
}
.ys-bj .ico-box img:hover{
    transform:rotate(360deg);
}
.ys-bj .ico-box li{
    position:relative;
}
.ys-bj .ico-box li::after{
    display:block;
    content:'';width:1px;
    height:40px;
    position:absolute;
    bottom:0;
    left:51%;
    background:#fff;
}
.ys-bj .con-box li{
    color:#fff;
    padding:20px;
    font-family:'sy-Regular';
}
.ys-bj .con-box li h5{
    font-size:20px;
    margin: 15px 0;
}
.ys-bj .con-box li p{
    font-size:14px;
}

/*about*/
.about-box{
    padding:3% 0;
}
.about-box .about-left{
    padding-left:0;
}
.about-box .about-right .letter-box{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    color:#eeeeee;
    font-size:30px;
}
.about-box .about-right .data-box{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
}
.about-box .about-right h3{
    font-size:22px;
    color:#222424;
    font-family:'sy-Regular';
    margin: 6% 0;
}
.about-box .about-right p{
    font-size:14px;
    color:#888888;
    font-family:'sy-Regular';
}
.about-box .about-right a{
    display: block;
    color: #fff;
    background: #000;
    width: 160px;
    text-align: center;
    font-size: 16px;
    padding: 10px 30px 8px;
    margin: 10% 0 17%;
    border-radius: 6px;
    transition:all 1.2s;
}
.about-box .about-right a:hover{
    background:#168eff;
}
.about-box .about-right .data-box h1{
    font-family:'impact';
    font-size:48px;
    color:#0877df;
}
.about-box .about-right .data-box p{
    font-family:'sy-Regular';
    font-size:20px;
    color:#222424;
}
.about-box .honor-box{
    margin: 4% 0 2%;
}
.about-box .honor-box .honor-swiper{
    padding:30px 0;
}
.about-box .honor-box img{
    transition:all 0.6s;
    width:100%;
    height:auto;
    transform:scale(0.9);
}
.about-box .honor-box img:hover{
    transform:scale(1);
}

/*strength*/
.strength-box{
    padding-bottom:5%;
}
.gc-mob{display:none;}
.strength-box .list-box{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.strength-box .list-box li{
    width:25%;
    text-align:center;
    position:relative;
    margin-bottom:5px;
}
.strength-box .list-box li img{
    width:99%;
    height:auto;
}
.strength-box .list-box li .bj-box{
    position:absolute;
    width:99%;
    height:100%;
    top:0;
    left:0;
    right:0;
    margin:auto;
    background:rgba(8,119,223,0.8);
    display:none;
}
.strength-box .list-box li:hover .bj-box{
    display:block;
}
.strength-box .list-box li .bj-box .text-box{
    width:90%;
    height:87%;
    margin:5%;
    border:1px solid #fff;
    transition:all 2s;
    opacity:0;
}
.strength-box .list-box li .bj-box:hover .text-box{
    opacity:1;
}
.strength-box .list-box li .bj-box .text-box p{
    margin-top:90%;
    color:#fff;
    font-size:20px;
    font-family:'sy-Regular';
    transition:all 0.8s;
}
.strength-box .list-box li .bj-box:hover .text-box p{
    margin-top:30%;
}

/*case*/
.case-box{

}
.case-box .case-list{
    position:relative;
    overflow:hidden;
}
.case-box .case-list .left-text,
.case-box .case-list .right-img,
.case-box .case-list .right-img .imgbox{
    float:left;
    height:22vw;
    overflow:hidden;
}
.case-box .case-list .left-text{
    width:23%;
    position:relative;
    background:#0877df;
    color:#fff;
}
.case-box .case-list .left-text li{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
    padding: 12% 12% 10% 8%;
}
.case-box .case-list .left-text li:first-child{
    display:block;
}
.case-box .case-list .left-text li h5{
    font-size:18px;
    font-family:'sy-Bold';
    line-height:26px;
}
.case-box .case-list .left-text li p{
    font-size:14px;
    font-family:'sy-Regular';
    line-height:20px;
    margin-top:20px;
}
.case-box .case-list .left-text a{
    color: #fff;
    display: block;
    background: #005cb2;
    width: 130px;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    margin: 40px 0;
    border-radius: 6px;
}
.case-box .case-list .right-img{
    width:77%;
}
.case-box .case-list .right-img li{
    float:left;
    width:20%;
    height:100%;
}
.case-box .case-list .right-img .imgbox li img{
    opacity:0.2;
    height:100%;
}
.case-box .case-list .right-img li:nth-child(1){
    width:80%;
}
.case-box .case-list .right-img .imgbox li:nth-child(1) img{
    width:100%;
    height:100%;
    opacity:1;
}
#caseleft-btn{
    position:absolute;
    top: 42%;
    left: 20.6%;
    z-index:999;
    cursor:pointer;
}
#caseright-btn{
    position:absolute;
    top: 42%;
    right: 13.1%;
    z-index:999;
    cursor:pointer;
}
.case-box .friend-logo{
    margin:5% 0;
}
.case-box .friend-logo a{
    display:block;
    width:100%;
    height:auto;
    border:1px solid #ccc;
    overflow:hidden;
}
.case-box .friend-logo a img{
    width:100%;
    height:auto;
    transition:all 0.6s;
}
.case-box .friend-logo a:hover{
    border-bottom:3px solid #0877df;
}
.case-box .friend-logo a:hover img{
    transform:scale(1.1);
}
.case-box .case-list .case-mobbox{display:none;}
.case-box .case-list .case-mobbox .con-swiper .swiper-slide{
    background:#0877df;
    padding:20px;
    color:#fff;
}
.case-box .case-list .case-mobbox .con-swiper h5{
    font-size: 18px;
    margin: 10px 0 20px;
}
.case-box .case-list .case-mobbox .con-swiper a{
    color: #fff;
    display: block;
    background: #005cb2;
    width: 130px;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    margin: 20px 0 10px;
    border-radius: 6px;
}


/*center-banner*/
.hf-box h1{
    text-align:center;
    color:#fff;
}
.hf-box h1 span{
    color:#00ff90;
}
.hf-box .btn-box{
    display:flex;
    justify-content:center;
}
.hf-box .btn-box a img{
    margin-top:-2px;
}
.hf-box .btn-box a:first-child{
    color: #fff;
    display: block;
    background: #0877df;
    width: 150px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    margin: 30px 20px 0;
    transition:all 1.2s;
}
.hf-box .btn-box a:first-child:hover{
    background:#168eff;
}
.hf-box .btn-box a:last-child{
    color: #222424;
    display: block;
    background: #fff;
    width: 150px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    margin: 30px 20px 0;
    transition:all 1.2s;
}
.hf-box .btn-box a:last-child span{
    transition:all 1.2s;
    width:10px;
    height:14px;
    background:url(../images/more-img-000.png)center/80% no-repeat;
}
.hf-box .btn-box a:last-child:hover{
    background:#168eff;
    color:#fff;
}
.hf-box .btn-box a:last-child:hover span{
    background:url(../images/more-img.png)center/80% no-repeat;
}
/*news*/
.news-box{
    padding:4% 0;
}
.news-box .conbox .news-list li{
    margin-bottom:3%;
}
.news-box .conbox .news-list li::after{
    display:block;
    content:'';
    clear:both;
}
.news-box .conbox .news-list li:first-child p{
    font-size:12px;
    color:#888888;
    font-family:'sy-Regular';
    margin-top:10px;
}
.news-box .conbox .news-list li:first-child p:nth-of-type(2){
    font-size:14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-box .conbox .news-list li:first-child h5{
    font-size:16px;
    color:#222424;
    font-family:'sy-Bold';
    margin: 30px 0 20px;
}
.news-box .conbox .news-list li:first-child span{
    color:#222424;
    font-size:16px;
    font-family:'sy-Regular';
    display:block;
    margin-top:30px;
    margin-bottom: 30px;
}
.news-box .conbox .news-list li:first-child span img{
    margin-top:-2px;
}
.news-box .conbox .news-list li:first-child a:hover>div>img{
    transform:scale(1.1);
}
.news-box .conbox .news-list li:first-child a:hover h5{
    color:#0877df;
}
.news-box .conbox .news-list li:first-child a:hover span{
    color:#0877df;
}

.news-box .conbox .news-list li a{
    display:block;
    width:100%;
    height:auto;
}
.news-box .conbox .news-list li div.col-xs-9 a{
    line-height: 40px;
    color: #222424;
    border-bottom: 1px solid #ddd;
    font-family:'sy-Bold';
}
.news-box .conbox .news-list li div.col-xs-9 a:hover{
    color:#0877df;
    border-bottom:2px solid #0877df;
}
.news-box .conbox .news-right{

}
.news-box .conbox .news-right h1{
    background:#0877df;
    font-size:24px;
    font-family:'sy-Bold';
    color:#fff;
    padding:20px;
}
.news-box .conbox .news-right h1 span{
    width:20px;
    height:20px;
    float:right;
    line-height:20px;
    margin:0 6px;
    text-align:center;
    font-family:'Arial';
    color:#2b92f2;
    cursor:pointer;
}
.news-box .conbox .news-right h1 #tobottom{
    background:url(../images/tobottom.png)center/cover no-repeat;
}
.news-box .conbox .news-right h1 #totop{
    background:url(../images/totop.png)center/cover no-repeat;
}
.news-box .conbox .news-right ul{
    border: 1px solid #eee;
    box-shadow: 0px 2px 20px 1px #ddd;
    background: #fff;
    height:360px;
    overflow:hidden;
}
.news-box .conbox .news-right ul li{
    padding:15px 20px;
}
.news-box .conbox .news-right ul li h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position:relative;
    padding-left:30px;
    font-size:14px;
    font-family:'sy-Regular';
    color:#222424;
    margin: 15px 0;
}
.news-box .conbox .news-right ul li h6:before{
    display:block;
    content:'问：';
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
    font-family:'sy-Bold';
    color:#0877df;
}
.news-box .conbox .news-right ul li p{
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    position:relative;
    padding-left:30px;
    font-size:14px;
    font-family:'sy-Regular';
    color:#888888;
}
.news-box .conbox .news-right ul li p:before{
    display:block;
    content:'答：';
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
    font-family:'sy-Bold';
    color:#222424;
}
.news-box .conbox .news-right ul li:hover h6{
    color:#0877df;
}

/*message*/
.message-box .form-box form input{
    width:100%;
    height:40px;
    margin-top:20px;
    background:#f4f4f4;
    border:none;
    outline:none;
    text-indent:10px;
}
.message-box .form-box form textarea{
    width:100%;
    height:100px;
    margin-top:20px;
    background:#f4f4f4;
    border:none;
    outline:none;
    text-indent:10px;
}
.message-box .form-box form button{
    width:100%;
    height:40px;
    margin-top:20px;
    background:#f4f4f4;
    outline:none;
    text-indent:10px;
    border:1px solid #0877df;
    position:relative;
    overflow:hidden;
}
.message-box .form-box form button[type='button']{
    color:#fff;
    background:#0877df;
    z-index:1;
    transition:all 1.2s;
}
.message-box .form-box form button[type='reset']{
    color:#0877df;
    background:#fff;
    z-index:1;
    transition:all 1.5s;
}
.message-box .form-box form button:hover{
    background:#168eff;
    color:#fff;
    border:1px solid #168eff;
}





@media screen and (max-width: 1680px){
    .case-box .case-list .left-text,
    .case-box .case-list .right-img,
    .case-box .case-list .right-img .imgbox{
        height:26vw;
    }.hf-box .btn-box a:first-child
}
@media screen and (max-width: 1440px) {
    .case-box .case-list .left-text,
    .case-box .case-list .right-img,
    .case-box .case-list .right-img .imgbox{
        height:28vw;
    }
}
@media screen and (max-width: 767px){
    .title-box h1,.ys-bj .title-box h1{
        font-size: 60px;
        margin-bottom: -45px;
    }
    .title-box h2{
        font-size: 30px;
    }
    .hf-box h1{
        font-size:16px;
    }
    .product-box .labell-box{
        position:static;
    }
    .product-box .labell-box li{
        width:33%;
    }
    .product-box{
        padding:0;
    }
    .prolist .pro-left{
        width:100%;
        margin:20px auto;
    }
    .prolist .pro-right{
        width:100%;
    }
    .about-box .about-left{
        padding-left:15px;
    }
    .ys-bj .ico-box img{
        width: 70%;
        border: 0px solid #fff;
        margin-bottom: 0;
    }
    .ys-bj .ico-box li::after{
        display:none;
    }
    .ys-bj .container>img{
        display:none;
    }
    .ys-bj .con-box li p{
        display:none;
    }
    .ys-bj .con-box li{
        padding:5px;
    }
    .ys-bj .con-box li h5{
        font-size:12px;
    }
    .about-box .about-right .data-box h1{
        font-size: 30px;
    }
    .about-box .about-right .data-box p{
        font-size: 14px;
    }
    .banner-box .banner-swiper .banner-page{
        bottom:20px;
    }
    .list-box{display:none !important;}
    .gc-mob{display:block;}
    .case-box .case-list .left-text,
    .right-img,#caseleft-btn,#caseright-btn{
        display:none;
    }
    .case-box .case-list .case-mobbox{display:block;}
}

