﻿@charset "utf-8";

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.container {
		width: 970px;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
	}
}

#mmenu {
    z-index: 999999;
}

.phone-nav {
	position: absolute;
	right: 11px;
	top: 42px;
	width: 28px;
	height: 30px;
	z-index: 90;
}

@media (min-width: 768px) {
	.phone-nav {
		display: none;
	}
}

header {
	position: relative;
	z-index: 99;
}

header .top {
	background: #f4f4f4;
	height: 35px;
	border-bottom: 1px solid #eaedf0;
}

@media (max-width: 1200px) {
	header .top {
		height: 32px;
		border-bottom: 1px solid #eaedf0;
	}
}

header .wecome {
	float: left;
	color: #999999;
	font-size: 12px;
	line-height: 35px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	header .wecome {
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	header .wecome {
		display: none;
	}
}

header .en {
	float: right;
	color: #999999;
	height: 35px;
	line-height: 35px;
	position: relative;
	z-index: 1;
	margin: 0 0 0 15px;
	padding: 0 0 0 27px;
	font-size: 12px;
}

@media (max-width: 1200px) {
	header .en {
		line-height: 32px;
		height: 32px;
	}
}

header .en:hover a {
	color: #58ce91;
}

header .en i {
	font-style: inherit;
	width: 22px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 10px;
}

@media (max-width: 1200px) {
	header .en i {
		top: 9px;
	}
}

header .en a {
	color: #999999;
}

header .top-list {
	float: right;
	height: 35px;
	margin: 0 0 0 30px;
	line-height: 35px;
}

@media (max-width: 1200px) {
	header .top-list {
		line-height: 32px;
		height: 32px;
	}
}

@media (max-width: 991px) {
	header .top-list {
		display: none;
	}
}

header .top-list a {
	display: block;
	float: left;
	color: #999999;
	font-size: 12px;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

header .top-list a:hover {
	color: #58ce91;
}

header .top-list a:last-child:after {
	display: none;
}

header .top-list a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 13px;
	background: #999999;
}

header .tel {
	float: right;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #999;
	padding: 0 0 0 25px;
	font-size: 12px;
	z-index: 1;
}

@media (max-width: 1200px) {
	header .tel {
		line-height: 32px;
		height: 32px;
	}
}

header .tel i {
	position: absolute;
	left: 0;
	top: 9px;
	width: 20px;
	height: 15px;
}

header .tel big {
	font-size: 14px;
}

header .search-btn {
	float: right;
	width: 36px;
	height: 90px;
	position: relative;
	z-index: 99;
	cursor: pointer;
	margin: 0 0 0 5px;
}

@media (max-width: 1200px) {
	header .search-btn {
		height: 68px;
	}
}

@media (max-width: 991px) {
	header .search-btn {
		margin: 0;
	}
}

@media (max-width: 767px) {
	header .search-btn {
		height: 50px;
		margin: 0 45px 0 0;
	}
}

@media (max-width: 376px) {
	header .search-btn {
		margin: 0 40px 0 0;
	}
}

@media (max-width: 321px) {
	header .search-btn {
		margin: 0 36px 0 0;
	}
}

header .search-btn i {
	width: 36px;
	background: url("../images/dangdajing.png") no-repeat center right;
	background-size: 18px auto;
	display: block;
	font-style: inherit;
	height: 90px;
}

@media (max-width: 1200px) {
	header .search-btn i {
		height: 68px;
	}
}

@media (max-width: 767px) {
	header .search-btn i {
		height: 50px;
	}
}

header .search-btn .search-input {
	position: absolute;
	display: none;
	right: 0;
	top: 100px;
	width: 255px;
	height: 38px;
	background: #fff;
}

@media (max-width: 1200px) {
	header .search-btn .search-input {
		top: 80px;
	}
}

@media (max-width: 767px) {
	header .search-btn .search-input {
		top: 58px;
		height: 26px;
	}
}

@media (max-width: 321px) {
	header .search-btn .search-input {
		width: 200px;
	}
}

header .search-btn .search-input input {
	width: 210px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	float: left;
	border: none;
	color: #9b9b9b;
	font-family: "microsoft yahei";
	font-size: 12px;
}

@media (max-width: 767px) {
	header .search-btn .search-input input {
		height: 26px;
		line-height: 26px;
	}
}

@media (max-width: 321px) {
	header .search-btn .search-input input {
		width: 155px;
	}
}

header .search-btn .search-input .btn {
	float: right;
	width: 45px;
	height: 38px;
	background: #9fe95e;
	position: relative;
}

@media (max-width: 767px) {
	header .search-btn .search-input .btn {
		height: 26px;
		width: 30px;
	}
}

header .search-btn .search-input .btn img {
	width: 18px;
}

@media (max-width: 767px) {
	header .search-btn .search-input .btn img {
		width: 14px;
	}
}

header .logo {
	max-width: 200px;
	float: left;
	margin: 20px 0 0;
	overflow: hidden;
}

@media (max-width: 1200px) {
	header .logo {
		max-width: 160px;
		margin: 13px 0 0;
	}
}

@media (max-width: 991px) {
	header .logo {
		max-width: 135px;
		margin: 10px 0 0;
	}
}

@media (max-width: 767px) {
	header .logo {
		max-width: 120px;
	}
}

@media (max-width: 376px) {
	header .logo {
		margin: 8px 0 0;
	}
}

header .logo img {
	max-width: 100%;
}

header .nav {
	float: right;
	list-style: none;
}

@media (max-width: 767px) {
	header .nav {
		display: none;
	}

    .sub {
		display: none;
	}
}

header .nav li {
	float: left;
	margin: 0 16px;
	position: relative;
	z-index: 99;
}

@media (max-width: 1200px) {
	header .nav li {
		margin: 0 10px;
	}
}

@media (max-width: 991px) {
	header .nav li {
		margin: 0 5px;
	}
}

header .nav li div {
	position: absolute;
	top: 90px;
	width: 100%;
	left: 0;
	display: none;
	z-index: 999;
	padding: 10px 5px;
	background: url("../images/mask.png");
}

@media (max-width: 1200px) {
	header .nav li div {
		top: 68px;
	}
}

header .nav li div > a {
	color: #fff;
	font-size: 12px;
	margin: 2px 0;
	padding: 2px 0;
	line-height: 18px;
	display: block;
	text-align: center;
}

header .nav li div > a:hover {
	background: #fff;
	color: #58ce91;
}

header .nav li:hover {
	background: #58ce91;
}

header .nav li:hover div {
	display: block;
}

header .nav li:hover > a {
	color: #fff;
}

header .nav li:hover > a:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 0;
	margin-left: -4px;
	height: 0;
	bottom: 4px;
	z-index: 5;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid #4bbf82;
}

header .nav li:hover > a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #4bbf82;
	bottom: 0;
	z-index: 3;
}

header .nav li > a {
	height: 90px;
	line-height: 90px;
	color: #585858;
	padding: 0 15px;
	font-size: 15px;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}

@media (max-width: 1200px) {
	header .nav li > a {
		padding: 0 11px;
		height: 68px;
		line-height: 68px;
	}
}

@media (max-width: 991px) {
	header .nav li > a {
		padding: 0 5px;
		font-size: 14px;
	}
}

header .nav .active {
	background: #58ce91;
}

header .nav .active > a {
	color: #fff;
}

header .nav .active > a:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 0;
	margin-left: -4px;
	height: 0;
	bottom: 4px;
	z-index: 5;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid #4bbf82;
}

header .nav .active > a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #4bbf82;
	bottom: 0;
	z-index: 3;
}

.bannerz {
	overflow: hidden;
	z-index: 1;
	max-height: 100%;
}

.bannerz #banner {
	width: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

@media (max-width: 767px) {
	.bannerz #banner {
		display: none;
	}
}

.bannerz #banner .pic {
	display: block;
	position: relative;
}

.bannerz #banner .pic:after {
	content: "";
	display: block;
	padding-bottom: 31.6%;
}

.bannerz .slick-dots {
	position: absolute;
	z-index: 90;
	bottom: 25px;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}

@media (max-width: 1200px) {
	.bannerz .slick-dots {
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.bannerz .slick-dots {
		bottom: 10px;
	}
}

.bannerz .slick-dots li button {
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	margin: 0 8px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

@media (max-width: 1200px) {
	.bannerz .slick-dots li button {
		width: 14px;
		height: 14px;
	}
}

@media (max-width: 991px) {
	.bannerz .slick-dots li button {
		width: 11px;
		height: 11px;
		margin: 0 5px;
	}
}

@media (max-width: 767px) {
	.bannerz .slick-dots li button {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
}

.bannerz .slick-dots li.slick-active button {
	background: none;
}

#banner-phone {
	width: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

@media (min-width: 768px) {
	#banner-phone {
		display: none;
	}
}

#banner-phone .pic {
	display: block;
	position: relative;
}

#banner-phone .pic:after {
	content: "";
	display: block;
	padding-bottom: 50.6%;
}

.home-products {
	padding: 60px 0 70px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.home-products {
		padding: 45px 0 50px;
	}
}

@media (max-width: 991px) {
	.home-products {
		padding: 30px 0 35px;
	}
}

@media (max-width: 767px) {
	.home-products {
		padding: 25px 0 30px;
	}
}

@media (max-width: 376px) {
	.home-products {
		padding: 20px 0 25px;
	}
}

.home-products .home-productmain {
	margin: 40px -13px;
}

@media (max-width: 1200px) {
	.home-products .home-productmain {
		margin: 25px -8px;
	}
}

@media (max-width: 991px) {
	.home-products .home-productmain {
		margin: 20px -6px;
	}
}

@media (max-width: 767px) {
	.home-products .home-productmain {
		margin: 10px -6px;
	}
}

.home-products .home-productmain dl {
	float: left;
	width: 25%;
	padding: 0 13px;
}

@media (max-width: 1200px) {
	.home-products .home-productmain dl {
		padding: 0 8px;
	}
}

@media (max-width: 991px) {
	.home-products .home-productmain dl {
		padding: 0 6px;
	}
}

@media (max-width: 767px) {
	.home-products .home-productmain dl {
		width: 50%;
		margin: 0 0 15px;
	}
}

.home-products .home-productmain dl dd {
	background: url("../images/home-probg1.png") no-repeat;
	border-radius: 7px 7px 0 0;
	position: relative;
}

.home-products .home-productmain dl dd a {
	width: 100%;
	padding: 55px 10px 10px;
	display: block;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	.home-products .home-productmain dl dd a {
		padding: 40px 10px 10px;
	}
}

@media (max-width: 991px) {
	.home-products .home-productmain dl dd a {
		padding: 25px 10px 4px;
	}
}

@media (max-width: 376px) {
	.home-products .home-productmain dl dd a {
		padding: 22px 10px 0;
	}
}

.home-products .home-productmain dl dd a:after {
	content: "";
	display: block;
	padding-bottom: 22%;
}

.home-products .home-productmain dl dd span {
	display: block;
	width: 75px;
	height: 62px;
	margin: 0 auto 25px;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.home-products .home-productmain dl dd span {
		margin: 0 auto 10px;
	}
}

@media (max-width: 767px) {
	.home-products .home-productmain dl dd span {
		width: 68px;
		height: 56px;
	}
}

@media (max-width: 376px) {
	.home-products .home-productmain dl dd span {
		width: 62px;
		height: 51px;
	}
}

.home-products .home-productmain dl dd p {
	padding: 0 10px;
	text-align: center;
	color: #fff;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 18px;
}

@media (max-width: 767px) {
	.home-products .home-productmain dl dd p {
		font-size: 16px;
	}
}

@media (max-width: 376px) {
	.home-products .home-productmain dl dd p {
		font-size: 15px;
	}
}

.home-products .home-productmain dl dt {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.home-products .home-productmain dl dt:after {
	content: "";
	display: block;
	padding-bottom: 84%;
}

.home-products .home-productmain .dl-2 dd {
	background: url("../images/home-probg2.png") no-repeat;
}

.home-products .home-productmain .dl-3 dd {
	background: url("../images/home-probg3.png") no-repeat;
}

.home-products .home-productmain .dl-4 dd {
	background: url("../images/home-probg4.png") no-repeat;
}

.titlez {
	text-align: center;
	color: #323232;
	font-size: 18px;
	line-height: 26px;
}

.textz {
	text-align: center;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	margin: 4px auto 0;
}

@media (max-width: 991px) {
	.textz {
		font-size: 11px;
	}
}

.imgz {
	text-align: center;
	margin: 0 auto;
}

.imgz img {
	max-width: 100%;
}

.morez {
	margin: 0 auto;
	width: 114px;
	height: 42px;
	background: #58ce91;
	text-align: center;
	overflow: hidden;
	line-height: 42px;
	border-radius: 50px;
}

.morez:hover {
	background: #45c485;
}

@media (max-width: 991px) {
	.morez {
		line-height: 38px;
		width: 108px;
		height: 38px;
	}
}

@media (max-width: 767px) {
	.morez {
		line-height: 34px;
		width: 104px;
		height: 34px;
	}
}

.morez a {
	display: block;
	color: #fff;
	font-size: 12px;
}

.home-news {
	background: #f4f4f4;
	padding: 45px 0 40px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.home-news {
		padding: 35px 0 30px;
	}
}

@media (max-width: 767px) {
	.home-news {
		padding: 25px 0;
	}
}

@media (max-width: 376px) {
	.home-news {
		padding: 20px 0;
	}
}

.home-news .home-newsmain {
	margin: 35px -13px 48px;
	list-style: none;
}

@media (max-width: 1200px) {
	.home-news .home-newsmain {
		margin: 20px -8px 38px;
	}
}

@media (max-width: 991px) {
	.home-news .home-newsmain {
		margin: 15px -6px 30px;
	}
}

@media (max-width: 767px) {
	.home-news .home-newsmain {
		margin: 0 -6px 20px;
	}
}

.home-news .home-newsmain li {
	float: left;
	width: 25%;
	padding: 0 13px;
}

@media (max-width: 1200px) {
	.home-news .home-newsmain li {
		padding: 0 8px;
	}
}

@media (max-width: 991px) {
	.home-news .home-newsmain li {
		padding: 0 6px;
	}
}

@media (max-width: 767px) {
	.home-news .home-newsmain li {
		width: 50%;
		margin: 13px 0 0;
	}
}

.home-news .home-newsmain li .txt {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px dashed #cdcdcd;
}

@media (max-width: 767px) {
	.home-news .home-newsmain li .txt {
		padding: 10px 0;
	}
}

.home-news .home-newsmain li .txt time {
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #898989;
	font-size: 13px;
	margin: 2px 0 10px;
}

@media (max-width: 767px) {
	.home-news .home-newsmain li .txt time {
		margin: 2px 0 5px;
	}
}

.home-news .home-newsmain li .txt span {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #323232;
	font-size: 15px;
}

@media (max-width: 767px) {
	.home-news .home-newsmain li .txt span {
		font-size: 13px;
	}
}

.home-news .home-newsmain li .txt p {
	display: block;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	color: #5b5b5b;
	font-size: 12px;
}

@media (max-width: 767px) {
	.home-news .home-newsmain li .txt p {
		font-size: 11px;
	}
}

.home-news .home-newsmain li .pic {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.home-news .home-newsmain li .pic:after {
	content: "";
	display: block;
	padding-bottom: 43%;
}

.home-service {
	padding: 55px 0 85px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.home-service {
		padding: 35px 0 30px;
	}
}

@media (max-width: 991px) {
	.home-service {
		padding: 30px 0 15px;
	}
}

@media (max-width: 767px) {
	.home-service {
		padding: 25px 0 5px;
	}
}

@media (max-width: 376px) {
	.home-service {
		padding: 20px 0 0;
	}
}

.home-service .home-servicemain {
	margin: 40px -13px 0;
}

@media (max-width: 991px) {
	.home-service .home-servicemain {
		margin: 20px -9px 0;
	}
}

.home-service .home-servicemain dl {
	float: left;
	width: 50%;
	margin: 0 0 60px;
	padding: 0 13px 20px;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.home-service .home-servicemain dl {
		padding: 0 9px 20px;
		margin: 0 0 50px;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain dl {
		width: 100%;
		margin: 0 0 10px;
	}
}

.home-service .home-servicemain dl dd {
	width: 100%;
	padding: 0 100px 0 0;
	position: relative;
	z-index: 5;
}

@media (max-width: 991px) {
	.home-service .home-servicemain dl dd {
		padding: 0 90px 0 0;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain dl dd {
		padding: 0 0 0 60px;
	}
}

.home-service .home-servicemain dl dd span {
	display: block;
	overflow: hidden;
	height: 24px;
	margin: 5px 0 0;
	position: relative;
	z-index: 1;
	text-align: right;
	color: #292929;
	font-size: 14px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.home-service .home-servicemain dl dd span {
		font-size: 13px;
		height: 18px;
		text-align: left;
		line-height: 18px;
	}
}

@media (max-width: 376px) {
	.home-service .home-servicemain dl dd span {
		font-size: 12px;
	}
}

.home-service .home-servicemain dl dd p {
	text-align: right;
	color: #5b5b5b;
	margin: 2px 0 0;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 12px;
}

@media (max-width: 767px) {
	.home-service .home-servicemain dl dd p {
		font-size: 12px;
		height: 48px;
		text-align: left;
		line-height: 16px;
	}
}

@media (max-width: 376px) {
	.home-service .home-servicemain dl dd p {
		font-size: 11px;
	}
}

@media (max-width: 321px) {
	.home-service .home-servicemain dl dd p {
		font-size: 10px;
	}
}

.home-service .home-servicemain dl dt {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	float: right;
	display: block;
	position: absolute;
	right: 13px;
	top: 0;
	z-index: 1;
}

@media (max-width: 991px) {
	.home-service .home-servicemain dl dt {
		right: 9px;
		width: 68px;
		height: 68px;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain dl dt {
		right: auto;
		left: 6px;
		width: 50px;
		height: 50px;
	}
}

.home-service .home-servicemain dl dt:after {
	content: "";
	position: absolute;
	z-index: 5;
	top: 77px;
	width: 1px;
	height: 74px;
	background: #e5e8ec;
	left: 50%;
}

@media (max-width: 991px) {
	.home-service .home-servicemain dl dt:after {
		top: 67px;
		height: 54px;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain dl dt:after {
		top: 49px;
	}
}

.home-service .home-servicemain .dl-2 dt {
	right: auto;
	left: 13px;
}

@media (max-width: 991px) {
	.home-service .home-servicemain .dl-2 dt {
		left: 9px;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain .dl-2 dt {
		left: 6px;
	}
}

.home-service .home-servicemain .dl-2 dd {
	width: 100%;
	padding: 0 0 0 100px;
}

@media (max-width: 991px) {
	.home-service .home-servicemain .dl-2 dd {
		padding: 0 0 0 90px;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain .dl-2 dd {
		padding: 0 0 0 60px;
	}
}

.home-service .home-servicemain .dl-2 dd span {
	text-align: left;
}

.home-service .home-servicemain .dl-2 dd p {
	text-align: left;
}

.home-service .home-servicemain .dl-3 {
	margin: 0;
}

@media (max-width: 767px) {
	.home-service .home-servicemain .dl-3 {
		margin: 0 0 10px;
	}
}

.home-service .home-servicemain .dl-3 dt:after {
	display: none;
}

@media (max-width: 767px) {
	.home-service .home-servicemain .dl-3 dt:after {
		display: block;
	}
}

.home-service .home-servicemain .dl-4 {
	margin: 0;
}

.home-service .home-servicemain .dl-4 dt {
	right: auto;
	left: 13px;
}

@media (max-width: 991px) {
	.home-service .home-servicemain .dl-4 dt {
		left: 9px;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain .dl-4 dt {
		left: 6px;
	}
}

.home-service .home-servicemain .dl-4 dt:after {
	display: none;
}

.home-service .home-servicemain .dl-4 dd {
	width: 100%;
	padding: 0 0 0 100px;
}

@media (max-width: 991px) {
	.home-service .home-servicemain .dl-4 dd {
		padding: 0 0 0 90px;
	}
}

@media (max-width: 767px) {
	.home-service .home-servicemain .dl-4 dd {
		padding: 0 0 0 60px;
	}
}

.home-service .home-servicemain .dl-4 dd span {
	text-align: left;
}

.home-service .home-servicemain .dl-4 dd p {
	text-align: left;
}

.home-content {
	padding: 100px 0 40px;
	background-image: url("../images/home-contactbg.png");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.home-content {
		padding: 85px 0 30px;
	}
}

@media (max-width: 991px) {
	.home-content {
		padding: 65px 0 15px;
	}
}

@media (max-width: 767px) {
	.home-content {
		padding: 45px 0 15px;
	}
}

@media (max-width: 376px) {
	.home-content {
		padding: 40px 0 20px;
	}
}

.home-content .titlez {
	color: #fff;
}

.home-content .textz {
	color: #fff;
}

.home-content .home-map {
	margin: 50px 0 40px;
	height: 385px;
	padding: 6px;
	border: 1px dashed #fff;
}

@media (max-width: 1200px) {
	.home-content .home-map {
		margin: 30px 0 40px;
	}
}

@media (max-width: 991px) {
	.home-content .home-map {
		margin: 20px 0 30px;
		height: 300px;
	}
}

@media (max-width: 767px) {
	.home-content .home-map {
		margin: 10px 0 25px;
		height: 200px;
	}
}

@media (max-width: 376px) {
	.home-content .home-map {
		margin: 10px 0 20px;
		height: 170px;
	}
}

.home-content .home-map #allmap {
	width: 100%;
	height: 100%;
}

.home-content .home-map .anchorBL {
	display: none;
}

.home-content .part .left {
	width: 40%;
	float: left;
}

@media (max-width: 991px) {
	.home-content .part .left {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.home-content .part .left {
		width: 100%;
	}
}

.home-content .part .left big {
	display: block;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	margin: 0 0 15px;
}

@media (max-width: 767px) {
	.home-content .part .left big {
		margin: 0 0 8px;
	}
}

.home-content .part .left .text1 {
	display: block;
	line-height: 22px;
	margin: 0 0 17px;
	color: #fff;
	font-size: 12px;
}

@media (max-width: 767px) {
	.home-content .part .left .text1 {
		margin: 0 0 8px;
		line-height: 20px;
	}
}

.home-content .part .left .text1 a {
	color: #fff;
}

.home-content .part .left .text1 a:hover {
	color: #000;
}

.home-content .part .right {
	width: 24.5%;
	float: right;
}

@media (max-width: 991px) {
	.home-content .part .right {
		width: 37%;
	}
}

@media (max-width: 767px) {
	.home-content .part .right {
		width: 100%;
		margin: 10px 0 0;
	}
}

.home-content .part .right .ewm span {
	display: block;
	float: left;
	width: 51%;
	position: relative;
}

@media (max-width: 767px) {
	.home-content .part .right .ewm span {
		width: 32%;
	}
}

.home-content .part .right .ewm span:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.home-content .part .right .ewm em {
	font-style: inherit;
	float: left;
	width: 49%;
	padding: 18% 0 0 20px;
}

.home-content .part .right .ewm em p {
	color: #fff;
	font-size: 12px;
	margin: 0 0 8px;
	line-height: 22px;
}

.home-content .part .link {
	margin: 20px 0 0;
	width: 80%;
	position: relative;
	z-index: 99;
}

@media (max-width: 767px) {
	.home-content .part .link {
		width: 60%;
	}
}

@media (max-width: 376px) {
	.home-content .part .link {
		margin: 10px 0 0;
	}
}

.home-content .part .link .link-box {
	width: 100%;
	height: 32px;
	border: 1px solid #ffffff;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

@media (max-width: 321px) {
	.home-content .part .link .link-box {
		height: 28px;
	}
}

.home-content .part .link .link-box span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 5;
	padding: 0 50px 0 13px;
    overflow:hidden;
}

@media (max-width: 321px) {
	.home-content .part .link .link-box span {
		line-height: 28px;
	}
}

.home-content .part .link .link-box em {
	font-style: inherit;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	width: 32px;
	height: 31px;
	display: block;
	background: #fff;
}

@media (max-width: 321px) {
	.home-content .part .link .link-box em {
		height: 27px;
	}
}

.home-content .part .link .link-down {
	list-style: none;
	width: 100%;
	position: absolute;
	bottom: 31px;
	left: 0;
	display: none;
	border: 1px solid #fff;
	border-bottom: none;
}

@media (max-width: 321px) {
	.home-content .part .link .link-down {
		bottom: 27px;
	}
}

.home-content .part .link .link-down li {
	width: 100%;
	padding: 5px 13px;
	background: #fff;
	color: #58ce91;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #F5F3F3;
}

.home-content .part .link .link-down li:hover {
	background: #58ce91;
	color: #fff;
}

.home-content .part .link .link-down li:hover a{
	color: #fff;
}


.home-content .part .link .link-rote img {
	animation: rotatete 0.3s linear forwards;
}

.home-content .part .link .link-rote1 img {
	animation: rotatete2 0.3s linear forwards;
}

@keyframes rotatete {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(180deg);
	}
}

@keyframes rotatete {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(180deg);
	}
}

@-moz-keyframes rotatete2 {
	from {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(0deg);
	}
}

@keyframes rotatete2 {
	from {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(0deg);
	}
}

footer {
	padding: 10px 10px 25px;
}

@media (max-width: 767px) {
	footer {
		padding: 10px 10px 20px;
	}
}

footer .foot-logo {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 100%;
}

footer .foot-logo:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -135px;
	width: 270px;
	top: 50%;
	height: 1px;
	background: #c2c2c2;
}

@media (max-width: 767px) {
	footer .foot-logo:before {
		width: 180px;
		margin-left: -90px;
	}
}

footer .foot-logo span {
	display: block;
	margin: 0 auto;
	width: 205px;
	height: 55px;
	background: #fff;
	position: relative;
	z-index: 5;
}

@media (max-width: 767px) {
	footer .foot-logo span {
		width: 130px;
		height: 35px;
	}
}

footer .foot-logo span:after {
	content: "";
	display: block;
	padding-bottom: 26%;
}

footer .copy {
	text-align: center;
	color: #585858;
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 767px) {
	footer .copy {
		font-size: 11px;
		line-height: 18px;
	}
}

.ny {
	padding: 5px 0 0;
	min-height: 450px;
	border-bottom: 8px solid #40cadc;
}

.crumbz {
	height: 60px;
	margin: 23px auto 0;
	background: url("../images/crumb-bg.png") repeat-x center bottom;
}

@media (max-width: 1025px) {
	.crumbz {
		margin: 15px auto 0;
	}
}

@media (max-width: 767px) {
	.crumbz {
		height: 96px;
		margin: 0 auto;
		background: none;
	}
}

@media (max-width: 376px) {
	.crumbz {
		height: 84px;
	}
}

.crumbz .titlez {
	float: left;
	max-width: 60%;
	height: 60px;
	line-height: 68px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #989494;
	font-size: 18px;
}

@media (max-width: 767px) {
	.crumbz .titlez {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
		max-width: initial;
		width: 100%;
		text-align: left;
		background: url("../images/crumb-bg.png") repeat-x center bottom;
	}
}

@media (max-width: 376px) {
	.crumbz .titlez {
		height: 42px;
		line-height: 42px;
		font-size: 13px;
	}
}

.crumbz .titlez big {
	display: block;
	float: left;
	max-width: 65%;
	line-height: 60px;
	color: #000000;
	margin: 0 2px 0 0;
	position: relative;
	z-index: 1;
	padding: 0 25px 0 0;
	font-size: 23px;
}

@media (max-width: 767px) {
	.crumbz .titlez big {
		height: 48px;
		line-height: 48px;
		margin: 0;
		font-size: 18px;
	}
}

@media (max-width: 376px) {
	.crumbz .titlez big {
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
}

.crumbz .titlez big:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 17px;
	z-index: 5;
	height: 19px;
	background: url("../images/xiegang.png") no-repeat;
}

.crumbz .crumb {
	float: right;
	height: 60px;
	color: #656464;
	font-size: 12px;
	line-height: 60px;
	overflow: hidden;
	max-width: 45%;
}

@media (max-width: 767px) {
	.crumbz .crumb {
		height: 48px;
		line-height: 48px;
		max-width: initial;
		width: 100%;
		text-align: right;
		background: url("../images/crumb-bg.png") repeat-x center bottom;
	}
}

@media (max-width: 376px) {
	.crumbz .crumb {
		height: 42px;
		line-height: 42px;
	}
}

.crumbz .crumb a {
	margin: 0 8px 0 0;
}

.crumbz .crumb a:hover {
	color: #58ce91;
}

.crumbz .crumb a {
	position: relative;
	z-index: 1;
	padding: 0 18px 0 0;
}

.crumbz .crumb a:after {
	content: "";
	right: 0;
	top: 0;
	position: absolute;
	width: 10px;
	height: 14px;
	background: url("../images/home.png") no-repeat;
}
/*news*/
.news {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.news {
		padding: 0 0 30px;
	}
}

.news .news-main {
	list-style: none;
	margin: 55px auto 45px;
}

@media (max-width: 1025px) {
	.news .news-main {
		margin: 35px auto 40px;
	}
}

@media (max-width: 991px) {
	.news .news-main {
		margin: 20px auto;
	}
}

@media (max-width: 767px) {
	.news .news-main {
		margin: 10px auto 20px;
	}
}

.news .news-main li {
	height: 50px;
	display: inline-block;
	margin: -2px auto 0;
	background: url("../images/laba.png") no-repeat 5px center;
	width: 100%;
	padding: 0 0 0 22px;
	line-height: 50px;
	position: relative;
	z-index: 1;
	border-bottom: 1px dotted #ececec;
}

@media (max-width: 767px) {
	.news .news-main li {
		height: 42px;
		line-height: 42px;
	}
}

.news .news-main li:hover span {
	color: #58ce91;
}

.news .news-main li span {
	display: block;
	float: left;
	height: 50px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	width: 100%;
	padding: 0 70px 0 0;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
}

@media (max-width: 767px) {
	.news .news-main li span {
		height: 42px;
		line-height: 42px;
	}
}

.news .news-main li time {
	float: right;
	display: block;
	height: 50px;
	color: #999;
	position: absolute;
	right: 0;
	width: 65px;
	text-align: right;
	font-size: 12px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.news .news-main li time {
		height: 42px;
		line-height: 42px;
	}
}

.page {
	text-align: center;
}

.page span {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	font-size: 12px;
}

@media (max-width: 767px) {
	.page span {
		display: none;
	}
}

.page a {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	margin: 0 1px;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	border: 1px solid #D6D5D5;
	font-size: 12px;
}

@media (max-width: 767px) {
	.page a {
		display: none;
	}
}

.page a:hover {
	background: #58ce91;
	border: 1px solid #58ce91;
	color: #fff;
}

.page .active, .page .cpb {
	background: #58ce91;
	border: 1px solid #58ce91;
	color: #fff;
}

@media (min-width: 768px) {
	.page .on {
		display: none;
	}
}

@media (max-width: 767px) {
	.page .on {
		display: inline-block;
		padding: 0 20px;
		height: 26px;
		margin: 0 5px;
		line-height: 26px;
		color: #fff;
		border: 1px solid #58ce91;
		background: #58ce91;
	}
}

.related_news {
	margin: 48px auto 0;
}

@media (max-width: 991px) {
	.related_news {
		margin: 20px auto 0;
	}
}

.related_news .related_title {
	height: 30px;
	padding: 0 60px 0 15px;
	line-height: 36px;
	color: #fff;
	font-size: 11px;
	position: relative;
	z-index: 1;
	background: #58ce91;
}

@media (max-width: 767px) {
	.related_news .related_title {
		line-height: 34px;
	}
}

.related_news .related_title span {
	display: block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 5px 0 0;
	font-size: 18px;
}

@media (max-width: 767px) {
	.related_news .related_title span {
		font-size: 16px;
	}
}

.related_news .related_title .more {
	position: absolute;
	right: 8px;
	top: 6px;
	background: #45c485;
	color: #fff;
	font-size: 10px;
	width: 50px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.related_news .related_newsmain {
	list-style: none;
	background: #f5f5f5;
	margin: 15px auto 0;
	padding: 6px 25px;
}

@media (max-width: 767px) {
	.related_news .related_newsmain {
		padding: 6px 15px;
		margin: 10px auto 0;
	}
}

.related_news .related_newsmain li {
	width: 50%;
	float: left;
	height: 32px;
	padding: 0 55px 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 32px;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 767px) {
	.related_news .related_newsmain li {
		width: 100%;
		padding: 0 0 0 15px;
	}
}

.related_news .related_newsmain li:hover span {
	color: #58ce91;
}

.related_news .related_newsmain li span {
	color: #878787;
	font-size: 12px;
	width: 100%;
	display: block;
	height: 32px;
	padding: 0 70px 0 0;
}

.related_news .related_newsmain li time {
	color: #797979;
	font-size: 12px;
	position: absolute;
	right: 55px;
	top: 0;
	height: 32px;
	width: 65px;
	text-align: right;
}

@media (max-width: 767px) {
	.related_news .related_newsmain li time {
		right: 0;
	}
}

.related_news .related_newsmain li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 6px;
	background: url("../images/trangle.png") no-repeat;
}

.related_news .related_newsmain li:last-child {
	border-bottom: none;
}

.related_news .related_newsmain li:nth-last-child(2) {
	border-bottom: none;
}


.news-show {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.news-show {
		padding: 0 0 30px;
	}
}

.news-show .source {
	margin: 0 auto 47px;
}

@media (max-width: 1025px) {
	.news-show .source {
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.news-show .source {
		margin: 0 auto 15px;
	}
}

.news-show .title {
	text-align: center;
	color: #333333;
	font-size: 22px;
	margin: 60px auto 20px;
	line-height: 30px;
}

@media (max-width: 1025px) {
	.news-show .title {
		margin: 40px auto 20px;
	}
}

@media (max-width: 767px) {
	.news-show .title {
		margin: 20px auto 15px;
		line-height: 24px;
		font-size: 16px;
	}
}

@media (max-width: 321px) {
	.news-show .title {
		margin: 15px auto 12px;
		line-height: 22px;
		font-size: 14px;
	}
}

.news-show .text {
	color: #666666;
	font-size: 13px;
	margin: 0 auto 20px;
	line-height: 26px;
}

@media (max-width: 767px) {
	.news-show .text {
		margin: 0 auto 8px;
		font-size: 12px;
		line-height: 23px;
	}
}

.source {
	height: 34px;
	background: #f5f5f5;
	line-height: 34px;
	color: #666666;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
	.source {
		font-size: 9px;
	}
}

.article {
	border-top: 1px dotted #d0d0d0;
	margin: 45px auto 0;
	padding: 37px 0 0;
	list-style: none;
}

@media (max-width: 1025px) {
	.article {
		padding: 25px 0 0;
		margin: 30px auto 0;
	}
}

@media (max-width: 767px) {
	.article {
		padding: 15px 0 0;
		margin: 20px auto 0;
	}
}

@media (max-width: 321px) {
	.article {
		padding: 10px 0 0;
		margin: 15px auto 0;
	}
}

.article li:hover a {
	text-decoration: underline;
	color: #13a258;
}

.article li a {
	display: block;
	color: #666666;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.article1 {
	margin: 5px auto 0;
	padding: 37px 0 0;
	list-style: none;
}

@media (max-width: 767px) {
	.article1 {
		padding: 10px 0 0;
	}
}

.article1 li {
	float: left;
	padding: 0 95px 0 0;
	max-width: 50%;
}

@media (max-width: 767px) {
	.article1 li {
		max-width: 100%;
		margin: 0 0 5px;
	}
}

.article1 li:hover a {
	text-decoration: underline;
	color: #13a258;
}

.article1 li a {
	color: #666666;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
/*service*/
.service {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.service {
		padding: 0 0 30px;
	}
}

.service-main {
	list-style: none;
	margin: 0 -20px 35px;
}

@media (max-width: 1367px) {
	.service-main {
		margin: 0 -13px 35px;
	}
}

@media (max-width: 991px) {
	.service-main {
		margin: 0 -8px 20px;
	}
}

@media (max-width: 321px) {
	.service-main {
		margin: 0 -4px 15px;
	}
}

.service-main li {
	width: 25%;
	float: left;
	padding: 15px 20px;
}

@media (max-width: 1367px) {
	.service-main li {
		padding: 15px 13px;
	}
}

@media (max-width: 991px) {
	.service-main li {
		padding: 8px;
	}
}

@media (max-width: 767px) {
	.service-main li {
		width: 50%;
		padding: 6px;
	}
}

@media (max-width: 321px) {
	.service-main li {
		padding: 6px 4px;
	}
}

.service-main li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-0-transform: scale(1.1);
}

.service-main li:hover .txt span {
	color: #58ce91;
}

.service-main li a {
	display: block;
	padding: 13px;
	border: 1px solid #58ce91;
}

@media (max-width: 767px) {
	.service-main li a {
		padding: 10px;
	}
}

@media (max-width: 321px) {
	.service-main li a {
		padding: 8px;
	}
}

.service-main li .pic {
	display: block;
	overflow: hidden;
	position: relative;
}

.service-main li .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-0-transition: all 0.35s ease-in-out;
}

.service-main li .pic:after {
	content: "";
	display: block;
	padding-bottom: 76.5%;
}

.service-main li .txt {
	background: #f8f8f8;
	margin: 12px auto 0;
	padding: 10px 13px;
}

.service-main li .txt span {
	color: #000;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	display: block;
	overflow: hidden;
}

@media (max-width: 767px) {
	.service-main li .txt span {
		font-size: 16px;
	}
}

.service-main li .txt em {
	font-style: inherit;
	color: #000;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	display: block;
	overflow: hidden;
}

.service-main li .txt em i {
	font-style: inherit;
	color: #58ce91;
	font-weight: bold;
}

.service-main li .txt p {
	color: #969696;
	font-size: 12px;
	height: 66px;
	margin: 4px 0 0 5px;
	line-height: 22px;
	display: block;
	overflow: hidden;
}

@media (max-width: 767px) {
	.service-main li .txt p {
		font-size: 11px;
		line-height: 20px;
		height: 60px;
	}
}

.sub {
	text-align: center;
	margin: 50px auto 20px;
}

@media (max-width: 1367px) {
	.sub {
		margin: 40px auto 10px;
	}
}

@media (max-width: 767px) {
	.sub {
		float: left;
		text-align: left;
		margin: 20px auto 3px;
	}
}

.sub li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 3px 15px;
}

@media (max-width: 767px) {
	.sub li {
		width: 100%;
		margin: 0 0 15px;
	}
}

@media (max-width: 376px) {
	.sub li {
		margin: 0 0 10px;
	}
}

.sub li:hover > a {
	background: #58ce91;
	color: #fff;
}

.sub li:hover div {
	display: block;
}

.sub li > a {
	background: #ebebeb;
	padding: 0 30px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
}

@media (max-width: 991px) {
	.sub li > a {
		padding: 0 24px;
		height: 30px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.sub li > a {
		float: left;
		position: absolute;
		left: 0;
		top: 0;
		width: 70px;
		padding: 0;
		text-align: center;
	}
}

.sub li div {
	position: absolute;
	left: 0;
	background: url("../images/mask.png");
	top: 40px;
	width: 150%;
	display: none;
	padding: 10px;
	z-index: 99;
}

@media (max-width: 767px) {
	.sub li div {
		display: block;
		position: relative;
		float: left;
		left: auto;
		background: none;
		top: auto;
		width: 100%;
		padding: 0 10px 0 70px;
	}
}

.sub li div > a {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding: 4px 20px;
}

@media (max-width: 767px) {
	.sub li div > a {
		float: left;
		color: #000;
		padding: 4px 5px;
		margin: 0 0 0 8px;
	}
}

.sub li div > a:hover {
	background: #fff;
	color: #58ce91;
}

.sub li div > a.cur {
	background: #fff;
	color: #58ce91;
}

.sub .active > a {
	background: #58ce91;
	color: #fff;
}
/*service-show*/
.service-show {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.service-show {
		padding: 0 0 30px;
	}
}

.service-show .part-1 {
	margin: 50px auto 55px;
}

@media (max-width: 991px) {
	.service-show .part-1 {
		margin: 30px auto 25px;
	}
}

@media (max-width: 991px) {
	.service-show .part-1 {
		margin: 25px auto 20px;
	}
}

.service-show .part-1 .pic {
	float: left;
	width: 51.5%;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.service-show .part-1 .pic {
		width: 80%;
		margin: 0 0 20px;
	}
}

@media (max-width: 991px) {
	.service-show .part-1 .pic {
		width: 100%;
		margin: 0 0 15px;
	}
}

.service-show .part-1 .pic:after {
	content: "";
	display: block;
	padding-bottom: 76.5%;
}

.service-show .part-1 .txt {
	width: 48.5%;
	float: left;
	padding: 0 0 0 60px;
}

@media (max-width: 1428px) {
	.service-show .part-1 .txt {
		padding: 0 0 0 20px;
	}
}

@media (max-width: 991px) {
	.service-show .part-1 .txt {
		width: 100%;
		padding: 0;
	}
}

.service-show .part-1 .txt .text {
	border-top: 1px solid #e9e9e9;
	padding: 12px 0 0;
	width: 100%;
	display: inline-block;
}

.service-show .part-1 .txt .text big {
	display: block;
	float: left;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 0 0 0 25px;
	line-height: 24px;
	color: #58ce91;
}

.service-show .part-1 .txt .text big:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 19px;
	background: url("../images/service-ico1.png") no-repeat;
}

.service-show .part-1 .txt .text em {
	font-style: inherit;
	display: block;
	color: #000;
	float: left;
	font-size: 16px;
	position: relative;
	z-index: 1;
	padding: 0 0 0 23px;
	margin: 0 0 0 30px;
	line-height: 24px;
}

.service-show .part-1 .txt .text em i {
	font-style: inherit;
	color: #58ce91;
}

.service-show .part-1 .txt .text em:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 17px;
	height: 19px;
	background: url("../images/service-ico2.png") no-repeat;
}

.service-show .part-1 .txt .text-1 {
	border-top: 1px solid #e9e9e9;
	padding: 10px 5px 0 20px;
	margin: 8px 0 0;
}

.service-show .part-1 .txt .text-1 span {
	display: block;
	color: #000000;
	float: left;
	font-size: 12px;
	position: relative;
	z-index: 1;
	margin: 0 0 6px;
	line-height: 20px;
}

.service-show .part-1 .txt .text-1 small {
	display: block;
	color: #000000;
	float: left;
	margin: 0 0 0 50px;
	font-size: 12px;
	position: relative;
	margin: 0 0 6px;
	z-index: 1;
	line-height: 20px;
}

.service-show .part-1 .txt .text-1 time {
	display: block;
	color: #000000;
	clear: both;
	font-size: 12px;
	position: relative;
	z-index: 1;
	line-height: 20px;
}

.service-show .part-1 .txt .text-2 {
	display: block;
	color: #000000;
	clear: both;
	font-size: 12px;
	position: relative;
	z-index: 1;
	line-height: 20px;
	margin: 0 0 25px;
	padding: 10px 5px 13px 20px;
	border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 1428px) {
	.service-show .part-1 .txt .text-2 {
		margin: 0 0 15px;
	}
}

.service-show .part-1 .txt .text-3 {
	display: block;
	color: #666;
	margin: 0 0 13px 20px;
	clear: both;
	font-size: 12px;
	position: relative;
	z-index: 1;
	line-height: 22px;
}

@media (max-width: 1428px) {
	.service-show .part-1 .txt .text-3 {
		margin: 0 0 5px 20px;
	}
}

.service-show .part-1 .txt .more {
	width: 112px;
	height: 32px;
	border-radius: 50px;
	margin: 40px 0 0 20px;
	line-height: 32px;
	position: relative;
	font-size: 12px;
	padding: 0 0 0 36px;
	z-index: 1;
	background: #45c485;
}

@media (max-width: 1428px) {
	.service-show .part-1 .txt .more {
		margin: 10px 0 0 20px;
	}
}

.service-show .part-1 .txt .more:hover {
	background: #58ce91;
}

.service-show .part-1 .txt .more:before {
	content: "";
	position: absolute;
	left: 18px;
	top: 10px;
	width: 12px;
	height: 12px;
	background: url("../images/more.png") no-repeat;
}

.service-show .part-1 .txt .more a {
	display: block;
	color: #fff;
}

.service-show .service-showmain .mesage-title {
	background: #58ce91;
	overflow: hidden;
	padding: 0 10px;
	list-style: none;
}

.service-show .service-showmain .mesage-title li {
	float: left;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	padding: 0 35px;
	font-size: 18px;
}

@media (max-width: 991px) {
	.service-show .service-showmain .mesage-title li {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.service-show .service-showmain .mesage-title li {
		font-size: 16px;
	}
}

.service-show .service-showmain .mesage-title .active {
	background: #fff;
	color: #58ce91;
}

.service-show .service-showmain .content {
	padding: 40px 0 0;
}

@media (max-width: 991px) {
	.service-show .service-showmain .content {
		padding: 30px 0 0;
	}
}

.service-show .service-showmain .content .service-nr {
	display: none;
}

.service-show .service-showmain .content .service-nr .text1 {
	color: #000;
	font-size: 14px;
	line-height: 24px;
}

.service-show .service-showmain .message {
	background: #f8f8f8;
	list-style: none;
	padding: 30px 30px 15px;
}

@media (max-width: 767px) {
	.service-show .service-showmain .message {
		padding: 20px 15px 15px;
	}
}

@media (max-width: 321px) {
	.service-show .service-showmain .message {
		padding: 15px 10px 10px;
	}
}

.service-show .service-showmain .message ul {
	margin: 0 -20px;
	list-style: none;
}

@media (max-width: 991px) {
	.service-show .service-showmain .message ul {
		margin: 0 -6px;
	}
}

@media (max-width: 767px) {
	.service-show .service-showmain .message ul {
		margin: 0;
	}
}

.service-show .service-showmain .message li {
	width: 33.33333333%;
	float: left;
	margin: 0 0 20px;
	padding: 0 20px;
	position: relative;
}

.service-show .service-showmain .message li.li-2 {
    position:initial;
}

.service-show .service-showmain .message li font {
	position: absolute;
    display:none;
	right: 6%;
	top: -14px;
	font-size: 12px;
	color: #f00;
}

.service-show .service-showmain .message li.li-1 font {
	right: 2.5%;
}

@media (max-width: 991px) {
	.service-show .service-showmain .message li {
		padding: 0 6px;
	}
}

@media (max-width: 767px) {
	.service-show .service-showmain .message li {
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
	}
	.service-show .service-showmain .message li font {
		right: 1%;
	}
    .service-show .service-showmain .message li.li-1 font {
	    right: 1%;
    }
}

.service-show .service-showmain .message li input {
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	font-family: "microsoft yahei";
	width: 100%;
}

@media (max-width: 991px) {
	.service-show .service-showmain .message li input {
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
	}
}

.service-show .service-showmain .message li input:focus {
	border: 1px solid #58ce91;
}

.service-show .service-showmain .message li input::-webkit-input-placeholder,
.service-show .service-showmain .message li input input::-webkit-input-placeholder {
	color: #777777;
}

.service-show .service-showmain .message li input::-moz-placeholder,
.service-show .service-showmain .message li input input:-moz-placeholder {
	color: #777777;
}

.service-show .service-showmain .message li input::-moz-placeholder,
.service-show .service-showmain .message li input input::-moz-placeholder {
	color: #777777;
}

.service-show .service-showmain .message li input::-ms-input-placeholder,
.service-show .service-showmain .message li input input:-ms-input-placeholder {
	color: #777777;
}

.service-show .service-showmain .message li textarea {
	height: 258px;
	line-height: 22px;
	padding: 13px 20px;
	border: 1px solid #e6e6e6;
	font-family: "microsoft yahei";
	width: 100%;
}

@media (max-width: 991px) {
	.service-show .service-showmain .message li textarea {
		height: 130px;
	}
}

.service-show .service-showmain .message li textarea:focus {
	border: 1px solid #58ce91;
}

.service-show .service-showmain .message li textarea::-webkit-input-placeholder,
.service-show .service-showmain .message li textarea textarea::-webkit-input-placeholder {
	color: #777777;
}

.service-show .service-showmain .message li textarea::-moz-placeholder,
.service-show .service-showmain .message li textarea textarea:-moz-placeholder {
	color: #777777;
}

.service-show .service-showmain .message li textarea::-moz-placeholder,
.service-show .service-showmain .message li textarea textarea::-moz-placeholder {
	color: #777777;
}

.service-show .service-showmain .message li textarea::-ms-input-placeholder,
.service-show .service-showmain .message li textarea textarea:-ms-input-placeholder {
	color: #777777;
}

.service-show .service-showmain .message .li-1 {
	width: 100%;
}

.service-show .service-showmain .message .li-2 {
	width: 100%;
}

.service-show .service-showmain .message .li-2 small {
	display: block;
	float: left;
	width: 13%;
    position:relative;
}


.service-show .service-showmain .message .li-2 small font {
	position: absolute;
    display:none;
	right: 0;
	top: -14px;
	font-size: 12px;
	color: #f00;
}


@media (max-width: 991px) {
	.service-show .service-showmain .message .li-2 small {
		width: 43%;
	}
}

.service-show .service-showmain .message .li-2 .code {
	display: block;
	float: left;
	width: 141px;
	position: relative;
	height: 48px;
	margin: 0 8px;
	border: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
	.service-show .service-showmain .message .li-2 .code {
		width: 112px;
		height: 38px;
	}
}

.service-show .service-showmain .message .li-2 #send {
	display: block;
	float: left;
	width: 180px;
	position: relative;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 15px;
	z-index: 1;
	padding: 0 5px 0 70px;
	background: url("../images/jiantou.png") no-repeat 20px center #58ce91;
	background-size: 26px;
}

@media (max-width: 767px) {
	.service-show .service-showmain .message .li-2 #send {
		margin: 10px 0 0;
		width: 43%;
		height: 38px;
		padding: 0 5px 0 50px;
		line-height: 38px;
		background-size: 16px;
	}
}

@media (max-width: 376px) {
	.service-show .service-showmain .message .li-2 #send {
		padding: 0 5px 0 45px;
	}
}

@media (max-width: 321px) {
	.service-show .service-showmain .message .li-2 #send {
		padding: 0 5px 0 35px;
		background: url("../images/jiantou.png") no-repeat 15px center #58ce91;
		background-size: 15px;
	}
}

.service-show .service-showmain .message .li-2 #send:hover {
	background: url("../images/jiantou.png") no-repeat 20px center #45c485;
	background-size: 26px;
}

.service-show .service-showmain .message .rred {
	border: 1px solid red;
}

.service-show .related_news {
	margin: 20px auto 0;
}

@media (max-width: 767px) {
	.service-show .related_news {
		margin: 10px auto 0;
	}
}

.service-show .service-main {
	margin: 0 -20px;
}

@media (max-width: 1367px) {
	.service-show .service-main {
		margin: 0 -13px;
	}
}

@media (max-width: 991px) {
	.service-show .service-main {
		margin: 0 -8px;
	}
}

@media (max-width: 321px) {
	.service-show .service-main {
		margin: 0 -4px;
	}
}

.related_products {
	margin: 48px auto 0;
}

@media (max-width: 1025px) {
	.related_products {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.related_products {
		margin: 10px auto 0;
	}
}

.related_products .related_title {
	height: 30px;
	padding: 0 60px 0 15px;
	line-height: 36px;
	color: #fff;
	font-size: 11px;
	position: relative;
	z-index: 1;
	background: #58ce91;
}

@media (max-width: 767px) {
	.related_products .related_title {
		margin: 0 auto 5px;
	}
}

.related_products .related_title span {
	display: block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 5px 0 0;
	font-size: 18px;
}

.related_products .related_title .more {
	position: absolute;
	right: 8px;
	top: 6px;
	background: #45c485;
	color: #fff;
	font-size: 10px;
	width: 50px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.related_products .related_newsmain {
	list-style: none;
	background: #f5f5f5;
	margin: 15px auto 0;
	padding: 6px 25px;
}

.related_products .related_newsmain li {
	width: 50%;
	float: left;
	height: 32px;
	padding: 0 55px 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 32px;
	border-bottom: 1px solid #dadada;
}

.related_products .related_newsmain li:hover span {
	color: #58ce91;
}

.related_products .related_newsmain li span {
	color: #878787;
	font-size: 12px;
	width: 100%;
	display: block;
	height: 32px;
	padding: 0 60px 0 0;
}

.related_products .related_newsmain li time {
	color: #797979;
	font-size: 12px;
	position: absolute;
	right: 55px;
	top: 0;
	height: 32px;
	width: 65px;
	text-align: right;
}

.related_products .related_newsmain li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 6px;
	background: url("../images/trangle.png") no-repeat;
}

.related_products .related_newsmain li:last-child {
	border-bottom: none;
}

.related_products .related_newsmain li:nth-last-child(2) {
	border-bottom: none;
}

.related_products .related_newsmain .li-2 {
	padding: 0 0 0 70px;
}

.related_products .related_newsmain .li-2:before {
	left: 55px;
}
/*about*/
.about {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.about {
		padding: 0 0 30px;
	}
}

.about img {
	max-width: 100%;
}

.about .part-1 {
	margin: 40px auto;
	padding: 0 0 40px;
	border-bottom: 1px dashed #d1d1d1;
}

@media (max-width: 991px) {
	.about .part-1 {
		margin: 30px auto;
		padding: 0 0 30px;
	}
}

@media (max-width: 767px) {
	.about .part-1 {
		margin: 15px auto;
		padding: 0 0 15px;
	}
}

.about .part-1 .txt {
	float: left;
	width: 55%;
	padding: 0 50px 0 0;
}

@media (max-width: 1025px) {
	.about .part-1 .txt {
		padding: 0 40px 0 0;
	}
}

@media (max-width: 991px) {
	.about .part-1 .txt {
		padding: 0;
		width: 100%;
	}
}

.about .part-1 .txt .text1 {
	color: #656464;
	font-size: 13px;
	margin: 0 0 22px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.about .part-1 .txt .text1 {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 10px;
	}
}

.about .part-1 .txt .text2 {
	color: #656464;
	font-size: 13px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.about .part-1 .txt .text2 {
		font-size: 12px;
		line-height: 22px;
	}
}

.about .part-1 .pic {
	float: right;
	width: 45%;
	overflow: hidden;
	margin: 5px 0 0;
}

@media (max-width: 991px) {
	.about .part-1 .pic {
		padding: 0;
		width: 100%;
		margin: 20px 0 0;
	}
}

@media (max-width: 767px) {
	.about .part-1 .pic {
		margin: 10px 0 0;
	}
}

.about .related_news {
	margin: 38px auto 0;
}

@media (max-width: 991px) {
	.about .related_news {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.about .related_news {
		margin: 10px auto 0;
	}
}

.cooperative ul {
	list-style: none;
	padding: 0 20px;
	margin: 5px auto 0;
}

@media (max-width: 767px) {
	.cooperative ul {
		padding: 0;
	}
}

@media (max-width: 321px) {
	.cooperative ul {
		margin: 0;
	}
}

.cooperative ul li {
	width: 33.33333333%;
	float: left;
	padding: 10px 12px;
}

@media (max-width: 767px) {
	.cooperative ul li {
		padding: 5px;
	}
}

@media (max-width: 376px) {
	.cooperative ul li {
		padding: 4px;
	}
}

@media (max-width: 321px) {
	.cooperative ul li {
		padding: 3px;
	}
}

.cooperative ul li .pic {
	position: relative;
	z-index: 1;
}

.cooperative ul li .pic:after {
	content: "";
	display: block;
	padding-bottom: 79%;
}

.cooperative ul li span {
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #656464;
	font-size: 13px;
	margin: 17px auto 0;
	overflow: hidden;
}

@media (max-width: 321px) {
	.cooperative ul li span {
		font-size: 11px;
		margin: 5px auto 0;
	}
}

.contact {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.contact {
		padding: 0 0 30px;
	}
}

.contact .cont-map {
	margin: 55px auto 30px;
	height: 375px;
	width: 100%;
}

@media (max-width: 1428px) {
	.contact .cont-map {
		margin: 45px auto 30px;
	}
}

@media (max-width: 991px) {
	.contact .cont-map {
		height: 275px;
	}
}

@media (max-width: 767px) {
	.contact .cont-map {
		height: 200px;
		margin: 25px auto 10px;
	}
}

@media (max-width: 376px) {
	.contact .cont-map {
		height: 180px;
		margin: 15px auto 5px;
	}
}

.contact .cont-map #allmap {
	width: 100%;
	height: 100%;
}

.contact .cont-map #allmap .anchorBL {
	display: none;
}

.contact .cont-map #allmap .BMapLib_sendToPhone {
	display: none;
}

.contact .part-1 ul {
	list-style: none;
}

.contact .part-1 ul li {
	float: left;
	width: 38%;
	position: relative;
	color: #5f5f5f;
	font-size: 14px;
	line-height: 22px;
	z-index: 1;
}

@media (max-width: 1428px) {
	.contact .part-1 ul li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contact .part-1 ul li {
		width: 100%;
	}
}

.contact .part-1 ul li .text-1 {
	position: relative;
	z-index: 1;
	padding: 0 10px 0 30px;
	margin: 15px 0 0;
	color: #5f5f5f;
}

@media (max-width: 767px) {
	.contact .part-1 ul li .text-1 {
		padding: 0 7px 0 30px;
	}
}

.contact .part-1 ul li .text-1 a {
	color: #5f5f5f;
}

.contact .part-1 ul li .text-1 a:hover {
	color: #58ce91;
}

.contact .part-1 ul li i {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
}

.contact .part-1 ul .li-1 {
	width: 24%;
}

@media (max-width: 1428px) {
	.contact .part-1 ul .li-1 {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contact .part-1 ul .li-1 {
		width: 100%;
	}
}

.contact .part-1 ul .li-2 {
	width: 38%;
}

@media (max-width: 1428px) {
	.contact .part-1 ul .li-2 {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contact .part-1 ul .li-2 {
		width: 100%;
	}
}
/*job*/
.job {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.job {
		padding: 0 0 30px;
	}
}

.job .job-main {
	border: 6px solid #f4f4f4;
	margin: 65px auto 55px;
}

@media (max-width: 767px) {
	.job .job-main {
		margin: 35px auto 25px;
	}
}

@media (max-width: 767px) {
	.job .job-main {
		margin: 25px auto 10px;
	}
}

.job .job-main .job-box {
	z-index: 1;
	width: 58.5%;
	float: left;
	padding: 0 20px 10px 35px;
}

@media (max-width: 1366px) {
	.job .job-main .job-box {
		padding: 0 15px 10px 20px;
	}
}

@media (max-width: 991px) {
	.job .job-main .job-box {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.job .job-main .job-box {
		padding: 0 10px 10px;
	}
}

.job .job-main .job-title {
	left: 0;
	margin-top: -20px;
	list-style: none;
	width: 100%;
	padding: 0 50px 0 35px;
	height: 40px;
}

@media (max-width: 1366px) {
	.job .job-main .job-title {
		padding: 0 50px 0 20px;
	}
}

@media (max-width: 767px) {
	.job .job-main .job-title {
		padding: 0 5px 0 20px;
		top: -18px;
	}
}

@media (max-width: 767px) {
	.job .job-main .job-title {
		padding: 0 5px 0 10px;
	}
}

.job .job-main .job-title li {
	height: 40px;
	cursor: pointer;
	color: #000;
	float: left;
	font-size: 12px;
	line-height: 40px;
	padding: 0 20px;
	background: #f4f4f4;
	margin: 0 10px 5px 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.job .job-main .job-title li {
		padding: 0 10px;
		height: 32px;
		margin: 0 5px 0 0;
		line-height: 32px;
	}
}

@media (max-width: 376px) {
	.job .job-main .job-title li {
		font-size: 10px;
	}
}

@media (max-width: 321px) {
	.job .job-main .job-title li {
		padding: 0 5px;
	}
}

.job .job-main .job-title .active {
	background: #58ce91;
	color: #fff;
}

.job .job-main .content {
	padding: 65px 0 0;
    float:left;
}

@media (max-width: 1366px) {
	.job .job-main .content {
		padding: 40px 0 0;
	}
}

@media (max-width: 767px) {
	.job .job-main .content {
		padding: 30px 0 0;
	}
}

.job .job-main .content .job-nr {
	display: none;
}

.job .job-main .content .title-1 {
	display: block;
	color: #58ce91;
	line-height: 28px;
	font-size: 22px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.job .job-main .content .title-1 {
		font-size: 18px;
	}
}

.job .job-main .content .text-1 {
	display: block;
	color: #717171;
	line-height: 20px;
	font-size: 14px;
	margin: 25px 0 8px;
}

@media (max-width: 1366px) {
	.job .job-main .content .text-1 {
		margin: 10px 0 8px;
	}
}

@media (max-width: 767px) {
	.job .job-main .content .text-1 {
		font-size: 12px;
	}
}

.job .job-main .content .text-2 {
	display: block;
	padding: 0 0 0 20px;
	color: #717171;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	z-index: 1;
	margin: 6px 0 0;
}

@media (max-width: 767px) {
	.job .job-main .content .text-2 {
		font-size: 12px;
	}
}

.job .job-main .content .text-2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	background: #58ce91;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.job .job-main .content .text-2:before {
		top: 7px;
	}
}

.job .job-main .content .text-3 {
	display: block;
	color: #717171;
	line-height: 20px;
	font-size: 14px;
	margin: 35px 0 8px;
}

@media (max-width: 1366px) {
	.job .job-main .content .text-3 {
		margin: 10px 0 8px;
	}
}

.job .job-main .pic {
	width: 41.5%;
	float: right;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.job .job-main .pic {
		width: 60%;
		float: left;
	}
}

@media (max-width: 767px) {
	.job .job-main .pic {
		width: 100%;
	}
}

.job .job-main .pic:after {
	content: "";
	display: block;
	padding-bottom: 77.5%;
}
/*map*/
.map_main {
	border: 1px solid #ccc;
	margin: 50px 0;
	display: inline-block;
	width: 100%;
}

.map {
	margin: 50px auto 80px;
}

@media (max-width: 767px) {
	.map {
		margin: 30px auto 0;
	}
}

@media (max-width: 321px) {
	.map {
		margin: 20px auto 0;
	}
}

.map dl {
	margin: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #A8AFB1;
}

.map dl:hover {
	background: #f5f8fa;
}

.map dl:hover dt a {
	color: #e0e9f3;
	font-weight: bold;
}

.map dt {
	font-size: 14px;
	float: left;
	width: 10%;
	text-align: center;
	background: #58ce91;
}

.map dt:hover {
	background: #45c485;
}

.map dt a {
	color: #fff;
	display: block;
	line-height: 40px;
}

.map dt a:hover {
	color: #e0e9f3;
	font-weight: bold;
}

.map dd {
	font-size: 12px;
	display: block;
	overflow: hidden;
	float: left;
	width: 85%;
}

.map dd .p2 {
	padding: 0 0 0 20px;
	clear: both;
}

.map dd .p2 a {
	color: #58ce91;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.map dd .p2 a:hover {
	color: #764b00;
}

.map dd div {
	clear: both;
	overflow: hidden;
	padding: 0 20px 0 10px;
}

.map dd div a {
	color: #333;
	line-height: 40px;
	float: left;
	padding: 0 10px;
}

.map dd div a:hover {
	color: #003e7e;
	background: #565966;
	color: #fff;
}

@media (max-width: 767px) {
	.w1004 {
		max-width: 1100px;
		margin: 20px 10px 60px;
		border: solid 1px #cfcfcf;
		border-radius: 2px;
		padding: 20px;
		background: #fff;
	}

	.map dt {
		width: 100%;
	}

	.map dd {
		width: 85%;
	}
}
/*搜索弹出层*/
.search_mask {
	background: url("../images/search_mask.png");
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}

.search_mask .s_box {
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff;
}

.search_mask .s_box .text1 {
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}

.search_mask .s_box #sure {
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #58ce91;
	border-radius: 2px;
	color: #fff;
	font-family: arial;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
}


.mobile-footer-menu {
	display: none;
	height: 54px
}

@media (max-width:768px) {
	footer {
		margin-bottom: 54px
	}

	.mobile-footer-menu {
		display: block;
		width: 100%;
		background: #666;
		padding: 5px 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		list-style: none;
		font-size: 12px
	}

	.mobile-footer-menu li {
		width: 25%;
		float: left;
		position: relative
	}

	.mobile-footer-menu li:after {
		content: "";
		position: absolute;
		height: 42px;
		width: 1px;
		background: rgba(255,255,255,0.1);
		right: 0;
		top: 2px
	}

	.mobile-footer-menu li span {
		width: 24px;
		height: 24px;
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden
	}

	.mobile-footer-menu li span img {
		max-width: 100%
	}

	.mobile-footer-menu li em {
		font-style: normal;
		text-align: center;
		display: block;
		color: #fff;
		height: 20px;
		line-height: 20px;
		overflow: hidden
	}

	.mobile-footer-menu li:last-child:after {
		display: none
	}
}