* {
	margin: 0;
	padding: 0;
	font-family: 'Gadugi', 'microsoft yahei', arial;
}

body {
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'Gadugi';
	src: url('../fonts/hinted-Gadugi.eot');
	src: local('Gadugi'), url('../fonts/hinted-Gadugi.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Gadugi.woff2') format('woff2'), url('../fonts/hinted-Gadugi.woff') format('woff'), url('../fonts/hinted-Gadugi.ttf') format('truetype'), url('../fonts/hinted-Gadugi.svg#Gadugi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gadugi-Bold';
	src: url('../fonts/hinted-Gadugi-Bold.eot');
	src: local('Gadugi Bold'), local('Gadugi-Bold'), url('../fonts/hinted-Gadugi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Gadugi-Bold.woff2') format('woff2'), url('../fonts/hinted-Gadugi-Bold.woff') format('woff'), url('../fonts/hinted-Gadugi-Bold.ttf') format('truetype'), url('../fonts/hinted-Gadugi-Bold.svg#Gadugi-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Black';
	src: url('../fonts/hinted-Helvetica-Black-SemiBold.eot');
	src: local('Helvetica-Black-SemiBold'), url('../fonts/hinted-Helvetica-Black-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Helvetica-Black-SemiBold.woff2') format('woff2'), url('../fonts/hinted-Helvetica-Black-SemiBold.woff') format('woff'), url('../fonts/hinted-Helvetica-Black-SemiBold.ttf') format('truetype'), url('../fonts/hinted-Helvetica-Black-SemiBold.svg#Helvetica-Black-SemiBold') format('svg');
	font-weight: 100;
	font-style: normal;
}

html,
body,
ul,
li,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
div {
	margin: 0;
	padding: 0;
}

i {
	font-style: normal;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	color: #333333;
	text-decoration: none !important;
	border: none;
}

ul,
li {
	display: block;
	list-style: none;
}

button {
	border: none;
}

button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	/*width: 1200px;*/
	margin: 0 auto;
}

@media (min-width: 1350px) {
	.container {
		width: 1320px;
	}
}

@media (min-width: 1470px) {
	.container {
		width: 1640px;
	}
}


/*nav*/

.header {
	z-index: 10;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top {
	height: 46px;
	overflow: hidden;
	background-color: #616161;
}

.header .top .top_contact ul li {
	display: inline-block;
}

.header .top .top_contact ul li {
	font-size: 14px;
	color: #ffffff;
	line-height: 46px;
}

.header .top .top_contact ul li:first-child {
	margin-right: 58px;
}

.header .top .top_contact ul li:before {
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e671';
	margin-right: 8px;
}

.header .top .top_contact ul li.email:before {
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e604';
	margin-right: 8px;
}

.header .top .top_contact ul li a {
	font-size: 14px;
	color: #ffffff;
}

.header .top .share {
	margin-left: 15px;
}

.header .top .share ul,
.header .top .share ul li {
	display: inline-block;
}

.header .top .share ul li a {
	display: block;
	padding: 0 6px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.header .top .share ul li a:before {
	font-family: 'iconfont';
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	display: inline-block;
	content: '\e7ff';
	text-align: center;
	vertical-align: middle;
}

.header .top .share ul li.linkedin a:before {
	content: '\e6f0';
}

.header .top .share ul li.twitter a:before {
	content: '\e652';
}

.header .top .share ul li.google a:before {
	content: '\e645';
}

.header .top .share ul li.instagram a:before {
	content: '\e6fc';
}

.header .top .share ul li.pinterest a:before {
	content: '\e6f4';
}

.header .top .share ul li.youtube a:before {
	content: '\ec77';
}

.header .top .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	color: #FFFFFF;
}

.header .top .share .message {
	display: inline-block;
	background-color: #009640;
	line-height: 46px;
	padding: 0 30px;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	margin-left: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .top .share .message:hover {
	background-color: #7baa3b;
}

@media (max-width: 1199px) {
	.header .top {
		display: none;
	}
	.header .top {
		height: 36px;
	}
	.header .top .top_contact ul li {
		line-height: 36px;
	}
	.header .top .top_contact ul li:first-child {
		margin-right: 18px;
	}
	.header .top .share ul li a {
		padding: 0 3px;
	}
	.header .top .share ul li a:before {
		line-height: 36px;
	}
	.header .top .share .message {
		line-height: 36px;
		padding: 0 20px;
		margin-left: 10px;
	}
}

@media (max-width: 991px) {
	.header .top .top_contact {
		display: none;
	}
	.header .top .share .message {
		line-height: 36px;
		padding: 0 10px;
		margin-left: 8px;
	}
}

@media (max-width:320px) {
	.header .top .share .message {
		padding: 0 15px;
	}
}

.header .top .share .message a {
	color: #ffffff;
}

.header .lang {
	display: inline-block;
	margin-top: 10px;
}

@media (max-width: 1199px) {
	.header .lang {
		margin-top: 5px;
	}
}

.header .top-nav {
	background-color: #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo {
	position: relative;
	float: left;
	height: 60px;
	margin-top: 12px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .logo img {
	float: left;
	display: inline-block;
	height: 100%;
}

@media (max-width: 991px) {
	.header .logo {
		height: 45px;
		margin-top: 12px;
	}
	.header .top-nav {
		height: 70px;
	}
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 30px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
}

@media (max-width: 1199px) {
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 8px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #999 !important;
	}
}

@media (max-width: 991px) {
	.header .nav-collapse {
		display: block;
		right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
	.header .nav {
		display: inline-block;
		float: right;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 26px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: #307903;
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
	}
	.header .nav .nav-list1>li>a {
		font-family: 'Gadugi-Bold';
		font-size: 18px;
		color: #fff;
		line-height: 87px;
		position: relative;
		display: block;
		padding: 0 30px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		color: #009640;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 180px;
		padding: 20px 0;
		text-align: left;
		background-color: #009640;
	}
	.header .nav .nav-list1 .nav-list2 li {
		position: relative;
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		font-size: 15px;
		line-height: 35px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 20px;
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:hover {
		/*-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		text-decoration: underline;*/
		background-color: #017633;
	}
	.header .nav .nav-list1 .nav-list2 li img {
		max-width: 400px;
	}
	.header .nav .nav-list1 .nav-list3 {
		position: absolute;
		top: -20px;
		left: 100%;
		min-width: 160px;
		text-align: left;
		background-color: #009640;
		display:none
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		padding: 0 20px;
		font-size: 15px;
		line-height: 35px;
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li {
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
}

@media (max-width: 1350px) {
	.header .nav .nav-list1>li>a {
		padding: 0 18px;
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #fafafa;
		background-color: #307903;
	}
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e606';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
	font-size: 24px;
	margin: 0;
}

@media (max-width: 767px) {
	.header .nav-2 .nav-top .nav-title,
	.header .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
	.header .nav-2 .nav-top .nav-title a,
	.header .nav-3 .nav-top .nav-title a {
		color: #fff;
	}
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 18px;
	line-height: 50px;
	margin: 25px 0;
	text-align: left;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
	color: #fff;
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 18px;
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: #307903;
}

.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.header .search-box .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}

@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}

.header .search-box .input-submit {
	line-height: 36px;
	float: right;
	width: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	background: none;
}

.header .search-box .input-submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e717';
	color: #fff;
}

@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.header .search-lg .input-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0;
	padding-bottom: 30px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}

.header .find {
	width: 49px;
	height: 36px;
	background-color: #009640;
	border-radius: 4px;
	line-height: 36px;
	margin-right: 40px;
	float: right;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	margin-top: 35px;
}

@media (max-width: 991px) {
	.header .find {
		margin-top: 18px;
	}
}

.header .find:before {
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e717';
	color: #FFFFFF;
}

@media (max-width: 1199px) {
	.header .right {
		display: inline-block;
		float: right;
		margin-right: 0;
	}
}

.header .back-btn {
	position: absolute;
	left: 15px;
}

.header.fixed-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


/*footer*/

.footer {
	font-size: 0;
}

.footer .foot {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	z-index: 2;
	padding: 73px 0 0 0;
}

.footer .foot .container>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
	padding-bottom: 105px;
}

.footer .foot .container>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

.footer .foot .container>ul>li .title-foot img {
	width: 226px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 18px 0 0;
}

.footer .foot .container>ul>li h3 {
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	line-height: 30px;
	color: #ffffff;
}

.footer .foot .container>ul>li.current .title-foot h3:after {
	content: '\e623';
}

.footer .foot .container>ul>li:first-child h3 {
	display: none;
}

.footer .foot .container>ul>li:first-child .text a {
	color: #7baa39;
}

.footer .foot .container>ul>li .item {
	text-align: left;
}

.footer .foot .container>ul>li .info-down {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		vertical-align: top;
		word-break: break-all;
	}
	.footer .foot .container>ul>li:first-child {
		width: 310px;
	}
	.footer .foot .container>ul>li:last-child {
		width: 420px;
	}
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 0 0 0px 0;
	}
	.footer .foot .container>ul {
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
		padding-bottom: 15px;
	}
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
	}
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 50%;
		margin-right: -4px;
		padding: 0 15px;
		vertical-align: top;
	}
	.footer .foot .container>ul:after {
		display: none;
	}
	.footer .foot .container>ul>li .item {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li {
		width: 100%;
	}
	.footer .foot .container>ul>li .title-foot img {
		display: none;
	}
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		float: right;
		content: '\e628';
	}
	.footer .foot .container>ul>li:first-child h3 {
		display: block;
	}
	.footer .foot .container>ul>li:first-child {
		width: 100%;
	}
	.footer .foot .container>ul>li:last-child {
		width: 100%;
	}
	.footer .foot .container>ul>li .item {
		margin-top: 15px;
	}
	.footer .foot .container>ul>li .info-down{
		margin-top: 10px;
	}
}

.footer .item-1 .text p {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	word-break: break-word;
}

.footer .item-1 .text a {
	display: block;
	text-decoration: underline;
	font-size: 14px;
	line-height: 24px;
	color: #8db9e9;
	margin-top: 20px;
}

.footer .item-1 .contact_msg {
	margin-top: 20px;
}

.footer .item-1 .contact_msg p {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	word-break: break-word;
}

.footer .item-1 .contact_msg p a {
	display: inline-block !important;
	color: #ffffff !important;
	text-decoration: none !important;
	margin-top: 0px;
}

.footer .item-1 .contact_msg p.tel:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e671';
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.footer .item-1 .contact_msg p.email:before {
	font-family: 'iconfont';
	font-size: 22px;
	content: '\e604';
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.footer .item-1 .contact_msg p a:hover {
	text-decoration: underline !important;
	color: #7baa39 !important;
}

.footer .item-1 .share {
	display: block;
	vertical-align: middle;
	margin-top: 40px;
}

@media (max-width: 991px) {
	.footer .item-1 .share {
		display: block;
		float: none;
		margin-top: 10px;
		margin-left: 0;
		text-align: center;
	}
}

.footer .item-1 .share ul li {
	display: inline-block;
}

.footer .item-1 .share ul li a {
	display: block;
	padding: 0 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer .item-1 .share ul li a:before {
	width: 37px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	font-family: 'iconfont';
	font-size: 16px;
	font-weight: normal;
	line-height: 39px;
	color: #4c4848;
	display: inline-block;
	content: '\e7ff';
	text-align: center;
	vertical-align: middle;
}

.footer .item-1 .share ul li.twitter a:before {
	content: '\e652';
}

.footer .item-1 .share ul li.google a:before {
	content: '\e645';
}

.footer .item-1 .share ul li.linkedin a:before {
	content: '\e6f0';
}

.footer .item-1 .share ul li.instagram a:before {
	content: '\e6fc';
}

.footer .item-1 .share ul li.pinterest a:before {
	content: '\e6f4';
}

.footer .item-1 .share ul li.youtube a:before {
	content: '\ec77';
}

.footer .item-1 .share ul li:hover a {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.footer .foot .container>ul>li .item-1 a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
}

.footer .foot .container>ul>li .item-1 .info-down.msg a:before {
	font-family: 'iconfont';
	font-size: 12px;
	content: '\e617';
	margin-right: 14px;
}

.footer .foot .container>ul>li .item-1 a:hover {
	color: #7baa39;
}

.footer .foot .container>ul>li .item-2 input:first-child {
	margin-left: 0;
}

.footer .foot .container>ul>li .item-2 input {
	width: 48%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 40px;
	margin-top: 0px;
	padding: 6px 20px;
	color: #fff;
	background-color: #3c3c3c;
	border-radius: 2px;
	border: solid 1px #4f4f4f;
	opacity: 0.74;
	margin-left: 11px;
}

.footer .foot .container>ul>li .item-2 textarea {
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	height: 145px;
	margin: 15px 0;
	padding: 6px 20px;
	color: #fff;
	background-color: #3c3c3c;
	border-radius: 2px;
	border: solid 1px #4f4f4f;
	opacity: 0.74;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .item-2 input,
	.footer .foot .container>ul>li .item-2 textarea {
		padding: 6px 20px;
	}
}

.footer .foot .container>ul>li .item-2 input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea::-webkit-input-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input:-o-placeholder,
.footer .foot .container>ul>li .item-2 textarea:-o-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input::-moz-placeholder,
.footer .foot .container>ul>li .item-2 textarea::-moz-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:-ms-input-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input:focus::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 input:focus::-ms-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 .submit {
	font-size: 14px;
	margin-top: 20px;
	margin-left: 20px;
	background: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
}

.footer .foot .container>ul>li .item-2 .submit:focus {
	outline: none;
}

.footer .foot .container>ul>li .item-2 .submit:after {
	font-family: 'iconfont' !important;
	font-size: 14px;
	display: inline-block;
	content: '\e653';
	margin-left: 14px;
}

.footer .foot .container>ul>li .item-2 .submit:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}



@media (max-width: 991px) {
	.footer {
		padding-bottom: 50px;
	}
	.footer .foot .container>ul>li .info-down {
		display: none;
		padding-bottom: 10px;
	}
}

.footer .copyright {
	border-top: 1px solid #464646;
	padding: 20px 0;
	text-align: center;
}

@media (max-width: 991px) {
	.footer .copyright {
		padding: 15px 0;
	}
}

.footer .copyright p {
	font-size: 14px;
	line-height: 24px;
	color: #a8a8a8;
}

.footer .copyright p a {
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #a8a8a8;
}

.footer .copyright p a:hover {
	text-decoration: underline;
	color: #7baa39;
}


/*img*/

.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 991px) {
	.page {
		margin-top: 15px;
	}
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-size: 14px;
	line-height: 33px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #848484;
	border: 1px solid #d5d5d5;
}

.page li a {
	display: block;
}

.page li.prev a,
.page li.next a {
	background-color: #fff;
}

.page li:hover a,
.page li.active a {
	color: #fff;
	border-color: #ff0000;
	background-color:#ff0000;
}


/*table*/

.table-box {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

table {
	width: 100%; //width: auto;
	max-width: 100%;
	border-spacing: 0;
	// text-align: center;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table tr,
table td {
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	// word-break: break-word;
}

table tr:nth-child(odd) {
	// background-color: rgb(242, 242, 242);
}

.newsinfo table td {
	padding: 8px 20px !important;
	border: 1px solid #dddddd;
	/*background-color: #dcdcdc;*/

}

table tr p,
table tr span {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 50px;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .7);
}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e628';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
	border-top: solid 1px #e1e1e1;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 90px;
	}
	.online-wrap .online.active {
		right: 0;
	}
}

.online-wrap .online a {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	border-bottom: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	-webkit-transition: all .4s;
	transition: all .4s;
	line-height: 46px;
	text-align: center;
}

.online-wrap .online a:hover {
	background-color: #898989;
}

.online-wrap .online a:hover:before {
	color: #FFFFFF;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	color: #898989;
}

.online-wrap .icon-email:before {
	font-size: 25px !important;
	content: '\e632';
}

.online-wrap .icon-wechat:before {
	content: '\e7e5';
	font-size: 22px !important;
}

.online-wrap .icon-tel:before {
	content: '\e62f';
}

.online-wrap .icon-skype:before {
	content: '\e616';
}

.online-wrap .icon-arrow-top:before {
	content: '\e774';
	font-size: 28px !important;
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.online-wrap .online a:before {
		font-size: 15px;
	}
	.online-wrap .icon-email:before {
		font-size: 18px !important;
	}
}

.online-wrap .online .icon-tel .tel-num {
	position: absolute;
	top: 0;
	right: 48px;
	display: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
}

.online-wrap .online .icon-tel .tel-num p {
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	background-color: #7BAA39;
}

.online-wrap .online .icon-tel:hover .tel-num {
	display: block;
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 130px;
	height: 130px;
	padding-right: 5px;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}


/*bottom_nav*/

.bottom_nav {
	display: none;
	border-top: 1px solid #429245;
}

@media (max-width: 991px) {
	.bottom_nav {
		position: fixed;
		z-index: 9;
		bottom: 0;
		display: block;
		width: 100%;
	}
}

.bottom_nav ul {
	overflow: hidden;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	padding: 6px;
	text-align: center;
	color: #ffffff;
	border-right: 1px solid #429245;
	background-color: #307903;
}

@media(max-width: 360px) {
	padding: 6px 0;
}

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul li a {
	display: block;
	font-size: 13px;
	color: #FFFEFE;
}

@media(max-width: 360px) {
	.bottom_nav ul li a {
		font-size: 13px;
	}
}

.bottom_nav ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: block;
	content: '';
	line-height: 20px;
}

.bottom_nav ul li.feedback a:before {
	content: '\e7ff';
	font-size: 17px;
}

.bottom_nav ul li.whatsapp a:before {
	content: '\e62f';
	font-size: 16px;
}

.bottom_nav ul li.top a:before {
	content: '\e774';
	font-size: 26px;
}

.bottom_nav ul li.email a:before {
	content: '\e632';
	font-size: 22px;
}

.bottom_nav ul li.tel a:before {
	content: '\e671';
	font-size: 20px;
}

.ell-num {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.ell-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*分页list*/
.fylist{ text-align:center; margin:20px 0px;}
.fylist .page-on{ background-color:#e4392a; color:#FFF}
.fylist a{ width:41px; height:41px; line-height:41px; background-color:#edecec; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:18px; display:inline-block;border-radius:3px; text-align:center;margin:0 4px;}
.fylist2 .page-on{ background-color:#00AAF6 !important;border-color: #00AAF6 !important;}
.fylist2 a{ background-color:#fff; border-radius:0px; margin:0px;border: 1px solid #DDD;  border-right: none;}
.fylist2 a:last-child{border-right: 1px solid #DDD;}