  .censa{
      background: #fff;
      margin: 20%;
      padding: 10%;
  }
  .kongs4{
      height: 100vh;
      background: #f5f5f5;
  }
  .kongs4 .censa h2{
      font-size: 20px;line-height: 1.7;
      margin-bottom: 15px;
      color: #000;
  }
  .kongs4 .censa a{
      font-size: 24px;
      display: inline-block;
      text-decoration: underline;
      color: #5d5d5e;
  }
  .kongs4 .censa a:hover{
      color: #1951f1;
  }
.layout {
	overflow: hidden;position: relative;background: #fff;
	margin: 0 auto;padding-top: 84px;
}
.wrap {
	width: 1200px;margin: 0 auto;
}
.header {
	background: #fff;margin: 0 auto;
	border-bottom: 4px solid #00ae95;
	position: fixed;top: 0;z-index: 99;
	left: 0;right: 0;
}
.header .logo {
	float: left;width: 154px;
	margin-top: 16px;
}
.header .logo a,
.header .logo img {
	display: block;width: 100%;
}
.header .naver {
	float: left;margin-left: 168px;
}
.header .naver li {
	float: left;position: relative;
}
.header .naver li h3 a {
	display: block;padding: 0 18px;transition: all 0.3s;
	font-size: 16px;line-height: 80px;color: #00ae95;
}
.header .naver li.on h3 a,
.header .naver li:hover h3 a {
	background: #00ae95;color: #fff;
}
.header .seach {
	float: right;margin-top: 28px;
	width: 138px;border-radius: 12px;
	border: 1px solid #bfbfbf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;overflow: hidden;
	position: relative;
}
.header .seach .tx {
	padding: 0 30px 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;width: 100%;
	border: none;
	font-size: 12px;height: 22px;
	color: #444444;
}
.header .seach .btn {
	display: block;border: none;
	position: absolute;z-index: 66;
	right: 6px;top: 50%;transform: translateY(-50%);
	height: 14px;width: 14px;background: url(../images/fc1.png) no-repeat center/cover;
}

.header .naver li dl {
	position: absolute;top: 80px;
	left: 0;padding-top: 4px;
	right: -10%;z-index: 66;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;display: none;
}
.header .naver li dl dd a {
	padding: 0 7px 0 18px;
	display: block;background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;color: #444444;
	line-height: 2.6;transition: all 0.3s;
}
.header .naver li dl dd a:hover {
	background: #989898;color: #fff;
}
.banner {
	height: 700px;position: relative;overflow: hidden;
}
.banner li {
	position: relative;
}
.banner li .txt {
	position: absolute;bottom: 262px;
	left: 0;right: 0;margin: 0 auto;text-align: center;
}
.banner li .txt h2 {
	font-size: 60px;line-height: 82px;color: #fff;font-weight: bold;
}
.banner li .txt h4 {
	font-size: 26px;line-height: 46px;color: #fff;font-weight: 100;
}
.banner li.swiper-slide-active .txt h2{
	-webkit-animation:fadeInUp 1s .2s ease both;
	-moz-animation:fadeInUp 1s .2s ease both;
}
.banner li.swiper-slide-active .txt h4{
	-webkit-animation:fadeInUp 1s .6s ease both;
	-moz-animation:fadeInUp 1s .3s ease both;
}
.banner .spans {
	position: absolute;z-index: 66;bottom: 95px;
	text-align: center;
}
.banner .spans span {
	margin: 0 5px !important;
	width: 45px;height: 5px;
	background: rgba(221,216,216,0.3);
	opacity: 1;border-radius: 2px;
}
.banner .spans span.swiper-pagination-bullet-active {
	background: rgba(221,216,216,1);
}
.habout {
	padding: 92px 0 100px;
}
.tit {
	text-align: center;
}
.tit h3 {
	font-size: 40px;line-height: 44px;color: #8a8a8a;
	text-transform: uppercase;font-weight: 100;
}
.tit h2 {
	font-size: 48px;line-height: 60px;color: #535353;
	margin-top: 8px;font-weight: 600;
}
.habout .mt {
	margin-top: 60px;
}
.habout .mt .text {
	float: left;width: 46%;
	font-size: 16px;line-height: 36px;color: #5b5b5b;
}
.habout .mt .videos {
	float: right;margin-top: 8px;width: 50%;
}
.habout .mt .videos .video {
	display: block;width: 100%;
}
.habout .more {
	margin-top: 60px;
}
.more a {
	display: block;line-height: 50px;
	width: 184px;border: 1px solid #00ae95;
	font-size: 16px;color: #00ae95;text-align: center;
	border-radius: 26px;overflow: hidden;margin: 0 auto;
	transition: all 0.3s;
}
.more a:hover {
	background: #00ae95;color: #fff;
}
.more.bai a:hover {
	background: #fff;color: #00ae95;
}
.hproduct {
	padding: 85px 0 90px;
}
.hproduct .list {
	margin: -50px auto 0;
}
.hproduct .list li {
	float: left;width: calc((100% - 160px)/2);
}
.hproduct .list li:nth-child(2n) {
	float: right;
}
.hproduct .list li a {
	display: block;
}
.hproduct .list li .img {
	height: 520px;width: 100%;transition: all 0.3s;
	position: relative;top: 0;
}
.hproduct .list li:hover .img {
	top: -15px;
}
.hproduct .list li .img img {
	display: block;width: 100%;height: 100%;
}
.hproduct .list li h4 {
	margin-top: 30px;text-align: center;
	font-size: 40px;line-height: 1.5;color: #535353;
}
.htech {
	padding: 85px 0 95px;
}
.tit.bai h3,
.tit.bai h2,
.tit.bai h5 {
	color: #fff;
}
.tit h5 {
	margin-top: 22px;font-size: 30px;
	line-height: 1.6;color: #8a8a8a;font-weight: 100;
}
.htech .clear {
	margin-top: 52px;text-align: center;font-size: 0;
}
.htech .clear li {
	display: inline-block;width: 50%;
	padding: 0 110px;vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.htech .clear li a {
	display: block;
}
.htech .clear li .icon {
	height: 156px;position: relative;
}
.htech .clear li .icon img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	max-width: 70%;max-height: 70%;
}
.htech .clear li p {
	font-size: 16px;line-height: 46px;color: #fff;
}
.more.bai a {
	border-color: #fff;color: #fff;
}
.htech .more {
	margin: 40px auto 0;
}
.hnews {
	padding: 90px 0 100px;
}

.hnews .tab ul {
	text-align: center;font-size: 0;
	margin-top: 42px;
}
.hnews .tab ul li {
	display: inline-block;margin: 0 12px;
}
.hnews .tab ul li a {
	display: block;transition: all 0.3s;
	line-height: 28px;width: 92px;
	font-size: 14px;color: #8c8c8c;
	border: 1px solid #cdcdcd;border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hnews .tab ul li.on a,
.hnews .tab ul li a:hover {
	background: #00ae95;color: #fff;
	border-color: #00ae95;
}
.hnews .bd li {
	display: none;overflow: hidden;
}
.hnews .bd li:first-child {
	display: block;
}
.hnews .bd li .pic {
	float: left;width: 48%;height: 375px;position: relative;overflow: hidden;
}
.hnews .bd li .pic a {
	display: block;height: 100%;
}
.hnews .bd li .pic .time {
	position: absolute;z-index: 11;
	left: 0;top: 0;background: #c0c0c0;
	text-align: center;padding: 10px 15px;
	transition: all 0.3s;
}
.hnews .bd li .pic:hover .time {
	background: #00ae95;
}
.hnews .bd li .pic .time h4 {
	font-size: 50px;line-height: 1;color: #fff;font-weight: bold;
}
.hnews .bd li .pic .time h5 {
	font-size: 14px;line-height: 20px;color: #fff;
}
.hnews .bd li .pic h2 {
	position: absolute;z-index: 66;bottom: 0;
	left: 0;right: 0;background: rgba(0,0,0,0.7);
	padding: 0 20px;
	font-size: 16px;line-height: 54px;color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.hnews .bd li .dl {
	float: right;width: 48%;
}
.hnews .bd li .dl dd {
	padding-bottom: 35px;margin-bottom: 20px;
	border-bottom: 1px solid #c0c0c0;
}
.hnews .bd li .dl dd:last-child {
	margin-bottom: 0;
}
.hnews .bd li .dl dd a {
	display: block;overflow: hidden;
}
.hnews .bd li .dl dd .time {
	float: left;width: 80px;text-align: center;
	background: #c0c0c0;padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
.hnews .bd li .dl dd:hover .time {
	background: #00ae95;
}
.hnews .bd li .dl dd .time h4 {
	font-size: 50px;line-height: 42px;color: #fff;font-weight: bold;
}
.hnews .bd li .dl dd .time h5 {
	font-size: 12px;line-height: 14px;color: #fff;margin-top: 1px;
}
.hnews .bd li .dl dd .txt {
	float: right;width: calc(100% - 96px);
}
.hnews .bd li .dl dd .txt h2 {
	font-size: 18px;line-height: 1;color: #282828;font-weight: bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.hnews .bd li .dl dd .txt p {
	margin-top: 7px;font-size: 14px;line-height: 24px;color: #8a8a8a;
	height: 48px;overflow: hidden;
}
.more {
	margin: 40px auto 0;
}
.footer {
	background: #1c2225;
}
.footer .lo {
	float: left;width: 96px;
}
.footer .clar {
	padding: 32px 0 30px;
}
.footer .lo a,
.footer .lo img {
	display: block;width: 100%;
}
.footer .fnav {
	float: left;margin-left: 115px;overflow: hidden;margin-top: 5px;
} 
.footer .fnav dl {
	float: left;width: 96px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .fnav dl dt {
	font-size: 12px;line-height: 2;color: #fff;font-weight: bold;margin-bottom: 5px;
}
.footer .fnav dl dd,
.footer .fnav dl dd a {
	display: block;font-size: 12px;
	line-height: 26px;color: #768b96;
	transition: all 0.3s;
}
.footer .fnav dl dd a:hover {
	color: #fff;
}
.footer .weix {
	float: right;margin-top: 12px;
}
.footer .weix img {
	width: 90px;height: 90px;display: block;
}
.footer .weix h4 {
	margin-top: 6px;text-align: center;
	font-size: 12px;
	line-height: 1.8;color: #768b96;
}
.copyright {
	background: #000000;
	padding: 12px;
}
.copyright a {
	display: block;text-align: center;
	font-size: 12px;line-height: 2;color: #768b96;
}
.hnews .bd {
	margin-top: 50px;
}
.more.fhui a {
	border-color: #aaaaaa;color: #aaaaaa;
}
.more.fhui a:hover {
	border-color: #00ae95;color: #fff;
	background: #00ae95;
}
.footer .fnav dl:last-child {
	width: 350px;
}
.hbans {
	height: 550px;
}
.taber {
	background: #f7f6f5;padding: 20px 0;
}
.taber ul {
	text-align: center;font-size: 0;
}
.taber li {
	display: inline-block;margin: 0 6px;
}
.taber li a {
	display: block;padding: 0 30px;transition: all 0.3s;
	font-size: 16px;line-height: 36px;color: #444444;
	border-radius: 18px;overflow: hidden;
}
.taber li a:hover,
.taber li.on a {
	background: #00ae95;color: #fff;
}
.about {
	padding: 100px 0 85px;
}
.about .pic {
	height: 382px;width: 560px;float: left;
}
.about .text {
	float: right;width: 50%;
}
.about .text h1 {
	font-size: 30px;line-height: 1;color: #00ae95;font-weight: bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.about .text .dels {
	margin-top: 18px;font-size: 14px;
	line-height: 34px;color: #989898;
}


/* 董事长寄语 */
.about .fpic {
	margin-top: 12px;
}
.about .text .cle {
	margin-top: 22px;
}
.about .text .cle img {
	float: right;width: auto;
}
.fabout {
	padding: 90px 0 100px;
}
.fabout .text .dels {
	margin-top: 0;
}
.wenhua ul {
	display: flex;flex-wrap:wrap;
}
.wenhua li {
	width: 50%;min-height: 525px;padding: 135px 40px 30px;
	-webkit-box-sizing: border-box;display: block;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.wenhua li .text {
	text-align: center;
}
.wenhua li .text .tet {
	padding-bottom: 20px;width: 270px;margin: 0 auto;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.wenhua li .text .tet .ico {
	height: 66px;position: relative;
}
.wenhua li .text .tet .ico img {
	display: block;position: absolute;z-index: 1;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
}
.wenhua li .text .tet h3 {
	margin-top: 8px;font-size: 30px;line-height: 40px;color: #fff;
}
.wenhua li .text .dels h4{
	margin-top: 18px;
	font-size: 24px;line-height: 2;color: #fff;
}
.wenhua li .text .dels p {
	font-size: 14px;line-height: 30px;color: rgba(255,255,255,0.8);
	margin-top: 22px;
}


/* 规模实力 */
.guimo .ft {
	padding: 80px 0 45px;
}
.guimo .ft ul {
	overflow: hidden;
}
.guimo .ft li {
	float: left;width: calc((100% - 65px)/2);margin-bottom: 50px;
}
.guimo .ft li:nth-child(2n) {
	float: right;
}
.guimo .ft li .pic {
	height: 316px;
}
.guimo .ft li h6 {
	margin-top: 12px;
	padding: 0 20px;text-align: center;
	font-size: 14px;line-height: 2;color: #989898;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.guimo .ft li h6 i {
	font-weight: bold;color: #0eab95;
}
.guimo .hd {
	background: #0eab95;
}
.guimo .hd .text {
	width: 26%;float: left;margin-top: 224px;
}
.guimo .hd .text p {
	font-size: 16px;line-height: 50px;color: #fff;
}
.guimo .hd .pic {
	float: right;width: 100%;height: 760px;margin-right: -34%;
}
.guimo .bd .text {
	float: left;width: 50%;margin-top: 72px;
}

.guimo .bd .text li {
	float: left;width: 30%;
	text-align: center;margin-bottom: 36px;
}
.guimo .bd .text li:nth-child(2),
.guimo .bd .text li:nth-child(5) {
	width: 40%;
}
.guimo .bd .text li h4 {
	font-size: 60px;line-height: 1;color: #00aa93;
	font-weight: bold;
}
.guimo .bd .text li h4 i {
	display: inline-block;
}
.guimo .bd .text li h4 sup {
	display: inline-block;font-size: 30px;vertical-align: top;
}
.guimo .bd .text .dles {
	padding-top: 15px;
}
.guimo .bd .text .dles h2 {
	font-size: 30px;line-height: 42px;color: #0eab95;font-weight: bold;
}
.guimo .bd .text .dles p {
	font-size: 14px;line-height: 30px;color: #989898;margin-top: 8px;
}
.guimo .bd .pic {
	float: right;width: 47%;
	margin-top: -85px;
}
.guimo .bd .pic img {
	display: block;border: 3px solid #fff;
	width: 100%;margin-top: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.guimo .bd .pic img:first-child {
	margin-top: 0;
}
.guimo .bd .pic h6 {
	margin-top: 10px;text-align: center;
	font-size: 14px;line-height: 1.8;color: #0eab95;font-weight: bold;
}

.jishu .hd ul {
	text-align: center;font-size: 0;
}
.jishu .hd ul li {
	display: inline-block;margin: 0 32px;
	height: 300px;width: 300px;border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;overflow: hidden;
}
.jishu {
	margin: 110px auto 90px;
}
.jishu .hd h2 {
	margin-top: 94px;font-size: 40px;line-height: 66px;color: #fff;
	text-align: center;
}
.jishu .hd dl {
	overflow: hidden;margin-top: 45px;
}
.jishu .hd dl dd {
	float: left;width: calc((100% - 75px)/2);
}
.jishu .hd dl dd:nth-child(2n) {
	float: right;
}
.jishu .hd dl dd .icon {
	margin: 0 auto;height: 158px;position: relative;
}
.jishu .hd dl dd .icon img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	margin: 0 auto;left: 0;right: 0;
	max-width: 80%;max-height: 80%;
}
.jishu .hd dl dd h4 {
	font-size: 16px;line-height: 46px;color: #fff;
	height: 184px;overflow: hidden;padding: 0 80px 0 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.jishu .hd dl dd .pics {
	margin-top: 30px;height: 340px;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.jishu .bd {
	margin-top: 110px;
}
.jishu .bd ul li {
	float: left;width: calc((100% - 162px)/3);margin-right: 80px;
}
.jishu .bd ul li:nth-child(3n) {
	margin-right: 0;
}
.jishu .bd ul li .icon {
	height: 120px;width: 120px;margin: 0 auto;
	border-radius: 50%;overflow: hidden;
}
.jishu .bd ul li .icon img {
	display: block;height: 100%;width: 100%;
}
.jishu .bd ul li h2 {
	margin: 30px auto 8px;font-size: 30px;line-height: 50px;color: #00ae95;
	text-align: center;font-weight: bold;
}
.jishu .bd ul li p {
	margin-bottom: 15px;font-size: 16px;
	line-height: 34px;color: #989898;position: relative;
}
.jishu .bd ul li p::before {
	position: absolute;z-index: 11;content: "";
	left: -16px;top: 14px;height: 6px;width: 6px;
	background: #989898;border-radius: 50%;overflow: hidden;
}
.jishu .ft {
	margin-top: 100px;
}
.jishu .ft .tx {
	text-align: center;
}
.jishu .ft .tx h2 {
	font-size: 30px;line-height: 50px;color: #00ae95;font-weight: bold;
}
.jishu .ft .tx h6{
	font-size: 14px;line-height: 34px;color: #989898;
	margin: 16px auto 46px;
}

.jishu .ft .tx img {
	margin: 0 auto ;width: 100%;
}
.jishu .ft .dles {
	margin-top: 120px;
}
.jishu .ft .dles img {
	display: block;width: 100%;
}
.jishu .ft .dles .dal {
	background: #00ae95;
	padding: 100px 220px 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.jishu .ft .dles .dal::before {
	position: absolute;z-index: 33;top: -60px;
	left: 0;right: 0;margin: 0 auto;content: "";
	background: rgba(3,54,47,0.8);height: 60px;
}
.jishu .ft .dles .dal h3 {
	text-align: center;font-size: 40px;
	line-height: 1.5;color: #fff;font-weight: bold;
}
.jishu .ft .dles .dal h4 {
	text-align: center;font-size: 24px;
	line-height: 1.5;color: #fff;margin-top: 8px;
}
.jishu .ft .dles .dal p {
	margin-top: 46px;font-size: 14px;
	line-height: 34px;color: #fff;
}
.jishu .ft .imgs {
	margin: -38px auto 0;position: relative;top: -80px;
}
.jishu .ft .imgs img {
	display: block;width: auto;margin: 0 auto;
	position: relative;z-index: 44;
}
.jishu .ft .imgs h5 {
	margin-top: 85px;font-size: 28px;
	line-height: 1.6;color: #00ae95;
	font-weight: bold;text-align: center;
}

/* 荣誉 */
.rongyu {
	padding: 100px 0 55px;
}
.rongyu ul {
	overflow: hidden;
}
.rongyu ul li {
	float: left;width: calc((100% - 92px)/3);margin-right: 45px;margin-bottom: 45px;
	height: auto !important;
}
.rongyu ul li img {
	display: block;width: 100%;height: 100%;
}
.rongyu ul li:nth-child(3n) {
	margin-right: 0;
}

.product {
	padding: 100px 0;
}
.product li {
	background: #f8f8f8;padding: 35px 0;
}
.product li:nth-child(2n) {
	background: #fff;
}
.product li .pic {
	float: left;width: 496px;height: 280px;
	border: 2px solid #bfbfbf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.product li .text {
	float: right;width: 55%;margin-top: 40px;
}
.product li:nth-child(2n) .pic {
	float: right;
}
.product li:nth-child(2n) .text {
	float: left;
}
.product li .text h2 {
	font-size: 24px;line-height: 34px;color: #3d3d3d;
	font-weight: bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product li .text p {
	margin-top: 5px;font-size: 14px;line-height: 26px;color: #8d8d8d;
	height: 78px;overflow: hidden;
}
.product li .text a {
	display: block;margin-top: 42px;
	width: 124px;line-height: 40px;text-align: center;
	font-size: 14px;color: #fff;border-radius: 20px;
	overflow: hidden;background: #00ae95;transition: all 0.3s;
}
.product li .text a:hover {
	background: #08caae;
}
.productdel {
	padding: 110px 0;
}
.productdel .imgs {
	margin: 0 auto;width: auto;
}
.productdel .imgs img {
	display: block;width: auto;margin: 0 auto;
}
.productdel h1 {
	margin-top: 45px;font-size: 36px;
	line-height: 58px;color: #3d3d3d;text-align: center;
	font-weight: bold;
}
.productdel .delss {
	margin-top: 18px;max-width:890px;margin:0 auto;
}
.productdel .delss h6 {
	font-size: 24px;line-height: 1.8;color: #8d8d8d;text-align: center;
}
.productdel .delss p {
	font-size: 18px;line-height: 2;color: #8d8d8d;margin-bottom: 55px;
}
.productdel .delss h4 {
	font-size: 24px;line-height: 40px;color: #8d8d8d;text-align: center;
	margin-bottom: 15px;
}
.productdel .delss table {
	margin: 0 auto 36px;border: 2px solid #009c84;
	border-radius: 12px;overflow: hidden;width: 890px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.productdel .delss table td,
.productdel .delss table th {
	font-size: 22px;line-height: 40px;color: #595656;
	width: 32%;text-align: center;background: #fff;border-bottom: 1px solid #c9c9ca;
}
.productdel .delss table tr:last-child td,
.productdel .delss table tr:last-child th {
	border-bottom: none;
}
.productdel .delss table td.fh,
.productdel .delss table th.fh {
	font-size: 23px;line-height: 40px;color: #fff;
	background: #009c84;width: 68%;border-bottom: none;
}

.productdel .delss .ftab th {
	background: #009c84;color: #fff;
}
.productdel .delss .ftab td {
	border-right: 1px solid #c9c9ca;
}
.productdel .delss .ftab td:nth-child(3n) {
	border-right: none;
}
.news {
	padding: 32px 0 60px;
}
.news li {
	background: #fff;padding: 62px 0;
}
.news li:nth-child(2n) {
	background: #f7f7f7;
}
.news li:last-child {
	border-bottom: 2px solid #f5f5f5;
}
.news li a {
	display: block;
}
.news li .time {
	width: 107px;position: relative;float: left;
}
.news li .time::before {
	bottom: 0;top: 6px;right: 0;
	background: #d7d7d7;width: 2px;
	position: absolute;z-index: 66;
	content: "";
}
.news li .time h4 {
	font-size: 54px;line-height: 58px;color: #b3b3b3;font-weight: bold;
	transition: all 0.3s;
}
.news li .time h5 {
	font-size: 15px;line-height: 1.2;color: #b3b3b3;	transition: all 0.3s;
}
.news li .text {
	float: right;width: calc(100% - 150px);
}
.news li .text h2 {
	font-size: 18px;line-height: 30px;color: #3d3d3d;
	font-weight: bold;	transition: all 0.3s;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news li .text p {
	font-size: 12px;line-height: 26px;color: #b3b3b3;
	margin-top: 2px;transition: all 0.3s;
}
.news li:hover .time h4,
.news li:hover .time h5,
.news li:hover .text h2,
.news li:hover .text p {
	color: #00ae95;
}
.pages {
	margin-bottom: 65px;
}
.pages dl {
	text-align: center;font-size: 0;
}
.pages dl dd {
	display: inline-block;margin: 0 5px;
}
.pages dl dd a {
	display: block;padding: 0 12px;
	line-height: 38px;min-width: 38px;
	background: #eeeeee;border-radius: 6px;
	overflow: hidden;text-align: center;
	font-size: 15px;color: #7d7c7c;transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pages dl dd a:hover,
.pages dl dd.on a {
	background: #00ae95;color: #fff;
}
.newsdels {
	padding: 90px 0 70px;
}
.newsdels .hd {
	border-bottom: 2px dashed #e9e8e8;text-align: center;padding: 0 0 20px
}
.newsdels .hd h1 {
	font-size: 24px;line-height: 38px;color: #3d3d3d;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdels .hd h6 {
	font-size: 14px;line-height: 18px;color: #b3b3b3;
	margin-top: 10px;
}
.newsdels .bddels {
	padding: 50px 0;
	font-size: 14px;line-height: 30px;color: #7c7c7c;
}
.newsdels .bddels img {
	display: block;width: 100%;margin: 0 auto;
}
.newsdels .bddels i {
	display: block;color: #ff0000;margin-bottom: 10px;
}
.newsdels .fenx ul {
	text-align: center;font-size: 0;
}
.newsdels .fenx li {
	display: inline-block;margin: 0 6px;
	height: 29px;width: 29px;border-radius: 5px;
	overflow: hidden;
}
.newsdels .fenx li a,
.newsdels .fenx li img {
	display: block;width: 100%;height: 100%;
}
.frencai {
	padding: 90px 0 100px;
}
.ftlte h3 {
	text-align: center;position: relative;
}
.ftlte h3 i {
	font-size: 24px;line-height: 40px;color: #434343;
	display: inline-block;font-weight: bold;
	padding: 0 96px;position: relative;
}
.ftlte h3 i::after,
.ftlte h3 i::before {
	position: absolute;z-index: 66;content: "";
	top: 50%;transform: translateY(-50%);left: 0;
	width: 82px;height: 3px;background: #00ae95;
}
.ftlte h3 i::after {
	left: auto;right: 0;
}
.ftlte h3::after,
.ftlte h3::before {
	position: absolute;z-index: 33;content: "";
	width: 40%;height: 1px;background: #c9c9c9;
	left: 0;top: 51%;transform: translateY(-50%);
}
.ftlte h3::after {
	left: auto;right: 0;
}
.frencai .ftable {
	margin-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;background: #dddddd;
	
}
.frencai .ftable th {
	font-size: 18px;line-height: 54px;color: #fff;
	text-align: center;background: #00ae95;
}
.frencai .ftable td {
	font-size: 14px;line-height: 58px;color: #666666;
	text-align: center;
}
.frencai .ftable tr {
	background: #f5f5f5;
}
.frencai .ftable tr:nth-child(2n) {
	background: #fff;
}

/* 岗位要求 */
.fgangwei {
	padding: 85px 0 100px;
}
.fgangwei .tlte {
	padding-bottom: 42px;border-bottom: 1px solid #e6e6e6;
}
.fgangwei .tlte h2 {
	font-size: 30px;line-height: 50px;color: #333333;margin-bottom: 12px;
}
.fgangwei .tlte p {
	font-size: 18px;line-height: 1.8;color: #666666;
}
.fgangwei .list {
	margin-top: 50px;
}
.fgangwei .list .ls {
	margin-bottom: 30px;
}
.ftle h3 {
	position: relative;
	font-size: 18px;line-height: 34px;color: #333333;
	padding-left: 13px;
}
.ftle h3::before {
	position: absolute;z-index: 11;content: "";
	height: 18px;width: 3px;background: #00ae95;
	left: 0;top: 50%;transform: translateY(-50%);
}
.fgangwei .list p {
	margin-top: 7px;
	font-size: 16px;line-height: 46px;color: #989898;
}
.fgangwei .shangc {
	width: 192px;cursor: pointer;
	line-height: 52px;border-radius: 27px;
	overflow: hidden;background: #00ae95;
	font-size: 20px;color: #fff;text-align: center;
	transition: all 0.3s;
}
.fgangwei .shangc:hover {
	background: #06b99f;
}
.fgangwei .list {
	padding-bottom: 22px;
}


.fjianlbj {
	background: rgba(0,0,0,0.3);position: fixed;z-index: 111;
	top: 0;bottom: 0;left: 0;right: 0;display: none;
}
.fjianli {
	border-radius: 10px;overflow: hidden;
	position: fixed;z-index: 222;top: 10%;left: 0;
	right: 0;margin: 0 auto;background: #fff;
	padding: 54px 105px 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 880px;display: none;
}
.fjianli .fca {
	position: absolute;z-index: 11;
	top: 26px;right: 26px;width: 27px;height: 26px;
	background: url(../images/fc3.png) no-repeat center/cover;
	transition: all 0.3s;cursor: pointer;
}
.fjianli .fca:hover {
	transform: rotate(360deg);
}
.fjianli h2 {
	text-align: center;font-size: 36px;
	line-height: 58px;color: #262626;
}
.fjianli .text {
	margin: 62px auto 0;border-radius: 20px;overflow: hidden;
	background: #f5f5f5;border: 2px dashed #d0d0d0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 82px 20px 42px;
	position: relative;
}
.fjianli .text .file {
	position: absolute;z-index: 11;top: 0;bottom: 0;
	left: 0;right: 0;opacity: 0;display: block;width: 100%;cursor: pointer;
}
.fjianli .text .tet {
	text-align: center;
}
.fjianli .text .tet .ic {
	margin: 0 auto;width: 88px;
}
.fjianli .text .tet .ic img {
	display: block;width: 100%;margin: 0 auto;
}
.fjianli .text .tet h6 {
	margin-top: 40px;font-size: 18px;
	line-height: 1.6;color: #aaa9a9;
}
.fjianli .fsub {
	margin: 40px auto 0;display: block;
	border: none;background: #00ae95;
	line-height: 68px;border-radius: 34px;
	overflow: hidden;text-align: center;transition: all 0.3s;
	font-size: 28px;color: #fff;width: 100%;cursor: pointer;
}
.fjianli .fsub:hover {
	background: #06b89e;
}
.conban {
	height: 550px;
}
.conban .wrap {
	height: 100%;position: relative;
}
.conban .tlt {
	position: absolute;z-index: 11;bottom: 30%;
	left: 0;
}
.conban .tlt h2 {
	font-size: 60px;line-height: 94px;color: #fff;font-weight: 100;
	text-transform: uppercase;
}
.conban .tlt h2 i {
	display: inline-block;font-weight: bold;padding-right: 20px;
}
.conban .tlt h5 {
	font-size: 24px;line-height: 1.5;color: #fff;
}
.contact .hd {
	padding: 150px 0 140px;
}
.contact .hd .pic {
	float: right;width: 50%;height: 304px;	
}
.contact .hd .text {
	float: left;width: 40%;margin-top: 38px;
}
.contact .hd .text h3 {
	font-size: 25px;line-height: 35px;color: #3d3d3d;
}
.contact .hd .text dl {
	margin-top: 14px;
}
.contact .hd .text dd {
	margin-bottom: 20px;
	font-size: 14px;line-height: 30px;color: #4a4a4a;
	padding-left: 40px;
	background: url(../images/fn9.png) no-repeat left center;
}
.contact .hd .text dd:last-child {
	margin-bottom: 0;
}
.contact .hd .text dd:nth-child(2) {
	background: url(../images/fn10.png) no-repeat left center;
}
.contact .hd .text dd:nth-child(3) {
	background: url(../images/fn11.png) no-repeat left center;
}
.contact .hd .text dd:nth-child(4) {
	background: url(../images/fn12.png) no-repeat left center;
}
.contact .bd {
	background: #00ae95;
}
.contact .bd .lt {
	float: left;width: 45%;padding-top: 214px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .bd .pic {
	float: right;width: 100%;margin-right: -50%;
	height: 735px;
}
.contact .bd .lt h2 {
	font-size: 30px;line-height: 50px;color: #fff;
}
.contact .bd .lt h4 {
	font-size: 18px;line-height: 30px;color: #fff;
	margin-top: 42px;
}
.contact .bd .lt a {
	display: block;margin-top: 30px;
	width: 192px;line-height: 52px;
	border-radius: 27px;overflow: hidden;
	font-size: 20px;color: #00ae95;background: #fff;
	transition: all 0.3s;text-align: center;
	transition: all 0.3s;
}
.contact .bd .lt a:hover {
	background: rgba(255,255,255,0.9);
}


.fcontcbj {
	background: rgba(0,0,0,0.3);position: fixed;z-index: 111;
	top: 0;bottom: 0;left: 0;right: 0;display: none;
}
.fcontc {
	background: #fff;position: fixed;z-index: 222;
	top: 10%;display: none;
	left: 0;right: 0;margin: 0 auto;border-radius: 10px;
	overflow: hidden;width: 880px;padding: 54px 105px 64px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontc .cha {
	position: absolute;z-index: 66;top: 26px;
	right: 26px;background: url(../images/fc3.png) no-repeat center;
	width: 27px;height: 26px;transition: all 0.3s;cursor: pointer;
}
.fcontc .cha:hover {
	transform: rotate(360deg);
}
.fcontc h2 {
	text-align: center;
}
.fcontc h2 i {
	display: inline-block;padding-left: 60px;
	font-size: 36px;line-height: 60px;color: #262626;
	background: url(../images/fn13.png) no-repeat left center;
}
.fcontc .lis {
	overflow: hidden;margin-top: 62px;
}
.fcontc .lis .ls {
	float: left;width: calc((100% - 32px)/2);margin-bottom: 25px;
}
.fcontc .lis .ls:nth-child(2n) {
	float: right;
}
.fcontc .ls .text {
	width: 100%;border-radius: 5px;overflow: hidden;
	display: block;padding: 0 14px;
	font-size: 18px;height: 56px;color: #333;
	background: #f5f5f5;border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontc .lst .ls {
	margin-bottom: 18px;
}
.fcontc .lst .ls .tarea {
	width: 100%;border-radius: 5px;overflow: hidden;
	display: block;height: 110px;resize: none;
	font-size: 18px;color: #aaa9a9;border: none;
	background: #f5f5f5;padding: 10px 14px;
	-webkit-box-sizing: border-box;line-height: 1.5;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontc .fsub {
	margin: 40px auto 0;display: block;
	border: none;font-size: 28px;text-align: center;
	line-height: 66px;color: #fff;width: 100%;
	background: #00ae95;cursor: pointer;transition: all 0.3s;
	border-radius: 33px;overflow: hidden;
}
.fcontc .fsub:hover {
	background: #09b59c;
}



.qmxize{
	background: #0eab96;padding: 100px 0 80px;
}
.qmxize ul{
	font-size: 0;
}
.qmxize li{
	height: 410px;overflow: hidden;margin-bottom: 100px;width: calc((100% - 70px)/2);float: left;
}
.qmxize li:nth-child(2n){
	float: right;
}
