html,body{scroll-behavior: smooth;}
html{width: 100%;min-width: 1100px;}
body{font-size: 16px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container{position: relative;max-width: 1920px;margin: 0 auto;padding-left: 80px;padding-right: 80px;}
.w1400{position: relative;width: 1400px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}


@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
}


.h-header-zw{display:block;width:100%;height:100px;}
.h-header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background: #fff;transition: .3s;}
.h-header>div{display:flex;align-items: center;}
.h-logo{display: block;margin-right: auto;}
.h-nav{display:flex;}
.h-nav .li{margin-right: 40px;position: relative;}
.h-nav .li>a{display: block;font-size: 16px;color: #000000;line-height: 100px;}
.h-nav .li.active>a,.h-nav .li:hover>a{color: #0084CD;}
.h-nav .h-subnav {width:190px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .h-subnav ol {padding:12px 0;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 14px;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#0084CD;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.h-search{margin-right:50px;cursor: pointer;}
.h-search img{display:block;}
.h-phone{display: flex;align-items: center;font-family: DIN;font-weight: bold;font-size: 20px;color: #FF8800;line-height: 1;}
.h-phone img{display:block;margin-right: 10px;}

.searchBox{position:fixed;padding:15px 0;top:0px;left:0;width: 100%;background: #ffffff;transition: .3s;z-index: 99;border-top: 1px solid #eee;}
.searchBox.active{top:100px;}
.searchBox>div{display: flex;}
.searchForm{margin-left: auto;display: flex;height: 40px;}
.searchForm .int{display: block;height: 100%;width: 250px;border: 1px solid #eee;border-right: none;padding: 0 15px;}
.searchForm .btn{display: block;height: 100%;width: 70px;background-color: #0084CD;background-image: url(../images/iconSearch2.png);background-repeat: no-repeat;background-position: center;cursor: pointer;}


.h-header.active{box-shadow:0px 0px 5px 0px #ccc;}
.h-header.active .h-nav .li>a{line-height: 80px;}
.h-header.active~.searchBox.active{top:80px;box-shadow: 0px 0px 5px 0px #ccc;}




.mySwiperBanner{position:relative;overflow: hidden;}
.mySwiperBannerPC{display:block;}
.mySwiperBannerWAP{display:none;}
.bannerItem{display:block;width:100%;}
.bannerItem img{display:block;width:100%;}
.bannerIndex .swiper-pagination{display: flex;align-items: center;justify-content: center;bottom: 50px;}
.bannerIndex .swiper-pagination .swiper-pagination-bullet{display: block;margin: 0 5px;border-radius: 0;width: 40px;height: 8px;border: 1px solid #FFFFFF;opacity: 1;transition: .3s;background: none;}
.bannerIndex .swiper-pagination .swiper-pagination-bullet-active{background: #0084CD;border-color: #0084CD;}




.indTitBox{display: flex;align-items: center;}
.indTitBox .ITBL{margin-right: auto;}

.indTit{text-align:center;padding: 85px 0 30px;}
.indTit .atit{font-weight: bold;font-size: 40px;color: #000000;line-height:1.5;}
.indTit .btit{font-size: 18px;color: #999999;line-height:1.5;margin-top: 8px;}
.indTit.left{text-align:left;}
.indTit.white .atit{color:#fff;}
.indTit.white .btit{color:#fff;}

.bgHover{position: relative;overflow: hidden;}
.bgHover::before{content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;background: linear-gradient(90deg, #008FD7, #00A5EA);z-index: 1;transition: .5s;}
.bgHover.active::before,.bgHover:hover::before{opacity: 1;}
.z9{position:relative;z-index: 9;}

.sec1{background: #F8F8F8;padding-bottom:100px;}
.indProSelList{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;margin: 10px -10px -10px;}
.indProSel{display: flex;align-items: center;justify-content: center;min-width: 250px;text-align: center;height: 60px;border: 1px solid #0084CD;font-weight: bold;font-size: 20px;color: #0084CD;transition: .3s;cursor: pointer;border-radius: 10px;margin: 10px;}
.indProSel:hover,.indProSel.active{color:#fff;}
.indProBox{display: grid;grid-template-columns: repeat(3, 1fr);grid-template-rows: repeat(3, 1fr);gap: 30px;}
.indProItem{background: #FFFFFF;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 5px 0px #eee;}
.indProItem .proTit{height: 50px;line-height: 50px;background: linear-gradient(90deg, #414141, #686767);font-weight: bold;font-size: 20px;color: #FFFFFF;text-align: center;}
.indProItem .proDesc{display: flex;flex-wrap: wrap;}
.indProItem .proDesc .desc{width: 50%;padding: 40px 25px;padding-right: 0;}
.indProItem .proDesc .desc a{display:block;font-size: 14px;color: #333333;line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indProItem .proDesc .desc a+a{margin-top: 14px;}
.indProItem .proDesc .img{width: 50%;}
.indProItem .proDesc .img img{width: 100%;display: none;}
.indProItem2{grid-row: span 2;}
.indProItem2 .proDesc .desc{width: 100%;padding-right: 25px;}
.indProItem2 .proDesc .img{width: 100%;max-width: 70%;margin: 0 auto;}
.indProItem .proDesc .desc a:hover{color: #0084CD;}

.indProBox2{}
.indProList{background: #FFFFFF;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 5px 0px #eee;}
.indProList+.indProList{margin-top: 30px;}
.indProList .indProTit{height: 50px;padding: 0 25px;display:flex;align-items: center;background: linear-gradient(90deg, #414141, #686767);}
.indProList .indProTit span{font-weight: bold;font-size: 20px;color: #FFFFFF;line-height: 1;}
.indProList .indProTit a{margin-left: auto;font-size: 14px;color: #FFFFFF;line-height: 1;}
.indProList .indProTit a:hover{color: #0084CD;}
.indProList .indProDesc{display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
.indProList .indProItem{box-shadow: none;}

.mySwiperPro{position: relative;overflow: hidden;}
.mySwiperPro .swiper-slide{opacity:0!important;transition: .3s;}
.mySwiperPro .swiper-slide-active{opacity:1!important;}




.sec2{}
.indYsBox{display: flex;}
.indYsRight{width: 50%;}
.indYsBox .indTit{padding-top:0;}
.indYsLeft{width: 50%;background: url(../images/indYsBg.jpg) center/cover;padding: 90px 0 100px;padding-left: calc((100vw - 1400px)/2);z-index: 9;}
.indYsLeft .p{font-weight: bold;font-size: 40px;color: #FFFFFF;line-height: 1.3;margin: 45px 0 20px;padding-right: 50px;}
.indYsLeft .span{font-size: 16px;color: #FFFFFF;line-height: 24px;min-height:72px;padding-right: 50px;}
.indYsLeft .abox{display: flex;flex-wrap: wrap;margin-top: 70px;}
.indYsLeft .abox .a{display: flex;height: 45px;align-items: center;justify-content: center;}
.indYsLeft .abox .a img{margin-right: 5px;}
.indYsLeft .abox .a+.a{margin-left: 10px;}
.indYsLeft .abox .a1{padding: 0 15px;background: #FF8800;font-size: 16px;color: #ffffff;}
.indYsLeft .abox .a2{padding: 0 20px;background: #FFFFFF;font-family: DIN;font-weight: bold;font-size: 20px;color: #142AC3;}
.indYsLeft .abox a.a:hover{transform: translateY(-8px);box-shadow: 0px 5px 8px 0 #0010AC;}
.ysSelList{display: flex;width: 133.333%;margin-top: 100px;}
.ysSel{width: 25%;background: #FFFFFF;padding: 35px 0 35px;transition: .3s;cursor: pointer;margin-left: 5px;}
.ysSel i{display: block;width: 48px;height: 45px;background-position: center 0;margin: 0 auto 8px;background-repeat: no-repeat;}
.ysSel span{display: block;font-size: 18px;color: #000000;line-height: 26px;text-align: center;transition: .3s;}
.ysSel.active{background: #FF8800;}
.ysSel.active i{background-position: center -80px;}
.ysSel.active span{color: #fff;}
.mySwiperYsImg{width: 50%;height: 100%;position: relative;}
.mySwiperYsImg img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.mySwiperYsImg,.mySwiperIndYsDesc{width: 100%;position: relative;overflow: hidden;}
.mySwiperIndYsDesc .swiper-slide{opacity: 0!important;}
.mySwiperIndYsDesc .swiper-slide-active{opacity: 1!important;}
.indYsSWB{width:100%;display: flex;align-items:center;position: absolute;left: 0;bottom: 30px;padding-right: calc((100vw - 1400px)/2);padding-left: 50px;}
.indYsSWB .swiper-button-prev::after,.indYsSWB .swiper-button-next::after{display: none;}
.indYsSWB .swiper-button-prev,.indYsSWB .swiper-button-next{position: relative;left:0;right: 0;top: 0;margin-top: 0;width: 50px;height: 50px;transition: .3s;flex-shrink: 0;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(255,255,255,.5);border-radius: 100%;}
.indYsSWB .swiper-button-prev img,.indYsSWB .swiper-button-next img{width:auto;height:auto;position: relative;z-index: 9;}
.indYsSWB .swiper-button-prev:hover,.indYsSWB .swiper-button-next:hover{border-color: transparent;}
.indYsSWB .swiper-button-prev{transform: rotate(180deg);}
.indYsSWB .swiper-button-next{margin-left: 20px;}
.indYsSWB .swiper-pagination{position: relative;font-family: Arial;font-size: 24px;width:auto;bottom:0;font-weight: bold;color: #FFFFFF;line-height: 1.5;flex-shrink: 0;}
.indYsSWB .swiper-pagination span{font-size: 22px;color: #0084CD;}
.indYsSWB .swiper-pagination em{font-size: 24px;}
.indYsSWB i{display: block;background: #FFFFFF;opacity: 0.5;width: 100%;height: 1px;position: relative;z-index: 9;margin: 0 10px;}


.sec3{padding-bottom:100px;}
.standardBox{display:flex;flex-wrap:wrap;margin: -15px;}
.standardItem{width:calc(50% - 30px);margin:15px;background: #F8F8F8;border-radius: 10px;padding: 25px;display: flex;transition: .3s;}
.standardItem .img{width:250px;height: 250px;overflow: hidden;}
.standardItem .img img{width:100%;height:100%;object-fit: cover;object-position: center;transition: .5s;}
.standardItem .desc{width: calc(100% - 250px);padding-left: 25px;}
.standardItem .desc .atit{display:block;font-weight: bold;font-size: 24px;color: #222222;line-height: 25px;margin: 5px 0 15px;}
.standardItem .desc .btit a{display:block;font-size: 14px;color: #666666;line-height: 24px;height: 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.standardItem .desc .ctit{display:block;font-size: 16px;color: #00A5EA;line-height: 36px;margin-top: 5px;}
.standardItem:hover .desc .atit{color:#fff;}
.standardItem:hover .desc .btit a{color:#fff;}
.standardItem:hover .desc .ctit{color:#fff;}
.standardItem:hover .img img{transform: scale(1.05);}
.standardItem  a:hover{opacity: .7;}






.sec4{background-image: url(../images/sec4Bg.jpg);background-size: cover;background-position: center bottom;padding-bottom: 180px;padding-top: 100px;}
.sec4 .indTit{padding-top: 0;}
.jinzhiBox{display: flex;align-items: center;}
.jzDesc{width: 50%;display: flex;flex-direction: column;align-items: flex-start;padding-right: 55px;}
.jzDesc .jzAtit{margin:10px 0 0px;font-weight:bold;font-size: 30px;color: #000000;line-height: 1.5;background: linear-gradient(135deg, #008FD7 0%, #00A5EA 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.jzDesc .jzBtit{font-size: 16px;color: #666666;line-height: 1.64;margin: 5px 0 50px;}
.jzDesc .jzBtit p{margin-bottom: 5px;}
.jzDesc .jzCtit{display: flex;}
.jzDesc .jzCtit .ca{display: block;width: 120px;height: 45px;background: #FF8800;display: flex;align-items: center;justify-content: center;color: #FFFFFF;}
.jzDesc .jzCtit .ca:hover{transform: translateY(-8px);box-shadow: 0px 5px 8px 0 #999;}
.jzDesc .jzCtit .cphone{display: flex;align-items: center;justify-content: center;height: 45px;min-width: 200px;background: #FFFFFF;margin-left: 10px;font-family: DIN;font-weight: bold;font-size: 20px;color: #00A5EA;}
.jzDesc .jzCtit .cphone img{display: block;margin-right: 5px;}


.jzImgBox{width: 50%;border-radius: 0px;overflow: hidden;position: relative;}
.jzImgBox img{display:block;width: 100%;transition: .5s;}
.jzImgBox i{display: block;width: 80px;height: 80px;border-radius: 20px;cursor: pointer;position: absolute;left: 50%;top: 50%;margin: -40px 0 0 -40px;background: url(../images/video-open.png);z-index: 9;}

.mySwiperAbout{width: 100%;position: relative;overflow: hidden;}
.mySwiperAbout .swiper-pagination-bullet{width: 20px;height: 4px;background: #FFFFFF;opacity: 0.5;border-radius: 0;transition: .3s;}
.mySwiperAbout .swiper-pagination-bullet-active{opacity: 1;}

.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}

.sec5{padding-bottom: 60px;}
.indNumBox{display: flex;width: 100%;background: linear-gradient(90deg, #008FD7, #00A5EA);box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);border-radius: 0px;padding: 50px 0;margin-top: -100px;}
.indNumItem{width: 25%;text-align: center;position: relative;}
.indNumItem+.indNumItem::before{content: "";display: block;height: 100px;width: 1px;background: #ffffff;opacity: 0.2;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.indNumItem p{font-family: DIN;font-weight: bold;font-size: 60px;color: #ffffff;line-height: 0;fill: #fff;}
.indNumItem span{font-size: 16px;color: #ffffff;line-height: 1;opacity: 0.7;}

.twSelList{display: flex;justify-content: center;margin: 40px 0 25px;}
.twSel{display: flex;align-items: center;justify-content: center;min-width: 150px;height: 50px;padding: 0 15px;background: #EFEFEF;border-radius: 0px;margin: 5px;transition: .3s;position: relative;font-size: 16px;color: #000000;transition: .3s;overflow: hidden;cursor: pointer;}
.twSel::before{content: "";display: block;width: 100%;height: 100%;background: linear-gradient(90deg, #008FD7, #00A5EA);position: absolute;left: -100%;top: 0;z-index: 1;transition: .3s;}
.twSel span{display: block;position: relative;z-index: 9;}
.twSel.active{color: #ffffff;}
.twSel.active::before{left: 0;}
.twList{display: flex;flex-wrap: wrap;background: #ffffff;}
.twItem{width: calc(20% - 16px);position: relative;margin-right: 20px;margin-bottom: 20px;overflow: hidden;}
.twItem:nth-of-type(5n){margin-right: 0;}
.twItem img{display: block;width: 100%;transition: .3s;}
.twItem p{position: absolute;display: block;bottom: 0;left: 0;width: 100%;padding-top: 20px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4));text-align: center;font-size: 16px;color: #FFFFFF;line-height: 50px;height: 70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.mySwiperTW{width: 100%;position: relative;overflow: hidden;}
.mySwiperTW .swiper-slide{opacity: 0!important;}
.mySwiperTW .swiper-slide-active{opacity: 1!important;}


.sec6{background: url(../images/sec6Bg.jpg) center/cover;padding-bottom: 100px;}
.customerList{display: flex;flex-wrap: wrap;margin: -8px;}
.customerItem{width: calc(16.666% - 16px);margin: 8px;overflow: hidden;}
.customerItem img{display: block;width: 100%;transition: .5s;}
.customerItem:hover img{transform: scale(1.08);}




.sec7{padding-bottom: 100px;}
.newsSelList{display: flex;margin-top: 30px;}
.indA{display: block;width: 100px!important;height: 40px!important;background: #FFFFFF;border: 1px solid #E9E9E9;font-size: 16px;color: #333333;text-align: center;line-height: 38px;}
.indA:hover{color: #ffffff;}
.newsSelList .indA{cursor: pointer;}
.newsSelList .indA+.indA{margin-left: 15px;}
.newsSelList .indA.active{color: #fff;}
.newsSelList .indA.active:before{opacity: 1;}

.newsBox{width: 100%;display: flex;flex-wrap: wrap;position: relative;}
.newsBox .newsL{width: 50%;padding-right: 25px;}
.newsBox .newsR{width: 50%;padding-left: 25px;position: absolute;right: 0;top: 0;height: 100%;}

.mySwiperNews {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperNews .swiper-slide {opacity: 0!important;background: #ffffff;}
.mySwiperNews .swiper-slide-active{opacity: 1!important;}
.indNewItem{display: block;position: relative;border-radius: 0px;overflow: hidden;}
.indNewItem .img{overflow: hidden;}
.indNewItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indNewItem .desc{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,.7);display: flex;}
.indNewItem .desc .info{width: calc(100% - 100px);padding: 20px 30px 20px 30px;height: 100px;display: flex;align-items: center;}
.indNewItem .desc p{display:block;font-weight: bold;font-size: 18px;color: #FFFFFF;line-height: 30px;max-height: 60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indNewItem .desc span{display:block;font-size: 16px;color: #FFFFFF;line-height: 26px;opacity: 0.7;height: 52px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indNewItem .desc .i{display: flex;width: 100px;height: auto;align-items: center;justify-content: center;background: linear-gradient(90deg, #008FD7, #00A5EA);}
.indNewItem:hover .img img{transform: scale(1.05);}
.indNewItem2{display: flex;align-items: center;height: calc(33.333% - 20px);}
.indNewItem2+.indNewItem2{margin-top: 30px;}
.indNewItem2 .img{width: 220px;border-radius: 0px;overflow: hidden;height: 100%;}
.indNewItem2 .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indNewItem2 .desc{width: calc(100% - 220px);padding-right: 45px;}
.indNewItem2 .desc .atit{font-weight: bold;font-size: 18px;color: #333333;line-height: 50px;height: 50px;padding-left: 20px;transition: .3s;background-image: url(../images/iconRight3.png);background-repeat: no-repeat;background-position: left center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indNewItem2 .desc .btit{font-size: 16px;color: #666666;line-height: 26px;opacity: 0.7;height: 78px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.indNewItem2:hover .img img{transform: scale(1.05);}
.indNewItem2:hover .desc .atit{color: #00A5EA;background-image: url(../images/iconRight4.png);}




.h-footer{position:relative;background-color: #333333;overflow: hidden;}
.foot1{padding: 50px 0 50px;position: relative;z-index: 98;}
.foot1>div{display: flex;}
.foot1 .h-info{display: flex;flex-direction: column;width: 350px;}
.foot1 .h-logo{margin-bottom: 40px;display: block;height: auto;}
.foot1 .lineInfo{display: flex;align-items: flex-start;}
.foot1 .lineInfo+.lineInfo{margin-top: 20px;}
.foot1 .lineInfo img{width: 16px;margin-top: 4px;}
.foot1 .lineInfo span{padding-left: 15px;width: calc(100% - 16px);display: block;font-size: 16px;color: #FFFFFF;line-height: 25px;opacity: 0.5;}
.foot1 .h-nav{display:flex;justify-content: space-between;width: calc(100% - 350px);padding-left: 140px;}
.foot1 .h-nav dt{margin-bottom: 25px;}
.foot1 .h-nav dt a{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 36px;}
.foot1 .h-nav dd a{font-size: 16px;color: #FFFFFF;line-height: 24px;opacity: 0.5;}
.foot1 .h-nav dd+dd{margin-top: 18px;}
.ewmBox{display: flex;}
.ewmItem{width: 155px;text-align: center;}
.ewmItem+.ewmItem{margin-left: 25px;}
.ewmItem img{width: 100%;}
.ewmItem p{display: block;font-size: 16px;color: #FFFFFF;line-height: 46px;opacity: 0.5;}

.foot2{border-top: 1px solid #333333;padding: 12px 0;position: relative;z-index: 98;}
.foot2>div{display: flex;align-items: center;}
.foot2 .f2l{margin-right: auto;}
.foot2 span,.foot2 a{display: inline-block;font-size: 16px;color: #FFFFFF;line-height: 24px;opacity: 0.5;}
.yqlj_box{position: relative;display: block;border: 1px solid #222222;}
.yqlj{display: flex;flex-direction: row-reverse;background: #222222;}
.yqlj span{display: block;height: 50px;line-height: 48px;color: #9E9E9E;border: 1px solid #444444;box-sizing: border-box;padding: 0 18px 0 50px;background: url(../images/yqlj.png) no-repeat;background-position: 15px 14px;font-size: 16px;}
.yqlj i.jt{display:block;height: 50px;width: 50px;margin: 0;background: url(../images/downjt.png) no-repeat #333333;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 50px;left: 0;background: #222222;text-align: center;}
.yqlj_list a{display: block;color: #FFFFFF;height: 50px;line-height: 50px;}
.yqlj_list a:hover{color: #fff;}
.h-footer a:hover{opacity: 1!important;}

.returnTop{position: absolute;right: 0;top: 0;height: 100%;width: 100px;z-index: 99;background: linear-gradient(135deg, #2339D6, #0010AC);display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer;}
.returnTop img{display: block;transition: .3s;}
.returnTop span{display: block;text-align: center;font-size: 16px;color: #FFFFFF;line-height: 18px;width: 24px;margin-top: 20px;}
.returnTop:hover img{animation: mousedown 1s infinite;}

.wave-canvas-wrapper{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}



@media screen and (max-width:1600px) {
	.w1400{width:1200px;}
	.indYsLeft{padding-left: calc((100vw - 1200px)/2);}
	.indYsSWB{padding-right: calc((100vw - 1200px)/2);}
	
	.h-nav .li{margin-right: 25px;}
	.h-search{margin-right: 30px;}
	
	.bannerIndex .swiper-pagination{bottom:30px;}
	.indProItem .proDesc .desc a+a {margin-top: 5px;}
	
	.jzDesc .jzBtit{font-size: 15px;}
	
	.indNewItem2 .desc .btit{font-size: 15px;line-height: 24px;height: 72px;}
	
	.foot1 .lineInfo+.lineInfo {margin-top: 15px;}
	.foot1 .lineInfo span{font-size: 15px;}
	.foot1 .h-nav{padding-left: 80px;}
	.foot1 .h-nav dd+dd{margin-top:12px;}
	.foot1 .h-nav dd a{font-size: 15px;}
	.ewmItem p{font-size: 15px;}
	
	
}

@media screen and (max-width:1300px) {
	.w1400{width:1100px;}
	.indYsLeft{padding:70px 0 80px;padding-left: calc((100vw - 1100px)/2);}
	.indYsSWB{padding-right: calc((100vw - 1100px)/2);}
	
	.h-nav .li {margin-right: 20px;}
	.h-nav .li>a{font-size: 15px;}
	.indTit{padding: 70px 0 30px;}
	.indTit .atit{font-size: 36px;}
	.indTit .btit{font-size: 16px;}
	.indProSelList{margin: 6px -6px -6px;}
	.indProSel{min-width: 230px;height: 55px;font-size: 18px;margin: 6px;}
	
	.indProItem .proDesc .desc{padding: 25px 20px;}
	.indProItem .proDesc .desc a+a {margin-top: 0px;}
	
	
	.indYsLeft .p{font-size: 36px;margin: 25px 0 20px;}
	.indYsLeft .span{font-size: 15px;}
	.ysSel{padding: 25px 0;}
	.ysSel i{margin: 0 auto 4px;}
	.ysSel span{font-size: 16px;}
	
	.standardItem .img{width: 200px;}
	.standardItem .desc{width: calc(100% - 200px);}
	.jzDesc .jzBtit {font-size: 14px;}
	
	.indNumItem p{font-size: 50px;}
	.indNumItem span{font-size: 15px;}
	
	.indNumBox{padding: 35px 0;margin-top: -75px;}
	.sec4{padding-bottom: 120px;}
	
	
	.indNewItem2 .desc{padding-right: 30px;width: calc(100% - 180px);}
	.indNewItem2 .desc .atit{line-height: 40px;height: 40px;}
	.indNewItem2 .desc .btit{font-size: 14px;line-height: 20px;height: 60px;}
	.indNewItem2 .img{width: 180px;}
	
	.sec1{padding-bottom: 80px;}
	.sec3{padding-bottom: 80px;}
	.sec6{padding-bottom: 80px;}
	.sec7{padding-bottom: 80px;}
	
	
	.foot1 .lineInfo+.lineInfo {margin-top: 12px;}
	.foot1 .h-nav{padding-left: 40px;}
	.foot1 .h-nav dd+dd{margin-top:8px;}
	.foot2 span, .foot2 a{font-size: 15px;}
	
}


/* @media screen and (max-width:1199px) {
	.mySwiperBannerPC{display:none;}
	.mySwiperBannerWAP{display:block;}
	
	
	.indYsLeft{padding: 30px 20px 60px 20px;}
	.indYsLeft .p{font-size: 30px;}
	.indYsLeft .abox{margin-top: 50px;}
	.ysSelList{margin-top: 30px;}
	.ysSel{padding: 15px 0 15px;}
	.ysSel i{zoom: .8;margin-bottom: 5px;}
	.ysSel span{font-size: 14px;line-height: 1.2;}
	.indYsSWB{bottom: 10px;padding: 0 10px 0 20px;}
	
	.jzDesc{padding-right: 30px;}
	.indNumItem p{font-size: 48px;}
	.indNumItem span{line-height: 1;}
	.twItem{width: calc(20% - 8px);margin-right: 10px;margin-bbottom: 10px;}
	
	.indTitBox{flex-wrap: wrap;padding: 60px 0 30px;}
	
	.h-footer{padding-right: 0;}
	.foot1{padding: 50px 0 80px;}
	.foot1 .lineInfo+.lineInfo{margin-top: 10px;}
	.foot1 .h-nav{display: none;}
	.foot1 .h-info{width: auto;}
	.returnTop{position: fixed;height: 50px;width: 50px;border-radius: 100%;z-index: 999;top: 80vh;}
	.returnTop span{display: none;}
	
	.yqlj_box{display: none;}
	.foot2 span, .foot2 a{font-size: 15px;}

}
@media screen and (max-width:780px) {
	.indYsLeft{padding-left: 15px;}
	.indYsBox{flex-wrap: wrap;}
	.indYsLeft{width: 100%;padding: 40px 15px;}
	.indYsLeft .p{padding-right: 0;}
	.indYsLeft .span{padding-right: 0;}
	.ysSelList{width: 100%;}
	.indYsRight{width: 100%;}
	
	.jinzhiBox{flex-wrap: wrap;}
	.jzDesc{width: 100%;padding-right: 0;}
	.jzImgBox{width: 100%;margin-top: 20px;}
	.indNumBox{padding: 0;}
	.indNumItem{padding: 10px;}
	.indNumItem span{font-size: 14px;}
	.indNumItem+.indNumItem::before{display: none;}
	.indNumItem:nth-of-type(1)::before,.indNumItem:nth-of-type(2)::before{content:"";display: block;height:1px;width: calc(100% - 20px);background: #ffffff;opacity: .2;position: absolute;bottom: 0;left: 10px;transform: translate(0);top: auto;	}
	.indNumItem:nth-of-type(2)::after,.indNumItem:nth-of-type(4)::after{content:"";display: block;width:1px;height: calc(100% - 20px);background: #ffffff;opacity: .2;position: absolute;left: 0;bottom: 10px;transform: translate(0);top: auto;	}
	
	.twItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	.twItem:nth-of-type(5n){margin-right: 10px;}
	.twItem:nth-of-type(2n){margin-right: 0;}
	.twItem:nth-of-type(5){display: none;}
	.twList2 .twItem:nth-of-type(5){display: block;}
	.twList2 .twItem:nth-of-type(9),.twList2 .twItem:nth-of-type(10){display: none;}
	.twItem p{line-height: 40px;height: 60px;font-size: 15px;}
	
	
	.indTitBox .ITBL{margin-right: 0;width: 100%;text-align: center;}
	.indTitBox .ITBR{display: flex;flex-wrap: wrap;justify-content: center;width: 100%;margin-top: 15px;}
	
	
	.yqlj_box{display: none;}
	.foot2{text-align: center;}
	.foot2 span, .foot2 a{font-size: 12px;display: inline-block;}
	.foot1{padding: 50px 0 60px;}
	
} */


.nyBanner .img img{display:block;width:100%;}

.mbx{display:flex;flex-wrap:wrap;align-items: center;line-height: 24px;padding: 15px 0;}
.mbx img{margin-right:6px;}
.mbx span,.mbx a{display:block;font-size:14px;color: #666;}
.mbx a:hover{color:#006EAA;}


.proBox{display:flex;margin-bottom: 50px;}
.proLeft{width:calc(100% - 285px);}
.proRight{width:270px;margin-left: auto;position: relative;}

.proInfoBox{display:flex;padding: 28px 15px;background: #FFFFFF;margin-bottom: 30px;}
.PIBL{width: 400px;}
.PIBR{width:calc(100% - 400px);padding-left: 20px;}
.PIBL .swiper{position: relative;overflow: hidden;width: 100%;}
.PIBL .img{width:100%;border: 1px solid #F1F3F5;transition: .3s;}
.PIBL .img img{display:block;width:100%;transition: .3s;}
.PIS{padding:0 20px;position: relative;margin-top: 15px;}
.PIS .img{cursor: pointer;}
.PIS .swiper-slide-thumb-active .img{border-color: #006EAA;}
.PIBL .swiper-button-prev:after,.PIBL .swiper-button-next:after{display:none;}
.PIBL .swiper-button-prev,.PIBL .swiper-button-next{width: 15px;height: 100%;margin-top:0;top:0;background-image: url(../images/iconRight5.png);background-position: center;background-repeat: no-repeat;}
.PIBL .swiper-button-prev{transform: rotate(180deg);left: 0;}
.PIBL .swiper-button-next{right: 0;}
.PIBR .atit{font-weight: bold;font-size: 30px;color: #006EAA;line-height: 1.2;}
.PIBR .btit{background: #FFFFFF;box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);border-radius: 6px;border: 1px solid rgba(0,0,0,0.1);padding: 20px 15px;margin: 25px 0 25px;}
.PIBR .btit p{font-size: 16px;color:#666666;line-height: 2;}
.PIBR .btit p+p{margin-top:8px;}
.PIBR .btit p b{color: #0084CD;}
.PIBR .ctit{display: flex;align-items: center;margin-bottom: 25px;}
.PIBR .ctit p{border-radius: 17px;border: 1px dashed #333333;margin-top: 20px;margin-left: 8px;padding: 2px 24px;}
.PIBR .ctit p b{font-weight:normal;color: #FF0000;transition: .3s;}
.PIBR .ctit p b:hover{color: #0084CD;}
.PIBR .dtit{display: flex;align-items: center;}
.PIBR .dtit a{display:flex;align-items: center;justify-content: center;width: 180px;height: 45px;background: linear-gradient(-55deg, #FF0000, #FB7248);border-radius: 23px;font-size: 20px;color: #FFFFFF;}
.PIBR .dtit p{display: flex;align-items: center;font-size: 24px;color: #FF0000;margin-left: 30px;}
.PIBR .dtit p b{color: #333;}
.PIBR .dtit p span{display:block;font-weight: bold;color: #d00000;}
.PIBR .dtit a:hover{transform: translateY(-10px);box-shadow: 0px 0px 10px 0 #ccc;}

.proContentBox{margin-top: 30px;}
.proSel{display: flex;}
.proSel a{display: flex;align-items: center;justify-content: center;width: 100%;border-radius: 10px 10px 0px 0px;border: 1px dashed #DDDDDD;height: 40px;background: #FFFFFF;font-size: 18px;color: #333333;}
.proSel a+a{margin-left: 12px;}
.proSel a.active,.proSel a:hover{background: #0084CD;color: #ffffff;border-style: solid;}

.md{position: absolute;top: -80px;visibility: hidden;width: 0;height: 0;}
.proContent .md{top:-150px;}

.proContent{background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);}
.proPlate{padding: 35px 15px;position: relative;}
.proPlate:nth-of-type(even){background: #F6F6F6;}
.proTitle{display: flex;border-bottom: 1px solid rgba(63, 63, 64, 0.1);padding-bottom: 8px;margin-bottom: 25px;}
.proTitle .line{display: block;width: 5px;height: 24px;background: #CC000A;margin-right: 8px;}
.proTitle .att{font-weight: bold;font-size: 24px;color: #0084CD;line-height: 1;}
.proTitle .btt{font-size: 14px;color: #333333;line-height: 1;margin-top: auto;}

.substance{font-size: 16px;color: #666666;line-height: 2;}
.substance img,.substance video{display: block;max-width: 100%;height: auto!important;margin: 10px auto;}
.proBlock{border-radius: 10px;}
.proBlock+.proBlock{margin-top: 30px;}
.proBlock .atit{font-size: 20px;color: #1D1D1D;padding-left: 14px;position: relative;}
.proBlock .atit::after{content: "";display: block;width: 6px;height: 6px;background: #0084CD;border-radius: 50%;position: absolute;left: 0;top: 17px;}
.proBlock.blueBg{background: #0084CD;padding: 20px 15px;color: #fff;}
.proBlock.blueBg .atit{color: #ffffff;}
.proBlock.blueBg .atit::after{background: #FFFFFF;}

.zdyTable table{width: 100%;font-size: 18px;color: #000000;background: #ffffff;text-align: center;border-top: 1px solid #DDDDDD;border-left: 1px solid #DDDDDD;}
.zdyTable table tr:nth-of-type(odd){background: #F1F3F5;}
.zdyTable table tr td{border-right: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;padding: 5px 5px;}

.tjCaseList{display:flex;flex-wrap: wrap;margin: -6px;}
.tjCaseItem{width: calc(25% - 12px);margin: 6px;}
.tjCaseItem .img{display: block;overflow: hidden;}
.tjCaseItem .img img{display: block;width: 100%;margin: 0;transition: .5s;}
.tjCaseItem p{display: block;text-align: center;font-size: 16px;color: #333333;line-height: 20px;margin: 10px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.tjCaseItem:hover .img img{transform: scale(1.08);}
.tjCaseItem:hover p{color: #006EAA;}

.dvItem{display: flex;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);background: #FFFFFF;}
.dvItem+.dvItem{margin-top: 30px;}
.dvItem .img{width: 45%;}
.dvItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;margin: 0;}
.dvItem .desc{width: 55%;padding: 30px;}
.dvItem .desc p{display: block;font-size: 20px;color: #0084CD;line-height: 1.5;margin-bottom: 5px;}
.dvItem .desc span{display: block;font-size: 16px;color: #222222;line-height: 2;}
.dvItem:nth-of-type(even){flex-direction: row-reverse;}

/* .proTJList{position:sticky;top: 95px;} */
.proTJList{position:relative;}
.proTJItem{display: block;width: 100%;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);background: #fff;margin-bottom: 15px;}
.proTJItem .img{display:block;border-bottom: 1px solid #F1F3F5;overflow: hidden;}
.proTJItem .img img{display:block;width: 100%;transition: .5s;}
.proTJItem .desc{display: flex;height: 38px;line-height: 38px;}
.proTJItem .desc span{display: block;width: calc(100% - 90px);padding: 0 12px;font-size: 16px;color: #006EAA;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.proTJItem .desc em{display: block;width: 90px;text-align: center;background: #F1F3F5;font-size: 16px;color: #000000;transition: .3s;}
.proTJItem:hover .img img{transform: scale(1.05);}
.proTJItem:hover .desc em{color: #ffffff;background: #006EAA;}

.npACT{display: flex;}
.npACT .np{max-width: 50%;line-height: 50px;height: 50px;}
.npACT .np.n{padding-left: 10px;}
.npACT .np.p{padding-right: 10px;}
.npACT .np span{font-size: 14px;color: #666;width: 60px;text-align: right;}
.npACT .np a{font-size: 14px;color: #333;}
.npACT .np a:hover{color: #006EAA;}


@media screen and (max-width: 1600px){
	.tjCaseItem p{margin: 6px 0 6px;font-size: 14px;}
	.zdyTable table{font-size: 16px;}
	.PIBL{width: 370px;}
	.PIBR{width: calc(100% - 390px);}
}


.proVideo{max-width: 80%;margin: 0 auto 20px;}
.proVideo video{display: block;max-width: 100%;margin: 0 auto;}

.maximg img{display: block;max-width: 100%;margin: 10px auto;}




.proSel2{display: flex;position: fixed;top: 0px;z-index: 99;transition: .5s;background: #fff;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);width: calc(1400px - 285px);padding: 10px;}
.proSel2.active{top: 80px;}
.proSel2 a{display: flex;align-items: center;justify-content: center;width: 100%;border-radius: 10px;border: 1px dashed #DDDDDD;height: 40px;background: #FFFFFF;font-size: 18px;color: #333333;}
.proSel2 a+a{margin-left: 12px;}
.proSel2 a.active,.proSel a:hover{background: #0084CD;color: #ffffff;border-style: solid;}
@media screen and (max-width: 1600px){
	.proSel2{width: calc(1200px - 285px);}
	
	.PIBR .dtit a{width: 160px;height: 45px;font-size: 16px;}
	.PIBR .dtit p{font-size: 20px;margin-left: 15px;}
	
}
@media screen and (max-width: 1300px){
	.proSel2{width: calc(1100px - 285px);}

}



.canshu{
	color: #0084cd;
	font-size: 20px;
	
}