body{
    overflow-x: hidden;
    position: relative;
	font-family: "Microsoft YaHei", "Arial","Open Sans",'Roboto' sans-serif;

	font-size: 16px;
	max-width: 1920px;margin-left: auto;margin-right: auto;
	background: #fff;
}
* {    margin: 0;    padding: 0;    -webkit-appearance: none; /*去掉浏览器默认样式*/    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    -webkit-touch-callout: none;    box-sizing: border-box;}
h1,h2,h3{
	font-family: "Microsoft YaHei", "Arial", sans-serif;position: relative;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a:active,a:link,a:focus,a:visited{
    text-decoration: none;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
.wrapper {
    width: 1510px;margin: 0 auto;
}
.wrappers{
    width: 1670px;margin: 0 auto;
}
.page-width{
	width: 1640px;margin: 0 auto;position:relative;
}
.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.btn{
	color: #FFFFFF !important;
	font-size: 16px;
	background: #00b7ab;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden; 
	transition: all .3s;
	width: 180px;
	height: 52px;
	line-height:52px;
	font-size: 14px;
	border-radius: 26px;
	text-align: center;
	font-family: "Microsoft YaHei", "Arial", sans-serif;
}
.btn svg{
	transition: all .3s;
}
.btn:hover svg{
	padding-left: 20px;transition: all .3s;color: #fff !important;
}
.swiper{
	overflow: hidden;position: relative;
}
@media ( min-width : 768px) {
	.col-sm-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 992px) {
	.col-md-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5th{
		width: 20%;
		float: left;
	}
}
.flex{
    display: flex;
	display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}
#menu{
    display: none;z-index: 555;
}
#menu.mm-opened,#caidan.mm-opened {
    display: block;
}
.mobile-bar{
	display: none;
}
.pc_none{
	display: none !important;
}
/* header */
.head-box{align-items: center;justify-content: space-between;height: 94px;}
header{position: absolute;left: 0;right: 0;top:0;width: 100%;z-index: 555;
/* 	border-bottom: 1px solid rgba(255,255,255,0.24); */
}
.head-left{padding-left: 45px;}
.header-menu .navlist >li >a{position: relative;font-size: 16px;color: #fff;line-height: 94px;transition:all .3s;}
.header-menu .navlist >li >a:hover{transition:all .3s; color: #00b7ab !important;}
.header-menu .navlist >li{padding-left: 25px;padding-right: 25px;position:relative;}
.header-menu .navlist >li.current-menu-item >a,.index_nav li.current-menu-item > a{color:#00b7ab !important;}
.head-left h1{margin-top: 0;margin-bottom: 0;}
.header-menu{margin-right: 55px;}
.head-lan > ul >li >a{font-size: 18px;color: #d5d5d5;display: block;}
.head-lan{padding-left: 45px;padding-right: 45px;height: 94px;line-height: 94px;
/* border-left: 1px solid rgba(255,255,255,0.24); */
}
.menu-item-description{display:none;}
.header.affix{background: #fff;position: fixed;left: 0;right: 0;top: 0;width: 100%;z-index: 555; box-shadow: 0 0 26px 0 #e5e5e5;max-width:1920px;margin-left:auto;margin-right:auto;}
header.affix{background: #fff;z-index: 555; box-shadow: 0 0 26px 0 #e5e5e5;}
header.affix .header-menu .navlist >li >a{ color: #878787;}
header.affix .head-lan > ul >li >a{ color: #878787;}
header.affix #hamburger{color: #878787;}
header.affix .head-lan{border-color: #8787875c;}
.head-left .affix-after{display:none;}
header.affix .head-left .affix-after{display:block;}
header.affix .head-left .affix-before{display:none;}
.sub-menu-toggle{display:none;}
.index_nav {position: fixed; z-index: 3;top: 94px;left: 0;background: #fff;width: 100%;padding: 4.875rem 0;visibility: hidden;opacity: 0;transition: 0.2s; border-top: 1px solid #8787875c; padding-top: 60px;}
.inave{margin: 0 9.375vw;}
.inave >li{width: 20%;text-align: center; box-sizing: border-box;border-right: 1px solid #ddd;}
.inave >li:last-child{border-right:none;}
.inave >li >a{ pointer-events: none; color: #000; font-weight: bold;margin-bottom: 15px;display: block;font-size:18px;}
.inave .sub-menu a{ color: #878787;margin-bottom:10px;display: block;position:relative;}
.inave .sub-menu a:hover{transition:all .3s; color: #00b7ab !important;}
/* header.open .index_nav {visibility: initial;opacity: 1;}
.header.open .index_nav {visibility: initial;opacity: 1;} */
header.open{background: #fff;z-index: 555; box-shadow: 0 0 26px 0 #e5e5e5;}
header.open .header-menu .navlist >li >a{ color: #878787;}
header.open .head-lan > ul >li >a{ color: #878787;}
header.open #hamburger{color: #878787;}
header.open .head-lan{border-color: #8787875c;}
header.open .head-left .affix-after{display:block;}
header.open .head-left .affix-before{display:none;}
/* .header-menu:hover .index_nav{visibility: initial;opacity: 1;} */
/* banner */
.ban-box{height: 915px;display: grid;align-content: center;color: #fff;}
.ban-box p{color: #a1afbb;font-size: 18px;}
.ban-box p span{font-size: 32px;color: #ffffff;}
.ban-box h2{font-size: 60px;letter-spacing: -1px;}
.ban-box h3{font-size: 30px;letter-spacing: -1px;}
.ban-pagination{position: inherit;text-align: left;transform: translateY(100px);}
.ban-pagination .swiper-pagination-bullet{width: 50px;height: 4px;background-color: #fff !important;border-radius: 0 !important;margin-right: 8px;}
.ban-pagination2 .swiper-pagination-bullet{display: block;background-color: #fff !important;position: relative;margin-bottom: 40px;}
.ban-pagination2 .swiper-pagination-bullet::before{content: "";width: 30px;height: 30px;position: absolute;background: transparent;border: 1px solid #fff;border-radius: 50%;overflow: hidden;right: -11px;bottom: -11px;opacity: 0;}
.ban-pagination2 .swiper-pagination-bullet-active::before{opacity: 1;}
.ban-pagination2 .swiper-pagination-bullet:last-child{margin-bottom: 0;}
.custom-pagination{position: absolute;top: 0; right: 0;left: inherit;z-index: 55; width: 115px;height: 100%; 
/* 	border-left: 1px solid rgba(255, 255, 255, 0.24); */
}
.ban-pagination2{transform: translate(0%, -50%);top: 50%;right: 50%;}
/* home about */
.habout{overflow: hidden;clear: both;}
.subtitle{font-size: 20px !important;color: #000000 !important;}
.title{font-size: 40px;letter-spacing: 1px;color: #000000;margin-bottom: 35px;}
.btn svg{height: 15px;width: auto;}
.habout-left,.habout-right{width: 50%;float: left;display: inline-block;}
.value-list{width: 50%;float: left;display: inline-block;}
.value-item{overflow: hidden;clear: both;max-width:750px;margin-left: auto;border-top: 1px solid rgba(255,255,255,0.15);}
.habout-left{background:url(/wp-content/uploads/2025/01/About-left.jpg);background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;padding-top: 80px;}
.habout-right{background:url(/wp-content/uploads/2025/01/About-right.jpg);background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;padding-top: 80px;}
.habout-left-content{max-width: 600px;margin-left: auto;margin-right: 130px;}
.habout-left p{font-size: 16px !important;color: #656565 !important;line-height: 30px;text-align: justify;hyphens:auto; overflow-wrap:break-word;word-break: normal;}
.habout-left a.btn{margin-top: 40px;margin-bottom: 50px;}
.numbox big{font-size: 40px;color: #00b7ab;}
.numbox sup{font-size: 16px;color: #666666;opacity: 0.7;top:0;position: absolute;}
.numbox p{font-size: 16px;color: #666666;}
.value-box{position: relative;overflow: hidden; padding: 40px 60px;transition: all .3s;height: 100%;}
.value-box:hover{transition: all .3s;background: #02d2d2;}
.value-item1 .value-box:hover img{filter: invert(1) grayscale(0) brightness(10);transition: all .3s;}
.value-item1 .value-box:hover h4{color:#fff;}
.value-item1 .value-box:hover p{color:#fff;}
.value-item1 .value-box:hover span{color:#fff;}
.value-box h4{font-size: 20px;letter-spacing: 1px;color: #000000;}
.value-box p{font-size: 14px !important;color: #9c9c9c;letter-spacing: 1px;margin-bottom: 0;}
.value-box span{color: #999999;font-size: 18px;letter-spacing: 1px; position: absolute; right: 60px; top: 40px;}
.value-item1 .value-list:first-child .value-box{padding-left: 0;}
.value-item1 .value-list:first-child .value-box:hover{padding-left: 60px;}
.value-list{border-right: 1px solid rgba(255,255,255,0.15);}
.value-item2{margin-left: inherit;}
.value-item2 .value-box{padding-left: 100px;}
.value-item2 h4,.value-item2 p,.value-item2 span{color: #fff;}
.habout-right{display: grid;align-items: end;}
.ab-number{margin-bottom: 60px;}
.numCount{margin-left: -15px;margin-right: -15px;}
/* products */
.hpro{background:#f9fafb;padding-top: 90px;padding-bottom: 90px;}
.tbox-flex{display: flex;align-items: center;justify-content: space-between;}
.hrpo-text p{font-size: 14px !important;color: #999999;transition: all .3s;}
.hrpo-text h4{font-size: 26px;color: #282828;margin-bottom: 0;transition: all .3s;}
.hrpo-text span{width: 44px;height: 44px;background:#f6f6f6;display: flex;align-items: center;justify-content: center;transition: all .3s;border-radius: 3px;overflow: hidden;}
.hrpo-text span svg{height: 15px;width: auto; fill: #d8d8d8;transition: all .3s;}
.hrpo-text{display: flex;align-items: center;justify-content: space-between;background:#fff;margin-left: 18px;margin-right: 18px;padding: 35px; margin-top: -24px;position: relative;transition: all .3s;}
.hpro-box:hover h4{color: #fff;transition: all .3s;}
.hpro-box:hover p{color: #fff;transition: all .3s;}
.hpro-box:hover span{transition: all .3s;background:#41dddd;}
.hpro-box:hover span svg{transition: all .3s; fill: #fff;}
.hpro-box:hover .hrpo-text{transition: all .3s;background:#02d2d2; }
.hpro-box:hover img{transition: all .3s;transform: scale(1.05);}
.hpro-img{overflow: hidden;}
.hpro-img img{transition: all .3s;width: 100%;}
.hrpo-pagination{ position: inherit; margin-top: 70px;}
.hrpo-pagination .swiper-pagination-bullet{width: 50px;height: 4px;background-color: #fff !important;opacity: 1;border-radius: 0;margin-left: 4px;margin-right: 4px;}
.hrpo-pagination .swiper-pagination-bullet-active{background-color: #00b7ab !important;}
#myTab li a{height: 55px;background: #ffffff;border-radius: 28px;border: solid 1px #eaeaea;font-size: 20px;color: #686868;transition: all .3s;display: block;text-align: center;line-height: 55px;margin-left: 11px;margin-right: 11px;padding:0 20px;}
#myTab li a:hover,#myTab li.active a{transition: all .3s;background: #00b7ab;border-color: #00b7ab;color:#fff;}
#myTab{align-items: center;justify-content: center;margin-top: 40px;}
/* news */
.hnew{margin-top: 90px;margin-bottom: 90px;}
.hnew-right{width: 490px;}
.hnew-left{width:calc(100% - 490px);padding-right: 80px;}
.hnew-box{display: flex;align-items: center;}
.hnew-img{width: 378px;overflow: hidden;}
.hnew-left .hnew-text{width:calc(100% - 378px);padding-left: 45px;}
.hnew-img img{transition: all .3s;width:100%;}
.hnew-img:hover img{transition: all .3s;transform: scale(1.05);}
.hnew-text span{color: #1e3356;}
.hnew-text h3 a{transition: all .3s;font-size: 22px;color: #000000;margin-bottom: 20px;display: block;}
.hnew-text h3 a:hover{transition: all .3s;color: #00b7ab;}
.hnew-text p{color: #999999;opacity: 0.76;}
.hnew-text .view_more{transition: all .3s;display: flex;text-decoration: none;color: #00b7ab;}
.hnew-text .view_more img{transition: all .3s;margin-left: 20px;}
.view_more:hover img{transition: all .3s;margin-left: 30px;}
.hnew-list{padding-bottom: 50px;margin-bottom: 50px;border-bottom: 1px solid #dddddd;}
.hnew-list:last-child{border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.hnews-img{overflow: hidden;margin-bottom: 35px;}
.hnews-img img{transition: all .3s;width: 100%;}
.hnews-img:hover img{transition: all .3s;transform: scale(1.05);}
/* footer */
footer{background: #14191c;}
.fright{width: 735px;}
.fleft{width:calc(100% - 735px);}
.fleft-content{height: 100%;margin-top: 60px;}
.fright-box{max-width: 525px;border-left: 1px solid rgba(255,255,255,0.14);border-right: 1px solid rgba(255,255,255,0.14);padding-left: 70px;}
.fleft-box{justify-content: space-between;max-width: 980px;margin-left: auto;}
.footer-menu{ border-top: 1px solid rgba(255, 255, 255, 0.14);margin-top: 60px;}
.fsocial{align-items: center;justify-content: center;padding-right: 30px;}
.fsocial ul{display: flex;}
.fsocial span{color:#fff;margin-right: 30px;}
.fsocial li{color: #ffffff;margin-right: 30px;}
.fsocial li a{width: 52px;height: 52px;border: 1px solid rgba(255,255,255,0.15);color:#fff;display: flex;border-radius: 50%;overflow: hidden;align-items: center;justify-content: center;}
.fsocial li a:hover{border-color: #fff;}
.fsocial li a i{font-size: 20px;transition: all .5s;}
.fsocial li a:hover i{ transition: all .5s;transform: rotateY(360deg);}
.fmenu{max-width: 980px;margin-left: auto;justify-content: space-between;padding-right: 60px;}
.fmenu a{color: #ffffff;}
.fmenu a:hover{text-decoration: underline;}
.fmenu li{margin-top: 35px;margin-bottom: 35px;}
.fmenu li:first-child{padding-left: 0;}
.fright-box p{font-size: 16px;color: #ffffff;display: flex;align-items: center;}
.fright-box p i{width: 52px;height: 52px;border: 1px solid rgba(255,255,255,0.15);color:#fff;display: flex;border-radius: 50%;overflow: hidden;align-items: center;justify-content: center;margin-right: 20px;}
.fright-box li{font-size: 16px;color: #a8adb4;line-height: 28px;}
.fright-box li a{font-size: 16px;color: #a8adb4;}
.fright-box li a:hover{text-decoration: underline;}
.fright-box{height: 100%;display: grid; align-content: center;}
.fbottom p{margin-bottom: 0;color: #a8adb4;text-align: center;padding:30px 0;}
.fbottom{border-top: 1px solid rgba(255,255,255,0.14);}
.wechat{position:relative;}
.wechat img{ max-width: 100px; position: absolute; top: 60px; left: 0px;display:none;}
.wechat:hover img{display:block;}
.fbottom p a{color: #a8adb4;transition:all .3s;}
.fbottom p a:hover{color: #fff;transition:all .3s;}
/* 内页header */
.header .header-menu .navlist >li >a{color: #878787;}
.header .head-lan{padding-left: 0;}
.header .head-lan > ul >li >a{color: #878787;}
/* about page */
.nb-bg{position: relative;}
.nbbox{position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;}
.nbar{overflow: hidden;}
.nbar li{display: inline-block;float: left;width: 25%;text-align: center;border-left: 1px solid rgba(255,255,255,0.3);}
.nbar li:first-child{border-left: none;}
.nbar li a{color: #ffffff;font-size: 16px;display: block;padding: 20px 0;background:#00b7ab;transition: all .3s;font-weight: 500;}
.nbar li a:hover{transition: all .3s;background: #fff;box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.08);color: #00b7ab;}
.ab1-left p,.abb1-right p{color:#454545;margin-bottom: 25px;line-height: 34px;}
.ab1-left p:last-child,.abb1-right p:last-child{margin-bottom: 0;}
.numCount1 big{font-size: 120px;font-weight: 700;}
.numCount1 sup{top: 20px;color: #00b7ab;font-weight: 700;opacity: 1;    font-size: 12px;line-height: 12px;}
.numCount1 p{margin-bottom: 0;font-size: 20px;color: #454545;font-weight: 500;}
.ab1-item{display: flex;align-items: center;}
.ab1-right{padding-left: 60px;}
.ab1-left h2{position: relative;padding-bottom: 30px;}
.ab1-left h2::before{width: 50px;height: 6px;content:"";position: absolute;left: 0;bottom: 0;background:#00b7ab;}
.ab1-item{background:url(/wp-content/uploads/2025/01/bg.png);background-size:60%;background-position: right;background-repeat: no-repeat;padding-top: 100px;padding-bottom: 80px;}
.abb1-img img{max-width: 108px;height: auto;}
.abb1-img{margin-bottom: 15px;}
.abb1-item{display: flex;align-items: center;}
.abb1-box{background: #fff;width: 250px;display:grid;align-items: center;justify-content: center;height: 250px;align-content: center;}
.ab1-bottom{background: #f4f4f4;clip-path: polygon(0 0, 0% 0, 400% 100%, 0% 100%);padding-top: 140px;padding-bottom: 100px; }
.abb1-text h3{margin-top: 0;margin-bottom: 0;color: #454545;font-size: 18px;font-weight: 500;text-align: center;line-height: 24px;}
.abb1-list{margin-right: 24px;}
.abb1-list:last-child{margin-right: 0;}
.abb1-right h2{color: #00b7ab;}
.ab2-item{align-items: center;justify-content: center;max-width: 1440px;margin-left:auto;margin-right:auto;}
.ab2-box{background-color: #ffffff;box-shadow: 0px 5px 95px 0px rgba(0, 0, 0, 0.08);padding: 65px;transition: all .3s;background: linear-gradient(345deg, #effafa, #fff);}
.ab2-list{padding-left: 20px;padding-right: 20px;}
.ab2-box h2{margin-top: 0;color: #00b7ab;position: relative;padding-bottom: 30px;}
.ab2-box h2::before{width: 50px;height: 6px;content: "";position: absolute; left: 0; bottom: 0; background: #00b7ab;}
.ab2-item{margin-top: -230px;}
.ab2-box li{font-size: 20px;color: #454545;line-height: 38px;}
.ab3 .swiper-slide-active,.ab3 .swiper-slide-duplicate-active {z-index: 444 !important;}
.ab3 .swiper-slide-prev,.ab3 .swiper-slide-next{z-index: 333;}
.ab3{position: relative;clear: both; overflow: hidden;margin-top: 130px; margin-bottom: 90px;}
.ab3 .swiper{padding: 80px 160px;}
.ab3 .wrapper{position: relative;}
.ab3-prev,.ab3-next{width: 66px;height: 66px; top: 38%;border: 2px solid #ccc;color:#ccc;border-radius: 50%;overflow: hidden;transition: all .3s;}
.ab3-next{right: -90px;}
.ab3-prev{left: -90px;}
.ab3-next::after,.ab3-prev::after{font-size: 26px;}
.ab3-prev:hover,.ab3-next:hover{color: #00b7ab;border-color: #00b7ab;transition: all .3s;}
.abb1-img img{margin-left: auto;margin-right: auto;}
.abb1-text h3{font-size: 16px;}
.nbtbox h1{font-size: 40px;font-weight: 700;color: #ffffff;position: relative;padding-top:35px;margin-top:0px;}
.nbtbox h1 span{font-weight: 300;display: block;margin-top:5px;}
.nbtbox{position: absolute;left: 0;right: 0; height: 100%; width: 100%;
display: grid; align-content: center;top: 0;bottom: 0;}
.nbtbox h1:before{position:absolute;content:"";width:220px;height:10px;left:0;top:0;background:url(http://chenyu.wxwy.net/wp-content/uploads/2025/01/border.png);background-size:cover !important;background-position:left !important;background-repeat:no-repeat !important;}
.mobile-banner{display:none;}
.nbar .menu-item-description{display:none;}
/* contact page */
.cta1-box:hover .cta1-icon{border-color:#00b7ab;transition:all .3s;}
.cta1-box:hover .cta1-icon img{transition: all .5s; transform: rotateY(360deg);filter: invert(50%) sepia(61%) saturate(2457%) hue-rotate(141deg) brightness(96%) contrast(101%);}
.cta1-box:hover .cta1-text p{color:#00b7ab !important;transition:all .3s;}
.cta1-box:hover .cta1-text a{color:#00b7ab !important;transition:all .3s;}
.cta1{margin-top: 100px;margin-bottom: 90px;}
.cta1 h2,.cta2 h2{text-align: center;position: relative;padding-bottom: 25px;margin-bottom: 35px;}
.cta1 h2::before,.cta2 h2::before{position: absolute;bottom: 0;left: 0;right: 0;margin-left: auto;margin-right: auto;width: 50px;height: 6px;content: "";background:#00b7ab;}
.cta1-box{text-align: center;margin-bottom:0px !important;}
.cta1-icon{width: 100px;height: 100px;margin-left: auto;margin-right: auto;border-radius: 50%;border:1px solid #454545;overflow: hidden;display: flex;align-items: center;justify-content: center;margin-bottom: 25px;}
.cta1-text span{color: #7c7c7c;font-weight: 500;margin-bottom: 10px;display: block;}
.cta1-text p,.cta1-text a{font-size: 20px;color: #000000;}
.cta1-box{background: #f9f9f9;padding-top: 40px;padding-bottom: 60px;padding-left: 15px;padding-right: 15px;}
.follow{margin-top: 35px;}
.follow .fsocial{justify-content: flex-start;}
.follow .fsocial span{font-size: 24px;color: #000000;}
.follow .fsocial li{color: #000000;  margin-right:10px;}
.follow .fsocial li a{color: #000000;border-color: #000;}
.cta2 .map{position: relative;}
.cta2 .map::before{position: absolute;content: "";left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 99%;background:rgba(0,0,0,0.1);}
.cta2-box{max-width: 1320px;margin-left: auto;margin-right: auto;margin-top: -260px;background: #fff;position: relative;z-index: 1;padding: 80px 80px;}
.cta1-list >.vc_column-inner{padding-left:9px !important;padding-right:9px !important;}
.cta1-item{margin-left:-9px !important;margin-right:-9px !important;}
.cta-form .nf-form-content nf-field:first-child,
.cta-form .nf-form-content nf-field:nth-child(2),
.cta-form .nf-form-content nf-field:nth-child(3),
.cta-form .nf-form-content nf-field:nth-child(4){width:50%;display:inline-block;float:left;}
.cta-form .nf-form-content {overflow:hidden;clear:both;}
.cta-form .nf-form-content nf-field:first-child input,
.cta-form .nf-form-content nf-field:nth-child(2) input,
.cta-form .nf-form-content nf-field:nth-child(3) input,
.cta-form .nf-form-content nf-field:nth-child(4) input{
	background-color: #ffffff;border: solid 1px #454545; height: 56px; padding: 0 24px;}
.cta-form .nf-form-content nf-field .nf-field-container{padding-left:6px;padding-right:6px;}
.cta-form #nf-field-3{ height: 180px;background-color: #ffffff; border: solid 1px #454545; padding: 24px;}
.cta-form .submit-wrap input{background-color: #00b7ab;width: 100% !important; height: 56px; font-size: 20px;color: #fff;font-weight: 600;}
.cta-form .nf-before-form-content{    padding-left: 6px;padding-right: 6px; margin-bottom: 15px;}
/* product page */
.pro-p1{background:#f9fafa;padding-top:100px;padding-bottom:100px;}
.ptbox{max-width:960px;margin-left:auto;margin-right:auto;text-align:center;}
.ptbox h2{font-size: 36px;color:#666666;position:relative;padding-bottom:25px;margin-bottom:25px;margin-top:0px;}
.ptbox p{font-size: 16px;line-height: 34px;color: #454545;}
.ptbox h2::before{ width: 30px;height: 4px;content: "";position: absolute;left: 0;right:0;margin-left:auto;margin-right:auto;bottom: 0;background: #00b7ab;}
.pro-box{border-radius:12px;overflow:hidden;background:#fff;}
.pro-box h3{font-size: 18px;color: #454545;margin-top:0px;margin-bottom:0px;text-align:center; padding: 18px 0px;background: #dcdcdc;}
.pro-img{padding:28px;overflow:hidden;}
.pro-p2{padding-top:100px;padding-bottom:100px;}
.pro-p2 .pro-box{    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.08);}
.pro-item{margin-top:45px;}
.nbar .current-menu-item a{background: #fff; box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.08); color: #00b7ab;}
.pro-box:hover img{transform:scale(1.06);transition:all .3s;}
.pro-box img{transition:all .3s;}
.pro-box:hover h3{color:#fff;background:#00b7ab;transition:all .3s;}
.pro-box h3,.pro-box{transition:all .3s;}
.pro-box:hover{box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.3rem;}
/* blog page */
.news-content{margin-top:90px;margin-bottom:100px;}
.hblog-box{overflow:hidden;position:relative; border: 2px solid #eee;}
.hblog-text h3{font-size:20px;color:#000;margin-top:0px;}
.hblog-text p{color:#7c7c7c;}
.hblog-text{padding:15px;}
.hblog-text span{ color: #00b7ab; margin-bottom: 15px;display: block;margin-top: 10px;}
.wp-pagenavi{text-align: center;margin-bottom: 30px;margin-top:30px;}
.wp-pagenavi .pages{display: none;}
.cat-content{margin-top: 36px;margin-bottom: 60px;}
.wp-pagenavi a, .wp-pagenavi span {padding: 8px 15px !important; margin: 5px !important;font-size: 18px; color: #333;background-color: #e6e6e6 !important;border-radius: 3px !important;border: none !important;transition:all .3s;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {background: #00b7ab !important; color: #fff;transition:all .3s;}
.single_page_blog{background:#f7f7f7;padding-top:90px;padding-bottom:90px;}
.sblog-items{background: #fff; padding: 45px;max-width: 1280px; margin-left: auto; margin-right: auto;}
.sblog-title{margin-top:0px;text-align:center;}
.sblog-items p.time{ text-align: center;margin-top: 25px; color: #00b7ab;}
.join-content{margin-top:90px;margin-bottom:90px;}
.spro-content{background:#fff;padding:50px 35px;}
.spro-content img{margin-left:auto;margin-right:auto;margin-bottom:20px;text-align:center;align-items:center;justify-content:center;display:flex;}
.spro-left{  position: sticky !important;top: 0;}
.spro-content h1{text-align:center;border-bottom: 1px dashed; padding-bottom: 35px; margin-bottom: 30px;}
.spro-box h3{font-size:22px;margin-top:0px;margin-bottom:20px;}
.spro-box{padding:25px;margin-bottom:20px;background:#fff;}
.spro-box li,.spro-box li a{color:#333;line-height:24px; line-height: 32px;}
.spro-box li i{margin-right:8px;color: #00b7ab;}
.single-content{padding-top:50px;padding-bottom:50px;background:#f9fafa;}
.single-box img{text-align:center;margin-left:auto;margin-right:auto;}
/* .showbg .nbanner{position:fixed;width:100%;left:0;right:0;top:0px;z-index:-1;margin-top:94px; */
/* 	height:35vw; */
/* 	max-width:1920px;margin-left:auto;margin-right:auto;} */
/* .showbg .nbanner img{width:100%;} */
/* .showbg .single-content{margin-top:35vw;} */
.pro-list{margin-bottom:35px;}
.nbaner img{width:100%;}
.join-content section.wpb-content-wrapper,.downstart{max-width: 1300px;margin-left: auto; margin-right: auto;}
.download-wrapper >a{display:flex;align-items:center;justify-content:space-between;}
.pdf-img{display:flex;align-items:center;}
.download-wrapper{ border: 1px solid #d8dde2; padding-right: 25px;}
.pdf-img >div{padding-left:20px;}
.pdf-img h4{margin-top: 0; color: #00b7ab; font-weight: bold; font-size: 16px;}
.pdf-img span{color:#000;font-size:14px;}
.download-wrapper{margin-bottom:25px;}
.download-wrapper .fa-download{background: #00b7ab; width: 30px;  height: 30px; color: #fff; border-radius: 3px; text-align: center; line-height: 30px;}
.single-box table td{border:1px solid #ccc;padding:3px 5px;}