/* ===================================================================
 *  ||  FileName      :  美域高
 *  ||  Description   :  公共的样式文件
 *  ||  Author        :  LIUMENGLIN
 *  ||  date          :  2019/03/20
 * ==================================================================*/
/*----------------------
* Reset
* ---------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

body {
	background: #fff;
	color: #333333;
	font-size: 14px;
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
	position: relative;
}

a {
	text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:link,
a:visited {
	text-decoration: none;
}

img {
	border: none;
	width: 100%;
	height: auto;
}

ol,
ul,
li {
	list-style: none;
}

audio,
canvas,
video {
	display: inline-block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.clearfix2 {
	overflow: auto;
	_height: 1%;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/*----------------------
* 首页样式
* ---------------------*/
header .home_nav {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 106px;
	transition: 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .home_nav .logo {
	width: 158px;
	height: 61px;
	float: left;
	margin-top: 20px;
}

header .home_nav ul {
	float: left;
	margin-left: 4%;
}

header .home_nav ul li {
	display: inline-block;
	width: 100px;
	line-height: 106px;
	text-align: center;
}

header .home_nav ul li a {
	font-size: 15px;
	color: #ffffff;
}

header .home_nav ul li span {
	background: url("../images/home/nav_btnbottom.png");
	width: 7px;
	height: 4px;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 6px;
}

header .home_nav .home_search {
	float: left;
	position: relative;
}

header .home_nav .home_search input {
	width: 230px;
	height: 34px;
	border-radius: 38px;
	border: 1px solid #6fc0bf;
	padding-left: 12px;
	margin-top: 36px;
}

header .home_nav .home_search a {
	position: absolute;
	top: 44px;
	right: 14px;
	width: 13px;
	height: 13px;
	display: block;
}

header .home_nav .Chinese {
	/* display: none; */
	color: #6fc0bf;
	line-height: 100px;
	text-align: center;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #6fc0bf;
	border-radius: 38px 0px 0px 38px;
	padding: 1px 10px;
	margin-left: 12px;
}

header .home_nav .en {
	/* display: none; */
	right: 0;
	color: #6fc0bf;
	line-height: 100px;
	text-align: center;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #6fc0bf;
	border-radius: 0px 38px 38px 0px;
	padding: 1px 12px;
	margin-left: -5px;
	box-sizing: border-box;
	margin-top: 36px;
}

/* header .home_nav .on {
  background: #6fc0bf;
  color: #ffffff;
} */
header .home_nav_bg {
	background: #ffffff;
}

header .home_nav_bg ul li a {
	color: #333333;
}

header .home_nav_bg ul li a:hover {
	color: #6fc0bf;
}

header .home_nav_bg ul li a:hover+span {
	background: url("../images/home/nav_btntop.png");
}

header .home_nav2 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: #ffffff;
	top: 106px;
	border-top: 1px solid #f5f5f5;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

header .home_nav2 ul {
	display: none;
	margin-left: 32%;
}

header .home_nav2 ul li {
	float: left;
	line-height: 60px;
	margin: 0 48px 0 22px;
}

header .home_nav2 ul li a {
	color: #333333;
}

header .home_nav2 .on {
	display: block;
}

header .mobile_nav {
	display: none;
}

header .nav2_show {
	visibility: visible;
	opacity: 1;
}

header .home_banner {
	position: relative;
}

header .home_banner a {
	z-index: 2;
	position: absolute;
	width: 142px;
	height: 38px;
	border-radius: 20px;
	display: block;
	background: #6fc0bf;
	text-align: center;
	line-height: 38px;
	color: #fff;
	left: 46.3%;
	top: 66%;
}

header .home_banner .swiper-container .swiper-wrapper .swiper-slide .banner_mobile {
	display: none;
}

header .home_banner .swiper-container .swiper-pagination {
	bottom: 138px;
}

header .home_banner .swiper-container .swiper-pagination span {
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 0;
	opacity: 1;
}

header .home_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #6fc0bf;
}

header .home_banner .swiper-container .swiper-button-next {
	right: 50px;
	background: url("../images/home/btn_right.png");
	background-size: cover;
	width: 17px;
	height: 30px;
}

header .home_banner .swiper-container .swiper-button-prev {
	background: url("../images/home/btn_left.png");
	background-size: cover;
	left: 50px;
	width: 17px;
	height: 30px;
}

@media screen and (max-width: 768px) {
	header .home_nav {
		display: none;
	}

	header .home_nav2 {
		display: none;
	}

	header .mobile_nav {
		display: block;
		position: fixed;
		width: 100%;
		z-index: 999;
		background: #fff;
	}

	header .mobile_nav .logo {
		width: 106px;
		height: auto;
		margin: 14px 0 6px 14px;
	}

	header .mobile_nav .ly-menu {
		margin-top: 18px;
		width: 20px;
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}

	header .mobile_nav .ly-menu em {
		width: 34px;
		height: 3px;
		background: #6fc0bf;
		position: absolute;
		right: 20px;
		top: 4px;
		transition: 0.5s;
	}

	header .mobile_nav .ly-menu em:nth-child(2) {
		top: 12px;
	}

	header .mobile_nav .ly-menu em:nth-child(3) {
		top: 20px;
	}

	header .mobile_nav .ly-cation em:nth-child(1) {
		transform: rotate(-45deg);
		top: 16px;
	}

	header .mobile_nav .ly-cation em:nth-child(2) {
		display: none;
	}

	header .mobile_nav .ly-cation em:nth-child(3) {
		transform: rotate(45deg);
		top: 16px;
	}

	header .mobile_nav .mobile_nav_list {
		width: 100%;
		height: auto;
		position: absolute;
		z-index: 999;
		right: -100%;
	}

	header .mobile_nav .mobile_nav_list ul li {
		text-align: center;
		background: #6fc0bf;
	}

	header .mobile_nav .mobile_nav_list ul li a {
		width: 100%;
		height: auto;
		font-size: 18px;
		color: #fff;
		line-height: 60px;
		display: block;
		border-bottom: 1px solid #fff;
	}

	header .home_banner {
		position: relative;
		height: 190px;
		padding-top: 64px;
	}

	header .home_banner a {
		z-index: 2;
		position: absolute;
		width: 142px;
		height: 38px;
		border-radius: 20px;
		display: none;
		background: #6fc0bf;
		text-align: center;
		line-height: 38px;
		color: #fff;
		left: 46.3%;
		top: 66%;
	}

	header .home_banner .swiper-container .swiper-wrapper .swiper-slide .banner_pc {
		display: none;
	}

	header .home_banner .swiper-container .swiper-wrapper .swiper-slide .banner_mobile {
		display: block;
		height: 190px;
	}

	header .home_banner .swiper-container .swiper-pagination {
		bottom: 16px;
	}

	header .home_banner .swiper-container .swiper-pagination span {
		width: 14px;
		height: 3px;
		background: #fff;
		border-radius: 0;
		opacity: 1;
	}

	header .home_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
		background: #6fc0bf;
	}

	header .home_banner .swiper-container .swiper-button-next {
		right: 50px;
		background: url("../images/home/btn_right.png");
		background-size: cover;
		width: 17px;
		height: 30px;
	}

	header .home_banner .swiper-container .swiper-button-prev {
		background: url("../images/home/btn_left.png");
		background-size: cover;
		left: 50px;
		width: 17px;
		height: 30px;
	}
}

main .home_about {
	background: url("../images/home/about_bg (2).jpg");
	width: 100%;
	height: 620px;
	padding-bottom: 60px;
	position: relative;
}

main .home_about .home_about_top {
	width: 1156px;
	height: 248px;
	padding: 22px;
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	top: -100px;
	z-index: 2;
}

main .home_about .home_about_top img {
	width: 363px;
	height: 243px;
	float: left;
}

main .home_about .home_about_top div {
	float: right;
}

main .home_about .home_about_top div h1 {
	font-size: 24px;
	color: #363636;
	margin-bottom: 32px;
}

main .home_about .home_about_top div p {
	font-size: 15px;
	color: #363636;
	line-height: 24px;
	width: 746px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 40px;
}

main .home_about .home_about_top div a {
	font-size: 14px;
	color: #6fc0bf;
	padding: 6px 28px;
	border: 1px solid #6fc0bf;
	border-radius: 32px;
}

main .home_about .home_about_top:hover {
	transition: 0.5s;
	background: #6fc0bf;
}

main .home_about .home_about_top:hover div h1 {
	color: #ffffff;
}

main .home_about .home_about_top:hover div p {
	color: #ffffff;
}

main .home_about .home_about_top:hover div a {
	color: #ffffff;
	border: 1px solid #ffffff;
}

main .home_about .home_about_bottom {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: -70px;
}

main .home_about .home_about_bottom ul {
	display: flex;
	justify-content: space-between;
}

main .home_about .home_about_bottom ul li {
	width: 378px;
	height: auto;
}

main .home_about .home_about_bottom ul li div {
	position: relative;
	padding: 46px 32px;
	background: #ffffff;
}

main .home_about .home_about_bottom ul li div h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4b4b4b;
	margin-bottom: 26px;
}

main .home_about .home_about_bottom ul li div p {
	width: 314px;
	height: 57px;
	overflow: hidden;
}

main .home_about .home_about_bottom ul li div a {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 26px;
}

main .home_about .home_about_bottom ul li div a img {
	width: 12px;
	height: 10px;
}

main .home_about .home_about_bottom ul li img {
	width: 378px;
	height: 201px;
}

main .home_about .home_about_bottom ul li:nth-child(2) div {
	top: 201px;
	z-index: 2;
}

main .home_about .home_about_bottom ul li:nth-child(2) div a img {
	top: 0;
}

main .home_about .home_about_bottom ul li:nth-child(2) img {
	position: relative;
	top: -201px;
	display: block;
}

main .home_about .home_about_bottom ul li:hover div {
	background: #6fc0bf;
	transition: 0.5s;
}

main .home_about .home_about_bottom ul li:hover div h3 {
	color: #ffffff;
}

main .home_about .home_about_bottom ul li:hover div p {
	color: #ffffff;
}

main .home_about .home_about_bottom ul li:hover div a {
	display: block;
}

@media screen and (max-width: 768px) {
	main .home_about {
		width: 100%;
		height: auto;
		padding-bottom: 0px;
		position: relative;
		background: #fff;
	}

	main .home_about .home_about_top {
		width: 89%;
		height: auto;
		padding: 20px;
		background: #ffffff;
		margin: 0 auto 20px;
		position: relative;
		top: 0px;
		z-index: 2;
	}

	main .home_about .home_about_top img {
		display: none;
		width: 100%;
		height: auto;
		float: none;
	}

	main .home_about .home_about_top div {
		float: none;
	}

	main .home_about .home_about_top div h1 {
		font-size: 20px;
		font-weight: bold;
		color: #363636;
		margin-bottom: 8px;
	}

	main .home_about .home_about_top div p {
		font-size: 14px;
		color: #363636;
		line-height: 24px;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	main .home_about .home_about_top div a {
		font-size: 14px;
		color: #6fc0bf;
		padding: 6px 28px;
		border: 1px solid #6fc0bf;
		border-radius: 32px;
	}

	main .home_about .home_about_bottom {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 0px;
	}

	main .home_about .home_about_bottom ul {
		display: block;
	}

	main .home_about .home_about_bottom ul li {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	main .home_about .home_about_bottom ul li div {
		position: relative;
		padding: 20px 20px;
		background: #6fc0bf;
	}

	main .home_about .home_about_bottom ul li div h3 {
		font-size: 20px;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: 6px;
	}

	main .home_about .home_about_bottom ul li div p {
		color: #fff;
		width: 100%;
		height: 60px;
		overflow: hidden;
	}

	main .home_about .home_about_bottom ul li div a {
		display: block;
		position: absolute;
		right: 40px;
		bottom: 14px;
	}

	main .home_about .home_about_bottom ul li div a img {
		width: 12px;
		height: 10px;
	}

	main .home_about .home_about_bottom ul li img {
		width: 100%;
		height: 210px;
	}

	main .home_about .home_about_bottom ul li:nth-child(2) div {
		top: 0px;
	}

	main .home_about .home_about_bottom ul li:nth-child(2) div a img {
		top: 0;
	}

	main .home_about .home_about_bottom ul li:nth-child(2) img {
		position: relative;
		top: 0px;
		display: block;
	}
}

main .home_about2 {
	overflow: hidden;
	width: 100%;
	height: 484px;
	background: url("../images/home/about_bg.jpg");
	position: relative;
}

main .home_about2 .swiper-container02 {
	overflow: hidden;
	width: 1200px;
	margin: 80px auto 0;
}

main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide {
	text-align: center;
}

main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border {
	margin: 0 auto;
	width: 290px;
	height: 231px;
	background: url("../images/home/pic01_bai.png") no-repeat;
}

main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border a img {
	width: 255px;
	height: 190px;
	position: relative;
	top: 19px;
}

main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide p {
	color: #fff;
	padding-top: 20px;
}

main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border:hover {
	background: url("../images/home/pic01_lv.png") no-repeat;
}

main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border:hover+p {
	color: #6fc0bf;
}

main .home_about2 .swiper-container02 .swiper-pagination {
	bottom: 64px;
}

main .home_about2 .swiper-container02 .swiper-pagination span {
	background: none;
	border: 1px solid #ffffff;
	opacity: 1;
}

main .home_about2 .swiper-container02 .swiper-pagination .swiper-pagination-bullet-active {
	background: #6fc0bf;
	border: 1px solid #6fc0bf;
}

@media screen and (max-width: 768px) {
	main .home_about2 {
		overflow: hidden;
		width: 100%;
		height: 240px;
		background: url("../images/home/about_bg.jpg");
	}

	main .home_about2 .swiper-container02 {
		overflow: hidden;
		width: 100%;
		margin: 20px auto 0;
	}

	main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border {
		width: 100%;
		height: auto;
		background: none;
	}

	main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border a img {
		width: 100%;
		height: auto;
	}

	main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide p {
		color: #fff;
		padding: 0px 0 0 19px;
	}

	main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border:hover {
		background: url("../images/home/pic01_lv.png") no-repeat;
	}

	main .home_about2 .swiper-container02 .swiper-wrapper .swiper-slide .border:hover+p {
		color: #6fc0bf;
	}

	main .home_about2 .swiper-container02 .swiper-pagination {
		bottom: 40px;
	}

	main .home_about2 .swiper-container02 .swiper-pagination span {
		background: none;
		border: 1px solid #ffffff;
		opacity: 1;
	}

	main .home_about2 .swiper-container02 .swiper-pagination .swiper-pagination-bullet-active {
		background: #6fc0bf;
		border: 1px solid #6fc0bf;
	}
}

main .home_new {
	margin-top: 70px;
}

main .home_new .container .home_new_tit h3 {
	font-size: 20px;
	color: #6fc0bf;
	font-weight: bold;
	float: left;
}

main .home_new .container .home_new_tit a {
	float: right;
	font-size: 14px;
	color: #494949;
}

main .home_new .container .home_new_tit .line_hui {
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .home_new .container .home_new_tit .line_hui .line_lv {
	width: 84px;
	height: 1px;
	background: #6fc0bf;
	display: block;
}

main .home_new .container .home_news_box {
	margin-top: 50px;
}

main .home_new .container .home_news_box .home_news_pic {
	float: left;
	position: relative;
	width: 582px;
	height: 366px;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 {
	margin-top: 10px;
	overflow: hidden;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-wrapper .swiper-slide img {
	width: 582px;
	height: 366px;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-wrapper .swiper-slide p:nth-child(2) {
	position: absolute;
	bottom: 60px;
	left: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-wrapper .swiper-slide p:nth-child(3) {
	position: absolute;
	bottom: 30px;
	left: 20px;
	font-size: 14px;
	color: #ffffff;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-pagination {
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #ffffff;
	font-size: 16px;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-pagination span:nth-child(2) {
	margin-right: 30px;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .iconfont {
	top: 92%;
	right: 32px;
	background: #fff;
	width: 18px;
	height: 22px;
	color: #6fc0bf;
	display: flex;
	align-items: center;
	justify-content: center;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .icon-jiantou {
	left: 87%;
}

main .home_new .container .home_news_box .home_news_pic .swiper-container03 .iconfont:hover {
	background: #6fc0bf;
	color: #ffffff;
}

main .home_new .container .home_news_box .home_news_list {
	width: 594px;
	float: right;
}

main .home_new .container .home_news_box .home_news_list ul li {
	margin: 10px auto;
	padding: 16px 0;
	width: 580px;
	height: 51px;
	background: #fafafa;
	border: none;
}

main .home_new .container .home_news_box .home_news_list ul li div {
	float: left;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(1) {
	text-align: right;
	width: 62px;
	height: 51px;
	border-right: 1px solid #e5e5e5;
	padding: 0 20px;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(1) p {
	color: #333333;
	line-height: 24px;
	font-size: 22px;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(1) p:nth-child(2) {
	color: #333333;
	line-height: 24px;
	font-size: 14px;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(2) {
	margin-left: 12px;
	text-align: left;
	width: 400px;
	height: auto;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(2) p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 350px;
	height: 22px;
	overflow: hidden;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(2) p:nth-child(2) {
	font-size: 12px;
	color: #bcbcbc;
	width: 350px;
	height: 16px;
	overflow: hidden;
	margin-top: 6px;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(3) {
	height: 100%;
	float: right;
	margin-right: 6px;
	border-left: 1px solid #ffffff;
}

main .home_new .container .home_news_box .home_news_list ul li div:nth-child(3) .iconfont {
	font-size: 20px;
	color: #cacaca;
	margin-top: 10px;
	display: block;
	padding: 0 15px;
}

main .home_new .container .home_news_box .home_news_list ul li:hover {
	background: #6fc0bf;
	transition: 0.3s;
}

main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(1) p {
	color: #ffffff;
	transition: 0.3s;
}

main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(1) p:nth-child(2) {
	color: #ffffff;
	transition: 0.3s;
}

main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(2) p:nth-child(1) {
	color: #ffffff;
	transition: 0.3s;
}

main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(2) p:nth-child(2) {
	color: #ffffff;
	transition: 0.3s;
}

main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(3) .iconfont {
	color: #ffffff;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	main .home_new {
		margin-top: 70px;
	}

	main .home_new .container {
		width: 90%;
		padding: 0 18px;
	}

	main .home_new .container .home_new_tit h3 {
		font-size: 20px;
		color: #6fc0bf;
		font-weight: bold;
		float: left;
	}

	main .home_new .container .home_new_tit a {
		float: right;
		font-size: 14px;
		color: #494949;
	}

	main .home_new .container .home_new_tit .line_hui {
		width: 100%;
		height: 1px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .home_new .container .home_new_tit .line_hui .line_lv {
		width: 84px;
		height: 1px;
		background: #6fc0bf;
		display: block;
	}

	main .home_new .container .home_news_box {
		margin-top: 0px;
	}

	main .home_new .container .home_news_box .home_news_pic {
		float: left;
		position: relative;
		width: 100%;
		height: auto;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 {
		margin-top: 10px;
		overflow: hidden;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-wrapper .swiper-slide img {
		width: 582px;
		height: 366px;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-wrapper .swiper-slide p:nth-child(2) {
		position: absolute;
		bottom: 60px;
		left: 20px;
		font-size: 16px;
		color: #ffffff;
		font-weight: bold;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-wrapper .swiper-slide p:nth-child(3) {
		position: absolute;
		bottom: 30px;
		left: 20px;
		font-size: 14px;
		color: #ffffff;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-pagination {
		height: 30px;
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: right;
		color: #ffffff;
		font-size: 16px;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .swiper-pagination span:nth-child(2) {
		margin-right: 30px;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .iconfont {
		top: 92%;
		right: 9px;
		background: #fff;
		width: 18px;
		height: 22px;
		color: #6fc0bf;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .icon-jiantou {
		left: 87%;
	}

	main .home_new .container .home_news_box .home_news_pic .swiper-container03 .iconfont:hover {
		background: #6fc0bf;
		color: #ffffff;
	}

	main .home_new .container .home_news_box .home_news_list {
		width: 100%;
		float: right;
	}

	main .home_new .container .home_news_box .home_news_list ul li {
		margin: 10px auto;
		padding: 24px 0;
		width: 100%;
		height: 51px;
		background: #fafafa;
		border: none;
	}

	main .home_new .container .home_news_box .home_news_list ul li div {
		float: left;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(1) {
		text-align: right;
		width: 62px;
		height: 51px;
		border-right: 1px solid #e5e5e5;
		padding: 0 5px;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(1) p {
		color: #333333;
		line-height: 24px;
		font-size: 22px;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(1) p:nth-child(2) {
		color: #333333;
		line-height: 24px;
		font-size: 14px;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(2) {
		margin-left: 12px;
		text-align: left;
		width: 192px;
		height: auto;
		float: left;
		overflow: hidden;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(2) p:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		width: 350px;
		height: 22px;
		overflow: hidden;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(2) p:nth-child(2) {
		font-size: 12px;
		color: #bcbcbc;
		width: 350px;
		height: 16px;
		overflow: hidden;
		margin-top: 6px;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(3) {
		height: 100%;
		float: right;
		margin-right: 6px;
		border-left: 1px solid #ffffff;
	}

	main .home_new .container .home_news_box .home_news_list ul li div:nth-child(3) .iconfont {
		font-size: 20px;
		color: #cacaca;
		margin-top: 10px;
		display: block;
		padding: 0 15px;
	}

	main .home_new .container .home_news_box .home_news_list ul li:hover {
		background: #6fc0bf;
		transition: 0.3s;
	}

	main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(1) p {
		color: #ffffff;
		transition: 0.3s;
	}

	main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(1) p:nth-child(2) {
		color: #ffffff;
		transition: 0.3s;
	}

	main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(2) p:nth-child(1) {
		color: #ffffff;
		transition: 0.3s;
	}

	main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(2) p:nth-child(2) {
		color: #ffffff;
		transition: 0.3s;
	}

	main .home_new .container .home_news_box .home_news_list ul li:hover div:nth-child(3) .iconfont {
		color: #ffffff;
		transition: 0.3s;
	}
}

main .home_sales {
	/*position: relative;*/
	margin: 4% auto;
	width: 100%;
	/* background: url("../images/home/sales_bg.jpg") no-repeat;
  width: 100%;
  height: 795px;
  margin-top: 40px; */
}

main .home_sales>img {
	width: 100%;
}

main .home_sales .sales_tit {
	text-align: center;
	position: absolute;
	top: 26px;
	z-index: 99;
	width: 100%;
}

main .home_sales .sales_tit h1 {
	font-size: 24px;
	font-weight: bold;
	color: #6fc0bf;
}

main .home_sales .sales_tit p {
	font-size: 14px;
	color: #6fc0bf;
	margin-top: 10px;
}

main .home_sales .sales_point1 .animation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	left: 30%;
	top: 40%;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	/*Safari and Chrome*/
}

main .home_sales .sales_point1 .animation div {
	width: 14px;
	height: 14px;
	border-radius: 30px;
	background: #ffffff;
}

@keyframes mymove {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes mymove {

	/*Safari and Chrome*/
	from {
		left: 0px;
	}

	to {
		left: 200px;
	}
}

main .home_sales .sales_point1 .sales_name {
	position: absolute;
	left: 32%;
	top: 40.5%;
	color: #ffffff;
	width: 44px;
}

main .home_sales .sales_point2 .animation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	left: 62%;
	top: 38.5%;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	/*Safari and Chrome*/
}

main .home_sales .sales_point2 .animation div {
	width: 14px;
	height: 14px;
	border-radius: 30px;
	background: #ffffff;
}

@keyframes mymove {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes mymove {

	/*Safari and Chrome*/
	from {
		left: 0px;
	}

	to {
		left: 200px;
	}
}

main .home_sales .sales_point2 .sales_name {
	position: absolute;
	left: 64%;
	top: 39%;
	color: #ffffff;
	width: 44px;
}

main .home_sales .sales_point3 .animation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	left: 50%;
	top: 56%;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	/*Safari and Chrome*/
}

main .home_sales .sales_point3 .animation div {
	width: 14px;
	height: 14px;
	border-radius: 30px;
	background: #ffffff;
}

@keyframes mymove {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes mymove {

	/*Safari and Chrome*/
	from {
		left: 0px;
	}

	to {
		left: 200px;
	}
}

main .home_sales .sales_point3 .sales_name {
	position: absolute;
	left: 52%;
	top: 56.5%;
	color: #ffffff;
	width: 44px;
}

main .home_sales .sales_point4 .animation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	left: 70%;
	top: 70%;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	/*Safari and Chrome*/
}

main .home_sales .sales_point4 .animation div {
	width: 14px;
	height: 14px;
	border-radius: 30px;
	background: #ffffff;
}

@keyframes mymove {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes mymove {

	/*Safari and Chrome*/
	from {
		left: 0px;
	}

	to {
		left: 200px;
	}
}

main .home_sales .sales_point4 .sales_name {
	position: absolute;
	left: 72%;
	top: 70.5%;
	color: #ffffff;
	width: 44px;
}

main .home_sales .sales_point5 .animation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	left: 51%;
	top: 34%;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	/*Safari and Chrome*/
}

main .home_sales .sales_point5 .animation div {
	width: 14px;
	height: 14px;
	border-radius: 30px;
	background: #ffffff;
}

@keyframes mymove {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes mymove {

	/*Safari and Chrome*/
	from {
		left: 0px;
	}

	to {
		left: 200px;
	}
}

main .home_sales .sales_point5 .sales_name {
	position: absolute;
	left: 53%;
	top: 34.5%;
	color: #ffffff;
	width: 44px;
}

main .home_sales .sales_point6 .animation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	left: 41%;
	top: 26%;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	/*Safari and Chrome*/
}

main .home_sales .sales_point6 .animation div {
	width: 14px;
	height: 14px;
	border-radius: 30px;
	background: #ffffff;
}

@keyframes mymove {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes mymove {

	/*Safari and Chrome*/
	from {
		left: 0px;
	}

	to {
		left: 200px;
	}
}

main .home_sales .sales_point6 .sales_name {
	position: absolute;
	left: 43%;
	top: 26.5%;
	color: #ffffff;
	width: 44px;
}

@media screen and (max-width: 768px) {
	main .home_sales {
		background: url("../images/home/sales_bg.jpg") no-repeat -468px -100px;
		height: 600px;
	}
}

main .home_development {
	position: relative;
	background: url("../images/home/development _bg.jpg") no-repeat 54% 84%;
	background-size: contain;
}

main .home_development .arrow_bg {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 123px;
	background: url("../images/home/development _bg (2).jpg");
}

main .home_development .container {
	overflow: hidden;
}

main .home_development .container .development_tit h1 {
	font-size: 32px;
	color: #6fc0bf;
	margin-top: 80px;
}

main .home_development .container .development_tit p {
	font-size: 24px;
	color: #eaeaea;
	margin-top: 10px;
}

main .home_development .container .development_box {
	position: relative;
	height: 633px;
}

main .home_development .container .development_box .swiper-container04 {
	overflow: hidden;
	height: 460px;
}

main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div {
	margin: 20px 0;
	padding: 12px;
	border: 1px solid #e8e8e8;
	width: 484px;
	height: 104px;
}

main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div img {
	width: 147px;
	height: 103px;
	float: left;
}

main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div p:nth-child(2) {
	font-size: 13px;
	color: #4b4b4b;
	width: 310px;
	height: 64px;
	overflow: hidden;
	float: right;
	line-height: 22px;
	margin-top: 14px;
}

main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div p:nth-child(3) {
	font-size: 13px;
	color: #4b4b4b;
	width: 50px;
	height: 16px;
	overflow: hidden;
	float: right;
}

main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide a:hover div {
	border: 1px solid #6fc0bf;
}

main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide a:hover div p:nth-child(2) {
	color: #6fc0bf;
}

main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide a:hover div p:nth-child(3) {
	color: #6fc0bf;
}

main .home_development .container .development_box .swiper-container04 .swiper-button-next {
	width: 117px;
	top: 93%;
	right: 75%;
	background: url("../images/home/next.png") no-repeat;
}

main .home_development .container .development_box .swiper-container04 .swiper-button-prev {
	width: 117px;
	left: 56px;
	top: 93%;
	background: url("../images/home/prev.png") no-repeat;
}

main .home_development .container .development_box .swiper-container04 .swiper-button-next:hover {
	background: url("../images/home/next_hover.png") no-repeat;
}

main .home_development .container .development_box .swiper-container04 .swiper-button-prev:hover {
	background: url("../images/home/prev_hover.png") no-repeat;
}

@media screen and (max-width: 768px) {
	main .home_development {
		background: url("../images/home/development _bg.jpg") no-repeat;
	}

	main .home_development .arrow_bg {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 123px;
		background: url("../images/home/development _bg (2).jpg");
	}

	main .home_development .container {
		padding: 0;
		width: 100%;
		overflow: hidden;
	}

	main .home_development .container .development_tit h1 {
		font-size: 32px;
		color: #6fc0bf;
		margin-top: 20px;
		margin-left: 20px;
	}

	main .home_development .container .development_tit p {
		margin-left: 20px;
		font-size: 24px;
		color: #eaeaea;
		margin-top: 10px;
	}

	main .home_development .container .development_box {
		position: relative;
		height: 500px;
	}

	main .home_development .container .development_box .swiper-container04 {
		overflow: hidden;
		height: 370px;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div {
		margin: 20px 0 20px 20px;
		padding: 12px;
		border: 1px solid #e8e8e8;
		width: 83%;
		height: 70px;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div img {
		width: 100px;
		height: auto;
		float: left;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div p:nth-child(2) {
		font-size: 13px;
		color: #4b4b4b;
		width: 190px;
		height: 43px;
		overflow: hidden;
		float: right;
		line-height: 22px;
		margin-top: 14px;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide div p:nth-child(3) {
		font-size: 13px;
		color: #4b4b4b;
		width: 50px;
		height: 16px;
		overflow: hidden;
		float: right;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide a:hover div {
		border: 1px solid #6fc0bf;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide a:hover div p:nth-child(2) {
		color: #6fc0bf;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-wrapper .swiper-slide a:hover div p:nth-child(3) {
		color: #6fc0bf;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-button-next {
		width: 117px;
		top: 88%;
		right: 52%;
		background: url("../images/home/next.png") no-repeat;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-button-prev {
		width: 117px;
		left: 52%;
		top: 88%;
		background: url("../images/home/prev.png") no-repeat;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-button-next:hover {
		background: url("../images/home/next_hover.png") no-repeat;
	}

	main .home_development .container .development_box .swiper-container04 .swiper-button-prev:hover {
		background: url("../images/home/prev_hover.png") no-repeat;
	}
}

footer .footer_bg {
	width: 100%;
	height: 178px;
	background: #3c3c3c;
	padding-top: 16px;
}

footer .footer_bg .footer_nav {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

footer .footer_bg .footer_nav ul {
	float: left;
	margin-right: 60px;
}

footer .footer_bg .footer_nav ul li a {
	font-size: 12px;
	line-height: 24px;
	color: #b2b2b2;
}

footer .footer_bg .footer_nav ul li:nth-child(1) a {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #b2b2b2;
}

footer .footer_bg .footer_nav p {
	position: absolute;
	bottom: -22px;
	font-size: 12px;
	color: #6fc0bf;
	margin: 14px auto 0;
}

footer .footer_bg .footer_nav .erweima {
	float: right;
}

footer .footer_bg .footer_nav .erweima li {
	float: left;
	text-align: center;
	margin: 0 10px;
}

footer .footer_bg .footer_nav .erweima li img {
	width: 129px;
	height: 128px;
}

footer .footer_bg .footer_nav .erweima li p {
	width: 129px;
	font-size: 14px;
	color: #f3f3f3;
}

footer .footer_bg .footer_nav .btn_top {
	position: absolute;
	left: 48%;
	top: -39px;
	cursor: pointer;
}

footer .footer_bg .footer_nav .btn_top img {
	width: 47px;
	height: 47px;
}

footer .footer_text {
	background: #2a2929;
	text-align: center;
	width: 100%;
	height: 53px;
	overflow: hidden;
}

footer .footer_text p {
	color: #989898;
	margin-top: 18px;
}

footer .footer_text p a {
	color: #989898;
	margin-left: 60px;
}

@media screen and (max-width: 768px) {
	footer .footer_bg {
		display: none;
	}

	footer .footer_text {
		background: #2a2929;
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	footer .footer_text p {
		color: #989898;
		margin-top: 0px;
		padding: 18px 0;
	}

	footer .footer_text p a {
		color: #989898;
		margin-left: 10px;
	}
}

/*----------------------
* 企业展示
* ---------------------*/
header .about_banner img {
	width: 100%;
	height: 540px;
}

header .about_banner .banner_mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	header .about_banner img {
		width: 100%;
		height: 300px;
	}

	header .about_banner .banner_mobile {
		display: block;
	}

	header .about_banner .banner_pc {
		display: none;
	}
}

main .about_tabs .layui-tab .layui-tab-title {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: -45px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	height: 45px;
}

main .about_tabs .layui-tab .layui-tab-title li {
	height: 45px;
	color: #ffffff;
	border: none;
	line-height: 45px;
	width: 130px;
}

main .about_tabs .layui-tab .layui-tab-title li a {
	color: #fff;
}

main .about_tabs .layui-tab .layui-tab-title .layui-this {
	height: 45px;
	border: none;
	background: #6fc0bf;
}

main .about_tabs .layui-tab .layui-tab-title .layui-this:after {
	border: none;
}

@media screen and (max-width: 768px) {
	main .about_tabs .layui-tab .layui-tab-title {
		width: 100%;
		position: relative;
		top: -45px;
		background: rgba(0, 0, 0, 0.4);
		text-align: center;
		height: 45px;
	}

	main .about_tabs .layui-tab .layui-tab-title li {
		height: 45px;
		color: #ffffff;
		border: none;
		line-height: 45px;
		width: 0px;
		padding: 0 12px;
	}

	main .about_tabs .layui-tab .layui-tab-title .layui-this {
		height: 45px;
		border: none;
		background: #6fc0bf;
	}

	main .about_tabs .layui-tab .layui-tab-title .layui-this:after {
		border: none;
	}
}

main .about_tabs .layui-tab .case_content {
	width: 100%;
	margin-bottom: 40px;
	padding: 0px;
}

main .about_tabs .layui-tab .case_content .item01 {
	width: 1200px;
	margin: 0 auto;
}

main .about_tabs .layui-tab .case_content .item01 .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .about_tabs .layui-tab .case_content .item01 .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .about_tabs .layui-tab .case_content .item01 .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .about_tabs .layui-tab .case_content .item01 .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .about_tabs .layui-tab .case_content .item01 .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .about_tabs .layui-tab .case_content .item01 .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .about_tabs .layui-tab .case_content .item01 .about_introduce_box p {
	font-size: 15px;
	color: #444444;
	line-height: 22px;
	margin: 34px 0 20px 0;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service_tit {
	margin-top: 40px;
	background: url("../images/aboutus/tit_bg.png") no-repeat;
	background-size: cover;
	width: 100%;
	height: 82px;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service_tit h2 {
	color: #fff;
	font-size: 18px;
	line-height: 82px;
	padding-left: 30px;
	font-weight: bold;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 280px;
	height: 286px;
	background: #6fc0bf;
	margin-top: 30px;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div h3 {
	font-size: 18px;
	margin-top: 40px;
	font-weight: bold;
	color: #ffffff;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div p {
	margin: 40px auto 0;
	width: 196px;
	height: 90px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	overflow: hidden;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div a {
	position: absolute;
	bottom: 20px;
	right: 32%;
	font-size: 14px;
	color: #6fc0bf;
	padding: 8px 22px;
	background: #ffffff;
	border-radius: 30px;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 280px;
	height: 286px;
	background: #b1ce4d;
	margin-top: 30px;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) h3 {
	font-size: 18px;
	margin-top: 40px;
	font-weight: bold;
	color: #ffffff;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) p {
	margin: 40px auto 0;
	width: 196px;
	height: 90px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	overflow: hidden;
}

main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) a {
	position: absolute;
	bottom: 20px;
	right: 32%;
	font-size: 14px;
	color: #b1ce4d;
	padding: 8px 22px;
	background: #ffffff;
	border-radius: 30px;
}

@media screen and (max-width: 768px) {
	main .about_tabs .layui-tab .case_content .item01 {
		width: 100%;
		margin: 0 auto;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_introduce_box p {
		font-size: 15px;
		color: #444444;
		line-height: 22px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_introduce_box img {
		width: 100%;
		height: auto;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service_tit {
		margin-top: 20px;
		background: url("../images/aboutus/tit_bg.png") no-repeat;
		background-size: cover;
		width: 100%;
		height: 82px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service_tit h2 {
		color: #fff;
		font-size: 18px;
		line-height: 82px;
		padding-left: 30px;
		font-weight: bold;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div {
		position: relative;
		text-align: center;
		overflow: hidden;
		width: 100%;
		height: 286px;
		background: #6fc0bf;
		margin-top: 10px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div h3 {
		font-size: 18px;
		margin-top: 40px;
		font-weight: bold;
		color: #ffffff;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div p {
		margin: 40px auto 0;
		width: 196px;
		height: 90px;
		font-size: 14px;
		line-height: 24px;
		color: #ffffff;
		overflow: hidden;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div a {
		position: absolute;
		bottom: 20px;
		right: 32%;
		font-size: 14px;
		color: #6fc0bf;
		padding: 8px 22px;
		background: #ffffff;
		border-radius: 30px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) {
		position: relative;
		text-align: center;
		overflow: hidden;
		width: 100%;
		height: 286px;
		background: #b1ce4d;
		margin-top: 10px;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) h3 {
		font-size: 18px;
		margin-top: 40px;
		font-weight: bold;
		color: #ffffff;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) p {
		margin: 40px auto 0;
		width: 196px;
		height: 90px;
		font-size: 14px;
		line-height: 24px;
		color: #ffffff;
		overflow: hidden;
	}

	main .about_tabs .layui-tab .case_content .item01 .about_service_box .about_service div:nth-child(even) a {
		position: absolute;
		bottom: 20px;
		right: 32%;
		font-size: 14px;
		color: #b1ce4d;
		padding: 8px 22px;
		background: #ffffff;
		border-radius: 30px;
	}
}

main .about_tabs .layui-tab .case_content .item02 .about_development {
	position: relative;
	height: 880px;
	background: url("../images/aboutus/development_bg.jpg") no-repeat;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .zhou {
	position: absolute;
	top: 44%;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 {
	margin: 0;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development {
	margin-top: 40px;
	height: 880px;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .swiper-slide div {
	position: relative;
	width: 226px;
	height: 234px;
	border-radius: 30px;
	border: 1px dashed #6fc0bf;
	text-align: center;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .swiper-slide div img:nth-child(1) {
	width: 150px;
	height: 80px;
	position: absolute;
	top: 6%;
	left: 18%;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .swiper-slide div p {
	width: 200px;
	height: 80px;
	font-size: 16px;
	line-height: 26px;
	margin: 110px auto 0;
	overflow: hidden;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .swiper-slide div h5 {
	font-size: 18px;
	width: 85px;
	height: 16px;
	margin: 0 auto;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .swiper-slide div .img {
	width: 14px;
	height: 10px;
	position: absolute;
	left: 46%;
	top: 105%;
	background: url("../images/aboutus/sanjiao.png");
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .swiper-slide:nth-child(odd) div {
	top: 428px;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .swiper-slide:nth-child(odd) div .img {
	width: 14px;
	height: 10px;
	position: absolute;
	left: 46%;
	top: -22px;
	background: url("../images/aboutus/sanjiao2.png");
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .iconfont {
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #afafaf;
	border-radius: 30px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	top: 40%;
}

main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .iconfont:hover {
	background: #6fc0bf;
}

@media screen and (max-width: 768px) {
	main .about_tabs .layui-tab .case_content .item02 .about_development {
		position: relative;
		height: 880px;
		background: url("../images/aboutus/development_bg.jpg") no-repeat;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .zhou {
		display: none;
		position: absolute;
		top: 44%;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container {
		width: 100%;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development {
		margin-top: 10px;
		height: 880px;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li {
		margin: 10px 0;
		float: none;
		height: auto;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li div {
		margin: 0 auto;
		position: relative;
		width: 244px;
		height: 234px;
		border-radius: 30px;
		border: 1px dashed #6fc0bf;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li div img:nth-child(1) {
		width: 55px;
		height: 41px;
		position: absolute;
		top: 10%;
		left: 38%;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li div p {
		width: 200px;
		height: 120px;
		font-size: 14px;
		line-height: 24px;
		margin: 70px auto 0;
		overflow: hidden;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li div h5 {
		font-size: 14px;
		width: 85px;
		height: 16px;
		margin: 10px auto;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li div img:nth-child(4) {
		display: none;
		width: 14px;
		height: 10px;
		position: absolute;
		left: 46%;
		top: 105%;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li:nth-child(2) {
		margin: 0px;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .development_top ul li:nth-child(3) {
		margin: 0px;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .iconfont {
		font-size: 18px;
		text-align: center;
		color: #fff;
		background: #afafaf;
		border-radius: 30px;
		width: 26px;
		height: 26px;
		line-height: 26px;
		top: 40%;
	}

	main .about_tabs .layui-tab .case_content .item02 .about_development .container .development .iconfont:hover {
		background: #6fc0bf;
	}
}

main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 {
	margin: 0;
}

main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box1 {
	margin-top: 46px;
	padding: 50px 82px;
	width: 1200px;
	height: 333px;
	background: url("../images/aboutus/system_bg1.jpg") no-repeat;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box1 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #6fc0bf;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box1 p {
	width: 1036px;
	height: 124px;
	overflow: hidden;
	line-height: 24px;
	color: #ffffff;
	margin: 36px 0px;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box1 a {
	color: #fff;
	padding: 4px 20px;
	border-radius: 30px;
	border: 1px solid #ffffff;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 {
	width: 1200px;
	height: auto;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big {
	float: left;
	width: 100%;
	margin: 2% 0;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big div {
	width: 96%;
	/* height: 288px; */
	background: url(../images/aboutus/system_bg2.jpg) no-repeat;
	padding: 2%;
	background-size: cover;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big div h3 {
	font-size: 20px;
	color: #ffffff;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big div p {
	margin-top: 20px;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	color: #ffffff;
	background: none;
	text-align: left;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul li {
	position: relative;
	float: left;
	margin-right: 20px;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul li:last-child {
	margin-right: 0;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul li img {
	width: 285px;
	height: 149px;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul li p {
	width: 285px;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	background: #6fc0bf;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box3 ul .big div {
	background: url("../images/aboutus/system_bg3.jpg");
	/* height: 492px; */
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box3 ul li p {
	background: #b5d053;
}

@media screen and (max-width: 768px) {
	main .about_tabs .layui-tab .case_content .item03 .container {
		width: 100%;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box1 {
		margin-top: 20px;
		padding: 20px;
		width: 88%;
		height: 250px;
		background: url("../images/aboutus/system_bg1.jpg") no-repeat;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box1 h3 {
		font-size: 18px;
		font-weight: bold;
		color: #6fc0bf;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box1 p {
		width: 100%;
		height: 124px;
		overflow: hidden;
		line-height: 24px;
		color: #ffffff;
		margin: 36px 0px;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box1 a {
		color: #fff;
		padding: 4px 20px;
		border-radius: 30px;
		border: 1px solid #ffffff;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 {
		width: 100%;
		height: auto;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big {
		float: left;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big div {
		width: 88%;
		height: auto;
		background: url("../images/aboutus/system_bg2.jpg") no-repeat;
		padding: 20px;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big div h3 {
		font-size: 20px;
		color: #ffffff;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul .big div p {
		margin-top: 20px;
		line-height: 24px;
		width: 100%;
		height: 304px;
		overflow: hidden;
		color: #ffffff;
		background: none;
		text-align: left;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul li {
		width: 100%;
		position: relative;
		float: left;
		margin: 4px 0;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul li img {
		width: 99%;
		height: auto;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box2 ul li p {
		width: 99%;
		color: #fff;
		text-align: center;
		padding: 4px 0;
		background: #6fc0bf;
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box3 ul .big div {
		background: url("../images/aboutus/system_bg3.jpg");
	}

	main .about_tabs .layui-tab .case_content .item03 .container .system_box3 ul li p {
		background: #b5d053;
	}
}

main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 {
	margin: 0;
}

main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box {
	margin-top: 40px;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box div {
	width: 100%;
	height: 158px;
	background: #6fc0bf;
	overflow: hidden;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box div p {
	width: 780px;
	height: 70px;
	margin: 62px auto;
	color: #fff;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box img {
	width: 1200px;
	height: 640px;
	margin: 40px 0;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box div:nth-child(3) {
	width: 100%;
	height: 158px;
	background: #e6edf9;
	overflow: hidden;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box div:nth-child(3) p {
	width: 780px;
	height: 70px;
	margin: 62px auto;
	color: #333;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box img {
	width: 1200px;
	height: 640px;
	margin: 40px 0;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li {
	float: left;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li img {
	width: 584px;
	height: 340px;
	margin: 0;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div {
	position: relative;
	background: #0fb8e8;
	width: 534px;
	height: 120px;
	bottom: 62px;
	left: 26px;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 10px 20px;
	color: #ffffff;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div p {
	color: #fff;
	padding-bottom: 20px;
	padding-left: 20px;
	width: auto;
	margin: 0px;
	text-align: left;
	height: 16px;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div span {
	background: #ffffff;
	width: 80px;
	height: 1px;
	display: block;
	margin-left: 20px;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(2) div {
	background: #7464c8;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(3) div {
	background: #ea444a;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(4) div {
	background: #e8a667;
}

main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(even) {
	float: right;
}

@media screen and (max-width: 768px) {
	main .about_tabs .layui-tab .case_content .item04 .container {
		width: 100%;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box {
		padding-top: 20px;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box div {
		width: 100%;
		height: auto;
		background: #6fc0bf;
		overflow: hidden;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box div p {
		width: 88%;
		height: auto;
		margin: 62px auto;
		color: #fff;
		overflow: hidden;
		line-height: 24px;
		text-align: center;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box img {
		width: 100%;
		height: auto;
		margin: 20px 0;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box div:nth-child(3) {
		width: 100%;
		height: auto;
		background: #e6edf9;
		overflow: hidden;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box div:nth-child(3) p {
		width: 88%;
		height: auto;
		margin: 62px auto;
		color: #333;
		overflow: hidden;
		line-height: 24px;
		text-align: center;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box img {
		width: 100%;
		height: auto;
		margin: 20px 0;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li {
		float: left;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div {
		position: relative;
		background: #0fb8e8;
		width: 80%;
		height: 120px;
		bottom: 62px;
		left: 26px;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div h3 {
		font-size: 18px;
		font-weight: bold;
		padding: 20px 0 10px 20px;
		color: #ffffff;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div p {
		color: #fff;
		padding-bottom: 20px;
		padding-left: 20px;
		width: auto;
		margin: 0px;
		text-align: left;
		height: 16px;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li div span {
		background: #ffffff;
		width: 80px;
		height: 1px;
		display: block;
		margin-left: 20px;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(2) div {
		background: #7464c8;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(3) div {
		background: #ea444a;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(4) div {
		background: #e8a667;
	}

	main .about_tabs .layui-tab .case_content .item04 .container .culture_box ul li:nth-child(even) {
		float: right;
	}
}

@media screen and (max-width: 768px) {
	main .about_tabs .layui-tab .layui-tab-content {
		position: relative;
		top: -40px;
		margin-bottom: 10px;
		padding: 0 18px;
		margin-top: 15px;
		width: 90%;
	}
}

/*----------------------
* 新闻中心
* ---------------------*/
main .container .about_tit01 {
	margin-top: 40px;
}

main .container .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .container .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .container .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .container .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .container .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .container .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .container .news_list ul li {
	border: 1px solid #e8eef3;
	padding: 30px;
	margin-top: 40px;
}

main .container .news_list ul li div:nth-child(1) {
	margin-top: 16px;
	float: left;
	background: #6fc0bf;
	width: 72px;
	height: 72px;
	padding: 22px;
}

main .container .news_list ul li div:nth-child(1) h3 {
	padding-top: 10px;
	font-size: 18px;
	color: #ffffff;
}

main .container .news_list ul li div:nth-child(1) p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

main .container .news_list ul li div:nth-child(2) {
	margin-top: 24px;
	float: left;
	width: auto;
	height: 100px;
	padding-left: 30px;
}

main .container .news_list ul li div:nth-child(2) h3 {
	width: 610px;
	height: 28px;
	overflow: hidden;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #6fc0bf;
}

main .container .news_list ul li div:nth-child(2) p {
	width: 610px;
	height: 44px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	padding-top: 10px;
}

main .container .news_list ul li img {
	width: 233px;
	height: 146px;
	float: right;
}

main .container .news_list ul li:hover {
	box-shadow: #dfdfdf 0px 0px 30px 5px;
	transition: 0.5s;
}

main .container .page {
	margin-top: 40px;
	text-align: center;
}

main .container .page ul {
	display: inline-block;
}

main .container .page ul li {
	float: left;
	background: #f5f7fa;
	margin-right: 4px;
	border-radius: 3px;
}

main .container .page ul li a {
	display: block;
	padding: 5px 10px;
	color: #838383;
}

main .container .page ul li:hover {
	background: #6fc0bf;
}

main .container .page ul li:hover a {
	color: #fff;
}

main .container .page ul .page_active {
	background: #6fc0bf;
}

main .container .page ul .page_active a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	main .container {
		width: 90%;
		padding: 0 0px;
	}

	main .container .about_tit01 {
		margin-top: 20px;
	}

	main .container .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .container .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .container .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .container .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .container .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .container .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .container .news_list ul li {
		border: 1px solid #e8eef3;
		padding: 10px;
		margin-top: 20px;
	}

	main .container .news_list ul li div:nth-child(1) {
		margin-top: 16px;
		float: left;
		background: #6fc0bf;
		width: 56px;
		height: 72px;
		padding: 10px;
	}

	main .container .news_list ul li div:nth-child(1) h3 {
		padding-top: 16px;
		font-size: 14px;
		color: #ffffff;
	}

	main .container .news_list ul li div:nth-child(1) p {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
	}

	main .container .news_list ul li div:nth-child(2) {
		margin-top: 24px;
		float: left;
		width: auto;
		height: 100px;
		padding-left: 10px;
	}

	main .container .news_list ul li div:nth-child(2) h3 {
		width: 220px;
		height: 28px;
		overflow: hidden;
		padding-top: 0px;
		font-size: 20px;
		font-weight: bold;
		color: #6fc0bf;
	}

	main .container .news_list ul li div:nth-child(2) p {
		width: 220px;
		height: 44px;
		overflow: hidden;
		font-size: 16px;
		color: #999999;
		padding-top: 10px;
	}

	main .container .news_list ul li img {
		display: none;
		width: 233px;
		height: 146px;
		float: right;
	}

	main .container .news_list ul li:hover {
		box-shadow: #dfdfdf 0px 0px 30px 5px;
		transition: 0.5s;
	}

	main .container .page {
		margin-top: 40px;
		text-align: center;
	}

	main .container .page ul li:nth-child(5) {
		display: none;
	}

	main .container .page ul li:nth-child(6) {
		display: none;
	}

	main .container .page ul li:nth-child(7) {
		display: none;
	}
}

/*----------------------
* 新闻详情
* ---------------------*/
main .container .news_content h1 {
	font-size: 24px;
	margin-top: 60px;
	text-align: center;
}

main .container .news_content .line_xu {
	margin: 20px 0 40px 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #dddddd;
	display: block;
}

main .container .news_content div {
	margin-bottom: 40px;
}

main .container .news_content .turn {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}

main .container .news_content .turn .p {
	float: left;
}

main .container .news_content .turn .n {
	float: right;
}

main .container .news_content .turn a:hover {
	color: #6fc0bf;
}

@media screen and (max-width: 768px) {
	main .container .news_content {
		width: 90%;
		margin: 0 auto;
	}

	main .container .news_content h1 {
		font-size: 20px;
		margin-top: 20px;
		text-align: center;
	}

	main .container .news_content .line_xu {
		margin: 20px 0 40px 0;
		width: 100%;
		height: 1px;
		border-top: 1px dashed #dddddd;
		display: block;
	}

	main .container .news_content div {
		margin-bottom: 40px;
	}

	main .container .news_content .turn {
		padding: 20px 0;
		border-bottom: 1px solid #dddddd;
	}

	main .container .news_content .turn .p {
		display: block;
		float: none;
	}

	main .container .news_content .turn .n {
		display: block;
		float: none;
	}
}

/*----------------------
* 产品中心
* ---------------------*/
.bg {
	background: #f9f9f9;
}

main .layui-tab {
	margin: 0;
}

main .product_content {
	width: 1200px;
	margin: 0 auto;
}

main .item01_product .tab_product h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	width: 234px;
	background: #6fc0bf;
	padding: 20px 40px;
}

main .item01_product .tab_product .tab_tit_btn {
	display: none;
}

main .item01_product .tab_product .tab_tit {
	border: none;
	float: left;
	width: 314px;
	height: auto;
	top: 0;
	left: 0;
	background: #ffffff;
}

main .item01_product .tab_product .tab_tit .product_tit {
	display: block;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	width: 264px;
	padding: 0 0 0 40px;
}

main .item01_product .tab_product .tab_tit .layui-this {
	background: none;
	color: #6fc0bf;
	border-left: 2px solid #6fc0bf;
}

main .item01_product .tab_product .product_box {
	float: right;
	width: 782px;
	height: auto;
	padding: 20px 36px;
	background: #ffffff;
	position: relative;
	top: -71px;
}

main .item01_product .tab_product .product_box .layui-tab-item h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

main .item01_product .tab_product .product_box .layui-tab-item .line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	display: block;
	margin-top: 18px;
}

main .item01_product .tab_product .product_box .layui-tab-item ul {
	margin-top: 40px;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li a:nth-child(1) {
	float: none;
	margin-top: 0px;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li a:nth-child(1) div:nth-child(1) {
	float: left;
	width: 270px;
	height: 180px;
	border: 1px solid #eeeeee;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li a:nth-child(1) div:nth-child(1) img {
	width: 270px;
	height: 180px;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li a:nth-child(1) div:nth-child(2) {
	margin-left: 62px;
	float: left;
	width: 350px;
	height: 182px;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li a:nth-child(1) div:nth-child(2) p {
	height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 26px;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li a:nth-child(1) div:nth-child(2) p:nth-child(1) {
	font-size: 20px;
	color: #4b4b4b;
	font-weight: bold;
	margin: 8px 0 10px 0;
}

main .item01_product .tab_product .product_box .layui-tab-item ul li a:nth-child(2) {
	color: #6fc0bf;
	float: right;
	margin-top: 168px;
}

main .item01_product .tab_product .product_box .layui-tab-item .page {
	margin-top: 40px;
	text-align: center;
}

main .item01_product .tab_product .product_box .layui-tab-item .page ul {
	display: inline-block;
}

main .item01_product .tab_product .product_box .layui-tab-item .page ul li {
	float: left;
	background: #f5f7fa;
	margin-right: 4px;
	border-radius: 3px;
	padding: 0;
}

main .item01_product .tab_product .product_box .layui-tab-item .page ul li a {
	display: block;
	padding: 5px 10px;
	color: #838383;
	margin: 0;
}

main .item01_product .tab_product .product_box .layui-tab-item .page ul li:hover {
	background: #6fc0bf;
}

main .item01_product .tab_product .product_box .layui-tab-item .page ul li:hover a {
	color: #fff;
}

main .item01_product .tab_product .product_box .layui-tab-item .page ul .page_active {
	background: #6fc0bf;
}

main .item01_product .tab_product .product_box .layui-tab-item .page ul .page_active a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	main .layui-tab-content {
		width: 100%;
		margin: 0 auto;
	}

	main .item01_product .tab_product {
		position: relative;
	}

	main .item01_product .tab_product h1 {
		display: none;
		font-size: 24px;
		color: #fff;
		font-weight: bold;
		width: 234px;
		background: #6fc0bf;
		padding: 20px 40px;
	}

	main .item01_product .tab_product .tab_tit_btn {
		z-index: 9;
		color: #ffffff;
		padding: 10px;
		display: block;
		position: fixed;
		left: 0;
		top: 50%;
		font-size: 16px;
		background: #6fc0bf;
	}

	main .item01_product .tab_product .tab_tit {
		z-index: 10;
		position: fixed;
		left: -180px;
		top: 14%;
		border: none;
		float: left;
		width: 172px;
		height: auto;
		background: #ffffff;
	}

	main .item01_product .tab_product .tab_tit .layui-tab-bar {
		display: none;
	}

	main .item01_product .tab_product .tab_tit .product_tit {
		display: block;
		color: #333333;
		text-align: left;
		border-bottom: 1px solid #eeeeee;
		width: 160px;
		padding: 0 0 0 10px;
	}

	main .item01_product .tab_product .tab_tit .layui-this {
		background: none;
		color: #6fc0bf;
		border-left: 2px solid #6fc0bf;
	}

	main .item01_product .tab_product .product_box {
		float: none;
		width: 100%;
		height: auto;
		padding: 0px;
		background: #ffffff;
		position: relative;
		top: 0px;
	}

	main .item01_product .tab_product .product_box .layui-tab-item h2 {
		text-align: center;
		font-size: 18px;
		color: #333333;
		font-weight: bold;
		padding-top: 20px;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .line {
		width: 100%;
		height: 1px;
		background: #eeeeee;
		display: block;
		margin-top: 18px;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul {
		margin-top: 20px;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul li {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eeeeee;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul li div:nth-child(1) {
		float: none;
		width: 100%;
		height: auto;
		border: none;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul li div:nth-child(1) img {
		width: 100%;
		height: auto;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul li div:nth-child(2) {
		margin-left: 0px;
		float: left;
		width: 100%;
		height: 182px;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul li div:nth-child(2) p {
		font-size: 14px;
		color: #4b4b4b;
		line-height: 26px;
		padding-left: 20px;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul li div:nth-child(2) p:nth-child(1) {
		font-size: 20px;
		color: #4b4b4b;
		font-weight: bold;
		margin: 8px 0 10px 0;
	}

	main .item01_product .tab_product .product_box .layui-tab-item ul li a {
		color: #6fc0bf;
		float: left;
		margin-top: 0px;
		padding-left: 20px;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page {
		margin-top: 40px;
		text-align: center;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul {
		display: inline-block;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul li {
		float: left;
		background: #f5f7fa;
		margin-right: 4px;
		border-radius: 3px;
		padding: 0;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul li a {
		display: block;
		padding: 5px 10px;
		color: #838383;
		margin: 0;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul li:nth-child(5) {
		display: none;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul li:nth-child(6) {
		display: none;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul li:nth-child(7) {
		display: none;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul li:hover {
		background: #6fc0bf;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul li:hover a {
		color: #fff;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul .page_active {
		background: #6fc0bf;
	}

	main .item01_product .tab_product .product_box .layui-tab-item .page ul .page_active a {
		color: #fff;
	}
}

main .item02_product .container .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .item02_product .container .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .item02_product .container .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .item02_product .container .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .item02_product .container .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .item02_product .container .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .item02_product .container .search_box {
	margin-top: 40px;
	width: 1140px;
	height: 110px;
	background: #eeeeee;
	padding: 20px 30px;
}

main .item02_product .container .search_box p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 28px;
}

main .item02_product .container .search_box span {
	margin-right: 40px;
}

main .item02_product .container .search_box span input {
	padding-left: 10px;
	width: 398px;
	height: 40px;
	border-radius: 3px;
	background: #ffffff;
	border: none;
	margin-left: 10px;
}

main .item02_product .container .search_box span select {
	padding-left: 10px;
	color: #333333;
	width: 362px;
	height: 40px;
	border-radius: 3px;
	background: #ffffff;
	border: none;
	margin-left: 10px;
}

main .item02_product .container .search_box .btn_search {
	color: #ffffff;
	border: none;
	padding: 10px 58px;
	background: #6fc0bf;
	border-radius: 3px;
}

main .item02_product .container ul li {
	margin: 20px 0;
	border: 1px solid #b6b6b6;
	padding: 16px;
}

main .item02_product .container ul li div:nth-child(1) {
	border-right: 1px solid #d9d9d9;
	float: left;
}

main .item02_product .container ul li div:nth-child(1) img {
	padding: 35px 10px;
	width: 152px;
	height: 103px;
}

main .item02_product .container ul li div:nth-child(2) {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
}

main .item02_product .container ul li div:nth-child(2) p {
	width: 830px;
	height: 22px;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
}

main .item02_product .container ul li div:nth-child(3) {
	float: right;
	border-left: 1px solid #d9d9d9;
}

main .item02_product .container ul li div:nth-child(3) span {
	background: url("../images/research/btn_hui.png") no-repeat 60% 50%;
	padding: 70px 40px;
	width: 33px;
	height: 33px;
	display: block;
}

main .item02_product .container ul li:hover {
	border-color: #6fc0bf;
}

main .item02_product .container ul li:hover div:nth-child(3) span {
	background: url("../images/research/btn_lv.png") no-repeat 60% 50%;
}

main .item02_product .container .page ul {
	display: inline-block;
}

main .item02_product .container .page ul li {
	border: none;
	padding: 0;
	float: left;
	background: #f5f7fa;
	margin-right: 4px;
	border-radius: 3px;
}

main .item02_product .container .page ul li a {
	display: block;
	padding: 5px 10px;
	color: #838383;
}

main .item02_product .container .page ul li:hover {
	background: #6fc0bf;
}

main .item02_product .container .page ul li:hover a {
	color: #fff;
}

main .item02_product .container .page ul .page_active {
	background: #6fc0bf;
}

main .item02_product .container .page ul .page_active a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	main .item02_product .container_item02_product {
		position: relative;
		top: 0px;
		padding: 0 0px;
		width: 100%;
	}

	main .item02_product .container_item02_product .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .item02_product .container_item02_product .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .item02_product .container_item02_product .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .item02_product .container_item02_product .about_tit01 .nav_crumbs {
		float: right;
		margin-top: 10px;
	}

	main .item02_product .container_item02_product .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .item02_product .container_item02_product .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .item02_product .container_item02_product .search_box {
		margin-top: 20px;
		width: 96%;
		height: auto;
		background: #eeeeee;
		padding: 10px;
	}

	main .item02_product .container_item02_product .search_box p {
		font-size: 14px;
		color: #333333;
		margin-bottom: 28px;
	}

	main .item02_product .container_item02_product .search_box span {
		margin: 20px 0;
		display: block;
	}

	main .item02_product .container_item02_product .search_box span input {
		padding-left: 10px;
		width: 80%;
		height: 40px;
		border-radius: 3px;
		background: #ffffff;
		border: none;
		margin-left: 10px;
	}

	main .item02_product .container_item02_product .search_box span select {
		padding-left: 10px;
		color: #333333;
		width: 75%;
		height: 40px;
		border-radius: 3px;
		background: #ffffff;
		border: none;
		margin-left: 10px;
	}

	main .item02_product .container_item02_product .search_box .btn_search {
		margin: 0 auto;
		display: block;
		color: #ffffff;
		border: none;
		padding: 10px 58px;
		background: #6fc0bf;
		border-radius: 3px;
	}

	main .item02_product .container_item02_product ul li {
		margin: 20px 0;
		border: 1px solid #b6b6b6;
		padding: 16px;
	}

	main .item02_product .container_item02_product ul li div:nth-child(1) {
		text-align: center;
		border-right: none;
		float: none;
	}

	main .item02_product .container_item02_product ul li div:nth-child(1) img {
		padding: 0;
		width: 152px;
		height: 103px;
	}

	main .item02_product .container_item02_product ul li div:nth-child(2) {
		float: none;
		margin-top: 30px;
		margin-left: 0px;
	}

	main .item02_product .container_item02_product ul li div:nth-child(2) p {
		width: 100%;
		height: 22px;
		overflow: hidden;
		font-size: 12px;
		line-height: 20px;
	}

	main .item02_product .container_item02_product ul li div:nth-child(3) {
		display: none;
		float: right;
		border-left: 1px solid #d9d9d9;
	}

	main .item02_product .container_item02_product ul li div:nth-child(3) span {
		background: url("../images/research/btn_hui.png") no-repeat 60% 50%;
		padding: 70px 40px;
		width: 33px;
		height: 33px;
		display: block;
	}

	main .item02_product .container_item02_product ul li:hover {
		border-color: #6fc0bf;
	}

	main .item02_product .container_item02_product ul li:hover div:nth-child(3) span {
		background: url("../images/research/btn_lv.png") no-repeat 60% 50%;
	}

	main .item02_product .container_item02_product .page ul {
		display: inline-block;
	}

	main .item02_product .container_item02_product .page ul li {
		border: none;
		padding: 0;
		float: left;
		background: #f5f7fa;
		margin-right: 4px;
		border-radius: 3px;
	}

	main .item02_product .container_item02_product .page ul li a {
		display: block;
		padding: 5px 10px;
		color: #838383;
	}

	main .item02_product .container_item02_product .page ul li:hover {
		background: #6fc0bf;
	}

	main .item02_product .container_item02_product .page ul li:hover a {
		color: #fff;
	}

	main .item02_product .container_item02_product .page ul .page_active {
		background: #6fc0bf;
	}

	main .item02_product .container_item02_product .page ul .page_active a {
		color: #fff;
	}
}

/*----------------------
* 原料药产品详情
* ---------------------*/
main .container {
	overflow: hidden;
}

main .container .about_tit01 {
	margin-top: 40px;
}

main .container .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .container .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .container .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .container .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .container .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .container .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .container .introduce_box01 {
	margin-top: 20px;
	padding: 40px;
	background: #ffffff;
	overflow: hidden;
}

main .container .introduce_box01 div:nth-child(1) {
	float: left;
	border: 1px solid #eeeeee;
}

main .container .introduce_box01 div:nth-child(1) img {
	width: 488px;
	height: 329px;
}

main .container .introduce_box01 div:nth-child(2) {
	margin-left: 110px;
	float: left;
	width: 350px;
	/* height: 182px; */
}

main .container .introduce_box01 div:nth-child(2) p {
	/* height: 26px;
  overflow: hidden; */
	font-size: 14px;
	color: #4b4b4b;
	line-height: 26px;
}

main .container .introduce_box01 div:nth-child(2) p:nth-child(1) {
	font-size: 24px;
	color: #4b4b4b;
	font-weight: bold;
	margin: 8px 0 50px 0;
}

main .container .introduce_box01_bottom {
	border-top: 1px solid #eeeeee;
	background: #ffffff;
	padding: 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	main .container .introduce_box01 {
		margin-top: 20px;
		padding: 20px;
		background: #ffffff;
		overflow: hidden;
	}

	main .container .introduce_box01 div:nth-child(1) {
		float: none;
		border: 1px solid #eeeeee;
	}

	main .container .introduce_box01 div:nth-child(1) img {
		width: 100%;
		height: auto;
	}

	main .container .introduce_box01 div:nth-child(2) {
		margin-left: 0px;
		float: none;
		width: 350px;
		height: auto;
	}

	main .container .introduce_box01 div:nth-child(2) p {
		height: 26px;
		overflow: hidden;
		font-size: 14px;
		color: #4b4b4b;
		line-height: 26px;
	}

	main .container .introduce_box01 div:nth-child(2) p:nth-child(1) {
		font-size: 24px;
		color: #4b4b4b;
		font-weight: bold;
		margin: 8px 0 14px 0;
	}

	main .container .introduce_box01_bottom {
		border-top: 1px solid #eeeeee;
		background: #ffffff;
		padding: 20px;
		margin-bottom: 40px;
	}
}

/*----------------------
* 高级中间体产品详情
* ---------------------*/
main .container .search_box {
	margin-top: 40px;
	width: 1140px;
	height: 110px;
	background: #eeeeee;
	padding: 20px 30px;
}

main .container .search_box p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 28px;
}

main .container .search_box span {
	margin-right: 40px;
}

main .container .search_box span input {
	padding-left: 10px;
	width: 398px;
	height: 40px;
	border-radius: 3px;
	background: #ffffff;
	border: none;
	margin-left: 10px;
}

main .container .search_box span select {
	padding-left: 10px;
	color: #333333;
	width: 362px;
	height: 40px;
	border-radius: 3px;
	background: #ffffff;
	border: none;
	margin-left: 10px;
}

main .container .search_box .btn_search {
	color: #ffffff;
	border: none;
	padding: 10px 58px;
	background: #6fc0bf;
	border-radius: 3px;
}

main .container .introduce_box2 {
	padding: 20px;
	border: 1px solid #eeeeee;
	margin: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

main .container .introduce_box2 .introduce_l {
	float: left;
}

main .container .introduce_box2 .introduce_l div:nth-child(1) {
	text-align: center;
	/* border-bottom: 1px solid #eeeeee; */
}

main .container .introduce_box2 .introduce_l div:nth-child(1) img {
	width: 200px;
	/* height: 103px; */
}

main .container .introduce_box2 .introduce_l div:nth-child(1) p {
	font-size: 18px;
	color: #333333;
	margin: 10px;
}

main .container .introduce_box2 .introduce_l div:nth-child(2) {
	text-align: center;
	margin-top: 40px;
}

main .container .introduce_box2 .introduce_l div:nth-child(2) p {
	line-height: 24px;
}

main .container .introduce_box2 .introduce_l div:nth-child(2) p:nth-child(5) {
	margin-bottom: 30px;
}

main .container .introduce_box2 .introduce_l div:nth-child(2) a {
	color: #fff;
	padding: 4px 14px;
	background: #75c2c1;
}

main .container .introduce_box2 .introduce_right {
	padding: 20px;
	float: right;
	width: 848px;
	height: 348px;
	border-left: 1px solid #eeeeee;
}

@media screen and (max-width: 768px) {
	main .container .search_box {
		margin-top: 20px;
		width: 94%;
		height: auto;
		background: #eeeeee;
		padding: 10px;
	}

	main .container .search_box p {
		font-size: 14px;
		color: #333333;
		margin-bottom: 28px;
	}

	main .container .search_box span {
		margin: 20px 0;
		display: block;
	}

	main .container .search_box span input {
		padding-left: 10px;
		width: 80%;
		height: 40px;
		border-radius: 3px;
		background: #ffffff;
		border: none;
		margin-left: 10px;
	}

	main .container .search_box span select {
		padding-left: 10px;
		color: #333333;
		width: 75%;
		height: 40px;
		border-radius: 3px;
		background: #ffffff;
		border: none;
		margin-left: 10px;
	}

	main .container .search_box .btn_search {
		margin: 0 auto;
		display: block;
		color: #ffffff;
		border: none;
		padding: 10px 58px;
		background: #6fc0bf;
		border-radius: 3px;
	}

	main .container .introduce_box2 {
		padding: 20px;
		border: 1px solid #eeeeee;
		margin: 40px 0;
	}

	main .container .introduce_box2 .introduce_l {
		float: none;
	}

	main .container .introduce_box2 .introduce_l div:nth-child(1) {
		text-align: center;
		border-bottom: 1px solid #eeeeee;
	}

	main .container .introduce_box2 .introduce_l div:nth-child(1) img {
		width: 152px;
		height: 103px;
	}

	main .container .introduce_box2 .introduce_l div:nth-child(1) p {
		font-size: 18px;
		color: #333333;
		margin: 10px;
	}

	main .container .introduce_box2 .introduce_l div:nth-child(2) {
		text-align: center;
		margin-top: 40px;
	}

	main .container .introduce_box2 .introduce_l div:nth-child(2) p {
		line-height: 24px;
	}

	main .container .introduce_box2 .introduce_l div:nth-child(2) p:nth-child(5) {
		margin-bottom: 30px;
	}

	main .container .introduce_box2 .introduce_l div:nth-child(2) a {
		color: #fff;
		padding: 4px 14px;
		background: #75c2c1;
	}

	main .container .introduce_box2 .introduce_right {
		margin-top: 20px;
		padding: 0px;
		float: right;
		width: 100%;
		height: auto;
		border-left: none;
	}
}

/*----------------------
* 研发中心
* ---------------------*/
main .centerbox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

main .center01 .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .center01 .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .center01 .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .center01 .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .center01 .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .center01 .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .center01 .center_text {
	font-size: 14px;
	line-height: 24px;
	margin: 40px 0;
}

main .center01 .iconfont {
	position: absolute;
	top: 300px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	background: #efefef;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 2px;
}

main .center01 .iconfont:hover {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #6fc0bf;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 2px;
}

main .center01 .icon-jiantou1 {
	right: -20px;
}

main .center01 .icon-jiantou {
	left: -20px;
}

main .center01 .swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
}

main .center01 .swiper-container .swiper-wrapper .swiper-slide img {
	width: 245px;
	height: 355px;
}

main .center01 .swiper-container .swiper-wrapper .swiper-slide p {
	margin-top: 10px;
}

/* main .center01 .center_pingtai {
  margin-top: 100px;
} */
/* main .center01 .center_pingtai p:nth-child(1) {
  width: 100px;
  font-size: 24px;
  color: #444;
  font-weight: bold;
  line-height: 46px;
  border-bottom: 2px solid #6fc0bf;
} */
main .center01 .center_pingtai p:nth-child(1) {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 24px;
	margin: 20px 0;
}

.td_text .td_text_title {
	width: 100px;
	font-size: 24px;
	color: #444;
	font-weight: bold;
	line-height: 46px;
	border-bottom: 2px solid #6fc0bf;
}

main .center01 .center_pingtai .pingtai_text {
	padding: 34px;
	/* background: url("../images/center/bg.jpg") no-repeat; */
	width: 1132px;
}

main .center01 .center_pingtai .pingtai_text p img {}

main .center01 .center_pingtai .pingtai_text p:nth-child(odd) {
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	border: none;
}

main .center01 .center_pingtai .pingtai_text p:nth-child(even) {
	font-size: 14px;
	color: #fff;
	margin: 14px 0 20px 0;
}

/* main .center01 .center_team {
  margin-top: 100px;
} */
main .center01 .center_team p:nth-child(1) {
	width: 100px;
	font-size: 24px;
	color: #444;
	font-weight: bold;
	line-height: 46px;
	border-bottom: 2px solid #6fc0bf;
}

main .center01 .center_team div {
	margin-top: 40px;
	background: #6fc0bf;
	padding: 50px;
}

main .center01 .center_team div h3 {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 30px;
}

main .center01 .center_team div p {
	color: #ffffff;
	line-height: 24px;
}

main .center01 .center_team img {
	width: 1200px;
	height: 467px;
}

@media screen and (max-width: 768px) {
	main .center01 .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .center01 .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .center01 .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .center01 .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .center01 .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .center01 .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .center01 .center_text {
		font-size: 14px;
		line-height: 24px;
		margin: 40px 0;
	}

	main .center01 .iconfont {
		position: absolute;
		top: 368px;
		display: none;
		align-items: center;
		justify-content: center;
		color: #333333;
		background: #efefef;
		font-size: 20px;
		line-height: 20px;
		padding: 5px 2px;
	}

	main .center01 .swiper-container .swiper-wrapper .swiper-slide {
		text-align: center;
	}

	main .center01 .swiper-container .swiper-wrapper .swiper-slide img {
		width: 245px;
		height: 355px;
	}

	main .center01 .swiper-container .swiper-wrapper .swiper-slide p {
		margin-top: 10px;
	}

	main .center01 .center_pingtai {
		margin-top: 40px;
	}

	main .center01 .center_pingtai p:nth-child(1) {
		width: 100px;
		font-size: 24px;
		color: #444;
		font-weight: bold;
		line-height: 46px;
		border-bottom: 2px solid #6fc0bf;
	}

	main .center01 .center_pingtai p:nth-child(2) {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 24px;
		margin: 20px 0;
	}

	main .center01 .center_pingtai .pingtai_text {
		padding: 10px;
		background: #7fb9e6;
		width: 94%;
		height: auto;
	}

	main .center01 .center_pingtai .pingtai_text p:nth-child(odd) {
		line-height: 24px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		width: 100%;
		border: none;
	}

	main .center01 .center_pingtai .pingtai_text p:nth-child(even) {
		font-size: 14px;
		color: #fff;
		margin: 14px 0 20px 0;
	}

	main .center01 .center_team {
		margin-top: 40px;
	}

	main .center01 .center_team p:nth-child(1) {
		width: 100px;
		font-size: 24px;
		color: #444;
		font-weight: bold;
		line-height: 46px;
		border-bottom: 2px solid #6fc0bf;
	}

	main .center01 .center_team div {
		margin-top: 40px;
		background: #6fc0bf;
		padding: 50px;
	}

	main .center01 .center_team div h3 {
		font-size: 26px;
		color: #ffffff;
		margin-bottom: 30px;
	}

	main .center01 .center_team div p {
		color: #ffffff;
		line-height: 24px;
	}

	main .center01 .center_team img {
		display: none;
		width: 1200px;
		height: 467px;
	}
}

/*----------------------
* 联系我们
* ---------------------*/
main .contact_content {
	width: 1200px;
	margin: 0 auto;
}

main .contact01 .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .contact01 .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .contact01 .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .contact01 .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .contact01 .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .contact01 .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .contact01 .contact_box {
	margin-top: 40px;
}

main .contact01 .contact_box .contact_l {
	float: left;
	background: #fbfbfb;
	padding: 54px 34px;
	width: 294px;
}

main .contact01 .contact_box .contact_l h3 {
	font-size: 18px;
	color: #6fc0bf;
	font-weight: bold;
	margin-bottom: 34px;
}

main .contact01 .contact_box .contact_l p {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 12px;
}

main .contact01 .contact_box .contact_l p:nth-child(3) {
	margin-bottom: 34px;
}

main .contact01 .contact_box .contact_l p:nth-child(4) {
	font-size: 16px;
	font-weight: bold;
}

main .contact01 .contact_box .contact_l p:nth-child(9) {
	margin-top: 34px;
}

main .contact01 .contact_box .map {
	float: right;
	width: 835px;
	height: 522px;
}

main .contact01 form {
	margin-top: 40px;
}

main .contact01 form .form_l {
	float: left;
	width: 600px;
}

main .contact01 form .form_l input {
	width: 576px;
	height: 42px;
	padding-left: 14px;
	color: #7e7e7e;
	border: 1px solid #eeeeee;
	font-size: 14px;
	margin-bottom: 14px;
	border-radius: 5px;
}

main .contact01 form .form_r {
	width: 600px;
	float: right;
}

main .contact01 form .form_r textarea {
	width: 580px;
	height: 90px;
	padding-top: 10px;
	padding-left: 14px;
	color: #7e7e7e;
	border: 1px solid #eeeeee;
	font-size: 14px;
	margin-bottom: 14px;
	border-radius: 5px;
	resize: none;
}

main .contact01 form .form_r input {
	width: 272px;
	height: 44px;
	color: #ffffff;
	background: #e2e2e2;
	border: 1px solid #eeeeee;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
}

main .contact01 form .form_r input:nth-child(3) {
	background: #6fc0bf;
	margin-left: 48px;
}

@media screen and (max-width: 768px) {
	main .contact01 .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .contact01 .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .contact01 .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .contact01 .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .contact01 .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .contact01 .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .contact01 .contact_box {
		margin-top: 40px;
	}

	main .contact01 .contact_box .contact_l {
		float: left;
		background: #fbfbfb;
		padding: 20px;
		width: 294px;
	}

	main .contact01 .contact_box .contact_l h3 {
		font-size: 18px;
		color: #6fc0bf;
		font-weight: bold;
		margin-bottom: 34px;
	}

	main .contact01 .contact_box .contact_l p {
		font-size: 14px;
		color: #4d4d4d;
		margin-bottom: 12px;
	}

	main .contact01 .contact_box .contact_l p:nth-child(3) {
		margin-bottom: 34px;
	}

	main .contact01 .contact_box .contact_l p:nth-child(4) {
		font-size: 16px;
		font-weight: bold;
	}

	main .contact01 .contact_box .contact_l p:nth-child(9) {
		margin-top: 34px;
	}

	main .contact01 .contact_box .map {
		display: none;
		float: right;
		width: 835px;
		height: 522px;
	}

	main .contact01 form {
		margin-top: 40px;
	}

	main .contact01 form .form_l {
		float: left;
		width: 100%;
	}

	main .contact01 form .form_l input {
		width: 94%;
		height: 42px;
		padding-left: 14px;
		color: #7e7e7e;
		border: 1px solid #eeeeee;
		font-size: 14px;
		margin-bottom: 14px;
		border-radius: 5px;
	}

	main .contact01 form .form_r {
		width: 100%;
		float: right;
	}

	main .contact01 form .form_r textarea {
		width: 94%;
		height: 90px;
		padding-top: 10px;
		padding-left: 14px;
		color: #7e7e7e;
		border: 1px solid #eeeeee;
		font-size: 14px;
		margin-bottom: 14px;
		border-radius: 5px;
		resize: none;
	}

	main .contact01 form .form_r input {
		width: 45%;
		height: 44px;
		color: #ffffff;
		background: #e2e2e2;
		border: 1px solid #eeeeee;
		font-size: 14px;
		border-radius: 5px;
		text-align: center;
	}

	main .contact01 form .form_r input:nth-child(3) {
		background: #6fc0bf;
		margin-left: 20px;
	}
}

main .contact02 .about_tit01 h1 {
	float: left;
	font-size: 22px;
	color: #444444;
	margin-bottom: 4px;
}

main .contact02 .about_tit01 .line_hui {
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	margin-top: 10px;
	float: left;
}

main .contact02 .about_tit01 .line_hui .line_lv {
	width: 84px;
	height: 2px;
	background: #6fc0bf;
	display: block;
}

main .contact02 .about_tit01 .nav_crumbs {
	float: right;
	margin-top: 10px;
}

main .contact02 .about_tit01 .nav_crumbs img {
	width: 11px;
	height: 14px;
}

main .contact02 .about_tit01 .nav_crumbs span a:last-child {
	color: #6fc0bf;
}

main .contact02 .recruitment {
	margin-top: 40px;
}

main .contact02 .recruitment h3 {
	font-size: 14px;
	color: #525252;
	line-height: 24px;
}

main .contact02 .recruitment ul {
	margin-top: 40px;
}

main .contact02 .recruitment ul li {
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
	height: auto;
	border: 1px solid #949494;
	border-radius: 5px;
}

main .contact02 .recruitment ul li .border_l {
	position: relative;
	left: -3px;
	border-left: 5px solid #6fc0bf;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

main .contact02 .recruitment ul li .border_l .recruitment_line_lv {
	width: 5px;
	height: 100%;
	display: block;
	position: relative;
	left: -3px;
	background: #6fc0bf;
}

main .contact02 .recruitment ul li .border_l>p:nth-child(2) {
	padding-left: 20px;
	width: 300px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

main .contact02 .recruitment ul li .border_l>p:nth-child(3) {
	width: 116px;
}

main .contact02 .recruitment ul li .border_l>p:nth-child(4) {
	width: 360px;
}

main .contact02 .recruitment ul li .border_l>p:nth-child(5) {
	width: 210px;
}

main .contact02 .recruitment ul li .border_l>p:nth-child(6) {
	width: 100px;
}

main .contact02 .recruitment ul li .border_l .an {
	margin-left: 40px;
	cursor: pointer;
}

main .contact02 .recruitment ul li .border_l .an img {
	width: 27px;
	height: 27px;
}

main .contact02 .recruitment ul li .border_l .recruitment_text {
	margin: 0;
	padding: 25px;
	display: none;
}

main .contact02 .page {
	margin-top: 40px;
	text-align: center;
}

main .contact02 .page ul {
	display: inline-block;
}

main .contact02 .page ul li {
	float: left;
	background: #f5f7fa;
	margin-right: 4px;
	border-radius: 3px;
}

main .contact02 .page ul li a {
	display: block;
	padding: 5px 10px;
	color: #838383;
}

main .contact02 .page ul li:hover {
	background: #6fc0bf;
}

main .contact02 .page ul li:hover a {
	color: #fff;
}

main .contact02 .page ul .page_active {
	background: #6fc0bf;
}

main .contact02 .page ul .page_active a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	main .contact02 .about_tit01 h1 {
		float: left;
		font-size: 22px;
		color: #444444;
		margin-bottom: 4px;
	}

	main .contact02 .about_tit01 .line_hui {
		width: 100%;
		height: 2px;
		background: #e9e9e9;
		margin-top: 10px;
		float: left;
	}

	main .contact02 .about_tit01 .line_hui .line_lv {
		width: 84px;
		height: 2px;
		background: #6fc0bf;
		display: block;
	}

	main .contact02 .about_tit01 .nav_crumbs {
		display: none;
		float: right;
		margin-top: 10px;
	}

	main .contact02 .about_tit01 .nav_crumbs img {
		width: 11px;
		height: 14px;
	}

	main .contact02 .about_tit01 .nav_crumbs span a:last-child {
		color: #6fc0bf;
	}

	main .contact02 .recruitment {
		margin-top: 40px;
	}

	main .contact02 .recruitment h3 {
		font-size: 14px;
		color: #525252;
		line-height: 24px;
	}

	main .contact02 .recruitment ul {
		margin-top: 40px;
	}

	main .contact02 .recruitment ul li {
		margin: 10px 0;
		padding: 10px 0;
		width: 100%;
		height: auto;
		border: 1px solid #949494;
		border-radius: 5px;
	}

	main .contact02 .recruitment ul li .border_l {
		position: relative;
		left: -3px;
		border-left: 5px solid #6fc0bf;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	main .contact02 .recruitment ul li .border_l .recruitment_line_lv {
		width: 5px;
		height: 100%;
		display: block;
		position: relative;
		left: -3px;
		background: #6fc0bf;
	}

	main .contact02 .recruitment ul li .border_l p:nth-child(2) {
		padding-left: 20px;
		width: 266px;
		font-size: 16px;
		color: #333333;
		font-weight: bold;
	}

	main .contact02 .recruitment ul li .border_l p:nth-child(3) {
		display: none;
		width: 116px;
	}

	main .contact02 .recruitment ul li .border_l p:nth-child(4) {
		display: none;
		width: 360px;
	}

	main .contact02 .recruitment ul li .border_l p:nth-child(5) {
		display: none;
		width: 210px;
	}

	main .contact02 .recruitment ul li .border_l p:nth-child(6) {
		display: none;
		width: 100px;
	}

	main .contact02 .recruitment ul li .border_l .an {
		margin-left: 0px;
		cursor: pointer;
	}

	main .contact02 .recruitment ul li .border_l .an img {
		width: 27px;
		height: 27px;
	}

	main .contact02 .recruitment ul li .border_l .recruitment_text {
		margin: 0;
		padding: 25px;
		display: none;
	}

	main .contact02 .page ul {
		display: inline-block;
	}

	main .contact02 .page ul li {
		border: none;
		padding: 0;
		float: left;
		background: #f5f7fa;
		margin-right: 4px;
		border-radius: 3px;
	}

	main .contact02 .page ul li a {
		display: block;
		padding: 5px 10px;
		color: #838383;
	}

	main .contact02 .page ul li:nth-child(5) {
		display: none;
	}

	main .contact02 .page ul li:nth-child(8) {
		display: none;
	}
}

/*# sourceMappingURL=public.css.map */
.centerBox {
	width: 1200px;
	margin: 0 auto;
}

.star_box {
	position: relative;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box3 .system_box3_li:nth-child(2) img {
	height: 350px;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box3 .system_box3_li:nth-child(3) img {
	height: 350px;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box3 .system_box3_li:nth-child(4) img {
	height: 350px;
}

main .about_tabs .layui-tab .case_content .item03 .container .system_box3 .system_box3_li:nth-child(5) img {
	height: 350px;
}

/* 头部 */
/* .home_nav:hover {
  background: #fff;
} */
.home_nav .home_nav_ul li {
	/* position: relative; */
}

.home_nav .home_nav_ul li .head_hide {
	display: none;
	position: absolute;
	background: #fff;
	/* width: 95px; */
	text-align: center;
	top: 80px;
	line-height: 0;
	/* padding-bottom: 8%; */
	/* display: flex; */
	padding: 0 20px;
	flex-direction: column;
}

.home_nav .home_nav_ul li:hover .head_hide {
	display: flex;
}

.home_nav .home_nav_ul li .head_hide a {
	height: 50px;
	line-height: 50px;
	color: #333;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.home_nav .home_nav_ul li .head_hide a:hover {
	color: #6fc0bf;
	cursor: pointer;
	border-bottom: 1px solid #6fc0bf;
}

.anchorBL {
	display: none;
}

.BMap_cpyCtrl {
	display: none;
}

main .home_about .home_about_bottom ul li .icon_yjt {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 26px;
	width: 16px;
	height: 10px;
}

main .home_about .home_about_bottom ul a:nth-child(2) li>div {
	position: absolute;
	bottom: 0;
}

main .home_about .home_about_bottom ul a:nth-child(2) li>img {
	position: absolute;
	top: 0;
}
