a,
select,
textarea,
input,
button,
html,
body,
div,
ul,
li {
	tap-highlight-color: transparent !important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
	-webkit-appearance: none;
}

button,
input,
textarea,
select {
	border: none;
	border-radius: 0;
	outline: none;
}

.slick-slider {
	margin-bottom: 0 !important;
}

@keyframes scale {
	0% {
		transform: scale(0.2);
		opacity: 0;
	}

	50% {
		transform: scale(0.5);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.f8f8f8 {
	background: #f8f8f8;
}

html {
	font-size: 20px;
}

@media only screen and (min-width: 360px) {
	html {
		font-size: 20px !important;
	}
}

@media only screen and (min-width: 435px) {
	html {
		font-size: 30px !important;
	}
}

@media only screen and (min-width: 500px) {
	html {
		font-size: 36px !important;
	}
}

@media only screen and (min-width: 750px) {
	html {
		font-size: 40px !important;
	}
}

@keyframes pound {
	from {
		transform: none;
	}

	50% {
		transform: scale(1.1);
	}

	to {
		transform: none;
	}
}

@keyframes move {
	0% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(-5px);
	}
}

@font-face {
	font-family: "AVGR65W";
	src: url("fonts/AVGR65W.woff2") format("woff2"), url("fonts/AVGR65W.woff") format("woff"), url("fonts/AVGR65W.ttf") format("truetype"), url("fonts/AVGR65W.eot") format("embedded-opentype"), url("fonts/AVGR65W.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CENTURYGOTHIC-BOLD";
	src: url("fonts/CENTURYGOTHIC-BOLD.woff2") format("woff2"), url("fonts/CENTURYGOTHIC-BOLD.woff") format("woff"), url("fonts/CENTURYGOTHIC-BOLD.ttf") format("truetype"), url("fonts/CENTURYGOTHIC-BOLD.eot") format("embedded-opentype"), url("fonts/CENTURYGOTHIC-BOLD.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica LT 95 Black";
	src: url("fonts/Helvetica LT 95 Black.woff2") format("woff2"), url("fonts/Helvetica LT 95 Black.woff") format("woff"), url("fonts/Helvetica LT 95 Black.ttf") format("truetype"), url("fonts/Helvetica LT 95 Black.eot") format("embedded-opentype"), url("fonts/Helvetica LT 95 Black.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GOTHIC";
	src: url("fonts/GOTHIC.woff2") format("woff2"), url("fonts/GOTHIC.woff") format("woff"), url("fonts/GOTHIC.ttf") format("truetype"), url("fonts/GOTHIC.eot") format("embedded-opentype"), url("fonts/GOTHIC.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.cb,
.abanner .text_box .text_cen .tab .tab_cell .title .en,
.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_num,
.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .cont .en,
.main.test .test_box .research .research_cen .research_list ul li .num {
	font-family: "CENTURYGOTHIC-BOLD";
}

.co,
.main.about .wrap .title .en,
.main.about .wrap .wrap_box .box1 .box_top .title .en {
	font-family: "GOTHIC";
}

.tn,
.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box .num,
.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .num_box .num {
	font-family: "Helvetica LT 95 Black";
}

@media (min-width: 1024px) {
	.ani_top {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (min-width: 1024px) {
	.ani_time {
		transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	}
}

body {
	width: 100%;
	overflow: hidden;
}

.ellipsis,
.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .title .cn_tit,
.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .title .en_tit,
.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .tit,
.main.test .test_box .test_cen .list ul li .box_l a .cont .t,
.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .t,
.main.news .news_detail .news_detail_box .db .detail_bot .detail_l p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

::-webkit-input-placeholder {
	color: #999 !important;
}

:-moz-placeholder {
	color: #999 !important;
}

::-moz-placeholder {
	color: #999 !important;
}

:-ms-input-placeholder {
	color: #999 !important;
}

.w1400 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1440px) {
	.w1400 {
		width: 88%;
	}
}

@media (max-width: 1024px) {
	.w1400 {
		width: 92%;
	}
}

.bocweb-header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
	left: 0;
	top: 0;
	height: 70px;
	z-index: 1000;
}

@media (max-width: 1024px) {
	.bocweb-header {
		height: 60px;
	}
}

@media (max-width: 435px) {
	.bocweb-header {
		height: 50px;
	}
}

.bocweb-header .hbg {
	position: absolute;
	width: 100%;
	height: 60px;
	opacity: .9;
	background-color: #f9f9f9;
	display: none;
	top: 70px;
	left: 0;
}

.bocweb-header .logo {
	float: left;
	display: block;
	line-height: 70px;
	padding-left: 40px;
}

@media (max-width: 1250px) {
	.bocweb-header .logo {
		padding-left: 30px;
	}

	.bocweb-header .logo img {
		max-width: 240px;
	}
}

@media (max-width: 1024px) {
	.bocweb-header .logo {
		padding-left: 3%;
		line-height: 60px;
	}
}

@media (max-width: 450px) {
	.bocweb-header .logo img {
		max-width: 180px;
	}
}

@media (max-width: 435px) {
	.bocweb-header .logo {
		line-height: 50px;
	}
}

.bocweb-header .search {
	float: right;
	width: 84px;
	cursor: pointer;
	height: 70px;
	border-left: 1px solid #f1f1f1;
	background: url(../img/search.png) no-repeat center center #fafafa;
}

@media (max-width: 1100px) {
	.bocweb-header .search {
		width: 70px;
	}
}

@media (max-width: 1024px) {
	.bocweb-header .search {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 435px) {
	.bocweb-header .search {
		width: 50px;
		height: 50px;
	}
}

.bocweb-header .menu {
	float: right;
	width: 84px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	background: #68b82d;
	position: relative;
}

@media (max-width: 1100px) {
	.bocweb-header .menu {
		width: 70px;
	}
}

@media (max-width: 1024px) {
	.bocweb-header .menu {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 435px) {
	.bocweb-header .menu {
		width: 50px;
		height: 50px;
	}
}

.bocweb-header .menu.open .front,
.bocweb-header .menu.open .back {
	transform: translateX(-100%);
}

.bocweb-header .menu .back {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/close.png) no-repeat center center;
	z-index: 10;
	top: 0;
	left: 100%;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

@media (max-width: 500px) {
	.bocweb-header .menu .back {
		background-size: 16px auto;
	}
}

.bocweb-header .menu .front {
	height: 100%;
	padding-top: 12px;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	box-sizing: border-box;
	text-align: center;
}

@media (max-width: 1024px) {
	.bocweb-header .menu .front {
		padding-top: 8px;
	}
}

@media (max-width: 435px) {
	.bocweb-header .menu .front {
		padding-top: 6px;
	}
}

.bocweb-header .menu .front .menu_img {
	text-align: center;
}

.bocweb-header .menu .front .menu_img img {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.bocweb-header .menu .front .menu_img img {
		max-height: 20px;
	}
}

@media (max-width: 435px) {
	.bocweb-header .menu .front .menu_img img {
		max-height: 15px;
	}
}

.bocweb-header .menu .front .text {
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
	text-align: center;
	font-family: "AVGR65W";
}

@media (max-width: 1024px) {
	.bocweb-header .menu .front .text {
		font-size: 12px;
	}
}

@media (max-width: 435px) {
	.bocweb-header .menu .front .text {
		margin-top: 0;
		font-size: 11px;
		line-height: 14px;
	}
}

.bocweb-header .nav {
	float: left;
	margin-left: 55px;
	padding-left: 33px;
	position: relative;
}

@media (max-width: 1250px) {
	.bocweb-header .nav {
		margin-left: 30px;
		padding-left: 20px;
	}
}

@media (max-width: 1024px) {
	.bocweb-header .nav {
		display: none;
	}
}

.bocweb-header .nav::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	background: #ddd;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.bocweb-header .nav ul li {
	float: left;
	padding: 0 22px;
	position: relative;
}

@media (max-width: 1300px) {
	.bocweb-header .nav ul li {
		padding: 0 14px;
	}
}

@media (max-width: 1130px) {
	.bocweb-header .nav ul li {
		padding: 0 8px;
	}
}

@media (min-width: 1024px) {
	.bocweb-header .nav ul li:hover .link span::after {
		transform: scaleX(1);
		transform-origin: left center;
	}
}

.bocweb-header .nav ul li.active .link span::after {
	transform: scaleX(1);
	transform-origin: left center;
}

.bocweb-header .nav ul li .link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 70px;
	color: #454545;
	margin: 0 2px;
	position: relative;
}

.bocweb-header .nav ul li .link span::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #68b82d;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s ease;
}

.bocweb-header .nav ul li .link i {
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 4px;
	background: url(../img/down.png) no-repeat;
}

.bocweb-header .nav ul li .slider {
	position: absolute;
	left: 22px;
	top: 70px;
	min-width: 450px;
	display: none;
	padding: 15px 0;
}

@media (max-width: 1250px) {
	.bocweb-header .nav ul li .slider {
		left: 14px;
	}
}

.bocweb-header .nav ul li .slider a {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #454545;
	transition: color 0.3s;
	margin-right: 30px;
}

.bocweb-header .nav ul li .slider a:last-child {
	margin-right: 0;
}

@media (max-width: 1300px) {
	.bocweb-header .nav ul li .slider a {
		margin-right: 20px;
	}
}

@media (min-width: 1024px) {
	.bocweb-header .nav ul li .slider a:hover {
		color: #68b82d;
	}
}

.w1360 {
	width: 70.8%;
	margin-left: auto;
	margin-right: auto;
	min-width: 1360px;
}

@media (max-width: 1600px) {
	.w1360 {
		width: 88%;
		min-width: inherit;
	}
}

@media (min-width: 1024px) and (max-height: 700px) {
	.w1360 {
		width: 80%;
	}
}

@media (max-width: 1024px) {
	.w1360 {
		width: 88%;
	}
}

@media (max-width: 500px) {
	.w1360 {
		width: 94%;
	}
}

.position_m {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	display: none;
}

@media (max-width: 1024px) {
	.position_m {
		display: block;
	}
}

.position_m .swiper-container .swiper-wrapper .swiper-slide {
	width: auto;
	display: inline-block;
	margin-left: -1px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.position_m .swiper-container .swiper-wrapper .swiper-slide:first-child {
	margin-left: 0;
}

.position_m .swiper-container .swiper-wrapper .swiper-slide.active a::after {
	transform: scaleX(1);
	transform-origin: left center;
}

.position_m .swiper-container .swiper-wrapper .swiper-slide.active a .icon img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.position_m .swiper-container .swiper-wrapper .swiper-slide.active a .icon img.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

.position_m .swiper-container .swiper-wrapper .swiper-slide.active a .text {
	color: #fff;
}

.position_m .swiper-container .swiper-wrapper .swiper-slide a {
	position: relative;
	display: block;
	padding: 0 80px;
}

@media (max-width: 700px) {
	.position_m .swiper-container .swiper-wrapper .swiper-slide a {
		padding: 0 60px;
	}
}

@media (max-width: 500px) {
	.position_m .swiper-container .swiper-wrapper .swiper-slide a {
		padding: 0 30px;
	}
}

.position_m .swiper-container .swiper-wrapper .swiper-slide a::after {
	content: "";
	display: block;
	position: absolute;
	transform-origin: right center;
	transform: scaleX(0);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #68b82d;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.position_m .swiper-container .swiper-wrapper .swiper-slide a .text {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 50px;
	color: #454545;
	transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 435px) {
	.position_m .swiper-container .swiper-wrapper .swiper-slide a .text {
		line-height: 40px;
	}
}

.position {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0 0 18px rgba(4, 0, 0, 0.08);
}

@media (max-width: 1024px) {
	.position {
		display: none;
	}
}

.position.position2 .position_cen a {
	width: 50%;
}

.position .position_cen a {
	width: 25%;
	margin-left: -1px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	float: left;
	text-align: center;
	position: relative;
}

.position .position_cen a.active::after {
	transform: scaleX(1);
	transform-origin: left center;
}

.position .position_cen a.active .icon img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.position .position_cen a.active .icon img.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

.position .position_cen a.active .text {
	color: #fff;
}

@media (min-width: 1024px) {
	.position .position_cen a:hover::after {
		transform: scaleX(1);
		transform-origin: left center;
	}

	.position .position_cen a:hover .icon img {
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.position .position_cen a:hover .icon img.active {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.position .position_cen a:hover .text {
		color: #fff;
	}
}

.position .position_cen a::after {
	content: "";
	display: block;
	position: absolute;
	transform-origin: right center;
	transform: scaleX(0);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #68b82d;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.position .position_cen a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 10;
}

.position .position_cen a .icon img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	right: 0;
	margin: auto;
}

.position .position_cen a .icon img.active {
	filter: alpha(opacity=0);
	opacity: 0;
}

.position .position_cen a .text {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 60px;
	color: #454545;
	transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.abanner {
	position: relative;
}

.abanner.service .text_box .text_cen .tab .tab_cell .title .cn_tit {
	color: #68b82d;
}

.abanner.service .text_box .text_cen .tab .tab_cell .title .cn_ds {
	font-size: 36px;
	color: #454545;
	margin-top: 15px;
}

@media (max-width: 1024px) {
	.abanner.service .text_box .text_cen .tab .tab_cell .title .cn_ds {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 600px) {
	.abanner.service .text_box .text_cen .tab .tab_cell .title .cn_ds {
		margin-top: 5px;
		font-size: 18px;
		line-height: 30px;
	}
}

.abanner.steroids .text_box .text_cen .tab .tab_cell .title .cn_tit,
.abanner.steroids .text_box .text_cen .tab .tab_cell .title .cn_ds {
	color: #454545;
}

@media (max-width: 500px) {
	.abanner.steroids img {
		width: 180%;
		margin-left: -64%;
	}
}

.abanner.catecholamine .text_box .text_cen .tab .tab_cell .title .cn_tit,
.abanner.catecholamine .text_box .text_cen .tab .tab_cell .title .cn_ds {
	color: #454545;
}

.abanner .text_box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.abanner .text_box .text_cen {
	height: 100%;
}

.abanner .text_box .text_cen .tab {
	width: 100%;
	height: 100%;
	display: table;
}

.abanner .text_box .text_cen .tab .tab_cell {
	display: table-cell;
	vertical-align: middle;
}

.abanner .text_box .text_cen .tab .tab_cell .title .cn_tit {
	font-size: 48px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .cn_tit {
		font-size: 40px;
		line-height: 44px;
	}
}

@media (max-width: 600px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .cn_tit {
		font-size: 26px;
		line-height: 30px;
	}
}

.abanner .text_box .text_cen .tab .tab_cell .title .cn_ds {
	font-size: 30px;
	line-height: 48px;
	color: #fff;
}

@media (max-width: 1024px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .cn_ds {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 600px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .cn_ds {
		font-size: 18px;
		line-height: 30px;
	}
}

.abanner .text_box .text_cen .tab .tab_cell .title .en {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 1420px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .en {
		font-size: 54px;
		line-height: 54px;
	}
}

@media (max-width: 850px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .en {
		font-size: 48px;
		line-height: 46px;
	}
}

@media (max-width: 600px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .en {
		font-size: 30px;
		line-height: 26px;
	}
}

.abanner .text_box .text_cen .tab .tab_cell .title .en span {
	color: #68b82d;
}

.abanner .text_box .text_cen .tab .tab_cell .title .cn {
	margin-top: 7px;
	font-size: 42px;
	line-height: 60px;
	color: #fff;
}

@media (max-width: 1420px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .cn {
		font-size: 36px;
		line-height: 50px;
	}
}

@media (max-width: 850px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .cn {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.abanner .text_box .text_cen .tab .tab_cell .title .cn {
		font-size: 20px;
		line-height: 26px;
	}
}

.abanner img {
	width: 100%;
}

@media (max-width: 1420px) {
	.abanner img {
		width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 850px) {
	.abanner img {
		width: 150%;
		margin-left: -25%;
	}
}

@media (max-width: 500px) {
	.abanner img {
		width: 180%;
		margin-left: -40%;
	}
}

@keyframes showclip1 {
	0% {
		width: 100%;
	}

	100% {
		width: 0%;
	}
}

.main.welcome {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.main.welcome {
		padding-top: 60px;
	}
}

@media (max-width: 435px) {
	.main.welcome {
		padding-top: 50px;
	}
}

.main.welcome .w1360 {
	width: 70.8%;
	margin-left: auto;
	margin-right: auto;
	min-width: 1360px;
}

@media (max-width: 1600px) {
	.main.welcome .w1360 {
		width: 80%;
		min-width: inherit;
	}
}

@media (min-width: 1024px) and (max-height: 700px) {
	.main.welcome .w1360 {
		width: 80%;
	}
}

@media (max-width: 1024px) {
	.main.welcome .w1360 {
		width: 88%;
	}
}

@media (max-width: 500px) {
	.main.welcome .w1360 {
		width: 94%;
	}
}

.main.welcome #fullpage {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 1024px) {
	.main.welcome #fullpage {
		position: static;
		height: auto;
	}
}

.main.welcome .page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 70px;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.main.welcome .page {
		overflow: inherit;
		padding-top: 0;
	}
}

.main.welcome .page.none {
	padding-top: 0;
}

.main.welcome .page.auto {
	height: auto;
}

.main.welcome .page.six {
	background: #f8f8f8;
}

.main.welcome .page.active .page_box2 .img_box::after {
	animation: 0.8s 0s forwards cubic-bezier(0.19, 1, 0.22, 1) showclip1;
}

.main.welcome .page.active .page_box2 .content .content_b .cont_box .cont_top,
.main.welcome .page.active .page_box2 .content .content_b .cont_box .msg {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition-delay: 0.4s;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .page.active .page_box2 .content .content_b .cont_box .msg {
	transition-delay: 0.5s;
}

.main.welcome .page.active .page_box3 .img_box {
	transform: scale(1);
	transition: transform 8s ease;
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li:nth-child(1) {
	transition-delay: 0.3s;
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li:nth-child(2) {
	transition-delay: 0.45s;
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li:nth-child(3) {
	transition-delay: 0.6s;
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li:nth-child(4) {
	transition-delay: 0.75s;
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li:nth-child(5) {
	transition-delay: 0.9s;
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li:nth-child(6) {
	transition-delay: 1.05s;
}

.main.welcome .page.active .page_box3 .wrap .wrap_cen .tab .tab_cell .more {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-delay: 1.2s;
}

.main.welcome .page.active .page_box4 .wrap .tab .tab_cell .box .box_l,
.main.welcome .page.active .page_box4 .wrap .tab .tab_cell .box .box_r {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .page.active .page_box4 .wrap .tab .tab_cell .box .box_r {
	transition-delay: 0.2s;
}

.main.welcome .page.active .page_box5 .box .title_box .title,
.main.welcome .page.active .page_box5 .box .title_box .con {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .page.active .page_box5 .box .title_box .con {
	transition-delay: 0.2s;
}

.main.welcome .page.active .page_box5 .box .scroll {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-delay: 0.4s;
}

.main.welcome .page.active .page_box6 .box .title,
.main.welcome .page.active .page_box6 .box .news_box {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .page.active .page_box6 .box .news_box {
	transition-delay: 0.2s;
}

.main.welcome .page.active .page_box6 .box .more_news {
	transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
	transition: transform 0.6s ease, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-delay: 0.4s;
}

.main.welcome .page .line_box {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}

@media (max-width: 1024px) {
	.main.welcome .page .line_box {
		display: none;
	}
}

.main.welcome .page .line_box .line {
	width: 1px;
	height: 100%;
	background: #eaeaea;
	position: absolute;
	top: 0;
}

.main.welcome .page .line_box .line.line-1 {
	left: 12.18%;
}

.main.welcome .page .line_box .line.line-2 {
	left: 31.14%;
}

.main.welcome .page .line_box .line.line-3 {
	left: 50%;
}

.main.welcome .page .line_box .line.line-4 {
	left: 68.75%;
}

.main.welcome .page .line_box .line.line-5 {
	left: 87.76%;
}

.main.welcome .page .banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.main.welcome .page .banner .banner_box {
	height: 100%;
}

.main.welcome .page .banner .banner_box .swiper-container {
	height: 100%;
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box {
	position: absolute;
	width: 100%;
	bottom: 45px;
	left: 0;
	line-height: 0;
	z-index: 10;
	text-align: center;
}

@media (max-width: 1024px) {
	.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box {
		bottom: 15px;
	}
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .prev {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	cursor: pointer;
	height: 20px;
	background: url(../img/prev.png) no-repeat;
}

@media (max-width: 1024px) {
	.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .prev {
		display: none;
	}
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .next {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 20px;
	cursor: pointer;
	background: url(../img/next.png) no-repeat;
}

@media (max-width: 1024px) {
	.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .next {
		display: none;
	}
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .swiper-pagination {
	position: static;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	margin-top: 2px;
}

@media (max-width: 1024px) {
	.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .swiper-pagination {
		margin: 0 5px;
	}
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .swiper-pagination span {
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 50%;
	background: none;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	position: relative;
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #fff;
}

@media (max-width: 1024px) {
	.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .swiper-pagination span {
		width: 10px;
		height: 10px;
	}
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-pagination_box .swiper-pagination span::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -3px;
	background: #fff;
	border-radius: 50%;
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-wrapper {
	height: 100%;
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-wrapper .swiper-slide {
	height: 100%;
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1450px) {
	.main.welcome .page .banner .banner_box .swiper-container .swiper-wrapper .swiper-slide a {
		background-position: 30% center !important;
	}
}

.main.welcome .page .banner .banner_box .swiper-container .swiper-wrapper .swiper-slide a img {
	width: 100%;
	height: auto;
	display: none !important;
}

@media (max-width: 1024px) {
	.main.welcome .page .banner .banner_box .swiper-container .swiper-wrapper .swiper-slide a img {
		width: 100%;
		display: block !important;
	}
}

.main.welcome .page .page_box2 {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 {
		height: auto;
		position: relative;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box2 {
		height: auto;
	}
}

.main.welcome .page .page_box2 .img_box {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}

.main.welcome .page .page_box2 .img_box::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	background-color: #f5f5f5;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 .img_box {
		position: absolute;
		left: 0;
		top: 0;
		float: none;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box2 .img_box {
		width: 40%;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box2 .img_box {
		width: 100%;
		float: none;
		padding-bottom: 50%;
		position: static;
	}
}

.main.welcome .page .page_box2 .content {
	width: 50%;
	float: right;
	height: 100%;
	background: url(../img/abg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	position: relative;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 .content {
		padding: 10% 0;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box2 .content {
		width: 60%;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box2 .content {
		width: 100%;
		padding: 35px 3%;
		float: none;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box2 .content {
		padding-bottom: 20px;
	}
}

.main.welcome .page .page_box2 .content .content_b {
	height: 100%;
	position: relative;
	z-index: 100;
}

.main.welcome .page .page_box2 .content .content_b .cont_box {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box {
		position: static;
		transform: translateY(0);
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top {
	padding-left: 16.14%;
	padding-right: 20.83%;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top {
		padding-left: 12%;
		padding-right: 12%;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top {
		padding: 0;
	}
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top {
		filter: alpha(opacity=0);
		opacity: 0;
		transform: translateY(50px);
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .en {
	font-size: 60px;
	line-height: 56px;
	color: #544d5d;
	font-family: "CENTURYGOTHIC-BOLD";
}

.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .en span {
	color: #68b82d;
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .en {
		font-size: 54px;
		line-height: 50px;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .en {
		font-size: 48px;
		line-height: 46px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .en {
		font-size: 30px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .cn {
	font-size: 32px;
	line-height: 48px;
	color: #454545;
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .cn {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .cn {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .title .cn {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .con {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 35px;
	max-height: 96px;
	overflow: hidden;
}

@media (max-width: 850px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .con {
		margin-top: 20px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .more {
	display: block;
	width: 154px;
	height: 44px;
	background: #68b82d;
	font-size: 18px;
	line-height: 44px;
	font-family: "CENTURYGOTHIC-BOLD";
	color: #fff;
	text-align: center;
	border-radius: 22px;
	margin-top: 50px;
}

@media (max-width: 1350px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .more {
		margin-top: 30px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .cont_top .more {
		margin-top: 15px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg {
	width: 89%;
	background-color: #fff;
	margin-top: 75px;
	box-shadow: 0 0 18px rgba(4, 0, 0, 0.08);
	margin-left: -10.14%;
	position: relative;
	z-index: 10;
	padding-left: 20px;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg {
		filter: alpha(opacity=0);
		opacity: 0;
		transform: translateY(50px);
	}
}

@media (max-width: 1650px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg {
		margin-top: 50px;
	}
}

@media (max-width: 1550px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg {
		padding-left: 0px;
	}
}

@media (max-width: 1200px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg {
		width: 96%;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg {
		margin-left: 0;
		padding-left: 12%;
		background: none;
		padding-right: 12%;
		box-shadow: none;
		margin-top: 10px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg {
		padding: 0 3%;
		margin-top: 0;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul {
	padding: 48px 0;
}

@media (max-width: 1650px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul {
		padding: 35px 0;
	}
}

@media (max-width: 1400px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul {
		padding: 25px 0;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul {
		padding: 10px 0;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li {
	float: left;
	padding: 0 44px;
	border-right: 1px solid #efefef;
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li:last-child {
	border: none;
}

@media (max-width: 1900px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li {
		padding: 0 30px;
	}
}

@media (max-width: 1520px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li {
		padding: 0 25px;
	}
}

@media (max-width: 1420px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li {
		padding: 0 30px;
	}
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li {
		padding: 0 25px;
	}
}

@media (max-width: 1100px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li {
		padding: 0 20px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li {
		width: 50%;
		padding: 0;
		border: none;
		box-sizing: border-box;
		margin-top: 15px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .txt {
	font-size: 14px;
	line-height: 16px;
	color: #666;
}

@media (max-width: 1650px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .txt {
		font-size: 13px;
	}
}

@media (max-width: 1420px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .txt {
		max-width: 80px;
		line-height: 18px;
		height: 36px;
	}
}

@media (max-width: 1100px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .txt {
		font-size: 12px;
		line-height: 16px;
		max-width: 84px;
		height: 32px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .txt {
		max-width: inherit;
		font-size: 14px;
		line-height: 18px;
		height: auto;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .txt {
		font-size: 13px;
		line-height: 16px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box {
	margin-top: 13px;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box {
		margin-top: 8px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box .num {
	font-size: 48px;
	line-height: 40px;
	display: inline-block;
}

@media (max-width: 1650px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box .num {
		font-size: 40px;
		line-height: 34px;
	}
}

@media (max-width: 1520px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box .num {
		font-size: 30px;
		line-height: 28px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box .num {
		font-size: 26px;
		line-height: 22px;
	}
}

.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box span {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: 3px;
	margin-left: 8px;
	background: url(../img/j.png) no-repeat;
	background-size: cover;
}

@media (max-width: 1520px) {
	.main.welcome .page .page_box2 .content .content_b .cont_box .msg ul li .num_box span {
		margin-left: 4px;
		width: 10px;
		height: 10px;
	}
}

.main.welcome .page .page_box3 {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 70px;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box3 {
		height: auto;
		padding: 10% 0;
	}
}

.main.welcome .page .page_box3 .img_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
}

.main.welcome .page .page_box3 .wrap {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.main.welcome .page .page_box3 .wrap .wrap_cen {
	height: 100%;
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab {
	width: 100%;
	height: 100%;
	display: table;
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell {
	display: table-cell;
	vertical-align: middle;
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box {
	float: left;
	width: 40.8%;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box {
		width: 100%;
		float: none;
	}
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .title .en {
	font-size: 50px;
	line-height: 46px;
	color: #fff;
	font-family: "CENTURYGOTHIC-BOLD";
}

@media (max-width: 850px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .title .en {
		font-size: 44px;
		line-height: 46px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .title .en {
		font-size: 30px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .title .cn {
	font-size: 32px;
	line-height: 48px;
	color: #fff;
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .title .cn {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .title .cn {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .title .cn {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .con {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	max-height: 52px;
	overflow: hidden;
	margin-top: 20px;
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .wtop .title_box .con {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
		margin-top: 15px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list {
	float: right;
	width: 48.52%;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list {
		display: none;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list {
	width: 100%;
	margin-top: 85px;
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list {
		margin-top: 60px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list {
		margin-top: 40px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list {
		display: block;
		margin-top: 0;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul {
	width: 110%;
}

@media (max-width: 600px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul {
		width: 100%;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li {
	width: 21.39%;
	margin-right: 1.8%;
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li:nth-child(2) {
	float: left;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li {
		width: 28%;
		margin-right: 3.3%;
		margin-top: 50px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li {
		width: 48%;
		margin-right: 0;
	}

	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li:nth-child(even) {
		float: right;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li {
		margin-top: 30px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li.dn {
	display: none;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list.bot_list ul li.dn {
		display: block;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li {
	float: left;
	width: 48.48%;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 43px rgba(26, 51, 75, 0.37);
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li:nth-child(2) {
	float: right;
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a {
	display: block;
	padding: 37px 28px 22px 28px;
	position: relative;
	border-radius: 5px;
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a {
		padding: 15px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a {
		padding: 25px 20px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a {
		padding: 15px;
	}
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a:hover::after {
		transform-origin: top center;
		transform: scaleY(1);
	}

	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a:hover .cont_box .title .cn_tit,
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a:hover .cont_box .title .en_tit {
		color: #fff;
	}

	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a:hover .cont_box .con {
		color: #fff;
	}

	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a:hover .cont_box .arrow {
		background: url(../img/arrow_w.png) no-repeat;
		background-size: cover;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #54a43e;
	left: 0;
	top: 0;
	border-radius: 5px;
	transform: scaleY(0);
	transform-origin: bottom center;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #68b82d;
	position: absolute;
	top: -23px;
	right: 30px;
	z-index: 11;
}

@media (max-width: 1400px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box {
		width: 60px;
		height: 60px;
		top: -20px;
		right: 25px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box {
		width: 50px;
		height: 50px;
		top: -30px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box {
		width: 36px;
		height: 36px;
		top: -15px;
		right: 15px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box::after {
	content: "";
	display: block;
	position: absolute;
	width: 84px;
	height: 84px;
	background: rgba(104, 184, 45, 0.2);
	border-radius: 50%;
	left: 50%;
	margin-left: -42px;
	top: 50%;
	margin-top: -42px;
}

@media (max-width: 1400px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box::after {
		width: 72px;
		height: 72px;
		margin-left: -36px;
		margin-top: -36px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box::after {
		width: 60px;
		height: 60px;
		margin-left: -30px;
		margin-top: -30px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box::after {
		width: 42px;
		height: 42px;
		margin-left: -21px;
		margin-top: -21px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .icon_box img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 40%;
	max-height: 40%;
	margin: auto;
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box {
	position: relative;
	z-index: 10;
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .title .cn_tit {
	font-size: 20px;
	line-height: 26px;
	color: #454545;
	transition: color 0.4s;
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .title .cn_tit {
		font-size: 18px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .title .cn_tit {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .title .en_tit {
	font-size: 14px;
	line-height: 18px;
	color: #999;
	font-family: Arial;
	transition: color 0.4s;
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .title .en_tit {
		font-size: 13px;
		line-height: 16px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .con {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 20px;
	height: 48px;
	transition: color 0.4s;
	overflow: hidden;
	word-break: break-all;
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .con {
		margin-top: 10px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .con {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .arrow {
	width: 25px;
	height: 11px;
	background: url(../img/arrow.png) no-repeat;
	background-size: cover;
	transition: background 0.4s;
	margin-top: 26px;
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .arrow {
		margin-top: 15px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .list ul li a .cont_box .arrow {
		margin-top: 10px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more {
	clear: both;
	text-align: center;
	padding-top: 60px;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more {
		padding-top: 40px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more {
		padding-top: 20px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more {
		padding-top: 20px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more a {
	display: inline-block;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more a:hover i {
		transform: translateX(10px);
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px;
	font-family: "CENTURYGOTHIC-BOLD";
}

@media (max-width: 435px) {
	.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more a span {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.welcome .page .page_box3 .wrap .wrap_cen .tab .tab_cell .more a i {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 11px;
	transition: transform 0.3s;
	background: url(../img/arrow_w.png) no-repeat;
	margin: 0 5px;
}

.main.welcome .page .page_box4 {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 70px;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box4 {
		height: auto;
		padding-top: 10%;
		padding-bottom: 13%;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 {
		padding-bottom: 10%;
	}
}

.main.welcome .page .page_box4 .wrap {
	height: 100%;
}

.main.welcome .page .page_box4 .wrap .tab {
	width: 100%;
	height: 100%;
	display: table;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell {
	display: table-cell;
	vertical-align: middle;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l {
	float: left;
	width: 44.11%;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (max-width: 800px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l {
		width: 100%;
		float: none;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l {
		width: 39%;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .en {
	font-size: 50px;
	line-height: 46px;
	color: #454545;
	font-family: "CENTURYGOTHIC-BOLD";
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .en span {
	color: #68b82d;
}

@media (min-width: 1024px) and (max-height: 700px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .en {
		font-size: 38px;
		line-height: 40px;
	}
}

@media (max-width: 1100px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .en {
		font-size: 38px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .en {
		font-size: 40px;
		line-height: 42px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .en {
		font-size: 30px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .cn {
	font-size: 32px;
	line-height: 48px;
	color: #454545;
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .cn {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .cn {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .title .cn {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .con {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	padding-right: 30px;
	max-height: 52px;
	overflow: hidden;
	margin-top: 7px;
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_l .title_box .con {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
		padding-right: 0;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r {
	width: 44.11%;
	float: right;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r {
		width: 39%;
	}
}

@media (max-width: 800px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r {
		width: 100%;
		float: none;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r .more_box {
	text-align: right;
	margin-top: 34px;
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r .more_box {
		margin-top: 20px;
		text-align: center;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r .more_box .more {
	display: inline-block;
	width: 154px;
	height: 44px;
	background: #68b82d;
	font-size: 18px;
	line-height: 44px;
	font-family: "CENTURYGOTHIC-BOLD";
	color: #fff;
	text-align: center;
	border-radius: 22px;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .box_r .more_box .more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box {
	margin-top: 58px;
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box {
		margin-top: 35px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box {
		margin-top: 30px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box.link_box2 {
	margin-top: 0;
}

@media (max-width: 900px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box.link_box2 {
		margin-top: 30px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box.link_box2 a .cont {
	width: 91%;
	position: relative;
	background: #fff;
	margin-top: -40px;
	bottom: inherit;
	margin-left: 9%;
	right: inherit;
	box-shadow: 0 0 43px rgba(4, 0, 0, 0.09);
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box.link_box2 a .cont .t .txt {
	color: #454545;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box.link_box2 a .cont .con {
	color: #666;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box.link_box2 a .cont .more {
	color: #666;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box.link_box2 a .cont .more span {
	background: url(../img/arrow_l.png) no-repeat right center;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a {
	display: block;
	position: relative;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a:hover .pic img {
		transform: scale(1.05);
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .pic {
	overflow: hidden;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .pic img {
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont {
	width: 64.16%;
	background: #68b82d;
	padding: 30px 8.33%;
	box-sizing: border-box;
	position: absolute;
	bottom: -35px;
	right: -16.66%;
	z-index: 10;
	box-shadow: 0 0 16px rgba(4, 0, 0, 0.09);
}

@media (max-width: 1250px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont {
		padding: 30px 5%;
	}
}

@media (max-width: 900px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont {
		width: 80%;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont {
		padding: 20px 4%;
	}
}

@media (max-width: 800px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont {
		position: relative;
		width: 91%;
		margin-top: -40px;
		bottom: auto;
		right: auto;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont {
		padding: 20px 3%;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t {
	padding-left: 25px;
	position: relative;
	min-height: 36px;
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t {
		min-height: 24px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t .icon {
	width: 25px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: 0;
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t .icon img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t .icon {
		height: 24px;
		line-height: 24px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t .txt {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

@media (max-width: 1400px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t .txt {
		font-size: 20px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .t .txt {
		font-size: 18px;
		line-height: 24px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .con {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	height: 44px;
	overflow: hidden;
	margin-top: 12px;
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .con {
		margin-top: 8px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .more {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-family: "AVGR65W";
	letter-spacing: 2px;
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .more {
		margin-top: 15px;
	}
}

.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .more span {
	padding-right: 30px;
	background: url(../img/arrow_w.png) no-repeat right center;
}

@media (max-width: 435px) {
	.main.welcome .page .page_box4 .wrap .tab .tab_cell .box .link_box a .cont .more {
		margin-top: 12px;
	}
}

.main.welcome .page .page_box5 {
	height: 100%;
	position: relative;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box5 {
		padding: 10% 0;
	}
}

.main.welcome .page .page_box5 .box {
	width: 85%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box5 .box {
		width: 100%;
		transform: translate(0%, 0%);
		position: static;
	}
}

.main.welcome .page .page_box5 .box .title_box .title {
	text-align: center;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .title_box .title {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

.main.welcome .page .page_box5 .box .title_box .title .en {
	font-size: 50px;
	line-height: 46px;
	color: #fff;
	font-family: "CENTURYGOTHIC-BOLD";
}

@media (max-width: 850px) {
	.main.welcome .page .page_box5 .box .title_box .title .en {
		font-size: 44px;
		line-height: 46px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box5 .box .title_box .title .en {
		font-size: 30px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box5 .box .title_box .title .cn {
	font-size: 32px;
	line-height: 48px;
	color: #fff;
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box5 .box .title_box .title .cn {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box5 .box .title_box .title .cn {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box5 .box .title_box .title .cn {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box5 .box .title_box .con {
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 18px;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box5 .box .title_box .con {
		width: 100%;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box5 .box .title_box .con {
		margin-top: 10px;
	}
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .title_box .con {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

.main.welcome .page .page_box5 .box .scroll {
	margin-top: 62px;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .scroll {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .scroll {
		margin-top: 30px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll {
		margin-top: 1.55rem;
	}
}

.main.welcome .page .page_box5 .box .scroll .mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-bottom: 60px;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-bottom: 1.5rem;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .scroll .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-bottom: 30px;
	}
}

.main.welcome .page .page_box5 .box .scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background: #266075;
	height: 8px;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		height: 0.2rem;
	}
}

.main.welcome .page .page_box5 .box .scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 8px;
	background: #fafafa;
	opacity: 1 !important;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
		height: 0.2rem;
	}
}

.main.welcome .page .page_box5 .box .scroll ul {
	width: 110%;
}

.main.welcome .page .page_box5 .box .scroll ul li {
	float: left;
	margin-left: -28px;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll ul li {
		margin-left: -0.7rem;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .scroll ul li {
		margin-left: -20px;
	}
}

.main.welcome .page .page_box5 .box .scroll ul li:nth-child(even) {
	margin-top: 70px;
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box5 .box .scroll ul li:nth-child(even) {
		margin-top: 60px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .scroll ul li:nth-child(even) {
		margin-top: 50px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll ul li:nth-child(even) {
		margin-top: 1.5rem;
	}
}

.main.welcome .page .page_box5 .box .scroll ul li:first-child {
	margin-left: 0;
}

.main.welcome .page .page_box5 .box .scroll ul li .pic {
	width: 169px;
	height: 146px;
	background: url(../img/lbx.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.main.welcome .page .page_box5 .box .scroll ul li .pic:last-child {
	margin-top: 10px;
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll ul li .pic:last-child {
		margin-top: 0.25rem;
	}
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box5 .box .scroll ul li .pic {
		width: 140px;
		height: 121px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box5 .box .scroll ul li .pic {
		width: 120px;
		height: 103px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box5 .box .scroll ul li .pic {
		width: 3.5rem;
		height: 3.025rem;
	}
}

.main.welcome .page .page_box5 .box .scroll ul li .pic img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 65%;
	max-height: 65%;
	margin: auto;
}

.main.welcome .page .page_box6 {
	height: 100%;
	position: relative;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 {
		padding: 10% 0;
	}
}

.main.welcome .page .page_box6 .box {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box {
		position: static;
		transform: translateY(0%);
	}
}

.main.welcome .page .page_box6 .box .title {
	text-align: center;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .title {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

.main.welcome .page .page_box6 .box .title .en {
	font-size: 50px;
	line-height: 46px;
	color: #544d5d;
	font-family: "CENTURYGOTHIC-BOLD";
}

.main.welcome .page .page_box6 .box .title .en span {
	color: #68b82d;
}

@media (max-width: 850px) {
	.main.welcome .page .page_box6 .box .title .en {
		font-size: 44px;
		line-height: 46px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box6 .box .title .en {
		font-size: 30px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box6 .box .title .cn {
	font-size: 32px;
	line-height: 48px;
	color: #454545;
}

@media (max-width: 1600px) {
	.main.welcome .page .page_box6 .box .title .cn {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.welcome .page .page_box6 .box .title .cn {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.welcome .page .page_box6 .box .title .cn {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.welcome .page .page_box6 .box .news_box {
	margin-top: 65px;
	position: relative;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (max-width: 1300px) {
	.main.welcome .page .page_box6 .box .news_box {
		margin-top: 40px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box6 .box .news_box {
		margin-top: 30px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box {
		margin-top: 20px;
	}
}

@media (max-height: 650px) and (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box {
		margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box {
		margin-top: 20px;
	}
}

.main.welcome .page .page_box6 .box .news_box .swiper_news {
	width: 55.88%;
	position: absolute;
	bottom: 25px;
	right: 0;
	z-index: 10;
}

@media (max-width: 1100px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news {
		bottom: 15px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news {
		width: 60.88%;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news {
		position: static;
		padding-top: 25px;
		width: 100%;
		clear: both;
	}
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-prev {
	width: 70px;
	height: 48px;
	right: -70px;
	bottom: 0px;
	top: auto;
	left: auto;
	background: url(../img/al.png) no-repeat center center #333;
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

@media (max-width: 1420px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-prev {
		width: 50px;
		height: 36px;
		right: -50px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-prev {
		height: 30px;
	}
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-next {
	width: 70px;
	height: 48px;
	right: -70px;
	bottom: 48px;
	top: auto;
	background: url(../img/ar.png) no-repeat center center #68b82d;
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

@media (max-width: 1420px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-next {
		width: 50px;
		height: 36px;
		bottom: 36px;
		right: -50px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-next {
		right: 0;
	}
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-button-next {
		height: 30px;
		bottom: 30px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-container {
		width: calc(100% - 50px);
		margin-left: 0;
	}
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
	position: relative;
	background-color: #2e2e2e;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-container .swiper-wrapper .swiper-slide.active::after {
	display: block;
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-container .swiper-wrapper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 5px solid #68b82d;
	box-sizing: border-box;
	display: none;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-container .swiper-wrapper .swiper-slide::after {
		border-width: 3px;
	}
}

.main.welcome .page .page_box6 .box .news_box .swiper_news .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.main.welcome .page .page_box6 .box .news_box .cont_box {
	width: 47.05%;
	float: right;
	padding-top: 34px;
	position: relative;
}

@media (max-width: 1360px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box {
		padding-top: 20px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box {
		width: 52%;
		padding-top: 15px;
	}
}

@media (max-width: 1100px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box {
		padding-top: 12px;
	}
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box {
		width: 100%;
		float: none;
	}
}

.main.welcome .page .page_box6 .box .news_box .cont_box ul li {
	display: none;
}

.main.welcome .page .page_box6 .box .news_box .cont_box ul li.show {
	display: block;
}

.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .tit {
	font-size: 24px;
	line-height: 30px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .tit {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .date {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin-top: 5px;
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .date {
		font-size: 14px;
		line-height: 18px;
	}
}

.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .cont {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	margin-top: 30px;
	overflow: hidden;
}

@media (max-width: 1360px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .cont {
		margin-top: 20px;
	}
}

@media (max-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .cont {
		margin-top: 15px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .cont {
		height: 24px;
	}
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .cont {
		margin-top: 10px;
	}
}

.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .arrow {
	width: 25px;
	margin-top: 28px;
	height: 11px;
	background: url(../img/arrow.png) no-repeat;
}

@media (max-width: 1360px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .arrow {
		margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box .cont_box ul li a .arrow {
		margin-top: 10px;
	}
}

.main.welcome .page .page_box6 .box .news_box .img_box {
	width: 47.79%;
	float: left;
	overflow: hidden;
	position: relative;
}

@media (max-width: 500px) {
	.main.welcome .page .page_box6 .box .news_box .img_box {
		width: 100%;
		float: none;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .img_box {
		width: 42%;
	}
}

.main.welcome .page .page_box6 .box .news_box .img_box ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: opacity 0.5s;
	filter: alpha(opacity=0);
	opacity: 0;
}

.main.welcome .page .page_box6 .box .news_box .img_box ul li.active {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 10;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .news_box .img_box ul li:hover a img {
		transform: scale(1.05);
	}
}

.main.welcome .page .page_box6 .box .news_box .img_box ul li a {
	display: block;
}

.main.welcome .page .page_box6 .box .news_box .img_box ul li a img {
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.main.welcome .page .page_box6 .box .more_news {
	display: block;
	width: 146px;
	height: 44px;
	background: #68b82d;
	font-size: 18px;
	line-height: 44px;
	font-family: "CENTURYGOTHIC-BOLD";
	color: #fff;
	text-align: center;
	border-radius: 22px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .more_news {
		transform: translate(0, 50px);
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (max-width: 1350px) {
	.main.welcome .page .page_box6 .box .more_news {
		margin-top: 30px;
	}
}

@media (max-width: 750px) {
	.main.welcome .page .page_box6 .box .more_news {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
}

@media (max-height: 650px) and (min-width: 1024px) {
	.main.welcome .page .page_box6 .box .more_news {
		margin-top: 15px;
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
}

@media (max-width: 435px) {
	.main.welcome .page .page_box6 .box .more_news {
		margin-top: 25px;
	}
}

.main.about {
	padding-top: 70px;
}

@media (max-width: 1024px) {
	.main.about {
		padding-top: 60px;
	}
}

@media (max-width: 435px) {
	.main.about {
		padding-top: 50px;
	}
}

.main.about .wrap .title {
	text-align: center;
}

.main.about .wrap .title .cn {
	font-size: 32px;
	line-height: 48px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.about .wrap .title .cn {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.about .wrap .title .cn {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .title .cn {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.about .wrap .title .en {
	font-size: 32px;
	line-height: 36px;
	color: #454545;
}

.main.about .wrap .title .en span {
	color: #68b82d;
}

@media (max-width: 1200px) {
	.main.about .wrap .title .en {
		font-size: 28px;
		line-height: 32px;
	}
}

@media (max-width: 850px) {
	.main.about .wrap .title .en {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .title .en {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.about .wrap .wrap_box .box1 {
	padding-top: 95px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 {
		padding-top: 70px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 {
		padding-top: 30px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .title {
	float: left;
	width: 25.36%;
	padding-right: 5.88%;
	text-align: right;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .box1 .box_top .title {
		padding-right: 4%;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 .box_top .title {
		width: 100%;
		float: none;
		padding-right: 0;
		text-align: left;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .title {
		text-align: center;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .title .cn {
	font-size: 28px;
	line-height: 30px;
	color: #333;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 .box_top .title .cn {
		font-size: 24px;
		line-height: 26px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .title .cn {
		font-size: 18px;
		line-height: 22px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .title .en {
	font-size: 36px;
	line-height: 42px;
	color: #544d5d;
	margin-top: 6px;
}

@media (max-width: 1360px) {
	.main.about .wrap .wrap_box .box1 .box_top .title .en {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1100px) {
	.main.about .wrap .wrap_box .box1 .box_top .title .en {
		font-size: 30px;
		line-height: 40px;
		margin-top: 5px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .title .en {
		margin-top: 0;
		font-size: 20px;
		line-height: 34px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .title .en span {
	color: #68b82d;
}

.main.about .wrap .wrap_box .box1 .box_top .cont {
	float: left;
	width: 74.64%;
	border-left: 1px solid #efefef;
	box-sizing: border-box;
	padding-left: 5.88%;
	padding-bottom: 20px;
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont {
		padding-left: 4%;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont {
		width: 100%;
		border: none;
		float: none;
		padding-left: 0;
		padding-bottom: 0;
		margin-top: 25px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont {
		margin-top: 15px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t {
	font-size: 28px;
	line-height: 30px;
	color: #333;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t {
		font-size: 24px;
		line-height: 26px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t {
		font-size: 18px;
		line-height: 22px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t_ds {
	font-size: 24px;
	line-height: 40px;
	color: #454545;
}

.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t_ds.t_ds2 {
	font-size: 20px;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t_ds.t_ds2 {
		margin-top: 3px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t_ds {
		font-size: 20px;
		line-height: 36px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .tit .t_ds {
		margin-top: 3px;
		font-size: 16px;
		line-height: 24px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .con {
	margin-top: 14px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .con {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .num_list {
	margin-top: 40px;
	padding-bottom: 12px;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list {
		margin-top: 5px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li {
	margin-right: 15%;
	float: left;
}

.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li:last-child {
	margin-right: 0;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li {
		margin-right: 12%;
	}
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li {
		margin-right: 9%;
	}
}

@media (max-width: 700px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li {
		width: 50%;
		padding-right: 5px;
		margin-right: 0;
		margin-top: 10px;
		box-sizing: border-box;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .num_box .num {
	display: inline-block;
	font-size: 48px;
	line-height: 46px;
	color: #68b82d;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .num_box .num {
		font-size: 40px;
		line-height: 38px;
	}
}

@media (max-width: 700px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .num_box .num {
		font-size: 30px;
		line-height: 30px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .num_box span {
	width: 15px;
	margin-left: 4px;
	height: 15px;
	display: inline-block;
	vertical-align: 2px;
	background: url(../img/j.png) no-repeat center center;
}

@media (max-width: 700px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .num_box span {
		width: 10px;
		height: 10px;
	}
}

.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .txt {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 5px;
}

@media (max-width: 435px) {
	.main.about .wrap .wrap_box .box1 .box_top .cont .num_list ul li .txt {
		font-size: 13px;
		line-height: 20px;
	}
}

.main.about .wrap .wrap_box .box1 .video_box {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

@media (max-width: 700px) {
	.main.about .wrap .wrap_box .box1 .video_box {
		margin-bottom: 30px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .wrap_box .box1 .video_box {
		margin: 15px 0;
	}
}

.main.about .wrap .wrap_box .box1 .video_box img {
	width: 100%;
}

@media (max-width: 435px) {
	.main.about .wrap .wrap_box .box1 .video_box img {
		width: 130%;
		margin-left: -15%;
	}
}

.main.about .wrap .wrap_box .box1 .video_box .play_box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.main.about .wrap .wrap_box .box1 .video_box .play_box .play_icon {
	width: 91px;
	height: 91px;
	background: url(../img/play.png) no-repeat center center;
	background-size: cover;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 .video_box .play_box .play_icon {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .wrap_box .box1 .video_box .play_box .play_icon {
		width: 40px;
		height: 40px;
	}
}

.main.about .wrap .wrap_box .box1 .video_box .play_box .text {
	font-size: 18px;
	line-height: 32px;
	color: #68b82d;
	text-align: center;
	letter-spacing: 10px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .box1 .video_box .play_box .text {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 5px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .wrap_box .box1 .video_box .play_box .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.about .wrap .wrap_box .idea {
	margin-top: 70px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .idea {
		margin-top: 50px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .idea {
		margin-top: 20px;
	}
}

.main.about .wrap .wrap_box .idea .list {
	margin-top: 50px;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .idea .list {
		margin-top: 25px;
	}
}

.main.about .wrap .wrap_box .idea .list ul {
	width: 100.05%;
}

@media (max-width: 850px) {
	.main.about .wrap .wrap_box .idea .list ul {
		font-size: 0;
		text-align: center;
	}
}

.main.about .wrap .wrap_box .idea .list ul li {
	width: 33.33%;
	float: left;
	position: relative;
}

@media (min-width: 1024px) {
	.main.about .wrap .wrap_box .idea .list ul li:hover .pic img {
		transform: scale(1.03);
	}
}

@media (max-width: 850px) {
	.main.about .wrap .wrap_box .idea .list ul li {
		width: 50%;
		float: none;
		display: inline-block;
	}
}

@media (max-width: 580px) {
	.main.about .wrap .wrap_box .idea .list ul li {
		width: 100%;
	}
}

.main.about .wrap .wrap_box .idea .list ul li .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.main.about .wrap .wrap_box .idea .list ul li .pic {
	font-size: 0;
	overflow: hidden;
}

.main.about .wrap .wrap_box .idea .list ul li .pic img {
	transition: transform 0.5s ease-in-out;
	width: 100%;
	display: block;
}

.main.about .wrap .wrap_box .idea .list ul li .cont {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	left: 0;
	top: 0;
	padding-top: 17%;
	padding-left: 16%;
	padding-right: 16%;
	box-sizing: border-box;
}

@media (max-width: 1600px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont {
		padding-top: 12%;
	}
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont {
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 8%;
	}
}

.main.about .wrap .wrap_box .idea .list ul li .cont .icon {
	width: 100%;
	height: 60px;
	text-align: center;
}

.main.about .wrap .wrap_box .idea .list ul li .cont .icon img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .icon {
		height: 50px;
	}
}

@media (max-width: 1100px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .icon {
		height: 40px;
	}
}

@media (max-width: 950px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .icon {
		height: 30px;
	}
}

.main.about .wrap .wrap_box .idea .list ul li .cont .t {
	margin-top: 33px;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .t {
		margin-top: 20px;
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 1100px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .t {
		margin-top: 10px;
	}
}

@media (max-width: 950px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .t {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 580px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .t {
		margin-top: 20px;
	}
}

.main.about .wrap .wrap_box .idea .list ul li .cont .con {
	margin-top: 5px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .con {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 950px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .con {
		font-size: 13px;
		line-height: 20px;
	}
}

@media (max-width: 580px) {
	.main.about .wrap .wrap_box .idea .list ul li .cont .con {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.about .wrap .wrap_box .history {
	margin-top: 58px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .history {
		margin-top: 50px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .history {
		margin-top: 20px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap {
	position: relative;
	margin-top: 70px;
	padding-bottom: 80px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .history .his_wrap {
		margin-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .history .his_wrap {
		margin-top: 30px;
		padding-bottom: 30px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .bg {
	position: absolute;
	height: 367px;
	left: 0;
	width: 100%;
	bottom: 0;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .history .his_wrap .bg {
		height: 336px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .history .his_wrap .bg {
		height: 234px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .btn_box {
	position: relative;
	z-index: 10;
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .history .his_wrap .btn_box {
		margin-top: 20px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .btn_box div {
	width: 9px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	cursor: pointer;
}

.main.about .wrap .wrap_box .history .his_wrap .btn_box div.prev {
	background: url(../img/prev.png) no-repeat;
}

.main.about .wrap .wrap_box .history .his_wrap .btn_box div.next {
	background: url(../img/next.png) no-repeat;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item {
	width: 453px;
	float: left;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top {
	width: 100%;
	height: 205px;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 1300px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top {
		padding: 0 30px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top {
		height: 150px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .icon {
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .icon::after {
	content: "";
	width: 1px;
	height: 80%;
	background: #daedcc;
	position: absolute;
	left: 50%;
	top: 0;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .icon::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/line.png) no-repeat bottom center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .year {
	font-size: 28px;
	line-height: 32px;
	color: #454545;
	padding-top: 20px;
	font-family: Arial;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .year {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 1100px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .year {
		font-size: 20px;
		line-height: 30px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .txt {
	font-size: 18px;
	line-height: 28px;
	color: #68b82d;
	font-weight: bold;
	margin-top: 20px;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .txt {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .txt {
		margin-top: 5px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .con {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_top .con_b .con {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot {
	width: 100%;
	height: 205px;
	top: -16px;
	padding-left: 50px;
	box-sizing: border-box;
	position: relative;
	left: 50%;
	width: 50%;
}

@media (max-width: 1300px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot {
		padding-left: 30px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot {
		height: 150px;
		left: 40%;
		width: 60%;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .icon {
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .icon::after {
	content: "";
	width: 1px;
	height: 80%;
	background: #87b660;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .icon::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/line2.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .year {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	padding-top: 60px;
	font-family: Arial;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .year {
		font-size: 24px;
		line-height: 30px;
		padding-top: 40px;
	}
}

@media (max-width: 1100px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .year {
		font-size: 20px;
		line-height: 30px;
		padding-top: 30px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .txt {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .txt {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .txt {
		margin-top: 5px;
	}
}

.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .con {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

@media (max-width: 1400px) {
	.main.about .wrap .wrap_box .history .his_wrap .his_box .slick_box .item .his_bot .con_b .con {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.about .wrap .wrap_box .group1 {
	padding-top: 55px;
	padding-bottom: 65px;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.main.about .wrap .wrap_box .group1 .support_box {
	margin-top: 95px;
	font-size: 0;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group1 .support_box {
		margin-top: 70px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group1 .support_box {
		margin-top: 25px;
	}
}

.main.about .wrap .wrap_box .group1 .support_box .cont_box {
	display: inline-block;
	vertical-align: middle;
	width: 52.94%;
}

@media (max-width: 850px) {
	.main.about .wrap .wrap_box .group1 .support_box .cont_box {
		width: 100%;
	}
}

.main.about .wrap .wrap_box .group1 .support_box .cont_box .support_t {
	background: url(../img/j1.png) no-repeat left center;
	font-size: 28px;
	line-height: 38px;
	color: #68b82d;
	font-weight: bold;
	padding-left: 94px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group1 .support_box .cont_box .support_t {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 900px) {
	.main.about .wrap .wrap_box .group1 .support_box .cont_box .support_t {
		background-size: 60px auto;
		padding-left: 75px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group1 .support_box .cont_box .support_t {
		padding-left: 48px;
		font-size: 18px;
		line-height: 24px;
		background-size: 40px auto;
	}
}

.main.about .wrap .wrap_box .group1 .support_box .cont_box .support_t span {
	color: #454545;
	display: block;
}

.main.about .wrap .wrap_box .group1 .support_box .cont_box .text {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 32px;
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .group1 .support_box .cont_box .text {
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .group1 .support_box .cont_box .text {
		line-height: 24px;
		margin-top: 15px;
	}
}

.main.about .wrap .wrap_box .group1 .support_box .pic {
	overflow: hidden;
	width: 42.94%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4.1%;
}

@media (max-width: 850px) {
	.main.about .wrap .wrap_box .group1 .support_box .pic {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}

@media (min-width: 1024px) {
	.main.about .wrap .wrap_box .group1 .support_box .pic:hover img {
		transform: scale(1.05);
	}
}

.main.about .wrap .wrap_box .group1 .support_box .pic img {
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.main.about .wrap .wrap_box .group2 {
	padding-top: 62px;
	padding-bottom: 48px;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .support_t {
	background: url(../img/j2.png) no-repeat left center;
	font-size: 28px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	padding-left: 94px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group2 .group_cen .support_t {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 900px) {
	.main.about .wrap .wrap_box .group2 .group_cen .support_t {
		background-size: 60px auto;
		padding-left: 75px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group2 .group_cen .support_t {
		padding-left: 48px;
		font-size: 18px;
		line-height: 24px;
		background-size: 40px auto;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .support_t span {
	color: #fff;
	display: block;
}

.main.about .wrap .wrap_box .group2 .group_cen .text {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 32px;
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .group2 .group_cen .text {
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .group2 .group_cen .text {
		line-height: 24px;
		margin-top: 15px;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro {
	margin-top: 52px;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro {
		margin-top: 24px;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide {
	background-color: #fff;
	box-shadow: 0 0 24px rgba(4, 0, 0, 0.13);
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a {
	border: 1px solid #e7e7e7;
	display: block;
	height: 100%;
}

@media (min-width: 1024px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a:hover .bg {
		filter: alpha(opacity=90);
		opacity: 0.9;
	}

	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a:hover .read {
		transform: translateY(-50%);
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a:hover .txt {
		color: #fff;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #68b72d;
	background-image: -webkit-linear-gradient(top left, #68b72d 0%, #419a00 100%);
	background-image: -o-linear-gradient(top left, #68b72d 0%, #419a00 100%);
	background-image: linear-gradient(to bottom right, #68b72d 0%, #419a00 100%);
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 0.5s ease;
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .pic {
	width: 100%;
	height: 100%;
	position: relative;
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .pic img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 80%;
	max-height: 80%;
	margin: auto;
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .pic img {
		max-width: 70%;
		max-height: 70%;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .read {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	padding: 0 10px;
	box-sizing: border-box;
	transform: translateY(-40%);
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition-delay: 0.2s;
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .read .read_icon {
	width: 29px;
	height: 29px;
	margin: 0 auto;
	background: url(../img/large.png) no-repeat center center;
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .read .read_text {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 8px;
	text-align: center;
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .txt {
	font-size: 18px;
	line-height: 24px;
	color: #666;
	position: absolute;
	width: 100%;
	bottom: 18px;
	left: 0;
	padding: 0 5px;
	box-sizing: border-box;
	font-family: Arial;
	text-align: center;
	z-index: 10;
	transition: color 0.5s ease;
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .txt {
		font-size: 16px;
		line-height: 20px;
		bottom: 10px;
	}
}

@media (max-width: 850px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .txt {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-wrapper .swiper-slide a .txt {
		bottom: 5px;
		font-size: 13px;
		line-height: 18px;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box {
	line-height: 0;
	z-index: 10;
	margin-top: 65px;
	text-align: center;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box {
		margin-top: 20px;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .prev {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	cursor: pointer;
	height: 20px;
	background: url(../img/pl.png) no-repeat;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .prev {
		display: none;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .next {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 20px;
	cursor: pointer;
	background: url(../img/pr.png) no-repeat;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .next {
		display: none;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .swiper-pagination {
	position: static;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	margin-top: 2px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .swiper-pagination {
		margin: 0 5px;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .swiper-pagination span {
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 50%;
	background: none;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	position: relative;
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #68b82d;
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .swiper-pagination span.swiper-pagination-bullet-active::after {
	background: #68b82d;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .swiper-pagination span {
		width: 10px;
		height: 10px;
	}
}

.main.about .wrap .wrap_box .group2 .group_cen .swiper_pro .swiper-container .swiper-pagination_box .swiper-pagination span::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -3px;
	background: #999;
	border-radius: 50%;
}

.main.about .wrap .wrap_box .group3 {
	padding-top: 40px;
	padding-bottom: 60px;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group3 {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}

.main.about .wrap .wrap_box .group3 .support_t {
	background: url(../img/j3.png) no-repeat left center;
	font-size: 28px;
	line-height: 38px;
	color: #68b82d;
	font-weight: bold;
	padding-left: 94px;
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group3 .support_t {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 900px) {
	.main.about .wrap .wrap_box .group3 .support_t {
		background-size: 60px auto;
		padding-left: 75px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group3 .support_t {
		padding-left: 48px;
		font-size: 18px;
		line-height: 24px;
		background-size: 40px auto;
	}
}

.main.about .wrap .wrap_box .group3 .support_t span {
	color: #454545;
	display: block;
}

.main.about .wrap .wrap_box .group3 .text {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 25px;
}

.main.about .wrap .wrap_box .group3 .text p {
	padding-top: 10px;
}

.main.about .wrap .wrap_box .group3 .text p:first-child {
	padding-top: 0;
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .group3 .text {
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .wrap_box .group3 .text {
		line-height: 24px;
		margin-top: 15px;
	}
}

.main.about .wrap .wrap_box .group3 .map_box {
	padding-left: 2.57%;
	margin-top: 15px;
	position: relative;
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group3 .map_box {
		padding-left: 0;
	}
}

.main.about .wrap .wrap_box .group3 .map_box .map {
	width: 75.14%;
	position: relative;
}

@media (max-width: 1450px) {
	.main.about .wrap .wrap_box .group3 .map_box .map {
		width: 68%;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group3 .map_box .map {
		width: 100%;
	}
}

.main.about .wrap .wrap_box .group3 .map_box .map img {
	width: 100%;
	height: auto;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot {
	position: absolute;
	width: 1%;
	line-height: 0;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot.dot-1 {
	top: 38.588%;
	left: 80%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot.dot-2 {
	top: 53.88%;
	left: 75.62%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot.dot-3 {
	left: 73.87%;
	top: 59.41%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot.dot-4 {
	left: 80.03%;
	top: 64.705%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot.dot-5 {
	left: 68.49%;
	top: 83.88%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot.dot-6 {
	left: 58.7%;
	top: 84.7%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot.dot-7 {
	left: 50.98%;
	top: 62.94%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot img {
	position: relative;
	z-index: 10;
	line-height: 0;
	width: 100%;
}

.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot::after {
	content: "";
	display: block;
	position: absolute;
	width: 350%;
	height: 350%;
	background: url(../img/rad.png) no-repeat center center;
	left: 50%;
	top: 50%;
	margin-left: -175%;
	margin-top: -175%;
	background-size: 100% 100%;
}

@media (min-width: 1024px) {
	.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot::after {
		animation: scale 2s linear infinite;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group3 .map_box .map .list_box .dot::after {
		background: rgba(104, 184, 45, 0.4);
		transform: translate(-50%, -50%);
		border-radius: 50%;
		margin-left: 0;
		margin-top: 0;
	}
}

.main.about .wrap .wrap_box .group3 .map_box .msg {
	position: absolute;
	right: -2.4%;
	bottom: 16.4%;
	width: 23.8%;
}

@media (max-width: 750px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg {
		right: 0;
		width: 30%;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg {
		position: static;
		width: 40%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg {
		width: 70%;
	}
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul {
	width: 100%;
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul li {
	float: left;
	width: 46.3%;
	background: #f1f1f1;
	border-radius: 3px;
	padding: 20px 0;
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li {
		padding: 14px 0;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li {
		padding: 8px 0;
		width: 48%;
	}
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul li:last-child {
	float: right;
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul li .icon {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul li .icon img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1300px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .icon {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .icon {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .icon {
		width: 20px;
		height: 20px;
	}
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont {
	text-align: center;
	margin-top: 7px;
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_txt {
	font-size: 18px;
	line-height: 24px;
	color: #454545;
}

@media (max-width: 1450px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_txt {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 1200px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_txt {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 900px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_txt {
		font-size: 12px;
		line-height: 18px;
	}
}

.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_num {
	font-size: 36px;
	line-height: 40px;
	color: #454545;
}

@media (max-width: 1450px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_num {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_num {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 900px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_num {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .wrap_box .group3 .map_box .msg ul li .cont .count_num {
		font-size: 16px;
		line-height: 20px;
	}
}

.main.about .wrap .team_box {
	padding-top: 60px;
	padding-bottom: 110px;
}

@media (max-width: 1024px) {
	.main.about .wrap .team_box {
		padding-bottom: 80px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .team_box {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.main.about .wrap .team_box .team_top {
	margin-top: 60px;
}

@media (max-width: 600px) {
	.main.about .wrap .team_box .team_top {
		margin-top: 30px;
	}
}

.main.about .wrap .team_box .team_top a {
	display: block;
	background: #fff;
	padding: 20px;
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_top a {
		padding: 10px;
	}
}

@media (min-width: 1024px) {
	.main.about .wrap .team_box .team_top a:hover .pic img {
		transform: scale(1.05);
	}
}

.main.about .wrap .team_box .team_top a .pic {
	float: left;
	width: 22.72%;
	overflow: hidden;
}

.main.about .wrap .team_box .team_top a .pic img {
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_top a .pic {
		width: 38%;
	}
}

.main.about .wrap .team_box .team_top a .cont {
	width: 68.18%;
	float: right;
	padding-top: 40px;
	margin-right: 4.1%;
}

@media (max-width: 1300px) {
	.main.about .wrap .team_box .team_top a .cont {
		margin-right: 0;
		width: 71%;
		padding-top: 20px;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_top a .cont {
		width: 54%;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .team_box .team_top a .cont {
		padding-top: 3%;
	}
}

.main.about .wrap .team_box .team_top a .cont .name {
	font-size: 30px;
	line-height: 50px;
	color: #454545;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_top a .cont .name {
		font-size: 26px;
		line-height: 44px;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .team_box .team_top a .cont .name {
		font-size: 20px;
		line-height: 36px;
	}
}

.main.about .wrap .team_box .team_top a .cont .name span {
	font-size: 20px;
	line-height: 30px;
	color: #999;
	display: inline-block;
	vertical-align: 0;
	margin-left: 13px;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_top a .cont .name span {
		font-size: 18px;
		line-height: 26px;
		margin-left: 10px;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .team_box .team_top a .cont .name span {
		font-size: 16px;
		line-height: 22px;
		margin-left: 5px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_top a .cont .name span {
		display: none;
	}
}

.main.about .wrap .team_box .team_top a .cont .pos {
	font-size: 20px;
	line-height: 40px;
	color: #68b82d;
	padding-left: 30px;
	background: url(../img/zw.png) no-repeat left center;
	margin-top: 32px;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_top a .cont .pos {
		margin-top: 20px;
	}
}

@media (max-width: 1200px) {
	.main.about .wrap .team_box .team_top a .cont .pos {
		margin-top: 14px;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .team_box .team_top a .cont .pos {
		font-size: 16px;
		line-height: 28px;
		margin-top: 15px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .team_box .team_top a .cont .pos {
		margin-top: 10px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_top a .cont .pos {
		font-size: 14px;
		line-height: 24px;
		padding-left: 25px;
		background-size: 20px auto;
	}
}

.main.about .wrap .team_box .team_top a .cont .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 8px;
	height: 60px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.main.about .wrap .team_box .team_top a .cont .con {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_top a .cont .con {
		display: none;
	}
}

.main.about .wrap .team_box .team_top a .cont .more {
	display: block;
	width: 154px;
	height: 44px;
	background: #68b82d;
	font-size: 18px;
	line-height: 44px;
	font-family: "CENTURYGOTHIC-BOLD";
	color: #fff;
	text-align: center;
	border-radius: 22px;
	margin-top: 32px;
}

@media (max-width: 1200px) {
	.main.about .wrap .team_box .team_top a .cont .more {
		margin-top: 20px;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_top a .cont .more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_top a .cont .more {
		width: 100px;
		margin-top: 15px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
}

.main.about .wrap .team_box .team_list ul li {
	background: #fff;
	width: 48.89%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	margin-top: 2.22%;
	cursor: pointer;
}

.main.about .wrap .team_box .team_list ul li:nth-child(even) {
	float: right;
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_list ul li:nth-child(even) {
		float: none;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_list ul li {
		float: none;
		width: 100%;
		padding: 10px;
		margin-top: 20px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_list ul li {
		margin-top: 15px;
	}
}

@media (min-width: 1024px) {
	.main.about .wrap .team_box .team_list ul li:hover .pic img {
		transform: scale(1.05);
	}
}

.main.about .wrap .team_box .team_list ul li .pic {
	width: 38.75%;
	float: left;
	overflow: hidden;
}

.main.about .wrap .team_box .team_list ul li .pic img {
	width: 100%;
	transition: transform 0.5s ease-in-out;
}

.main.about .wrap .team_box .team_list ul li .cont {
	width: 46.51%;
	float: left;
	margin-left: 6.5%;
	padding-top: 18px;
}

@media (max-width: 1300px) {
	.main.about .wrap .team_box .team_list ul li .cont {
		padding-top: 10px;
		width: 49%;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.about .wrap .team_box .team_list ul li .cont {
		padding-top: 10px;
		width: 49%;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_list ul li .cont {
		padding-top: 5%;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .team_box .team_list ul li .cont {
		padding-top: 2%;
		width: 52%;
	}
}

.main.about .wrap .team_box .team_list ul li .cont .name {
	font-size: 30px;
	line-height: 50px;
	color: #454545;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_list ul li .cont .name {
		font-size: 26px;
		line-height: 44px;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .team_box .team_list ul li .cont .name {
		font-size: 20px;
		line-height: 36px;
	}
}

.main.about .wrap .team_box .team_list ul li .cont .name span {
	font-size: 20px;
	line-height: 30px;
	color: #999;
	display: inline-block;
	vertical-align: 0;
	margin-left: 13px;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_list ul li .cont .name span {
		font-size: 18px;
		line-height: 26px;
		margin-left: 10px;
	}
}

@media (max-width: 1024px) {
	.main.about .wrap .team_box .team_list ul li .cont .name span {
		font-size: 16px;
		line-height: 22px;
		margin-left: 5px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_list ul li .cont .name span {
		display: none;
	}
}

.main.about .wrap .team_box .team_list ul li .cont .pos {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin-top: 20px;
	height: 48px;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_list ul li .cont .pos {
		font-size: 16px;
		margin-top: 15px;
	}
}

@media (max-height: 700px) and (min-width: 1024px) {
	.main.about .wrap .team_box .team_list ul li .cont .pos {
		margin-top: 12px;
	}
}

@media (max-width: 1250px) {
	.main.about .wrap .team_box .team_list ul li .cont .pos {
		font-size: 15px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_list ul li .cont .pos {
		font-size: 18px;
		margin-top: 20px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .team_box .team_list ul li .cont .pos {
		margin-top: 15px;
		font-size: 16px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_list ul li .cont .pos {
		margin-top: 8px;
	}
}

.main.about .wrap .team_box .team_list ul li .cont .con {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	height: 66px;
	margin-top: 4px;
	overflow: hidden;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_list ul li .cont .con {
		height: 44px;
	}
}

@media (max-width: 1100px) {
	.main.about .wrap .team_box .team_list ul li .cont .con {
		height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width: 950px) {
	.main.about .wrap .team_box .team_list ul li .cont .con {
		display: none;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_list ul li .cont .con {
		display: block;
		height: 66px;
		white-space: normal;
		line-height: 24px;
		margin-top: 20px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .team_box .team_list ul li .cont .con {
		height: 44px;
		margin-top: 12px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_list ul li .cont .con {
		display: none;
	}
}

.main.about .wrap .team_box .team_list ul li .cont .icon {
	width: 21px;
	height: 11px;
	background: url(../img/arrow_l.png) no-repeat;
	margin-top: 30px;
}

@media (max-width: 1440px) {
	.main.about .wrap .team_box .team_list ul li .cont .icon {
		margin-top: 20px;
	}
}

@media (max-width: 1250px) {
	.main.about .wrap .team_box .team_list ul li .cont .icon {
		margin-top: 14px;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .team_list ul li .cont .icon {
		margin-top: 25px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .team_box .team_list ul li .cont .icon {
		margin-top: 15px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .team_list ul li .cont .icon {
		margin-top: 10px;
	}
}

.main.about .wrap .team_box .more_team {
	display: block;
	width: 152px;
	height: 44px;
	background: #68b82d;
	font-size: 18px;
	line-height: 44px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 22px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1350px) {
	.main.about .wrap .team_box .more_team {
		margin-top: 50px;
	}
}

@media (max-width: 750px) {
	.main.about .wrap .team_box .more_team {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
}

@media (max-width: 435px) {
	.main.about .wrap .team_box .more_team {
		margin-top: 25px;
	}
}

.main.about .wrap .mode .mode1 {
	padding-top: 90px;
	padding-bottom: 112px;
}

@media (max-width: 1024px) {
	.main.about .wrap .mode .mode1 {
		padding-top: 70px;
		padding-bottom: 80px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.main.about .wrap .mode .mode1 .tit {
	text-align: center;
}

.main.about .wrap .mode .mode1 .tit img {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode1 .tit img {
		max-height: 30px;
		margin: 0 3px;
	}
}

.main.about .wrap .mode .mode1 .tit .txt {
	margin: 0 5px;
	font-size: 28px;
	line-height: 36px;
	color: #454545;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.main.about .wrap .mode .mode1 .tit .txt {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode1 .tit .txt {
		font-size: 20px;
		line-height: 30px;
		margin: 0 3px;
	}
}

.main.about .wrap .mode .mode1 .content {
	margin-top: 45px;
	font-size: 0;
}

@media (max-width: 1024px) {
	.main.about .wrap .mode .mode1 .content {
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode1 .content {
		margin-top: 25px;
	}
}

.main.about .wrap .mode .mode1 .content .pic,
.main.about .wrap .mode .mode1 .content .pic2 {
	width: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 600px) {

	.main.about .wrap .mode .mode1 .content .pic,
	.main.about .wrap .mode .mode1 .content .pic2 {
		display: none;
	}
}

.main.about .wrap .mode .mode1 .content .pic img,
.main.about .wrap .mode .mode1 .content .pic2 img {
	max-width: 90%;
	display: inline-block;
}

.main.about .wrap .mode .mode1 .content .pic2 {
	display: none;
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode1 .content .pic2 {
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}

.main.about .wrap .mode .mode1 .content .list {
	width: 49.2%;
	margin-left: 0.8%;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode1 .content .list {
		width: 100%;
		margin-left: 0;
		display: block;
	}
}

.main.about .wrap .mode .mode1 .content .list ul li {
	background: #f3f8ef;
	border-radius: 5px;
	margin-top: 3px;
	padding: 34px 8.95% 34px 16.4%;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 1200px) {
	.main.about .wrap .mode .mode1 .content .list ul li {
		padding: 22px 8.95% 22px 16.4%;
	}
}

@media (max-width: 700px) {
	.main.about .wrap .mode .mode1 .content .list ul li {
		padding: 12px 3% 12px 16.4%;
	}
}

.main.about .wrap .mode .mode1 .content .list ul li.li2 .text {
	color: #ef9a37;
}

.main.about .wrap .mode .mode1 .content .list ul li .text {
	font-size: 30px;
	line-height: 38px;
	color: #68b82d;
	font-weight: bold;
	position: absolute;
	left: 6.5%;
	top: 34px;
}

@media (max-width: 1200px) {
	.main.about .wrap .mode .mode1 .content .list ul li .text {
		top: 22px;
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 700px) {
	.main.about .wrap .mode .mode1 .content .list ul li .text {
		font-size: 20px;
		line-height: 30px;
		top: 12px;
	}
}

.main.about .wrap .mode .mode1 .content .list ul li .con {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
	padding-left: 6.5%;
	border-left: 1px solid #e6e6e6;
}

@media (max-width: 1200px) {
	.main.about .wrap .mode .mode1 .content .list ul li .con {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 700px) {
	.main.about .wrap .mode .mode1 .content .list ul li .con {
		font-size: 13px;
		line-height: 20px;
	}
}

.main.about .wrap .mode .mode2 {
	background: #f9f9f9;
}

.main.about .wrap .mode .mode2 .mode_cen {
	padding-top: 55px;
	padding-bottom: 100px;
}

@media (max-width: 1024px) {
	.main.about .wrap .mode .mode2 .mode_cen {
		padding-bottom: 70px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode2 .mode_cen {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .tit {
	text-align: center;
}

.main.about .wrap .mode .mode2 .mode_cen .tit img {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode2 .mode_cen .tit img {
		max-height: 30px;
		margin: 0 3px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .tit .txt {
	margin: 0 5px;
	font-size: 28px;
	line-height: 36px;
	color: #454545;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.main.about .wrap .mode .mode2 .mode_cen .tit .txt {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode2 .mode_cen .tit .txt {
		font-size: 20px;
		line-height: 30px;
		margin: 0 3px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_list {
	margin-top: 50px;
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list {
		margin-top: 30px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li {
	width: 33.33%;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 4.7% 4% 21.5% 4.7%;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li {
		padding: 3% 3% 21.5% 3%;
	}
}

@media (max-width: 900px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li {
		padding: 3% 3% 25.5% 3%;
	}
}

@media (max-width: 800px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li {
		padding: 3% 3% 30% 3%;
	}
}

@media (max-width: 700px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li {
		width: 100%;
		height: auto;
		padding: 25px 4%;
	}
}

@media (min-width: 1024px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li:hover .icon img {
		transform: rotateY(-180deg);
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .icon {
	width: 100%;
	height: 50px;
	position: relative;
}

@media (max-width: 1200px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .icon {
		height: 40px;
	}
}

@media (max-width: 950px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .icon {
		height: 30px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .icon {
		height: 26px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: transform 0.4s ease;
}

.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .t {
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
	margin-top: 3px;
}

@media (max-width: 1300px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .t {
		font-size: 20px;
		line-height: 36px;
	}
}

@media (max-width: 950px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .t {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width: 800px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .t {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 700px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .t {
		font-size: 18px;
		line-height: 30px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .con {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-top: 8px;
}

@media (max-width: 1300px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .con {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 800px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_list ul li .con {
		margin-top: 4px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_bot {
	margin-top: 104px;
}

@media (max-width: 1024px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_bot {
		margin-top: 70px;
	}
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_bot {
		margin-top: 30px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list {
	margin-top: 50px;
}

@media (max-width: 600px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list {
		margin-top: 30px;
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list ul {
	width: 110%;
}

.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list ul li {
	float: left;
	background: #fff;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	position: relative;
	height: 0;
	overflow: hidden;
	width: 14.57%;
	padding-bottom: 10.16%;
	margin-right: 0.66%;
	margin-bottom: 0.66%;
}

@media (max-width: 800px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list ul li {
		width: 22.2%;
	}
}

@media (max-width: 500px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list ul li {
		width: 30%;
		padding-bottom: 16%;
	}
}

@media (min-width: 1024px) {
	.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list ul li:hover img {
		transform: scale(1.05);
	}
}

.main.about .wrap .mode .mode2 .mode_cen .mode_bot .cooperation_list ul li img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 70%;
	max-height: 70%;
	margin: auto;
	transition: transform 0.5s ease-in-out;
}

.main.about .team_detail {
	padding: 80px 5.88% 110px 5.88%;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.about .team_detail {
		padding: 80px 0;
	}
}

@media (max-width: 600px) {
	.main.about .team_detail {
		padding: 30px 0;
	}
}

.main.about .team_detail .peo_box {
	float: left;
	width: 340px;
}

@media (max-width: 1024px) {
	.main.about .team_detail .peo_box {
		width: 280px;
	}
}

@media (max-width: 750px) {
	.main.about .team_detail .peo_box {
		width: 200px;
	}
}

@media (max-width: 600px) {
	.main.about .team_detail .peo_box {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}

.main.about .team_detail .peo_box .pic {
	position: relative;
}

.main.about .team_detail .peo_box .pic img {
	width: 100%;
}

.main.about .team_detail .peo_box .pic img.peo {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 94%;
	max-height: 94%;
	margin: auto;
	z-index: 10;
}

.main.about .team_detail .peo_box .peo_txt {
	text-align: center;
	margin-top: 14px;
}

.main.about .team_detail .peo_box .peo_txt .name {
	font-size: 30px;
	line-height: 46px;
	color: #454545;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.main.about .team_detail .peo_box .peo_txt .name {
		font-size: 24px;
		line-height: 40px;
	}
}

@media (max-width: 600px) {
	.main.about .team_detail .peo_box .peo_txt .name {
		font-size: 20px;
		line-height: 36px;
	}
}

.main.about .team_detail .peo_box .peo_txt .pos {
	font-size: 20px;
	line-height: 30px;
	color: #666;
}

@media (max-width: 1024px) {
	.main.about .team_detail .peo_box .peo_txt .pos {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.about .team_detail .content {
	padding-left: 395px;
}

@media (max-width: 1024px) {
	.main.about .team_detail .content {
		padding-left: 310px;
	}
}

@media (max-width: 750px) {
	.main.about .team_detail .content {
		padding-left: 220px;
	}
}

@media (max-width: 600px) {
	.main.about .team_detail .content {
		padding-left: 0;
		margin-top: 15px;
	}
}

.main.about .team_detail .content .pos {
	font-size: 24px;
	line-height: 50px;
	color: #68b82d;
	font-weight: bold;
	padding-left: 30px;
	background: url(../img/zw.png) no-repeat left center;
}

@media (max-width: 1024px) {
	.main.about .team_detail .content .pos {
		font-size: 20px;
		line-height: 36px;
	}
}

@media (max-width: 600px) {
	.main.about .team_detail .content .pos {
		font-size: 18px;
	}
}

.main.about .team_detail .content .cont {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

@media (max-width: 600px) {
	.main.about .team_detail .content .cont {
		font-size: 14px;
		line-height: 22px;
	}
}

.main.about .team_detail .content .cont img {
	max-width: 100%;
	max-height: 100%;
}

.main.test {
	padding-top: 70px;
}

@media (max-width: 1024px) {
	.main.test {
		padding-top: 60px;
	}
}

@media (max-width: 435px) {
	.main.test {
		padding-top: 50px;
	}
}

.main.test .abanner .text_box .text_cen .tab .tab_cell .title .en,
.main.test .abanner .text_box .text_cen .tab .tab_cell .title .cn {
	color: #454545;
}

@media (max-width: 600px) {
	.main.test .abanner .text_box .text_cen .tab .tab_cell .title .cn_tit {
		font-size: 22px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .text_box {
	padding-top: 55px;
	text-align: center;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .text_box {
		padding-top: 30px;
	}
}

.main.test .test_box .test_cen .text_box .t {
	font-size: 36px;
	line-height: 52px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .text_box .t {
		font-size: 30px;
		line-height: 48px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .text_box .t {
		font-size: 22px;
		line-height: 36px;
	}
}

.main.test .test_box .test_cen .text_box .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 5px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .text_box .con {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .list {
	padding-bottom: 170px;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list {
		padding-bottom: 100px;
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .list {
		padding-bottom: 50px;
	}
}

.main.test .test_box .test_cen .list ul li {
	margin-top: 7.6%;
	position: relative;
}

.main.test .test_box .test_cen .list ul li:first-child {
	margin-top: 80px;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li:first-child {
		margin-top: 0px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .list ul li .box_l {
	width: 52.2%;
	background: #f9f9f9;
	border-radius: 5px;
	transition: background 0.5s ease-in-out;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l {
		width: 100%;
		box-shadow: 0 0 43px rgba(4, 0, 0, 0.13);
		background: #fff;
	}
}

@media (min-width: 1024px) {
	.main.test .test_box .test_cen .list ul li .box_l:hover {
		background: #68b82d;
	}

	.main.test .test_box .test_cen .list ul li .box_l:hover a .pic img,
	.main.test .test_box .test_cen .list ul li .box_l:hover a .pic2 img {
		transform: scale(1.03);
	}

	.main.test .test_box .test_cen .list ul li .box_l:hover a .cont .t,
	.main.test .test_box .test_cen .list ul li .box_l:hover a .cont .con {
		color: #fff;
	}

	.main.test .test_box .test_cen .list ul li .box_l:hover a .cont .con p,
	.main.test .test_box .test_cen .list ul li .box_l:hover a .cont .con span {
		color: #fff !important;
	}

	.main.test .test_box .test_cen .list ul li .box_l:hover a .cont .btn {
		color: #68b82d;
		background: #fff;
	}
}

.main.test .test_box .test_cen .list ul li .box_l.box_r {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 43px rgba(4, 0, 0, 0.13);
	position: absolute;
	right: 0;
	top: 7.8%;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l.box_r {
		position: static;
		margin-top: 20px;
	}
}

@media (min-width: 1024px) {
	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l {
		background: #68b82d;
	}

	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l a .pic img,
	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l a .pic2 img {
		transform: scale(1.03);
	}

	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l a .cont .t,
	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l a .cont .con {
		color: #fff;
	}

	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l a .cont .con p,
	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l a .cont .con span {
		color: #fff !important;
	}

	.main.test .test_box .test_cen .list ul li .box_l.box_r:hover.box_l a .cont .btn {
		color: #68b82d;
		background: #fff;
	}
}

.main.test .test_box .test_cen .list ul li .box_l.box_r .pic {
	display: none;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l.box_r .pic {
		display: block;
	}
}

.main.test .test_box .test_cen .list ul li .box_l.box_r .pic2 {
	display: block;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l.box_r .pic2 {
		display: none;
	}
}

.main.test .test_box .test_cen .list ul li .box_l.box_r a .cont {
	padding: 35px 6.33% 30px 9.85%;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l.box_r a .cont {
		padding: 30px 20px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .list ul li .box_l.box_r a .cont {
		padding: 15px;
	}
}

.main.test .test_box .test_cen .list ul li .box_l a {
	display: block;
}

.main.test .test_box .test_cen .list ul li .box_l a .pic,
.main.test .test_box .test_cen .list ul li .box_l a .pic2 {
	border-radius: 5px;
	overflow: hidden;
}

.main.test .test_box .test_cen .list ul li .box_l a .pic img,
.main.test .test_box .test_cen .list ul li .box_l a .pic2 img {
	border-radius: 5px;
	width: 100%;
	transition: transform 0.5s ease-in-out;
}

.main.test .test_box .test_cen .list ul li .box_l a .cont {
	padding: 20px 15.49% 40px 7.74%;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont {
		padding: 30px 20px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont {
		padding: 15px;
	}
}

.main.test .test_box .test_cen .list ul li .box_l a .cont .t {
	font-size: 28px;
	line-height: 46px;
	color: #454545;
	transition: color 0.5s ease-in-out;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont .t {
		font-size: 24px;
		line-height: 40px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont .t {
		font-size: 18px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .list ul li .box_l a .cont .con {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	height: 52px;
	transition: color 0.5s ease-in-out;
	overflow: hidden;
	margin-top: 10px;
}

.main.test .test_box .test_cen .list ul li .box_l a .cont .con p,
.main.test .test_box .test_cen .list ul li .box_l a .cont .con span {
	transition: color 0.5s ease-in-out;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont .con {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont .con {
		margin-top: 5px;
	}
}

.main.test .test_box .test_cen .list ul li .box_l a .cont .btn {
	display: block;
	width: 154px;
	height: 44px;
	transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
	background: #68b82d;
	font-size: 18px;
	line-height: 44px;
	font-family: "CENTURYGOTHIC-BOLD";
	color: #fff;
	text-align: center;
	border-radius: 22px;
	margin-top: 32px;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont .btn {
		margin-top: 20px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont .btn {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .list ul li .box_l a .cont .btn {
		width: 100px;
		margin-top: 10px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .current_location {
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 48px;
	color: #666;
	padding-left: 30px;
	background: url(../img/home2.png) no-repeat left center;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .current_location {
		display: none;
	}
}

.main.test .test_box .test_cen .current_location a {
	color: #666;
	transition: color 0.3s;
}

@media (min-width: 1024px) {
	.main.test .test_box .test_cen .current_location a:hover {
		color: #68b82d;
	}
}

.main.test .test_box .test_cen .box {
	padding: 0 5.88%;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box {
		padding: 0;
	}
}

.main.test .test_box .test_cen .box .title {
	text-align: center;
	position: relative;
}

.main.test .test_box .test_cen .box .title .line {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #dfdfdf;
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .title .line {
		display: none;
	}
}

.main.test .test_box .test_cen .box .title .txt {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding: 0 35px;
	background: #fff;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .title .txt {
		padding: 0 20px;
	}
}

.main.test .test_box .test_cen .box .title .txt::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: #68b82d;
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .title .txt::after {
		display: none;
	}
}

.main.test .test_box .test_cen .box .title .txt::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: #68b82d;
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .title .txt::before {
		display: none;
	}
}

.main.test .test_box .test_cen .box .title .txt .bg {
	position: absolute;
	left: 40px;
	right: 30px;
	background: #68b82d;
	top: 5px;
	height: 100%;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .title .txt .bg {
		left: 30px;
		right: 15px;
	}
}

.main.test .test_box .test_cen .box .title .txt span {
	font-size: 22px;
	line-height: 36px;
	display: inline-block;
	color: #454545;
	padding: 4px 28px;
	position: relative;
	z-index: 10;
	background: #fff;
	position: relative;
	border: 1px solid #68b82d;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .title .txt span {
		font-size: 18px;
		line-height: 30px;
		padding: 4px 20px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .title .txt span {
		font-size: 16px;
		line-height: 24px;
		padding: 4px 10px;
	}
}

.main.test .test_box .test_cen .box .cont_box {
	padding-top: 55px;
	padding-bottom: 130px;
}

.main.test .test_box .test_cen .box .cont_box.none {
	padding-bottom: 0;
}

.main.test .test_box .test_cen .box .cont_box.pb {
	padding-bottom: 100px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box.pb {
		padding-bottom: 70px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box.pb {
		padding-bottom: 30px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box {
		padding-bottom: 90px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item {
	padding-bottom: 75px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item {
		padding-bottom: 65px;
	}
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .box .cont_box .item {
		padding-bottom: 25px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item:last-child {
	padding-bottom: 0;
}

.main.test .test_box .test_cen .box .cont_box .item img {
	max-width: 100%;
	height: auto !important;
}

.main.test .test_box .test_cen .box .cont_box .item .item_list {
	padding-top: 60px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_list {
		padding-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .item_list ul {
	width: 110%;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_list ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .item_list ul li {
	float: left;
	width: 29.16%;
	margin-right: 1.66%;
	background: #f2f5f0;
	border-radius: 5px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_list ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
		float: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .item_list ul li .pic {
	overflow: hidden;
	border-radius: 5px;
}

.main.test .test_box .test_cen .box .cont_box .item .item_list ul li .pic img {
	border-radius: 5px;
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .item_list ul li .cont {
	padding: 20px 27px;
}

@media (max-width: 800px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_list ul li .cont {
		padding: 20px;
		height: auto !important;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .item_list ul li .cont .t {
	font-size: 20px;
	line-height: 32px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_list ul li .cont .t {
		font-size: 18px;
		line-height: 28px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .item_list ul li .cont .con_t {
	font-size: 14px;
	line-height: 24px;
	color: #727171;
	margin-top: 5px;
}

.main.test .test_box .test_cen .box .cont_box .item .item_text {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;
	padding-top: 25px;
}

.main.test .test_box .test_cen .box .cont_box .item .item_text.ti p {
	text-indent: 2em;
	text-align: left;
}

.main.test .test_box .test_cen .box .cont_box .item .item_text.ti strong {
	font-size: 18px;
	color: #68b82d;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_text.ti strong {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .item_text {
		padding-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 60px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .con {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .con {
		margin-top: 25px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .con span {
	color: #68b82d;
}

.main.test .test_box .test_cen .box .cont_box .item .con img {
	max-width: 100%;
	height: auto !important;
}

.main.test .test_box .test_cen .box .cont_box .item .con p {
	padding-top: 10px;
}

.main.test .test_box .test_cen .box .cont_box .item .con p:first-child {
	padding-top: 0;
}

.main.test .test_box .test_cen .box .cont_box .item .con .right {
	margin-top: 7px;
	text-align: right;
}

.main.test .test_box .test_cen .box .cont_box .item .con .img {
	font-size: 0;
}

.main.test .test_box .test_cen .box .cont_box .item .con .img .img_l {
	width: 60.916%;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .con .img .img_l {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .con .img .img_r {
	width: 37.5%;
	margin-left: 1.58%;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .con .img .img_r {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .con .img .img_l,
.main.test .test_box .test_cen .box .cont_box .item .con .img .img_r {
	display: inline-block;
	vertical-align: middle;
}

.main.test .test_box .test_cen .box .cont_box .item .con .img .img_l img,
.main.test .test_box .test_cen .box .cont_box .item .con .img .img_r img {
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .con .img_box {
	margin: 15px 0;
}

.main.test .test_box .test_cen .box .cont_box .item .con .img_box .img_l {
	width: 46%;
	float: left;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .con .img_box .img_l {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .con .img_box .img_r {
	width: 46%;
	float: right;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .con .img_box .img_r {
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li {
	float: left;
	width: 48.33%;
	margin-top: 5.3%;
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li:nth-child(even) {
	float: right;
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li:nth-child(even) {
		float: none;
	}
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li {
		width: 100%;
		float: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .pic {
	overflow: hidden;
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .pic img {
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont {
	background-color: #fff;
	width: 92%;
	margin-top: -10%;
	box-shadow: 0 0 21px rgba(4, 0, 0, 0.11);
	margin-left: auto;
	margin-right: auto;
	padding: 40px 6.5% 24px 6.5%;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont {
		width: 94%;
		padding: 40px 4% 24px 4%;
	}
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont {
		height: auto !important;
		padding: 30px 4% 24px 4%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .stage {
	position: absolute;
	width: 100%;
	left: 0;
	top: -34px;
	z-index: 10;
	text-align: center;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .stage {
		top: -20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .stage em {
	font-style: inherit;
	background: #68b82d;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	border-radius: 50px;
	min-width: 216px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .stage em {
		font-size: 16px;
		line-height: 40px;
		min-width: 180px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .stage em {
		min-width: 120px;
		font-size: 15px;
		line-height: 36px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .symptom ul li {
	overflow: hidden;
	border-bottom: 1px dashed #d8d8d8;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	background: url(../img/s.png) no-repeat left 18px;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .symptom ul li {
		padding: 5px 0;
		margin: 0 20px;
		background-position: left 14px !important;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .symptom ul li {
		margin: 0 10px;
		background-position: left 13px !important;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .symptom ul li .symptom_l {
	font-size: 14px;
	line-height: 28px;
	color: #595757;
	padding-left: 12px;
	float: left;
	width: 180px;
	box-sizing: border-box;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .symptom ul li .symptom_l {
		width: 100%;
		float: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .symptom ul li .symptom_text {
	float: right;
	width: calc(100% - 180px);
	font-size: 14px;
	line-height: 28px;
	color: #595757;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .box .cont_box .item .v_list ul .li .v_cont .symptom ul li .symptom_text {
		width: 100%;
		line-height: 18px;
		float: none;
		padding-left: 12px;
		box-sizing: border-box;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list_box {
	margin-top: 35px;
}

.main.test .test_box .test_cen .box .cont_box .item .list_box ul {
	width: 110%;
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .box .cont_box .item .list_box ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list_box ul li {
	float: left;
	width: 28.78%;
	background: #f9f9f9;
	margin-right: 2.3%;
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .box .cont_box .item .list_box ul li {
		margin-right: 0;
		width: 100%;
		float: none;
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list_box ul li .pic {
	overflow: hidden;
}

.main.test .test_box .test_cen .box .cont_box .item .list_box ul li .pic img {
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .list_box ul li .text {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	min-height: 116px;
	padding: 25px 12% 0 12%;
	box-sizing: border-box;
	text-align: center;
}

@media (max-width: 1420px) {
	.main.test .test_box .test_cen .box .cont_box .item .list_box ul li .text {
		padding: 25px 8% 0 8%;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list_box ul li .text {
		font-size: 14px;
		line-height: 24px;
		padding: 20px 5% 0 5%;
		min-height: 90px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .list_box ul li .text {
		padding-top: 12px;
	}
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .box .cont_box .item .list_box ul li .text {
		padding: 20px 15px;
		min-height: inherit;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl {
	padding-top: 23px;
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul {
	width: 110%;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li {
	float: left;
	width: 17.42%;
	margin-right: 0.9%;
	margin-top: 2%;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li {
		width: 29%;
		margin-right: 2%;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li {
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li:nth-child(even) {
		float: right;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li.first {
	background: #68b82d;
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box {
	width: 100%;
	height: 100%;
	position: relative;
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co,
.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en,
.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10%;
	box-sizing: border-box;
}

@media (max-width: 435px) {

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co,
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en,
	.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en {
		padding: 0 10px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .t,
.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .t,
.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .t {
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 1440px) {

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .t,
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .t,
	.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .t {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width: 1150px) {

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .t,
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .t,
	.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .t {
		font-size: 16px;
		line-height: 28px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .conn,
.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .conn,
.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .conn {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

@media (max-width: 1440px) {

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .conn,
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .conn,
	.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .conn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 1150px) {

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .conn,
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .conn,
	.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .conn {
		font-size: 13px;
		line-height: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .conn p,
.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .conn p,
.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .conn p {
	padding-top: 0;
	padding-left: 14px;
	background: url(../img/dd.png) no-repeat left center;
}

@media (max-width: 435px) {

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .co .conn,
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .main.about .wrap .title .en .conn,
	.main.about .wrap .title .main.test .test_box .test_cen .box .cont_box .item .vl ul li .con_box .en .conn {
		font-size: 12px;
		line-height: 18px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic {
	width: 86%;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name {
	min-width: 52px;
	min-height: 52px;
	border-radius: 26px;
	background: #68b82d;
	text-align: center;
	font-size: 24px;
	line-height: 52px;
	font-weight: bold;
	font-family: Arial;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	padding: 0 8px;
	box-sizing: border-box;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name {
		font-size: 16px;
		min-width: 36px;
		min-height: 36px;
		line-height: 36px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name sub {
	font-size: 16px;
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name sub span {
	font-size: 14px;
	word-break: keep-all;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name sub {
		font-size: 14px;
	}

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name sub span {
		font-size: 12px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name sub {
		font-size: 12px;
	}

	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic .name sub span {
		font-size: 12px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .pic img {
	width: 100%;
	border-radius: 5px;
}

.main.test .test_box .test_cen .box .cont_box .item .vl ul li .text {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 76px 15.2% 18px 15.2%;
	text-align: center;
	margin-top: -64px;
	height: 40px;
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .vl ul li .text {
		padding: 76px 5% 18px 5%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .intro_box {
	margin-top: 25px;
}

.main.test .test_box .test_cen .box .cont_box .item .intro_box .il {
	width: 45.83%;
	float: left;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .il {
		width: 100%;
		float: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li {
	background: #f2f5f0;
	height: 80px;
	overflow: hidden;
	border-radius: 40px;
	padding-right: 20px;
	margin-top: 2px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li {
		padding-right: 15px;
		height: 66px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li {
		height: 58px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li .name {
	margin-top: 4px;
	width: 72px;
	height: 72px;
	background: #68b82d;
	border-radius: 50%;
	font-size: 16px;
	line-height: 24px;
	margin-left: 5px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	float: left;
	color: #fff;
	text-align: center;
	justify-content: center;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li .name {
		font-size: 14px;
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li .name {
		width: 50px;
		font-size: 13px;
		line-height: 20px;
		height: 50px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li .text {
	margin-top: 4px;
	float: right;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	display: flex;
	display: -ms-flexbox;
	height: 72px;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: calc(100% - 95px);
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li .text {
		font-size: 14px;
		height: 58px;
		width: calc(100% - 75px);
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .il ul li .text {
		height: 50px;
		font-size: 13px;
		line-height: 20px;
		width: calc(100% - 65px);
	}
}

.main.test .test_box .test_cen .box .cont_box .item .intro_box .ir {
	float: right;
	width: 45.75%;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .intro_box .ir {
		width: 80%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .intro_box .ir img {
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend {
	display: none;
	margin-top: 28px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend {
		display: block;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend.swiper_recommend2 {
		display: block;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend .swiper-container .swiper-pagination {
	position: static;
	margin-top: 20px;
}

.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 60%;
}

.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #68b82d;
}

.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend .swiper-container .swiper-wrapper .swiper-slide .pic {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend .swiper-container .swiper-wrapper .swiper-slide .pic img {
	border-radius: 50%;
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .swiper_recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #68b82d;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	min-height: 90px;
	padding: 10px 25px 0 25px;
}

.main.test .test_box .test_cen .box .cont_box .item .recommend {
	margin-top: 45px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .recommend {
		margin-top: 20px;
		display: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .recommend.recommend2 {
	margin-top: 65px;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .recommend.recommend2 {
		display: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .recommend.recommend2 ul li {
	width: 20.83%;
	margin-right: 2.5%;
}

.main.test .test_box .test_cen .box .cont_box .item .recommend.recommend2 ul li .pic .text {
	min-height: 92px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .recommend.recommend2 ul li .pic .text {
		font-size: 14px;
		line-height: 24px;
		min-height: 70px;
		padding: 10px 20px 0 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .recommend ul {
	width: 110%;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .recommend ul {
		width: 100%;
		padding-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .recommend ul li {
	width: 25.378%;
	float: left;
	margin-right: 7.27%;
}

.main.test .test_box .test_cen .box .cont_box .item .recommend ul li .pic {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.main.test .test_box .test_cen .box .cont_box .item .recommend ul li .pic img {
	border-radius: 50%;
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .recommend ul li .pic .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #68b82d;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	min-height: 112px;
	box-sizing: border-box;
	padding: 20px 35px 0 35px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .recommend ul li .pic .text {
		font-size: 14px;
		line-height: 24px;
		min-height: 90px;
		padding: 10px 20px 0 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .application_box {
	margin-top: 65px;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box {
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box {
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .pic {
	float: right;
	border: 1px dashed #82aacc;
	width: 36%;
	padding: 1.2%;
	border-radius: 5px;
	margin-top: 22px;
	box-sizing: border-box;
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .pic img {
	width: 100%;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .pic {
		width: 60%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .pic {
		width: 80%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .application {
	width: 57.5%;
	float: left;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .application {
		width: 100%;
		float: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li {
	border-bottom: 1px dashed #dfdfdf;
	position: relative;
	min-height: 97px;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 140px;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li {
		padding-left: 100px;
		min-height: 70px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li {
		min-height: 50px;
		padding-left: 70px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .icon {
	width: 97px;
	height: 97px;
	position: absolute;
	left: 0;
	top: 22px;
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .icon img {
	width: 100%;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .icon {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .icon {
		width: 50px;
		height: 50px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .application_text_box .t {
	font-size: 20px;
	line-height: 30px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .application_text_box .t {
		font-size: 18px;
		line-height: 28px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .application_text_box .cont {
	font-size: 16px;
	line-height: 30px;
	color: #727171;
}

@media (max-width: 1350px) {
	.main.test .test_box .test_cen .box .cont_box .item .application_box .application ul li .application_text_box .cont {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list {
	padding-top: 35px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list {
		padding-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul {
	width: 110%;
	display: flex;
	display: -ms-flexbox;
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul {
		width: 100%;
		flex-direction: column;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li {
	float: left;
	background: #f6f6f6;
	width: 28.78%;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 2.27%;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li {
		padding: 15px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li .img {
	height: 122px;
	position: relative;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li .img {
		height: 100px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li .img {
		height: 70px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li .img img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li .text {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 18px;
	word-break: break-all;
	text-align: center;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .catecholamine_list ul li .text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 12px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .short_box {
	padding-top: 12px;
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l {
	width: 53.75%;
	float: left;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l {
		width: 100%;
		float: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li {
	position: relative;
	position: relative;
	min-height: 97px;
	padding: 35px 0 35px 124px;
	border-bottom: 1px dashed #dfdfdf;
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li:last-child {
	border: none;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li {
		min-height: 70px;
		padding: 25px 0 25px 100px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li {
		min-height: 50px;
		padding: 15px 0 15px 70px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li .icon {
	width: 97px;
	height: 97px;
	position: absolute;
	left: 0;
	top: 35px;
	overflow: hidden;
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li .icon img {
	width: 100%;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li .icon {
		width: 70px;
		height: 70px;
		top: 25px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li .icon {
		width: 50px;
		height: 50px;
		top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li .text {
	font-size: 16px;
	line-height: 30px;
	color: #999;
	margin-top: 5px;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_l ul li .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_r {
	width: 40.58%;
	float: right;
	margin-top: 40px;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_r {
		margin-top: 25px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .short_box .short_r {
		width: 80%;
		float: none;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .short_box .short_r img {
	width: 100%;
}

.main.test .test_box .test_cen .box .cont_box .item .h_list {
	padding-top: 35px;
	padding-bottom: 10px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .h_list ul {
	width: 110%;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .h_list ul li {
	width: 21.66%;
	margin-right: 1.36%;
	background: #f8f8f8;
	padding: 23px 30px 54px 30px;
	box-sizing: border-box;
	position: relative;
	float: left;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li {
		padding: 23px 20px 54px 20px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li {
		width: 49%;
		margin-right: 2%;
		margin-top: 5%;
	}

	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li:nth-child(even) {
		margin-right: 0;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
		padding: 23px 20px 35px 20px;
	}

	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li:first-child {
		margin-top: 0;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .t {
	font-size: 16px;
	line-height: 24px;
	color: #454545;
	height: 72px;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .t {
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 1100px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .t {
		height: 96px;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .t {
		height: auto;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .cont {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 12px;
	height: 120px;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .cont {
		font-size: 13px;
		line-height: 20px;
	}
}

@media (max-width: 900px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .cont {
		font-size: 12px;
		line-height: 18px;
		height: 108px;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .cont {
		height: auto;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .icon {
	height: 65px;
	position: relative;
}

@media (max-width: 900px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .icon {
		height: 50px;
		margin-top: 5px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .icon img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .model {
	width: 128px;
	height: 40px;
	background: #68b82d;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .cont_box .item .h_list ul li .model {
		height: 30px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container {
	margin-top: 60px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .container {
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li {
	padding-bottom: 50px;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li {
		padding-bottom: 0;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li .con_b {
	width: 78%;
}

@media (max-width: 1250px) {
	.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li .con_b {
		width: 78%;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li .con_b {
		width: 90%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li .con_b .pic {
	width: 81.62%;
	margin: 0 auto;
}

.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li .con_b .cont .con_t {
	line-height: 24px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .container.container2 ul li .con_b .cont .con_t {
		line-height: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li {
	width: 25%;
	text-align: center;
	position: relative;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li {
		width: 50%;
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li:last-child::after {
	display: none;
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li:last-child::before {
	display: none;
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li:nth-child(even)::before {
	bottom: auto;
	top: 10px;
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/rad.jpg) no-repeat;
	background-size: cover;
	bottom: 10px;
	right: 0;
	transform: translateX(50%);
	z-index: 10;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li::before {
		display: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li::after {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	background: #e1f2d5;
	top: 14px;
	bottom: 14px;
	right: 0;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li::after {
		display: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li:first-child {
	text-align: left;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li:first-child {
		text-align: center;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li:last-child {
	text-align: right;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li:last-child {
		text-align: center;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b {
	display: inline-block;
	width: 63.66%;
	text-align: center;
}

@media (max-width: 1250px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b {
		width: 70%;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b {
		width: 84%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .pic {
	border-radius: 50%;
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .pic img {
	width: 100%;
	border-radius: 50%;
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont {
	margin-top: 25px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont {
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont .t {
	font-size: 22px;
	line-height: 32px;
	color: #575261;
}

@media (max-width: 1250px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont .t {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 800px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont .t {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont .t {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont .con_t {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-top: 8px;
}

@media (max-width: 800px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont .con_t {
		font-size: 13px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .container ul li .con_b .cont .con_t {
		font-size: 12px;
		line-height: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal {
	margin-top: 40px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .tit {
	text-align: center;
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .tit img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .tit img {
		max-height: 22px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .tit .txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
	color: #454545;
	font-weight: bold;
	margin: 0 3px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .tit .txt {
		font-size: 18px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list {
	margin-top: 50px;
	padding-bottom: 40px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list {
		margin-top: 20px;
		padding-bottom: 10px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list {
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li {
	width: 33.33%;
	position: relative;
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li {
		width: 100%;
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/rad.jpg) no-repeat;
	background-size: cover;
	bottom: 0px;
	right: 0;
	transform: translateX(50%);
	z-index: 10;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li::before {
		display: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li:nth-child(even)::before {
	bottom: auto;
	top: 0px;
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li:last-child::before,
.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li:last-child::after {
	display: none;
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li::after {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	background: #e1f2d5;
	top: 0px;
	bottom: 0px;
	right: 0;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li::after {
		display: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content {
	width: 80%;
	margin: 0 auto;
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content .pic {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 900px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content .pic {
		width: 80%;
		height: auto;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content .pic {
		width: 50%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content .pic img {
	width: 100%;
	border-radius: 50%;
}

.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content .cont {
	font-size: 16px;
	line-height: 28px;
	color: #595757;
	text-align: center;
	margin-top: 14px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content .cont {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .proposal .proposal_list ul li .content .cont {
		margin-top: 12px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .use {
	margin-top: 35px;
	padding: 40px 0;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .use {
		padding: 25px 0;
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .use .use_list {
	float: right;
	margin-right: 11.66%;
	width: 378px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .use .use_list {
		margin-right: 5%;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .use .use_list {
		width: 85%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li {
	margin-top: 17px;
	width: 100%;
	position: relative;
	background: #68b82d;
	padding: 18px 42px 25px 42px;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li {
		padding: 20px 30px;
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li:first-child {
	margin-top: 0;
}

.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li .t {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li .t {
		font-size: 16px;
		line-height: 22px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li .cont {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 5px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li .cont {
		font-size: 13px;
		line-height: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li .num {
	width: 50px;
	height: 50px;
	position: absolute;
	background: #68b82d;
	border-radius: 50%;
	border: 3px solid #fff;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	font-family: Arial;
	text-align: center;
	left: -20px;
	top: 22px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .use .use_list ul li .num {
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 34px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list1 {
	margin-top: 95px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 {
		margin-top: 70px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list1 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 110%;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list1 ul li {
	background: #f8f8f8;
	float: left;
	min-height: 220px;
	width: 21.66%;
	padding: 50px 32px;
	box-sizing: border-box;
	margin-right: 1.36%;
	position: relative;
}

@media (max-width: 1100px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 ul li {
		min-height: inherit;
		padding: 30px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 ul li {
		padding: 30px 20px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 ul li {
		width: 48%;
		margin-top: 40px;
		margin-right: 0;
	}

	.main.test .test_box .test_cen .box .cont_box .item .list1 ul li:nth-child(even) {
		margin-left: 4%;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 ul li {
		padding: 30px 15px 20px 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list1 ul li .mode {
	width: 160px;
	height: 50px;
	background: #68b82d;
	border-radius: 25px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	text-align: center;
	transform: translate(-50%, -50%);
}

@media (max-width: 1100px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 ul li .mode {
		width: 120px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list1 ul li .text {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	word-break: break-all;
}

@media (max-width: 1100px) {
	.main.test .test_box .test_cen .box .cont_box .item .list1 ul li .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list2 {
	margin-top: 90px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list2 {
		margin-top: 70px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list2 {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list2 ul {
	width: 110%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list2 ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list2 ul li {
	width: 28.78%;
	position: relative;
	margin-right: 2.42%;
	box-sizing: border-box;
	float: left;
	background: #f2f5f0;
	padding: 45px 32px 35px 32px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list2 ul li {
		padding: 35px 25px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list2 ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list2 ul li.li2 .icon {
	background: #68b82d;
}

.main.test .test_box .test_cen .box .cont_box .item .list2 ul li.li3 .icon {
	background: #e69831;
}

.main.test .test_box .test_cen .box .cont_box .item .list2 ul li .icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #30748a;
	position: absolute;
	left: 32px;
	top: -32px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list2 ul li .icon {
		width: 50px;
		height: 50px;
		left: 25px;
		top: -25px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list2 ul li .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 60%;
	max-height: 60%;
	margin: auto;
}

.main.test .test_box .test_cen .box .cont_box .item .list2 ul li .text {
	font-size: 16px;
	line-height: 30px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list2 ul li .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li {
	margin-top: 2%;
	float: left;
	width: 48.16%;
	background: #f2f5f0;
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li:nth-child(even) {
	float: right;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li:nth-child(even) {
		float: none;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li .pic {
	overflow: hidden;
	border-radius: 5px;
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li .pic img {
	width: 100%;
	border-radius: 5px;
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont {
	padding: 17px 50px 25px 50px;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont {
		padding: 20px 30px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont {
		padding: 20px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont {
		padding: 20px;
		height: auto !important;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item {
	position: relative;
	padding-left: 70px;
	margin-top: 5px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item {
		padding-left: 50px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item {
		padding-left: 0px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item .stage {
	font-size: 18px;
	line-height: 26px;
	color: #454545;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 10px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item .stage {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item .stage {
		position: static;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item .stage_list a {
	min-width: 110px;
	display: inline-block;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	border-radius: 17px;
	background: #68b82d;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-top: 10px;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item .stage_list a {
		font-size: 15px;
		min-width: 90px;
		margin-top: 6px;
		margin-right: 6px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item .stage_list a {
		font-size: 14px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .pro ul li .cont .cont_item .stage_list a {
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .table_box {
	margin-top: 55px;
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .table_box {
		overflow: auto;
		margin-top: 25px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .table_box table {
		width: 600px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .table_box table tr.firstRow {
	background: #68b82d;
}

.main.test .test_box .test_cen .box .cont_box .item .table_box table tr.firstRow td {
	border: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .table_box table tr.firstRow td {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .table_box table tr.firstRow td {
		font-size: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .table_box table tr td {
	border: 1px solid #d5e2cc;
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	padding: 15px 40px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .table_box table tr td {
		padding: 15px 20px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .table_box table tr td {
		font-size: 13px;
		line-height: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .table_box table tr td.bg {
	text-align: center;
	background: #f0f8ea;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .table_box table tr td.bg {
		font-size: 14px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .peo_list {
	margin-top: 85px;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .peo_list ul {
	width: 110%;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li {
	float: left;
	width: 13%;
	margin-right: 2.22%;
	margin-top: 7.5%;
}

.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li:nth-child(even) {
	margin-top: 0;
}

@media (max-width: 800px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li:nth-child(even) {
		margin-top: 25px;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li:nth-child(even) {
		margin-top: 15px;
	}
}

@media (max-width: 800px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li {
		width: 27%;
		margin-right: 5.1%;
		margin-top: 25px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li {
		width: 48%;
		margin-right: 4%;
	}

	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li:nth-child(even) {
		margin-right: 0;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li {
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li .pic {
	border-radius: 50%;
	overflow: hidden;
}

.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li .pic img {
	width: 100%;
	border-radius: 50%;
}

.main.test .test_box .test_cen .box .cont_box .item .peo_list ul li .text {
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	text-align: center;
	margin-top: 8px;
}

.main.test .test_box .test_cen .box .cont_box .item .list3 {
	margin-top: 85px;
	padding: 0 !important;
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 {
		margin-top: 30px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 {
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 110%;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li {
	background: #30748a;
	padding: 37px 32px 25px 32px;
	width: 28.78%;
	margin-right: 2.12%;
	box-sizing: border-box;
	position: relative;
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li:first-child {
	margin-top: 0 !important;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 ul li:first-child {
		margin-top: 30px !important;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 ul li {
		padding: 37px 25px 25px 25px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li.li2 {
	background: #68b82d;
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li.li2 .icon {
	background: #68b82d;
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li.li3 {
	background: #e69831;
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li.li3 .icon {
	background: #e69831;
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li .icon {
	width: 64px;
	height: 64px;
	background: #30748a;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	position: absolute;
	left: 32px;
	top: -32px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 ul li .icon {
		left: 25px;
		top: -25px;
		width: 50px;
		height: 50px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 60%;
	max-height: 60%;
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li .t {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 ul li .t {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .box .cont_box .item .list3 ul li .cont {
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .box .cont_box .item .list3 ul li .cont {
		margin-top: 6px;
	}
}

.main.test .test_box .test_cen .method {
	padding-top: 40px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .method {
		padding-top: 20px;
	}
}

.main.test .test_box .test_cen .method .tit {
	text-align: center;
}

.main.test .test_box .test_cen .method .tit .t {
	font-size: 30px;
	line-height: 42px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .method .tit .t {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .method .tit .t {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .method .tit .t {
		font-size: 20px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .method .tit .line {
	width: 90px;
	height: 3px;
	background: #68b82d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .method .tit .line {
		width: 70px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .method .tit .line {
		width: 45px;
		height: 2px;
		margin-top: 6px;
	}
}

.main.test .test_box .test_cen .method .method_box {
	position: relative;
	margin-top: 30px;
	background: #f8f8f8;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .method .method_box {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .method .method_box .method_l {
	width: 50%;
	padding: 45px 0;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .method .method_box .method_l {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .method .method_box .method_l {
		padding: 25px 0;
	}
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list {
	width: 77.64%;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list {
		width: 84%;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list {
		width: 94%;
	}
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list::after {
	content: "";
	display: block;
	opacity: .57;
	background-color: #cbd5df;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 19px;
	bottom: 19px;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list::after {
		display: none;
	}
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list::before {
	content: "";
	display: block;
	opacity: .57;
	background-color: #cbd5df;
	width: 100%;
	position: absolute;
	left: 0%;
	height: 1px;
	top: 50%;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list::before {
		display: none;
	}
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li {
	float: left;
	padding-left: 45px;
	margin: 19px 0;
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li:nth-child(even) {
	float: right;
	padding-right: 45px;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li:nth-child(even) {
		padding-right: 30px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li:nth-child(even) {
		padding-right: 20px;
	}
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li {
		padding-left: 30px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li {
		padding-left: 20px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li {
		width: 25%;
		padding-left: 0;
		padding-right: 0 !important;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li {
		width: 50%;
		margin: 8px 0;
	}
}

@media (min-width: 1024px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li:hover a .icon {
		transform: rotateY(180deg);
	}
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a {
	display: block;
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .icon {
	width: 125px;
	height: 125px;
	overflow: hidden;
	margin: 0 auto;
	transition: transform 0.5s ease;
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .icon img {
	width: 100%;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .icon {
		width: 110px;
		height: 110px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .icon {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .icon {
		width: 70px;
		height: 70px;
	}
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .cont {
	font-size: 18px;
	line-height: 28px;
	color: #595757;
	text-align: center;
	margin-top: 15px;
}

.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .cont .en {
	color: #68b82d;
}

@media (max-width: 1100px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .cont {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .method .method_box .method_l .method_list ul li a .cont {
		font-size: 15px;
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .method .method_box .method_r {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .method .method_box .method_r {
		position: static;
		text-align: center;
		width: 100%;
	}
}

.main.test .test_box .test_cen .method .method_box .method_r img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}

@media (max-width: 700px) {
	.main.test .test_box .test_cen .method .method_box .method_r img {
		position: static;
		padding: 20px 0;
	}
}

.main.test .test_box .test_cen .process {
	margin-top: 35px;
	padding-bottom: 42px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .process {
		margin-top: 20px;
		padding-bottom: 30px;
	}
}

.main.test .test_box .test_cen .process .tit {
	text-align: center;
}

.main.test .test_box .test_cen .process .tit .t {
	font-size: 30px;
	line-height: 42px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .process .tit .t {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .process .tit .t {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .process .tit .t {
		font-size: 20px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .process .tit .line {
	width: 90px;
	height: 3px;
	background: #68b82d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .process .tit .line {
		width: 70px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .process .tit .line {
		width: 45px;
		height: 2px;
		margin-top: 6px;
	}
}

.main.test .test_box .test_cen .process .process_cont .con_top {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	width: 1030px;
	margin-top: 22px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .process .process_cont .con_top {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .process .process_cont .con_top {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
}

.main.test .test_box .test_cen .process .process_cont .img {
	padding-top: 40px;
	text-align: center;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .process .process_cont .img {
		padding-top: 15px;
	}
}

.main.test .test_box .test_cen .process .process_cont .img img {
	max-width: 100%;
	height: auto !important;
}

.main.test .test_box .test_cen .service_box {
	padding-top: 55px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_box {
		padding-top: 30px;
	}
}

.main.test .test_box .test_cen .service_box .tit {
	text-align: center;
}

.main.test .test_box .test_cen .service_box .tit .t {
	font-size: 30px;
	line-height: 42px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .service_box .tit .t {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_box .tit .t {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_box .tit .t {
		font-size: 20px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .service_box .tit .line {
	width: 90px;
	height: 3px;
	background: #68b82d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_box .tit .line {
		width: 70px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_box .tit .line {
		width: 45px;
		height: 2px;
		margin-top: 6px;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box {
	margin-top: 65px;
	background: #fafafa;
	position: relative;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_box .service_text_box {
		margin-top: 25px;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .pic {
	width: 50%;
	overflow: hidden;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_box .service_text_box .pic {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.main.test .test_box .test_cen .service_box .service_text_box .pic:hover img {
		transform: scale(1.05);
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .pic img {
	width: 100%;
	transition: transform 0.5s ease-in-out;
}

.main.test .test_box .test_cen .service_box .service_text_box .cont {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 3.67%;
	box-sizing: border-box;
	height: 100%;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont {
		position: static;
		padding: 25px;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont {
		padding: 20px 15px;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab {
	width: 100%;
	height: 100%;
	display: table;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab {
		display: block;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell {
		display: block;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top {
	overflow: hidden;
	height: 197px;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top {
		height: 175px;
	}
}

@media (max-width: 950px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top {
		height: 147px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top {
		height: auto;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn {
	position: relative;
	top: 0;
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .t {
	font-size: 28px;
	line-height: 42px;
	color: #454545;
	text-align: center;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .t {
		font-size: 24px;
		line-height: 40px;
	}
}

@media (max-width: 950px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .t {
		font-size: 20px;
		line-height: 36px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .t {
		font-size: 18px;
		line-height: 28px;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .text {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .text {
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .con_top .conn .text p {
	text-indent: 2em;
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .btn {
	width: 140px;
	height: 50px;
	margin-top: 33px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
}

@media (max-width: 1300px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .btn {
		margin-top: 20px;
		width: 120px;
		height: 40px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .btn {
		display: none;
	}
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .btn div {
	width: 50%;
	height: 100%;
	float: left;
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .btn div.up {
	background: url(../img/up.png) no-repeat center center #68b82d;
	border-radius: 25px 0 0 25px;
}

.main.test .test_box .test_cen .service_box .service_text_box .cont .tab .tab_cell .btn div.down {
	background: url(../img/down1.png) no-repeat center center #626262;
	border-radius: 0 25px 25px 0;
}

.main.test .test_box .test_cen .service_box .service_list {
	margin-top: 38px;
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .service_box .service_list {
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .service_box .service_list ul {
	width: 110%;
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .service_box .service_list ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .service_box .service_list ul li {
	float: left;
	width: 28.07%;
	margin-right: 3.34%;
	background: #f2f5f0;
	border-radius: 5px;
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .service_box .service_list ul li {
		width: 100%;
		margin-top: 15px;
	}
}

@media (min-width: 1024px) {
	.main.test .test_box .test_cen .service_box .service_list ul li:hover .pic img {
		transform: scale(1.05);
	}
}

.main.test .test_box .test_cen .service_box .service_list ul li .pic {
	overflow: hidden;
	border-radius: 5px;
}

.main.test .test_box .test_cen .service_box .service_list ul li .pic img {
	width: 100%;
	transition: transform 0.5s ease-in-out;
	border-radius: 5px;
}

.main.test .test_box .test_cen .service_box .service_list ul li .cont {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
	padding: 25px;
	height: 140px;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .service_box .service_list ul li .cont {
		font-size: 14px;
		line-height: 24px;
		padding: 20px;
	}
}

@media (max-width: 650px) {
	.main.test .test_box .test_cen .service_box .service_list ul li .cont {
		height: auto;
	}
}

.main.test .test_box .test_cen .equipment {
	padding-top: 50px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .equipment {
		padding-top: 20px;
	}
}

.main.test .test_box .test_cen .equipment .title_box {
	text-align: center;
}

.main.test .test_box .test_cen .equipment .title_box .t {
	font-size: 28px;
	line-height: 38px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .title_box .t {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .equipment .title_box .t {
		font-size: 20px;
		line-height: 28px;
	}
}

.main.test .test_box .test_cen .equipment .title_box .text {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .title_box .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .equipment .equipment_list {
	margin-top: 45px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .equipment .equipment_list {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .equipment .equipment_list ul li {
	width: 50%;
	float: left;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	margin-right: -1px;
	margin-top: -1px;
}

@media (max-width: 550px) {
	.main.test .test_box .test_cen .equipment .equipment_list ul li {
		width: 100%;
		float: none;
	}
}

.main.test .test_box .test_cen .equipment .equipment_list ul li .equipment_logo {
	background: #f9f9f9;
	height: 90px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .equipment .equipment_list ul li .equipment_logo {
		height: 70px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .equipment_list ul li .equipment_logo {
		height: 50px;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .equipment .equipment_list ul li .equipment_logo {
		height: 40px;
	}
}

.main.test .test_box .test_cen .equipment .equipment_list ul li .equipment_logo img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 60%;
	max-height: 60%;
	margin: auto;
}

.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item {
	width: 50%;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item:last-child {
	border: none;
}

@media (min-width: 1024px) {
	.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item:hover .pic img {
		transform: scale(1.05);
	}
}

.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item .pic {
	width: 100%;
	height: 230px;
	position: relative;
}

.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: transform 0.5s ease-in-out;
	right: 0;
	max-width: 80%;
	max-height: 80%;
	margin: auto;
}

.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item .pro_name {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-family: Arial;
	padding: 0 10px;
	text-align: center;
	height: 60px;
	border-top: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item .pro_name {
		height: 54px;
	}
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .equipment_list ul li .pro .pro_item .pro_name {
		font-size: 13px;
		line-height: 20px;
		height: 46px;
	}
}

.main.test .test_box .test_cen .equipment .project {
	margin-top: 50px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .equipment .project {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .equipment .project .project_top {
	background: #f9f9f9;
	height: 54px;
	border-radius: 54px;
	position: relative;
	padding-left: 370px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_top {
		padding-left: 330px;
		height: 50px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .equipment .project .project_top {
		display: none;
	}
}

.main.test .test_box .test_cen .equipment .project .project_top .txt {
	font-size: 18px;
	line-height: 54px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_top .txt {
		font-size: 16px;
		line-height: 50px;
	}
}

.main.test .test_box .test_cen .equipment .project .project_top .txt.company {
	position: absolute;
	left: 0;
	width: 320px;
	top: 0;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_top .txt.company {
		width: 280px;
	}
}

.main.test .test_box .test_cen .equipment .project .project_top .txt i {
	width: 11px;
	height: 6px;
	background: url(../img/x.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.main.test .test_box .test_cen .equipment .project .project_list {
	padding-bottom: 100px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_list {
		padding-bottom: 65px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .equipment .project .project_list {
		padding-bottom: 30px;
	}
}

.main.test .test_box .test_cen .equipment .project .project_list ul li {
	position: relative;
	padding-left: 370px;
	margin-top: 12px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li {
		padding-left: 330px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li {
		padding-left: 0;
	}
}

.main.test .test_box .test_cen .equipment .project .project_list ul li .project_company {
	background: #68b82d;
	border-radius: 54px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 320px;
	height: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li .project_company {
		font-size: 14px;
		line-height: 24px;
		width: 280px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li .project_company {
		position: static;
		height: auto;
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-radius: 5px;
		padding: 10px 20px 10px 30px;
		text-align: left;
		background: url(../img/x_w.png) no-repeat 15px 20px #68b82d;
	}
}

.main.test .test_box .test_cen .equipment .project .project_list ul li .arrow {
	position: absolute;
	width: 50px;
	left: 320px;
	top: 0;
	height: 100%;
	background: url(../img/arrow_l.png) no-repeat center center;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li .arrow {
		left: 280px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li .arrow {
		display: none;
	}
}

.main.test .test_box .test_cen .equipment .project .project_list ul li .text {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	background: #f9f9f9;
	padding: 12px 28px;
	border-radius: 54px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li .text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .test_cen .equipment .project .project_list ul li .text {
		padding: 10px 15px;
		margin-top: 10px;
		border-radius: 5px;
	}
}

.main.test .test_box .test_cen .service_detail {
	padding-bottom: 100px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail {
		padding-bottom: 60px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail {
		padding-bottom: 30px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen {
	padding: 0 5.88%;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen {
		padding: 0;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top {
	padding-top: 50px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top {
		padding-top: 30px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit {
	text-align: center;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit .t {
	font-size: 30px;
	line-height: 42px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit .t {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit .t {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit .t {
		font-size: 20px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit .line {
	width: 90px;
	height: 3px;
	background: #68b82d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit .line {
		width: 70px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .tit .line {
		width: 45px;
		height: 2px;
		margin-top: 6px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .cont {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .cont {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .cont {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .cont p {
	padding: 15px 0;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .cont p {
		padding: 5px 0;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_top .cont img {
	max-width: 100%;
	height: auto !important;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box {
	margin-top: 20px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box {
		margin-top: 0;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item {
	margin-top: 60px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title {
	text-align: center;
	position: relative;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .line {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #dfdfdf;
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .line {
		display: none;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding: 0 35px;
	background: #fff;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt {
		padding: 0 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: #68b82d;
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt::after {
		display: none;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: #68b82d;
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt::before {
		display: none;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt .bg {
	position: absolute;
	left: 40px;
	right: 30px;
	background: #68b82d;
	top: 5px;
	height: 100%;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt .bg {
		left: 30px;
		right: 15px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt span {
	font-size: 22px;
	line-height: 36px;
	display: inline-block;
	color: #454545;
	padding: 4px 28px;
	position: relative;
	z-index: 10;
	background: #fff;
	position: relative;
	border: 1px solid #68b82d;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt span {
		font-size: 18px;
		line-height: 30px;
		padding: 4px 20px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .title .txt span {
		font-size: 15px;
		line-height: 24px;
		padding: 4px 10px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .con {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .con {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .con img {
	max-width: 100%;
	height: auto !important;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box {
	margin-top: 20px;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .t {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: #595757;
	font-weight: bold;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .t {
		font-size: 14px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic {
	margin-top: 36px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic {
		margin-top: 10px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul {
	width: 110%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul {
		width: 100%;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li {
	float: left;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
	color: #595757;
	width: 28.93%;
	box-sizing: border-box;
	margin-right: 2.12%;
	padding: 20px 25px;
	margin-top: 1%;
	background: #f9faf8;
	position: relative;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li {
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width: 850px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li {
		width: 49%;
		margin-right: 2%;
		margin-top: 2%;
	}

	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li:nth-child(even) {
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li {
		padding: 15px;
		line-height: 22px;
	}
}

@media (max-width: 435px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li {
		width: 100%;
		margin-top: 10px;
		margin-right: 0;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li i {
	width: 25px;
	height: 30px;
	position: absolute;
	left: 25px;
	top: 20px;
	background: url(../img/g.png) no-repeat center center;
	background-size: 100% auto;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li i {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li i {
		left: 15px;
		top: 15px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li span {
	display: block;
	padding-left: 55px;
}

@media (max-width: 1100px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li span {
		padding-left: 40px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .characteristic .characteristic_list ul li span {
		padding-left: 30px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .process_wrap {
	margin-top: 12px;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .process_wrap ul {
	font-size: 0;
	text-align: center;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .process_wrap ul li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 24px;
	color: #595757;
	margin: 17px;
	border-radius: 50%;
	background: url(../img/border.png) no-repeat;
	background-size: cover;
}

@media (max-width: 1440px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .process_wrap ul li {
		width: 90px;
		height: 90px;
		font-size: 16px;
		line-height: 24px;
		margin: 10px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .process_wrap ul li {
		width: 60px;
		height: 60px;
		margin: 5px;
		font-size: 14px;
		line-height: 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .suit_box .process_wrap ul li span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_wrap {
	margin-top: 20px;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_wrap .bot_tit {
	font-size: 16px;
	line-height: 34px;
	color: #68b82d;
	font-weight: bold;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_wrap .bot_con {
	font-size: 14px;
	line-height: 30px;
	color: #595757;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_wrap .bot_con {
		line-height: 24px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box {
	margin-top: 60px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .pic {
	text-align: center;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .pic img {
	max-width: 100%;
	height: auto !important;
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .bot_text {
	margin-top: 65px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .bot_text {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .bot_text .bot_t {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: #595757;
	font-weight: bold;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .bot_text .bot_t {
		font-size: 14px;
		line-height: 30px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .bot_text .text {
	background: #f9faf8;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
	color: #595757;
	padding: 30px 42px;
	margin-top: 15px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .bot_text .text {
		font-size: 14px;
		line-height: 24px;
		padding: 30px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .item_box .item .bot_box .bot_text .text {
		padding: 20px 15px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_con {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 30px;
}

@media (max-width: 600px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_con {
		margin-top: 20px;
	}
}

.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_con img {
	height: auto !important;
	max-width: 100%;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_cen .service_detail .service_detail_cen .service_detail_con {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.test .test_box .test_bot {
	background: #f6f6f6;
	margin-top: 70px;
	padding-bottom: 85px;
}

@media (max-width: 768px) {
	.main.test .test_box .test_bot {
		margin-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_bot {
		margin-top: 25px;
		padding-bottom: 30px;
	}
}

.main.test .test_box .test_bot .test_box_cen {
	padding-top: 52px;
}

@media (max-width: 500px) {
	.main.test .test_box .test_bot .test_box_cen {
		padding-top: 30px;
	}
}

.main.test .test_box .test_bot .test_box_cen .title {
	text-align: center;
	position: relative;
}

.main.test .test_box .test_bot .test_box_cen .title .line {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #dfdfdf;
}

@media (max-width: 435px) {
	.main.test .test_box .test_bot .test_box_cen .title .line {
		display: none;
	}
}

.main.test .test_box .test_bot .test_box_cen .title .txt {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding: 0 35px;
	background: #f6f6f6;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_bot .test_box_cen .title .txt {
		padding: 0 20px;
	}
}

.main.test .test_box .test_bot .test_box_cen .title .txt::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: #68b82d;
}

@media (max-width: 435px) {
	.main.test .test_box .test_bot .test_box_cen .title .txt::after {
		display: none;
	}
}

.main.test .test_box .test_bot .test_box_cen .title .txt::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: #68b82d;
}

@media (max-width: 435px) {
	.main.test .test_box .test_bot .test_box_cen .title .txt::before {
		display: none;
	}
}

.main.test .test_box .test_bot .test_box_cen .title .txt .bg {
	position: absolute;
	left: 40px;
	right: 30px;
	background: #68b82d;
	top: 5px;
	height: 100%;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_bot .test_box_cen .title .txt .bg {
		left: 30px;
		right: 15px;
	}
}

.main.test .test_box .test_bot .test_box_cen .title .txt span {
	font-size: 22px;
	line-height: 36px;
	display: inline-block;
	color: #454545;
	padding: 4px 28px;
	position: relative;
	z-index: 10;
	background: #fff;
	position: relative;
	border: 1px solid #68b82d;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_bot .test_box_cen .title .txt span {
		font-size: 18px;
		line-height: 30px;
		padding: 4px 20px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .test_bot .test_box_cen .title .txt span {
		font-size: 16px;
		line-height: 24px;
		padding: 4px 10px;
	}
}

.main.test .test_box .test_bot .test_box_cen .list {
	margin-top: 85px;
}

@media (max-width: 750px) {
	.main.test .test_box .test_bot .test_box_cen .list {
		margin-top: 30px;
	}
}

@media (max-width: 500px) {
	.main.test .test_box .test_bot .test_box_cen .list {
		margin-top: 15px;
	}
}

.main.test .test_box .test_bot .test_box_cen .list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 110%;
}

@media (max-width: 700px) {
	.main.test .test_box .test_bot .test_box_cen .list ul {
		width: 100%;
	}
}

.main.test .test_box .test_bot .test_box_cen .list ul li {
	background: #30748a;
	padding: 37px 32px 25px 32px;
	width: 28.78%;
	margin-right: 2.12%;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_bot .test_box_cen .list ul li {
		padding: 37px 25px 25px 25px;
	}
}

@media (max-width: 700px) {
	.main.test .test_box .test_bot .test_box_cen .list ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
}

.main.test .test_box .test_bot .test_box_cen .list ul li.li2 {
	background: #68b82d;
}

.main.test .test_box .test_bot .test_box_cen .list ul li.li2 .icon {
	background: #68b82d;
}

.main.test .test_box .test_bot .test_box_cen .list ul li.li3 {
	background: #e69831;
}

.main.test .test_box .test_bot .test_box_cen .list ul li.li3 .icon {
	background: #e69831;
}

.main.test .test_box .test_bot .test_box_cen .list ul li .icon {
	width: 64px;
	height: 64px;
	background: #30748a;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	position: absolute;
	left: 32px;
	top: -32px;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_bot .test_box_cen .list ul li .icon {
		left: 25px;
		top: -25px;
		width: 50px;
		height: 50px;
	}
}

.main.test .test_box .test_bot .test_box_cen .list ul li .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 60%;
	max-height: 60%;
}

.main.test .test_box .test_bot .test_box_cen .list ul li .t {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.main.test .test_box .test_bot .test_box_cen .list ul li .t {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.test .test_box .test_bot .test_box_cen .list ul li .cont {
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

@media (max-width: 500px) {
	.main.test .test_box .test_bot .test_box_cen .list ul li .cont {
		margin-top: 6px;
	}
}

.main.test .test_box .research {
	background: #fafafa;
	padding-bottom: 70px;
}

@media (max-width: 600px) {
	.main.test .test_box .research {
		padding-bottom: 30px;
	}
}

.main.test .test_box .research .research_cen .tit {
	font-size: 28px;
	line-height: 38px;
	color: #454545;
	text-align: center;
	padding: 46px 0;
}

@media (max-width: 1024px) {
	.main.test .test_box .research .research_cen .tit {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 600px) {
	.main.test .test_box .research .research_cen .tit {
		font-size: 20px;
		line-height: 28px;
		padding: 20px 0;
	}
}

.main.test .test_box .research .research_cen .research_list ul {
	width: 110%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
}

@media (max-width: 750px) {
	.main.test .test_box .research .research_cen .research_list ul {
		width: 100%;
	}
}

.main.test .test_box .research .research_cen .research_list ul li {
	background: #fff;
	width: 28.74%;
	float: left;
	margin-right: 2.2%;
	box-sizing: border-box;
	padding: 28px 45px;
	position: relative;
}

@media (max-width: 1200px) {
	.main.test .test_box .research .research_cen .research_list ul li {
		padding: 20px 35px;
	}
}

@media (max-width: 750px) {
	.main.test .test_box .research .research_cen .research_list ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}

	.main.test .test_box .research .research_cen .research_list ul li:first-child {
		margin-top: 0;
	}
}

.main.test .test_box .research .research_cen .research_list ul li .num {
	width: 36px;
	height: 36px;
	background: #68b82d;
	border-radius: 50%;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	position: absolute;
	top: 24px;
	left: -14px;
	text-align: center;
}

@media (max-width: 600px) {
	.main.test .test_box .research .research_cen .research_list ul li .num {
		width: 30px;
		height: 30px;
		left: -8px;
		font-size: 14px;
		line-height: 30px;
	}
}

.main.test .test_box .research .research_cen .research_list ul li .t {
	font-size: 18px;
	line-height: 26px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.test .test_box .research .research_cen .research_list ul li .t {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.test .test_box .research .research_cen .research_list ul li .con {
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #6c6c6c;
	min-height: 48px;
}

@media (max-width: 1024px) {
	.main.test .test_box .research .research_cen .research_list ul li .con {
		font-size: 13px;
		line-height: 20px;
		min-height: 40px;
	}
}

.main.test .test_box .research .research_cen .research_list ul li .link {
	font-size: 0;
	margin-top: 10px;
}

.main.test .test_box .research .research_cen .research_list ul li .link a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #68b82d;
	width: 100%;
	padding-right: 5px;
	padding-left: 12px;
	box-sizing: border-box;
	background: url(../img/r.png) no-repeat left 9px;
}

@media (max-width: 1024px) {
	.main.test .test_box .research .research_cen .research_list ul li .link a {
		font-size: 13px;
		line-height: 20px;
		background-position: left 7px;
	}
}

.main.news {
	padding-top: 70px;
}

@media (max-width: 1024px) {
	.main.news {
		padding-top: 60px;
	}
}

@media (max-width: 435px) {
	.main.news {
		padding-top: 50px;
	}
}

.main.news .abanner .text_box .text_cen .tab .tab_cell .title .en,
.main.news .abanner .text_box .text_cen .tab .tab_cell .title .cn {
	color: #454545;
}

.main.news .wrap.f8f8f8 {
	background: #f8f8f8;
}

.main.news .wrap .news_box {
	padding-top: 70px;
}

@media (max-width: 600px) {
	.main.news .wrap .news_box {
		padding-top: 30px;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box {
	line-height: 0;
	z-index: 10;
	position: absolute;
	bottom: 22%;
	left: 0;
	padding-right: 5.88%;
	box-sizing: border-box;
	width: 100%;
	text-align: right;
}

@media (max-width: 1200px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box {
		bottom: 18%;
	}
}

@media (max-width: 650px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box {
		position: static;
		margin-top: 20px;
		text-align: center;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .prev {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	cursor: pointer;
	height: 20px;
	background: url(../img/pl.png) no-repeat;
}

@media (max-width: 1024px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .prev {
		display: none;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .next {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 20px;
	cursor: pointer;
	background: url(../img/pr.png) no-repeat;
}

@media (max-width: 1024px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .next {
		display: none;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .swiper-pagination {
	position: static;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	margin-top: 2px;
}

@media (max-width: 1024px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .swiper-pagination {
		margin: 0 5px;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .swiper-pagination span {
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 50%;
	background: none;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	position: relative;
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #68b82d;
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .swiper-pagination span.swiper-pagination-bullet-active::after {
	background: #68b82d;
}

@media (max-width: 1024px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .swiper-pagination span {
		width: 10px;
		height: 10px;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-pagination_box .swiper-pagination span::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -3px;
	background: #999;
	border-radius: 50%;
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide {
	background: #fff;
	position: relative;
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	position: relative;
}

@media (min-width: 1024px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
		transform: scale(1.05);
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .pic {
	width: 38.97%;
	overflow: hidden;
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .pic {
		width: 50%;
	}
}

@media (max-width: 650px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .pic {
		width: 100%;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .pic img {
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont {
	width: 61%;
	position: absolute;
	right: 0;
	top: 0%;
	height: 100%;
	box-sizing: border-box;
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont {
		width: 50%;
	}
}

@media (max-width: 650px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont {
		width: 100%;
		position: static;
		padding: 20px;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5.88%;
	right: 5.88%;
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn {
		left: 5%;
		right: 5%;
	}
}

@media (max-width: 650px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn {
		position: static;
		transform: translateY(0%);
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .t {
	font-size: 24px;
	line-height: 36px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .t {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .t {
		font-size: 16px;
		line-height: 28px;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .date {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	font-family: Arial;
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .con {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 14px;
	height: 48px;
	overflow: hidden;
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .con {
		margin-top: 8px;
	}
}

.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .more {
	display: block;
	width: 154px;
	height: 44px;
	background: #68b82d;
	font-size: 18px;
	line-height: 44px;
	font-family: "CENTURYGOTHIC-BOLD";
	color: #fff;
	text-align: center;
	border-radius: 22px;
	margin-top: 50px;
}

@media (max-width: 1350px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .more {
		margin-top: 30px;
	}
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .more {
		width: 120px;
		height: 36px;
		margin-top: 20px;
		font-size: 14px;
		line-height: 36px;
	}
}

@media (max-width: 435px) {
	.main.news .wrap .news_box .news_top .swiper-container .swiper-wrapper .swiper-slide a .cont .conn .more {
		margin-top: 15px;
	}
}

.main.news .wrap .news_box .news_list {
	padding-bottom: 120px;
}

@media (max-width: 1024px) {
	.main.news .wrap .news_box .news_list {
		padding-bottom: 90px;
	}
}

@media (max-width: 750px) {
	.main.news .wrap .news_box .news_list {
		margin-top: 20px;
	}
}

@media (max-width: 600px) {
	.main.news .wrap .news_box .news_list {
		padding-bottom: 30px;
	}
}

.main.news .wrap .news_box .news_list ul {
	width: 110%;
}

@media (max-width: 750px) {
	.main.news .wrap .news_box .news_list ul {
		width: 100%;
	}
}

.main.news .wrap .news_box .news_list ul li {
	width: 21.39%;
	float: left;
	background: #fff;
	margin-right: 1.73%;
	margin-top: 2.8%;
	transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

@media (min-width: 1024px) {
	.main.news .wrap .news_box .news_list ul li:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.34);
		background: #68b82d;
	}

	.main.news .wrap .news_box .news_list ul li:hover a .tit,
	.main.news .wrap .news_box .news_list ul li:hover a .day,
	.main.news .wrap .news_box .news_list ul li:hover a .con {
		color: #fff;
	}

	.main.news .wrap .news_box .news_list ul li:hover a .icon {
		background: url(../img/aw.png) no-repeat;
	}

	.main.news .wrap .news_box .news_list ul li:hover a .tu img {
		transform: scale(1.05);
	}
}

@media (max-width: 750px) {
	.main.news .wrap .news_box .news_list ul li {
		width: 48%;
		margin-right: 0;
	}

	.main.news .wrap .news_box .news_list ul li:nth-child(even) {
		float: right;
	}
}

@media (max-width: 435px) {
	.main.news .wrap .news_box .news_list ul li {
		width: 100%;
		float: none;
		margin-top: 15px;
		margin-right: 0;
	}

	.main.news .wrap .news_box .news_list ul li:nth-child(even) {
		float: none;
	}
}

.main.news .wrap .news_box .news_list ul li a {
	display: block;
	padding: 25px;
}

@media (max-width: 1024px) {
	.main.news .wrap .news_box .news_list ul li a {
		padding: 20px;
	}
}

.main.news .wrap .news_box .news_list ul li a .tit {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	height: 56px;
	transition: color 0.5s ease-in-out;
	overflow: hidden;
}

@media (max-width: 1100px) {
	.main.news .wrap .news_box .news_list ul li a .tit {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}
}

.main.news .wrap .news_box .news_list ul li a .day {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	font-family: Arial;
	transition: color 0.5s ease-in-out;
	margin-top: 8px;
}

.main.news .wrap .news_box .news_list ul li a .tu {
	margin-top: 15px;
	overflow: hidden;
}

.main.news .wrap .news_box .news_list ul li a .tu img {
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_list ul li a .tu {
		margin-top: 10px;
	}
}

.main.news .wrap .news_box .news_list ul li a .con {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	margin-top: 23px;
	transition: color 0.5s ease-in-out;
	overflow: hidden;
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_list ul li a .con {
		margin-top: 15px;
	}
}

.main.news .wrap .news_box .news_list ul li a .icon {
	width: 21px;
	height: 11px;
	margin-top: 24px;
	background: url(../img/arrow_l.png) no-repeat;
	transition: background 0.5s ease-in-out;
}

@media (max-width: 850px) {
	.main.news .wrap .news_box .news_list ul li a .icon {
		margin-top: 15px;
	}
}

.main.news .news_detail .classify {
	width: 100%;
	height: 62px;
	text-align: center;
	background: url(../img/location_bg.jpg) no-repeat center center;
}

@media (max-width: 600px) {
	.main.news .news_detail .classify {
		height: 44px;
	}
}

.main.news .news_detail .classify a {
	display: inline-block;
	font-size: 16px;
	line-height: 62px;
	color: #fff;
	margin: 0 45px;
	position: relative;
}

@media (max-width: 1024px) {
	.main.news .news_detail .classify a {
		margin: 0 30px;
	}
}

@media (max-width: 600px) {
	.main.news .news_detail .classify a {
		line-height: 44px;
		font-size: 15px;
		margin: 0 20px;
	}
}

.main.news .news_detail .classify a.active::after {
	transform: scaleX(1);
	transform-origin: left center;
}

@media (min-width: 1024px) {
	.main.news .news_detail .classify a:hover::after {
		transform: scaleX(1);
		transform-origin: left center;
	}
}

.main.news .news_detail .classify a::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s ease;
}

.main.news .news_detail .news_detail_box {
	padding-bottom: 90px;
}

@media (max-width: 1024px) {
	.main.news .news_detail .news_detail_box {
		padding-bottom: 70px;
	}
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box {
		padding-bottom: 35px;
	}
}

.main.news .news_detail .news_detail_box .db {
	padding: 0 5.88%;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.news .news_detail .news_detail_box .db {
		padding: 0;
	}
}

.main.news .news_detail .news_detail_box .db .detail_tit {
	padding-bottom: 30px;
	padding-top: 82px;
	text-align: center;
	border-bottom: 1px dashed #dbdbdb;
}

@media (max-width: 1024px) {
	.main.news .news_detail .news_detail_box .db .detail_tit {
		padding-top: 60px;
	}
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_tit {
		padding-top: 30px;
		padding-bottom: 15px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_tit .t {
	font-size: 30px;
	line-height: 46px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.news .news_detail .news_detail_box .db .detail_tit .t {
		font-size: 24px;
		line-height: 40px;
	}
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_tit .t {
		font-size: 18px;
		line-height: 30px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_tit .msg {
	font-size: 14px;
	line-height: 24px;
	font-family: Arial;
	color: #666;
	margin-top: 12px;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_tit .msg {
		margin-top: 6px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_con {
	padding: 0 40px 70px 40px;
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin-top: 35px;
	border-bottom: 1px dashed #dbdbdb;
}

@media (max-width: 1200px) {
	.main.news .news_detail .news_detail_box .db .detail_con {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 1024px) {
	.main.news .news_detail .news_detail_box .db .detail_con {
		font-size: 14px;
		line-height: 24px;
		margin-top: 25px;
	}
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_con {
		margin-top: 15px;
		padding-bottom: 20px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_con img {
	max-width: 100%;
	height: auto !important;
}

.main.news .news_detail .news_detail_box .db .detail_con .download {
	margin-top: 30px;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_con .download {
		margin-top: 20px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_con .download .t {
	font-size: 20px;
	line-height: 36px;
	color: #666;
	font-weight: bold;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_con .download .t {
		font-size: 16px;
		line-height: 28px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_con .download .download_list a {
	margin-top: 8px;
	display: block;
	background: #68b82d;
	border-radius: 5px;
	position: relative;
	color: #fff;
	/* width: 10%; */
	padding: 11px 45px 11px 20px;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_con .download .download_list a {
		padding: 10px 40px 10px 15px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_con .download .download_list a .download_text {
	font-size: 16px;
	line-height: 30px;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_con .download .download_list a .download_text {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_con .download .download_list a .download_icon {
	width: 22px;
	height: 19px;
	background: url(../img/download.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_con .download .download_list a .download_icon {
		width: 16px;
		height: 14px;
		right: 15px;
		background-size: cover;
	}
}

.main.news .news_detail .news_detail_box .db .detail_bot {
	margin: 30px 40px 0 40px;
	min-height: 46px;
	position: relative;
	padding-right: 170px;
}

@media (max-width: 1200px) {
	.main.news .news_detail .news_detail_box .db .detail_bot {
		margin: 0;
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_bot {
		padding-right: 120px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_bot .detail_l {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.main.news .news_detail .news_detail_box .db .detail_bot .detail_l a {
	transition: color 0.3s;
	color: #666;
}

@media (min-width: 1024px) {
	.main.news .news_detail .news_detail_box .db .detail_bot .detail_l a:hover {
		color: #68b82d;
	}
}

.main.news .news_detail .news_detail_box .db .detail_bot .return {
	width: 150px;
	height: 46px;
	border-radius: 46px;
	background: #68b82d;
	text-align: center;
	font-size: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_bot .return {
		width: 110px;
		height: 36px;
		margin-top: -18px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_bot .return .txt {
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_bot .return .txt {
		font-size: 14px;
		line-height: 36px;
		margin: 0 3px;
	}
}

.main.news .news_detail .news_detail_box .db .detail_bot .return .ico {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin: 0 6px;
}

@media (max-width: 600px) {
	.main.news .news_detail .news_detail_box .db .detail_bot .return .ico {
		margin: 0 3px;
	}

	.main.news .news_detail .news_detail_box .db .detail_bot .return .ico img {
		max-height: 15px;
	}
}

.main.join {
	padding-top: 70px;
}

@media (max-width: 1024px) {
	.main.join {
		padding-top: 60px;
	}
}

@media (max-width: 435px) {
	.main.join {
		padding-top: 50px;
	}
}

.main.join .current_location {
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 48px;
	color: #666;
	padding-left: 30px;
	background: url(../img/home2.png) no-repeat left center;
}

@media (max-width: 1024px) {
	.main.join .current_location {
		display: none;
	}
}

.main.join .current_location a {
	color: #666;
	transition: color 0.3s;
}

@media (min-width: 1024px) {
	.main.join .current_location a:hover {
		color: #68b82d;
	}
}

@media (max-width: 500px) {
	.main.join .abanner img.w {
		width: 220%;
		margin-left: -60%;
	}
}

@media (max-width: 500px) {
	.main.join .abanner img.j {
		width: 180%;
		margin-left: -20%;
	}
}

.main.join .abanner .text_box .text_cen .tab {
	padding: 0 5.88%;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.join .abanner .text_box .text_cen .tab {
		padding: 0;
	}
}

.main.join .abanner .text_box .text_cen .tab.no {
	padding: 0;
}

.main.join .abanner .text_box .text_cen .tab .tab_cell .title .cn.j {
	font-size: 36px;
	line-height: 42px;
	color: #454545;
	font-weight: bold;
}

@media (max-width: 850px) {
	.main.join .abanner .text_box .text_cen .tab .tab_cell .title .cn.j {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 600px) {
	.main.join .abanner .text_box .text_cen .tab .tab_cell .title .cn.j {
		font-size: 20px;
		line-height: 26px;
	}
}

.main.join .abanner .text_box .text_cen .tab .tab_cell .title .cn.fff {
	color: #fff;
}

.main.join .wrap {
	background: #f9faf8;
}

.main.join .wrap .wrap_box .box {
	background: #fff;
	margin: 0 5.88%;
	padding-top: 80px;
	box-shadow: 0 0 46px rgba(4, 0, 0, 0.06);
}

@media (max-width: 1200px) {
	.main.join .wrap .wrap_box .box {
		margin: 0;
	}
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box {
		padding-top: 60px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box {
		padding-top: 30px;
	}
}

.main.join .wrap .wrap_box .box .item_box {
	padding: 0 40px;
}

.main.join .wrap .wrap_box .box .item_box.pb {
	margin-top: 42px;
	padding-bottom: 50px;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box.pb {
		padding-bottom: 25px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box.pb {
		margin-top: 30px;
		padding-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box {
		padding: 0 25px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box {
		padding: 0 15px;
	}
}

.main.join .wrap .wrap_box .box .item_box .tit {
	position: relative;
	text-align: center;
}

.main.join .wrap .wrap_box .box .item_box .tit .line {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #f3f3f3;
	left: 0;
	bottom: 11px;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .tit .line {
		bottom: 8px;
	}
}

.main.join .wrap .wrap_box .box .item_box .tit .txt {
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .tit .txt {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .tit .txt {
		font-size: 20px;
		line-height: 30px;
	}
}

.main.join .wrap .wrap_box .box .item_box .tit .txt .text {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	margin: 0;
	background: #fff;
	position: relative;
	z-index: 10;
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .tit .txt .text {
		padding: 0 5px;
	}
}

.main.join .wrap .wrap_box .box .item_box .tit .txt .text span {
	color: #68b82d;
}

.main.join .wrap .wrap_box .box .item_box .tit .txt .icon1 {
	width: 23px;
	height: 23px;
	background: url(../img/111.png) no-repeat #fff;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	position: relative;
	z-index: 10;
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .tit .txt .icon1 {
		width: 16px;
		height: 16px;
		background-size: cover;
	}
}

.main.join .wrap .wrap_box .box .item_box .tit .txt .icon2 {
	margin-top: 4px;
	width: 23px;
	height: 23px;
	background: url(../img/222.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .tit .txt .icon2 {
		width: 16px;
		height: 16px;
		background-size: cover;
	}
}

.main.join .wrap .wrap_box .box .item_box .list {
	padding-bottom: 40px;
	margin-top: 52px;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .list {
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .list {
		padding-bottom: 0;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li {
	float: left;
	width: 47.85%;
}

.main.join .wrap .wrap_box .box .item_box .list ul li:nth-child(even) {
	float: right;
}

@media (max-width: 750px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.main.join .wrap .wrap_box .box .item_box .list ul li:nth-child(even) {
		float: none;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .title {
	text-align: center;
}

.main.join .wrap .wrap_box .box .item_box .list ul li .title .t {
	font-size: 20px;
	line-height: 32px;
	color: #333;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .title .t {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .title .t {
		font-size: 17px;
		line-height: 24px;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .title .ico {
	width: 16px;
	height: 8px;
	background: url(../img/x_ico.png) no-repeat center center;
	margin: 0 auto;
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .title .ico {
		margin-top: 5px;
		width: 12px;
		height: 6px;
		background-size: cover;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box {
	margin-top: 12px;
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box {
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item {
	height: 122px;
	border-radius: 122px;
	margin-top: 10px;
	background: #fafafa;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item {
		height: 100px;
	}
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item {
		height: auto;
		background: none;
		border-radius: 0;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .ico {
	width: 108px;
	height: 108px;
	background: #68b82d;
	border-radius: 50%;
	position: relative;
	margin-top: 7px;
	margin-left: 7px;
	float: left;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .ico {
		width: 86px;
		height: 86px;
	}
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .ico {
		width: 60px;
		margin-top: 0;
		margin-left: 0;
		height: 60px;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .ico img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 50%;
	max-height: 50%;
	margin: auto;
}

.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .cont {
	width: calc(100% - 138px);
	float: left;
	height: 108px;
	display: flex;
	display: -ms-flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 7px;
	padding-left: 25px;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .cont {
		width: calc(100% - 120px);
		height: 86px;
		padding-left: 15px;
	}
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .cont {
		display: block;
		height: auto;
		width: calc(100% - 70px);
		margin-top: 0;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .cont .t {
	font-size: 18px;
	line-height: 28px;
	color: #454545;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .cont .t {
		font-size: 16px;
		line-height: 24px;
	}
}

.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .cont .con {
	font-size: 16px;
	line-height: 24px;
	color: #454545;
	margin-top: 4px;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .list ul li .cont_box .item .cont .con {
		font-size: 14px;
		line-height: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 35px;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .text_box {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .text_box {
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .apply {
	width: 320px;
	height: 60px;
	background: #68b82d;
	border-radius: 60px;
	text-align: center;
	display: block;
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

@media (min-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .apply:hover i {
		transform: translateX(10px);
	}
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .apply {
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .apply span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 60px;
	margin: 0 7px;
	color: #fff;
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .apply span {
		font-size: 16px;
		line-height: 50px;
	}
}

@media (max-width: 435px) {
	.main.join .wrap .wrap_box .box .item_box .apply span {
		line-height: 40px;
	}
}

.main.join .wrap .wrap_box .box .item_box .apply i {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	margin: 0 7px;
	height: 28px;
	transition: transform 0.5s ease-out;
	background: url(../img/arrow1.png) no-repeat center center;
}

@media (max-width: 435px) {
	.main.join .wrap .wrap_box .box .item_box .apply i {
		width: 20px;
		height: 20px;
		background-size: cover;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .apply {
		width: 240px;
		height: 50px;
	}
}

@media (max-width: 435px) {
	.main.join .wrap .wrap_box .box .item_box .apply {
		width: 180px;
		height: 40px;
	}
}

.main.join .wrap .wrap_box .box .item_box .welfare {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
}

@media (max-width: 1150px) {
	.main.join .wrap .wrap_box .box .item_box .welfare {
		width: 90%;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .welfare {
		width: 100%;
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .welfare ul li {
	width: 25%;
	float: left;
	margin-top: 28px;
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .welfare ul li {
		margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .welfare ul li {
		margin-top: 8px;
	}
}

.main.join .wrap .wrap_box .box .item_box .welfare ul li .icon {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .welfare ul li .icon {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .welfare ul li .icon {
		width: 30px;
		height: 30px;
	}
}

.main.join .wrap .wrap_box .box .item_box .welfare ul li .icon img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.main.join .wrap .wrap_box .box .item_box .welfare ul li .text {
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	text-align: center;
	margin-top: 9px;
	height: 60px;
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .welfare ul li .text {
		font-size: 16px;
		line-height: 28px;
		height: 56px;
		margin-top: 5px;
	}
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .welfare ul li .text {
		height: 40px;
		font-size: 13px;
		line-height: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item {
	margin-top: 60px;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .process_list .process_item {
		margin-top: 40px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .process_list .process_item {
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title {
	text-align: center;
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .t {
	font-size: 24px;
	line-height: 34px;
	color: #454545;
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .t span {
	font-size: 32px;
	font-family: Arial;
	font-style: italic;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .t {
		font-size: 20px;
		line-height: 30px;
	}

	.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .t span {
		font-size: 26px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .t {
		font-size: 17px;
		line-height: 24px;
	}

	.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .t span {
		font-size: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .con {
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	text-align: center;
	margin-top: 3px;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .con {
		font-size: 14px;
		line-height: 24px;
	}
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .ico {
	width: 16px;
	height: 8px;
	background: url(../img/h.png) no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

@media (max-width: 500px) {
	.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_title .ico {
		width: 12px;
		height: 6px;
		background-size: cover;
		margin-top: 5px;
	}
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_bot {
	margin-top: 25px;
	text-align: center;
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_bot {
		margin-top: 15px;
	}
}

.main.join .wrap .wrap_box .box .item_box .process_list .process_item .process_bot img {
	max-width: 100%;
	height: auto !important;
}

.main.join .wrap .wrap_box .box .item_box .plan {
	margin-top: 55px;
	padding-bottom: 65px;
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .plan {
		margin-top: 15px;
		padding-bottom: 35px;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul {
	font-size: 0;
	text-align: center;
}

.main.join .wrap .wrap_box .box .item_box .plan ul li {
	display: inline-block;
	width: 210px;
	vertical-align: top;
	position: relative;
}

@media (max-width: 1200px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li {
		width: 180px;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li {
		margin-top: 15px !important;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li1 {
	margin-top: 177px;
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li1 .name {
	background: #b8b02d;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li.li1 {
		margin-top: 147px;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li.li1 {
		margin-top: 0;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li2 {
	margin-top: 118px;
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li2 .name {
	background: #a6b82d;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li.li2 {
		margin-top: 98px;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li.li2 {
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li3 {
	margin-top: 59px;
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li3 .name {
	background: #96b82d;
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li.li3 {
		margin-top: 49px;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li.li3 {
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li4 {
	margin-top: 0;
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li.li4 {
		margin-top: 20px;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li.li4 .name {
	background: #68b82d;
}

@media (min-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li:hover .peo {
		filter: alpha(opacity=100);
		opacity: 1;
		transform: translateY(0px);
	}

	.main.join .wrap .wrap_box .box .item_box .plan ul li:hover .text {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li .name {
	width: 100%;
	height: 60px;
	background: #b8b02d;
	border-radius: 5px;
	font-size: 22px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

@media (max-width: 1200px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .name {
		font-size: 18px;
		line-height: 60px;
	}
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .name {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .name {
		width: 180px;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .name {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li .peo {
	width: 36px;
	height: 42px;
	background: url(../img/peo.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: -57px;
}

@media (min-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .peo {
		filter: alpha(opacity=0);
		opacity: 0;
		transform: translateY(-5px);
		transition: transform 0.5s ease, opacity 0.5s ease;
	}
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .peo {
		width: 30px;
		height: 35px;
		background-size: cover;
		margin-left: -15px;
		top: -45px;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .peo {
		display: none;
	}
}

.main.join .wrap .wrap_box .box .item_box .plan ul li .text {
	width: 390px;
	font-size: 15px;
	line-height: 34px;
	color: #454545;
	padding-left: 20px;
	margin-top: 10px;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
}

@media (min-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .text {
		transition: transform 0.5s ease, opacity 0.5s ease;
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

@media (max-width: 1024px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .text {
		width: 350px;
		padding-left: 10px;
		margin-top: 5px;
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width: 850px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .text {
		width: 100%;
		float: none;
		position: static;
		margin-top: 0;
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
		font-size: 15px;
		line-height: 28px;
	}
}

@media (max-width: 600px) {
	.main.join .wrap .wrap_box .box .item_box .plan ul li .text {
		margin-top: 15px;
	}
}

.main.join .join_box .jm {
	padding-top: 50px;
	padding-bottom: 90px;
	padding-left: 5.88%;
	padding-right: 5.88%;
}

@media (max-width: 1200px) {
	.main.join .join_box .jm {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1024px) {
	.main.join .join_box .jm {
		padding-bottom: 70px;
		padding-top: 30px;
	}
}

@media (max-width: 600px) {
	.main.join .join_box .jm {
		padding-top: 25px;
		padding-bottom: 40px;
	}
}

.main.join .join_box .jm .group {
	width: 100%;
	height: auto;
}

.main.join .join_box .jm .group .input-group {
	width: 50%;
	float: left;
	margin-bottom: 8px;
}

.main.join .join_box .jm .group .input-group select {
	background: none;
}

.main.join .join_box .jm .group .input-group .code {
	width: 100%;
	position: relative;
}

.main.join .join_box .jm .group .input-group .code img {
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 90%;
}

@media (max-width: 1024px) {
	.main.join .join_box .jm .group .input-group .code img {
		right: 10px;
	}
}

.main.join .join_box .jm .group .input-group.file {
	height: 60px;
}

.main.join .join_box .jm .group .input-group.file input {
	position: relative;
	top: 5px;
	font-size: 14px;
	color: #333;
}

.main.join .join_box .jm .group .input-group.resume {
	float: none;
	clear: both;
}

.main.join .join_box .jm .group .input-group.resume .text {
	width: 196%;
	resize: none;
	height: 150px;
	background: none;
	border: 1px solid #e7e7e7;
}

.main.join .join_box .jm .group .input-group label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	color: #333;
	margin-bottom: 5px;
}

.main.join .join_box .jm .group .input-group label span {
	color: red;
	font-size: 14px;
	line-height: 26px;
}

.main.join .join_box .jm .group .input-group .text {
	width: 96%;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e7e7e7;
	text-indent: 1em;
	color: #333;
	box-sizing: border-box;
}

.main.join .join_box .jm .group .input-group input.text {
	height: 34px;
	line-height: 34px;
	background: none;
	font-size: 14px;
}

@media (max-width: 1240px) {
	.main.join .join_box .jm .group .input-group.resume {
		float: none;
		clear: both;
	}

	.main.join .join_box .jm .group .input-group.resume .text {
		width: 192%;
		resize: none;
		height: 180px;
		background: none;
	}

	.main.join .join_box .jm .group .input-group label {
		font-size: 14px;
		line-height: 26px;
		display: block;
	}

	.main.join .join_box .jm .group .input-group .text {
		width: 92%;
		height: 34px;
		line-height: 34px;
		box-sizing: border-box;
	}

	.main.join .join_box .jm .group .input-group input.text {
		height: 34px;
		line-height: 34px;
		background: none;
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.main.join .join_box .jm .group .input-group {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}

	.main.join .join_box .jm .group .input-group .text {
		width: 100%;
		height: 30px;
		line-height: 30px;
	}

	.main.join .join_box .jm .group .input-group.resume .text {
		width: 100%;
		resize: none;
		height: 100px;
	}
}

.main.join .join_box .jm .btn-box {
	margin-top: 20px;
	padding-bottom: 10px;
}

.main.join .join_box .jm .btn-box .btn {
	width: 152px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #68b82d;
	background: #68b82d;
	clear: both;
}

@media (max-width: 1240px) {
	.main.join .join_box .jm .btn-box {
		width: 90%;
	}

	.main.join .join_box .jm .btn-box .btn {
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.main.join .join_box .jm .btn-box {
		width: 90%;
	}

	.main.join .join_box .jm .btn-box .btn {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

.main.join .join_box .join_box_cen .join_t {
	margin-top: 40px;
	font-size: 30px;
	line-height: 46px;
	color: #454545;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.main.join .join_box .join_box_cen .join_t {
		font-size: 26px;
		line-height: 40px;
		margin-top: 30px;
	}
}

@media (max-width: 750px) {
	.main.join .join_box .join_box_cen .join_t {
		text-align: center;
		font-size: 20px;
		line-height: 36px;
	}
}

.main.join .join_box .join_box_cen .join_con {
	margin-top: 25px;
}

.main.join .join_box .join_box_cen .join_con .left {
	float: left;
	width: calc(100% - 340px);
}

@media (max-width: 1200px) {
	.main.join .join_box .join_box_cen .join_con .left {
		width: calc(100% - 300px);
	}
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left {
		width: 100%;
	}
}

.main.join .join_box .join_box_cen .join_con .left .category {
	margin-top: 14px;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 18px 32px 18px 125px;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 750px) {
	.main.join .join_box .join_box_cen .join_con .left .category {
		padding-left: 100px;
		padding-right: 20px;
	}
}

@media (max-width: 435px) {
	.main.join .join_box .join_box_cen .join_con .left .category {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .category span {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	position: absolute;
	left: 32px;
	width: 80px;
	top: 18px;
	font-weight: bold;
}

@media (max-width: 750px) {
	.main.join .join_box .join_box_cen .join_con .left .category span {
		left: 20px;
	}
}

@media (max-width: 435px) {
	.main.join .join_box .join_box_cen .join_con .left .category span {
		width: 100%;
		position: static;
		font-size: 16px;
		line-height: 28px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .category .link a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-right: 25px;
	transition: color 0.3s;
}

@media (min-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .category .link a:hover {
		color: #68b82d;
	}
}

@media (max-width: 435px) {
	.main.join .join_box .join_box_cen .join_con .left .category .link a {
		font-size: 14px;
		line-height: 24px;
		margin-right: 10px;
		margin-top: 10px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .category .link a.active {
	color: #68b82d;
}

.main.join .join_box .join_box_cen .join_con .left .form {
	border-radius: 5px;
	background: #f5f5f5;
	position: relative;
	padding-left: 160px;
	padding-right: 20px;
	height: 66px;
}

@media (max-width: 1200px) {
	.main.join .join_box .join_box_cen .join_con .left .form {
		padding-left: 130px;
	}
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .form {
		padding: 20px;
		height: auto;
	}
}

@media (max-width: 435px) {
	.main.join .join_box .join_box_cen .join_con .left .form {
		padding: 15px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .form .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 66px;
	color: #454545;
}

@media (max-width: 1200px) {
	.main.join .join_box .join_box_cen .join_con .left .form .txt {
		font-size: 16px;
		width: 130px;
	}
}

@media (max-width: 750px) {
	.main.join .join_box .join_box_cen .join_con .left .form .txt {
		position: static;
		line-height: 30px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .form .txt i {
	width: 17px;
	height: 17px;
	background: url(../img/search_i.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.main.join .join_box .join_box_cen .join_con .left .form .input_box {
	padding-top: 9px;
}

.main.join .join_box .join_box_cen .join_con .left .form .input_box .text {
	width: 40.23%;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	line-height: 48px;
	color: #999;
	padding: 0 15px;
	margin-right: 1.7%;
	float: left;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .form .input_box .text {
		line-height: 40px;
		height: 40px;
	}
}

@media (max-width: 435px) {
	.main.join .join_box .join_box_cen .join_con .left .form .input_box .text {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.main.join .join_box .join_box_cen .join_con .left .form .input_box select {
	float: left;
	width: 40.23%;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	line-height: 48px;
	color: #454545;
	padding: 0 15px;
	height: 48px;
	color: #999;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/xs.png) no-repeat 95% center #fff;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .form .input_box select {
		line-height: 40px;
		height: 40px;
	}
}

@media (max-width: 435px) {
	.main.join .join_box .join_box_cen .join_con .left .form .input_box select {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		float: none;
	}
}

.main.join .join_box .join_box_cen .join_con .left .form .input_box .submit {
	width: 16.66%;
	float: right;
	background: #68b82d;
	border-radius: 3px;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	border: none;
	height: 48px;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .form .input_box .submit {
		line-height: 40px;
		height: 40px;
	}
}

@media (max-width: 435px) {
	.main.join .join_box .join_box_cen .join_con .left .form .input_box .submit {
		margin-top: 10px;
		width: 100px;
		float: none;
		font-size: 14px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list {
	padding-bottom: 70px;
}

@media (max-width: 600px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list {
		padding-bottom: 30px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list .more {
	width: 152px;
	height: 44px;
	background: #68b82d;
	border-radius: 44px;
	font-size: 18px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list .more {
		margin-top: 25px;
		font-size: 16px;
		width: 130px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li {
	width: 48.22%;
	border: 1px solid #e9e9e9;
	float: left;
	border-radius: 3px;
	margin-top: 2.8%;
	padding: 30px 35px;
	padding-bottom: 0;
	box-sizing: border-box;
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li:nth-child(even) {
	float: right;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li {
		padding: 25px;
		padding-bottom: 0;
	}
}

@media (max-width: 750px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li {
		padding: 20px;
		padding-bottom: 0;
	}
}

@media (max-width: 650px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li {
		width: 100%;
		float: none !important;
		margin-top: 15px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .job_name {
	font-size: 24px;
	line-height: 42px;
	color: #454545;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li .job_name {
		font-size: 20px;
		line-height: 36px;
	}
}

@media (max-width: 750px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li .job_name {
		font-size: 16px;
		line-height: 30px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll {
	margin-top: 12px;
	height: 190px;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll {
		height: 150px;
	}
}

@media (max-width: 650px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll {
		height: auto !important;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll .mCSB_scrollTools .mCSB_draggerRail {
	width: 1px;
	background: #e1e1e1;
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #68b82d;
	width: 5px;
	border-radius: 0;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll .msg .con,
.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll .msg .t {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

@media (max-width: 1024px) {

	.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll .msg .con,
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li .scroll .msg .t {
		line-height: 24px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .job_bot {
	padding-top: 17px;
	position: relative;
	padding-right: 105px;
	margin-top: 32px;
	padding-bottom: 24px;
	border-top: 1px dashed #e1e1e1;
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .job_bot .job_txt {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .left .join_list ul li .job_bot {
		margin-top: 20px;
	}
}

.main.join .join_box .join_box_cen .join_con .left .join_list ul li .job_bot a {
	width: 96px;
	height: 30px;
	background: #68b82d;
	display: block;
	position: absolute;
	right: 0;
	top: 17px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.main.join .join_box .join_box_cen .join_con .right {
	width: 302px;
	float: right;
	background: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.main.join .join_box .join_box_cen .join_con .right {
		width: 280px;
	}
}

@media (max-width: 1024px) {
	.main.join .join_box .join_box_cen .join_con .right {
		display: none;
	}
}

.main.join .join_box .join_box_cen .join_con .right .right_con {
	background: #fff;
	padding: 0 23px;
}

@media (max-width: 1200px) {
	.main.join .join_box .join_box_cen .join_con .right .right_con {
		padding: 0 18px;
	}
}

.main.join .join_box .join_box_cen .join_con .right .right_con .t {
	font-size: 18px;
	line-height: 28px;
	color: #454545;
	font-weight: bold;
	padding-top: 23px;
}

.main.join .join_box .join_box_cen .join_con .right .right_con .pic {
	margin-top: 15px;
	overflow: hidden;
}

.main.join .join_box .join_box_cen .join_con .right .right_con .pic img {
	width: 100%;
}

.main.join .join_box .join_box_cen .join_con .right .right_con .msg {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding-top: 7px;
	padding-bottom: 35px;
}

.main.join .join_box .join_box_cen .join_con .right .right_con .msg div {
	margin-top: 17px;
	padding-left: 28px;
}

.main.join .join_box .join_box_cen .join_con .right .right_con .msg div.address {
	background: url(../img/address_icon.png) no-repeat left 3px;
}

.main.join .join_box .join_box_cen .join_con .right .right_con .msg div.tel {
	background: url(../img/tel_icon.png) no-repeat left center;
}

.main.join .join_box .join_box_cen .join_con .right .right_con .msg div.email {
	background: url(../img/email_icon.png) no-repeat left center;
}

@media (max-width: 1200px) {
	.main.join .join_box .join_box_cen .join_con .right .right_con .msg div.email {
		background-position: left 3px;
	}
}

.main.join .contact_box {
	padding-top: 85px;
}

@media (max-width: 1024px) {
	.main.join .contact_box {
		padding-top: 70px;
	}
}

@media (max-width: 600px) {
	.main.join .contact_box {
		padding-top: 30px;
	}
}

.main.join .contact_box .contact {
	overflow: hidden;
	position: relative;
}

.main.join .contact_box .contact #map {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	top: 0;
}

.main.join .contact_box .contact #map .anchorBL {
	display: none;
}

@media (max-width: 850px) {
	.main.join .contact_box .contact #map {
		width: 100%;
		height: 300px;
		position: static;
	}
}

@media (max-width: 500px) {
	.main.join .contact_box .contact #map {
		height: 200px;
	}
}

.main.join .contact_box .contact .cont_box {
	width: 50%;
	float: right;
	padding: 55px 5.14% 65px 5.14%;
	box-sizing: border-box;
	background: url(../img/map_bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

@media (max-width: 1250px) {
	.main.join .contact_box .contact .cont_box {
		padding: 55px 4.5% 65px 4.5%;
	}
}

@media (max-width: 1024px) {
	.main.join .contact_box .contact .cont_box {
		padding: 40px 4%;
	}
}

@media (max-width: 850px) {
	.main.join .contact_box .contact .cont_box {
		width: 100%;
		float: none;
		padding: 30px 3%;
	}
}

@media (max-width: 600px) {
	.main.join .contact_box .contact .cont_box {
		padding: 20px;
	}
}

.main.join .contact_box .contact .cont_box .tit {
	position: relative;
	z-index: 10;
}

.main.join .contact_box .contact .cont_box .tit .cn {
	font-size: 32px;
	line-height: 54px;
	color: #fff;
}

@media (max-width: 1250px) {
	.main.join .contact_box .contact .cont_box .tit .cn {
		font-size: 28px;
		line-height: 44px;
	}
}

@media (max-width: 1024px) {
	.main.join .contact_box .contact .cont_box .tit .cn {
		font-size: 24px;
		line-height: 40px;
	}
}

@media (max-width: 600px) {
	.main.join .contact_box .contact .cont_box .tit .cn {
		font-size: 18px;
		line-height: 30px;
	}
}

.main.join .contact_box .contact .cont_box .con {
	padding-top: 17px;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

@media (max-width: 1024px) {
	.main.join .contact_box .contact .cont_box .con {
		font-size: 14px;
		line-height: 24px;
		padding-top: 12px;
	}
}

.main.join .contact_box .contact .cont_box .code_box {
	position: relative;
	z-index: 10;
	margin-top: 50px;
	position: relative;
}

@media (max-width: 1250px) {
	.main.join .contact_box .contact .cont_box .code_box {
		margin-top: 40px;
	}
}

@media (max-width: 1024px) {
	.main.join .contact_box .contact .cont_box .code_box {
		margin-top: 25px;
	}
}

.main.join .contact_box .contact .cont_box .code_box .code {
	float: left;
	margin-right: 25px;
}

.main.join .contact_box .contact .cont_box .code_box .code .tu {
	width: 124px;
	height: 124px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	background: #fff;
}

@media (max-width: 1024px) {
	.main.join .contact_box .contact .cont_box .code_box .code .tu {
		width: 100px;
		height: 100px;
	}
}

.main.join .contact_box .contact .cont_box .code_box .code .tu img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}

.main.join .contact_box .contact .cont_box .code_box .code .txt {
	font-size: 14px;
	line-height: 30px;
	margin-top: 3px;
	color: #fff;
	text-align: center;
}

.main.join .contact_box .online .online_txt {
	padding-top: 60px;
	text-align: center;
}

.main.join .contact_box .online .online_txt .t {
	font-size: 24px;
	line-height: 34px;
	color: #4a4a4b;
}

.main.join .contact_box .online .online_txt .ds {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.main.join .contact_box .online .form_box {
	padding-bottom: 90px;
	margin-top: 22px;
}

.main.join .contact_box .online .form_box .submit {
	font-size: 0;
	margin-top: 10px;
	text-align: right;
}

@media (max-width: 600px) {
	.main.join .contact_box .online .form_box .submit {
		text-align: center;
	}
}

.main.join .contact_box .online .form_box .submit input {
	display: inline-block;
	width: 124px;
	height: 42px;
	background: #efefef;
	border-radius: 5px;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	border: none;
	text-align: center;
	margin-left: 30px;
	transition: background 0.3s;
	-webkit-appearance: none;
	border-radius: 5px;
}

.main.join .contact_box .online .form_box .submit input.reset {
	background: #4f4f4f;
}

.main.join .contact_box .online .form_box .submit input.sub {
	background: #68b82d;
}

@media (min-width: 1024px) {
	.main.join .contact_box .online .form_box .submit input:hover {
		background: #68b82d;
		color: #fff;
	}
}

@media (max-width: 600px) {
	.main.join .contact_box .online .form_box .submit input {
		margin: 0 8px;
	}
}

.main.join .contact_box .online .form_box .input_group textarea {
	width: 100%;
	display: block;
	height: 155px;
	margin-top: 25px;
	border: 1px solid #f1f1f1;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	resize: none;
	font-size: 14px;
	line-height: 30px;
	padding: 8px 12px 0 12px;
	color: #666;
	-webkit-appearance: none;
	border-radius: 0;
}

.main.join .contact_box .online .form_box .input_group .verification {
	margin-top: 18px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}

.main.join .contact_box .online .form_box .input_group .verification input {
	float: left;
	width: 225px;
	display: block;
	border: 1px solid #f1f1f1;
	height: 48px;
	box-sizing: border-box;
	padding: 0 12px;
	font-size: 14px;
	line-height: 46px;
	color: #666;
}

.main.join .contact_box .online .form_box .input_group .verification .code {
	float: left;
	border: 1px solid #f1f1f1;
	height: 48px;
	box-sizing: border-box;
	margin-left: -1px;
	line-height: 46px;
}

.main.join .contact_box .online .form_box .input_group .verification .code img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: top;
}

.main.join .contact_box .online .form_box .input_group .input:nth-child(even) {
	float: right;
}

.main.join .contact_box .online .form_box .input_group .input {
	float: left;
	width: 48.5%;
	margin-top: 18px;
	border: 1px solid #f1f1f1;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}

.main.join .contact_box .online .form_box .input_group .input.input2 span {
	font-size: 14px;
	line-height: 46px;
	color: #e71f1a;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top: 0;
}

.main.join .contact_box .online .form_box .input_group .input.input2 input {
	padding-right: 44px;
}

.main.join .contact_box .online .form_box .input_group .input input {
	width: 100%;
	height: 46px;
	padding: 0;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 46px;
	color: #999;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}

@media (max-width: 1024px) {
	.main.join .contact_box .online .online_txt {
		padding-top: 50px;
	}

	.main.join .contact_box .online .online_txt .t {
		font-size: 20px;
		line-height: 30px;
	}

	.main.join .contact_box .online .form_box {
		padding-bottom: 70px;
		margin-top: 22px;
	}

	.main.join .contact_box .online .form_box .input_group textarea {
		height: 130px;
		margin-top: 15px;
	}

	.main.join .contact_box .online .form_box .input_group .verification {
		margin-top: 15px;
	}

	.main.join .contact_box .online .form_box .input_group .input {
		margin-top: 15px;
	}

	.main.join .contact_box .online .form_box .input_group .input.input2 input {
		padding-right: 20px;
	}

	.main.join .contact_box .online .form_box .input_group .input.input2 span {
		right: 10px;
	}
}

@media (max-width: 800px) {
	.main.join .contact_box .online .online_txt {
		padding-top: 30px;
	}

	.main.join .contact_box .online .online_txt .t {
		font-size: 20px;
		line-height: 30px;
	}

	.main.join .contact_box .online .form_box {
		padding-bottom: 40px;
		margin-top: 22px;
	}

	.main.join .contact_box .online .form_box .submit {
		margin-top: 15px;
	}

	.main.join .contact_box .online .form_box .submit input {
		width: 100px;
		height: 40px;
		line-height: 40px;
		margin-left: 15px;
	}

	.main.join .contact_box .online .form_box .input_group textarea {
		height: 130px;
		margin-top: 15px;
	}

	.main.join .contact_box .online .form_box .input_group .verification {
		margin-top: 15px;
	}

	.main.join .contact_box .online .form_box .input_group .verification input {
		width: 180px;
		height: 40px;
		line-height: 38px;
	}

	.main.join .contact_box .online .form_box .input_group .verification .code {
		height: 40px;
		line-height: 38px;
	}

	.main.join .contact_box .online .form_box .input_group .input:nth-child(even) {
		float: none;
	}

	.main.join .contact_box .online .form_box .input_group textarea {
		height: 100px;
	}

	.main.join .contact_box .online .form_box .input_group .input {
		width: 100%;
		float: none;
		margin-top: 15px;
	}

	.main.join .contact_box .online .form_box .input_group .input.input2 input {
		padding-right: 20px;
	}

	.main.join .contact_box .online .form_box .input_group .input.input2 span {
		right: 10px;
	}

	.main.join .contact_box .online .form_box .input_group .input input {
		line-height: 40px;
		height: 40px;
	}
}

@media (max-width: 500px) {
	.main.join .contact_box .online .online_txt {
		padding-top: 25px;
	}
}

.page_box {
	margin-top: 35px;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	position: relative;
	padding: 10px 25px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}

.page_box .page {
	text-align: center;
}

.page_box .page a {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	font-family: Arial;
	padding: 0 10px;
	border-radius: 5px;
	margin: 0 3px;
	transition: all 0.3s;
}

.page_box .page a.prev {
	font-size: 14px;
	line-height: 54px;
	color: #454545;
	position: absolute;
	left: 25px;
	top: 0;
	margin: 0;
	font-family: "Microsoft Yahei";
	padding: 0;
}

@media (min-width: 1024px) {
	.page_box .page a.prev:hover {
		color: #3e9a00;
		background: none;
	}
}

.page_box .page a.next {
	font-size: 14px;
	line-height: 54px;
	color: #454545;
	position: absolute;
	margin: 0;
	right: 25px;
	top: 0;
	font-family: "Microsoft Yahei";
	padding: 0;
}

@media (min-width: 1024px) {
	.page_box .page a.next:hover {
		color: #3e9a00;
		background: none;
	}
}

.page_box .page a.active {
	background: #68b82d;
	color: #fff;
}

@media (min-width: 1024px) {
	.page_box .page a:hover {
		background: #68b82d;
		color: #fff;
	}
}

@media (max-width: 600px) {
	.page_box {
		padding: 10px;
		margin-top: 20px;
	}

	.page_box .page {
		padding: 0 60px;
	}

	.page_box .page a {
		font-size: 14px;
		line-height: 24px;
		padding: 0 7px;
	}

	.page_box .page a.page_l {
		font-size: 14px;
		line-height: 44px;
		left: 10px;
	}

	.page_box .page a.page_r {
		font-size: 14px;
		line-height: 44px;
		right: 10px;
	}
}

.proup_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s;
}

.proup_mask.active {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.proup_box {
	width: 1360px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1100;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s;
}

.proup_box.active {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1420px) {
	.proup_box {
		width: 88%;
	}
}

@media (max-width: 1024px) {
	.proup_box {
		width: 94%;
	}
}

.proup_box .proup_wrap {
	width: calc(100% - 76px);
	float: left;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.proup_box .proup_wrap {
		width: calc(100% - 60px);
		padding: 25px;
	}
}

@media (max-width: 750px) {
	.proup_box .proup_wrap {
		padding: 15px;
	}
}

@media (max-width: 600px) {
	.proup_box .proup_wrap {
		max-height: 84vh;
		width: calc(100% - 40px);
	}
}

.proup_box .proup_wrap .mCSB_scrollTools {
	width: 4px;
}

.proup_box .proup_wrap .mCSB_inside>.mCSB_container {
	margin-right: 15px;
}

.proup_box .proup_wrap .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
}

.proup_box .proup_wrap .mCSB_scrollTools .mCSB_draggerRail {
	background: #ebebeb;
	border-radius: 0;
}

.proup_box .proup_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #68b82d;
	border-radius: 0;
}

.proup_box .proup_wrap .pic {
	float: left;
	width: 27.24%;
	overflow: hidden;
}

.proup_box .proup_wrap .pic img {
	width: 100%;
}

@media (max-width: 750px) {
	.proup_box .proup_wrap .pic {
		width: 34%;
	}
}

@media (max-width: 600px) {
	.proup_box .proup_wrap .pic {
		width: 55%;
		margin: 0 auto;
		float: none;
	}
}

.proup_box .proup_wrap .proup_cont {
	width: 66.36%;
	float: right;
}

@media (max-width: 600px) {
	.proup_box .proup_wrap .proup_cont {
		width: 100%;
		height: auto !important;
	}
}

.proup_box .proup_wrap .proup_cont .proup {
	height: 100%;
	box-sizing: border-box;
	padding: 14px 0;
}

@media (max-width: 750px) {
	.proup_box .proup_wrap .proup_cont .proup {
		padding: 0;
	}
}

.proup_box .proup_wrap .proup_cont .proup .name {
	font-size: 30px;
	line-height: 42px;
	color: #454545;
}

@media (max-width: 1024px) {
	.proup_box .proup_wrap .proup_cont .proup .name {
		font-size: 24px;
		line-height: 36px;
	}
}

.proup_box .proup_wrap .proup_cont .proup .name span {
	font-size: 20px;
	line-height: 30px;
	color: #666;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 12px;
}

@media (max-width: 1024px) {
	.proup_box .proup_wrap .proup_cont .proup .name span {
		font-size: 16px;
		line-height: 26px;
		margin-left: 5px;
		vertical-align: 3px;
	}
}

@media (max-width: 600px) {
	.proup_box .proup_wrap .proup_cont .proup .name {
		text-align: center;
	}
}

.proup_box .proup_wrap .proup_cont .proup .pos {
	font-size: 20px;
	line-height: 36px;
	color: #454545;
	margin: 10px 0;
}

@media (max-width: 1024px) {
	.proup_box .proup_wrap .proup_cont .proup .pos {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 600px) {
	.proup_box .proup_wrap .proup_cont .proup .pos {
		margin: 5px 0;
		text-align: center;
	}
}

.proup_box .proup_wrap .proup_cont .proup .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

@media (max-width: 1024px) {
	.proup_box .proup_wrap .proup_cont .proup .con {
		font-size: 14px;
		line-height: 24px;
	}
}

.proup_box .close {
	width: 76px;
	height: 76px;
	cursor: pointer;
	float: right;
	background: url(../img/close2.png) no-repeat center center #1c1c1c;
}

@media (max-width: 1200px) {
	.proup_box .close {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 600px) {
	.proup_box .close {
		width: 40px;
		height: 40px;
		background-size: 30% auto;
	}
}

.location {
	width: 100%;
	height: 62px;
	background: url(../img/location_bg.jpg) no-repeat center center;
}

@media (max-width: 1024px) {
	.location {
		display: none;
	}
}

.location .location_cen {
	font-size: 14px;
	line-height: 62px;
	color: #fff;
	padding-left: 28px;
	box-sizing: border-box;
	background: url(../img/home.png) no-repeat left center;
}

.location .location_cen a {
	color: #fff;
	transition: font-weight 0.3s;
}

@media (min-width: 1024px) {
	.location .location_cen a:hover {
		font-weight: bold;
	}
}

.footer {
	background: #303030;
	padding-top: 94px;
}

@media (max-width: 1024px) {
	.footer {
		padding-top: 60px;
	}
}

@media (max-width: 500px) {
	.footer {
		padding-top: 30px;
	}
}

.footer .footer_cen .foot_top {
	padding-bottom: 90px;
}

@media (max-width: 1024px) {
	.footer .footer_cen .foot_top {
		padding-bottom: 60px;
	}
}

@media (max-width: 500px) {
	.footer .footer_cen .foot_top {
		padding-bottom: 20px;
	}
}

.footer .footer_cen .foot_top .message {
	float: left;
	width: 30.14%;
}

@media (max-width: 1200px) {
	.footer .footer_cen .foot_top .message {
		width: 25.14%;
	}
}

@media (max-width: 980px) {
	.footer .footer_cen .foot_top .message {
		width: 60%;
	}
}

@media (max-width: 500px) {
	.footer .footer_cen .foot_top .message {
		float: none;
		width: 100%;
	}
}

.footer .footer_cen .foot_top .message .logo img {
	max-width: 90%;
}

@media (max-width: 500px) {
	.footer .footer_cen .foot_top .message .logo img {
		max-width: 60%;
	}
}

.footer .footer_cen .foot_top .message .msg {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

.footer .footer_cen .foot_top .message .msg div {
	margin-top: 5px;
	padding-left: 45px;
	padding-top: 4px;
	padding-bottom: 4px;
}

@media (max-width: 500px) {
	.footer .footer_cen .foot_top .message .msg div {
		margin-top: 0;
	}
}

.footer .footer_cen .foot_top .message .msg div.address {
	background: url(../img/address.png) no-repeat left 3px;
}

.footer .footer_cen .foot_top .message .msg div.email_code {
	background: url(../img/email_code.png) no-repeat left 3px;
}

.footer .footer_cen .foot_top .message .msg div.tel {
	background: url(../img/tel.png) no-repeat left 3px;
}

.footer .footer_cen .foot_top .message .msg div.email {
	background: url(../img/email.png) no-repeat left 3px;
}

.footer .footer_cen .foot_top .link_box {
	float: left;
	margin-left: 5%;
}

@media (max-width: 1400px) {
	.footer .footer_cen .foot_top .link_box {
		margin-left: 3%;
	}
}

@media (max-width: 980px) {
	.footer .footer_cen .foot_top .link_box {
		display: none;
	}
}

.footer .footer_cen .foot_top .link_box ul li {
	padding: 0 30px;
	float: left;
	min-height: 270px;
	border-right: 1px solid #393939;
}

@media (max-width: 1440px) {
	.footer .footer_cen .foot_top .link_box ul li {
		padding: 0 24px;
	}
}

@media (max-width: 1360px) {
	.footer .footer_cen .foot_top .link_box ul li {
		padding: 0 20px;
	}
}

@media (max-width: 1300px) {
	.footer .footer_cen .foot_top .link_box ul li {
		padding: 0 14px;
	}
}

@media (max-width: 1200px) {
	.footer .footer_cen .foot_top .link_box ul li {
		border: none;
		min-height: inherit;
	}
}

@media (max-width: 1110px) {
	.footer .footer_cen .foot_top .link_box ul li {
		padding: 0 9px;
	}
}

.footer .footer_cen .foot_top .link_box ul li:last-child {
	border: none;
}

.footer .footer_cen .foot_top .link_box ul li a {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	transition: color 0.3s;
}

.footer .footer_cen .foot_top .link_box ul li a:hover {
	color: #68b82d;
}

.footer .footer_cen .foot_top .link_box ul li a.large {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.footer .footer_cen .foot_top .link_box ul li .links {
	margin-top: 16px;
}

.footer .footer_cen .foot_top .code_box {
	float: right;
	width: 115px;
}

@media (max-width: 980px) {
	.footer .footer_cen .foot_top .code_box {
		float: left;
		margin-left: 20px;
	}
}

@media (max-width: 500px) {
	.footer .footer_cen .foot_top .code_box {
		float: none;
		margin-left: 0;
		margin-top: 20px;
		width: 90px;
		display: none;
	}
}

.footer .footer_cen .foot_top .code_box .code {
	background: #fff;
	border-radius: 3px;
	width: 115px;
	height: 115px;
	overflow: hidden;
}

.footer .footer_cen .foot_top .code_box .code img {
	width: 100%;
	border-radius: 3px;
}

@media (max-width: 500px) {
	.footer .footer_cen .foot_top .code_box .code {
		height: 90px;
		margin: 0 auto;
		width: 90px;
	}
}

.footer .footer_cen .foot_top .code_box .code_text {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 8px;
	text-align: center;
}

@media (max-width: 500px) {
	.footer .footer_cen .foot_top .code_box .code_text {
		font-size: 12px;
		line-height: 20px;
	}
}

.footer .footer_cen .share_box {
	padding-bottom: 18px;
	border-bottom: 1px solid #454545;
}

@media (max-width: 1024px) {
	.footer .footer_cen .share_box {
		display: none;
	}
}

.footer .footer_cen .share_box span {
	float: right;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #666;
	font-family: Arial;
}

@media (max-width: 500px) {
	.footer .footer_cen .share_box span {
		font-size: 13px;
	}
}

.footer .footer_cen .share_box .bdsharebuttonbox {
	float: right;
	transition: none;
}

.footer .footer_cen .share_box .bdsharebuttonbox a {
	padding: 0;
	margin: 0;
	width: 18px;
	height: 14px;
	margin-top: 6px;
	margin-left: 22px;
	filter: alpha(opacity=20);
	opacity: 0.2;
	transition: opacity 0.3s;
}

@media (min-width: 1024px) {
	.footer .footer_cen .share_box .bdsharebuttonbox a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

@media (max-width: 500px) {
	.footer .footer_cen .share_box .bdsharebuttonbox a {
		margin-left: 12px;
	}
}

.footer .footer_cen .share_box .bdsharebuttonbox a.bds_tsina {
	background: url(../img/sina.png) no-repeat center center;
}

.footer .footer_cen .share_box .bdsharebuttonbox a.bds_weixin {
	background: url(../img/wx.png) no-repeat center center;
}

.footer .footer_cen .share_box .bdsharebuttonbox a.bds_qzone {
	background: url(../img/qzone.png) no-repeat center center;
}

.footer .footer_cen .copyright {
	padding: 19px 0;
}

@media (max-width: 1024px) {
	.footer .footer_cen .copyright {
		border-top: 1px solid #454545;
	}
}

@media (max-width: 650px) {
	.footer .footer_cen .copyright {
		padding: 10px 0;
	}
}

.footer .footer_cen .copyright .copyright_l {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.footer .footer_cen .copyright .copyright_l a {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	transition: all .3s;
}

@media (min-width: 1024px) {

	.footer .footer_cen .copyright .copyright_l a:hover {
		color: #68b82d
	}
}

@media (max-width: 650px) {
	.footer .footer_cen .copyright .copyright_l {
		float: none;
		text-align: center;
		font-size: 13px;
		line-height: 20px;
	}
}

.footer .footer_cen .copyright .support {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

@media (max-width: 650px) {
	.footer .footer_cen .copyright .support {
		float: none;
		text-align: center;
		font-size: 13px;
		line-height: 20px;
	}
}

.footer .footer_cen .copyright .support a {
	color: #666;
	transition: color 0.3s;
}

@media (min-width: 1024px) {
	.footer .footer_cen .copyright .support a:hover {
		color: #68b82d;
	}
}

.fp_nav {
	position: fixed;
	top: 50%;
	left: 20px;
	z-index: 100;
	transform: translateY(-50%);
}

@media (max-width: 1024px) {
	.fp_nav {
		display: none;
	}
}

.fp_nav.three ul li b {
	background: #b2b2b2;
}

.fp_nav.three ul li svg circle {
	stroke: #68b82d;
}

.fp_nav.three .line {
	background: #e7e7e7;
}

.fp_nav.three .text {
	color: #b2b2b2;
}

.fp_nav.three .text span {
	color: #68b82d;
}

.fp_nav ul {
	margin: 0 auto;
	width: 20px;
}

.fp_nav ul li {
	width: 20px;
	height: 20px;
	margin-top: 7px;
	cursor: pointer;
	position: relative;
}

.fp_nav ul li.active svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 2s linear;
}

.fp_nav ul li b {
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -3px;
	margin-top: -3px;
	border-radius: 50%;
	top: 50%;
}

.fp_nav ul li svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
}

.fp_nav ul li svg circle {
	stroke: #fff;
	fill: none;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 56.55 56.55;
	stroke-dashoffset: 56.55;
}

.fp_nav .line {
	width: 1px;
	height: 80px;
	background: #fff;
	margin: 0 auto;
	margin-top: 14px;
}

.fp_nav .text {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	margin-top: 25px;
}

.fp_nav .text span {
	font-size: 24px;
	display: inline-block;
	vertical-align: 1px;
}

#topnav {
	position: fixed;
	right: 0;
	top: 0;
	background: #fafafa;
	width: 323px;
	height: 100%;
	z-index: 900;
	padding-top: 70px;
	box-sizing: border-box;
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	transform: translateX(101%);
	border-left: 1px solid #e4eade;
}

#topnav.active {
	transform: translateX(0%);
}

@media (max-width: 1024px) {
	#topnav {
		padding-top: 60px;
	}
}

@media (max-width: 435px) {
	#topnav {
		padding-top: 50px;
	}
}

@media (max-width: 600px) {
	#topnav {
		width: 240px;
	}
}

#topnav .topnav_box {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	box-sizing: border-box;
}

#topnav .topnav_box .menu_box {
	width: 100%;
	box-sizing: border-box;
	max-height: 100%;
}

#topnav .topnav_box .menu_box .mCSB_scrollTools {
	width: 4px;
}

#topnav .topnav_box .menu_box .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
}

#topnav .topnav_box .menu_box .mCSB_scrollTools .mCSB_draggerRail {
	background: #ddd;
}

#topnav .topnav_box .menu_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #68b82d;
}

#topnav .topnav_box .menu_box .mCSB_inside>.mCSB_container {
	margin-right: 0;
}

#topnav .topnav_box .menu_box ul {
	padding-left: 42px;
	padding-right: 50px;
}

@media (max-width: 600px) {
	#topnav .topnav_box .menu_box ul {
		padding: 0 30px;
	}
}

#topnav .topnav_box .menu_box ul li {
	padding-left: 60px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e4eade;
}

@media (max-width: 600px) {
	#topnav .topnav_box .menu_box ul li {
		padding: 15px 0 15px 0px;
	}
}

#topnav .topnav_box .menu_box ul li:last-child {
	border: none;
}

#topnav .topnav_box .menu_box ul li .t {
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

#topnav .topnav_box .menu_box ul li .t span {
	color: #ccc;
	font-family: Arial;
}

@media (max-width: 600px) {
	#topnav .topnav_box .menu_box ul li .t {
		font-size: 16px;
		line-height: 24px;
	}
}

#topnav .topnav_box .menu_box ul li .links a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 6px;
	padding-left: 26px;
	transition: color 0.5s;
}

@media (max-width: 600px) {
	#topnav .topnav_box .menu_box ul li .links a {
		padding-left: 23px;
	}
}

@media (min-width: 1024px) {
	#topnav .topnav_box .menu_box ul li .links a:hover {
		color: #68b82d;
	}
}

.vwrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10001;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 0.5s ease;
	visibility: hidden;
}

.vwrap .jwlogo {
	display: none;
}

.vwrap.active {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.vwrap .close {
	width: 32px;
	height: 32px;
	position: absolute;
	background: url(../img/close.png) no-repeat center center;
	top: -40px;
	cursor: pointer;
	right: 0px;
}

@media (max-width: 850px) {
	.vwrap .close {
		width: 24px;
		height: 24px;
		top: -34px;
	}
}

.vwrap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.vwrap .video_b {
	position: absolute;
	width: 1200px;
	left: 50%;
	height: 600px;
	top: 50%;
	margin-top: -300px;
	background: #000;
	margin-left: -600px;
}

@media (max-width: 1240px) {
	.vwrap .video_b {
		width: 1000px;
		height: 500px;
		margin-top: -250px;
		margin-left: -500px;
	}
}

@media (max-width: 1050px) {
	.vwrap .video_b {
		width: 800px;
		height: 400px;
		margin-top: -200px;
		margin-left: -400px;
	}
}

@media (max-width: 850px) {
	.vwrap .video_b {
		width: 700px;
		height: 350px;
		margin-top: -175px;
		margin-left: -350px;
	}
}

@media (max-width: 750px) {
	.vwrap .video_b {
		width: 600px;
		height: 300px;
		margin-top: -150px;
		margin-left: -300px;
	}
}

@media (max-width: 650px) {
	.vwrap .video_b {
		width: 500px;
		height: 250px;
		margin-top: -125px;
		margin-left: -250px;
	}
}

@media (max-width: 550px) {
	.vwrap .video_b {
		width: 400px;
		height: 300px;
		margin-top: -150px;
		margin-left: -200px;
	}
}

@media (max-width: 450px) {
	.vwrap .video_b {
		width: 100%;
		height: 150px;
		margin-top: -75px;
		margin-left: 0;
		left: 0%;
	}
}

.search-alert {
	position: fixed;
	z-index: 1000;
	background-color: #222222;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.search-alert .close {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/close.png) no-repeat center center;
	position: absolute;
	top: 38px;
	right: 2.6%;
	transition: transform 0.4s ease;
	cursor: pointer;
}

@media (min-width: 1024px) {
	.search-alert .close:hover {
		transform: rotate(180deg);
	}
}

@media (max-width: 1024px) {
	.search-alert .close {
		top: 20px;
		right: 20px;
	}
}

.search-alert .cent-form {
	width: 80%;
	height: 124px;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	top: 50%;
	margin-top: -62px;
	border-bottom: 1px solid #515151;
}

@media (max-width: 1024px) {
	.search-alert .cent-form {
		width: 94%;
		margin-left: -47%;
		height: 60px;
		margin-top: -30px;
	}
}

.search-alert .cent-form .tex {
	border: none;
	font-size: 30px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	background: none;
	padding-left: 88px;
	padding-right: 80px;
	background: url(../img/img5.png) no-repeat 35px center;
}

@media (max-width: 1024px) {
	.search-alert .cent-form .tex {
		font-size: 18px;
		line-height: 60px;
		height: 60px;
		padding: 0 35px;
		background-position: left center;
		text-align: left;
	}
}

.search-alert .cent-form .sub-btn {
	border: none;
	height: 124px;
	font-size: 24px;
	line-height: 124px;
	color: #555;
	text-align: right;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	width: 100px;
	text-align: center;
}

@media (max-width: 1024px) {
	.search-alert .cent-form .sub-btn {
		font-size: 16px;
		line-height: 60px;
		height: 60px;
		width: 48px;
		text-align: right;
		padding: 0;
		margin: 0;
	}
}

.demo-gallery {
	cursor: default;
}

@media (max-width: 1024px) {
	.demo-gallery {
		cursor: pointer;
	}
}

/*# sourceMappingURL=style.css.map */
