﻿@charset "utf-8";

body, ul, ol, dl, dd, p, h1, h2, h3, h4, h5, h6, input, textarea, i, section, figure, button, figcaption {
	margin: 0;
	padding: 0;
}
ol, ul, dl {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}
input, textarea, button {
	outline: none;
	border: none
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
body {
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑";
}


/*引入字体开始*/
@font-face {
	font-family: 'Deva';
	src: url('AdobeDevanagari-Bold.ttf');
	/* IE9 Compat Modes */
	src: url('AdobeDevanagari-Bold.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('AdobeDevanagari-Bold.ttf') format('woff'), /* Modern Browsers */
	url('AdobeDevanagari-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('AdobeDevanagari-Bold.ttf') format('svg');
	/* Legacy iOS */
	font-style: normal
}

@font-face {
	font-family: '苹方细';
	src: url('苹方黑体-细-简.ttf');
	/* IE9 Compat Modes */
	src: url('苹方黑体-细-简.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('苹方黑体-细-简.ttf') format('woff'), /* Modern Browsers */
	url('苹方黑体-细-简.ttf') format('truetype'), /* Safari, Android, iOS */
	url('苹方黑体-细-简.ttf') format('svg');
	/* Legacy iOS */
	font-style: normal
}

@font-face {
	font-family: '苹方';
	src: url('PingFang SC Regular.ttf');
	/* IE9 Compat Modes */
	src: url('PingFang SC Regular.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('PingFang SC Regular.ttf') format('woff'), /* Modern Browsers */
	url('PingFang SC Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('PingFang SC Regular.ttf') format('svg');
	/* Legacy iOS */
	font-style: normal
}

@font-face {
	font-family: '汉仪昌黎';
	src: url('HYCHANGLISONGKEBEN(TRUING)W.TTF');
	/* IE9 Compat Modes */
	src: url('HYCHANGLISONGKEBEN(TRUING)W.TTF') format('embedded-opentype'), /* IE6-IE8 */
	url('HYCHANGLISONGKEBEN(TRUING)W.TTF') format('woff'), /* Modern Browsers */
	url('HYCHANGLISONGKEBEN(TRUING)W.TTF') format('truetype'), /* Safari, Android, iOS */
	url('HYCHANGLISONGKEBEN(TRUING)W.TTF') format('svg');
	/* Legacy iOS */
	font-style: normal
}

@font-face {
	font-family: 'helve';
	src: url('HELVETICANEUELTPRO-HV.ttf');
	/* IE9 Compat Modes */
	src: url('HELVETICANEUELTPRO-HV.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('HELVETICANEUELTPRO-HV.ttf') format('woff'), /* Modern Browsers */
	url('HELVETICANEUELTPRO-HV.ttf') format('truetype'), /* Safari, Android, iOS */
	url('HELVETICANEUELTPRO-HV.ttf') format('svg');
	/* Legacy iOS */
	font-style: normal
}


/*引导页*/

#dowebok .section {
	overflow: hidden;
	position: relative;
}

#header .header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.bootPage {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 100;
	background: url(bootPage_bg.jpg) no-repeat center/cover;
	background-size: 100% 100%;
}

.bootPage_header {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: -64.7%;
	transition: all 1s ease-in-out;
	background: url(menu_bg.png) no-repeat right center;
	background-size: 100% 100%;
}

.bootPage_header figure {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.bootPage_header figure {
	content: "";
	width: 100%;
	height: 50%;
	left: -40%;
	position: absolute;
}

.bootPage_header .triangle1 {
	transform: skew(49.5deg);
	top: -1.5%;
}

.bootPage_header .triangle2 {
	transform: skew(-49.2deg);
	top: 48.5%;
}

.bootPage_header.open {
	left: 0;
}

.bootPage_header dt {
	width: 64.7%;
	position: absolute;
	height: 100%;
}

.bootNav {
	width: 85%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	height: 40px;
	margin: auto;
}

.bootNav ul {
	text-align: center;
}

.bootNav li {
	margin: 0 2%;
	display: inline-block;
	font-size: 0;
}

.bootNav li:nth-child(1) {
	animation-delay: 1.5s;
}

.bootNav li:nth-child(2) {
	animation-delay: 1.2s;
}

.bootNav li:nth-child(3) {
	animation-delay: 0.9s;
}

.bootNav li:nth-child(4) {
	animation-delay: 0.6s;
}

.bootNav li:nth-child(5) {
	animation-delay: 0.3s;
}

.bootNav li a {
	display: block;
	padding: 0 15px;
	color: #191919;
	transition: all 0.3s;
	font: 22px/40px "微软雅黑";
}

.bootNav li:hover a {
	color: #fff;
	background-color: #1a6d65;
}

.bootPage_header dd {
	width: 35.3%;
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.bootPage_header img {
	position: absolute;
	left: 15.6%;
	top: 50%;
	height: auto;
	margin-top: -43px;
}

.bootPage_header .menu {
	position: absolute;
	right: 8.7%;
	top: 50%;
	cursor: pointer;
	margin-top: -26px;
}

.menu {
	width: 44px;
	height: 28px;
	position: relative;
}

.menu span {
	height: 5px;
	border-radius: 5px;
	position: absolute;
}

.bootPage_header .menu span {
	background-color: #2fa33d;
}

.menu .line1 {
	width: 44px;
	top: 0;
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu .line2 {
	width: 37px;
	top: 11px;
}

.menu .line3 {
	width: 32px;
	bottom: 0;
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bootPage_header .menu.open .line2 {
	width: 44px;
	opacity: 0;
}

.bootPage_header .menu.open .line3 {
	width: 44px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
}

.bootPage_header .menu.open .line1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0.14s;
	top: 12px;
}

.bootPage_slogan {
	width: 77%;
	height: 67.8%;
	position: absolute;
	right: 1%;
	bottom: 0;
}

.bootPage_bg1 {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(bootPage_bg2.png) no-repeat center;
	background-size: 100% 100%;
	right: 0;
	bottom: 0;
}

.bootPage_bg2 {
	width: 80%;
	height: 79.8%;
	position: absolute;
	background: url(bootPage_bg1.png) no-repeat center;
	background-size: 100% 100%;
	right: 0;
	bottom: 0;
}

.bootPage_slogan figcaption {
	width: 56.8%;
	position: absolute;
	right: 0;
	bottom: 15%;
	padding-left: 24px;
}

.bootPage_slogan h2 {
	color: #dbe9e9;
	font: 40px/50px "宋体";
}

.bootPage_slogan p {
	color: #dae8e8;
	text-transform: uppercase;
	font: italic 12px/12px "Constantia";
}

.bootPage_slogan i {
	display: block;
	width: 3px;
	height: 54px;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #76bbb8;
}

.languageTab {
	width: 12%;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #0d867a;
	position: absolute;
	height: 16px;
	font: 16px/16px "微软雅黑";
}

.languageTab a {
	color: #0d867a;
	margin: 0 10px;
}

.innerLanguageTab {
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	color: #fff;
	height: 16px;
	font: 16px/16px "微软雅黑";
}

.innerLanguageTab a {
	color: #fff;
	margin: 0 10px;
}

@media only screen and (max-width:1680px) {
	.bootNav {
		left: 0;
	}
	.bootNav li {
		margin: 0 2.2%;
	}
	.bootNav li a {
		font-size: 20px;
	}
	.bootPage_header .triangle1 {
		transform: skew(46.5deg);
	}
	.bootPage_header .triangle2 {
		transform: skew(-47deg);
	}
}

@media only screen and (max-width:1600px) {
	.innerLanguageTab {
		right: 4%;
	}
	.languageTab {
		width: 14%;
	}
	.bootNav li {
		margin: 0 2%;
	}
	.bootPage_header .triangle1 {
		transform: skew(50.6deg);
	}
	.bootPage_header .triangle2 {
		transform: skew(-50.2deg);
	}
}

@media only screen and (max-width:1440px) {
	.bootNav li {
		margin: 0 1%;
	}
	.bootPage_header .triangle1 {
		transform: skew(47.6deg);
	}
	.bootPage_header .triangle2 {
		transform: skew(-47.2deg);
	}
}

@media only screen and (max-width:1400px) {
	.bootPage_header .triangle1 {
		transform: skew(41.5deg);
	}
	.bootPage_header .triangle2 {
		transform: skew(-41.2deg);
	}
}

@media only screen and (max-width:1366px) {
	.bootPage_header .triangle1 {
		transform: skew(51.4deg);
	}
	.bootPage_header .triangle2 {
		transform: skew(-51.2deg);
	}
}


/*引导页*/


/*公司简介*/

.home_common_part {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: 100% 100%;
}

.home_company_intro {
	background: url(home_intro_bg.jpg) no-repeat center;
}

.home_company_news {
	background: url(home_news_bg.jpg) no-repeat center;
}

.home_common_product {
	background: url(home_product_bg.jpg) no-repeat center;
}

.home_common_contact {
	background: url(home_contact_bg.jpg) no-repeat center;
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.header:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 7;
	background-color: #55b253;
}

.header dd {
	width: 74.2%;
	height: 102px;
	float: right;
	height: 102px;
	box-sizing: border-box;
}

.header .menu {
	float: right;
	margin-top: 38px;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.header .header_nav {
	float: right;
	width: 90%;
	position: relative;
	z-index: 9;
}

.header_nav li {
	float: left;
	margin-right: 7.2%;
	display: inline-block;
}

.header_nav li a {
	color: #fff;
	font: 16px/102px "微软雅黑";
}

.header .menu span {
	background-color: #fff;
}


/*色块*/

.logo {
	position: absolute;
	width: 40%;
	height: 70.3%;
	z-index: 99;
}

.logo img {
	height: auto;
	position: absolute;
	z-index: 10;
	top: 8%;
	right: 28.57%;
}

.home_common_lump b,
.home_common_lump span {
	display: block;
	position: absolute;
	height: 100%;
}

.home_common_box1 {
	width: 71.46%;
	height: 100%;
	position: absolute;
}

.home_common_box b,
.home_common_box span {
	background-size: 100% 100%!important;
}

.home_common_box2 {
	width: 65.52%;
	height: 100%;
	position: absolute;
}

.home_common_box1 .home_common_lump b {
	width: 100%;
	background: url(home_intro_bg2.png) no-repeat;
}

.home_common_box2 .home_common_lump b {
	width: 100%;
	background: url(home_product_bg2.png) no-repeat;
}

.home_common_box1 .home_common_lump span {
	width: 97.66%;
	background: url(home_intro_bg1.png) no-repeat;
}

.home_common_box2 .home_common_lump span {
	width: 96.58%;
	background: url(home_product_bg1.png) no-repeat;
}

.logo b {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
	position: absolute;
	background: url(home_logo_bg1.png) no-repeat;
	background-size: 100% 100%;
}

.home_common_part .triangle {
	position: absolute;
	background-size: 100% 100%!important;
	right: 0;
}

.home_common_odd .triangle {
	width: 23.8%;
	height: 58.54%;
	background: url(home_triangle_bg1.png) no-repeat;
	bottom: 0;
}

.home_common_even .triangle {
	width: 23.8%;
	height: 54.68%;
	background: url(home_triangle_bg2.png) no-repeat;
	top: 102px;
}


/*色块*/


/*内容*/

.home_common_text {
	box-sizing: border-box;
	height: 100%;
}

.home_common_text h2 {
	text-indent: 5%;
}

.home_text_odd {
	width: 71.46%;
	padding-left: 18.75%;
}

.home_text_even {
	width: 65.52%;
	padding-left: 8.12%;
}

.home_text_odd h2 {
	padding-top: 20.96%;
}

.home_text_even h2 {
	padding-top: 37%;
}

.home_common_text h2 {
	color: #fff;
	opacity: 0.12;
	text-transform: uppercase;
	font: bold italic 185px/185px "Constantia";
}

.home_common_odd figcaption {
	width: 38%;
}

.home_common_even figcaption {
	width: 52.54%;
}

.home_common_text figcaption {
	text-align: center;
	position: relative;
	z-index: 6;
}

.home_common_text h3 {
	color: #fff;
	text-align: center;
	font: 24px/64px "微软雅黑";
}

.home_common_text i {
	display: block;
	width: 45px;
	height: 1px;
	margin: 0 auto;
	background-color: #fff;
}

.home_common_text p {
	color: #fff;
	margin-top: 13px;
	text-align: center;
	font: 16px/32px "微软雅黑";
}

.home_common_text .more {
	height: 58px;
	display: block;
	position: absolute;
}

.home_common_text .more {
	width: 14%;
	height: 58px;
	position: absolute;
	background-size: 100% 100%!important;
	font: 18px/58px "Deva";
	text-transform: uppercase;
	color: #fff;
	text-indent: 46px;
	bottom: 21.97%;
}

.home_common_text .more:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(more_arrow.png) no-repeat 75% center;
}

.home_text_odd .more {
	left: 30.1%;
	background: url(home_more_bg1.png) no-repeat;
}

.home_text_even .more {
	left: 50.2%;
	background: url(home_more_bg2.png) no-repeat;
}


/*内容*/


/*公司简介*/


/*简介列表*/

.home_intro_list {
	width: 130px;
	top: 23.7%;
	right: 27.8%;
	position: absolute;
}

.home_intro_list li {
	padding: 30px 0;
	position: relative;
}

.home_intro_list li h2 {
	color: #fff;
	text-align: center;
	font: 48px/50px "微软雅黑";
}

.home_intro_list li p {
	color: #fff;
	text-align: center;
	font: 16px/30px "微软雅黑";
}

.home_intro_list li:before {
	content: "";
	width: 267%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0;
}

.home_intro_list li.odd:before {
	left: 0;
}

.home_intro_list li.even:before {
	right: 0;
}


/*简介列表*/



/*产品列表*/

.home_product_box {
	width: 27.5%;
	position: absolute;
	right: 10.68%;
	top: 31.25%;
}

.home_product_box dt {
	width: 38.55%;
	float: left;
}

.home_product_box dt h2 {
	color: #459248;
	height: 30px;
	overflow: hidden;
	text-transform: uppercase;
	font: bold 30px/30px "微软雅黑";
}

.home_product_box dt h3 {
	color: #fff;
	height: 84px;
	overflow: hidden;
	font: bold 48px/84px "微软雅黑";
}

.home_product_box dt p {
	color: #fff;
	font: 24px/28px "微软雅黑";
}

.home_product_box dt img {
	width: 100%;
	height: 239px;
	margin-top: 30px;
	display: block;
}

.home_product_box dd {
	width: 52.5%;
	float: right;
	margin-left: 5%;
	margin-top: 42%;
}

.home_product_box dd li {
	color: #fff;
	padding-left: 28px;
	height: 42px;
	overflow: hidden;
	background: url(home_product_icon.png) no-repeat left center;
	font: 20px/42px "微软雅黑";
}


/*产品列表*/


/*新闻列表*/

.home_news_list {
	width: 28.2%;
	right: 5.5%;
	position: absolute;
	top: 21.8%;
}

.home_news_list li {
	padding: 8% 0;
	position: relative;
}

.home_news_list li:nth-child(1) {
	right: 5%;
}

.home_news_list li:nth-child(2) {
	right: 30%;
}

.home_news_list li:nth-child(3) {
	right: 55%;
}

.home_news_list li:nth-child(4) {
	right: 80%;
}

.home_news_list h2 {
	color: #eeffff;
	height: 32px;
	overflow: hidden;
	font: 20px/32px "微软雅黑";
}

.home_news_list h2 span {
	float: left;
}

.home_news_list h2 time {
	float: right;
	color: #b0babe;
	font: 14px/32px "微软雅黑";
}

.home_news_list p {
	color: #eeffff;
	height: 32px;
	overflow: hidden;
	font: 16px/32px "微软雅黑";
}

.home_news_list li:before {
	content: "";
	width: 60%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0;
}

.home_news_list li:nth-child(odd):before {
	left: -36%;
}

.home_news_list li:nth-child(even):before {
	right: -12%;
}


/*新闻列表*/


/*联系我们*/

.home_contact_box {
	width: 75.52%;
	margin: 6% auto;
}

.home_contact_box dt {
	width: 60%;
	float: left;
}

.home_contact_box dt p {
	text-align: left;
	margin-top: 0;
}

.home_contact_box dd {
	width: 128px;
	float: right;
}

.home_contact_box dd img {
	width: 110px;
	height: 110px;
	padding: 8px;
	margin-top: 10px;
	border: 1px solid #34a2a0;
}


/*联系我们*/


/*在线留言*/

.home_leave_message {
	position: absolute;
	z-index: 7;
	width: 25.62%;
	right: 18.54%;
	bottom: 30.56%;
}

.home_leave_message li {
	margin-bottom: 5%;
}

.home_leave_message li h2 {
	color: #fff;
	font: 24px/42px "微软雅黑";
}

.home_leave_message input,
.home_leave_message textarea {
	width: 100%;
	color: #e8e8e7;
	padding-left: 15px;
	box-sizing: border-box;
	border: 1px solid #b8babc;
	transition: all .3s ease-in-out;
	background: rgba(255, 255, 255, 0.3);
	font: 18px/40px "微软雅黑";
}

.home_leave_message input:focus,
.home_leave_message textarea:focus {
	border-color: rgba(85, 178, 83, 0.5);
}

.home_leave_message li input {
	height: 40px;
}

.home_leave_message li input::-webkit-input-placeholder {
	color: #e8e8e7;
}

.home_leave_message li input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #e8e8e7;
}

.home_leave_message li input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #e8e8e7;
}

.home_leave_message li input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #e8e8e7;
}

.home_leave_message li textarea {
	height: 124px;
	resize: none;
}

.home_leave_message li textarea::-webkit-input-placeholder {
	color: #e8e8e7;
}

.home_leave_message li textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #e8e8e7;
}

.home_leave_message li textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #e8e8e7;
}

.home_leave_message li textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #e8e8e7;
}

.home_leave_message li a {
	width: 130px;
	height: 39px;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #55b253;
	font: 18px/39px "微软雅黑";
}


/*在线留言*/


/*首页动画*/

.bootPage_slogan * {
	animation-fill-mode: both!important;
}

.section.active .bootPage_bg1 {
	animation: fadeInUp 1s;
}

.section.active .bootPage_bg2 {
	animation: fadeInUp 1s;
	animation-delay: 0.6s;
}

.section.active .bootPage_slogan figcaption {
	animation: fadeInUp 1s;
	animation-delay: 1.5s;
}

.section.active .home_common_lump b {
	animation: fadeInLeft 1.2s;
}

.section.active .home_common_lump span {
	animation: fadeInLeft 1.5s;
	animation-delay: 0.3s;
}

.section.active .triangle {
	animation: fadeInRight 1s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
}

.section.active .home_common_text .more {
	animation: fadeInLeft 1s;
	animation-delay: 1.5s;
	animation-fill-mode: both;
}

.section.active .home_intro_list li {
	animation: fadeInUp 1s;
	animation-fill-mode: both;
}

.section.active .home_intro_list li:nth-child(1) {
	animation-delay: 0.3s;
}

.section.active .home_intro_list li:nth-child(2) {
	animation-delay: 0.5s;
}

.section.active .home_intro_list li:nth-child(3) {
	animation-delay: 0.7s;
}

.section.active .home_intro_list li:nth-child(4) {
	animation-delay: 0.9s;
}

.section.active .home_intro_list li:nth-child(5) {
	animation-delay: 0.13s;
}

.section.active .home_intro_list li:nth-child(6) {
	animation-delay: 0.15s;
}


/*首页动画*/


/*尾部信息*/

.home_footer_info {
	right: 7.3%;
	bottom: 12px;
	position: absolute;
}

.home_footer_info * {
	color: #e3e3e5;
	font: 14px/24px "微软雅黑";
}

.home_footer_info p {
	color: #e3e3e5;
	text-align: center;
	font: 14px/24px "微软雅黑";
}

.home_footer_info a {
	color: #e3e3e5;
}

.home_footer_info a:hover {
	opacity: 0.8;
}

.footer_info ul {
	float: left;
}

.footer_info li {
	float: left;
	width: auto;
	margin-right: 20px;
}


/*尾部信息*/


/*首页媒体查询*/

@media only screen and (max-width:1680px) {
	.home_intro_list li:before {
		width: 214%;
	}
	.home_common_text h2 {
		font: bold italic 156px/168px "Constantia";
	}
	.home_common_text h2 {
		text-indent: 5%;
	}
	.home_product_box dt h3 {
		height: 76px;
		font: bold 40px/76px "微软雅黑";
	}
	.home_product_box dt p {
		font: 22px/24px "微软雅黑";
	}
	.home_product_box dd li {
		height: 38px;
		font: 18px/38px "微软雅黑";
	}
	.home_news_list {
		right: 3.5%;
	}
	.home_common_odd figcaption {
		width: 40%;
	}
	.home_news_list h2 {
		font-size: 18px
	}
	.home_common_text .more {
		font-size: 16px;
	}
	.home_common_text h3 {
		font: 22px/60px "微软雅黑";
	}
	.home_leave_message li h2 {
		font: 22px/38px "微软雅黑";
	}
	.home_leave_message li input {
		height: 36px;
		font: 16px/36px "微软雅黑";
	}
	.home_leave_message li a {
		font: 16px/36px "微软雅黑";
	}
	.home_text_odd {
		padding-left: 16.75%;
	}
	.home_text_odd h2 {
		padding-top: 22.96%;
	}
	.home_product_box dt img {
		height: 209px;
	}
	.home_common_even .triangle {
		top: 98px;
	}
}

@media only screen and (max-width: 1600px) {
	.home_intro_list li h2 {
		font: 42px/46px "微软雅黑";
	}
	.home_intro_list li:before {
		width: 195%;
	}
	.home_text_odd {
		padding-left: 9.75%;
	}
	.home_common_odd figcaption {
		width: 34%;
	}
	.home_common_text .more:before {
		background-size: 28px 14px;
		background-position-x: 80%;
	}
	.home_text_even h2 {
		padding-top: 28.75%;
	}
	.home_news_list li {
		padding: 6% 0;
	}
	.header .menu {
		margin-top: 27px;
	}
	.home_text_odd h2 {
		padding-top: 20.96%;
	}
	.home_product_box {
		top: 26.25%;
	}
	.home_product_box dt img {
		height: 199px;
	}
	.home_text_even h2 {
		padding-top: 30.75%;
	}
	.home_common_text h2 {
		text-indent: 6%;
		font-size: 145px
	}
	.home_product_box dd {
		margin-top: 54%;
	}
	.home_footer_info {
		right: 4.3%;
	}
	.home_common_even .triangle {
		top: 83px;
	}
	.home_common_text .more {
		height: 54px;
		line-height: 54px;
	}
	.home_intro_list {
		top: 18.7%;
	}
}

@media only screen and (max-width:1440px) {
	.home_footer_info {
		right: 4.3%;
	}
	.home_common_text .more {
		font-size: 14px;
	}
	.home_intro_list li h2 {
		font: 38px/42px "微软雅黑";
	}
	.home_product_box dt h3 {
		height: 72px;
		font: bold 34px/72px "微软雅黑";
	}
	.home_product_box dt h2 {
		height: 25px;
		font: bold 24px/25px "微软雅黑";
	}
	.home_product_box dt p {
		font: 18px/22px "微软雅黑";
	}
	.home_product_box dd li {
		height: 32px;
		font: 14px/32px "微软雅黑";
	}
	.home_product_box dt img {
		height: 179px;
	}
	.home_product_box dd {
		margin-top: 54%;
	}
	.home_intro_list li {
		padding: 20px 0;
	}
	.home_common_text h2 {
		font: bold italic 128px/145px "Constantia";
	}
	.home_text_even h2 {
		padding-top: 34.75%;
	}
	.home_text_odd {
		padding-left: 13.75%;
	}
	.home_text_odd h2 {
		text-indent: 14%;
	}
	.home_common_text h3 {
		font-size: 20px;
	}
	.home_news_list {
		top: 22.8%;
	}
}

@media only screen and (max-width:1400px) {
	.header dd {
		height: 98px;
	}
	.home_footer_info {
		right: 2.3%;
	}
	.home_text_odd {
		padding-left: 12.75%;
	}
	.home_text_odd h2 {
		padding-top: 22.96%;
	}
	.home_common_text h2 {
		font: bold italic 145px/158px "Constantia";
	}
	.home_text_even {
		padding-left: 10.12%;
	}
	.home_text_even h2 {
		padding-top: 38.75%;
	}
	.home_contact_box {
		width: 100%;
	}
	.home_common_text h2 {
		font: bold italic 120px/158px "Constantia";
	}
	.home_text_odd h2 {
		text-indent: 10%;
	}
	.home_common_even .triangle {
		top: 98px;
	}
	.header .menu {
		margin-top: 35px;
	}
}

@media only screen and (max-width:1366px) {
	.home_text_even h2 {
		padding-top: 28.75%;
	}
	.home_common_text p {
		font: 15px/26px "微软雅黑";
	}
	.home_text_odd h2 {
		padding-top: 14.96%;
	}
	.home_text_odd {
		padding-left: 10.75%;
	}
	.home_text_odd h2 {
		text-indent: 20%;
	}
	.header .menu {
		margin-top: 22px;
	}
	.home_common_even .triangle {
		top: 69px;
	}
	.home_common_text .more {
		height: 46px;
		line-height: 46px;
	}
	.home_common_text h2 {
		line-height: 120px;
	}
	.home_company_intro .home_common_text h3 {
		text-indent: 42px;
	}
	.home_leave_message li {
		margin-bottom: 3.5%;
	}
}


/*首页媒体查询*/


/*案例*/

#container {
	width: 100%;
	overflow: hidden;
	min-width: 1330px;
}

#container .header {
	position: relative;
}

.header dt {
	width: 26.26%;
	position: absolute;
	z-index: 99;
}

.header dt img {
	width: 100%;
	height: auto;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:1680px) {
	.header dd {
		height: 89px;
	}
	.header_nav li {
		margin-right: 6.3%;
	}
	.header_nav li a {
		line-height: 89px;
	}
}

@media only screen and (max-width:1600px) {
	.header dd {
		height: 85px;
	}
	.header_nav li a {
		line-height: 85px;
	}
}

@media only screen and (max-width:1440px) {
	.header dd {
		height: 76px;
	}
	.header_nav li a {
		line-height: 76px;
	}
	.innerLanguageTab {
		right: 4%;
	}
	.header_nav li {
		margin-right: 5.2%;
	}
	.bootNav li a {
		font-size: 18px;
	}
}

@media only screen and (max-width:1400px) {
	.bootNav li a {
		font-size: 18px;
	}
	.header_nav li {
		margin-right: 5%;
	}
}

@media only screen and (max-width:1366px) {
	.header dd {
		height: 73px;
	}
	.header_nav li a {
		line-height: 73px;
	}
	.header_nav li {
		margin-right: 4.6%;
	}
	.languageTab {
		width: 16%;
	}
}

.innerContainer {
	min-height: 384px;
	background-color: #f6f6f6;
}

.case_list {
	width: 88.85%;
	margin: 0 auto;
}

.case_list li {
	margin-bottom: 58px;
	position: relative;
}

.case_list dd {
	width: 65.2%;
	float: right;
}

.case_list dd img {
	width: 100%;
	height: 410px;
}

.case_list dt {
	width: 54.4%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(case_bg.png) no-repeat;
	background-size: 100% 100%;
}

.case_list dt span {
	position: absolute;
	display: block;
	width: 33.7%;
	text-indent: 8%;
	color: #fff;
	font: 16px "微软雅黑";
	bottom: 21%;
	left: 0;
	transition: all 0.3s;
	background: url(case_arrow.png) no-repeat 54% center;
}

.case_list dt span:hover {
	background-position-x: 56%;
}

.case_list dt figcaption {
	width: 58.52%;
	padding-top: 5%;
	padding-left: 30px;
}

.case_list dt h2 {
	color: #353535;
	font: 24px/65px "微软雅黑";
}

.case_list dt p {
	color: #606060;
	font: 16px/35px "微软雅黑";
}

@media only screen and (max-width:1680px) {
	.case_list dt figcaption {
		padding-top: 3%;
	}
	.case_list dd img {
		height: 358px;
	}
	.case_list dt p {
		line-height: 32px;
	}
	.case_list dt span:hover {
		background-position-x: 58%;
	}
}

@media only screen and (max-width:1600px) {
	.case_list dd img {
		height: 341px;
	}
	.case_list dt span {
		background-position-x: 60%;
	}
	.case_list dt span:hover {
		background-position-x: 64%;
	}
	.case_list dt h2 {
		font: 22px/56px "微软雅黑";
	}
}

@media only screen and (max-width:1440px) {
	.case_list dd img {
		height: 306px;
	}
	.case_list dt h2 {
		font: 20px/42px "微软雅黑";
	}
	.case_list dt p {
		font-size: 14px
	}
}

@media only screen and (max-width:1366px) {
	.case_list dd img {
		height: 291px;
	}
	.case_list dt span {
		text-indent: 7%;
	}
}


/*案例*/


/*尾部*/

.footer {
	width: 100%;
	color: #c5c5c5;
	text-align: center;
	background-color: #434343;
	font: 14px/105px "微软雅黑";
	position: relative;
	z-index: 99;
}

.footer p {
	color: #c5c5c5;
	text-align: center;
	font: 14px/105px "微软雅黑";
}

.footer a {
	color: #c5c5c5;
}

.footer a:hover {
	opacity: 0.8;
}

.clumnPosition {
	display: none;
}


/*尾部*/


/*新闻*/

.newsTab {
	position: absolute;
	width: 88%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.newsTab li {
	float: left;
	margin-right: 4%;
}

.newsTab li a {
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
	overflow: hidden;
	font: 16px/83px "微软雅黑";
}

.newsTab li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all .3s;
	background-color: #096867;
}

.newsTab li:hover a:before {
	left: 0;
}

.newsTab li a.on:before {
	left: 0;
}

@media only screen and (max-width:1680px) {
	.newsTab li a {
		line-height: 72px;
	}
}

@media only screen and (max-width:1600px) {
	.newsTab li a {
		line-height: 68px;
	}
}

@media only screen and (max-width: 1440px) {
	.newsTab li a {
		line-height: 62px;
	}
	.newsTab li a:before {
		height: 3px;
	}
}

@media only screen and (max-width:1400px) {
	#container .header .menu {
		margin-top: 26px;
	}
}


/*新闻*/


/*新闻列表*/

.news_list {
	width: 90.52%;
	margin: 0 auto;
}

.news_list li {
	width: 30.13%;
	margin: 0 1.5% 3%;
	float: left;
	padding-top: 2%;
	background-color: #fff;
	box-sizing: border-box;
}

.news_list li figure {
	width: 83%;
	margin: 0 auto;
	overflow: hidden;
}

.news_list li img {
	width: 100%;
	height: 261px;
	transition: all .5s;
}

.news_list li h2 {
	width: 83%;
	margin: 0 auto;
	color: #3b3b3b;
	height: 83px;
	overflow: hidden;
	font: 18px/83px "微软雅黑";
}

.news_list li figcaption {
	width: 100%;
	height: 141px;
	background: #0b8f8d;
	position: relative;
}

.news_list li dl {
	width: 83%;
	margin: 0 auto;
	padding-top: 23px;
	position: relative;
	z-index: 2;
}

.news_list li dt {
	width: 62%;
	float: left;
	color: #a4e9e8;
	transition: all .3s;
	height: 96px;
	overflow: hidden;
	font: 16px/32px "微软雅黑";
}

.news_list li dd {
	width: 36.28%;
	float: right;
	text-align: right;
	padding-top: 24px;
	color: #abdfaa;
	transition: all .3s;
	font: 48px/48px "苹方细";
}

.news_list li dd time {
	font: 24px/48px "苹方细";
}

.news_list li b {
	width: 39.15%;
	height: 100%;
	right: 0;
	top: 0;
	transition: all 0.5s;
	background: url(news_bg.png) left center;
	position: absolute;
}

.news_list li:hover dt {
	color: #fff;
}

.news_list li:hover dd {
	color: #fff;
}

.news_list li:hover b {
	width: 100%;
	background-position: right center;
}

.news_list li:hover img {
	transform: scale(1.1);
}

@media only screen and (max-width:1680px) {
	.news_list li img {
		height: 228px;
	}
}

@media only screen and (max-width:1600px) {
	.news_list li h2 {
		height: 68px;
		font: 16px/68px "微软雅黑";
	}
	.news_list li dt {
		height: 84px;
		font: 14px/28px "微软雅黑";
	}
	.news_list li figcaption {
		height: 128px;
	}
	.news_list li dd {
		padding-top: 16px;
		font-size: 42px
	}
	.news_list li dd time {
		font-size: 20px
	}
	.news_list li img {
		height: 217px;
	}
}

@media only screen and (max-width:1440px) {
	.news_list li img {
		height: 196px;
	}
}

@media only screen and (max-width:1400px) {
	.news_list li img {
		height: 190px;
	}
}

@media only screen and (max-width:1366px) {
	.news_list li img {
		height: 185px;
	}
}


/*新闻列表*/


/*公司介绍*/

.aboutTab {
	width: 84%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.aboutTab li {
	float: left;
	margin-right: 4%;
}

.aboutTab li a {
	display: block;
	color: #2a2a2a;
	position: relative;
	text-align: center;
	overflow: hidden;
	font: 16px/120px "微软雅黑";
}

.aboutTab li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all .3s;
	background-color: #096867;
}

.aboutTab li:hover a:before {
	left: 0;
}

.aboutTab li a.on:before {
	left: 0;
}

@media only screen and (max-width:1680px) {
	.aboutTab li a {
		line-height: 105px;
	}
}

@media only screen and (max-width:1600px) {
	.aboutTab li a {
		line-height: 98px;
	}
}

@media only screen and (max-width:1440px) {
	.aboutTab li a {
		line-height: 90px;
	}
	.aboutTab li a:before {
		height: 3px;
	}
}

@media only screen and (max-width:1366px) {
	.aboutTab li a {
		line-height: 86px;
	}
}

.aboutAs {
	width: 100%;
	padding-top: 80px;
}

.aboutAs h2 {
	width: 75%;
	margin: 0 auto;
	color: #292929;
	font: 26px/26px "微软雅黑";
}

.aboutAs dl {
	width: 75%;
	margin: 0 auto;
	margin-top: 32px;
	position: relative;
}

.aboutAs dt {
	float: left;
	width: 39.58%;
	box-sizing: border-box;
	padding-right: 2.3%;
	position: relative;
	z-index: 6;
}

.aboutAs dt p {
	color: #575757;
	font: 16px/32px "微软雅黑";
}

.aboutExpain {
	position: relative;
	right: 0;
	width: 100%;
	height: 726px;
	margin-top: 16px;
}

.aboutExpain img {
	position: absolute;
	width: 132.6%;
	height: 100%;
	left: -26.4%;
	top: 0;
	z-index: 9;
}

.aboutExpain figcaption {
	box-sizing: border-box;
	position: absolute;
	padding-top: 58%;
	display: block;
	color: #fff;
	z-index: 9;
	font: 14px/34px "微软雅黑";
}

.aboutAs dd {
	width: 60.42%;
	float: right;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	z-index: 5;
}

.aboutAs dd h3 {
	color: #575757;
	position: relative;
	z-index: 8;
	font: 11px/24px "arial";
}

.aboutList img {
	width: 59.8%;
	height: 720px;
	float: left;
}

.aboutList {
	position: relative;
	z-index: 8;
	margin-top: 16px;
}

.aboutList ul {
	width: 40.2%;
	float: right;
}

.aboutList li {
	padding: 14% 0;
	position: relative;
}

.aboutList li:before {
	position: absolute;
	content: "";
	width: 60%;
	height: 1px;
	background-color: #eeeeee;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.aboutList li:last-child:before {
	background-color: transparent;
}

.aboutList li.last:before {
	background-color: transparent;
}

.aboutList li h4 {
	color: #353535;
	text-align: center;
	font: 48px/56px "苹方";
}

.aboutList li p {
	color: #585858;
	text-align: center;
	font: 16px/38px "微软雅黑";
}

.aboutContainer {
	width: 100%;
	position: relative;
}

.aboutContainer img {
	width: 100%;
	height: auto;
	margin-top: -18%;
}

.aboutBox {
	width: 1200px;
	height: 265px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(about_bg.png) no-repeat center;
	box-sizing: border-box;
	position: absolute;
}

.aboutBox h3 {
	width: 69.83%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: -120px;
	color: #fff;
	font: 16px/34px "微软雅黑";
}

.aboutBox figcaption {
	color: #414141;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -42px;
	text-align: center;
	font: 28px/42px "微软雅黑";
}

.aboutBox figcaption p {
	text-align: center;
	font: 28px/42px "微软雅黑";
}

@media only screen and (max-width:1680px) {
	.aboutList li {
		padding: 13.5% 0;
	}
	.aboutContainer img {
		margin-top: -14%;
	}
	.aboutList li h4 {
		font-size: 44px;
		line-height: 50px;
	}
	.aboutExpain {
		height: 634px;
	}
	.aboutList img {
		height: 629px;
	}
	.aboutExpain figcaption {
		padding-top: 55%;
	}
}

@media only screen and (max-width:1600px) {
	.aboutAs h2 {
		font-size: 24px;
	}
	.aboutList li h4 {
		font-size: 40px;
		line-height: 47px;
	}
	.aboutExpain {
		height: 604px;
	}
	.aboutList img {
		height: 599px;
	}
}

@media only screen and (max-width:1440px) {
	.aboutList li h4 {
		font-size: 36px;
		line-height: 38px;
	}
	.aboutContainer img {
		margin-top: -10%;
	}
	.aboutExpain {
		height: 543px;
	}
	.aboutList img {
		height: 538px;
	}
	.aboutExpain figcaption {
		line-height: 30px;
	}
}

@media only screen and (max-width:1400px) {
	.aboutAs h2 {
		font-size: 22px;
	}
	.aboutList li h4 {
		font-size: 32px;
		line-height: 34px;
	}
	.aboutExpain {
		height: 527px;
	}
	.aboutList img {
		height: 523px;
	}
	.aboutExpain figcaption {
		padding-top: 50%;
	}
}

@media only screen and (max-width:1366px) {
	.aboutAs dt p {
		font-size: 15px;
	}
	.aboutExpain {
		height: 514px;
	}
	.aboutList img {
		height: 510px;
	}
	.aboutExpain figcaption {
		padding-top: 52%;
	}
}


/*公司介绍*/


/*联系我们*/

.mapBox {
	width: 100%;
	height: 690px;
}

.contactBox dl {
	width: 100%;
	position: relative;
}

.contactBox dt {
	width: 63.7%;
	float: left;
	margin-top: 3%;
	position: relative;
	z-index: 1;
}

.contactBox dl figcaption {
	position: absolute;
	z-index: 2;
}

.contactBox dt figcaption {
	top: 25%;
	left: 29.7%;
	color: #fff;
	font: 16px/32px "微软雅黑";
}

.contactBox dd figcaption {
	left: 20%;
	top: 11%;
}

.contactBox dd h2 {
	color: #fff;
	font: bold 24px/38px "微软雅黑";
}

.contactBox dd p {
	color: #fff;
	text-transform: uppercase;
	font: 13px/13px "arial";
}

.contactBox dd h3 {
	color: #fff;
	position: absolute;
	left: 25%;
	text-transform: uppercase;
	font: 800 194px/194px "arial";
	bottom: -10%;
}

.contactBox dt p {
	color: #fff;
	font: 16px/32px "微软雅黑";
}

.contactBox dt img,
.contactBox dd img {
	width: 100%;
	height: auto;
}

.contactBox dd {
	width: 58.7%;
	position: absolute;
	right: 0;
	top: -16%;
}

@media only screen and (max-width:1680px) {
	.contactBox dd h3 {
		font: 800 164px/174px "arial";
	}
	.contactBox dd h2 {
		font-size: 22px;
	}
	.contactBox dd p {
		font-size: 12px
	}
}

@media only screen and (max-width:1600px) {
	.contactBox dd h3 {
		font-size: 154px
	}
}

@media only screen and (max-width:1440px) {
	.contactBox dd h3 {
		font: 800 142px/148px "arial";
	}
	.contactBox dd h2 {
		font: bold 20px/36px "微软雅黑";
	}
	.contactBox dd figcaption {
		top: 9%;
	}
}

@media only screen and (max-width:1366px) {
	.contactBox dt figcaption {
		top: 20%;
	}
}


/*联系我们*/


/*产品中心*/

.product_list>li {
	padding-top: 65px;
}

.product_list .odd dl {
	float: left;
}

.product_list .even dl {
	float: right;
}

.product_list li dl {
	width: 81.25%;
	position: relative;
}

.product_list>li:last-child {
	position: relative;
	top: 11px;
}

.product_list dt {
	width: 65.25%;
	height: 584px;
	position: relative;
	z-index: 3;
}

.product_list .odd dt {
	float: left;
	background: url(product_bg1.png) no-repeat;
	background-size: 100% 100%;
}

.product_list .even dt {
	float: right;
	background: url(product_bg2.png) no-repeat;
	background-size: 100% 100%;
}

.product_list .odd dd {
	right: 0;
}

.product_list .even dd {
	left: 0;
}

.product_list dd {
	width: 55%;
	height: 520px;
	position: absolute;
	top: 0;
}

.productTitle {
	width: 35.68%;
	padding-left: 10%;
	position: absolute;
	bottom: 20%;
	box-sizing: border-box;
}

.product_list .odd .productTitle {
	left: 0;
}

.product_list .even .productTitle {
	right: 0;
}

.productTitle h3 {
	color: #fff;
	font: 30px/68px "微软雅黑";
}

.productTitle h4 {
	color: #fff;
	font: 30px/45px "微软雅黑";
}

.productTitle p {
	color: #fff;
	font: 18px/45px "微软雅黑";
}

.productTxt {
	width: 54%;
	position: absolute;
	box-sizing: border-box;
	bottom: 10%;
}

.product_list .odd .productTxt {
	right: 4%;
}

.product_list .even .productTxt {
	left: 37%;
}

.productTxt li {
	color: #3e3e3e;
	height: 40px;
	overflow: hidden;
	font: 16px/40px "微软雅黑";
	text-indent: 28px;
	background: url(home_product_icon.png) no-repeat left center;
}

.productTxt ul {
	width: 50%;
}

.product_list i {
	right: 0;
	bottom: 0;
	position: absolute;
	color: #0b8f8d;
	font: 142px/132px "helve";
}

.product_list .odd i {
	right: 65px
}

.product_list .even i {
	left: 65px;
}

.innerLogo {
	width: 254px;
	position: absolute;
	z-index: 99;
	left: 5%;
	top: 50%;
}

.innerLogo img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:1680px) {
	.innerLogo {
		width: 238px;
	}
	.bootPage_header img {
		width: 238px;
	}
	.logo img {
		width: 238px;
	}
	.product_list dt {
		height: 510px;
	}
	.product_list dd {
		height: 455px;
	}
	.productTxt li {
		height: 36px;
		line-height: 36px;
	}
	.product_list i {
		font: 120px/118px "helve";
	}
	.productTitle {
		bottom: 16%;
	}
}

@media only screen and (max-width:1600px) {
	.innerLogo {
		width: 220px;
	}
	.bootPage_header img {
		width: 220px;
	}
	.logo img {
		width: 220px;
	}
	.product_list dt {
		height: 486px;
	}
	.product_list dd {
		height: 433px;
	}
}

@media only screen and (max-width:1440px) {
	.innerLogo {
		width: 198px;
	}
	.bootPage_header img {
		width: 198px;
	}
	.logo img {
		width: 198px;
	}
	.product_list dt {
		height: 437px;
	}
	.product_list dd {
		height: 389px;
	}
	.productTxt li {
		height: 32px;
		line-height: 32px;
	}
}

@media only screen and (max-width:1400px) {
	.product_list dt {
		height: 424px;
	}
	.product_list dd {
		height: 378px;
	}
}

@media only screen and (max-width:1366px) {
	.product_list dt {
		height: 414px;
	}
	.product_list dd {
		height: 369px;
	}
	.product_list>li:last-child {
		top: 8px;
	}
}


/*产品中心*/


/*资质证书*/

.certificate_list {
	width: 86%;
	margin: 0 auto;
}

.certificate_list li {
	width: 31.3%;
	float: left;
	margin: 0 1% 2%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 11px;
	border-bottom: 2px solid #029951;
}

.certificate_list li:before,
.certificate_list li:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	transition: all 0.6s;
	border-bottom: 20px solid #029951;
}

.certificate_list li:before {
	left: 0;
	border-right: 20px solid transparent;
}

.certificate_list li:after {
	right: 0;
	border-left: 20px solid transparent;
}

.certificate_list li figure {
	width: 93.4%;
	margin: 0 auto;
	padding-top: 13px;
	overflow: hidden;
}

.certificate_list li img {
	width: 100%;
	height: 316px;
}

.certificate_list li p {
	color: #3b3b3b;
	text-align: center;
	font: 18px/56px "微软雅黑";
}

.certificate_list li:hover:before,
.certificate_list li:hover:after {
	border-width: 30px;
}

.certificate_list li:hover p {
	color: #029951;
}

@media only screen and (max-width:1680px) {
	.certificate_list li img {
		height: 276px;
	}
}

@media only screen and (max-width:1600px) {
	.certificate_list li img {
		height: 263px;
	}
}

@media only screen and (max-width:1440px) {
	.certificate_list li img {
		height: 237px;
	}
}

@media only screen and (max-width:1400px) {
	.certificate_list li img {
		height: 230px;
	}
}

@media only screen and (max-width:1366px) {
	.certificate_list li img {
		height: 224px;
	}
}


/*资质证书*/


/*发展历程*/

.developScroll {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.developScroll .bd {
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
}

.developScroll .bd li {
	width: 31%;
	height: 430px;
	position: relative;
	margin-right: 36px;
	overflow: hidden;
	background-color: #fff;
}

.developScroll .bd li:before {
	left: 0;
	bottom: 0;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #029951;
}

.developScroll .bd li:after {
	top: 0;
	right: 0;
	border-left: 30px solid transparent;
	border-top: 40px solid #029951;
}

.developScroll .bd li:before,
.developScroll .bd li:after {
	content: "";
	position: absolute;
	transition: all 0.6s;
}

.developScroll .bd li:hover:before {
	border-right-width: 40px;
	border-bottom-width: 50px
}

.developScroll .bd li:hover:after {
	border-left-width: 40px;
	border-top-width: 50px;
}

.developScroll .bd li time {
	display: block;
	color: #0b8f8d;
	height: 132px;
	transition: all 0.6s;
	font: bold 202px/202px "Shruti";
}

.developScroll .bd li:hover time {
	color: #029951;
}

.developScroll .bd li figcaption {
	width: 80%;
	margin: 0 auto;
}

.developScroll .bd li h2 {
	color: #353535;
	margin-top: 12px;
	font: 24px/68px "微软雅黑";
}

.developScroll .bd li p {
	color: #606060;
	font: 16px/35px "微软雅黑";
}

.developScroll .hd {
	height: 78px;
	width: 100%;
	position: absolute;
	top: 50%;
	bottom: 50%;
	margin: auto;
}

.developScroll .hd a {
	display: block;
	width: 44px;
	height: 78px;
	cursor: pointer;
	transition: all 0.5s;
}

.developScroll .hd .prev {
	float: left;
	background: #bfbfbf url(develop_arrow1.png) no-repeat center;
}

.developScroll .hd .prev:hover {
	background: #029951 url(develop_arrow1.png) no-repeat center;
}

.developScroll .hd .next {
	float: right;
	background: #bfbfbf url(develop_arrow2.png) no-repeat center
}

.developScroll .hd .next:hover {
	background: #029951 url(develop_arrow2.png) no-repeat center;
}

@media only screen and (max-width:1680px) {
	.developScroll .bd li time {
		height: 102px;
		font: bold 146px/146px "Shruti";
	}
}

@media only screen and (max-width:1600px) {
	.developScroll .bd li h2 {
		font: 22px/52px "微软雅黑";
	}
	.developScroll .bd li p {
		line-height: 32px;
	}
	.developScroll .bd li {
		height: 402px;
	}
}

@media only screen and (max-width:1440px) {
	.developScroll .bd li time {
		height: 86px;
		font: bold 112px/112px "Shruti";
	}
	.developScroll .bd li h2 {
		font-size: 20px;
		line-height: 40px;
	}
}


/*发展历程*/


/*分页*/

.pageClass {
	clear: both;
	text-align: center;
	padding-bottom: 2%;
	margin-top: 3%;
	line-height: 32px;
}

.pageClass a {
	color: #3f3f3f;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #DEDEDE;
}

.pageClass a:hover {
	color: #fff;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 1px 19px;
	color: #3f3f3f;
}

.pageClass a span:hover {
	color: #fff;
}

.pageClass strong {
	cursor: pointer;
	display: inline-block;
	color: #3f3f3f;
}

.pageClass strong:hover {
	color: #fff;
}

.pageClass strong span:hover {
	color: #fff;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #55b253;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 3px 15px;
}

.pageClass a:hover {
	color: #fff;
	background: #55b253;
	border: 1px solid #55b253;
}


/*分页*/


/*文章内容*/


/*文章详情页*/

.article {
	width: 80%;
	margin: 0 auto;
	padding: 2% 3%;
	box-sizing: border-box;
	background-color: #fff;
}

.articleTitle h2 {
	color: #55b253;
	text-align: center;
	font: bold 18px/48px "微软雅黑";
}

.articleTitle p {
	text-align: center;
	color: #6c6c6c;
	font: 14px/22px "微软雅黑";
}

.articleTitle p span {
	margin: 0 5px;
}

.articleContent {
	min-height: 300px;
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑";
}

.articleContent p {
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑";
}

.articleContent * {
	max-width: 100%!important;
	height: auto!important;
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑";
}

.articleTab {
	color: #6c6c6c;
	padding-top: 20px;
	font: 14px/32px "微软雅黑";
}

.articleTab a {
	font: 14px/32px "微软雅黑";
	color: #6c6c6c;
}

.articleContent img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.articleTab a:hover,
.articleTab a:active {
	color: #55b253;
}


/*文章详情页*/


/*alert弹窗*/

.alertFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.3);
}

.alertFix {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -150px;
	width: 300px;
	min-height: 120px;
	background-color: #fff;
}

.alertHead {
	padding: 0 20px;
	width: 260px;
	height: 40px;
	font-weight: bold;
	line-height: 40px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
}

.alertCont {
	background-color: #fff;
	font: 14px/32px "微软雅黑";
	color: #333;
	padding: 20px;
}

.alertConfirm {
	padding: 0 20px 10px;
	text-align: right;
}

.alertConfirm a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	background-color: #0b8f8d;
	border-radius: 3px;
}


/*alert弹窗*/


/*产品详情页*/

.productBox {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#product_list {
	width: 1200px;
	margin: 0 auto;
}

#product_list li dl {
	width: 100%;
}

#product_list li dd {
	width: 850px;
	right: 0;
}

#product_list li dt {
	width: 650px;
	height: 521px;
	background: url(product_bg3.png) no-repeat;
}

#product_list .productTitle {
	width: 340px;
	position: static;
	padding-left: 0;
	text-align: center;
	padding-top: 14px;
}

#product_list .productTxt ul {
	width: 265px;
	margin-left: 72px;
}

#product_list>li:last-child {
	top: 0;
}

.productIntro {
	width: 100%;
	height: 192px;
	margin-top: 30px;
	background-color: #187169;
}

.productIntro dt {
	width: 314px;
	float: left;
}

.productIntro dt img {
	width: 314px;
	height: 192px;
}

.productIntro dd {
	width: 780px;
	float: right;
	height: 192px;
	position: relative;
	margin-right: 24px;
}

.productIntro dd figcaption {
	width: 100%;
	position: absolute;
	height: 152px;
	overflow: hidden;
	color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	font: 18px/38px "微软雅黑";
}

.productContent {
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
}

.productContent * {
	max-width: 100%!important;
	height: auto!important;
	color: #343434;
	font: 16px/32px "微软雅黑";
}

#product_list li i {
	right: 54px;
	font: 65px/52px "helve";
}


/*产品详情页*/

.scroll_icon {
	width: 100%;
	position: absolute;
	bottom: 23px;
	left: 0;
	z-index: 10;
}

.scroll_icon img {
	display: block;
	margin: 0 auto;
}

.scroll_icon h4 {
	margin-top: 9px;
	font-size: 12px;
	color: #dbe9e9;
	text-align: center;
	font-weight: normal;
}

.scroll_icon h3 img {
	cursor: pointer;
	animation-fill-mode: both;
	-webkit-animation: bounce-down 1.5s linear infinite;
	animation: bounce-down 1.5s linear infinite;
}

@keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-8px)
	}
	50%,
	100% {
		-webkit-transform: translateY(0)
	}
	75% {
		-webkit-transform: translateY(8px)
	}
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-color: #fdfefe!important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	background: #fdfefe!important;
}


/*人才招聘*/

.humanResources {
	width: 88%;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 30px;
}

.humanLeft {
	width: 31.3%;
	float: left;
	position: relative;
}

.humanLeft h3 {
	width: 42%;
	left: 0;
	top: 0;
	position: absolute;
}

.humanLeft h3 p {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	text-indent: 32px;
	position: absolute;
	left: 14%;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(pen.png) no-repeat left center;
}

.humanLeft h3 img {
	width: 100%;
	height: auto;
}

.humanLeft figure {
	width: 100%;
	padding-top: 22px;
}

.humanLeft figure img {
	width: 100%;
	height: auto;
}

.humanRight {
	width: 68.7%;
	float: right;
	box-sizing: border-box;
	padding: 0px 35px 0 25px;
}

.humanRight h2 {
	font-size: 18px;
	line-height: 62px;
	color: #4d4d4d;
	padding-left: 14px;
	position: relative;
	font-weight: normal;
}

.humanRight h2:before {
	content: "";
	width: 3px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #55b253;
}

.humanRight h3 {
	width: 100%;
	background-color: #ededed;
}

.humanRight h3 p {
	width: 18%;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
	color: #4d4d4d;
	text-align: center;
}

.humanRight li {
	border-bottom: 1px dashed #e8e8e8;
}

.humanRight li p {
	width: 18%;
	float: left;
	font-size: 14px;
	line-height: 56px;
	color: #787878;
	text-align: center;
}

.humanRight li a {
	display: block;
	width: 69px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 12px;
	background-color: #55b253;
}

.humanRight p.first {
	width: 25%;
}

@media only screen and (max-width:1440px) {
	.humanRight li p {
		line-height: 52px;
	}
	.humanRight li a {
		margin-top: 10px;
	}
}


/*人才招聘*/


/*招聘详情*/

.jobDetailTitle h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 68px;
	color: #4d4d4d;
	width: auto;
	background: transparent;
}

.jobDetailTitle button {
	float: right;
	width: 128px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin-top: 18px;
	cursor: pointer;
	background-color: #55b253;
	border-radius: 5px;
	font-family: "微软雅黑";
}

.jobDetailList ul {
	padding: 20px 28px;
	background-color: #edf3fa;
}

.jobDetailList li {
	float: left;
	width: 33.33%;
	font-size: 15px;
	line-height: 36px;
	color: #787777;
}

.jobDetailList li b {
	color: #4d4d4d;
}

.jobDetailItem h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 44px;
	margin-top: 18px;
	background: transparent;
}

.jobDetailItem p {
	color: #4d4d4d;
	font: 14px/30px "微软雅黑";
}

.recruitDetail li {
	border-bottom: none;
}


/*招聘详情*/


/*alert弹窗*/

.joxBox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 111;
	background: rgba(0, 0, 0, 0.7);
}

.jobForm {
	width: 430px;
	height: 406px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 98;
	border-radius: 15px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	border: 1px solid #f3f3f3;
}

.jobForm h2 {
	font-size: 16px;
	line-height: 54px;
	color: #4c4c4c;
	padding: 0 30px;
	width: 100%;
	margin-left: -30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.jobForm h2:before {
	content: "";
	position: absolute;
	width: 64px;
	height: 3px;
	background-color: #55b253;
	left: 30px;
	bottom: -1px;
}

.jobForm li {
	margin-top: 15px;
}

.jobForm li label {
	font-size: 16px;
	line-height: 36px;
	float: left;
	color: #4c4c4c;
}

.jobForm li input {
	width: 288px;
	height: 36px;
	float: left;
	margin-left: 12px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 36px;
	color: #4c4c4c;
	text-indent: 15px;
	font-family: "微软雅黑";
}

.jobForm li a {
	width: 108px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	font-family: "微软雅黑";
	background-color: #55b253;
}

.jobForm h2 i {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background: url(jobclose.png) no-repeat center/cover;
}

.productTab {
	width: 84%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.productTab ul {
	font-size: 0
}

.productTab li {
	margin-right: 4%;
	float: left;
}

.productTab li a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 120px;
	font-family: "微软雅黑";
	position: relative;
	overflow: hidden;
}

.productTab li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all .3s;
	background-color: #096867;
}

.productTab li:hover a:before {
	left: 0;
}

.productTab li a.on:before {
	left: 0;
}

@media only screen and (max-width:1680px) {
	.productTab li a {
		line-height: 105px;
	}
}

@media only screen and (max-width:1600px) {
	.productTab li a {
		line-height: 100px;
	}
}

@media only screen and (max-width:1440px) {
	.productTab li a {
		line-height: 90px;
	}
}

@media only screen and (max-width:1400px) {
	.productTab li a {
		line-height: 87px;
	}
}

@media only screen and (max-width:1366px) {
	.productTab li a {
		line-height: 85px;
	}
}



/*** s 二级导航 ***/
.secondNav-frame {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	margin: 0 auto;
	width: 85%;
}
.secondNav-frame .secondNav {
	width: 100%;
}
.secondNav-frame .secondNav ul {
	width: 100%;
	height: 100px;
	line-height: 100px;
}
.secondNav-frame .secondNav ul:after {
	content: "";
	display: block;
	clear: both;
}
.secondNav-frame .secondNav ul li {
	float: left;
	margin-right: 50px;
	height: 100%;
}
.secondNav-frame .secondNav li a {
	display: block;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}
.secondNav-frame .secondNav li a.on {
	border-bottom: 4px solid #096867;
}
.jq-path {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 2;
}
/*** 二级导航 e ***/



/*** s 产品介绍 ***/
.proIntroduce {
	margin: 0 auto;
	padding: 80px 0 30px;
	width: 1300px;
}
.proIntroduce .imgWrap {
	width: 100%;
}
.proIntroduce .imgWrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.proIntroduce .list {
	margin-top: 30px;
	width: 100%;
}
.proIntroduce .list li {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 310px;
	height: 300px;
	background-image: url(productCenter/cpzx-list-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	overflow: hidden;
	-ms-transition: .35s;
		transition: .35s;
}
.proIntroduce .list li:nth-child(4n) {
	margin-right: 0;
}
.proIntroduce .list li:hover {
	background-color: #438f53;
	border-radius: 20px;
}
.proIntroduce .list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.proIntroduce .list li hgroup {
	padding-top: 100px;
	text-align: center;
}
.proIntroduce .list li hgroup h3 {
	font-weight: normal;
	font-size: 30px;
	font-family: arial;
}
.proIntroduce .list li hgroup p {
	font-weight: normal;
	font-size: 24px;
}
.proIntroduce .list li span {
	position: absolute;
	right: 8px;
	bottom: 2px;
	font-size: 10px;
}
/*** 产品介绍 e ***/



/*** s 机理研究 ***/
.mechResearch {
	margin: 0 auto;
	padding: 80px 0 60px;
	width: 1300px;
}
.mechResearch .imgWrap {
	float: left;
	width: 548px;
}
.mechResearch .imgWrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.mechResearch h3.title {
	float: right;
	width: 720px;
	font-weight: normal;
	font-size: 30px;
}
.mechResearch .list {
	float: right;
	width: 720px;
}
.mechResearch .list li {
	position: relative;
	float: left;
	margin: 35px 24px 0 0;
	width: 224px;
	height: 254px;
	text-align: center;
	background-color: #76d0b9;
	background: -webkit-linear-gradient(#a7ebc2, #3db0ad); /* Safari 5.1 - 6.0 */
	background:    -moz-linear-gradient(#a7ebc2, #3db0ad); /* Firefox 3.6 - 15 */
	background:     -ms-linear-gradient(#a7ebc2, #3db0ad);
	background:         linear-gradient(#a7ebc2, #3db0ad); /* 标准的语法 */
	-ms-transition: .3s;
		transition: .3s;
	-webkit-transform-origin: 50% 0 0;
	   -moz-transform-origin: 50% 0 0;
		-ms-transform-origin: 50% 0 0;
			transform-origin: 50% 0 0;
	-webkit-transform: skewX(-15deg);
	   -moz-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
			transform: skewX(-15deg);
}
.mechResearch .list li:hover {
	background-color: #bfe9de;
	background: -webkit-linear-gradient(#d7f6e3, #a6dbd9); /* Safari 5.1 - 6.0 */
	background:    -moz-linear-gradient(#d7f6e3, #a6dbd9); /* Firefox 3.6 - 15 */
	background:     -ms-linear-gradient(#d7f6e3, #a6dbd9);
	background:         linear-gradient(#d7f6e3, #a6dbd9); /* 标准的语法 */
}
.mechResearch .list li:nth-child(3n) {
	margin-right: 0;
}
.mechResearch .list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.mechResearch .list li p {
	padding-top: 90px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	-ms-transition: .3s;
		transition: .3s;
	-webkit-transform-origin: 50% 100% 0;
	   -moz-transform-origin: 50% 100% 0;
		-ms-transform-origin: 50% 100% 0;
			transform-origin: 50% 100% 0;
	-webkit-transform: skewX(15deg);
	   -moz-transform: skewX(15deg);
		-ms-transform: skewX(15deg);
			transform: skewX(15deg);
}
.mechResearch .list li:hover p {
	color: #0a8f8c;
}
.mechResearch .list li i {
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: #fff;
	-ms-transition: .3s;
		transition: .3s;
}
.mechResearch .list li:hover i {
	background-color: #0a8f8c;
}
/*** 机理研究 e ***/



/*** s 质量保证 ***/
.guarantee {
	margin: 60px auto;
	width: 1300px;
	background-color: #f5f5f5;
}
.guarantee .imgWrap {
	float: left;
	width: 571px;
	height: 100%;
}
.guarantee .imgWrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.guarantee .txtWrap {
	float: left;
	margin-top: 95px;
	width: 729px;
	height: 100%;
}
.guarantee .txtWrap p.title {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 32px;
	color: #56b154;
	border-bottom: #56b154 solid 2px;
}
.guarantee .list {
	width: 100%;
}
.guarantee .list li {
	position: relative;
	margin-bottom: 2px;
	padding-left: 70px;
	height: 84px;
	line-height: 84px;
	background-color: #dcefef;
	-ms-transition: .25s;
		transition: .25s;
}
.guarantee .list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 46px;
	margin-top: -2px;
	width: 13px;
	height: 4px;
	background-color: #0a8f8c;
}
.guarantee .list li:hover:before {
	background-color: #fff;
}
.guarantee .list li:hover {
	background-color: #56b154;
}
.guarantee .list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.guarantee .list li:hover a {
	color: #fff;
}
.guarantee .list li p {
	font-weight: normal;
	font-size: 24px;
}
/*** 质量保证 e ***/



/*** s 产品中心详情 ***/
.proCenterInfo {
	margin: 0 auto;
	width: 1200px;
}
.proCenterInfo hgroup {
	padding: 40px 0;
	text-align: center;
}
.proCenterInfo hgroup .mainTitle {
	font-size: 26px;
	color: #0a8f8c;
}
.proCenterInfo hgroup .Subheading {
	font-size: 26px;
	color: #0a8f8c;
}
.proCenterInfo .proCenterCont {
	padding: 2px 30px;
	background-color: #fff;
}
.proCenterInfo .proCenterCont p.title {
	height: 68px;
	line-height: 68px;
	border-bottom: #9fcbca solid 1px;
}
.proCenterInfo .proCenterCont p.title span {
	display: inline-block;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #0a8f8c;
	border-bottom: #0a8f8c solid 3px;
}
.proCenterInfo .proCenterCont .cont {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.8;
	color: #535353;
}
.proCenterInfo .proCenterCont .cont img {
	max-width: 100%;
	height: auto;
}
.proCenterInfo .proCenterCont .cont table {
	max-width: 100%;
}
/*** 产品中心详情 e ***/



/*** s 研发团队 ***/
.RDteam {
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	width: 1200px;
	min-height: 600px;
	line-height: 1.5;
}
.RDteam h3.title {
	font-weight: normal;
	font-size: 32px;
	text-align: center;
}
.RDteam .centerRound {
	position: absolute;
	top: 140px;
	right: 0;
	left: 0;
	z-index: 0;
	margin: auto;
	width: 430px;
	height: 430px;
	border: 12px solid #e8f0f0;
	border-radius: 50%;
	box-sizing: border-box;
}
.RDteam .centerRound dl {
	margin: 0 auto;
	width: 272px;
	text-align: center;
}
.RDteam .centerRound dt {
	margin: 40px 0;
	font-size: 30px;
}
.RDteam .centerRound dd {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 124px;
	height: 76px;
	line-height: 76px;
	border: #6cbcba solid 1px;
}
.RDteam .centerRound dd:nth-child(2n+1) {
	margin-right: 0;
}
.RDteam .list {
	position: relative;
	z-index: 10;
	margin-top: 60px;
}
.RDteam .list li {
	position: relative;
	float: left;
	margin-left: 42px;
	margin-right: 42px;
	margin-bottom: 70px;
	width: 332px;
	height: 86px;
	line-height: 86px;
	background-color: #0a8f8c;
	-ms-transition: .3s;
		transition: .3s;
}
.RDteam .list li:nth-child(2n) {
	float: right;
}
.RDteam .list li:nth-child(2) {
	background-color: #56b154;
}
.RDteam .list li:nth-child(3) {
	margin-left: 0;
	background-color: #56b154;
}
.RDteam .list li:nth-child(4) {
	margin-right: 0;
}
.RDteam .list li:nth-child(5) {
	clear: both;
}
.RDteam .list li:nth-child(6) {
	background-color: #56b154;
}
.RDteam .list li:hover {
	-webkti-transform: skewX(-10deg);
	   -moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
			transform: skewX(-10deg);
}
.RDteam .list li a {
	display: block;
	padding: 0 30px;
	width: 100%;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
}
.RDteam .list li a span {
	font-weight: bold;
	font-size: 20px;
}
.RDteam .list li i {
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #348e8a;
}
.RDteam .list li:nth-child(2n) i {
	right: auto;
	left: -20px;
	border-color: transparent #348e8a transparent transparent;
}
.RDteam .list li:nth-child(2) i {
	border-color: transparent #56b154 transparent transparent;
}
.RDteam .list li:nth-child(3) i {
	border-color: transparent transparent transparent #56b154;
}
.RDteam .list li:nth-child(6) i {
	border-color: transparent #56b154 transparent transparent;
}
/*** 研发团队 e ***/

