.banner{position: relative; text-align:center;}
.banner .swiper,.banner .swiper-wrapper,.banner .swiper-slide{height: 100%;}
.banner .swiper-pagination span{background: #d8d8d8;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{background: #0c4dc4;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after,.wap_banner .swiper-button-next:after,.wap_banner .swiper-button-prev:after{color: #163f77}
.banner img{width: 100%; height: 100%; object-fit: cover;}
@media (min-width: 768px){
    /*.banner{height: 100vh;}*/
    .pc_banner{position: relative;}
    .wap_banner{display: none;}
    .banner .swiper-pagination span{height:8px; width: 25px; border-radius: 4px;}
    .banner .swiper-pagination span.swiper-pagination-bullet-active{width: 50px;}
}
@media (max-width: 767px){
    /*.banner{height: 20em;}*/
    .pc_banner{display: none;}
    .banner .swiper-button-next:after,.banner .swiper-button-prev:after,.wap_banner .swiper-button-next:after,.wap_banner .swiper-button-prev:after{display: none;}
    .banner .swiper-pagination span{height:8px; width: 8px; border-radius: 4px;}
    .banner .swiper-pagination span.swiper-pagination-bullet-active{width: 20px;}
}


.ind_clients{background: url(../images/indexbg_09.jpg) center center no-repeat; background-size: cover;}
.ind_clientslist{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.ind_clientslist a{border:1px #ededed solid; display: -webkit-box; background: #fff;}
.ind_clientslist a img{max-width: 80%; max-height: 80%;}
.ind_clientscoo{}
.ind_clientscoo .num{position: relative;}
.ind_clientscoo .num i,.ind_clientscoo .num em{position: absolute; right: 0px; }
.ind_clientscoo .num i{top: 0px;}
.ind_clientscoo .num em{bottom: 0px;}
.ind_clientscoo .ind_more a{width: 100%;}
@media (min-width: 1800px){
    .ind_clientslist{width: 34%;}
    .ind_clientslist a{height: 155px; width: 49%; margin:5px 0px;}
    .ind_clientslist a img{max-height: 135px;}

    .ind_clientscoo{margin-right: 4%; max-width: 50%;}
    .ind_clientscoo .num{padding-right: 150px; margin-bottom: 60px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_clientslist{width: 34%;}
    .ind_clientslist a{height: 150px; width: 49%; margin:5px 0px;}
    .ind_clientslist a img{max-height: 130px;}

    .ind_clientscoo{margin-right: 4%; max-width: 50%;}
    .ind_clientscoo .num{padding-right: 150px; margin-bottom: 50px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_clientslist{width: 34%;}
    .ind_clientslist a{height: 120px; width: 49%; margin:5px 0px;}
    .ind_clientslist a img{max-height: 100px;}

    .ind_clientscoo{margin-right: 4%; max-width: 50%;}
    .ind_clientscoo .num{padding-right: 140px; margin-bottom: 40px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_clientslist{width: 34%;}
    .ind_clientslist a{height: 110px; width: 49%; margin:5px 0px;}
    .ind_clientslist a img{max-height: 90px;}

    .ind_clientscoo{margin-right: 4%; max-width: 50%;}
    .ind_clientscoo .num{padding-right: 130px; margin-bottom: 30px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_clientslist{width: 34%;}
    .ind_clientslist a{height: 90px; width: 49%; margin:5px 0px;}
    .ind_clientslist a img{max-height: 70px;}

    .ind_clientscoo{margin-right: 4%; max-width: 50%;}
    .ind_clientscoo .num{padding-right: 120px; margin-bottom: 25px;}
}
@media (max-width: 767px) {
    .ind_clientslist a{height: 10em; width: 49%; margin:5px 0px;}
    .ind_clientslist a img{max-height: 9em;}

    .ind_clientscoo{margin-top: 1.5em;}
    .ind_clientscoo .num{padding-right: 120px; margin-bottom: 25px;}
    .ind_clientscoo .num i,.ind_clientscoo .num em{width: 100px;}
}
@media (min-width: 768px){
    .ind_clientsdiv{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
    .ind_clientscoo .num i,.ind_clientscoo .num em{width: 110px;}
    
}








.ind_applications{background: url(../images/indexbg_08.jpg) bottom center no-repeat; background-size: cover;}
.ind_applicationslist a{position: relative; overflow: hidden; display: block;}
.ind_applicationslist a .img{overflow: hidden; border-radius: 10px;}
.ind_applicationslist a .img img{width: 100%; height: 100%; object-fit: cover;}
.ind_applicationslist a .word{position: absolute; left: 5%; top: 100%; background: rgba(12,77,196,0.8); color: #fff; width: 90%; height: 90%;display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-radius: 10px;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}
.ind_applicationslist a h3{font-weight: bold;}
.ind_applicationslist a p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ind_applicationslist a:hover .word{top: 5%;}

@media (min-width: 1800px){
    .ind_applicationslist a .img{height: 416px; }
    .ind_applicationslist a .word{padding: 0px 10%;}
    .ind_applicationslist a h3{font-size: 24px;}
    .ind_applicationslist a p{margin-top: 20px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_applicationslist a .img{height: 365px; }
    .ind_applicationslist a .word{padding: 0px 10%;}
    .ind_applicationslist a h3{font-size: 20px;}
    .ind_applicationslist a p{margin-top: 18px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_applicationslist a .img{height: 295px; }
    .ind_applicationslist a .word{padding: 0px 8%;}
    .ind_applicationslist a h3{font-size: 18px;}
    .ind_applicationslist a p{margin-top: 15px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_applicationslist a .img{height: 250px; }
    .ind_applicationslist a .word{padding: 0px 6%;}
    .ind_applicationslist a h3{font-size: 16px;}
    .ind_applicationslist a p{margin-top: 12px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_applicationslist a .img{height: 185px; }
    .ind_applicationslist a .word{padding: 0px 6%;}
    .ind_applicationslist a h3{font-size: 15px;}
    .ind_applicationslist a p{margin-top: 10px;}
}
@media (max-width: 767px) {
    .ind_applicationslist a{margin: 0.6em 0px;}
    .ind_applicationslist a .word{padding: 0px 6%;}
    .ind_applicationslist a h3{font-size: 1.2em;}
    .ind_applicationslist a p{margin-top: 1em;}
}
@media (min-width: 768px){
    .ind_applicationslist{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
    .ind_applicationslist a{width: 32%;}
}



.ind_services{background: url(../images/indexbg_07.jpg) center center no-repeat; background-size: cover;}


.ind_serviceslist .tab{text-align: center;}
.ind_serviceslist .tab a{display: inline-table; background: #fff; font-weight: bold; position: relative;}
.ind_serviceslist .tab a:after{position: absolute; left: 2%; bottom: 2%; width: 96%; height: 2px; content:""; background: #0c4dc4; display: none;}
.ind_serviceslist .tab a.on{color: #0c4dc4;}
.ind_serviceslist .tab a.on:after{display: inline-table;}

.ind_serviceslist .content{background: #efefef;}

.ind_serviceslist .content li h3{font-weight: bold; line-height: 2;}
.ind_serviceslist .content li .desc{color: #999; line-height: 1.8; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ind_serviceslist .content li .contentlist{line-height: 2;}
.ind_serviceslist .content li .contentlist p{padding: 5px 0px; position: relative;}
.ind_serviceslist .content li .contentlist p:before{position: absolute; left: 0px; top: 50%; transform: translate(0,-50%); content:""; background: url(../images/index_58.png) center center no-repeat; background-size: 100%;}
@media (min-width: 1800px){
    .ind_serviceslist .tab a{padding: 18px 40px;}
    .ind_serviceslist .content{margin-top: 50px;}
    .ind_serviceslist .content li .word{padding: 60px 6%;}
    .ind_serviceslist .content li h3{font-size: 36px;}
    .ind_serviceslist .content li .desc{margin-top: 25px;}
    .ind_serviceslist .content li .contentlist{margin-top: 25px;}
    .ind_serviceslist .content li .contentlist p{padding-left: 28px;}
    .ind_serviceslist .content li .contentlist p:before{width: 18px; height: 18px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_serviceslist .tab a{padding: 16px 40px;}
    .ind_serviceslist .content{margin-top: 45px;}
    .ind_serviceslist .content li .word{padding: 50px 6%;}
    .ind_serviceslist .content li h3{font-size: 32px;}
    .ind_serviceslist .content li .desc{margin-top: 25px;}
    .ind_serviceslist .content li .contentlist{margin-top: 25px;}
    .ind_serviceslist .content li .contentlist p{padding-left: 26px;}
    .ind_serviceslist .content li .contentlist p:before{width: 16px; height: 16px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_serviceslist .tab a{padding: 15px 40px;}
    .ind_serviceslist .content{margin-top: 40px;}
    .ind_serviceslist .content li .word{padding: 40px 6%;}
    .ind_serviceslist .content li h3{font-size: 28px;}
    .ind_serviceslist .content li .desc{margin-top: 20px;}
    .ind_serviceslist .content li .contentlist{margin-top: 20px;}
    .ind_serviceslist .content li .contentlist p{padding-left: 25px;}
    .ind_serviceslist .content li .contentlist p:before{width: 15px; height: 15px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_serviceslist .tab a{padding: 15px 35px;}
    .ind_serviceslist .content{margin-top: 35px;}
    .ind_serviceslist .content li .word{padding: 30px 5%;}
    .ind_serviceslist .content li h3{font-size: 24px;}
    .ind_serviceslist .content li .desc{margin-top: 15px;}
    .ind_serviceslist .content li .contentlist{margin-top: 15px;}
    .ind_serviceslist .content li .contentlist p{padding-left: 25px;}
    .ind_serviceslist .content li .contentlist p:before{width: 15px; height: 15px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_serviceslist .tab a{padding: 12px 30px;}
    .ind_serviceslist .content{margin-top: 30px;}
    .ind_serviceslist .content li .word{padding: 30px 4%;}
    .ind_serviceslist .content li h3{font-size: 20px;}
    .ind_serviceslist .content li .desc{margin-top: 15px;}
    .ind_serviceslist .content li .contentlist{margin-top: 15px;}
    .ind_serviceslist .content li .contentlist p{padding-left: 24px;}
    .ind_serviceslist .content li .contentlist p:before{width: 14px; height: 14px;}
}
@media (max-width: 767px) {
    .ind_serviceslist .tab a{padding: 0.6em 1em; margin:0.3em 0px;}
    .ind_serviceslist .content{margin-top: 1.5em;}
    .ind_serviceslist .content li:first-child{display: block;}
    .ind_serviceslist .content li .word{padding: 1em 4%;}
    .ind_serviceslist .content li h3{font-size: 1.4em;}
    .ind_serviceslist .content li .desc{margin-top: 0.8em;}
    .ind_serviceslist .content li .contentlist{margin-top: 0.8em;}
    .ind_serviceslist .content li .contentlist p{padding-left: 24px;}
    .ind_serviceslist .content li .contentlist p:before{width: 14px; height: 14px;}
}
@media (min-width: 768px){
    .ind_serviceslist .content li{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
    .ind_serviceslist .content li:first-child{display: flex;}
    .ind_serviceslist .content li .word,.ind_serviceslist .content li .img{width: 50%;}
}
.ind_serviceslist .content li{display: none;}





.ind_product{background: url(../images/indexbg_06.jpg) center center no-repeat; background-size: cover;}


.ind_productlist{position: relative;}
.ind_productlist a{background: #fff; line-height: 2; border-radius: 10px; overflow: hidden;}
.ind_productlist a .img img{width: 100%; height: 100%; object-fit: cover;}
.ind_productlist a .word h3{line-height: 2;}
.ind_productlist a .word .desc{color: #999;}
.ind_productlist a .word .contentlist{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.ind_productlist a .word .contentlist p{display: inline-table; min-width: 48%; position: relative; line-height: 1.5;}
.ind_productlist a .word .contentlist p:before{content:""; display: inline-table; background: url(../images/index_60.png) center center no-repeat; background-size: 100%;}

.ind_productlist .swiper-button-prev:after,.ind_productlist .swiper-button-next:after{content: "";}
.ind_productlist .swiper-button-prev{background: url(../images/index_50.png) center center no-repeat; background-size: 100%;}
.ind_productlist .swiper-button-next{background: url(../images/index_53.png) center center no-repeat; background-size: 100%;}
@media (min-width: 1800px){
    .ind_productlist a .img{height: 330px;}
    .ind_productlist a .word{padding: 40px 6%;}
    .ind_productlist a .word .desc{margin-top: 20px;}
    .ind_productlist a .word .contentlist{margin-top: 20px;}
    .ind_productlist a .word .contentlist h3{font-size: 30px;}
    .ind_productlist a .word .contentlist p{padding: 8px 0px;}
    .ind_productlist a .word .contentlist p:before{width: 18px; height: 18px; margin-right: 5px;}
    .ind_productlist a .word .ind_more{margin-top: 20px;}

    .ind_productlist .swiper-button-prev,.ind_productlist .swiper-button-next{width: 76px; height: 76px;}
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_productlist a .img{height: 285px;}
    .ind_productlist a .word{padding: 35px 6%;}
    .ind_productlist a .word .desc{margin-top: 16px;}
    .ind_productlist a .word .contentlist{margin-top: 16px;}
    .ind_productlist a .word .contentlist h3{font-size: 26px;}
    .ind_productlist a .word .contentlist p{padding: 8px 0px;}
    .ind_productlist a .word .contentlist p:before{width: 16px; height: 16px; margin-right: 5px;}
    .ind_productlist a .word .ind_more{margin-top: 20px;}

    .ind_productlist .swiper-button-prev,.ind_productlist .swiper-button-next{width: 65px; height: 65px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_productlist a .img{height: 230px;}
    .ind_productlist a .word{padding: 30px 6%;}
    .ind_productlist a .word .desc{margin-top: 12px;}
    .ind_productlist a .word .contentlist{margin-top: 12px;}
    .ind_productlist a .word .contentlist h3{font-size: 22px;}
    .ind_productlist a .word .contentlist p{padding: 8px 0px;}
    .ind_productlist a .word .contentlist p:before{width: 15px; height: 15px; margin-right: 5px;}
    .ind_productlist a .word .ind_more{margin-top: 18px;}

    .ind_productlist .swiper-button-prev,.ind_productlist .swiper-button-next{width: 55px; height: 55px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_productlist a .img{height: 195px;}
    .ind_productlist a .word{padding: 25px 6%;}
    .ind_productlist a .word .desc{margin-top: 10px;}
    .ind_productlist a .word .contentlist{margin-top: 10px;}
    .ind_productlist a .word .contentlist h3{font-size: 18px;}
    .ind_productlist a .word .contentlist p{padding: 8px 0px;}
    .ind_productlist a .word .contentlist p:before{width: 15px; height: 15px; margin-right: 5px;}
    .ind_productlist a .word .ind_more{margin-top: 18px;}

    .ind_productlist .swiper-button-prev,.ind_productlist .swiper-button-next{width: 45px; height: 45px;}
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_productlist a .img{height: 226px;}
    .ind_productlist a .word{padding: 20px 6%;}
    .ind_productlist a .word .desc{margin-top: 8px;}
    .ind_productlist a .word .contentlist{margin-top: 8px;}
    .ind_productlist a .word .contentlist h3{font-size: 16px;}
    .ind_productlist a .word .contentlist p{padding: 8px 0px;}
    .ind_productlist a .word .contentlist p:before{width: 14px; height: 14px; margin-right: 5px;}
    .ind_productlist a .word .ind_more{margin-top: 15px;}

    .ind_productlist .swiper-button-prev,.ind_productlist .swiper-button-next{width: 40px; height: 40px;}
}
@media (max-width: 767px) {
    .ind_productlist{padding: 0px 10%;}
    .ind_productlist a .img{height: 14em;}
    .ind_productlist a .word{padding: 1.5em 6%;}
    .ind_productlist a .word .desc{margin-top: 0.5em;}
    .ind_productlist a .word .contentlist{margin-top: 0.5em;}
    .ind_productlist a .word .contentlist h3{font-size: 1.2em;}
    .ind_productlist a .word .contentlist p{padding: 0.5em 0px;}
    .ind_productlist a .word .contentlist p:before{width: 14px; height: 14px; margin-right: 5px;}
    .ind_productlist a .word .ind_more{margin-top: 15px;}
    
    .ind_productlist .swiper-button-prev,.ind_productlist .swiper-button-next{width: 2em; height: 2em;}
    .ind_productlist .swiper-button-prev{left: 0px;}
    .ind_productlist .swiper-button-next{right: 0px;}

}
@media (min-width: 768px){
    .ind_productlist .swiper-button-prev{left: -20px; transform: translate(-100%, 0);}
    .ind_productlist .swiper-button-next{right:0px; right: -20px; transform: translate(100%, 0);}
}



.ind_aboutcon .title{font-weight: bold; text-transform:uppercase;}
.ind_aboutcon .content{line-height: 2; color: #999;}

.ind_biaoul{background: #0c4dc4; color: #fff;}
.ind_biaoul li{float: left; text-align: center;}
.ind_biaoul li .title{margin-top: 12px;}
.ind_biaoul li .img img{max-height: 100%;}
@media (min-width: 1800px){
    .ind_aboutcon{margin-left: 42%;}
    .ind_aboutcon .title{margin-top: 30px;}
    .ind_aboutcon .content{margin-top: 30px;}
    .ind_aboutcon .ind_more{margin-top: 40px;}

    .ind_biaoul{margin-left: 20%; padding: 25px 0px; border-radius: 71px; margin-top: 80px;}
    .ind_biaoul li .img{height: 50px; }
}
@media (min-width: 1500px) and (max-width: 1799px){
    .ind_aboutcon{margin-left: 40%;}
    .ind_aboutcon .title{margin-top: 25px;}
    .ind_aboutcon .content{margin-top: 25px;}
    .ind_aboutcon .ind_more{margin-top: 35px;}

    .ind_biaoul{margin-left: 18%; padding: 22px 0px; border-radius: 68px; margin-top: 70px;}.
    .ind_biaoul li .img{height: 45px; }
}
@media (min-width: 1200px) and (max-width: 1499px){
    .ind_aboutcon{margin-left: 38%;}
    .ind_aboutcon .title{margin-top: 20px;}
    .ind_aboutcon .content{margin-top: 20px;}
    .ind_aboutcon .ind_more{margin-top: 30px;}

    .ind_biaoul{margin-left: 15%; padding: 20px 0px; border-radius: 66px; margin-top: 60px;}
    .ind_biaoul li .img{height: 40px; }
}
@media (min-width: 992px) and (max-width: 1199px){
    .ind_aboutcon{margin-left: 36%;}
    .ind_aboutcon .title{margin-top: 20px;}
    .ind_aboutcon .content{margin-top: 20px;}
    .ind_aboutcon .ind_more{margin-top: 30px;}

    .ind_biaoul{margin-left: 10%; padding: 16px 0px; border-radius: 62px; margin-top: 50px;}
    .ind_biaoul li .img{height: 35px; }
}
@media (min-width: 768px) and (max-width: 991px){
    .ind_aboutcon{margin-left: 34%;}
    .ind_aboutcon .title{margin-top: 15px;}
    .ind_aboutcon .content{margin-top: 15px;}
    .ind_aboutcon .ind_more{margin-top: 25px;}

    .ind_biaoul{padding: 14px 0px; border-radius: 58px; margin-top: 40px;}
    .ind_biaoul li .img{height: 30px; }
}
@media (max-width: 767px) {
    .ind_about{background: url(../images/indexbg_04.jpg) center center no-repeat; background-size: cover;}
    .ind_aboutcon{}
    .ind_aboutcon .title{margin-top: 1em;}
    .ind_aboutcon .content{margin-top: 1em;}
    .ind_aboutcon .img{margin-top: 1em;}
    .ind_aboutcon .ind_more{margin-top: 1.5em;}

    .ind_biaoul{padding: 14px 0px; margin-top: 40px;}
    .ind_biaoul li{width: 50%; margin: 10px 0px; border-left: 1px rgba(255,255,255,0.5) solid;}
    .ind_biaoul li:nth-child(2n-1){border-left-width: 0px;}
    .ind_biaoul li .img{height: 30px; }
}
@media (min-width: 768px){
    .ind_about{background: url(../images/indexbg_02.jpg) center center no-repeat; background-size: cover;}
    .ind_aboutcon .img{display: none;}
    .ind_biaoul li{width: 25%; border-left: 1px rgba(255,255,255,0.5) solid;}
    .ind_biaoul li:first-child{border-left-width: 0px;}
}

