/*首页导航*/
.headbox .headbox-top{
    background: #fff;
}
.headbox .headbox-top-logo{
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}
.headbox-top-logo a{
    display: block;
}
.headbox .headbox-top-logo img{
    float: left;
}
.headbox .headbox-top-text{
    float: left;
    padding-left: 10px;
    border-left:1px solid #d2d2d2;
    margin-left: 10px;
    margin-top: 10px;
}
.headbox .headbox-top-text .fir{
    font-size:20px;
    color:#1d1d1d;
    font-weight: 700;
    line-height: 16px;
    margin-bottom:10px;
}
.headbox .headbox-top-text .sec{
    font-size:15px;
    color: #666666;
    line-height: 14px;
}
.headbox .headbox-top-text .sec span{
    color:#016bbf;
    font-weight: bold;
}
.headbox .headbox-top-tel{
    float: right;
    margin-top: 27px;
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}
.headbox .headbox-top-tel img{
    max-width: 100%;
    float: left;
    margin-top: 9px;
    -webkit-animation: tada 1.5s ease both infinite;
    -o-animation: tada 1.5s ease both infinite;
    animation: tada 1.5s ease both infinite;
}
.headbox .headbox-top-tel .text{
    float: left;
    padding-left: 10px;
}
.headbox .headbox-top-tel .text .fir{
    font-size:15px;
    color:#666666;
}
.headbox .headbox-top-tel .text .sec{
    font-size:24px;
    color:#1d1d1d;
    font-weight: 700;
    line-height: 31px;
}
.headbox .headbox-nav{
    background: #016bbf;
}
.headbox .headbox-nav ul li{
    float: left;
    position: relative;
}
.headbox .headbox-nav ul li>a{
    display: block;
    line-height: 50px;
    width: 150px;
    text-align:center;
    color:#fff;
    font-size:16px;
    position: relative;
    overflow: hidden;
}
.headbox .headbox-nav ul li a>span{
    display: inline-block;
    position: relative;
    z-index: 2;
}
.headbox .headbox-nav ul li a>i{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #86c328;
    left:0;
    top:0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    z-index: 1;
}
.headbox .headbox-nav ul li a:hover>i{
    -webkit-animation: bounce 1s linear forwards;
    -o-animation: bounce 1s linear forwards;
    animation: bounce 1s linear forwards;
}
.headbox .headbox-nav ul li a.active>i{
    -webkit-animation: bounce 1s linear forwards;
    -o-animation: bounce 1s linear forwards;
    animation: bounce 1s linear forwards;
}
@keyframes bounce {
    20%,50%,80%,to{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40%{
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    70%{
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    90%{
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
.headbox .headbox-nav ul li .erji{
    position: absolute;
    left:0;
    top:110%;
    width: 145px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.headbox .headbox-nav ul li:hover .erji{
    opacity: 1;
    top:100%;
    visibility: visible;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.headbox .headbox-nav ul li .erji a{
    display: block;
    padding:10px 15px;
    font-size:13px;
    color:#636363;
    background: rgba(255,255,255,0.87);
}
.headbox .headbox-nav ul li .erji a:hover{
    color:#fff;
    background: rgba(36,159,255,0.87);
}
.headbox .headbox-nav ul li .erji a.active{
    color:#fff;
    background: rgba(36,159,255,0.87);
}
.searchbox{
    background: #33b551;
    height: 45px;
}
.searchbox .remen{
    float: left;
}
.searchbox .remen a{
    display: inline-block;
    color:#fff;
    font-size:14px;
    line-height: 45px;
    padding-right: 10px;
}
.searchbox .remen a:first-child{
    font-weight: 700;
    font-size:16px;
    padding-right: 0;
}
.searchbox .remen .a:hover{
    text-decoration: underline;
}
.searchbox form{
    margin-top: 5px;
    float: right;
    width: 260px;
    background: #fff;
    border:1px solid #c9c9c9;
}
.searchbox form input[type=text]{
    float: left;
    width: 210px;
    line-height: 35px;
    background: #fff;
    outline: none;
    padding-left: 30px;
    font-size:14px;
    color:#666;
}
.searchbox form input::placeholder{
    font-size:14px;
    color:#b9b9b9;
}
.searchbox form .search_s{
    float: left;
    width: 48px;
    height: 35px;
    background: url("../images/search-buttom-bg.png") no-repeat center;
    cursor: pointer;
}

/*首页统一标题*/

.all_index_title{
    text-align:center;
    margin-bottom: 45px;
}
.all_index_title .fir{
    font-size:76px;
    color:#e4e4e4;
    text-transform: uppercase;
    font-weight: lighter;
    position: relative;
    z-index: 1;
    line-height: 65px;
    font-family: STHeiti Light;
}
.all_index_title .sec{
    font-size:45px;
    color:#000;
    position: relative;
    z-index: 2;
    margin-top: -38px;
}
.all_index_title .sec span{
    font-weight: 700;
    color:#0046b0;
}
.all_index_title .thr{
    font-size:18px;
    color:#939393;
    font-weight: lighter;
    background: url("../images/all_index_title_bg.png") no-repeat center;
}
/*title*/
.title{
    text-align: center;
    padding-top: 67px;
    padding-bottom: 35px;
}
.title h3{
    font-size: 32px;
    color: #016bbf;
    margin-bottom: 16px;
    font-weight: bold;
}
.title h3 span{
    color: #1d1d1d;
    font-weight: normal;
}
.title small{
    display: inline-block;
    font-size: 20px;
    color: #999999;
    margin:0 auto;
    position: relative;
}
.title small:before{
    position: absolute;
    content: '';
    display: block;
    right:calc(100% + 30px);
    top:50%;
    height: 3px;
    width: 100px;
    background:url('../images/line.png') no-repeat center;
}
.title small:after{
    height: 3px;
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    left:calc(100% + 30px);
    top:50%;
    background:url('../images/lines.png') no-repeat center;
}

/*产品中心*/
.index_product_box{
    padding:60px 0 135px 0;
}
.fanwei-list{
    float: left;
    width: 210px;
    margin-right: 37px;
}
.fanwei-list:last-child{
    margin-right: 0;
}
.fanwei-list .imgbox{
    width: 210px;
    height: 210px;
    border-radius: 110px;
    overflow: hidden;
    border:1px solid #eaeaea;
    padding:9px;
}
.fanwei-list .imgbox .imgbox-inner{
    width: 100%;
    height: 100%;
    border-radius: 110px;
    overflow: hidden;
    border:6px solid #e5e5e5;
}
.fanwei-list .imgbox .imgbox-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.fanwei-list:hover .imgbox .imgbox-inner img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.fanwei-list .fir{
    text-align:center;
    font-size:18px;
    color:#4d4f50;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 30px;
}
.fanwei-list:hover .fir{
    color:#33b551;
}
.fanwei-list .des{
    line-height: 25px;
    font-size:12px;
    color:#4d4f50;
    font-weight: lighter;
    text-align: justify;
    padding:0 9px;
}
.fanwei-list .des a{
    font-size:12px;
    color:#4d4f50;
}
.fanwei-list .des a:hover{
    text-decoration: underline;
}
.index_product{
    margin-top: 55px;
}
.in_product_left{
    float: left;
    width: 295px;
}

.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@font-face {
    font-family: 'ziti';
    src: url("../images/title.otf"); }
@font-face {
    font-family: 'ziti2';
    src: url("../images/DINPro-Medium.otf");
}
.product{
    margin-bottom: 20px;
}
.pro_icon>a{
    float:left;
    margin-right:37px;
    margin-bottom: 42px;
    position: relative;
    width: 272px;
    height: 88px;
}
.pro_icon>a:nth-of-type(4n){
    margin-right: 0;
}
.pro_icon>a>b{
    float:left;
    background: #fff;
    border-radius: 50%;
    border:4px solid #eeeeee;
    width: 106px;
    height: 106px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.pro_icon>a>div{
    float:left;
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    background: #eeeeee;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:53px;
    width: 220px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.pro_icon>a:hover>div{
    background: #016bbf;
}
.pro_icon>a:hover>b{
    border:4px solid #8fc7f4;
}
.pro_icon>a>div p{
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.pro_icon>a:hover>div p {
    color: #fff;
}
.pro_icon>a>div span{
    font-size: 14px;
    color: #ffffff;
    display: block;
    background: #86c328;
    text-align: center;
    width: 90px;
    line-height: 24px;
    border-radius: 12px;
    margin:0 auto;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

/*合作伙伴*/
.coop_cont{

}
.swiper-coop{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 60px!important;
}
.swiper-coop .swiper-slide{
    background: #fff;
    border:1px solid #eeeeee;
    width:100%;
    height:90px;
}
.swiper-coop .swiper-slide a{
    display: block;
    height: 100%;
    width: 100%;
}
.swiper-coop .swiper-button-next:after,.swiper-coop .swiper-button-prev:after{
    display:none;
}
.swiper-coop .swiper-button-next{
    height: 100%;
    margin-top: 0;
    top:0;
    right:0;
    width: 44px;
    background:#f9f9f9 url("../images/coopjt_r.png") no-repeat right center;
}
.swiper-coop .swiper-button-prev{
    height: 100%;
    top:0;
    left:0;
    width: 44px;
    margin-top: 0;
    background:#f9f9f9 url("../images/coopjt_l.png") no-repeat left center;
}



/*头部*/
.bg-color {
    background: #f9f9f9;
}
.left{
    float: left;
}
.right{
    float: right;
}
.banner .swiper-pagination span{
    width: 86px;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
    background: #fff;
    height: 4px;
}

.h-link{
    float: right;
    width: 80px;
    padding-top: 30px;
    height: 70px;

}
.sousuo{
    float: left;
    height: 100%;
}
.sousuo .search{
    display:none;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    text-indent: 10px;
    position: absolute;
    z-index: 100;
}
.sousuo:hover .search{
    display: block;
}
.sousuo #search_text{
    width: 80%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}
.sousuo .search-btn{
    float: right;
    height: 40px;
    line-height: 40px;
    width: 20%;
}
.h-weixin{
    float: right;
    background: url("../images/h-weixin.png") no-repeat center center;
    width: 35px;
    height: 35px;
}
.h-weixin img{
    display: none;
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    margin-top: 50px;
}
.h-weixin:hover img{
    display: block;
}
/*banner*/
.banner {
    position: relative;
    margin: 0 auto;
}
.banner .swiper-container{
    height: 100%;
    width: 100%;
}
.banner .swiper-slide img{
    max-width: 100%;
}
/*.banner .swiper-slide {*/
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.banner .swiper-slide img{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
/*}*/
/*.banner .swiper-slide a{*/
    /*display:block;*/
    /*width:100%;*/
    /*height: 100%;*/
/*}*/
.banner .pagination {
    position: absolute;
    font-size:0;
    left: 0;
    text-align: center;
    bottom: 13px;
    width: 100%;
    z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:2px solid #fff;
    opacity: 0.6;
    margin: 0 5px;
    cursor: pointer;
}
.banner .pagination .swiper-active-switch {
    background: #fff;
    opacity: 1;
}
.banner .left-nav{
    width: 260px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    z-index: 100;
    top: 0;
    height: 100%;
}
.swiper-button-white:after{
    font-size: 27px!important;
}
.bannerSwiper .swiper-button-next{
    right:120px;
}
.bannerSwiper .swiper-button-prev{
    left:120px;
}
.banner .swiper-pagination-bullet{
    width: 86px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    opacity:0.6;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    height: 4px;
}
#main {
    overflow: hidden;
    width: 100%;
    position: relative;
}
/*首页*/
.sea-content{
    width: 100%;
    height: 107px;
    background: url("../images/key.jpg") no-repeat center center;
    position: relative;
}
.sea-content form{
    width: 400px;
    height: 45px;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    float: left;
    margin-top: 25px;
}
.sea-content form input{
    border: none;
    background: none;
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: #ffdacd;
    float: left;
    font-size:16px;
    text-indent: 20px;
}
.sea-content form input::-webkit-input-placeholder{
    color:#ffdacd;
    font-size:16px;
    text-indent: 20px;
}
.search-btn{
    background:url("../images/sea.png") no-repeat center center;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.keywords{
    width: 550px;
    float: right;
    margin-top:40px;
}
.keywords strong{
    color: #414141;
    font-size: 18px;
    display: block;
    background: url("../images/hot.png") no-repeat center left;
    text-indent: 30px;
    float: left;
}
.keywords ul li{
    padding: 0 15px;
    float: left;
}
.keywords ul li a{
    color: #4c4c4c;
    font-size: 18px;
}
/*公司简介*/
.in-company{
    width: 100%;
    position: relative;
    padding: 100px 0;
    background: url("../images/companybg.jpg") no-repeat center;
    background-attachment: fixed;
}
.in-company-top{
    margin-bottom: 19px;
}
.in-company-top .in-company-top-left{
    text-align:center;
    margin-bottom: 35px;
}
.in-company-top .in-company-top-left .fir span{
    color: #0e66bf;
}
.in-company-top .in-company-top-left .fir{
    color:#5e5e5e;
    font-size:32px;
    font-weight: 700;
    letter-spacing: 1px;
}
.in-company-top .in-company-top-left .sec{
    color:#5e5e5e;
    font-size:14px;
    font-weight: lighter;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.in-company-top .in-company-top-left .line{
    width: 55px;
    height: 2px;
    background: #0e66bf;
    margin:12px auto 0 auto;
}

.in-company-top .in-company-top-right{
    display: block;
    position: relative;
    overflow: hidden;
    width: 125px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    float: right;
    margin-top: 34px;
}
.in-company-top .in-company-top-right:before{
    position: absolute;
    top: -50%;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a6fc5;
    content: '';
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: 350ms 0s all linear;
    -ms-transform: scale(0);
}
.in-company-top .in-company-top-right:hover:before{
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    -ms-transform: scale(10);
}
.in-company-top .in-company-top-right span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #383838;
    font-size: 14px;
    padding-left: 17px;
    font-style: initial;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
}
.in-company-top .in-company-top-right:hover span{
    font-style: italic;
    color: #fff;
}
.in-company-top .in-company-top-right span i{
    position: absolute;
    width: 18px;
    height: 10px;
    background: url(../images/morebg.png) no-repeat center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.in-company-top .in-company-top-right:hover span i{
    background: url(../images/morebg1.png) no-repeat center;
}


.in-company .title .sec{
    background: url(../images/title2.png) no-repeat center;
}
.in-company-box{
    margin-top: 13px;
    padding:55px 50px;
    box-shadow:0px 5px 15px #c5c5c5;
    background: #fff;
}
.in-company-left{
    float: left;
    width:560px;
    margin-top: 44px;
}
.in-company-left .bg{
    font-size:26px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
}
.in-company-left .sec{
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
}

.in-company-left .des{
    font-size:14px;
    color:#fff;
    font-weight: lighter;
    line-height: 28px;
    margin-top: 25px;
}
.tel{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
    padding-left:45px;
    background: url("../images/tels.png") no-repeat left center;
}
.footer-top .tel{
    float:right;
}
.in-company-left .com-item p{
    margin-top: 32px;
    margin-right: 57px;
    float: left;
    padding-left: 20px;
    background: url("../images/yuan.png") no-repeat left center;
}
.in-company-left .abox a{
    display: block;
    float: left;
    width: 130px;
    line-height: 40px;
    border:1px solid #fff;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin-top: 32px;
    margin-right: 15px;
}
.in-company-left .abox a.active{
    background: #fff;
    color: #1f3e66;
}
.in-company-right{
    float: right;
    width:606px;
    height: 401px;
}
.in-company-right .imgbox{
    width:100%;
    height: 100%;
}
.in-company-right img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.in-company-hezuo{
    margin-top: 45px;
    position: relative;
}
.in-company-hezuo .swiper-container{
    padding:0 20px;
    box-sizing: border-box;
}
.swiper-container-hezuo .imgbox{
    width:100%;
    height: 100px;
    border:1px solid #e5e5e5;
    position: relative;
}
.swiper-container-hezuo .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.swiper-button-next-hezuo:after,.swiper-button-prev-hezuo:after{
    display: none;
}
.swiper-button-next-hezuo{
    right:-30px!important;
    background: url("../images/hezuo-right.jpg") no-repeat center;
    width:25px!important;
    height: 31px!important;
    top: 35%;
    margin-top: 0;
}
.swiper-button-prev-hezuo{
    left:-30px!important;
    background: url("../images/hezuo-left.jpg") no-repeat center;
    width:25px!important;
    height: 31px!important;
    top: 35%;
    margin-top: 0;
}

.in-case{
    padding:65px 0;
    background: #fff;
}
.in-case-left{
    float: left;
    width: 770px;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.in-case-left .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.in-case-left .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in-case-left:hover .imgbox img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.in-case-left .case-title{
    position: absolute;
    width: 100%;
    line-height: 64px;
    font-size:16px;
    color:#fff;
    padding:0 30px;
    background: rgba(0,0,0,0.82) url("../images/case-jian.png") no-repeat right 30px center;
    left:0;
    bottom:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in-case-left:hover .case-title{
    background: rgba(25,154,69,0.82) url("../images/case-jian.png") no-repeat right 30px center;
}
.in-case-right{
    width: 418px;
    float: right;
}
.in-case-right-list{
    width: 100%;
    height: 180px;
    margin-bottom: 14px;
}
.in-case-right-list .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.in-case-right-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in-case-right-list:hover .imgbox img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.in-case-right-list .imgbox .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.32);
    left:0;
    top:0;
    z-index: 1;
}
.in-case-right-list .imgbox .case-right-title{
    position: absolute;
    width: 75%;
    height: 70px;
    line-height: 70px;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
    font-size:16px;
    color:#fff;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 20px;
}
.in-case-right-list .imgbox .case-right-title i{
    display: block;
    position: absolute;
    border: 0.5px solid #ffffff7d;
    -webkit-transition: 0.8s 100ms all linear;
    -moz-transition: 0.8s 100ms all linear;
    -ms-transition: 0.8s 100ms all linear;
    -o-transition: 0.8s 100ms all linear;
    transition: 0.8s 100ms all linear;
}
.in-case-right-list .imgbox .case-right-title i.i1{
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.in-case-right-list:hover .imgbox .case-right-title i.i1{
    width: 100%;
}
.in-case-right-list .imgbox .case-right-title i.i2{
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}
.in-case-right-list:hover .imgbox .case-right-title i.i2{
    height: 100%;
}
.in-case-right-list .imgbox .case-right-title i.i3{
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
}
.in-case-right-list:hover .imgbox .case-right-title i.i3{
    width: 100%;
}
.in-case-right-list .imgbox .case-right-title i.i4{
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
}
.in-case-right-list:hover .imgbox .case-right-title i.i4{
    height: 100%;
}
.in-case-right .case-more{
    display: block;
    line-height: 51px;
    background: #0e66bf;
    font-size:16px;
    color:#fff;
    text-align:center;
    width: 100%;
}
.in-case-right .case-more:hover{
    border-radius: 15px;
}

/*产品*/
.index_proleft{
    width: 270px;
    height: 460px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:38px 31px;
    background: url("../images/proleft.jpg") no-repeat center;
}
.index_proleft h4{
    text-align: center;
    color: #fff;
    width:100%;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-bottom:15px;
}
.index_proleft small{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: block;
    height: 215px;

}
.index_proleft small p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.index_proleft a{
    width: 177px;
    display: block;
    text-align: center;
    color: #fff;
    background: #86c328;
    border-radius: 20px;
    font-size: 15px;
    line-height: 42px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.index_proleft a:hover{
    background: #01274c;
}
.sidebar{
    width: 250px;
    float: left;
}
.sidebar>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 15px;
    background: #fff;
}
.side_tit{
    position: relative;
    font-size: 18px;
    color: #1d1d1d;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 14px;
    line-height: 18px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 12px;
}
.side_tit:after{
    position: absolute;
    display:block;
    content: '';
    left:12px;
    bottom:-2px;
    background: #016bbf;
    height: 4px;
    width: 72px;
}
.sidebarbg{
    margin-bottom: 10px;
}
.sidebarbg>ul>li{
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.sidebarbg>ul>li>a{
    line-height: 38px;
    font-size: 16px;
    color: #666666;
    width:100%;
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 22px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.sidebarbg>ul>li>a:hover{
    color: #016bbf;
}
.side_cont .index_tel{
    width: 100%;
}
.side_cont .index_tel p{
    line-height: 22px;
    color: #666666;
    padding-left:13px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eeeeee;
}
.side_cont .index_tel p span{
    color: #86c328;
    font-weight: bold;
}
.side_code{
   text-align: center;
    padding-top:26px;
}
.side_code>img{
    margin:0 auto;
    width: 107px;
}
.side_code>small{
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 14px;
    margin-bottom: 25px;
    display: block;
}
.side_hot ul li{
    width:100%;
    margin-bottom: 5px;
}
.side_hot ul li b{
    width:100%;
    height: 147px;
}
.side_hot ul li b img{
    height: 100%;
    /*min-width: 100%;*/
}
.side_hot ul li:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -moz-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05);
}
.side_hot ul li a{
    display: block;
}
.side_hot ul li a p{
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 43px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.side_hot ul li:hover a p{
    color: #fff;
    background: #016bbf;
}

.index_tel>a{
    display: block;
    width: 154px;
    line-height: 40px;
    margin:0 auto;
    padding-left: 63px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#86c328 url("../images/kf.png") no-repeat 27px center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
.index_tel>a:hover{
    background:#016bbf url("../images/kf.png") no-repeat 27px center;
    color: #fff;
}
.pro_right_tit{
    font-size: 16px;
    color: #1d1d1d;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 27px;
    padding-bottom: 8px;
}

.product-right,.infoCenter-right{
    float:right;
    background: #fff;
    width: 908px;
}
.zproduct-right,.infoCenter-right{
    width: 936px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:12px 25px;
    padding-bottom: 39px;
}
.product_title{
    text-align: center;
}
.product_title h4{
    margin-top: 23px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.product_title small{
    font-size: 14px;
    color: #999999;
    display: block;
}
.product_title b{
    width: 100%;
    height: 3px;
    background:url("../images/line.png") no-repeat center;
    display: block;
    margin-top:17px;
    margin-bottom: 54px;
    margin-left:auto;
    margin-right: auto;
}
.product_list a{
    float:left;
    width: 32.5%;
    height: 220px;
    margin-right: 1.2%;
    margin-bottom: 20px;
    position: relative;
    display: block;
    background: #eeeeee;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zproduct-right .center-content table{
    width: 100%!important;
}
.zproduct-right .center-content table tr td img{
    width: 100%;
}
.product_list .swiper-hot a{
    height: 220px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    float:none;
}
.swiper-hot{
    height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-hot .swiper-pagination {
    bottom: 0!important;}
.swiper-hot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #0e66bf;
}
.product_list a:nth-of-type(3n){
    margin-right: 0;
}
.product_list a b{
    width: 100%;
    height: 100%;
}
.product_list a b img{
    width: initial;
    min-width: 100%;
    height: 100%;
}
.zpro_video{
    max-width: 100%;
    max-height: 600px;
    margin:0 auto;
}
.product_list a:after{
    display:block;
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border:1px solid #fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.img_jz{
    position: relative;
    display:block;
    overflow: hidden;
}
.img_jz img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.product_list a:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
}

.product_list a>p{
    display:block;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding:0 25px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.product_list a:hover>p {
    background: #86c328;
}
/*案例*/
.casebg{
    background: url(../images/casebg.jpg) no-repeat center;
    padding-bottom: 47px;
}
.casetit>h2{
    font-size: 32px;
    color: #8ec9f5;
    margin-bottom: 10px;
}
.casetit>h2 span{
    font-weight: bold;
    font-size: 36px;
}
.casebg ul li{
    float:left;
    width: 232px;
    height: 141px;
    margin-right: 70px;
    border:2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.casebg ul li:last-of-type{
    margin-right:0;
}
.casebg ul li>img{
    width:100%;
    min-height: 100%;
}
.casebg ul li>p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    width:100%;
    position: absolute;
    left:0;
    bottom:0;
}
.casebg ul li:hover>p{
    background: #86c328;
}
.case_circle{
    display: block;
    background: url("../images/caseline.png") no-repeat center;
    text-align: center;
    height: 138px;
    line-height: 138px;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin:20px auto;
}
.casebg>.warpper>h4{
    font-size: 22px;
    color: #8ec9f5;
    font-weight: bold;
    text-align: center;
    margin-top: 54px;
    margin-bottom: 74px;
}
.caselist{
    display:flex;
    justify-content: space-between;
}
.caselist>div{
    padding-left:114px;
}
.caselist>div h5{
    font-size: 20px;
    color: #1d1d1d;
    font-weight: bold;
}
.caselist>div small{
    font-size: 15px;
    color: #1d1d1d;
    line-height: 24px;
}
.caselist>div:first-of-type{
    background: url("../images/caselist01.png") no-repeat left center;
}
.caselist>div:nth-of-type(2){
    background: url("../images/caselist02.png") no-repeat left center;
}
.caselist>div:nth-of-type(3){
    background: url("../images/caselist03.png") no-repeat left center;
}
.caselist>div:nth-of-type(4){
    background: url("../images/caselist04.png") no-repeat left center;
}


/*slovent*/
.slovent{
    display: flex;
    justify-content: space-between;
}
.slovent>a{
    display: block;
    text-align: center;
}
.slovent>a b{
    width: 177px;
    height: 177px;
    border:1px solid #98c831;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:14px;
    background: #fff;
}
.slovent>a p{
    text-align: center;
    margin-top: 17px;
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1d;
    background: #fff;
    line-height: 34px;
    border-radius: 20px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.slovent>a:hover p {
    color: #fff;
    background: #98c831;
}

/*apply*/
.apply{
    padding-bottom: 40px;
}
.apply>h5{
    line-height: 43px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    margin-top: 37px;
    background:url("../images/casetitbg.png") no-repeat center bottom;
}
.apply>div{
    display: flex;
    justify-content: space-between;
}
.apply>div a{
    display: block;
}
.apply>div a b{
    width: 280px;
    height: 191px;
}
.apply>div a b img{
    height: 100%;
    min-width: 100%;
}
.apply>div a p{
    line-height: 48px;
    color: #1d1d1d;
    font-size: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.apply>div a:hover p{
    background: #98c831;
    color: #fff;
}

/*coop*/
.coop{
    background: #f9f9f9;
    padding-bottom: 65px;
}
/*advantage*/
.advbg{
    background: url("../images/advbg.jpg") no-repeat center;
    height: 640px;
}
.advbg .title h3 b{
    font-size: 64px;
}
.advbg .warpper>.pic_change{
    float:left;
}
.pic_change img{
    display:none;
}

.adv_text{
    float:right;
    width: 635px;
}
.text_change>div{
    display:none;
}
.text_change>div>h4{
    padding-left: 20px;
    font-size: 26px;
    color: #1d1d1d;
    position: relative;
    padding-bottom:15px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom:43px;
}
.text_change>div>h4:after{
    position: absolute;
    bottom:0;
    left:20px;
    display: block;
    content: '';
    width: 52px;
    height: 2px;
    background: #016bbf;
}
.text_change>div>ul{
    padding-left: 20px;
}
.text_change>div>ul li{
    font-size: 16px;
    color: #666666;
    margin-bottom: 14px;
}
.change_controll{
    margin-top: 40px;
    display:flex;
    justify-content: space-between;
}
.change_controll a{
    display: block;
    border:1px solid #86c328;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    line-height: 50px;
    font-size: 18px;
    color: #86c328;
    padding-right:21px;
    padding-left: 54px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.change_controll a:hover{
    color: #fff;
}
.change_controll a:first-of-type{
    background: url("../images/advicon01.png") no-repeat 20px center;
}
.change_controll a:first-of-type:hover{
    background:#86c328 url("../images/advicon01s.png") no-repeat 20px center;
}
.change_controll a:nth-of-type(2){
    background: url("../images/advicon02.png") no-repeat 20px center;
}
.change_controll a:nth-of-type(2):hover{
    background:#86c328 url("../images/advicon02s.png") no-repeat 20px center;
}
.change_controll a:nth-of-type(3){
    background: url("../images/advicon03.png") no-repeat 20px center;
}
.change_controll a:nth-of-type(3):hover{
    background:#86c328 url("../images/advicon03s.png") no-repeat 20px center;
}
.change_controll a:nth-of-type(4){
    background: url("../images/advicon04.png") no-repeat 20px center;
}
.change_controll a:nth-of-type(4):hover{
    background:#86c328 url("../images/advicon04s.png") no-repeat 20px center;
}


/*company*/
.companybg{
}
.com_text{
    float:right;
    width: 696px;
}
.companybg .warpper>img{
    float:left;
}
.com_text>h5{
    margin-bottom: 8px;
    font-size: 22px;
    color: #1d1d1d;
}
.com_text>p{
    font-size: 15px;
    color: #999999;
}
.com_text>.cm{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.com_text>small{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    display:block;
    height: 95px;
    margin-top: 27px;
}

.com_text ul{
    display:flex;
    align-items: center;
    margin-bottom:19px;
    justify-content: space-between;
}
.com_text ul li{
    text-align: center;
}
.com_text ul li span{
    width:1px;
    height: 62px;
    background: #d2d2d2;
    display: block;
}
.com_text ul li b{
    display: block;
    font-size: 36px;
    color: #016bbf;
}
.com_text ul li small{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.com_text>a{
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #86c328;
    width: 124px;
    line-height: 38px;
    border-radius: 4px;
}
.com_text>a:hover{
    background:none;
}
.more{ display:inline-block; transition: 0.6s;  position:relative; }
.more:hover{ color: #86c328; }
.more:before{ content:""; width:100%; height:1px; background:#86c328; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

/*exper*/
.exper{
    margin-top: 40px;
    display:flex;
    justify-content: space-between;
}
.exper li{
    width: 282px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 10px rgba(22, 95, 172, 0.23);
    -moz-box-shadow: 0 0 10px rgba(22, 95, 172, 0.23);
    box-shadow: 0 0 10px rgba(22, 95, 172, 0.23);
}
.exper li:hover{
    background: #fff;
}
.exper li b{
    width: 100%;
    height: 190px;
}
.exp_text{
    text-align: center;
    height: 164px;
}
.exp_text span{
    display: inline-block;
    position: relative;
    width: 50px;text-align: center;
    top: -39px;
}
.exp_text span i{
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    z-index: 1;
    width:100%;
    line-height: 54px;
    text-align: center;
}
.exp_text span:before{
    position: absolute;
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    background: #8fc31f;
    left:0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.exp_text p{
    font-size: 20px;
    color: #1d1d1d;
    font-weight: bold;
    margin-bottom:10px;
    margin-top: 23px;
}
.exp_text small{
    color: #666666;
    line-height: 24px;
    font-size: 15px;
}
.workshop{
    position: relative;
}
.workshop .swiper-button-next:after,.workshop .swiper-button-prev:after{
    display:none;
}
.workshop .swiper-button-next{
    height: 100%;
    margin-top: 0;
    top:0;
    right:-32px;
    width: 16px;
    background:url("../images/coopjt_r.png") no-repeat right center;
}
.workshop .swiper-button-prev{
    height: 100%;
    top:0;
    left:-32px;
    width: 16px;
    margin-top: 0;
    background:url("../images/coopjt_l.png") no-repeat left center;
}
.workshop h3{
    background: url("../images/line2s.png") no-repeat center;
    font-size: 18px;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    margin-top: 34px;
}
.swiper-workshop .swiper-slide a{
    display: block;
    width:100%;
    height: 190px;
}
.swiper-workshop .swiper-slide a img{
    width:100%;
}
.swiper-workshop .swiper-slide a p{
    width:100%;
    text-align: center;
    background: rgba(51, 51, 51, 0.56);
    opacity:0;
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    height: 100%;
    color: #fff;
    font-size: 18px;
    padding-top: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-workshop .swiper-slide a:hover p {
    opacity: 1;
}

/*small banner*/
.zbanner{
    background: url("../images/zbanner.png") no-repeat center;
    height: 236px;
    margin-top: 51px;
}
.zbanner h3{
    padding-top: 35px;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background:url("../images/line03.png") no-repeat left bottom;
}
.zbanner small{
    display: block;
    font-size: 15px;
    color: #ffffff;
}
.zbanner .warpper>span{
    display: block;
    margin-top: 19px;
    font-weight: bold;
    line-height: 38px;
    padding-left:56px;
    background: url("../images/tel02.png") no-repeat left center;
    color: #fff;
    font-size: 20px;
}

/*新闻资讯*/
.newstit{
    margin-bottom: 30px;
}
.newstit h3{
    float:left;
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 18px;
}
.newstit a{
    float:right;
    font-size: 15px;
    color: #016bbf;
}
.imgbox{
    float:left;
    background: #f8f9fb;
    width: 269px;
    height: 164px;
}

/*网站底部*/
.foot{
    width: 100%;
    position: relative;
    padding-top:31px;
    background: #303030;
}

.footp{
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    background:#191919;
    text-align:center;
}
.footp a{
    color: #fff;
    font-size: 12px;
}
.footp a:hover{
    color: #fff;
}
.fot_left{
    float:left;
}
.fot_left>div{
    float:left;
    width: 242px;
    height: 305px;
    border-left:1px solid #454545;
}
.fot_left>div>h3{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left:60px;
    position: relative;
    left:-22px;
    top: -5px;
    margin-bottom: 7px;
    line-height: 44px;
}
.fot_left>div:first-of-type>h3{background: url("../images/foticon01.png") no-repeat left center;}
.fot_left>div:nth-of-type(2)>h3{background: url("../images/foticon02.png") no-repeat left center;}
.fot_left>div:nth-of-type(3)>h3{background: url("../images/foticon03.png") no-repeat left center;}
.fot_left>div>a,.fot_left>div>p{
    font-size: 14px;
    color: #999999;
    display: block;
    padding-left: 36px;
    margin-bottom: 9px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fot_left>div>a:hover{
    color: #fff;
    text-decoration: underline;
}
.fot_right{
    float:right;
}
.fot_right>img{
    margin-bottom: 30px;
    margin-top: 12px;
}
.wxchatpic{
    float:left;
    text-align: center;
    width: 110px;
}
.wxchatpic img{
    width: 100%;
}
.wxchatpic p{
    font-size: 14px;
    color: #999999;
    margin-top: 18px;
}



/***/
/*左侧栏*/
.pro-sider {
    float: left;
    width: 257px;
    border: 5px solid #0e71bb;
}
.pro-sider .in-title {
    height: 97px;
    background:#0e71bb;
    text-align: center;
    line-height: 1;
    overflow: hidden;
}
.pro-sider .in-title h3 {
    margin-top: 25px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.pro-sider .in-title em {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 100;
}
.pro-sider .pro-sider-ul {
    border: 1px solid #ededed;
    background: #fff;
    border-top: none;
    overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
    padding: 0 15px;
    height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #666666;
    display: block;
    padding-left: 10px;
    padding-right: 30px;
    border-bottom: 1px dashed #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #ededed url(../images/sider-bg-01.png) no-repeat center;
    border-radius: 50%;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a,.sidebarbg>ul>li.active>a{
    color: #0e71bb;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
    background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
    border-bottom: none;
}
.pro-sider .pro-sider-tel {
    text-align: center;
    padding: 30px 0;
}
.pro-sider .pro-sider-tel span {
    display: block;
    font-size: 24px;
    color: #0e71bb;
    padding-bottom: 30px;
}
.pro-sider .pro-sider-tel img{
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.pro-sider .pro-sider-tel em {
    font-size: 16px;
    color: #333;
}
.pro-sider .pro-sider-tel em strong{
    font-size: 20px;
}


#main .company-main {
    padding: 50px 0 60px;
    background: #f2f2f2;
    overflow: hidden;
}
#main .company-main .warpper {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
    position: relative;
    float: left;
    height: 490px;
    overflow: hidden;
}
#main .company-main .com-main-left {
    padding: 0 47px 0 30px;
    width: 523px;
}
#main .company-main .com-main-left .title {
    margin: 35px 0 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
    font-size: 22px;
    color: #0058b1;
    font-weight: bold;
    margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
    font-size: 16px;
    color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
    overflow: hidden;
    font-size: 14px;
    color: #595959;
    line-height: 24px;
    height: 216px;
}
#main .company-main .com-main-left .com-content img {
    max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
    margin-top: 35px;
    float: left;
    overflow: hidden;
    border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
    display: block;
    width: 145px;
    float: left;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
    background: #268ae7;
    color: #fff;
}
#main .company-main .com-main-rig {
    width: 600px;
}
#main .company-main .com-main-rig .company-img {
    position: relative;
    width: 570px;
    height: 420px;
    font-size: 0;
    text-align: center;
    line-height: 420px;
    margin-top: 35px;
    z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#main .company-main .com-main-rig::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 450px;
    background: #0058b1;
}
#main .news-main {
    background: #fff;
    overflow: hidden;
    padding: 50px 0 40px;
}
#main .news-main .news-content {
    float: left;
    width: 600px;
}
#main .news-main .news-content .news-title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
    font-weight: normal;
    float: right;
    font-size: 14px;
    color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
    text-decoration: underline;
}
#main .news-main .news-content .news-show {
    overflow: hidden;
    height: 140px;
    margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
    width: 160px;
    float: left;
    text-align: center;
    line-height: 140px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
    float: left;
    width: 440px;
    height: 140px;
    font-size: 0;
    text-align: center;
    line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#main .news-main .news-content .news-show-one {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
    display: block;
    float: left;
    color: #323232;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
    font-weight: bold !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
    color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
    float: right;
    color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
    color: #d9d9d9;
    margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}
#main .news-main .news-content .news-list {
    overflow: hidden;
}
#main .news-main .news-content .news-list ul {
    margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
    float: left;
    width: 280px;
    margin: 0 20px;
    font-size: 14px;
    line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
    position: relative;
    padding-left: 10px;
    display: block;
    color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #555555;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
    color: #0058b1;
}
#main .news-main .online-main {
    width: 480px;
    float: right;
}
#main .news-main .online-main .title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
    overflow: hidden;
}
#main .news-main .online-main .online-form input {
    float: left;
    display: block;
    width: 460px;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ededed;
    margin-bottom: 13px;
    font-size: 14px;
    color: #323232;
}
#main .news-main .online-main .online-form input.code {
    width: 300px;
}
#main .news-main .online-main .online-form a {
    display: block;
}
#main .news-main .online-main .online-form a.code {
    float: right;
    height: 42px;
    max-width: 130px;
    line-height: 42px;
    font-size: 0;
    text-align: center;
}
#main .news-main .online-main .online-form a.code img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
    display: block;
    float: left;
    font-size: 14px;
    color: #323232;
    width: 460px;
    border: 1px solid #ededed;
    height: 120px;
    line-height: 30px;
    padding: 5px 9px;
    margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
    float: left;
    width: 100%;
    overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
    display: block;
    width: 265px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #268ae7;
    color: #fff;
    margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
    background: #0058b1;
}
.link-cover {
    overflow: hidden;
    padding: 30px 0 20px;
    border-top: 1px solid #e6e6e6;
}
.link-cover .title {
    float: left;
    width: 80px;
    height: 35px;
    background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
    float: left;
    width: 1000px;
    height: 35px;
    overflow: hidden;
}
.link-cover .link-list a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    font-size: 14px;
    color: #808080;
}
.link-cover .link-list a img{
    display: block;
    height: 25px;
    margin:5px 0 0;
    width: auto;
}
.link-cover .link-list a:hover {
    color: #268ae7;
}
.link-cover .link-list em {
    display: block;
    float: left;
    font-size: 14px;
    color: #e6e6e6;
    line-height: 35px;
}
.link-cover .link-list.active {
    height: auto;
}
.link-cover .link-more {
    cursor: pointer;
    float: right;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 35px;
    height: 35px;
    padding-right: 20px;
    background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
    background: url(../images/up-arr.png) no-repeat right center;
}



.m-column-t {
    position: relative;
    text-align: center;
    font-size: 0;
}
.m-column-t .center {
    display: inline-block;
    font-size: 0;
}
.m-column-t .center h3 {
    color: #333;
    font-size: 30px;
}
.m-column-t .center p {
    color: #d2d2d2;
    font-size: 30px;
}
.m-column-t span {
    position: absolute;
    width: 415px;
    top: 50%;
    margin-top: -5px;
    height: 5px;
    border-bottom: 1px solid #d2d2d2;
    z-index: 1;
}
.m-column-t span.mcl {
    left: 0;
}
.m-column-t span.mcl em {
    float: right;
}
.m-column-t span.mcr {
    right: 0;
}
.m-column-t span em {
    display: block;
    height: 11px;
    border-left: 1px solid #d2d2d2;
}
.textLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.textLine3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.textHidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.domHidden {
    overflow: hidden;
}
.about-main {
    padding: 20px 0 70px;
    min-height: 170px;
}
.about-main .ab-content {
    float: right;
    width: 925px;
}
.about-main .ab-content .title {
    line-height: 50px;
}
.about-main .ab-content .title a {
    color: #333;
    padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
    color: #535353;
}
.about-main .ab-content .title em {
    color: #999;
}
.about-main .ab-content .ab-conBox {
    overflow: hidden;
    background: #fff;
    min-height: 55px;
    padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 25px;
    margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
    overflow: hidden;
    margin-top: 30px;
    font-size: 14px;
    color: #777373;
    line-height: 25px;
}
.ab-sild {
    float: left;
    width: 260px;
}
.ab-sild .title {
    position: relative;
    height: 50px;
    text-align: center;
    background: #f3c04b;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.ab-sild .title span {
    position: absolute;
    height: 3px;
    width: 30px;
    top: 50%;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
    display: block;
    height: 7px;
    border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
    left: 35px;
}
.ab-sild .title span.stl em {
    float: right;
}
.ab-sild .title span.str {
    right: 35px;
}
.ab-sild .sild-cate {
    background: #fff;
    margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
    overflow: hidden;
}
.ab-sild .sild-cate .list li {
    position: relative;
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
}
.ab-sild .sild-cate .list li a {
    display: block;
    padding-right: 35px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
    border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
    border-color: #f3c04b;
    background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
    color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
    color: #fff;
}
.ab-sild .sild-cate .list li:after {
    font-weight: bold;
    right: 20px;
    top: 0;
    color: #999;
    position: absolute;
    content: "\e904";
    font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
    background: #fff;
}
.ab-sild .sild-cont .cont-list {
    padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
    color: #333;
    padding: 5px 0;
    padding-left: 60px;
    font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
    width: 60px;
    margin-left: -60px;
    display: block;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #666;
}
.pro-center {
    background: #fff;
    padding-bottom: 25px;
}
.pro-center .pro-list {
    overflow: hidden;
    padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
    float: left;
    width: 200px;
    margin: 0 10px 20px;
    border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
    border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
    overflow: hidden;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 0;
    background: #eee;
}
.pro-center .pro-list ul li .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.pro-center .pro-list ul li .title {
    background: #f7f8fc;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.pro-center .pro-list ul li .title:hover {
    color: #f3c04b;
}
.page {
    font-size: 0;
    text-align: center;
}
.page .center {
    display: inline-block;
    overflow: hidden;
}
.page .center .page-span {
    float: left;
    font-size: 14px;
    color: #c3c3c3;
    line-height: 32px;
    margin-right: 30px;
}
.page .center .page-list {
    float: left;
    overflow: hidden;
}
.page .center .page-list ul li {
    float: left;
    width: auto;
    min-width: 30px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: 0 4px;
    padding: 0;
    border: none;
    background: transparent;
}
.page .center .page-list ul li a {
    min-width: 20px;
    padding: 0 5px;
    border: 1px solid #eee;
    display: block;
    color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.page .center .page-list ul li:hover a {
    color: #f3c04b;
}
.page .center .page-list ul li.active a {
    background: #f3c04b;
    color: #fff;
}
.news-center {
    background: #fff;
    padding-bottom: 25px;
}
.news-center .new-list {
    padding: 45px 45px 0px;
}
.news-center .new-list ul li {
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
    overflow: hidden;
    display: block;
    height: 90px;
    padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
    float: left;
    width: 130px;
    height: 90px;
    background: #eee;
    line-height: 90px;
    font-size: 0;
    text-align: center;
}
.news-center .new-list ul li a .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.news-center .new-list ul li a .info {
    float: right;
    width: 690px;
}
.news-center .new-list ul li a .info h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
}
.news-center .new-list ul li a .info em {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    max-height: 44px;
    overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
    color: #f3c04b;
}
.message-c {
    background: #fff;
    padding: 40px 50px;
    overflow: hidden;
}
.message-c .p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 35px;
}
.message-c .from input {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
    width: 348px;
}
.message-c .from textarea {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: block;
    width: 728px;
    height: 130px;
    border: 1px solid #d2d2d2;
    padding: 5px;
    margin-bottom: 10px;
}
.message-c .from .code {
    overflow: hidden;
}
.message-c .from .code input[name=code] {
    width: 258px;
    float: left;
}
.message-c .from .code a {
    display: block;
    float: left;
    width: 80px;
    height: 38px;
    padding: 1px 0;
    margin-left: 10px;
}
.message-c .from .code a img {
    width: 80px;
    height: 38px;
}
.message-c .from .btn {
    padding-top: 25px;
}
.message-c .from .btn a {
    display: block;
    width: 362px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #8fa4de;
}
.message-c .from .btn a:hover {
    background: #8397d0;
}
.contact-o {
    background: #fff;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
}
.contact-o iframe {
    width: 830px;
    height: 500px;
    margin: 0 auto;
}

.in_youshi{
    padding:115px 0;
    background: url("../images/youshibg.jpg") no-repeat center / cover;
}

.in_youshi_list .fir{
    font-size:18px;
    color:#5a5a5a;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in_youshi_list:hover .fir{
    color:#fff;
}
.in_youshi_list .sec{
    font-size:12px;
    color:#5a5a5a;
    font-weight: lighter;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in_youshi_list:hover .sec{
    color:#fff;
}
.in_youshi_list .imgbox{
    width: 100%;
    height: 66px;
    margin-top: 18px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in_youshi_list:nth-child(1) .imgbox{
    background: url("../images/youshi1.png") no-repeat center;
}
.in_youshi_list:nth-child(1):hover .imgbox{
    background: url("../images/youshi11.png") no-repeat center;
}
.in_youshi_list:nth-child(2) .imgbox{
    background: url("../images/youshi2.png") no-repeat center;
}
.in_youshi_list:nth-child(2):hover .imgbox{
    background: url("../images/youshi22.png") no-repeat center;
}
.in_youshi_list:nth-child(3) .imgbox{
    background: url("../images/youshi3.png") no-repeat center;
}
.in_youshi_list:nth-child(3):hover .imgbox{
    background: url("../images/youshi33.png") no-repeat center;
}
.in_youshi_list:nth-child(4) .imgbox{
    background: url("../images/youshi4.png") no-repeat center;
}
.in_youshi_list:nth-child(4):hover .imgbox{
    background: url("../images/youshi44.png") no-repeat center;
}
.in_youshi_list:nth-child(5) .imgbox{
    background: url("../images/youshi5.png") no-repeat center;
}
.in_youshi_list:nth-child(5):hover .imgbox{
    background: url("../images/youshi55.png") no-repeat center;
}
.in_youshi_list .thr{
    font-size:12px;
    color:#5e5e5e;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in_youshi_list:hover .thr{
    color:#fff;
}
.in_youshi_list:hover{
    background: #0b5aa7;
}




.it1{height:auto;}
.it1 li{
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.it1 li .a1{display: block;width:100%;height: 47px;position: relative;}
.it1 li .a1 .one{position: absolute;width: 100%;height: 47px;left: -100%;top: 0;z-index:1;background: #3abd3a;transition: 0.5s;-webkit-transition:0.5s }
.it1 li .a1 .two{
    position: absolute;
    width: 100%;
    height: 47px;
    left: 0;
    top: 0;
    z-index: 2;
    background: #f2f2f2;
    line-height: 47px;
    font-size: 18px;
    text-indent: 1.5em;
    color: #424242;
    transition: 0.5s;
    background: url(../Image/jt.png) right 30px center no-repeat;
}
.it1 li .a1:hover .one{transform: translateX(100%);-webkit-transform:translateX100%); }
.it1 li .a1:hover .two{color: #fff;background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;}
.it1 li .a1[data=active] .one{transform: translateX(100%);-webkit-transform:translateX100%); }
.it1 li .a1[data=active] .two{color: #fff;background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;}
.it1 li .xzz .one{transform: translateX(266px);-webkit-transform:translateX(266px); }
.it1 li .xzz .two{color: #fff;background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;}
.it1 li dl{
    width: 100%;box-sizing: border-box;background: #fff;
    display: none;
}
.it1 li dl a{
    display: block;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #4e4e4e;
    background: url(../images/jt.png) right 10px center no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-bottom: 1px solid #d2d2d2;
}
.it li .xzz .one{transform: translateX(266px);-webkit-transform:translateX(266px); }
.it li .xzz .two{color: #fff;background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;}
.it1 li dl a:hover{color: #00a73e;transform: translateX(10px);-webkit-transform: translateX(10px);background: url("../images/jt2.png") left 38px center no-repeat; }

.it1 li .erjibox a{
    display: block;
    padding: 10px 10px 10px 37px;
    font-size: 14px;
    color: #7d7d7d;
    background: url(../images/jian-sider.png) no-repeat left 11px center;
    background-size: 19px;
    border-bottom: 1px dashed #cecece;
}
.it1 li .erjibox a:hover{
    color:#0e66bf;
}
/*search*/
.hotline{
    float:left;
    width: 839px;
}
.hotline span{
    float:left;
    font-size: 16px;
    color: #525252;
    padding-left: 40px;
    background: url(../images/hoticon.png) no-repeat left center;
}
.hotline a{
    float:left;
    color: #868686;
    font-size: 14px;
    margin-right: 5px;
}
.hotline a:hover{
    color: #0e66bf;
}
.searchbg{
    line-height: 75px;
    background: #f3f3f3;
}
.searchborder{
    float:right;
    position: relative;
    right: 0;
    top: 21px;
    width: 260px;
    height: 35px;
    line-height: 35px;
    color: #606060;
}
.searchborder input[type=text]{
    color: #9f9f9f;
    width: 100%;
    position: absolute;
    background:none;
    border:1px solid #d6d6d6;
    top: 0;
    left: 0;
    height: 35px;
    font-size: 14px;
    text-indent: 20px;
}
.searchborder input[type=text]::placeholder{
    color: #9f9f9f;
    font-size: 14px;
}
.searchborder .search_s{
    border: 0;
    position: absolute;
    top: 0;
    width: 45px;
    height: 35px;
    right: 0;
    background: #0e66bf url("../images/search1.png") no-repeat center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.searchborder input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #606060;
    font-size:14px;
}

.searchborder input:-moz-placeholder,textarea:-moz-placeholder{
    color: #606060;
    font-size:14px;
}

.searchborder input::-moz-placeholder,textarea::-moz-placeholder{
    color: #606060;
    font-size:14px;
}
.searchborder input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #606060;
    font-size:14px;
}


.news-inner-top{
    margin-top: 30px;
}
.news-inner-top .news-inner-top-list{
    float: left;
    width: 384px;
    margin-right: 24px;
    margin-bottom:10px;
}
.news-inner-top .news-inner-top-list:nth-child(3n){
    margin-right: 0;
}
.news-inner-top .news-inner-top-list .imgbox{
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.news-inner-top .news-inner-top-list .imgbox .pic-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-inner-top .news-inner-top-list .imgbox .bofang-img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.news-inner-top .news-inner-top-list .imgbox .time{
    position: absolute;
    top:0;
    left:30px;
    width: 80px;
    padding: 10px 0;
    color: #fff;
    background:#0e66bf;
    text-align:center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-inner-top .news-inner-top-list:hover .imgbox .time{
    top:5px;
    box-shadow: 0px 0px 5px #333;
}
.news-inner-top .news-inner-top-list .imgbox .time span{
    display: block;
}
.news-inner-top .news-inner-top-list .imgbox .time span:nth-child(1){
    font-size: 25px;
    font-weight: 700;
}
.news-inner-top .news-inner-top-list .imgbox .time span:nth-child(2){
    font-size: 14px;
}
.news-inner-top .news-inner-top-list .text{
    padding: 20px 15px;
    border:1px solid #eee;
    text-align:left;
}
.news-inner-top .news-inner-top-list .text .ntitle{
    font-size: 18px;
    color:#333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align:left;
}
.news-inner-top .news-inner-top-list:hover .text .ntitle{
    color:#0e66bf;
}
.news-inner-top .news-inner-top-list .text .des{
    color: #999;
    font-size:14px;
    line-height: 21px;
    text-align:left;
    margin-top: 5px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_news .index_news_right{
    float: left;
    width:574px;
}
.index_news .index_news_right .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_news .index_news_right a:hover .imgbox img{
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.index_news .news-right-title{
    float:right;
    width: 280px;
    font-size:18px;
    color:#333333;
    padding-top: 15px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_news .index_news_right:hover .news-right-title{
    color:#0e66bf;
}
.index_news .index_news_right .news-right-title>p{
    font-size: 17px;
    color: #1d1d1d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.index_news .index_news_right .news-right-title>small{
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}
.index_news .index_news_right .news-right-title>.des{
    width:100%;
    font-size:14px;
    color:#666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: 350ms 0s all ease;
}
.index_news .index_news_right .news-right-title:hover>.des,.index_news .index_news_right .news-right-title:hover>p,.index_news .index_news_right .news-right-title:hover>small{
    color: #0058b1;
}
.index_news{
    padding-top:30px;
}
.index_news .index_news_right>a{
    display: block;
    margin-bottom: 35px;
}
.index_news .index_news_right .news-right-time{
    font-size:14px;
    color:#757575;
    padding:0 20px;
    background: #f4f4f4;
    padding-bottom: 10px;
}
.index_news .index_news_left{
    float: right;
    width:600px;
}
.index_news .index_news_left_list{
    margin-bottom: 45px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.index_news .index_news_left .index_news_left_list {
    margin-bottom: 15px;
}
.index_news_left .index_news_left_list a{
    display: block;
    background: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:22px 31px;
}
.index_news_left .index_news_left_list a .text{
    width: 100%;
    float:none;
}


.index_news .index_news_left_list .time{
    float: left;
    width:87px;
    height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    padding-right:27px;
    margin-right: 20px;
    border-right:1px solid #e5e5e5;
}

.index_news .index_news_left_list .time .fir{
    font-size:40px;
    color: #666666;
}
.index_news .index_news_left_list .time .sec{
    font-size:16px;
    color: #666666;
}
.index_news .index_news_left_list .text{
    float: right;
    width:460px;
    position: relative;
}
.index_news .index_news_left_list .text .fir{
    font-size:17px;
    color:#1d1d1d;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_news .index_news_left_list:hover .text .fir{
    color:#165fac;
}
.index_news .index_news_left_list .text .con{
    font-size:14px;
    color:#666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_news .index_news_left_list:hover .text .con {
    color:#165fac;
}
.fot_left>div:nth-of-type(3){
    width:398px;
}
.fot_left>div:nth-of-type(3) p span{
    font-size: 20px;
    color: #86c328;
    font-weight: bold;
}

.all-mianbao{
    background: #fff;
    margin-bottom: 30px;
    border-bottom:3px solid #f9f9f9;
}
.all-mianbao .warpper .crumbs_left{
    padding-left:18px;
    font-size:14px;
    height: 50px;
    line-height: 50px;
    color:#333333;
    position: relative;
}
.all-mianbao .warpper .crumbs_left:after{
    display:block;
    content: '';
    position: absolute;
    left:0;
    top:50%;
    width: 2px;
    height:14px;
    background: #1655bc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.all-mianbao .warpper .crumbs_left a{
    font-size:14px;
    line-height: 50px;
    color:#999;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.all-mianbao .warpper .crumbs_left a:first-of-type{
    color: #333;
}
.all-mianbao .warpper a:hover{
    color: #165fac;
}
.crumbs_left{
    float:left;
}
.crumbs_right{
    float:right;
}
#iform:after{
    display: block;
    content: '';
    clear: both;
}
#iform{
    margin-top:14px;
}
#iform input{
    float:left;
    border-left:1px solid #016bbf;
    padding-left:25px;
    width:370px;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
}
#iform input::placeholder{
    font-size: 14px;
    color: #999999;
}
#iform .search_s{
    width: 20px;
    height: 22px;
    float:right;
    background: url(../images/search.png) no-repeat center;
}

/*product子页--start--*/
.pro-inner{
    background: #f9f9f9;
}
/*product子页--end--*/



.company-menu{
    margin-bottom: 60px;
}
.company-menu a{
    display: block;
    float: left;
    width: 237px;
    line-height: 70px;
    background: #f1f1f1;
    font-size:18px;
    text-align:center;
    color:#383838;
    margin-right: 10px;
}
.company-menu a:hover{
    background: #1358a2;
    color:#fff;
}
.company-menu a.clickable{
    background: #1358a2;
    color:#fff;
}
.company-inner{
    padding-bottom: 44px;
}
.company-inner .com-des small{
    width: 100%;
    display:block;
}
.company-inner .com-des small h3{
    font-size:20px;
    color:#165fac;
    font-weight: bold;
    margin-bottom: 44px;
}
.company-inner .com-des img{
    float:right;
    margin-left:80px;
}
.company-inner .com-des small p{
    font-size: 15px;
    line-height: 36px;
    color: #666666;
}
.pro-inner-right{
    width: 908px;
    float: right;
}

.honor-inner-top{
    margin:0;
    padding:0;
    border:none;
}
.honor-inner-top .news-inner-top-list .text{
    padding:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor-inner-top .news-inner-top-list .text .title{
    font-weight: 500;
}
.pcon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pcon .pcon-list{
    width: 48%;
    padding: 25px;
    background: #f7f7f7;
}
.pcon .pcon-list .pcon-list-item{
    padding-left: 55px;
}
.pcon .pcon-list .pcon-list-item.mobile{
    margin-bottom: 25px;
    background: url("../images/c-phone.png") no-repeat left center;
}
.pcon .pcon-list .pcon-list-item.address{
    background: url("../images/c-address.png") no-repeat left center;
}
.pcon .pcon-list .pcon-list-item .fir{
    font-size: 20px;
    color:#333;
}
.pcon .pcon-list .pcon-list-item .sec{
    font-size: 14px;
    color:#666;
}
.pcon .pcon-list .imgbox{
    float: left;
    width: 130px;
}
.pcon .pcon-list .imgbox img{
    width: 100%;
}
.pcon .pcon-list .text{
    float: left;
    margin-left: 20px;
    margin-top: 22px;
}
.pcon .pcon-list .text .fir{
    font-size:20px;
    color:#333;
}
.pcon .pcon-list .text .sec{
    font-size:14px;
    color:#888;
}
.pcon .pcon-list .abox{
    width: 70px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.pcon .pcon-list .abox a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 50%;
}
.pcon .pcon-list .abox a.weixin{
    background:url("../images/c-weixin.png") no-repeat center;
}
.pcon .pcon-list .abox a.weixin:hover{
    background:#0e66bf url("../images/f-weixin.png") no-repeat center;
    border:1px solid #0e66bf;
}
.pcon .pcon-list .abox a.qq{
    background:url("../images/c-qq.png") no-repeat center;
}
.pcon .pcon-list .abox a.qq:hover{
    background:#0e66bf url("../images/f-qq.png") no-repeat center;
    border:1px solid #0e66bf;
}
.lxcon{
    margin: 30px 0;
}
.lxcon .lxcon-title .fir{
    font-size: 28px;
    color: #0e66bf;
}
.lxcon .lxcon-title .sec{
    font-size: 14px;
    color: #888;
}
.lxcon .lxcon-form{
    margin-top: 20px;
    background: #f7f7f7;
    padding: 25px;
}
.lxcon .lxcon-form .inputbox input{
    float: left;
    width: 570px;
    line-height: 40px;
    border:1px solid #eee;
    padding:0 20px;
    color:#888;
    font-size:14px;
    outline: none;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxcon .lxcon-form .inputbox input:focus{
    border:1px solid #0e66bf;
}
.lxcon .lxcon-form .inputbox input:nth-child(2n){
    margin-right: 0;
}
.lxcon .lxcon-form .inputbox input::placeholder{
    color:#888;
    font-size:14px;
}
.lxcon .lxcon-form textarea{
    border:1px solid #eee;
    width: 100%;
    height: 120px;
    padding:10px 20px;
    color:#888;
    font-size:14px;
    outline: none;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 4px;
}
.lxcon .lxcon-form textarea:focus{
    border:1px solid #0e66bf;
}
.lxcon .lxcon-form textarea::placeholder{
    color:#888;
    font-size:14px;
}
.lxcon .lxcon-form .verify{
    float: left;
    width: 128px;
    height: 40px;
}
.lxcon .lxcon-form .verify img{
    width: 100%;
    height: 100%;
}
.lxcon .lxcon-form .submit{
    width: 100%;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    background: #0e66bf;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.lxcon .lxcon-form .submit:hover{
    border-radius: 0;
}
.nei-banner{
    width: 100%;
    height: 440px;
    background: url("../images/s-banner.jpg") no-repeat center;
    text-align: center;
}
.nei-banner h3{
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 23px;
    padding-top: 168px;
    color: #fff;}
.nei-banner small{
    display: block;
    color: #fff;
    font-size: 26px;
    margin-bottom: 85px;
}
.nei-banner img{
    margin:0 auto;
}
.all-inner-title .fir{
    font-size:30px;
    color:#6e6e6e;
    font-weight: 700;
    line-height: 30px;
}
.all-inner-title .line{
    width: 40px;
    height: 2px;
    background: #0e66bf;
    margin:15px 0;
}
.de-case-list ul li{
    float: left;
    width: 32%;
    padding:10px;
    background: #eee;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 20px;
}
.de-case-list ul li:nth-child(3n){
    margin-right: 0;
}
.de-case-list ul li .img{
    width: 100%;
    height: 203px;
    overflow: hidden;
}
.de-case-list ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.de-case-list ul li:hover .img img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.de-case-list ul li .de-case-list-title{
    line-height: 50px;
    text-align: center;
    color: #777;
    overflow: hidden;
    padding:0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cebox{
    position: fixed;
    right: 2%;
    top: 15%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
}
.cebox .ce-list{
    width: 45px;
    height: 45px;
    text-align:center;
    color:#fff;
    font-size:14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cebox .ce-list:last-child{
    margin-bottom: 0;
}
.cebox .ce-list a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.cebox .ce-list:nth-child(1){
    background: #333335 url("../images/ce-tel.png") no-repeat center;
}
.cebox .ce-list:nth-child(1):hover{
    background: #0e66bf url("../images/h-telsec1.png") no-repeat center;
}
.cebox .ce-list:nth-child(2){
    background: #333335 url("../images/ce-weixin.png") no-repeat center;
}
.cebox .ce-list:nth-child(2):hover{
    background: #0e66bf url("../images/ce-weixin1.png") no-repeat center;
}
.cebox .ce-list:nth-child(3){
    background: #333335 url("../images/ce-email.png") no-repeat center;
}
.cebox .ce-list:nth-child(3):hover{
    background: #0e66bf url("../images/ce-email1.png") no-repeat center;
}
.cebox .ce-list:nth-child(4){
    background: #333335 url("../images/ce-add.png") no-repeat center;
}
.cebox .ce-list:nth-child(4):hover{
    background: #0e66bf url("../images/ce-add1.png") no-repeat center;
}
.cebox .ce-list:nth-child(5){
    background: #0e66bf url("../images/ce-top1.png") no-repeat center;
}
.cebox .ce-list a .con{
    position: absolute;
    right:53px;
    top:0;
    background: #0e66bf;
    padding:0 10px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
}
.cebox .ce-list a .con:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #0e66bf;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

.cebox .ce-list a:hover .con{
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
}
.cebox .ce-list a .con p{
    font-size:16px;
    color:#fff;
}
.cebox .ce-list a .con img{
    width: 108px;
}
.develop{
    width: 70%;
    float: left;
}
.time-axis{
    position: relative;
}
.time-axis:before {
    content: '';
    position: absolute;
    left:157px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
}
.time-axis-item {
    list-style: none;
    padding-left: 185px;
    position: relative;
    margin-bottom: 22px;
    font-size: 16px;
    color: #141414;
}
.time-axis-date {
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    width: 135px;
    text-align: right;
}
.time-axis-date span {
    position: absolute;
    right: -29px;
    top: 15%;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: #fff;
}
.time-axis-date span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.develop-img{
    float: right;
    width: 29%;
    height: 295px;
}
.develop-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*搜索弹出内容*/
.searchmeng{
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1500;
    background: #fff;
    overflow-y: auto;
    display: none;
    visibility: hidden;
}
.searchmeng.active{
    display: block;
    visibility: visible;
}
.de-search-list ul li:nth-child(4n){
    margin-right: 0!important;
}
.de-search-list ul li{
    margin-right: 8px!important;
}
.de-search-list ul li:nth-child(3n){
    margin-right: 8px!important;
}
.de-search-list ul li:nth-child(4){
    margin-top: 0!important;
}
.search-page {
    text-align: center;
    margin-top: 30px;
}

.search-page dt {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    margin: 0 5px;
    cursor: pointer;
}
.search-page dt.xz {
    background: #0e66bf;
    color: #fff;
}

.search-page dt.xz:hover {
    background: #0e66bf;
    color: #fff;
}

.search-page dt:hover {
    border-color: #0e66bf;

}
.sousuo-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.sousuo-title span{
    font-weight: 700;
}

.comlist li{
    float:left;
    background: #f4f4f4;
    margin-bottom: 27px;
}
.comlist li:nth-of-type(2n){
    float:right;
}
.comlist li img{
    float:left;
}
.comlist li div{
    float:left;
    width: 337px;
    height: 167px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:37px 30px;
}
.comlist li div b{
    display: block;
    font-size: 22px;
    color: #333333;
    margin-bottom: 17px;
}
.comlist li div p{
    font-size: 18px;
    color:#666666;
}

#fu {
    transition: 0.5s;
    border-radius: 0px 5px 5px 5px;
    width: 148px;
    position: fixed;
    top: 200px;
    right: 5px;
    z-index: 100;
    background: #86c328;
    padding: 10px 0 15px 0;
    color:#fff;
    font-size:18px;
    text-align:center;
}

.fudong {
    transform: translateX(150px);
}
#fu .sec{
    font-size:14px;
}
#fu .tel2{
    font-family: ziti2;
    margin-bottom: 12px;
}
#fu .ewm {
    width: 119px;
    margin: 15px auto 0  auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px;
    text-align:center;
    color:#666;
    font-size:14px;
}
.futel{
    font-size: 14px;
    text-align: left;
    padding-left: 45px;
    background: url(../images/tel2.png) no-repeat 22px center;
}
#fu .zi {
    width: 116px;
    margin: 0 auto;
    text-align: center;
}

#fu .zx {
    width: 120px;
    height: 40px;
    margin: 0 auto
}

#fu .zx a {
    display: block;
    width: 120px;
    height: 38px;
    background: #fff url("../images/zx.jpg") left 13px center no-repeat;
    border-radius: 3px;
    background-size: 23px;
    color: #3f3f3f;
    line-height: 37px;
    text-indent: 45px;
    font-size: 15px;
}

#fu .zx1 a {
    display: block;
    width: 120px;
    height: 35px;
    background: #fff url("../images/qq.png") left 15px center no-repeat;
    border-radius: 3px;
    color: #3f3f3f;
    line-height: 34px;
    text-indent: 47px;
    background-size: 24px;
    font-size: 15px;
}

#fu .side {
    position: absolute;
    left: -29px;
    height: 58px;
    width: 29px;
    top: 0px;
    background: url("../images/ful1.png") center no-repeat;
    cursor: pointer
}

#fu .side2 {
    position: absolute;
    left: -29px;
    height: 58px;
    width: 29px;
    top: 0px;
    background: url("../images/ful2.png") center no-repeat;
    cursor: pointer;
    display: none
}
#gotop {
    position: fixed;
    z-index: 15;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    background: #ddd url(../images/top.png) center no-repeat;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    display: none;
    background-size: 27px;
}
