@font-face{
	font-family:"Source";
	src:url("../css/font/SourceHanSansCN-Regular.otf") format("opentype");     
}
@font-face{
	font-family:"Sourceliter";
	src:url("../css/font/SourceHanSansCN-Light.otf") format("opentype");     
}
@font-face{
	font-family:"OSWALD";
	src:url("../css/font/OSWALD-REGULAR.TTF") format("truetype");     
}

body,input,h1,h2,h3,h4,h5,h6,b,c,e,i,g,p,div,dl,dt,dd,select,textarea,font,right,left{ margin:0; padding:0;color:#555; font-size:12px;font-family:Source; line-height:1;font-weight: normal;letter-spacing: 0;}
html,body{height:100%;position:relative;width: 100%;background-color: #ffffff;}
img{display: block;}
a{ color:#333; text-decoration:none;}
ul, ol, li, dl, dd {margin: 0;padding: 0; list-style:none;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6,span,dd,dt,b,c,e,a,font,right,left{ -webkit-text-size-adjust:100%;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{display: block;content: '';clear: both;}
.bg_big{width: 100%;height: auto;background-color: #f8f8f8;font-family: arial;}

/*IE*/
.web-ie2018{ font-family: sans-serif;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999999999999;background: #666;zoom:1;}
.web-ie2018 dl{    position: absolute;width: 700px;height: auto;top: 50%;margin-top: -200px;left: 50%;margin-left: -350px;background: #fff;}
.web-ie2018 dl #img{    display: block;margin: 50px auto;}
.web-ie2018 dl h3{    display: block;text-align: center;font-size: 28px;font-weight: normal;letter-spacing: 2px;margin: 0 auto 30px;}
.web-ie2018 dl h4{ display: block;text-align: center;font-size: 18px;font-weight: normal;letter-spacing: 2px;margin: 50px auto 50px;}
.web-ie2018 dl dd{ margin: 0 auto 50px;  display: block;text-align: center; margin-bottom:50px;}
.web-ie2018 dl dd a{ display: inline-block;margin: 0 20px;}
.web-ie2018 dl dd a img{display: block;margin: 0 auto;text-align: center;width: 50%;}
.web-ie2018 dl dd a span{display: block;font-size: 16px; color:#666;}

/* headerwrap */
.headerwrap{position: fixed;top: 0;z-index: 99;width: 100%;}
.header{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;padding-left: 60px;}
.h-left{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: space-between;-webkit-justify-content: space-between;box-sizing: border-box;width: 76%;}
.h-left .logo{display: block;position: relative;}
.h-left .logo img{display: block;transition: all .3s;}
.h-left .logo img.logo02{position: absolute;top:0;left: 0;opacity: 0;}
/* h-nav */
.h-nav{display: flex;display: -webkit-flex;position: relative;}
.h-nav li{margin-right: 50px;position: relative;}
.h-nav li:last-child{margin-right:0;}
.h-nav li>a{display: block;font-size: 18px;color: #fff;line-height: 120px;white-space:nowrap;}
.h-nav li.active>a{color: #02A19D!important;}
.navdown{width: 180px;background-color: #FFFFFF;position: absolute;left: 50%;padding-bottom: 0;display: none;margin-left: -90px;box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.07);}
.navdown a{display: block;line-height: 50px;font-size: 16px;text-align: center;}
.navdown a:hover{background-color: #02A19D;color: #FFFFFF;}
.litwo{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;box-sizing: border-box;height: 60px;}
.litwo h3{font-size: 16px;color: #333333;position: relative;padding-left: 50px;}
.litwo h3 img{display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.litwo i{font-size: 16px;color: #999999;transition: all .3s;}
.litwodown{width: 100%;box-sizing: border-box;padding-left: 50px;display: none;padding-bottom: 30px;}
.litwodown a{display: block;font-size: 14px;color: #666666;line-height: 30px;}
.navdown .item.active .litwo i{transform: rotate(180deg);}
.litwodown a:hover{color: #02A19D;}





/* h-btn */
.h-btn{width: 200px;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
/* hamburger */
.hamburger{background:0 0;border:none;display:block;height:15px;position:relative;top:0;width:32px;z-index:999;right:0;cursor: pointer;}
.hamburger:hover{outline:0}
.hamburger:focus{outline:0}
.hamburger:active{outline:0}
.hamburger.is-closed:before{-webkit-transform:translate3d(0,0,0);-webkit-transition:all .35s ease-in-out;color:#fff;content:'';display:block;font-size:14px;line-height:32px;opacity:0;text-align:center;width:100px}
.hamburger.is-closed:hover before{-webkit-transform:translate3d(-100px,0,0);-webkit-transition:all .35s ease-in-out;display:block;opacity:1}
.hamburger.is-closed .hamb-top{-webkit-transition:all .35s ease-in-out;background-color:#fff;top:0px}
.hamburger.is-closed .hamb-middle{background-color:#fff;margin-top:-1px;top:50%}
.hamburger.is-closed .hamb-bottom{-webkit-transition:all .35s ease-in-out;background-color:#fff;bottom:0px}
.hamburger.is-closed .hamb-bottom,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-top,.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-top{height:2px;right:0;position:absolute;width:100%}
.hamburger.is-closed .hamb-bottom{width: 50%;transition: all .3s;}
.hamburger:hover.is-closed .hamb-bottom{width: 100%;}
.hamburger.is-open .hamb-top{-webkit-transform:rotate(45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);background-color:#fff;margin-top:-2px;top:50%}
.hamburger.is-open .hamb-middle{background-color:#fff;display:none}
.hamburger.is-open .hamb-bottom{-webkit-transform:rotate(-45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);background-color:#fff;margin-top:-2px;top:50%}

/* div2_1 */
.headerwrap:hover,.div2_1 .headerwrap,.div3 .headerwrap{background-color: #FFFFFF;box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.11);}
.headerwrap:hover .header .logo .logo01,.div2_1 .headerwrap .header .logo .logo01,.div3 .headerwrap .header .logo .logo01{filter: brightness(0);transform: scale(0.7);}
/* .headerwrap:hover .header .logo .logo02,.div2_1 .headerwrap .header .logo .logo02,.div3 .headerwrap .header .logo .logo02{opacity: 1;} */
.headerwrap:hover .header .h-nav li>a,.div2_1 .headerwrap .header .h-nav li>a,.div3 .headerwrap .header .h-nav li>a{color: #333333;}
.div2_1 .headerwrap .header .h-nav li>a,.div3 .headerwrap .header .h-nav li>a{line-height: 100px;}
.headerwrap:hover .header .right i,.div2_1 .headerwrap .header .right i,.headerwrap:hover .header .right,.div2_1 .headerwrap .header .right,.div3 .headerwrap .header .right i,.div3 .headerwrap .header .right{color: #333333;}
.headerwrap:hover .header .right a,.div2_1 .headerwrap .header .right a,.div3 .headerwrap .header .right a{color: #333333;}
.headerwrap:hover .header .right span,.div2_1 .headerwrap .header .right span,.div3 .headerwrap .header .right span{background-color: #333333;}
.hamburger.is-closed .hamb-top{-webkit-transition:all .35s ease-in-out;background-color:#fff;top:0px}
.div2_1 .headerwrap .hamburger.is-closed .hamb-top,.div3 .headerwrap .hamburger.is-closed .hamb-top{background-color:#333;}
.div2_1 .headerwrap .hamburger.is-closed .hamb-bottom,.div3 .headerwrap .hamburger.is-closed .hamb-bottom{-webkit-transition:all .35s ease-in-out;background-color:#333;bottom:0px}

.headerwrap .header .h-nav li:hover a::after{width: 100%;}
.headerwrap:hover .header .h-nav li:hover>a{color: #02A19D;}
.headerwrap:hover .hamburger.is-closed .hamb-top{background-color: #333;}
.headerwrap:hover .hamburger.is-closed .hamb-bottom{background-color: #333;}


/* page_nav_wrap */
.page_nav_wrap{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:98;pointer-events:none;-webkit-transition:all .6s ease;transition:all .6s ease}
.page_nav_box{width:100%;height:100%;display: flex;display: -webkit-flex;}
.page_nav_item{width:20%;height:100%;position:relative;padding-top:34vh;pointer-events:auto;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;-webkit-transform:translateY(-100%);transform:translateY(-100%)}
.page_nav_item:before{content:"";position:absolute;left:0;top:0;width:100%;height:0;background:rgba(231,94,69,1);z-index:1;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;opacity:0}
.page_nav_item:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;z-index:3}
.page_nav_item:nth-child(2n+1):after{background:#141414}
.page_nav_item:nth-child(2n):after{background:#1a1a1a}
/* .page_nav_item:hover:nth-child(2n+1):after{background:rgba(20,20,20,0)} */
/* .page_nav_item:hover:nth-child(2n):after{background:rgba(26,26,26,0)} */
.page_nav_item:nth-child(2){-webkit-transition-delay:30ms;transition-delay:30ms}
.page_nav_item:nth-child(3){-webkit-transition-delay:60ms;transition-delay:60ms}
.page_nav_item:nth-child(4){-webkit-transition-delay:90ms;transition-delay:90ms}
.page_nav_item:nth-child(5){-webkit-transition-delay:120ms;transition-delay:120ms}
.page_nav_item .page_nav_content{-webkit-transition-delay:500ms;transition-delay:500ms}
.page_nav_item:nth-child(2) .page_nav_content{-webkit-transition-delay:530ms;transition-delay:530ms}
.page_nav_item:nth-child(3) .page_nav_content{-webkit-transition-delay:560ms;transition-delay:560ms}
.page_nav_item:nth-child(4) .page_nav_content{-webkit-transition-delay:590ms;transition-delay:590ms}
.page_nav_item:nth-child(5) .page_nav_content{-webkit-transition-delay:620ms;transition-delay:620ms}
.page_nav_current .page_nav_item{-webkit-transform:translateY(0);transform:translateY(0)}
.page_nav_current .page_nav_item .page_nav_content{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
.page_nav_item:hover .page_nav_img img{-webkit-transform:scale(1);transform:scale(1)}
.page_nav_item:hover .page_item_text{color:#fff}
.page_nav_item:hover .page_nav_line:after{top:0}
.page_nav_img{position:absolute;left:0;top:0;height:100%;width:100%;z-index:2}
.page_nav_img img{-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .6s ease;transition:all .6s ease}
.page_nav_content{position:relative;z-index:9;-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0;-webkit-transition:all .8s ease;transition:all .8s ease}
.page_nav_title{font-size:18px;line-height:30px;margin-bottom:20px;color:#fff;text-align:center}
.page_nav_line{height:30px;width:1px;background:#727272;margin:0 auto;overflow:hidden;position:relative}
.page_nav_line:after{content:"";position:absolute;left:0;top:-100%;width:100%;height:100%;background:#02A19D;-webkit-transition:all .6s ease;transition:all .6s ease}
.page_nav_list{margin-top:30px}
.page_item_link{text-align:center;margin-bottom:20px}
.page_item_link a{display:inline-block;position:relative}
.page_item_link a:after{content:"";position:absolute;left:-50px;top:50%;transform:translateY(-50%);width:30px;height:1px;opacity:0;-webkit-transition:all .6s ease;transition:all .6s ease;background-image:linear-gradient(90deg,rgba(255,255,255,0),#02A19D 70%,#02A19D)}
.page_item_link a:before{content:"";position:absolute;right:-50px;top:50%;transform:translateY(-50%);width:30px;height:1px;opacity:0;-webkit-transition:all .6s ease;transition:all .6s ease;background-image:linear-gradient(90deg,#02A19D,#02A19D 30%,rgba(255,255,255,0))}
.page_item_link a:hover .page_item_text{color:#02A19D}
.page_item_link a:hover:after{opacity:1;left:-40px}
.page_item_link a:hover:before{opacity:1;right:-40px}
.page_item_text{font-size:15px;line-height:28px;color:#666666;-webkit-transition:all .6s ease;transition:all .6s ease}

/* .headerwrap_current */
.headerwrap_current{background-color: transparent!important;box-shadow: none!important;}
.headerwrap_current .h-nav{opacity: 0;}
.headerwrap_current .h-left .logo img.logo01{filter: none!important;}
/* .headerwrap_current .h-left .logo img.logo02{opacity: 0!important;} */

/* center */
.center{width: 1400px;}

/* banner */
.bannerwrap{width: 100%;height:100%;position: relative;overflow: hidden;}
.bannerwrap .gallery-top{height: 100%;}
.bigimg .item{width: 100%;position: relative;display: block;position: relative;height: 100%;}
.bigimg .item img{display: block;width: 100%;height: 100%;object-fit: cover;}
.centerBig img{-webkit-animation-name:centerBig;animation-name:centerBig;}
@-webkit-keyframes centerBig{
100%{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}}
@keyframes centerBig{
100%{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}}
.swiper-slide img{animation-duration:5s;animation-timing-function:linear;animation-fill-mode: forwards;-webkit-animation-duration:5s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode: forwards;
}
.bigimg .item .text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.bigimg .item .text strong{display: block;width: 60px;height: 8px;background-color: #02A19D;margin: 40px 0;}
.bigimg .item .text h3{font-size: 52px;color: #E5E6E8;font-weight: bold;}
.bigimg .item .text h4{font-size: 18px;font-weight: 400;color: #E5E6E8;line-height: 30px;}
/* more */
.more{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;width:140px;height: 40px;border-radius: 2px;font-size: 16px;color: #FEFEFE;position: relative;z-index: 0;overflow: hidden;border: 1px solid #fff;border-radius: 6px;}
.more::after{display: block;content: '';position: absolute;left: 0;top: 0;background-color: #fff;width: 0%;height: 100%;z-index: -1;transition: all .3s;}
.b-jt{display: block;width: 15px;height: 1px;background-color: #FEFEFE;position: relative;margin-right: 10px;transition: all .3s;margin-left: 10px;}
.b-jt:before{content: '';display: block;width: 6px;height: 6px;border-bottom: 1px solid #FEFEFE;border-right: 1px solid #FEFEFE;transform: rotate(45deg);-webkit-transform: rotate(-45deg);position: absolute;right: 0;top: -3px;}
.more:hover::after{width: 100%;}
.more:hover{color: #02A19D;}
.more:hover i{background-color: #02A19D;width: 20px;}
.more:hover i:before{border-color: #02A19D;}

/* banner-right */
.banner-right{position: absolute;right: 0;width: 160px;height:100%;top: 0;background-color: rgba(2, 161, 157, 0.4);z-index: 1;box-sizing: border-box;}
.banner-right .swiper-wrapper{display: flex;display: -webkit-flex;flex-flow: column;-webkit-flex-flow: column;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
.banner-right .swiper-wrapper .swiper-slide{width: 100%;height: 160px;margin-bottom: 0;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
.banner-right .swiper-wrapper .swiper-slide:last-child{margin-bottom: 0;}
.banner-right .swiper-wrapper .swiper-slide p{font-size: 16px;color:#FEFEFE;margin-top: 20px;}
.banner-right .imgbox{text-align: center;cursor: pointer;}
.banner-right .imgbox img{display: block;width: auto;margin: auto;}
.banner-right .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{background-color: rgba(2, 161, 157, 0.5);}


/* index01wrap */
.index01wrap{width: 100%;box-sizing: border-box;position: relative;margin:0;}
/* i01-top */
.i01-topwrap{width: 100%;overflow: hidden;box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.07);z-index: 1;position: relative;padding-top: 100px;}
.i01-top{margin: auto;}
/* i-tl01 */
.i01-top .i-tl01{width: 100%;}
.i-tl01{display: flex;display: -webkit-flex;align-items: flex-end;-webkit-align-items: flex-end;}
.i-tl01 h3{font-size: 36px;color: #000000;font-weight: bold;}
.i-tl01 a{font-size: 16px;color: #02A19D;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;margin-left: 50px;}
.i-jt01{background-color: #02A19D;margin-left: 10px;} 
.i-jt01:before{border-color: #02A19D;}
.i-tl01 a:hover .i-jt01{width: 30px;}
/* i01-tab */
.i01-tab{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;margin-top: 30px;}
.i01-tab a{display: block;font-size: 18px;color: #2C2C2C;position: relative;padding: 20px 0;}
.i01-tab i{display: block;width: 2px;height: 10px;background-color: #02A19D;opacity: 0.1;}
.i01-tab a::after{content: '';display: block;width: 0%;height: 2px;border-radius: 1px;background-color: #02A19D;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);transition: all .3s;}
.i01-tab a:hover::after,.i01-tab a.active::after{width: 80px;}
.i01-tab a:hover,.i01-tab a.active{color: #02A19D;}

/* swiperlist */
.swiperlistwrap{width: 100%;position: relative;}
.swiperlistwrap .bg{display: block;width: 100%;}
.swiperlist{width: 100%;box-sizing: border-box;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.swiperlist li{margin: auto;position: relative;display: none;}
.swiperlist li:first-child{display: block;}
.swiperlist .sliderbox{width: 100%;display: flex;display: flex;align-items: center;-wbekit-align-items: center;}
.swiperlist .sliderbox .textbox{width: 50%;box-sizing: border-box;padding-right: 110px;}
.swiperlist .sliderbox .textbox h3{font-size: 24px;font-weight: bold;margin-bottom: 20px;color: #222222;}
.swiperlist .sliderbox .textbox h4{font-size: 16px;line-height: 30px;color: #666666;margin-bottom: 80px;}
.swiperlist .sliderbox .textbox .linktab{display: flex;display: -webkit-flex;}
.swiperlist .sliderbox .textbox .linktab .more{width: 140px;height: 40px;font-size: 16px;box-sizing: border-box;margin-right: 12px;transition: all .3s;}
.swiperlist .sliderbox .textbox .linktab .more:last-child{margin-right: 0;}
.swiperlist .sliderbox .textbox .linktab .more::after{display: none;}
.swiperlist .sliderbox .textbox .linktab .more02{border: 1px solid #02A19D;border-radius: 4px;color: #02A19D;}
/* .swiperlist .sliderbox .textbox .linktab .more02::after{background-color: #666;} */
.swiperlist .sliderbox .textbox .linktab .more03{background: #02A19D;color: #fff;border-radius: 4px;border: 1px solid #02A19D;}
.swiperlist .sliderbox .textbox .linktab .more03:hover{color: #fff;}
.swiperlist .sliderbox .imgbox{width: 50%;height: 350px;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-wekit-align-items: center;}
.swiperlist .sliderbox .imgbox img{display: block;max-width: 100%;max-height: 100%;}
.swiperlist .swiper-button-prev,.swiperlist .swiper-button-next{width: 60px;height: 60px;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;background-color: rgba(8, 4, 5, 0.1);border-radius: 50%;background-image: none;font-size: 24px;color: #666666;}
.swiperlist .swiper-button-prev:hover,.swiperlist .swiper-button-next:hover{color: #ffffff;background-color: #02A19D;}
.swiperlist .swiper-button-prev{left: -100px;}
.swiperlist .swiper-button-next{right: -100px;}

/* index02wrap */
.index02wrap{width: 100%;position: relative;min-height: calc(100% - 96px);box-sizing: border-box;padding: 140px 0 250px;}
.i-tl{font-size: 48px;color: #FFFFFF;font-weight: bold;}
.i-tl02{color: #222222;}
.index02wrap .i-tl{margin: auto;position: relative;z-index: 1;}
/* index02-swiper */
.index02-swiper{width: 100%;position: absolute;left: 0;top: 0;height: 100%;z-index: 0;}
.index02-swiper .item{width: 100%;}
.index02-swiper .item .bg{width: 100%;height: 100%;object-fit: cover;}
.index02-swiper .item .text{position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);bottom: 20%;box-sizing: border-box;padding-right: 42%;}
.index02-swiper .item .text h3{font-size: 30px;color: #FFFFFF;font-weight: bold;margin-bottom: 30px;}
.index02-swiper .item .text h4{font-size: 16px;color: #FFFFFF;line-height: 24px;margin-bottom: 60px;}
.botlist{display: flex;display: -webkit-flex;}
.botlist .button{width: 50px;height: 50px;border-radius: 50%;border: 1px solid #FFFFFF;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;box-sizing: border-box;position: relative;margin: 0;top: 0;left: 0;right: 0;bottom: 0;font-size: 20px;color: #fff;background-image: none;}
.botlist .button i{font-size: inherit;color: inherit;}
.botlist .button:last-child{margin-left: 50px;}
.index02wrap .botlist{position: absolute;bottom: 20%;right: calc((100% - 1400px)/2);}

/* index03wrap */
.index03wrap{padding: 80px 0;overflow: hidden;}
.index03-top{margin: auto;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: flex-end;-webkit-align-items: flex-end;margin-bottom: 70px;}
.index03-btnlist{position: relative;bottom: 0;right: 0;}
.index03-btnlist .button{border-color: #BFBFBF;color: #BFBFBF;}
.index03-btnlist .button:hover{border-color: #02A19D;color: #02A19D;}
.index03min{width: 100%;box-sizing: border-box;padding-left: calc((100% - 1400px)/2);}
.index03swiper{width: 100%;box-sizing: border-box;padding-right: 80px;}
.index03swiper .imgbox{width: 100%;overflow: hidden;border-radius: 30px;height:280px;}
.index03swiper .imgbox img{width: 100%;transition: all .3s;height:100%;object-fit:cover;}
.index03swiper .swiper-slide:hover .imgbox img{transform: scale(1.1);}
.index03swiper .text{width: 100%;margin-top: 40px;}
.index03swiper .text h3{font-size: 20px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.index03swiper .text h4{font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 40px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.index03swiper .text .more{border: 1px solid #02A19D;background-color: transparent;color: #02A19D;font-size: 16px;float: right;}
.index03swiper .text .more:after{background-color:#02A19D;}
.index03swiper .text::after{content: '';display: block;clear: both;}
.index03swiper .swiper-slide:hover .text .more:after{width:100%;}
.index03swiper .swiper-slide:hover .text .more{color:#FFFFFF;}
.index03swiper .swiper-slide:hover .text h3{color: #02A19D;}
.tl-top{display: flex;display: -webkit-flex;align-items: flex-end;-webkit-align-items: flex-end;}
.jtmore{font-size: 16px;color: #02A19D;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;margin-left: 50px;}
.i-jt01{background-color: #02A19D;margin-left: 10px;} 
.i-jt01:before{border-color: #02A19D;}
.jtmore:hover .i-jt01{width: 30px;}

/* index04wrap */
.index04wrap{width: 100%;background-color: #F8F8F8;height: calc(100% - 96px);position: relative;box-sizing: border-box;}
.index04wrap .bg{width: 50%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;z-index: 0;}
.index04{position: relative;margin: auto;display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;z-index: 1;height: 100%;align-items: center;-webkit-align-items: center;}
.index04-r{width: 50%;box-sizing: border-box;padding-left: 130px;}
.index04-r h4{font-size: 18px;color: #222222;line-height: 30px;margin-top: 60px;margin-bottom: 50px;}
/* index04_mumping */
.index04_mumping{display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;}
.index04_mumping .numfont{display: flex;display: -webkit-flex;align-items: flex-end;-webkit-align-items: flex-end;}
.index04_mumping .numfont h2{font-size: 60px;color: #02A19D;font-family: OSWALD;}
.index04_mumping .numfont span{font-size: 24px;color: #02A19D;margin-left: 10px;}
.index04_mumping p{font-size: 16px;color: #222222;margin-top: 10px;}
.index04-r .more{margin-top: 150px;border:1px solid #02A19D;color: #02A19D;background-color: transparent;}
.index04-r .more::after{background-color: #02A19D;}
.index04-r .more:hover{color: #fff;}

/* index05wrap */
.index05wrap{margin: 110px auto;}
.index05-top{margin-bottom: 70px;}
.index05{width: 100%;display: flex;display: -webkit-flex;}
.index05 .item{display: block;width: calc((100% - 80px)/3);margin-right: 40px;background-color: #F8F8F8;transition: all .3s;}
.index05 .item:nth-of-type(3n){margin-right: 0;}
.index05 .item .imgbox{position: relative;width: 100%;height: 290px;overflow: hidden;}
.index05 .item .imgbox img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .3s;}
.index05 .item .imgbox .tag{position: absolute;right: 25px;top: 0;background-color: #02A19D;width: 50px;text-align: center;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;padding: 10px 2px 12px;font-size: 16px;color: #FFFFFF;line-height: 20px;z-index: 1;box-sizing: border-box;}
.index05 .item:hover .imgbox img{transform: scale(1.1);}
.index05 .item .text{width: 100%;padding: 20px 30px;box-sizing: border-box;}
.index05 .item .text h3{font-size: 18px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.index05 .item .text h4{font-size: 14px;color: #666666;line-height: 18px;margin-bottom: 20px;}
.index05 .item .text p{font-size: 16px;color: #666666;}
.index05 .item .text h3{color: #02A19D;}
.index05 .item:hover{box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.11);}

/* index06wrap */
.index06wrap{width: 100%;padding: 120px 0;box-sizing: border-box;height: 600px;position: relative;overflow: hidden;}
.index06wrap .bg{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;z-index: 0;}
.index06{position: relative;margin: auto;}
.index06 h3{font-size: 48px;color: #222222;line-height: 60px;font-weight: bold;margin-bottom: 60px;}
.index06 p{font-size: 24px;color: #222222;}

/* index07wrap */
.index07wrap{width: 100%;position: relative;padding: 100px 0;background: url(../images/i-img11.jpg)no-repeat;background-size: cover;}
.index07{margin: auto;text-align: center;}
.index07 h3{margin-bottom: 60px;}
.index07 .more{background-color: #fff;color: #02A19D;border-color: #ffffff;margin: auto;}
.index07 .more:hover{background-color: rgba(255,255,255,0.5);color: #fff;}
.index07 .more::after{display: none;}

/* footerwrap */
.footerwrap{width: 100%;}
.footer-topw{width: 100%;background-color: #0D141B;padding: 80px 0;}
.footer-top{margin: auto;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;}
.footer-top .left{max-width: 30%;}
.footer-top .left .f-logo{display: block;margin-bottom: 40px;}
.footer-top .left h4{font-size: 16px;color: #FFFFFF;line-height: 30px;margin-bottom: 50px;}



.f-nav{width: 68%;box-sizing: border-box;padding-left: 90px;border-left: 1px solid rgba(255,255,255,0.2);display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;}
.f-nav li h3 a{font-size: 18px;color: #FFFFFF;display: block;font-weight: bold;}
.f-nav li h3::after{content: '';display: block;width: 20px;height: 2px;background: #02A19D;margin-top: 20px;}
.f-nav li .list,.f-nav li .info{margin-top: 30px;}
.f-nav li .list a,.f-nav li .info p{display: block;font-size: 16px;color: #FFFFFF;line-height: 36px;opacity: 0.6;}
.f-nav li .info p a{font-size: inherit;color: inherit;}
.f-nav li .list a:hover {opacity: 1;}

/* f-fx */
.f-fx{display: flex;display: -webkit-flex;}
.f-fx .item{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;width: 40px;height: 40px;border-radius: 50%;border: 1px solid #FFFFFF;margin-right: 15px;position:relative;}
.f-fx .item:last-child{margin-right: 0;}
.f-fx .item>img{max-width: 70%;max-height: 70%;}
.f-fx .item:hover{background-color:#02A19D;border-color:#02A19D;}
.f-fx .item:hover>img{}
/*.f-fx .item .ewmshow{width: 100px;height: 100px;position: absolute;left: 50%;top: calc(100% + 6px);background-color: #fff;margin-left:-50px;filter:drop-shadow(2px 4px 6px rgba(0,0,0,0.2));opacity:0;visibility:hidden;}*/
/*.f-fx .item .ewmshow img{width: 100%;height: 100%;object-fit: cover;}*/
/*.f-fx .item .ewmshow:before{content:'';display: block;border: 6px solid transparent;border-bottom-color: #fff;position:absolute;left:50%;margin-left:-6px;top:-12px;}*/
/*.f-fx .item:hover .ewmshow{opacity: 1;visibility: visible;}*/
/* ba */
.ba{width: 100%;background-color: #04070A;height: 80px;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
.ba a{font-size: 16px;color: #FFFFFF;margin-right: 10px;}
.ba a:last-child{margin-right: 0;} 


/* a-bannerwrap */
.a-bannerwrap{width: 100%;position: relative;margin-top: 100px;}
.a-bannerwrap .bg{width: 100%;}
.a-bannerwrap .text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);text-align: center;}
.a-bannerwrap .text h3{font-size: 24px;color: #FFFFFF;font-weight: bold;}
.a-bannerwrap .text strong{display: block;width: 60px;height: 5px;background-color: #02A19D;margin: 30px auto;}
.a-bannerwrap .text p{font-size: 42px;color: #FFFFFF;font-weight: bold;text-transform: uppercase;}

/* navdw-wrap */
.navdw-wrap{width: 100%;background-color: #fff;border-bottom: 1px solid #EEEEEE;}
.navdw-wrap.fixed{position: fixed;top: 100px;left: 0;z-index: 10;}
.navdw{margin: auto;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;}
.navdw i{width: 1px;height: 16px;background-color: #DCDCDC;display: block;margin: 0 40px;}
.navdw a{font-size: 16px;color: #666666;line-height: 80px;position: relative;}
.navdw a::before{content: '';display: block;width: 100%;height: 2px;background-color: #02A19D;position: absolute;left: 0;bottom: 0;opacity: 0;}
.navdw a.active{color: #02A19D;}
.navdw a.active::before{opacity: 1;}

/* about01wrap */
.about01wrap{position: relative;padding: 110px 0 200px;overflow: hidden;}
.about01wrap .bg{position: absolute;right: 0;bottom: 0;max-width: 60%;}
.about01{position: relative;margin: auto;box-sizing: border-box;padding-right: 30%;}
.a-tl{font-size: 44px;color: #222222;font-weight: bold;margin-bottom: 50px;}
.about01 h4{font-size: 16px;color: #222222;line-height: 30px;margin-bottom: 110px;}

/* about02wrap */
.about02wrap{padding: 110px 0;background-color: #FAFBFE;position: relative;}
.about02{margin: auto;}
.about02-min{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;}
.about02-l{width: calc((100% - 10px)/2);box-sizing: border-box;}
.about02-l li{display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;margin-bottom: 10px;}
.about02-l li:last-child{margin-bottom: 0;flex-flow: row-reverse;-webkit-flex-flow: row-reverse;}
.about02-l li .item{width: calc(100% - 240px);position: relative;overflow: hidden;}
.about02-l li .item img{width: 100%;position: relative;height: 100%;object-fit: cover;z-index: 0;transition: all .3s;}
.about02-l li .item .text{position: absolute;left: 0;width: 100%;padding: 0 50px;bottom: 30px;z-index: 1;box-sizing:border-box;}
.about02-l li .item .text h3,.about02-r .text h3{font-size: 24px;color: #FFFFFF;font-weight: bold;margin-bottom: 10px;}
.about02-l li .item .text h4,.about02-r .text h4{font-size: 16px;color: #FFFFFF;line-height: 30px;}
.about02-l li .sk{width: 230px;height: 230px;background-color: #DCEAF5;}
.about02-l li:last-child .sk{background-color: #02A19D;}
/* about02-r */
.about02-r{width: calc((100% - 10px)/2);position: relative;display: block;overflow: hidden;}
.about02-r img{width: 100%;position: relative;height: 100%;object-fit: cover;transition: all .3s;}
.about02-r .text{width: 100%;position: absolute;left: 0;bottom: 30px;box-sizing: border-box;padding: 0 50px;}
.about02-l li:hover .item img,.about02-r:hover img{transform: scale(1.1);}

/* about03wrap */
.a-tl01>div{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;margin-bottom: 30px;}
.a-tl01>div p{font-size: 44px;color: #222222;font-weight: bold;margin: 0 40px;}
.a-tl01 strong{display: block;width: 40px;height: 6px;background-color: #02A19D;margin: auto;}
.about03wrap{width: 100%;box-sizing: border-box;padding: 120px 0;background: url(../images/a-img02.jpg)no-repeat;background-size: cover;position: relative;z-index:0;}
.about03{width: 1200px;margin: auto;background-color: #FFFFFF;margin-top: 60px;box-shadow: 0px 0px 30px 0px rgba(1,3,15,0.1);}
.about03 .tab{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;}
.about03 .tab a{width: calc(100% / 3);box-sizing: border-box;display: flex;display: -webkit-flex;justify-content: center;-webikt-justify-content: center;align-items: center;-webkit-align-items: center;font-size: 18px;color: #222222;height: 60px;}
.about03 .tab a img{margin-right: 10px;}
.about03 .tab a.active{background-color: #FAFAFA;}
.about03-list{width: 100%;padding: 100px;box-sizing: border-box;}
.about03-list li{position: relative;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;display: none;}
.about03-list li .button{width: 45px;height: 45px;background-color: #EEEEEE;border-radius: 50%;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;background-size: 10px;background-blend-mode: luminosity;}
.about03-list li .button.swiper-button-next{right: -50px;}
.about03-list li .button.swiper-button-prev{left: -50px;}
.about03-list .swiper-container{width: calc(100% - 120px);}
.about03-list .swiper-container img{width: 100%;}
.about03-list li.active{display: flex;display: -webkit-flex;}

/* pro-banner */
.pro-banner{margin-top: 100px;box-sizing: border-box;position: relative;}
.pro-banner .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;min-height: 30vh;box-sizing: border-box;}
/* pro-mbxwrap */
.pro-mbxwrap{width: 100%;position: relative;}
.pro-mbx{margin: auto;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;height: 80px;border-bottom: 1px solid #FFFFFF;}
.pro-mbx a{font-size: 14px;color: #888888;line-height: 48px;}
.pro-mbx i{display: block;font-size: 14px;color: #888888;margin: 0 5px;}
.pro-mbx a.active{color: #222222;}
/* pro-bannermin */
.pro-bannermin{margin: auto;display: flex;display: -webkit-flex;align-items: flex-start;-webkit-align-items: flex-start;justify-content: space-between;-webkit-justify-content: space-between;position: relative;z-index: 1;padding: 70px 0 140px;}
.pro-bannermin .text{width: 50%;}
.pro-bannermin .text h3{font-size: 36px;color: #222222;line-height: 48px;margin-bottom: 30px;font-weight: bold;}
.pro-bannermin .text h4{font-size: 16px;color: #222222;line-height: 28px;}
/* prob-swiper01 */
.prob-swiper01{width: 45%;}
.prob-swiper01 .swiper-slide{width: 100%;height: 280px;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
.prob-swiper01 .swiper-slide img{width: auto;max-width: 100%;max-height: 100%;}
/* prob-botlist */
.prob-botlist{bottom: 70px;right: 0;position: absolute;}
.prob-botlist .button{width: 40px;height: 40px;background: #DCDCDC;border: none;border-radius: 0;}
.prob-botlist .button:last-child{margin-left: 10px;background-color: #02A19D;}

/* ab */
.ab{position: absolute;left: 0;top: -90px;z-index: -1;}

/* p-center */
.p-center{width: 1200px;}
.product01{margin: 80px auto 120px;}
.product01 li{width: 100%;margin-bottom: 50px;}
.product01 li h3{font-size: 24px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.product01 li h4{font-size: 16px;color: #222222;line-height: 28px;margin-bottom: 30px;}
.prowrap img{margin: auto;margin-bottom: 40px;max-width:100%;display:inline-block;}
.product01 li p{font-size: 18px;color: #222222;margin-bottom: 10px;line-height:30px;}

/* procasewrap */
.procasewrap{margin: 80px auto;}
.procasewrap .a-tl{text-align: center;}
.procasemin{width: 100%;display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.procasemin .item{width: calc((100% - 120px)/3);display: block;margin-right: 60px;margin-bottom: 60px;}
.procasemin .item:nth-of-type(3n){margin-right: 0;}
.procasewrap .imgbox{width: 100%;overflow: hidden;border-radius: 30px;height:280px;}
.procasewrap .imgbox img{width: 100%;transition: all .3s;height:100%;object-fit:cover;}
.procasewrap .item:hover .imgbox img{transform: scale(1.1);}
.procasewrap .text{width: 100%;margin-top: 30px;}
.procasewrap .text h3{font-size: 20px;color: #222222;font-weight: bold;margin-bottom: 10px;}
.procasewrap .text h4{font-size: 14px;color: #666666;line-height: 22px;margin-bottom: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.procasewrap .text .more{border: 1px solid #02A19D;background-color: transparent;color: #02A19D;font-size: 16px;float: right;width: 124px;height: 36px;font-size: 14px;}
.procasewrap .text::after{content: '';display: block;clear: both;}
.procasewrap .item:hover .text .more{background-color: #02A19D;color: #fff;}
.procasewrap .item:hover .text h3{color: #02A19D;}

/* news-page */
.n-page{margin-top: 30px;}
.part  .el-pagination{text-align: center;width: 100%;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;box-sizing: border-box;padding: 0;}
.part  .el-pagination .btn-prev{width:40px;height:40px;background:transparent;border: 1px solid #EAEAEA;margin-right: 6px;padding: 0;background-color: transparent;border-radius: 6px;}
.part  .el-pagination .btn-next{width:40px;height:40px;background:transparent;border: 1px solid #EAEAEA;padding: 0;background-color: transparent;border-radius: 6px;}
/* .part  .el-pagination .btn-prev .el-icon-arrow-left:before{font-size:14px;content:"<";color: #888888;}
 .part  .el-pagination .btn-next .el-icon-arrow-right:before{font-size:14px;content:">";color: #888888;} */
 .part  .el-pagination .btn-quickprev{width:40px;height:40px;background:url(../images/dian_1.jpg) center center no-repeat;margin-top: 8px;}
 .part  .el-pagination .btn-quickprev:before{content:""}
 .part  .el-pagination .btn-quicknext{width:40px;height:40px;background:url(../images/dian_1.jpg) center center no-repeat;margin-top: 8px;}
 .part  .el-pagination .btn-quicknext:before{content:""}
 .part  .el-pagination__jump{display:none!important;}
.el-pager{display: flex;display: -webkit-flex;}
.part .el-pagination .btn-quicknext,.part .el-pagination .btn-quickprev{box-shadow: none;}
.part .el-pagination .btn-quicknext::after,.part .el-pagination .btn-quickprev::after{display: none;}
.el-pager li{width: 40px;height: 40px;background-color: transparent;margin-right: 6px;line-height: 40px;border-radius: 6px;border: 1px solid #EAEAEA;box-sizing: border-box;}
.el-pager li.active{background-color: #02A19D;color: #fff;}
.part .el-pagination .btn-quicknext,.part .el-pagination .btn-quickprev{margin-top:0;text-align:center;background-color:transparent;display:flex;display:-webkit-flex;align-items:center;-webkti-align-items:center;justify-content:center;-wbekit-justify-content:center;}
.part .el-pagination .btn-quicknext:before,.part .el-pagination .btn-quickprev:before{content:'...';width:auto;height:auto;position:relative;background-color:transparent;}
.el-pager li.active+li{border-left: 1px solid #EAEAEA;}

/* pro-mbxwrap */
.pro-mbxwrap{margin-top: 100px;}

/* proinfowrap */
.proinfowrap{margin: 80px auto 120px;}
.proinfo-top{width: 100%;padding-bottom: 30px;border-bottom: 1px solid #E5E5E5;}
.proinfo-top h3{font-size: 36px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.proinfo-top .tags{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;margin-bottom: 20px;}
.proinfo-top .tags p{font-size: 16px;color: #666666;}
.proinfo-top .tags span{font-size: 16px;color: #02A19D;box-sizing: border-box;padding: 0 15px;border-radius: 15px;line-height: 30px;border: 1px solid #02A19D;display: block;}
.proinfo-top .data{display: flex;display: -webkit-flex;}
.proinfo-top .data p{font-size: 16px;line-height: 24px;color: #666666;}
/* proinfo */
.proinfo{width: 100%;margin: 50px auto;}
.proinfo p{font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 40px;}
.proinfo img{display: inline-block;max-width: 100%;margin: auto;}

/* pinfo-page */
.pinfo-page{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;padding-top: 50px;border-top: 1px solid #E5E5E5;margin-top: 100px;}
.pinfo-page a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 50%;font-size: 18px;color: #222222;}

/* sol01 */
.sol01{margin: 80px auto;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;}
.sol01-l{width: 50%;}
.sol01-l .gallery-top{width: 100%;background-color: #fff;}
.sol01-l .gallery-top .swiper-slide{background-color: #EDEFF2;box-sizing: border-box;}
.sol01-l .gallery-top img{width: 100%;height: 100%;object-fit: cover;}
.sol01-l .bot{width: 100%;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: space-between;-webkit-justify-content: space-between;margin-top: 10px;position: relative;position: relative;box-sizing: border-box;padding: 0 24px;}
.sol01-l .bot .gallery-thumbs{margin: 0;width: 100%;}
.sol01-l .bot .button{background-size: 12px;filter: grayscale(1);width: 3auto;height: 100%;top: 0;margin: 0;border-radius: 4px;background-image: none;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content:flex-start;-webkit-justify-content:flex-start;}
.sol01-l .bot .button i{font-size: 24px;color: #888888;}
.sol01-l .bot .swiper-slide{overflow: hidden;background-color: #EDEFF2;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;height: 90px;border-radius: 4px;}
.sol01-l .bot .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.sol01-l .bot .swiper-slide::before{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;background-color: #000;}
.sol01-l .bot .button.swiper-button-prev{left: -10px;}
.sol01-l .bot .button.swiper-button-next{right: -10px;}
.sol01-l .swiper-slide{border: 1px solid transparent;box-sizing: border-box;}
/* sol01-r */
.sol01-r{width: 50%;box-sizing: border-box;padding-left: 70px;}
.sol01-r h3{font-size: 36px;color: #222222;font-weight: bold;margin-bottom: 50px;}
.sol01-r h4{font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 100px;}
.sol01-r .links{display: flex;display: -webkit-flex;}
.sol01-r .links .more{width: 130px;height: 40px;border: 1px solid #02A19D;border-radius: 20px;color: #02A19D;}
.sol01-r .links .more:first-child{background-color: #02A19D;color: #fff;margin-right: 10px;}
.sol01-r .links .more:first-child::after{display: none;}

/* sol02wrap */
.sol02wrap{width: 100%;padding: 80px 0 120px;background-color: #F3FAFA;position:relative;}
.sol02{margin: auto;}
.sol-tl{font-size: 36px;color: #222222;font-weight: bold;padding-left: 20px;border-left: 9px solid #02A19D;box-sizing: border-box;margin-bottom: 50px;}
.sol02min{width: 100%;}
.sol02min p{font-size: 16px;color: #222222;line-height: 24px;margin-bottom: 40px;}
.sol02min .imglist{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;margin-bottom: 50px;}
.sol02min .imglist img{max-width: 49%;}
.sol02min p img{max-width: 100%;margin: auto;}

/* videowrap */
.videowrap{margin: 80px auto;}
.videowrap .a-tl{text-align: center;}
.video{width: 100%;margin-top: 60px;display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.video .item{width: calc((100% - 120px)/4);margin-right: 40px;margin-bottom: 40px;display: block;}
.video .item .imgbox{width: 100%;position: relative;height: 200px;border-radius: 10px;overflow: hidden;}
.video .item .imgbox img{width: 100%;height: 100%;object-fit: cover;transition: all .3s;}
.video .item .imgbox i{width: 60px;height: 60px;border-radius: 50%;border: 1px solid #FFFFFF;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);font-size: 20px;color: #FFFFFF;}
.video .item .text{margin-top: 15px;text-align: center;}
.video .item .text p{font-size: 16px;color: #222222;}
.video .item:nth-of-type(4n){margin-right: 0;}
.video .item:hover .imgbox img{transform: scale(1.1);}
.video .item:hover .text p{color: #02A19D;}

/* down */
.down{width: 100%;overflow: auto;margin-bottom: 80px;}
/* down-rmin */
.down-rmin{width: 100%;margin-bottom: 100px;}
.down-table{width: 100%;}
.down-table thead{background-color: #02A19D;}
.down-table thead tr{height: 50px;}
.down-table thead tr td{box-sizing: border-box;padding: 0 15px;font-size: 16px;color: #FFFFFF;white-space:nowrap;}
.down-table tbody tr td{height: 70px;box-sizing: border-box;padding: 5px 15px;font-size: 14px;color: #222222;line-height: 18px;}
.down-table tbody tr td a{color:inherit;font-size:inherit;}
.down-table tbody tr td:nth-of-type(odd){color: #02A19D;white-space:nowrap;font-size: 16px;}
.down-table tbody tr:nth-of-type(odd){background-color: #F8F8F8;}

/* faq */
.faqwrap{margin-bottom: 200px;}
.faq{width: 100%;}
.faq li{box-sizing: border-box;padding-left: 20px;}
.faq li .tl{width: 100%;position: relative;cursor: pointer;}
.faq li .tl p{font-size: 18px;color: #222222;line-height: 50px;}
.faq li .tl span{position: absolute;left: -20px;top: 0;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;height: 50px;}
.faq li .tl span i{font-size: 14px;color: #02A19D;}
.faq li .tl span i:last-child{display: none;}
.faq li .info{width: 100%;box-sizing: border-box;padding-bottom: 30px;border-bottom: 1px solid #AAAAAA;display: none;}
.faq li .info p{font-size: 18px;color: #222222;line-height: 30px;}
.faq li.active .tl span i:last-child{display: block;}
.faq li.active .tl span i:first-child{display: none;}
.faq li.active .info{display: block;}

/* par01wrap */
.par01wrap{margin: 80px auto 120px;}
.par01-tl{text-align: center;margin-bottom: 80px;}
.par01-tl h3{font-size: 44px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.par01-tl p{font-size: 16px;color: #666666;}
/* par01 */
.par01{width: 100%;display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.par01 li{width:calc((100% - 160px)/5);margin-right: 40px;margin-bottom: 40px;background: #FFFFFF;box-shadow: 0px 10px 20px 0px rgba(17,17,17,0.05);border-radius: 10px;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;height: 120px;transition: all .3s;}
.par01 li:nth-of-type(5n){margin-right: 0;}
.par01 li img{max-width: 90%;max-height: 40%;}
.par01 li:hover{box-shadow: 0px 0px 20px 0px rgba(17,17,17,0.2);}
.par01wrap .more{margin: auto;width: 251px;height: 60px;background: #36BAB2;border-radius: 30px;border: 1px solid #36BAB2;margin-top:80px;font-size: 18px;}

/* contact01wrap */
.contact01wrap{margin: 90px auto;}
/* contact01 */
.contact01{margin: 120px auto 80px;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;overflow: hidden;}
.contact01-l{width: 34%;}
.contact01-l h3{font-size: 36px;color: #222222;margin-bottom: 30px;font-weight: bold;}
.contact01-l strong{display: block;width: 40px;height: 3px;background: #36BAB2;margin-bottom: 50px;}
.contact01-l h4{font-size: 16px;color: #222222;line-height: 30px;}
/* contact01-r */
.contact01-r{width: 56%;height: 420px;}
.contact01-r .map{width: 100%;height: 100%;}

/* contact02wrpa */
.contact02wrpa{margin: 110px auto;}
.contact02wrpa .a-tl{text-align: center;}
.contact02{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;margin-top: 60px;}
.contact02 li{background: #FFFFFF;box-shadow: 0px 5px 20px 0px rgba(17,17,17,0.15);border-radius: 16px;box-sizing: border-box;width: calc((100% - 80px)/3);padding: 40px;}
.contact02 li>h3{font-size: 24px;color: #222222;font-weight: bold;padding-bottom: 20px;border-bottom: 1px solid #E5E5E5;margin-bottom: 20px;}
.contact02 li .min{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;}
.contact02 li .min .text{width: calc(100% - 150px);}
.contact02 li .min .text p{font-size: 16px;color: #888888;line-height: 30px;margin-bottom: 10px;}
.contact02 li .min .text h3{font-size: 24px;color: #36BAB2;font-weight: bold;line-height: 30px;}
.contact02 li .min .imgbox{width: 134px;}
.contact02 li .min .imgbox img{width: 100%;}

/* contact03wrap */
.contact03wrap{width: 100%;box-sizing: border-box;padding: 100px 0 150px;background-color: #EDF4F4;}
.contact03{margin: auto;}
.contact03 .a-tl{text-align: center;}
.contact03min{width: 100%;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;margin-top: 80px;}
.contact03min .item{margin-right: 160px;position:relative;}
.contact03min .item:last-child{margin-right: 0;}
.contact03min .item img{width: 120px;margin: auto;}
.contact03min .item p{font-size: 24px;color: #222222;margin-top: 20px;}

/* newswrap */
.newswrap{margin: 80px auto 120px;}
/* news */
.news{width: 100%;margin-bottom: 80px;}
.news .item{width: 100%;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: space-between;-webkit-justify-content: space-between;background: #F8F8F8;border-radius: 20px;overflow: hidden;transition: all .3s;margin-bottom: 30px;}
.news .item .imgbox{width: 30%;position: relative;overflow: hidden;}
.news .item .imgbox img{width: 100%;height: 100%;object-fit: cover;transition: all .3s;}
.news .item .imgbox .tag{position: absolute;left: 25px;top: 0;background-color: #02A19D;width: 50px;text-align: center;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;padding: 10px 2px 12px;font-size: 16px;color: #FFFFFF;line-height: 20px;z-index: 1;box-sizing: border-box;}
.news .item .text{width: 70%;box-sizing: border-box;padding: 0 50px;}
.news .item .text h3{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.news .item .text h4{font-size: 14px;color: #666666;line-height: 18px;margin-bottom: 50px;}
.news .item .text .data{width: 100%;display: flex;display: -webkit-flex;align-items: flex-end;-webkit-align-items: flex-end;justify-content: space-between;-webkit-justify-content: space-between;}
.news .item .text .data .more{width: 120px;height: 30px;border-radius: 16px;border: 1px solid #02A19D;color: #02A19D;font-size:14px;}
.news .item .text .data .more::after{background-color: #02A19D;}
.news .item .text .data p{font-size: 16px;color: #666666;display: flex;display: -webkit-flex;align-items: flex-end;-webkit-align-items: flex-end;}
.news .item .text .data p::after{content: '';display: block;width: 60px;background-color: #BFBFBF;height: 1px;margin-left: 30px;}
.news .item:hover .imgbox img{transform: scale(1.1);}
.news .item:hover{transform: translateX(-30px);}
.news .item:hover .text .data .more::after{width: 100%;}
.news .item:hover .text .data .more{color: #FFFFFF;}
.news .item:hover .text .data p{color: #02A19D;}
.news .item:hover .text .data p::after{background-color: #02A19D;}


/* ninfowrap */
.ninfowrap{margin: 180px auto;}
/* ninfo-tl */
.ninfo-tl{width: 100%;text-align: center;margin-bottom: 80px;}
.ninfo-tl h3{font-size: 36px;color: #222222;line-height: 48px;font-weight: bold;margin-bottom: 60px;}
.ninfo-tl .data{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.ninfo-tl .data p{font-size: 16px;color: #222222;margin-right: 50px;}
.ninfo-tl .data p:last-child{margin-right: 0;}
/* ninfo */
.ninfo{width: 100%;}
.ninfo p{font-size: 16px;color: #222222;line-height: 30px;margin-bottom: 30px;}
.ninfo img{max-width: 100%;margin: auto;margin-bottom: 30px;}
/* ninfo-page */
.ninfo-page{width: 100%;padding-top: 40px;margin-top: 100px;border-top: 1px solid #DCDCDC;}
.ninfo-page a{font-size: 16px;color: #222222;line-height:30px;display: block;font-weight: bold;}
.ninfo-page a:hover{color: #02A19D;}
.ninfo video{display: block;width: 80%!important;height:auto!important;margin: auto;}

.ewmshow{width: 100px;height: 100px;position: absolute;left: 50%;bottom: calc(100% + 6px);background-color: #fff;margin-left:-50px;filter:drop-shadow(2px 4px 6px rgba(0,0,0,0.2));opacity:0;visibility:hidden;}
.ewmshow img{width: 100%!important;height: 100%;object-fit: cover;}
.ewmshow:before{content:'';display: block;border: 6px solid transparent;border-color:transparent;border-top-color: #fff;position:absolute;left:50%;margin-left:-6px;bottom:-12px;}
.contact03min .item .ewmshow{transition: all .3s;transform: scale(0.5);}
.contact03min .item:hover .ewmshow,.f-fx .item:hover .ewmshow{opacity:1;visibility: visible;transform:none;}
.contact03min .item .ewmshow{bottom: initial;top:0;width:120px;height:120px;margin-left:-60px;}
.contact03min .item .ewmshow:before{display:none;}




@media (max-width: 1600px) {
	.h-left{width: 80%;}
	.banner-right{width: 140px;}
	.h-btn{width: 140px;}
	.hamburger{margin-left: 0;}
	.banner-right .swiper-wrapper{padding-top: 20px;}
	.banner-right .swiper-wrapper .swiper-slide{height: 140px;}
	.h-nav li>a{line-height: 100px;}
	.h-left .logo img{height: 86px;}
	.div2_1 .headerwrap .header .h-nav li>a, .div3 .headerwrap .header .h-nav li>a{line-height: 80px;}
	.page_nav_item{padding-top: 25vh;}
	.page_item_link{margin-bottom: 10px;}
	
	.bigimg .item .text h3{font-size: 48px;}
	.bigimg .item .text strong{height: 5px;}
	.banner-right .swiper-wrapper .swiper-slide p{font-size: 14px;margin-top: 15px;}
	.i01-topwrap{padding-top: 60px;}
	.swiperlistwrap .bg{min-height: 460px;object-fit: cover;}
	.swiperlist .swiper-button-next{right: -80px;}
	.swiperlist .swiper-button-prev{left: -80px;}
	.swiperlist .swiper-button-prev, .swiperlist .swiper-button-next{width: 50px;height: 50px;}
	
	.i-tl{font-size: 42px;}
	.index03-top{margin-bottom: 50px;}
	.index04-r h4{margin-top: 50px;margin-bottom: 40px;}
	.index04-r .more{margin-top: 80px;}
	.index04_mumping .numfont h2{font-size: 52px;}
	
	.index05-top{margin-bottom: 50px;}
	.index05wrap{margin: 100px auto;}
	
	.index06wrap{height: 520px;padding-top: 100px;}
	.index06 h3{font-size: 42px;margin-bottom: 30px;}
	.index06 p{font-size: 20px;}
	
	.a-bannerwrap{margin-top: 80px;}
	.navdw-wrap.fixed{top: 80px;}
	.about01{padding-right: 40%;}
	.about01 h4{margin-bottom: 60px;}
	.a-tl{font-size: 42px;margin-bottom: 40px;}
	.about02wrap,.about03wrap{padding: 100px 0;}
	
	.a-bannerwrap .text p{font-size: 32px;}
	.a-bannerwrap .text strong{height: 3px;margin: 20px auto;}
	
	.pro-banner,.pro-mbxwrap{margin-top: 80px;}
	.proinfowrap{margin-top: 60px;}
	
	
}


@media (max-width: 1500px) {
	.center{width: 1300px;}
	.index03min{padding-left: calc((100% - 1300px)/2);}
	.index04_mumping .numfont span{font-size: 20px;}
	.i-tl{font-size: 38px;}
	.jtmore{margin-left: 30px;}
	.contact02 li .min .text h3{font-size: 22px;}
	.contact02 li .min .text p{margin-bottom: 0;}
	.contact02 li{padding: 30px;}

}

@media (max-width: 1420px) {
	.h-nav li>a{font-size: 16px;white-space: nowrap;}
	.h-left{width: calc(100% - 160px);}
	.h-nav li{margin-right: 40px;}
	.banner-right .swiper-wrapper .swiper-slide{height: 130px;}
	.banner-right{width: 130px;}
	.h-nav li>a{line-height: 90px;}
	.h-left .logo img{height: 76px;}
	.div2_1 .headerwrap .header .h-nav li>a, .div3 .headerwrap .header .h-nav li>a{line-height: 76px;}
	.center{width: 1180px;}
	.header{padding-left: 4%;}
	
	.bigimg .item .text h3{font-size: 40px;}
	.i-tl01 h3{font-size: 32px;}
	.i01-tab{margin-top: 10px;}
	.i01-topwrap{padding-top: 50px;}
	.swiperlist .sliderbox .textbox h4{margin-bottom: 40px;font-size: 14px;line-height: 24px;}
	.swiperlist .sliderbox .imgbox{height: 300px;}
	.swiperlist .swiper-button-prev, .swiperlist .swiper-button-next{width: 40px;height: 40px;}
	.swiperlist .swiper-button-next{right: -40px;}
	.swiperlist .swiper-button-prev{left: -40px;}
	.swiperlist .sliderbox .textbox{padding-right: 80px;}
	.swiperlist .sliderbox{box-sizing: border-box;padding: 0 20px;}
	.swiperlist .sliderbox .textbox .linktab .more{width: 130px;}
	
	.index03min{padding-left: calc((100% - 1180px)/2);}
	
	.botlist .button{width: 42px;height: 42px;}
	.botlist .button:last-child{margin-left: 20px;}
	.index02wrap .botlist{right: calc((100% - 1180px)/2);}
	
	.index04-r{padding-left: 80px;}
	.index04-r h4{font-size: 16px;}
	.index04_mumping .numfont h2{font-size: 46px;}
	.index04_mumping .numfont span{font-size: 18px;}
	
	.index05 .item .text p{font-size: 14px;}
	.index06wrap{height: 420px;}
	
	.index06 h3{font-size: 36px;line-height: 46px;}
	
	.footer-top .left .f-logo img{height: 90px;}
	.footer-top .left .f-logo{margin-bottom: 30px;}
	.footer-top .left h4{font-size: 14px;line-height: 28px;margin-bottom: 40px;}
	.f-nav li .list a, .f-nav li .info p{font-size: 14px;line-height: 32px;}
	.f-nav li h3::after{margin-top: 15px;}
	.f-nav li .list, .f-nav li .info{margin-top: 20px;}
	.footer-topw{padding: 60px 0;}
	.ba a{font-size: 14px;}
	.ba{height: 60px;}
	
	.i-tl{font-size: 36px;}
	.index07 h3{margin-bottom: 40px;}
	.index07wrap{padding: 80px 0;}
	.index05wrap{margin: 80px auto;}
	
	.index02wrap{padding: 120px 0;}
	
	.about01wrap{padding-top: 80px;padding-bottom: 160px;}
	.about01wrap .bg{max-width: 58%;}
	.about01 h4{margin-bottom: 50px;}
	.a-tl{font-size: 36px;}
	.about02wrap, .about03wrap{padding: 80px 0;}
	.about02-r .text,.about02-l li .item .text{padding: 0 30px;}
	.a-tl01>div p{font-size: 36px;}
	
	.about03-list{padding:60px;}
	.a-bannerwrap{margin-top: 76px;}
	.navdw-wrap.fixed{top: 76px;}
	.navdw a{line-height: 60px;font-size: 14px;}
	.par01-tl h3{font-size: 36px;}
	.par01-tl{margin-bottom: 50px;}
	.contact01{margin-top: 50px;}
	.contact01-l h3{font-size: 32px;}
	.contact01-r{height: 340px;}
	.contact02 li{width: calc((100% - 40px)/3);}
	.contact02 li .min .imgbox{width: 120px;}
	.contact02 li .min .text h3{font-size: 20px;}
	.contact02 li .min .text p{font-size: 14px;}
	.contact02 li>h3{font-size: 22px;padding-bottom: 15px;margin-bottom: 15px;}
	.contact02{margin-top: 50px;}
	
	.contact03wrap{padding: 80px 0 100px;}
	.contact03min .item img{width: 100px;}
	.contact03min .item p{font-size: 20px;}
	.contact03min{margin-top: 50px;}
	
	.p-center{width: 1180px;}
	.procasewrap .imgbox{height: 240px;border-radius: 20px;}
	.procasemin .item{width: calc((100% - 60px)/3);margin-right: 30px;margin-bottom: 30px;}
	
	.pro-banner, .pro-mbxwrap{margin-top: 76px;}
	.pro-mbx{height: 70px;}
	.pro-bannermin .text h3{font-size: 32px;}
	.sol01-r h3{font-size: 32px;margin-bottom: 30px;}
	.sol01-r h4{margin-bottom: 60px;}
	
	.sol-tl{font-size: 32px;border-width: 5px;padding-left: 15px;margin-bottom: 30px;}
	
	.par01wrap .more{width: 180px;height: 50px;font-size: 16px;}
	
	.contact03min .item .ewmshow{width: 100px;height: 100px;margin-left: -50px;}
	
	.about02-l li .sk{width: 200px;height: 200px;}
	.about02-l li .item{width: calc(100% - 210px);}
	
	
}


















