.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner{ border:none; padding:0;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@font-face {
    font-family: 'cll1';
    src: url("../img/DINPRO-MEDIUM.OTF");
}
@font-face {
    font-family: 'cll2';
    src: url("../img/BarlowCondensed-BoldItalic.ttf");
}
@font-face {
    font-family: 'cll3';
    src: url("../img/youshe.TTF");
}

/*顶部logo*/
.topper{
    height: 105px;
}
.logobox{
    float: left;
    margin-top: 12px;
}
.logobox h1{
    float: left;
    margin-right: 15px;
}
.logobox h1 img{ padding-top:25px;
}
.logobox .text{
    float: left;
    padding-left: 15px;
    position: relative;
    margin-top: 3%;
}
.logobox .text span{
    display: inline-block;
}
.logobox .text span.s1{
     font-size:40px;
     color:#28b0f7;
     font-family: cll2;
     font-weight: 700;
}
.logobox .text span.s2{
    font-size:24px;
    color:#232323;
    font-weight: 700;
}
.logobox .text:before{
    content:"";
    position: absolute;
    width: 1px;
    height: 48px;
    background: #e5e5e5;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo-tel{
    float: right;
    padding-left: 65px;
    background: url("../img/tel.png") no-repeat left center;
    margin-top: 26px;
    margin-right: 1%;
}
.logo-tel .fir{
    font-size:16px;
    color:#999999;
}
.logo-tel .sec{
    font-size:32px;
    color:#28b0f7;
    font-family: cll2;
    font-weight: 700;
    line-height: 30px;
}
.logo-tel .sec a{
    color:#28b0f7;
    font-family: cll2;
    font-weight: 700;
}
.logo-wailian{
    float: right;
    text-align:center;
    margin-left: 1%;
    margin-top: 26px;
}
.logo-wailian img{
    max-width: 100%;
    margin:0 auto;
}
.logo-wailian p{
    font-size:12px;
    color:#adadad;
    -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: 5px;
}
.logo-wailian:hover p{
    color:#ff840c;
    font-weight: 700;
}

/*导航*/
.allnav{
    width: 100%;
    background: #00458e;
}
.allnav ul>li{
    float: left;
    width: 12.5%;
    position: relative;
}
.allnav ul>li>a{
    display: block;
    line-height: 65px;
    text-align:center;
    font-size:16px;
    color:#fff;
    font-weight: 700;
    position: relative;
}
.allnav ul>li>a:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 64px;
    background: url("../img/nav-shu.jpg") no-repeat center;
}
.allnav ul>li>a:hover{
    background: url("../img/nav-active-bg.jpg") no-repeat center / cover;
    color:#00458e;
}
.allnav ul>li>a:hover:after{
    display: none;
}
.allnav ul>li>a.active{
    background: url("../img/nav-active-bg.jpg") no-repeat center / cover;
    color:#00458e;
}
.allnav ul>li>a.active:after{
    display: none;
}
.allnav ul>li>a i{
    position: absolute;
    display: block;
    width: 24px;
    height: 17px;
    background: url("../img/hot.png") no-repeat center;
    right:17px;
    top:10px;
}


/*banner*/
.bannerbox{
    position: relative;
}
.bannerbox img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 7%;
}
.bannerbox .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    opacity: .4;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #28b0f7;
    opacity: 1;
}
.bannerbox .swiper-button-white{
    width: 35px;
    height: 66px;
    margin-top: -33px;
    background-color: rgba(0,0,0,0.5);
    background-size: 14px;
}

.searchbox{
    position: absolute;
    width: 100%;
    left:0;
    bottom:-53px;
    z-index: 1;
}
.searchbox .search-inner{
    background: #fff;
    box-shadow: 0px 0px 10px #a7a7a7;
    border-radius: 48px;
    padding: 0 30px;
}
.searchbox .search-inner .hotkey{
    float: left;
    width: 40%;
}
.searchbox .search-inner .hotkey a{
    display: inline-block;
    font-size:16px;
    color:#6b6b6b;
    margin-right: 3%;
    line-height: 70px;
}
.searchbox .search-inner .hotkey a:last-child{
    margin-right: 0;
}
.searchbox .search-inner .hotkey a:first-child{
    font-weight: 700;
    color:#302f2f;
    margin-right: 0;
}
.searchbox .search-inner .formbox{
    float: right;
    width: 25%;
    height: 47px;
    margin-top: 9px;
}
.searchbox .search-inner .formbox form{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.searchbox .search-inner .formbox form input[type=text]{
    width: 100%;
    line-height: 47px;
    border-bottom:1px solid #eee;
    font-size:16px;
    color:#aaaaaa;
    outline: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.searchbox .search-inner .formbox form input[type=text]:focus{
    border-bottom:1px solid #00458e;
}
.searchbox .search-inner .formbox form input[type=submit]{
    position: absolute;
    width: 21px;
    height: 47px;
    background:url("../img/searchbg.png") no-repeat center;
    right:0px;
    top:0;
    cursor: pointer;
}

/*sbanner*/
.sbanner{
    width: 100%;
    height: 350px;
    position: relative;
}
.sbanner.sbanner-company{
    background:url("../img/sbanner-company.jpg") no-repeat center / cover;
}
.sbanner.sbanner-product{
    background:url("../img/sbanner-product.jpg") no-repeat center / cover;
}
.sbanner.sbanner-news{
    background:url("../img/sbanner-news.jpg") no-repeat center / cover;
}
.sbanner.sbanner-case{
    background:url("../img/sbanner-case.jpg") no-repeat center / cover;
}
.sbanner.sbanner-contact{
    background:url("../img/sbanner-case.jpg") no-repeat center / cover;
}
.sbanner-crumbs{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
}
.sbanner-crumbs .inner{
    background: rgba(0,0,0,0.4) url("../img/loc-icon.png") no-repeat left 2% center;
    line-height: 50px;
    color:#fff;
    font-size:14px;
    padding: 0 4%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sbanner-crumbs .inner a{
    color:#fff;
}





/*通用*/
.index-title-box{
    text-align:center;
    margin-bottom: 2%;
    position: relative;
}
.index-title-box .fir{
    font-size:36px;
    color:#363636;
    font-weight: 700;
    position: relative;
}
.index-title-box .fir span{
    font-weight: 500;
    display: inline-block;
    margin-right: 36px;
    position: relative;
}
.index-title-box .fir span em{
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #363636;
    border-radius: 10px;
    right:-21px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-title-box .sec{
    font-size:18px;
    color:#999999;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.index-title-box .line{
    width: 27px;
    height: 3px;
    background: #00a0e9;
    margin:0 auto;
}

.img_cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_container{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img_jz{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.textover{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.transi {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.padding{
    padding:3.5% 0;
}

/*首页专注生产*/
.shengchan{
    padding:7% 0 5% 0;
    background: #f9f9f9 url("../img/shengchanbg.jpg") no-repeat center;
}
.shengchan-des{
    font-size:16px;
    color:#777777;
    line-height: 28px;
    text-align:center;
    width: 72%;
    margin:0 auto;
}
.shengchan-des span{
    color:#004c99;
    font-weight: 700;
}
.shengchan-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 4.5%;
}
.shengchan-list{
    width: 19.5%;
    height: 195px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    overflow: hidden;
    border-radius: 20px 0 20px 0;
    position: relative;
}
.shengchan-list .imgbox{
    width: 132%;
    height: 105%;
    left:50%;
    top:0;
    -webkit-transform: skew(10deg) translateX(-50%);
    -moz-transform: skew(10deg) translateX(-50%);
    -ms-transform: skew(10deg) translateX(-50%);
    -o-transform: skew(10deg) translateX(-50%);
    transform: skew(10deg) translateX(-50%);
    position: absolute;

}
.shengchan-list .pic{
    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;
}
.shengchan .meng{
    width: 132%;
    height: 105%;
    left:50%;
    top:0;
    -webkit-transform: skew(10deg) translateX(-50%);
    -moz-transform: skew(10deg) translateX(-50%);
    -ms-transform: skew(10deg) translateX(-50%);
    -o-transform: skew(10deg) translateX(-50%);
    transform: skew(10deg) translateX(-50%);
    position: absolute;
    background:linear-gradient(rgba(0,0,0,0) 48%,rgba(0,0,0,0.9));
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.shengchan-list:hover .meng{
    background:linear-gradient(rgba(0,76,153,0) 48%,rgba(0,76,153,0.95));
}
.shengchan .meng-inner{
    width: 100%;
    position: absolute;
    left:48%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:11%;
    color:#fff;
    text-align:center;
    padding: 0 17%;
}
.shengchan .meng-inner .fir{
    font-weight: 700;
    font-size:20px;
}
.shengchan .meng-inner .sec{
    font-size:16px;
}
/*产品*/
.index_pro{
    background: #f8f8f8;
    padding-bottom: 4%;
}
.index_pro-title{
    width: 100%;
    height: 210px;
    background: url("../img/pro-title-bg.jpg") no-repeat center;
    position: relative;
}
.index_pro-title i{
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/index-pro-button.png") no-repeat center;
    bottom:10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}
.index_pro-title .index-title-box{
    margin-bottom: 0;
    padding-top: 2%;
}
.pro-type-box{
    margin-top: 3%;

}
.pro-type{
    margin-bottom: 4%;
    border:1px solid #e5e5e5;
}
.pro-type-list{
    line-height: 60px;
}
.pro-type-list:last-child{
    margin-bottom: 0;
}
.pro-type-list-left{
    float: left;
    width: 20%;
}
.pro-type-list-left a{
    display: block;
    color:#fff;
    font-size:18px;
    position: relative;
    background: #0e549e;
    font-weight: 700;
    padding: 0 21%;
    border-bottom:1px solid #1f64ad;
}
.pro-type-list-left:hover a{
    background: #28b0f7;
}
.pro-type-list-left a.active{
    background: #28b0f7;
}
.pro-type-list-right{
    float: left;
    width: 80%;
    background: #fff;
    padding:0 2%;
}

.pro-type-list:nth-child(even) .pro-type-list-right{
    background: #f8f8f8;
}
.pro-type-list-right a{
    margin-right: 3%;
    display: inline-block;
    padding-left: 25px;
    font-size:16px;
    color:#4e4e4e;
    background: url("../img/pro-son-icon.png") no-repeat left center;
}
.pro-type-list-right a:hover{
    color:#00a0e9;
}
.pro-type-list-right a.active{
    color:#00a0e9;
}
.pro-type-list-right a:last-child{
    margin-right: 0;
}
.hot-pro-top{
    width: 100%;
    border-radius: 36px 0 0 0;
    height: 515px;
    position: relative;
    overflow: hidden;
}
.hot-pro-top-left{
    width: 18.5%;
    height: 100%;
    float: left;
}
.hot-pro-top-left-list{
    width: 100%;
    height: 20%;
}
.hot-pro-top-left-list a{
    width: 100%;
    height: 100%;
    text-align:center;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 17%;
}
.hot-pro-top-left-list a span{
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hot-pro-top-left-list a span.s1{
    font-size:58px;
    color:#eeeeee;
    font-family: cll1;
}
.hot-pro-top-left-list a span.s2{
    font-size:18px;
    color:#0e549e;
    font-weight: 700;
    margin-left: 8%;
}
.hot-pro-top-left-list a:hover{
    background: #0e549e;
}
.hot-pro-top-left-list a:hover span.s1{
    color:#1e63ac;
}
.hot-pro-top-left-list a:hover span.s2{
    color:#fff;
}
.hot-pro-top-left-list a.active{
    background: #0e549e;
}
.hot-pro-top-left-list a.active span.s1{
    color:#1e63ac;
}
.hot-pro-top-left-list a.active span.s2{
    color:#fff;
}
.hot-pro-top-right{
    float: left;
    width: 81.5%;
    height: 100%;
    position: relative;
}
.hot-pro-top-right-inner{
    height: 100%;
    display: none;
}
.hot-pro-top-right-pro{
    float: left;
    width: 65%;
    height: 100%;
    position: relative;
}
.hot-pro-top-right-pro .swiper-container{
    width: 100%;
    height: 100%;
    background: #fff;
    border:1px solid #e5e5e5;
}
.hot-pro-top-right-pro .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.hot-pro-top-right-pro .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.swiper-container-pro .swiper-pagination-bullet-active{
    background: #00a0e9;
}
.hot-pro-top-right-typeimg{
    float: right;
    width: 34.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hot-pro-top-right-typeimg-list{
    width: 100%;
    height: 49.5%;
}
.hot-pro-top-right-typeimg-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hot-pro-bottom{
    position: relative;
    width: 100%;
    margin-top: 2%;
}
.all-pro-list{
    width: 100%;
    border:1px solid #eeeeee;
}
.all-pro-list .imgbox{
    width: 100%;
    height: 270px;
    position: relative;
    border-bottom:1px solid #eeeeee;
    background: #fff;
}
.all-pro-list .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.all-pro-list .text{
    background: #fff;
    padding: 5% 8%;
    text-align: center;
}
.all-pro-list .text .fir{
    font-size:18px;
    color:#333333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2%;
}
.all-pro-list:hover .text .fir{
    color:#28b0f7;
}
.all-pro-list .text .des{
    font-size:14px;
    color:#999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.all-pro-list .text .des p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.all-pro-list .buttonbox{
    padding:0 8%;
    background: #fff;
    padding-bottom: 7%;
}
.all-pro-list .buttonbox a{
    display: block;
    float: left;
    font-size:14px;
    color:#666666;
    width: 45%;
    line-height: 40px;
    text-align:center;
    border:1px solid #666;
    border-radius: 20px 0 20px 0;
}
.all-pro-list .buttonbox a:first-child{
    color:#28b0f7;
    border:1px solid #28b0f7;
}
.all-pro-list .buttonbox a:first-child:hover{
    background: #28b0f7;
    color:#fff;
}
.all-pro-list .buttonbox a:last-child{
    float: right;

}
.all-pro-list .buttonbox a:last-child:hover{
    background: #666;
    color:#fff;
}
.pro-sec-button{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border:1px solid #28b0f7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-sec-button:after{
    display: none;
}
.pro-sec-button-next{
    background: #fff url("../img/pro-sec-right.png") no-repeat center;
    right: 1%;
}
.pro-sec-button-next:hover{
    background: #28b0f7 url("../img/pro-sec-right1.png") no-repeat center;
}
.pro-sec-button-prev{
    background: #fff url("../img/pro-sec-left.png") no-repeat center;
    left:1%;
}
.pro-sec-button-prev:hover{
    background: #28b0f7 url("../img/pro-sec-left1.png") no-repeat center;
}
.pro-guang{
    width: 61%;
    background: #fff;
    margin:4% auto 0 auto;
    box-shadow: 0px 0px 10px #a7a7a7;
    border-radius: 100px;
    text-align:center;
    padding:2% 0;
}
.pro-guang .fir{
    font-size:18px;
    color:#666;
}
.pro-guang .sec{
    font-size:24px;
    color:#333;
    margin: 0.5% 0 1% 0;
}
.pro-guang .sec span{
    font-weight: 700;
    color:#0e549e;
}
.pro-guang a{
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding: 0 7%;
    background: #0e549e;
    border-radius: 50px;
    letter-spacing: 1px;
}
/*首页优势*/
.index_youshi{
    height: 674px;
    position: relative;
    padding-top: 3%;
    background: url("../img/youshibg.jpg") no-repeat center / cover;
}
.index_youshi .warpper{
    height: 100%;
    position: relative;
}
.youshi-list{
    width: 320px;
    position: absolute;
}
.youshi-list .text{
    width: 65%;
    color:#fff;
    text-align:left;
}
.youshi-list.youshi-list6 .text ,.youshi-list.youshi-list7 .text{
    text-align:right;
    float: left;
}
.youshi-list.youshi-list6 .imgbox ,.youshi-list.youshi-list7 .imgbox{
    float: right;
}
.youshi-list.youshi-list8 .text ,.youshi-list.youshi-list9 .text{
    float: right;
}
.youshi-list.youshi-list8 .imgbox ,.youshi-list.youshi-list9 .imgbox{
    float: left;
}
.youshi-list .text .fir{
    font-size:24px;
    font-weight: 700;
    margin-bottom: 5%;
}
.youshi-list .text .sec{
    font-size:16px;
}
.youshi-list .imgbox{
    width: 85px;
    height: 85px;
    border:4px solid #fff;
    background: #28b0f7;
    position: relative;
    border-radius: 50px;
}
.youshi-list .imgbox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.youshi-list:hover .imgbox img{
    animation: swing 1s infinite linear;
}
.youshi-list6{
    left: 14%;
    top: 26%;
}
.youshi-list7{
    left:0;
    top:60%;
}
.youshi-list8{
    right:14%;
    top:26%;
}
.youshi-list9{
    right:0;
    top:60%;
}
.index_youshi .youshiimg{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    bottom: -52px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*案例*/
.index_case{
    padding:6% 0 4% 0;
}
.index_case_box{
    width: 100%;
    height: 597px;
    border-radius: 35px 0 0 0;
    overflow: hidden;
}
.index_case_left{
    float: left;
    width: 21%;
    height: 100%;
}
.index_case_left_list{
    width: 100%;
    height: 14.3%;
}
.index_case_left_list a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #00458e;
    color:#fff;
    font-size:20px;
    border-bottom:1px solid #0d54a0;
}
.index_case_left_list a:hover{
     background: #28b0f7;
 }
.index_case_left_list a.active{
    background: #28b0f7;
}
.index_case_left_list:last-child a{
    border:none;
}
.index_case_left_list a img{
    margin-right: 9%;
}
.index_case_right{
    float: left;
    width: 79%;
    height: 100%;
}
.index_case_right_list{
    width: 100%;
    height: 100%;
}
.index_case_right_list .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_case_right_list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_case_right_list .imgbox .text{
    position: absolute;
    width: 100%;
    padding:2% 2.5%;
    background: rgba(0,0,0,0.5);
    left:0;
    bottom:0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_case_right_list:hover .imgbox .text{
    background: rgba(0,160,233,0.6);
}
.index_case_right_list .imgbox .text-inner{
    width: 57%;
    float: left;
}
.index_case_right_list .imgbox .text-inner .fir{
    color:#fff;
    font-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 1.5%;
}
.index_case_right_list .imgbox .text-inner .sec{
    color:#fff;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_case_right_list .imgbox .text-inner .sec p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_case_right_list .imgbox .text-button{
    float: right;
    width: 32%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5%;
}
.index_case_right_list .imgbox .text-button-list{
    width: 45%;
}
.index_case_right_list .imgbox .text-button-list a{
    display: block;
    line-height: 50px;
    text-align:center;
    border-radius: 20px 0 20px 0;
    background: #fff;
    font-size:16px;
}
.index_case_right_list .imgbox .text-button-list-fir a{
    color:#333;
}
.index_case_right_list .imgbox .text-button-list-fir a:hover{
    color:#00458e;
}
.index_case_right_list .imgbox .text-button-list-sec a{
    color: #fff;
    padding-left: 19%;
    background: #00458e url(../img/case-zixun.png) no-repeat left 21% center;
}
.index_case_right_list .imgbox .text-button-list-sec a:hover{
    background: #28b0f7 url(../img/case-zixun1.png) no-repeat left 21% center;
}
.index_case_right_list{
    display: none;
}
.hezuobox{
    margin-top: 20px;
}
.hezuobox .imgbox{
    width: 100%;
    height: 118px;
    border:1px solid #e5e5e5;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hezuobox .imgbox:hover{
    border:1px solid #28b0f7;
}
.hezuobox .imgbox img{
    position: absolute;
    max-width: 73%;
    max-height: 71%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*广告栏*/
.index_guang{
    padding:3% 0;
    width: 100%;
    background: url("../img/guangbg.jpg") no-repeat center / cover;
}
.index_guang_left{
    float: left;
}
.index_guang_left .fir{
    color:#fff;
    font-size:30px;
    font-weight: 700;
}
.index_guang_left .sec{
    color: #fff;
    font-size: 20px;
    margin-top: 1%;
    margin-bottom: 5%;
}
.index_guang_left a{
    display: inline-block;
    line-height: 50px;
}
.index_guang_left .afir{
    padding:0 5%;
    font-size:18px;
    color:#fff;
    letter-spacing: 1px;
    border:1px solid #fff;
    border-radius: 20px 0 20px 0;
    margin-right: 3%;
}
.index_guang_left .asec{
    border-radius: 20px 0 20px 0;
    width: 145px;
    font-size:16px;
    color:#fff;
    padding-left: 8%;
    background: #28b0f7 url(../img/case-zixun1.png) no-repeat left 21% center;
}
.index_guang_left .asec:hover{
    background: #ffd200 url(../img/case-zixun1.png) no-repeat left 21% center;
}
.index_guang_right{
    float: right;
    width: 23%;
    height: 150px;
}
.index_guang_right_list{
    float: left;
    width: 50%;
    height: 100%;
    font-size:18px;
    font-weight: 700;
    color:#fff;
}
.index_guang_right_list:first-child{
    border: 2px solid #286fb9;
    line-height: 33px;
    padding: 8% 0 0 6%;
}
.index_guang_right_list img{
    width: 100%;
    height: 100%;
}


/*实力优势*/
.shili{
    padding:4% 0;
    background:#f4f6f8 url("../img/shilibg.jpg") no-repeat bottom center;
}
.shiliimgbox{
    width: 100%;
    height: 610px;
    position: relative;
}
.shiliimgbox-inner{
    width: 100%;
    height: 610px;
}
.shiliimg-list{
    width: 100%;
    height: 100%;
    background: #fff;
    padding:1.5%;
    display: none;
}
.shiliimg-list:nth-child(1){
    display: block;
}
.shiliimg-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shili-item{
    width: 91%;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-70px;
    display: flex;
    justify-content: space-between;
}
.shili-list{
    width: 20%;
    height: 140px;
    background: #fff;
    border-radius: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.shili-list.active{
    width: 56%;
}
.shili-list .text1{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align:center;
    left:0;
    top:0;
    z-index: 2;
}
.shili-list .text1-inner{
    width: 100%;
}
.shili-list .text1-inner .icon{
    height: 39px;
    margin: 0 auto 1% auto;
}
.shili-list .text1 p{
    font-size:24px;
    color:#0d56a0;
    font-weight: 700;
    width: 100%;
    line-height: 30px;
}
.shili-list .text1 p .dian{
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}
.shili-list .text2{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1;
    display: none;
    padding: 0 7%;
}
.shili-list .text2 .text2-inner{
    width: 68%;
    height: 100%;
    float: left;
}
.shili-list .text2 .text2-inner .fir{
    font-size:20px;
    color:#292929;
    font-weight: 700;
    margin-bottom: 2%;
    margin-top: 7%;
}
.shili-list .text2 .text2-inner .sec{
    font-size:14px;
    color:#7e7e7e;
    line-height: 20px;
}
.shili-list.active .text1{
    display: none;
}
.shili-list.active .text2{
    display: block;
    padding: 0 7%;
}
.shili-list .text2 a{
    margin-top: 8%;
    line-height: 50px;
    display: block;
    float: right;
    border-radius: 20px 0 20px 0;
    width: 145px;
    font-size: 16px;
    color: #fff;
    padding-left: 10%;
    background: #28b0f7 url(../img/case-zixun1.png) no-repeat left 21% center;
}
.shili-list .text2 a:hover{
    background: #00458e url(../img/case-zixun1.png) no-repeat left 21% center;
}
.liucheng{
    margin-top:10%;
}
.liuchengbox{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.liucheng-list{
    text-align:center;
    color:#fff;
    position: relative;
}
.liucheng-list img{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin:0 auto;
}
.liucheng-list:hover img{
    -webkit-transform:rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.liucheng-list p{
    font-size:16px;
    margin:17px 0;
}
.liucheng-list .num{
    font-size:20px;
    width: 48px;
    line-height: 44px;
    border-radius: 50px;
    text-align:center;
    font-weight: 700;
    border:2px solid #fff;
    margin:0 auto;
    position: relative;
}
.liucheng-list .num:after{
    content: "";
    position: absolute;
    left: 104%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 126px;
    height: 3px;
    background: #1d68ae;
}
.liucheng-list:last-child .num:after{
    display: none;
}

/*保证*/
.index_baocheng{
    padding:4% 0;
    background: url("../img/baozhengbg.jpg") no-repeat center / cover;
}
.baozhengbox{
    position: relative;
}
.baozhengbox .swiper-slide .imgbox{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.baozhengbox .swiper-slide .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;
}
.baozhengbox .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.baozhengbox .swiper-slide .text{
    width: 100%;
    height: 240px;
    background: #0e549e;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}
.baozhengbox .swiper-slide:hover .text{
    background: #28b0f7;
}
.baozhengbox .swiper-slide .text-inner{
    width: 100%;
    padding:0 10%;
    color:#fff;
}
.baozhengbox .swiper-slide .text-inner .fir{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 2.5% 4%;
    border-radius: 15px 0 15px 0;
    background: #28b0f7;
    -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: 5%;
}
.baozhengbox .swiper-slide:hover .text-inner .fir{
    background: #0e549e;
}
.baozhengbox .swiper-slide .text-inner .sec{
    font-size:16px;
}

/*公司简介*/
.index_company{
    padding:5% 0;
    background: url("../img/comanybg.jpg") no-repeat top center;
}
.index_company .index-title-box{
    text-align:left;
}
.index_company .index-title-box .fir{
    color:#fff;
}
.index_company .index-title-box .fir span{
    margin-right: 0;
}
.index_company .index-title-box .sec{
    color:#fff;
}
.index_company .index-title-box .line{
    margin-left:0;
}
.company-des{
    width: 37%;
    color:#fff;
    font-size:14px;
    line-height: 28px;
    text-align:justify;
}
.company-des a{
    font-weight: 700;
    color:#00a0e9;
    text-transform: uppercase;
}
.company-des a:hover{
    text-decoration: underline;
}
.company-item{
    height: 120px;
    width: 100%;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    box-shadow: 0px 0px 10px #bdbdbd;
    margin: 5% 0 5% 0;
}
.company-list{
    float: left;
    width: 33.33%;
    height: 100%;
}
.company-list a{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
.company-list:hover a{
    background: #00458e;
}
.company-list.active a{
    background: #00458e;
}
.company-list-inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 29%;
}
.company-list .imgbox{
    width: 70px;
    height: 55px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.company-list:nth-child(1) .imgbox{
    background: url("../img/cc1.png") no-repeat center;
}
.company-list:nth-child(1):hover .imgbox{
    background: url("../img/cc11.png") no-repeat center;
}
.company-list:nth-child(1).active .imgbox{
    background: url("../img/cc11.png") no-repeat center;
}
.company-list:nth-child(2) .imgbox{
    background: url("../img/cc2.png") no-repeat center;
}
.company-list:nth-child(2):hover .imgbox{
    background: url("../img/cc22.png") no-repeat center;
}
.company-list:nth-child(2).active .imgbox{
    background: url("../img/cc22.png") no-repeat center;
}
.company-list:nth-child(3) .imgbox{
    background: url("../img/cc3.png") no-repeat center;
}
.company-list:nth-child(3):hover .imgbox{
    background: url("../img/cc33.png") no-repeat center;
}
.company-list:nth-child(3).active .imgbox{
    background: url("../img/cc33.png") no-repeat center;
}
.company-list .text .fir{
    font-size:26px;
    color:#363636;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.company-list:hover .text .fir{
    color:#fff;
}
.company-list.active .text .fir{
    color:#fff;
}
.company-list .text .sec{
    font-size:12px;
    color:#c2c2c2;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.company-list:hover .text .sec{
    color:#fff;
}
.company-list.active .text .sec{
    color:#fff;
}
.swiper-container-company-img .imgbox{
    width: 100%;
    height: 250px;
    border:1px solid #eee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-container-company-img .imgbox:hover{
    border:1px solid #00a0e9;
}
.swiper-container-company-img .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container-honor .imgbox{
    height: 370px;
}
.swiper-container-honor .imgbox img{
    object-fit: contain;
}
.companyimgbox-list{
    width: 93%;
    margin:0 auto;
    display: none;
}

/*新闻*/
.index_news{
    padding:4% 0;
    background: #f5f5f5;
}
.index_news_title_left{
    float: left;
}
.index_news_title_left_list{
    width: 165px;
    padding-left: 13px;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_title_left_list:hover{
    background: #00458e;
}
.index_news_title_left_list:before{
    content:"";
    position: absolute;
    height: 97%;
    width: 3px;
    background: #00458e;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_title_left_list:hover:before{
    background: #00a0e9;
}
.index_news_title_left_list .fir{
    font-size:12px;
    text-transform: uppercase;
    color:#363636;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_title_left_list:hover .fir{
    color:#fff;
}
.index_news_title_left_list .sec{
    font-size:22px;
    color:#363636;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_title_left_list:hover .sec{
    color:#fff;
}
.index_news_title_right{
    float: right;
}
.index_news_title_right a{
    display: block;
    width: 145px;
    line-height: 50px;
    border:1px solid #cfced3;
    border-radius: 20px 0 20px 0;
    text-align:center;
    color:#00458e;
    font-size:16px;
}
.index_news_title_right a:hover{
    color:#fff;
    border:1px solid #00458e;
    background: #00458e;
}
.index_news_box{
    margin-top: 3%;
    width: 100%;
    height: 380px;
    position: relative;
}
.index_news_left{
    float: left;
    width: 48.5%;
    height: 100%;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}
.index_news_left .swiper-container{
    width: 100%;
    height: 100%;
}
.index_news_left .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_news_left .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_news_left  .title{
    position: absolute;
    width: 100%;
    line-height: 50px;
    background: rgba(0,0,0,0.5);
    padding: 0 45% 0 5%;
    font-size:16px;
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left:0;
    bottom:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_left:hover  .title{
    background: rgba(0,160,233,0.6);
}
.news-jiaodian{
    position: absolute;
    width: 126px;
    height: 50px;
    background: #00458e;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    bottom:0;
    right:0;
    z-index: 1;
}
.news-jiaodian .swiper-pagination{
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-jiaodian .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin:0 4%;
}
.news-jiaodian .swiper-pagination .swiper-pagination-bullet-active{
    background: #236ab6;
    opacity: 1;
}
.index_news_right{
    float: right;
    width: 48.5%;
    height: 100%;
    background: #fff;
}
.index_news_right_list{
    height: 33.33%;
    width: 100%;
    display: flex;
    align-items: center;
}
.index_news_right_list_inner{
    width: 100%;
    padding:0 4% 0 4%;
}
.index_news_right_list .time{
    float: left;
    width: 80px;
    text-align:center;
    color:#00458e;
}
.index_news_right_list .time .fir{
    font-size:50px;
    font-family: cll1;
    line-height: 50px;
}
.index_news_right_list .time .sec{
    font-size:16px;
    font-weight: lighter;
}
.index_news_right_list .text{
    float: right;
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    margin-top: 1%;
}
.index_news_right_list .text .fir{
    font-size:18px;
    color:#333333;
    font-weight: 700;
    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;

}
.index_news_right_list:hover .text .fir{
    color:#00458e;
}
.index_news_right_list .text .sec{
    font-size:14px;
    color:#737373;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2%;
}
.index_news_right_list .text .sec p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer{
    width: 100%;
    position:relative;
    background: #2a2d33;
    padding:2% 0;
    border-top:10px solid #00458e;
}
.footer .warpper{
    position: relative;
}
.f-contact{
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #43464d;
}
.f-left{
    float: left;
}
.f-left h3{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.f-left p{
    color: #747880;
    font-size: 18px;
    padding-top: 15px;
}
.f-right{
    float: right;
    width: 360px;
    margin-top: 15px;
}
.f-right img{
    display: block;
    float: left;
    margin-right: 7%;
}
.f-right img:nth-child(2){
    margin-right: 10px;
}
.f-right p{
    color: #747880;
    font-size: 14px;
}
.f-right strong{
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    font-family: cll1;
    margin-top: -5px;
    display: block;
}
.f-content{
    margin-top: 40px;
}
.foot1{
    width: 200px;
    float: left;
}
.foot1 ul li{
    float: left;
    width: 50%;
    text-align: left;
    line-height: 43px;
}
.foot1 ul li a{
    color: #747880;
    font-size: 16px;
}
.foot1 ul li:hover a{
    color: #fff;
}

.foot2{
    width: 440px;
    float: left;
    margin-left: 153px;
}
.foot2 p{
    color: #747880;
    font-size: 14px;
    line-height: 26px;
}
.foot2 p a{
    color: #747880;
}
.foot3{
    float: right;
}
.foot3 p{
    float: left;
    margin-right: 20px;
    text-align: center;
}
.foot3 p img{
    display: block;
    width: 124px;
    height: 124px;
}
.foot3 p:nth-child(2){
    float: right;
}
.foot3 p span{
    color: #747880;
    font-size: 14px;
    padding-top: 5px;
    display: block;
}
.f-admin{
    margin-top: 40px;
    border-top: 1px solid #424242;
    line-height: 65px;
    color: #707070;
    font-size: 14px;
}
.f-admin a{
    color: #717171;
    font-size: 12px;
}
.admin-right{
    float: right;
}


.inner-type{
    text-align:center;
    margin-bottom: 7%;
}
.inner-type a{
    display: inline-block;
    line-height: 50px;
    background: #fff;
    font-size:16px;
    color:#666666;
    text-align:center;
    border:1px solid #e5e5e5;
    border-radius: 16px 0 16px 0;
    padding: 0 3.2%;
    margin:0 0.3% 1% 0.3%;
}
.inner-type a:hover{
    color:#fff;
    background: #00458e;
    border:1px solid #00458e;
}
.inner-type a.active{
    color:#fff;
    background: #00458e;
    border:1px solid #00458e;
}
.company-inner-fir{
    background: #f4f4f4;
}
.company-inner-fir .c-left{
    float: left;
    width: 50%;
}
.company-inner-fir .c-right{
    float: right;
    width: 44%;
    height: 320px;
    border-radius: 16px 0 16px 0;
    overflow: hidden;
}
.company-inner-fir .c-left img{
    max-width: 100%;
    float: left;
}
.company-inner-fir .c-left .text{
    float: right;
    width: 90%;
}
.company-inner-fir .c-left .text .fir{
    font-size:26px;
    color:#00458e;
    font-weight: 700;
}
.company-inner-fir .c-left .text .sec{
    font-size:22px;
    color:#666666;
    margin: 0 0 2% 0;
}
.company-inner-fir .c-left .text .line{
    width: 32px;
    height: 3px;
    background: #00458e;
}
.company-inner-fir .c-left .text .four{
    font-size:17px;
    line-height: 28px;
    color:#777777;
    margin-top: 6%;
}
.company-inner-fir .c-item{
    background: #fff;
    border-radius: 20px 0 20px 0;
    box-shadow: 0px 3px 27px rgba(0,0,0,0.1);
    margin-top: 5%;
}
.company-inner-fir .c-item .c-list{
    float: left;
    width: 25%;
    text-align:center;
    margin: 4% 0;
    border-right:1px solid #eaeaea;
}
.company-inner-fir .c-item .c-list:last-child{
    border-right:none;
}
.company-inner-fir .c-item .c-list .imgbox{
    position: relative;
    width: 100%;
    height: 70px;
    margin-bottom: 5%;
}
.company-inner-fir .c-item .c-list:hover .imgbox img {
    animation: swing 1s infinite linear;
}
.company-inner-fir .c-item .c-list .fir{
    font-size:20px;
    font-weight: 700;
    color:#363636;
}
.company-inner-fir .c-item .c-list .sec{
    font-size:16px;
    color:#999;
}
.company-inner-sec{
    background: url("../img/c-i-bg2.jpg") no-repeat center / cover;
}
.index-title-box.inner .sec{
    font-size:14px;
}
.company-inner-sec .s-item{
    display: flex;
    justify-content: space-between;
}
.company-inner-sec .s-list{
    width: 31.5%;
}
.company-inner-sec .s-list .imgbox{
    width: 100%;
    height: 223px;
    overflow: hidden;
}
.company-inner-sec .s-list:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.company-inner-sec .s-list .text{
    background: #fff;
    width: 100%;
    padding:6%;
}
.company-inner-sec .s-list .text .fir{
    font-size:20px;
    font-weight: 700;
    color:#292929;
    margin-bottom: 2%;
}
.company-inner-sec .s-list .text .sec{
    font-size:14px;
    line-height: 22px;
    color:#7e7e7e;
}
.company-inner-thr{
    background: #f4f4f4;
}
.inner-chejian-list-company{
    float: left;
    width: 33.33%;
    margin-right: 0;
    padding: 0 0.8%;
    margin-bottom: 2.5%;
}
.inner-chejian-list .imgbox{
    width: 100%;
    height: 260px;
    cursor: pointer;
    background: #fff;
}
.inner-chejian-list .title{
    line-height: 50px;
    background: #fff;
    position: relative;
    padding:0 15px;
    font-size:16px;
    color:#666;
}
.inner-chejian-list .title:before{
    content:"";
    position: absolute;
    height: 45%;
    width: 5px;
    background: #00a0e9;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inner-chejian-list:hover .title:before{
    height: 100%;
}
.company-inner-four{
    padding-bottom: 4%;
    background: #f4f4f4;
}
.company-inner-four .lxbox{
    height: 239px;
}
.company-inner-four .imgbox{
    float: left;
    width: 24.5%;
    height: 100%;
}
.company-inner-four .text{
    float: left;
    width: 75.5%;
    height: 100%;
    background: #fff;
    padding:3% 5%;
}
.company-inner-four .text .fir{
    font-size:24px;
    color:#363636;
    font-weight: 700;
}
.company-inner-four .text .sec{
    font-size:16px;
    color:#999999;
    line-height: 22px;
    margin: 1.5% 0 2% 0;
}
.company-inner-four .text .thr{
    font-size:16px;
    color:#999999;
}
.company-inner-four .text .thr a{
    font-size:24px;
    color:#00458e;
    font-weight: 700;
}

.pro-inner{
    background: #f4f4f4;
}
.info{
    padding:3.5% 0;
}
.inner-pro-list{
    float: left;
    width: 25%;
    padding: 0 0.8%;
    margin-bottom: 1.5%;
}
.pro-des-left{
    float: left;
    width: 70%;
    padding:2.5% 2%;
    background: #fff;
}
.pro-des-top{
    width: 100%;
    height: 356px;
    margin-bottom: 5%;
}
.pro-des-top .swiper-container{
    height: 100%;
}
.pro-des-imgbox{
    width: 48%;
    float: left;
    height: 100%;
    border: 1px solid #eee;
}
.pro-des-imgbox .imgbox{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.pro-des-imgbox .imgbox .sy{
    position: absolute;
    max-width: 20%;
    top: 5%;
    left: 5%;
}
.pro-des-text{
    float: right;
    width: 49%;
    height: 100%;
    position: relative;
}
.pro-des-text .title{
    font-size: 20px;
    color: #00458e;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin:4% 0;
    position: relative;
}
.pro-des-text .des{
    font-size:14px;
    color:#666666;
    position: relative;
}
.pro-des-text .des span{
    display: block;
    line-height: 30px;
}
.pro-des-text .des-tel{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.pro-des-text .des-tel .tel{
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 67%;
    line-height: 60px;
    background: #0e549e;
}
.pro-des-text .des-tel .tel img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.pro-des-text .des-tel .tel a{
    color: #fff;
    font-family: cll1;
    font-size:26px;
    margin-left: 4%;
    padding-left: 4%;
    position: relative;
}
.pro-des-text .des-tel .tel a:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #2469b1;
}
.pro-des-text .des-tel .abut{
    display: block;
    float: left;
    width: 33%;
    line-height: 60px;
    text-align:center;
    color:#fff;
    font-size:18px;
    background: #28b0f7;
}
.swiper-container-prodes .swiper-pagination-bullet-active{
    background: #00458e;
}
.swiper-container-prodes .swiper-button-white{
    width: 30px;
    height: 55px;
    margin-top: -27.5px;
    background-color: rgba(0,0,0,0.5);
    background-size: 13px;
}
.swiper-container-prodes .swiper-button-white:after{
    font-size: 18px;
}
.swiper-container-prodes .swiper-button-prev{
    left:0;
}
.swiper-container-prodes .swiper-button-next{
    right:0;
}

.des-tumb{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.des-tumb .swiper-container{
    width: 78%;
    margin:0 auto;
}
.des-tumb .imgbox{
    width: 100%;
    height: 80px;
    position: relative;
}
.des-tumb .imgbox .sy{
    position: absolute;
    max-width: 20%;
    top: 5%;
    left: 5%;
}
.des-tumb .pro-des-button{
    width: 7%;
    height: 100%;
    top:0;
    margin-top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #f4f4f4 ;
}
.des-tumb .pro-des-button:hover{
    background: #c99e7d;
}

.des-tumb .pro-des-button:after{
    display: none;
}
.des-tumb .pro-des-button i{
    font-size:20px;
    color:#333;
}
.des-tumb .pro-des-button:hover i{
    color:#fff;
}

.des-tumb .swiper-slide{
    border: 1px solid #e6e6e6;
}
.des-tumb .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #c99e7d;
}
.pro-des-bottom{
    margin-top: 7%;
}
.pro-des-content{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding: 3% 0;
}
.pro-des-content span{
    font-weight: 700;
    color:red;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% auto;
}

.pro-des-content table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.pro-des-content table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #edfff8;
}
.pro-des-content table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}

.parm table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.parm table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #dcedff;
}
.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}
.product-t{
    background: #eee;
    text-align: left;
}
.product-t span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #00458e;
    color: #fff;
    padding:0 5%;
}
.pro-des-content{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding: 3% 0;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% auto;
}
.case-inner-right{
    float: right;
    width: 27.5%;
    background: #fff;
}
.fangan {
    background: #0e549e;
    line-height: 60px;
    padding:0 7%;
}

.fangan span {
    font-size:20px;
    color:#fff;
    font-weight: 700;
    padding-left: 10px;
    border-left:3px solid #fff;
}
.other-case{
    padding:7%;
}
.other-case-list{
    width: 100%;
    margin-bottom: 5%;
}
.other-case-list .imgbox{
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
    border:1px solid #eee;
}
.other-case-list .other-case-title{
    width: 100%;
    padding:0 10px;
    line-height: 45px;
    text-align:center;
    font-size:16px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eee;
}
.other-case-list:hover .other-case-title{
    background: #0e549e;
    color:#fff;
}
.zhuanzhu{
    padding: 2.5% 0;
    background: #00458e;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.zhuanzhu:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #00458e;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
}
.zhuanzhu .fir{
    font-family: cll3;
    font-size:44px;
    color:#fff;
    line-height: 50px;
    display: inline-block;
    position: relative;
}
.zhuanzhu .fir:before{
    position: absolute;
    content:"";
    left:105%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 76px;
    height: 9px;
    background: url("../img/zhu2.png") no-repeat;
}
.zhuanzhu .fir:after{
    position: absolute;
    content:"";
    right:105%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 76px;
    height: 9px;
    background: url("../img/zhu1.png") no-repeat;
}
.zhuanzhu .sec{
    font-size: 18px;
    color: #9cc2e9;
    margin: 4px 0 0 0;
    letter-spacing: 2px;
}
.guding-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    flex-wrap: wrap;
}
.guding-list{
    width: 32%;
    margin-bottom: 2%;
}
.guding-list .imgbox{
    width: 100%;
    height: 160px;
    position: relative;
}
.guding-list .imgbox .title{
    display: inline-block;
    line-height: 41px;
    width: 122px;
    background: url("../img/gicon.png") no-repeat center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    left: 0;
    top:0;
    text-align: center;
}
.guding-list .text{
    width: 100%;
    background: #f5f5f5;
    padding: 6%;
    font-size: 14px;
    line-height: 23px;
    color: #999;
    text-align: justify;
    height: 105px;
}
.why{
    margin-bottom: 5%;
}
.why .fir{
    font-size:22px;
    color:#00458e;
    font-weight: 700;
    text-align:center;
}
.why .des{
    font-size:16px;
    color:#737373;
    line-height: 25px;
    text-align: justify;
    margin:2% 0 3% 0;
}
.why .des span{
    font-weight: 700;
}
.why-item{
    margin-bottom: 5%;
}
.why-item .why-list{
    width: 100%;
    height: 338px;
}
.why-item .why-list .imgbox{
    width: 63%;
    height: 100%;
}
.why-item .why-list .text{
    width: 37%;
    height: 100%;
    background: #f7f7f7;
    padding:6% 4%;
}
.why-item .why-list:nth-child(odd) .imgbox{
    float: left;
}
.why-item .why-list:nth-child(even) .imgbox{
    float: right;
}
.why-item .why-list:nth-child(odd) .text{
    float: right;
}
.why-item .why-list:nth-child(even) .text{
    float: left;
}
.why-item .why-list .text .title{
    font-size:22px;
    font-weight: 700;
    color:#fff;
    background: #28b0f7;
    display: inline-block;
    border-radius: 16px 0 16px 0;
    line-height: 50px;
    padding:0 15px;
}
.why-item .why-list .text .des{
    font-size:16px;
    color:#737373;
    line-height: 24px;
    margin-top: 9%;
}
.why-item .why-list:nth-child(2){
    margin: 2.5% 0;
}
.pei-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pei-item .pei-list{
    width: 49.3%;
    margin-bottom: 2%;
}
.pei-item .pei-list .imgbox{
    width: 100%;
    height: 300px;
}
.pei-item .pei-list .title{
    padding:0 3%;
    text-align:center;
    color:#fff;
    font-size:20px;
    background: #00458e;
    line-height: 50px;
}
.d-t{
    padding-bottom: 1%;
    border-bottom:1px solid #e5e5e5;
    position: relative;
    margin-bottom: 2%;
}
.d-t:before{
    display: block;
    content:"";
    position: absolute;
    height: 1px;
    width: 44px;
    background: #00458e;
    left:0;
    bottom:0;
}
.d-t .d-t-left{
    float: left;
    font-size:22px;
    color:#333333;
    font-weight: 700;
}
.d-t .d-t-left span{
    color:#00458e;
}
.d-t a{
    display: block;
    float: right;
    font-size:14px;
    color:#9e9e9e;
}
.d-t a:hover{
    color:#00458e;
}
.pro-des-case{
    margin-top: 3%;
}
.pro-des-case-item{

}
.pro-des-case-list{
    width: 100%;
}
.pro-des-case-list .imgbox{
    width: 100%;
    height: 230px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
}
.pro-des-case-list .title{
    line-height: 45px;
    background: #fff;
    font-size:16px;
    color:#333;
    text-align:center;
    padding:0 10px;
}
.pro-des-case-list:hover .title{
    color:#fff;
    background: #00458e;
}
.pro-des-quest{
    margin-top: 3%;
}
.pro-des-quest-box{
    background: #fff;
    padding:2%;
}
.pro-des-quest-box .q-left{
    float: left;
    width: 61%;
    padding-right: 4%;
    border-right:1px solid #e5e5e5;
}
.pro-des-quest-box .q-left .imgbox{
    float: left;
    width: 30%;
    height: 167px;
}
.pro-des-quest-box .q-left .text{
    float: left;
    width: 70%;
    padding-left: 4%;
}
.pro-des-quest-box .q-left .text .title{
    padding-right: 10px;
    font-size:16px;
    color:#444444;
    margin-top: 2%;
}
.pro-des-quest-box .q-left:hover .text .title{
    color:#00458e;
}
.pro-des-quest-box .q-left .text .des{
    line-height: 23px;
    font-size:14px;
    color:#999999;
    text-align:justify;
    margin: 2% 0 4% 0;
}
.pro-des-quest-box .q-left .text .time{
    font-size:14px;
    color:#bcbcbc;
}
.pro-des-quest-box .q-right{
    float: left;
    width: 39%;
    padding-left:4%;
}
.pro-des-quest-box .q-right-list{
    padding: 2.5% 0;
    border-bottom:1px dashed #e5e5e5;
}
.pro-des-quest-box .q-right-list:nth-child(1) {
    padding-top: 0;
}
.pro-des-quest-box .q-right-list:nth-child(4) {
    padding-bottom: 0;
}
.pro-des-quest-box .q-right-list:last-child{
    border-bottom:none;
}
.pro-des-quest-box .q-right-list .title{
    float: left;
    width: 73%;
    padding-right: 10px;
    font-size:16px;
    color:#444444;
    padding-left: 15px;
    position: relative;
}
.pro-des-quest-box .q-right-list:hover .title{
    color:#00458e;
}
.pro-des-quest-box .q-right-list .title:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:5px;
    height: 5px;
    background: #444444;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.pro-des-quest-box .q-right-list:hover .title:before{
    background: #00458e;
}
.pro-des-quest-box .q-right-list .time{
    float: right;
    font-size:14px;
    color:#bcbcbc;
}
.news-inner-list{
    padding:2.5%;
    background: #fff;
    margin-bottom: 1.5%;
}
.news-inner-list:hover{
    box-shadow: 0px 0px 10px #e6e6e6;
}
.news-inner-list .imgbox{
    width: 27%;
    height: 212px;
    float: left;
}
.news-inner-list .text{
    width:69%;
    float: right;
}
.news-inner-list .text .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    font-weight: 700;
    color:#333;
    margin-top: 23px;
}
.news-inner-list .text .con{
    line-height: 24px;
    color:#666;
    font-size:14px;
    margin-bottom: 52px;
    margin-top: 22px;
}
.news-inner-list .text  .more .time{
    font-size:16px;
    color:#999;
    float: left;
    font-family: cll;
}
.news-inner-list .text  .more .kan{
    float: right;
    display: block;
    width: 145px;
    line-height: 45px;
    text-align:center;
    border-radius: 30px;
    border:1px solid #eee;
    font-size:14px;
    color:#666;
    margin-top: -22px;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #00458e;
    border:1px solid #00458e;
}

.news-detail-content-box{
    background: #fff;
    padding: 3% 2%;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
.pro-inner .inner-type{
    margin-bottom: 3%;
}
.case-inner-item{
    background: #fff;
    padding: 2.5% 2.3%;
}
.case-inner-list{
    float: left;
    width: 25%;
    padding: 0 0.8%;
    margin-bottom:2%;
}
.case-inner-list:hover .text{
    box-shadow: 0px 5px 27px rgba(0,0,0,0.22);
}
.case-inner-list .imgbox{
    width: 100%;
    height: 266px;
    overflow: hidden;
}
.case-inner-list .text{
    background: #f7f7f7;
    padding:5%;
}
.case-inner-list .text .title{
    padding-right: 10px;
    font-size:15px;
    color:#333;
    font-weight: 700;
}
.case-inner-list .text .con{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 3%;
}
.case-inner-list .more{
    margin-top: 6%;
}
.case-inner-list .more .time{
    float: right;
    font-size:14px;
    color:#666;
    line-height: 35px;
}
.case-inner-list .more .kan{
    display: block;
    float: left;
    line-height: 35px;
    border-radius: 16px 0 16px 0;
    border: 1px solid #666;
    padding: 0 7%;
    color: #666666;

}
.case-inner-list:hover .more .kan{
    background: #00458e;
    border:1px solid #00458e;
    color:#fff;
}
.case-zhutu{
    max-width: 100%;
    margin:0 auto 4% auto;
}
.gongyi-zhutu{
    max-width: 40%;
    margin:0 auto 4% auto;
}
.contactmain .c-title{
    text-align: center;
    line-height: 70px;
    color:#fff;
    font-size:24px;
    background: #00458e;
}
.contactmain .lxout{

    background: #fff;
    padding:3%;
}
.contactmain .lxbox{
    float: left;
    width: 45%;
}
.contactmain .lxbox p{
    width:100%;
    padding:20px 0 20px 50px;
    font-size:16px;
    color:#333;
}
.contactmain .lxbox p a{
    color:#333;
}
.contactmain .lxbox p.tel{
    background: url("../images/contact-icon-03.png") no-repeat left center;
}
.contactmain .lxbox p.mobile{
    background: url("../images/contact-icon-05.png") no-repeat left center;
}
.contactmain .lxbox p.email{
    background: url("../images/contact-icon-02.png") no-repeat left center;
}
.contactmain .lxbox p.address{
    background: url("../images/contact-icon-06.png") no-repeat left center;
}
.contactmain .lxditu{
    float: right;
    width: 53%;
    height: 465px;
}
.contactmain #ditubox{
    width: 100%;
    height: 100%;
}
.contactmain .lxbox .erbox{
    margin-top: 3%;
}
.contactmain .lxbox .erbox .imgbox{
    float: left;
    width: 26%;
    text-align:center;
    border:1px solid #eee;
    padding:2%
}
.contactmain .lxbox .erbox .imgbox:nth-child(1){
    margin-right: 4%;
}
.contactmain .lxbox .erbox .imgbox img{
    max-width: 100%;
    margin:0 auto;
}
.contactmain .lxbox .erbox .imgbox  span{
    display: block;
    font-size:14px;
    color:#333;
    margin-top: 3%;
}
.contact-liuyan{
    width: 100%;
    padding:3%;
    border:1px solid #eee;
    background: #fff;
}
.contact-liuyan .form-left{
    float: left;
    width: 75%;
}
.contact-liuyan .form-right{
    float: right;
    width: 24%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 49.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -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-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #00458e;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 100%;
}
.contact-liuyan .verify{
    height:auto;
    width: auto;
    border:1px solid #eee;
    padding:3px;
}
.contact-liuyan .verify img{ max-width:100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #00458e;
}
.contact-liuyan .submit{
    display: block;
    width: 100%;
    line-height: 45px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: #00a0e9;
    cursor: pointer;
    -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: 21%;
}
.contact-liuyan .inputbox .submit:hover{
    background: #00458e;
}
.contact-liuyan .contact-liuyan-title{
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 2%;
}
.honor-inner-item{
    background: #fff;
    padding:3% 2%
}
.honor-inner-list{
    float: left;
    width: 25%;
    padding:0 0.8%;
    margin-bottom: 1%;
}
.honor-inner-list .imgbox{
    width: 100%;
    height: 250px;
    border:1px solid #eee;
}
.honor-inner-list .title{
    padding:0 10px;
    line-height: 45px;
    background: #f1f1f1;
    font-size:16px;
    color:#333;
    text-align:center;
}
.honor-inner-list:hover .title{
    background: #00458e;
    color:#fff;
}
.pointer-inner-list{
    float: left;
    width: 20%;
    padding:0 0.8%;
    margin-bottom: 1%;
}
.pointer-inner-list .imgbox{
    width: 100%;
    height: 120px;
    border:1px solid #eee;
    position: relative;
}
.pointer-inner-list .imgbox img{
    max-width: 85%;
    max-height: 80%;
}
.pointer-inner-list:hover .imgbox{
    border:1px solid #28b0f7;
}
.chejian-inner-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.sar-t{
    text-align:center;
    font-size:20px;
    color:#333;
    margin-bottom: 3%;
}
.sar-t span{
    font-weight: 700;
    color:#28b0f7;
}
.yongyi-des-content img{
    max-width: 45%;
    margin:5% auto;
}
.youshi-item-small{
    display: none;
}
.youshi-item-list{
    margin-bottom: 3%;
}
.youshi-item-list .imgbox{
    float: left;
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    background: #28b0f7;
    position: relative;
    border-radius: 50px;
}
.youshi-item-list .imgbox img{
    position: absolute;
    max-width: 45%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.youshi-item-list .text{
    float: right;
    width: 87%;
    color:#fff;
}
.youshi-item-list .text .fir{
    font-weight: 700;
    font-size:16px;
}
.youshi-item-list .text .sec{
    line-height: 25px;
    font-size:16px;
    text-align: justify;
}
.shiliimgboxsec{
    display: none;
}
.shiliimgboxsec-list{
    margin-bottom: 5%;
}
.shiliimgboxsec-list .img{
    width: 100%;
}
.shiliimgboxsec-list .img img{
    width: 100%;
}
.shiliimgboxsec-list .text{
    width: 100%;
    color:#333;
    background: #fff;
    padding: 3%;
}
.shiliimgboxsec-list .text .fir{
    font-size:18px;
    font-weight: 700;
}
.shiliimgboxsec-list .text .sec{
    line-height: 20px;
    font-size: 14px;
}


.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #28b0f7;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../img/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../img/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../img/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}
.sbannersec{
     height: auto;
    display: none;
 }
.sbannersecimg{
    width: 100%;
}
.bannerboxsec{
    display: none;
}

.gotop {
    width: 50px;
    height: 50px;
    background: #fff url(../img/gotop.png) no-repeat center;
    border: 1px solid #eee;
    position: fixed;
    right: 3%;
    bottom: 7%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
.gotop.active {
    opacity: 1;
    visibility: visible;
}
.zizhi img{
    max-width: 100%;
    margin:0 auto;
}