 

/* CSS Reset */
html{-webkit-text-size-adjust:none; /*10 Ã· 16 Ã— 100% = 62.5%*/} 
body{color: #1a1a1a;overflow-x:hidden;margin:0; padding:0; }
body.no_scroll{overflow:hidden;}
@font-face {
	font-family:Helvetica Medium;
	src: url('../fonts/Helvetica Medium.ttf'); }
@font-face {
    font-family: 'EUCLIDCIRCULARA';
    src: url(../fonts/EUCLIDCIRCULARA-MEDIUM_0.TTF);
}
.bot {
    margin: 20px 0px 15px;
    width: 70px;
    height: 3px;
    background-color: #fff;
    display: block;
}

input,select,textarea {border-radius: 0;outline: none;font-family:Arial,PingFang SC,sans-serif;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
a:hover { text-decoration:none !important;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
ul li { list-style:none;}

.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.left {float: left;}
.right {float: right;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.text-center {text-align: center;}
.div-container {position: relative;width: 90%;margin: auto;}
::-webkit-scrollbar{height:4px; width:3px;background: #ededed;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ededed;}
::-webkit-scrollbar-thumb{background-color:#252525;box-shadow:inset 1px 1px 0 #009b4c,inset 0 -1px 0 #009b4c;}
 



/* header */
.header {position:fixed; padding:0 0px 0px; left: 0;top: 0;z-index: 500;width: 100%;transition:all .4s ease;/*background: rgba(255,255,255,0.3);*/ border-bottom:1px rgba(255,255,255,0) solid}

.header:before { position:absolute; content:" "; width:600px; height:600px; border-radius:50%; top:-450px;

 left:-18%; z-index:1; background:#009b4c; display:none;} 

.header.scroll-down:before { display:none;}
.header.scroll-top:before { display:none;}
.header.black:before { display:none;}



.header * {transition:all .4s ease;}
.header-content {width:90%;height: 100px;margin: auto;position: relative;z-index: 500; max-width:1600px;}
.header-nav,.header-nav ul li,.header-nav ul li::after,.header-nav ul a.nav,.header-icon ,.header-icon li {display: inline-block;vertical-align: middle;}
.header-logo {position: absolute;left: 0;top: 52%;transform: translateY(-50%);z-index: 10;width: 18%;}
.header-logo a {display: block;}
.header-logo a svg {display:block;width:100%;height:100%;}
.header-logo a svg *{fill: #fff!important;}
.header-logo img{display: block;max-width:100%;  }
.header-right {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 9;text-align: right;font-size: 0;}
.header-nav {text-align: center;}
.header-nav ul{list-style: none;margin: 0;padding: 0;font-size: 0;}
.header-nav ul li{list-style: none;margin: 0;position: relative;font-size: 0;z-index: 50;}
.header-nav ul li:hover a {   border-bottom:2px solid #2771b7 }
.header-nav ul li a:hover { }
.header-nav ul a.nav{color: #333;position: relative; padding: 0 20px;line-height: 100px;}

.header-nav ul li.cur a.nav {color: #fff;}
.header-nav ul li.cur a.nav::after {opacity: 1;display: none;}
.header-nav ul li.language {margin-right: -30px;}
.header-nav ul li.language i{display: inline-block;vertical-align: middle;width: 18px;height: 18px;background: url('../images/e.svg');background-size:100%;margin-right: 10px; filter: invert(1); }
.header-nav ul li.language span {display: inline-block;vertical-align: middle;}
 
.header.scroll-down,.header.scroll-top,.header.black {background: #fff;box-sizing: border-box;border-bottom: 1px solid rgba(0,0,0,.1);}
.header.scroll-down .header-nav ul a.nav,.header.scroll-top .header-nav ul a.nav,.header.black .header-nav ul a.nav {color: #000;}
.header.scroll-down .header-nav ul li.cur a,.header.scroll-top .header-nav ul li.cur a,.header.black .header-nav ul li.cur a {color: #009b4c;}
.header.scroll-down .header-nav ul li.language i,.header.scroll-top .header-nav ul li.language i,.header.black .header-nav ul li.language i{filter: invert(1);}
.header.scroll-down .header-logo img,.header.scroll-top .header-logo img,.header.black .header-logo img {opacity:1;}
.header.scroll-down .header-logo a,.header.scroll-top .header-logo a,.header.black .header-logo a svg *{fill: #009b4c!important;}
.header.black .header-nav ul li.on a {}
.header.scroll-down,.header.scroll-top {}
.header.black .logo { display:block;}
.header.black .logoa { display:none;}

.header .logo { display:none;}
.header .logoa { display:block;}

/* menu */
.menu-toggle {display: none;width: 5rem;height: 5rem;position: absolute;overflow: hidden;right: 0;top: 0px;z-index: 900;background: #009b4c; border-radius:50%; margin-top:10px; margin-right:10px;}
.cd-nav-trigger {display: none ;width: 7rem;height: 7rem;}
.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.menu-toggle span.hamburger:after {margin-top:-5px;margin-left: -8px;top:0;transition-delay:0.27s;}
.menu-toggle span.hamburger:before {margin-top:5px;top:0;transition-delay:0.2s;}
.menu-toggle span.cross:before,
.menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.no-touch .menu-toggle span.hamburger,
.no-touch .menu-toggle span.hamburger:after,
.no-touch .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.no-touch .menu-toggle span.hamburger:after {transition-delay:0s;}
.no-touch .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.no-touch .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #fff;}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #fff;}
.menu-toggle span.hamburger {background: none;}
.no-touch .menu-toggle {background: #000;}

.header-show-mark {position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.6);z-index:-1;opacity: 0;transition:all .4s ease;}
.no-touch .header-show-mark {display: block;z-index: 100;opacity: 1;}
.header-show {position: fixed;left: 0;width: 100%;top: 0;z-index: 701;background: #fff;overflow: hidden;transition:all .4s ease;transform: translateY(-100%);}
.no-touch .header-show {transform: translateY(0);}
.header-show-content {overflow: hidden;background: #f5f5f5;}
.header-show-left {float: left;width: 44%;padding: 4% 5%;overflow: hidden;background: #fff;}
.header-show-nav {text-align: right;padding-bottom: 5%;}
.header-show-nav ul,.header-show-nav li {list-style: none;margin: 0;padding: 0;}
.header-show-nav ul {display: inline-block;vertical-align: top;text-align: left;margin-left: 10%;}
.header-show-nav .title-1{font-weight: bold;}
.header-show-nav li{margin-top: 15px;}
.header-show-nav a{display: block;color: #666;padding: 3% 0;}
.header-show-nav a:hover {color: #009b4c;}
.header-show-right {float: left;width: 40%;overflow: hidden;}
.header-show-right-content {padding: 8% 10% 0 10%;overflow: hidden;}
.header-show-search {position: relative;width: 100%;}
.header-show-search .search-text{width: 100%;box-sizing: border-box;border: none;background: none;border-bottom: 1px solid #ddd;padding: 2% 3% 2% 8%;}
.header-show-search .search-ok{position: absolute;width: 5rem;height: 100%;left: 1%;top: 0;z-index: 1;border: none;background: url('../images/s.png') center no-repeat;cursor: pointer;}
.header-show-search .search-ok:hover {opacity: .5;}
.header-show-contact {margin-top: 3%;overflow: hidden;}
.header-show-contact .contact-item {width: 100%;background: #fff;border-radius: 5px;overflow: hidden;color: #666;margin-bottom: 1rem;min-height: 75px;position: relative;}
.header-show-contact .contact-item .add-1{padding-left: 3rem;background: url('../images/add.png') left center no-repeat;}
.header-show-contact .contact-item .tel-1{padding-left: 3rem;background: url('../images/tel.png') left center no-repeat;margin-top: 2%;}
.header-show-contact .contact-item .email-1{padding-left: 3rem;background: url('../images/ema.png') left center no-repeat;}
.header-show-contact .contact-item .none-1{padding-left: 3rem;margin-top: 2%;}
.header-show-contact .contact-item.mr0 {width: auto;margin-right: 0;float: none;width: 100%;}
.header-show-contact-left {float: left;width: 64%;}
.header-show-contact-right {float: right;width: 34%;}
.contact-item-top {position: absolute;width: 90%;left: 10%;top: 50%;transform: translateY(-50%);z-index: 11;}
.header-show-contact-left .contact-item-top { left: 5%;}


.header-show-mark.cur  {display: block;opacity: 1;z-index: 100;}
.header-nav-show {position: fixed;left: 0;top: 0;width: 100%;z-index:111;overflow: hidden;transition:all .4s ease;height:100%;}
.header-nav-show.Hide {opacity:0;height: 0;z-index:111;}
.header-nav-show-content {width:100%;position: relative;overflow: hidden;transition:all .4s ease;margin-top:100px;overflow: hidden;box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);height:100%;z-index: 10003;background:rgba(0,0,0,0.7);}
.header-product-content {overflow: hidden;width: 81%;margin: auto;box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
    z-index: 10003;}
.header-product-swiper {overflow: hidden;}
.header-product-swiper a {display: block;padding: 0 5% 15% 5%;width: 90%;margin: auto;}
.header-product-swiper .img {background: none;}
.header-product-swiper .img-center {max-width: 80%;max-height: 80%;}
.header-product-swiper .title-1 {text-align: center;margin-top: -14%;}
.header-product-swiper a:hover {background: #009b4c;}
.header-product-swiper a:hover .title-1{color: #fff;}
.header-application-content {width:100%;position: relative;overflow: hidden;}
.header-application-swiper {overflow: hidden;}
.header-application-swiper a {display: block;position: relative;}
.header-application-swiper .text{position: absolute;left: 9.1%;width: 50%;top: 30%;z-index: 11;color: #fff;}
.header-application-nav {position: absolute;left: 0;bottom: 0;width: 100%;z-index: 11;border-top: 1px solid rgba(255,255,255,.1);}
.application-nav-content {width: 81%;margin: auto;}
.application-nav-content.num5 a {width:20%;}
.application-nav-content.num4 a {width:25%;}
.application-nav-content.num3 a {width:33.3333%;}
.application-nav-content.num2 a {width:50%;}
.application-nav-content.num1 a {display:none;}
.application-nav-content a{display: block;float: left;width: 16%;padding: 3% 0;text-align: center;position: relative;}
.application-nav-content a.cur{background: linear-gradient(to bottom, rgba(0,166,133,0.3),rgba(0,166,133,0));}
.application-nav-content a::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #fff;opacity: .1;}
.application-nav-content a:last-child::after {display: none;}
.application-nav-content a::before {content: '';width: 100%;height: 3px;background: #009b4c;position: absolute;left: 0;top: 0;z-index: 11;display:none;}
.application-nav-content a.cur::before {display: block;}
.application-nav-content span {color: #fff;}
.header-about-content {overflow: hidden;position: relative; max-width:1920px; margin:0px auto;box-shadow: 0 1px 8px 8px rgba(0, 0, 0, 0.25);z-index: 10003; border-bottom:1px #e2e2e2 solid;box-shadow: 0 0 15px rgba(0,0,0,.6);background:#FFFFFF; }
.header-about-left {width: 20%;left: 7.1%;position: absolute;top: 34%;transform: translateY(-50%); }
.header-about-left .title-1{text-transform: uppercase; margin-bottom:15px;}
.header-about-left .title-2{margin-top: -5px; color:#999; line-height:36px}
.header-about-center {float: right;width: 45%;}
.header-about-nav {text-align: right;padding: 5%;margin-top: 5%;}
.header-about-nav ul{list-style: none;margin: 0;padding: 0;text-align: left;display: inline-block;vertical-align: top;width: 40%;}
.header_nav_pro { width:55% }
.news-type-1.header_nav_pro a {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height:30px;
line-height: 30px; padding:0px 5% 0px 0; margin:0px; color:#2a79c4}
/*.header_nav_pro a:nth-child(1){ font-weight:900;  color:#000;} */

.header-about-nav ul span{display: block;padding-bottom: 5%;}
.header-about-nav li {list-style: none;margin: 0;padding: 0;}
.header-about-nav li a {color: #666;display: block;padding: 2% 0;}
.header-about-nav li a:hover {color: #009b4c;}
.header-about-right {float: right;width: 20%; background:#f0f0f0; height:300px; padding:2% 3%; transition:all 0.3s}
.header-about-right .img{box-shadow: 0 0 15px rgba(0,0,0,.2); border-bottom:2px #cd163f solid; border-radius: 5px;  height:250px; display:flex;flex-wrap: wrap;}
.header-about-right .img img{ width:34%;}
.animated-header__header{ transition:all 0.4s}
.animated-header__header:hover{transform: scale(0.95); transition:all 0.4s}

.header-about-right:hover{transform: scale(1.04); transition:all 0.3s}
.kuang{ padding:6% 6%; width:56%}
.wenzi_h2{font-size: calc(var(--hf-base-font-size)* 1.2);
        line-height: calc(var(--hf-base-font-size)* 1.6);}
.wenzi_p{font-size: calc(var(--hf-base-font-size)* 1);
    line-height: calc(var(--hf-base-font-size)* 1.325); margin:5px 0; margin-top:15px}		
	.lanse{ color:#2a79c4}	
		
.news-type-1 {float: right;width: 100%;margin-top: 3%;position: relative;}
.news-type-1 a {display: block;color: #666;padding: 2% 5% 2% 15%;position: relative;}

.news-type-1 a:hover {}
.sub-h:first-child a{ margin-bottom:5px; line-height:30px; height:30px}
.sub-h:hover a{ color:#000; text-decoration:underline!important}
.h22{ font-size:16px!important; color:#5e5f62!important; font-weight:bold ; border-bottom:1px #e5e6e9 solid; }

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/
@media all and (max-width:850px){  

	.header{ display: none}
	.responsivegrid{margin-top: 70px!important;}
body:not(.coral--light) .root > .aem-Grid > .responsivegrid > .aem-Grid > .aem-GridColumn.generic-container{margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0px!important;}

}



