.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.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}



.padding {
    padding: 5% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.bold{
    font-weight: bold;
}
.textupper{
    text-transform: uppercase;
}
.hover:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}


.alltitle{
    text-align:center;
    margin-bottom: 45px;
}
.alltitle .en{
    font-size:74px;
}
.alltitle .en.color1{
    color:#e9eef6;
}
.alltitle .en.color2{
    color:#d6dfeb;
}
.alltitle .en.color3{
    color:rgba(255,255,255,0.13);
}
.alltitle .t1{
    font-size:36px;
    color:#323232;
    margin-top: -46px;
    margin-bottom: 8px;
}
.alltitle .t2{
    font-size:16px;
    color:#777;
}
.alltitle.white .t1{
    color:#fff;
}
.alltitle.white .t2{
    color:#fff;
}
.swiperbody {
    width: 100%;
    height: 100%;
}
.swiperbody>.swiper-wrapper>.swiper-slide{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.slider-inner{
    position: relative;
    width:100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.headFix{
    position: fixed;
    width: 100%;
    z-index: 99;
    left:0;
    top:0;
}
.headFix_inner .logo{
    display: block;
    width: 183px;
    height: 48px;
    position: relative;
}
.headFix_inner .logo img.img2{
    opacity: 0;
}
.headMenu{
    width: 50%;
}
.headMenu ul{
    width: 100%;
}
.headMenu ul li a{
    display: block;
    line-height: 100px;
    font-size:16px;
    color:#fff;
    position: relative;
}
.headMenu ul li a:before{
    position: absolute;
    content:"";
    width: 0;
    left:0;
    bottom:0;
    height: 4px;
    background: #0057b6;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.headMenu ul li a:hover:before
,.headMenu ul li a.act:before{
    width: 100%;
}
/*.headTel{
    width: 225px;
}*/
.headTel .telicon{
    position: relative;
    width: 20px;
    height: 21px;
    cursor: pointer;
}
.headTel .telicon .img2{
    opacity: 0;
}
.headTel .teltext{
    color:#fff;
    padding-left:30px;
    background: url("../img/tel.png") no-repeat left center;
    line-height: 25px;
    font-size: 23px;
}
.headFix.act{
    background: #fff;
    border-bottom:1px solid #eee;
}
.headFix.act .headFix_inner .logo img.img1{
    opacity: 0;
}
.headFix.act .headFix_inner .logo img.img2{
    opacity: 1;
}
.headFix.act .headMenu ul li a{
    color:#363636;
}
.headFix.act .headTel .telicon .img1{
    opacity: 0;
}
.headFix.act .headTel .telicon .img2{
    opacity: 1;
}
.headFix.act .headTel .teltext{
    color:#2f2f2f;
    background: url("../img/tel2.png") no-repeat left center;
}
.swiper-banner{
    height: 100%;
}
.swiper-banner .swiper-slide{
    height: 100%;
}
.swiper-banner .banners-text{
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    z-index: 2;
    color:#fff;
}
.swiper-banner .banners-text .en{
    font-size:40px;
}
.swiper-banner .banners-text .t1{
    font-size:50px;
    margin:15px 0;
}
.swiper-banner .banners-text .t2{
    font-size:17px;
}
.swiper-banner .banners-text1 .abox a{
    float: left;
    display: block;
    width: 160px;
    line-height: 55px;
    text-align:center;
    border:1px solid #fff;
    color:#fff;
    font-size:16px;
    margin-right: 15px;
    margin-top: 2%;
}
.swiper-banner .banners-text1 .abox a:hover{
    background: #0057b6;
    border:1px solid #0057b6;
}
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.swiper-banner .swiper-slide-active .pic {
    animation: bannerimgAnimate 6s linear 0s;
}
.banner-btn{
    position: absolute;
    width: 100%;
    z-index: 2;
    left:0;
    bottom:10%;
}
.banner-btn-inner{
    width: 240px;
}
.banner-btn .jian{
    width: 90px;
    position: relative;
}
.banner-btn .jian .btn:after{
    color:#fff;
    font-size:20px;
    font-weight: bold;
}
.banner-btn .jian .swiper-button-next{
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.banner-btn .jian .swiper-button-prev{
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.banner-btn .jian span{
    display: block;
    width: 1px;
    height: 11px;
    color:transparent;
    background: rgba(255,255,255,0.4);
    position: absolute;
    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%);
}
.banner-btn .jiao{
    width: 145px;
    height: 16px;
    position: relative;
}
.banner-btn .jiao .swiper-pagination-progressbar{
    background: rgba(255, 255, 255, .4);
    height: 4px!important;
    width: 75%!important;
    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%);
}
.banner-btn .jiao  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #fff;
}
.banner-btn .jiao span{
    color: #fff;
    font-size: 16px;
    margin: 0 10px !important;
    width: 12px;
    height: 12px;
}
.banner-btn .jiao .swiper-pagination{
    width: 100%;
    bottom:0;
}
.banner-btn .jiao .swiper-pagination-bullet{
    background: rgba(255,255,255,0.8);

}
.banner-btn .jiao .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}

.home-scroll{
    display: block;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:9%;
    z-index: 2;
    color: #fff;
}

.sroll-more .zs{
    display: block;
    width: 22px;
    height: 56px;
    margin: 0 auto;
    text-align:center;
    position: relative;
}
.sroll-more .zs i{
    position: absolute;
    left: 7%;
    font-size: 23px;
}
.sroll-more .zs .i1{
    top: 0px;
    opacity: 1;
    -webkit-animation: sP1 1s linear infinite;
    -moz-animation: sP1 1s linear infinite;
    -ms-animation: sP1 1s linear infinite;
    animation: sP1 1s linear infinite;
}
.sroll-more .zs .i2{
    top: 9px;
    opacity: 1;
    -webkit-animation: sP2 1s linear infinite;
    -moz-animation: sP2 1s linear infinite;
    -ms-animation: sP2 1s linear infinite;
    animation: sP2 1s linear infinite;
}
.sroll-more .zs .i3 {
    top: 18px;
    opacity: 1;
    -webkit-animation: sP3 1s linear infinite;
    -moz-animation: sP3 1s linear infinite;
    -ms-animation: sP3 1s linear infinite;
    animation: sP3 1s linear infinite;
}
.sroll-more  p{
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
}
@keyframes sP1 {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(4px);
        -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes sP2 {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(4px);
        -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes sP3 {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(4px);
        -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.index_slide1{
    background: url("../img/companybg.jpg") no-repeat center / cover;
}
.in_company_text{
    width: 100%;
    color:#fff;
}
.in_company_text_inner{
    width: 50%;
}
.in_company_text .t1{
    font-size:40px;
}
.in_company_text .t2{
    font-size:16px;
    line-height: 33px;
    margin: 3% 0;
}
.allmore{
    display: block;
    width: 126px;
    line-height: 45px;
    text-align:center;
    border:1px solid #fff;
    text-align:center;
}
.allmore span{
    font-size:16px;
    color:#fff;
}
.allmore i{
    font-size:16px;
    color:#fff;
    margin-left: 13px;
}
.in_company_text .more:hover{
    background: #0057b6;
    border:1px solid #0057b6;
}
.in_company_text .company_item{
    margin-top: 10%;
}
.in_company_text .company_item .list{
    float: left;
    margin-right: 25%;
}
.in_company_text .company_item .list:nth-child(2n){
    margin-right: 0;
}
.in_company_text .company_item .list .s1{
    font-size:16px;
}
.in_company_text .company_item .list .s2{
    font-size:40px;
    margin-top: 4px;
}
.in_company_text .company_item .list:nth-child(n+3){
    margin-top: 6%;
}

.in_slove{
    width: 100%;
}
.sloveSwiper .allslove{
    width: 100%;
    height: 27vw;
}
.allslove .imgbox{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    background: #fff;
}
.allslove .text{
    width: 50%;
    height: 100%;
    float: left;
    background: #f1f1f1;
    padding:4% 5% 4% 3%;
}
.allslove .text .title{
    font-size:32px;
    color:#323232;
}
.allslove .text .en{
    font-size:14px;
    color:#929292;
    margin:4px 0 8px;
}
.allslove .text .line{
    width: 39px;
    height: 3px;
    background: #014a99;
}
.allslove .text .con{
    font-size:14px;
    color:#808080;
    line-height: 33px;
    margin:3% 0;
    text-align:justify;
}
.sloveSwiper .btn{
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    border-radius: 100%;
    border:1px solid #fff;
}
.sloveSwiper .btn:after{
    font-size:20px;
    color:#fff;
}
.sloveSwiper .btn:hover{
    background: #0057b6;
    border:1px solid #0057b6;
}
.allslove .allmore{
    background: #0057b6;
    border:1px solid #0057b6;
}
.allslove .allmore:hover{
    background: #0c4481;
}

.index_slide3{
    background: linear-gradient(to bottom,#edf1f3,#d7dee6);
}
.in_product{
    width: 100%;
}
.allpro{
    background: #fff;
    padding:18px;
    text-align:center;

}
.allpro .inner{
    border:4px solid transparent;
}
.allpro .imgbox{
    width: 100%;
    height: 265px;
    position: relative;
    overflow: hidden;

}
.allpro .title{
    font-size:18px;
    color:#555555;
    line-height: 60px;
}
.allpro:hover .inner{
    border:4px solid #0057b6;
}
.proSwiperbox{
    position: relative;
}
.proSwiper{
    width: 90%;
    margin:0 auto;
}
.proSwiperbox .btn{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border:3px solid #cbcbcb;
}
.proSwiperbox .btn:after{
    display: none;
}
.proSwiperbox .btn:hover{
    background: #0057b6;
    border:3px solid #0057b6;
}
.proSwiperbox .btn:hover img{
    filter:brightness(1000%);
}
.in_cp_type{
    text-align:center;
    padding-top: 6%;
    position: relative;
    z-index: 2;
}
.in_cp_type a{
    display: inline-block;
    line-height: 45px;
    padding:0 20px;
    font-size:18px;
    color:#fff;
    margin:0 1%;
    border-radius: 40px;
    border:1px solid transparent;
    position: relative;
    z-index: 1;
}
.in_cp_type a:hover{
    border:1px solid #fff;
}
.index_slide3 .bg{
    position: absolute;
    width: 1168px;
    height: 520px;
    border-radius: 50%;
    background: #0057b6;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 33%;
}
.ysbgSwiper{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left:0;
    top:0;
}
.ysSwiper{
    width: 100%;
    height: 100%;
}
.ysSwiper .list{
    width: 100%;
    height: 100%;
    text-align:center;
    color:#fff;
    padding: 100% 7% 0 7%;
    border-right:1px solid rgba(255,255,255,0.2);
}
.ysSwiper .list .inner{
    width: 100%;
}
.ysSwiper .list .icon{
    width: 100%;
    height: 70px;
    position: relative;
}
.ysSwiper .list .title{
    font-size:32px;
    margin:4% 0 2% 0;
}
.ysSwiper .list .tags{
    font-size:14px;
}
.ysSwiper .list .con{
    font-size:16px;
    line-height: 35px;
    margin-top: 5%;
    opacity: 0;

    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.ysSwiper .list:hover .con{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.ysSwiper .list:hover{
    background: rgba(0,0,0,0.5);
}
.ysSwiper .btn:after{
    color:#fff;
    font-size:30px;
    font-weight: bold;
}
.index_slide4 .alltitle{
    position: absolute;
    width: 100%;
    left:0;
    top:21%;
    z-index: 2;
}


.in_news{
    width: 100%;
}

.allnews .imgbox{
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.allnews .text{
    display: block;
    background: #f1f1f1;
    padding: 7% 4%;
}
.allnews .text .title{
    font-size:22px;
    color:#333333;
}
.allnews .text .con{
    font-size:14px;
    color:#333333;
    line-height: 25px;
    margin: 5% 0 8% 0;
}
.allnews .text .a1{
    font-size:14px;
    color:#6f6f6f;
}
.allnews .text .a2{
    width: 26px;
    height: 17px;
    background: url("../img/news-jian.png") no-repeat center;
}
.allnews:hover .text .title{
    color:#014a99;
}
.allnews:hover .text .time .a2{
    background: url("../img/news-jian2.png") no-repeat center;
}
.newsSwiper{
    padding-bottom: 4%;
}
.newsSwiper .swiper-pagination-progressbar{
    top: initial;
    bottom:0;
    height: 2px;
    background: #ededed;
}
.newsSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0057b6;
}
.newsSwiper .btn{
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 100%;
}
.newsSwiper .btn:after{
    font-size: 20px;
    color: #fff;
}
.newsSwiper .btn:hover{
    background: #0057b6;
}
.footbox{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.index_slide6{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.index_slide6 .footbox{
    width: 100%;
    height: 100%;
}
.footbox .foot-top{
    line-height: 130px;
    border-bottom:1px solid rgba(255,255,255,0.2);
    color:#fff;
    font-size:30px;
    font-weight: bold;
}
.foot-menu-left{
    float: left;
    width: 40%;
    padding:1% 20px 2% 0;
}
.foot-menu-right{
    padding-bottom: 3%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.index_slide6 .foot-menu-left{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index_slide6 .foot-menu-right{
    border-left: none;
    padding-bottom: 0;
}
.foot-menu-left-1 .lx-text{
    float: left;
    color:#fff;
}
.foot-menu-left-1 .lx-text .t1{
    font-size:16px;
}
.foot-menu-left-1 .lx-text .t2{
    font-size: 28px;
    margin: 9% 0;
}
.foot-menu-left-1 .lx-text .more{
    display: block;
    width: 126px;
    line-height: 38px;
    background: #014a99;
    border-radius: 4px;
    text-align:center;
    font-size:16px;
    color:#fff;
}
.foot-menu-left-1 .lx-text .more:hover{
    background: #0c4481;
}
.foot-menu-left-1 .lx-er{
    float: right;
    width: 145px;
    text-align:center;
}
.foot-menu-left-1 .lx-er img{
    width: 90%;
    margin:0 auto;
}
.foot-menu-left-1 .lx-er p{
    color:#fff;
    font-size:16px;
    margin-top: 17px;
}
.foot-menu-left-2{
    margin-top: 5%;
    flex-wrap: wrap;
}
.foot-menu-left-2 .icon{
    width: 20%;
    height: 65px;
    position: relative;
    background: #fff;
}
.foot-menu-left-2 .icon img{
    max-width: 80%;
    max-height: 69%;
}
.foot-menu-right{
    float: left;
    width: 60%;
    padding-left: 3%;
    display: flex;
    justify-content: space-between;
}
.foot-menu-right .list{
    position: relative;
    padding-top: 30px;
}
.foot-menu-right .list:before{
    position: absolute;
    content:"";
    width: 26px;
    height: 2px;
    background: #014a99;
    left:0;
    top:0;
}
.foot-menu-right .list h1{
    white-space: nowrap;
    font-size:20px;
    color:#fff;
    position: absolute;
    left:0;
    top:-60px;
}
.foot-menu-right .list .abox a{
    display: block;
    font-size:14px;
    line-height: 33px;
    color:rgba(255,255,255,0.7);
}
.foot-menu-right .list .abox a:hover{
    color:#fff;
}
.footbox .foot-tel{
    padding-top: 2%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footbox .foot-tel .item{
    float: left;
    margin-right: 10%;
}
.footbox .foot-tel .item:last-child{
    margin-right: 0;
}
.footbox .foot-tel .item .tt{
    font-size:20px;
    color:#fff;
    margin-bottom: 20px;
}
.footbox .foot-tel .item .list{
    margin-right: 7%;
    float: left;
}
.footbox .foot-tel .item .list:last-child{
    margin-right: 0;
}
.footbox .foot-tel .item .list .icon{
    width: 46px;
    height: 46px;
    position: relative;
    border-radius: 100%;
    border:1px dashed #fff;
    margin-right: 10px;
}
.footbox .foot-tel .item .list .t .t1{
    font-size:14px;
    color:rgba(255,255,255,0.7);
    margin-bottom: 4px;
}
.footbox .foot-tel .item .list .t .t2{
    font-size:18px;
    color:#fff;
}
.copy{
    margin-top: 2%;
    width: 100%;
    font-size:14px;
    color:#fff;
    padding: 1% 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copy a{
    color:#fff;
    display: initial;
    margin-left: 20px;
}
.index_slide6 .copy{
    margin-top: 0;
    position: absolute;
    left:0;
    bottom:0;
}
.sbanner{
    height: 618px;
    position: relative;
    width: 100%;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:32%;
}
.sbanner .text .en{
    font-size:118px;
    color:rgba(255,255,255,0.14);
}
.sbanner .text .t1{
    font-size: 44px;
    margin-top: -71px;
    margin-bottom: 1.5%;
}
.allcrumbs{
    font-size:16px;
}
.allcrumbs a{
    color:#fff;
}
.inner-bar{
    background: #f1f1f1;
}
.inner-bar a{
    display: inline-block;
    position: relative;
    font-size:16px;
    color:#2d2d2d;
    margin-right: 2%;
    line-height: 75px;
}
.inner-bar a:last-child{
    margin-right: 0;
}
.inner-bar a:after{
    position: absolute;
    width: 0;
    content:"";
    height: 3px;
    background: #0057b6;
    bottom:0;
    left:0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.inner-bar a:hover:after
,.inner-bar a.act:after{
    width: 100%;
}
.pro-bar{
    background: #fff;
}

.inner-slove-item .list{
    height: 530px;
    margin-bottom: 2%;
}
.inner-slove-item .list:last-child{
    margin-bottom: 0;
}
.inner-slove-item .list .allslove{
    height: 100%;
}
.inner-slove-item .list:nth-child(even) .allslove .text{
    float: left;
}
.inner-slove-item .list:nth-child(even) .allslove .imgbox{
    float: right;
}
.inner-pro-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.bg{
    background: #f1f1f1;
}

.inner-company-fir .text{
    float: left;
    width: 50%;
}
.inner-company-fir .text .img{
    margin:1% 0;
}
.inner-company-fir .text .en{
    font-size:18px;
    color:#0057b6;
}
.inner-company-fir .text .t1{
    font-size:36px;
    color:#2b2b2b;
}
.inner-company-fir .text .line{
    width: 34px;
    height: 3px;
    background: #0057b6;
    margin:1.5% 0;
}
.inner-company-fir .text .t2{
    font-size:16px;
    color:#343434;
    text-align:justify;
    line-height: 30px;
}
.inner-company-fir .imgbox{
    float: right;
    width: 46%;
    height: 485px;
    position: relative;
    overflow: hidden;
}

.in_adv_list{
    width: 32%;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.in_adv_list:nth-child(n+4){
    margin-top: 2%;
}
.in_adv_list .text{
    position: absolute;
    width: 85%;
    overflow: hidden;
    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;
    color:#fff;
    padding:6% 4%;
}
.in_adv_list .text .icon{
    margin:0 auto;
    width: 100%;
    height: 65px;
    position: relative;
}
.in_adv_list .text .title{
    font-size:26px;
    margin:4% 0;
    position: relative;
}
.in_adv_list .text .con{
    font-size:16px;
    position: relative;
    line-height: 30px;
}
.in_adv_list .bg{
    position: absolute;
    width: 0;
    height: 100%;
    background: rgba(0,87,182,0.9);
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.in_adv_list:hover .bg{
    width: 100%;
}
.inneralltitle{
    text-align:center;
    margin-bottom: 25px;
}
.inneralltitle .t1{
    font-size:36px;
    color:#2f2f2f;
}
.inneralltitle .t2{
    font-size:14px;
    color:#6c6c6c;
    margin-top: 8px;
}
.inneralltitle.white .t1{
    color:#fff;
}
.inneralltitle.white .t2{
    color:#fff;
}
.inneralltitle .line{
    width: 40px;
    height: 3px;
    background: #0057b6;
    margin: 16px auto 0 auto;
}
.inner-company-thr{
    background: url("../img/pointerbg.jpg") no-repeat center / cover;
}
.pointerSwiper{
    height: 800px;
}
.pointerSwiper .swiper-wrapper{
    height: 100%;
}
.pointerSwiper .swiper-slide{
    height: calc((100% - 120px) / 5) ;
}
.pointerSwiper .list{
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
.allhonor{
    width: 100%;
    height: 455px;
    position: relative;
    background: #f5f8fa;
    overflow: hidden;
}
.honorSwiper .btn{
    width: 48px;
    height: 93px;
    background: rgba(0,0,0,0.4);
}
.honorSwiper .btn:after{
    font-size:22px;
    font-weight: bold;
    color:#fff;
}
.honorSwiper .btn:hover{
    background: #0057b6;
}
.inner-company-four .allmore{
    width: 155px;
    line-height: 50px;
    margin:2% auto 0 auto;
    background: #0057b6;
    border: 1px solid #0057b6;
}
.inner-company-four .allmore:hover{
    background: #0c4481;
}

.inner-contact-item{
    width: 100%;
    height: 660px;
    border:1px solid #eee;
}
.inner-contact-item #mymap{
    float: left;
    width: 64%;
    height: 100%;
}
.inner-contact-item .lxbox{
    float: left;
    width: 36%;
    height: 100%;
    background: url("../img/mesbg.jpg") no-repeat center / cover;
    padding:5% 4%;
}
.inner-contact-item .lxbox .list{
    margin-bottom: 17%;
}
.inner-contact-item .lxbox .list:last-child{
    margin-bottom: 0;
}
.inner-contact-item .lxbox .list .t{
    font-size:28px;
    color:#353535;
}
.inner-contact-item .lxbox .list  .line{
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: relative;
    margin:3% 0;
}
.inner-contact-item .lxbox .list  .line:before{
    position: absolute;
    content:"";
    width: 20px;
    height: 2px;
    background: #014a99;
    left:0;
    bottom:0;
}
.inner-contact-item .lxbox .list .t1{
    font-size:22px;
    color:#353535;
    line-height: 33px;
}
.inner-contact-sec{
    background: url("../img/inner-conbg.jpg") no-repeat center / cover;
}

.myformbox .textareabox{
    position:relative;
}
.myformbox form{
    background: #fff;
    padding:4%;
}
.myformbox textarea{
    width: 100%;
    height: 180px;
    background: #fff;
    border:1px solid #e5e5e5;
    resize: none;
    font-size:15px;
    color:#333;
    padding:23px;
}
.myformbox textarea::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.myformbox .inputbox .list{
    width: 31.5%;
    position: relative;
    margin-bottom:15px;
}
.myformbox .inputbox .list input{
    width: 100%;
    background: #f5f5f5;
    outline: none;
    line-height: 60px;
    font-size:15px;
    color:#333;
    text-indent: 23px;
}
.myformbox .inputbox .list input::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox .list .verify{
    position: absolute;
    width: 135px;
    height: 100%;
    right:0px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myformbox .inputbox .list .verify img{
    width: 100%;
    height: 100%;
}
.myformbox .formbtn{
    width: 31.5%;
    height: 60px;
    margin-top: 2%;
    color:#004d93;
    font-size:18px;
    cursor: pointer;
    border:1px solid #004d93;
}
.myformbox .formbtn span{
    display: inline-block;
    color:#004d93;
    font-size:18px;
    margin-left: 15px;
}
.myformbox .formbtn:hover{
    border:1px solid #014a99;
    background: #014a99;
    color:#fff;
}
.myformbox .formbtn:hover span{
    color:#fff;
}
.myformbox .submit{
    width: 65.7%;
    height: 60px;
    background: #89a4c1;
}
.myformbox .submit span{
    display: inline-block;
    color:#fff;
    font-size:22px;
    margin-left: 15px;
}
.myformbox .submit:hover{
    background: #0057b6;
}
.inner-honor-list{
    float: left;
    width: 20%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-service-inner{
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 4%;
}
.inner-service-con{
    font-size:18px;
    line-height: 33px;
    color:#333;
}
.inner-service-con strong{
    display: inline-block;
    line-height: 40px;
    color:#fff;
    font-size:18px;
    background:#fff url("../img/comlisttitle.jpg") no-repeat right center;
    padding: 0 61px 0 22px;
    margin-bottom: 2px;
}
.inner-service-con .parent{
    border-bottom:1px solid #0057b6;
    margin-bottom: 18px;
}
.news-inner-list{
    margin: 0 auto;
    margin-bottom: 2%;
    background: #f7f7f7;
    padding: 2%;
}
.news-inner-list .time{
    float: left;
    width: 120px;
}
.news-inner-list .time .fir{
    font-family: ali;
    font-size: 26px;
    color: #999;
    position: relative;
    text-align: center;
}
.news-inner-list .time .fir: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: 35px;
    height: 1px;
    background: #ccc;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.news-inner-list:hover .time .fir:after{
    width: 65px;
}
.news-inner-list .time .sec{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align:center;
    background: #0057b6;
    margin: 21% auto 0 auto;
    position: relative;
    opacity: 0;
}
.news-inner-list .time .sec img{
    max-width: 44%;
}
.news-inner-list:hover .time .sec{
    opacity: 1;
}
.news-inner-list .time .sec i{
    color:#ccc;
    font-size:13px;
}
.news-inner-list:hover .time .sec i{
    color:#fff;
}
.news-inner-list .text{
    float: left;
    width: calc(100% - 435px);
    padding-left: 6%;
}
.news-inner-list:hover .text{
    padding-left: 9%;
}
.news-inner-list .text .t1{
    color: #333;
    font-weight: bold;
    font-size:24px;
}
.news-inner-list:hover .text .t1{
    color:#333;
}
.news-inner-list .text .t2{
    color: #666;
    font-size: 17px;
    margin-top: 3%;
    line-height: 27px;
}
.news-inner-list .imgbox{
    float: right;
    width: 270px;
    height: 175px;
    overflow: hidden;
}

.article-des-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding:3%;
}
.article-des-bottom-left{
    width: 70%;
}
.inner-news-des  .tbox{
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .tbox .fir{
    font-size: 30px;
    color:#333;
}
.inner-news-des .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.des-content table tr td{
    font-size: 15px;
    color: #3f3f3f;
    padding: 0 3%;
    border: 1px solid #ddd!important;
    text-align: center;
}

.zhutu img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.article-des-bottom-right{
    width: 23%;
}
.article-des-bottom-right .inner {
    position: sticky;
    top: 110px;
}
.article-des-bottom-right .item .list{
    padding-bottom: 8%;
    margin-bottom: 8%;
    border-bottom: 1px solid #eee;
}
.article-des-bottom-right .item .list .title{
    font-size:16px;
    color:#333;
    position: relative;
    padding-left:10px;
}
.article-des-bottom-right .item .list:hover .title{
    color:#004d93;
}
.article-des-bottom-right .item .list .title:before{
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #004d93;
    border-radius: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-des-bottom-right .item .list .con{
    font-size:14px;
    color:#666;
    line-height: 24px;
    margin-top: 3%;
}
.article-des-bottom-right .other-t{
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15%;
}
.article-des-bottom-right .other-t:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    vertical-align: middle;
    background-color: var(--theme-color);
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.article-des-bottom-right .other-t span{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.allprotitle{
    margin-bottom: 30px;
}
.allprotitle span{
    display: inline-block;
    font-size:22px;
    color:#333;
    margin-left: 15px;
}
.inner-service-con img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.inner-honor-con img{
    display: block;
    margin:0 auto;
}


.cbl {
    width: 84px;
    position: fixed;
    right: 0;
    top: 32%;
    z-index: 99;
}


.cbl li {
    margin-top: 14px;
    transition: 0.4s ease-in-out;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    width: 84px;
    height: 84px;
    border:2px solid #0057b6;
    border-radius: 7px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    color: #353535;
    position: relative;
    background-size: 30px;
    padding-top: 52px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #ffffff url("../img/cb-tel.png") no-repeat center top 14px;;
}

.cbl li.weixin span{
    background: #ffffff url("../img/cb-weixin.png") no-repeat center top 14px;
}
.cbl li.email span{
    background: #ffffff url("../img/cb-email.png") no-repeat center top 14px;
}
.cbl li.fd span{
    background: #ffffff url("../img/cb-fd.png") no-repeat center top 14px;
}


.cbl li.fd{
    border-radius: 0 12px 0 0;
}
.cbl li.tel{
    border-radius: 0 0 0 12px;
}
.cbl span .fir {
    font-size:14px;
    color:#353535;
    text-align:center;
    font-weight: lighter;
}

.cbl li aside {
    position: absolute;
    right: 84px;
    top: 0;
    padding:0 10px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #0057b6;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #0057b6;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}
.cbl li.fd.hide{
    opacity: 0;
    visibility: hidden;
}

.sm-button-xian{
    width: 26px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: none;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
}
.headFix.act .headFix_inner .sm-button-xian span{
    background-color: #000;

}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}

.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    visibility: visible;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}

.banner-sm{
    display: none;
}

.lx-er-sm{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin: 4% auto 0 auto;
    padding-top: 4%;
    text-align: center;
    display: none;
}
.lx-er-sm img{
    width: 100px;
    margin: 0 auto;
}
.lx-er-sm p{
    font-size:13px;
    color:#fff;
    margin-top: 10px;
}

#certify{
    position: relative;
}
#certify .swiper-slide{
    width: 725px;
    height: 580px;
}
#certify .swiper-slide .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#certify .btn{
    width: 74px;
    height: 74px;
    background-color: #a8a8a8;
    border-radius: 100%;
    z-index: 5;
}
#certify .btn:after{
    color: #fff;
    font-size: 26px;
}
#certify .btn:hover{
    background-color: #0057b6;
}
#certify .bg{
    width: 400px;
    height: 100%;
    position: absolute;
    top:0;
    z-index: 4;
}
#certify .bg1{
    left:0;
    background: linear-gradient(to right,  #ffffff ,81%, #ffffff00);
}
#certify .bg2{
    right:0;
    background: linear-gradient(to left, #ffffff,81%, #ffffff00);
}
.inner-servicesingle-item .list{
    float: left;
    width: 33.33%;
    height: 490px;
    position: relative;
    overflow: hidden;
    padding:0 1.5%;
    margin-bottom: 3%;
}

.inner-servicesingle-item .list .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.inner-servicesingle-item .list .mask .inner{
    width: 100%;
    padding:0 3%;
    text-align:center;
    color:#fff;
}
.inner-servicesingle-item .list .mask .icon{
    display: block;
    margin:0 auto;
    height: 75px;
}
.inner-servicesingle-item .list .mask .title{
    font-size:28px;
    margin:15px 0;
}
.inner-servicesingle-item .list .mask .content{
    font-size:14px;
}
.inner-servicesingle-item .list .mask .more{
    width: 150px;
    line-height: 40px;
    background: #0057b6;
    text-align:center;
    font-size:18px;
    color:#fff;
    margin:28px auto 0 auto;
    display: block;
}
.inner-servicesingle-item .list .mask .sma{
    min-height: 225px;
}
.inner-servicesingle-item .list .mask .sma a{
    display:block;
    color:#ffffffd9;
    font-size:14px;
    text-align:center;
    line-height: 25px;
}
.inner-servicesingle-item .list .mask .sma a:hover{
    text-decoration: underline;
}