* {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei';
}

body {
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

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;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
	}
}


/*nav*/

.header {
	z-index: 10;
	/*position: fixed;*/
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background-color: #43a047;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top {
	background-color: #ffffff;
	border-bottom: 1px solid #e4f1e7;
}

@media (max-width: 1199px) {
	.header .top {
		display: none;
	}
}

.header .top p a {
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #333;
}

.header .tel {
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 110px;
	color: #e2313d;
}

@media (max-width: 1199px) {
	.header .tel {
		display: none;
	}
}

.header .tel a {
	font-size: 20px;
	line-height: 38px;
	color: #e2313d;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 12px;
}

.header .tel a:first-child {
	margin-left: 0px;
}

.header .tel a:hover {
	color: #333;
}

.header .top_box {
	background-color: #ffffff;
}

.header .top_box .hot_search {
	float: left;
	margin-left: 30px;
	width: 30%;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.header .top_box .hot_search {
		display: none;
	}
}

.header .top_box .hot_search b {
	font-size: 26px;
	font-weight: bold;
	line-height: 110px;
	color: #e2313d;
}

.header .top_box .hot_search ul,
.header .top_box .hot_search ul li {
	display: inline-block;
}

.header .top_box .hot_search ul li a {
	font-size: 16px;
	line-height: 110px;
	color: #e2313d;
	font-weight: bold;
}

.header .top_box .hot_search ul li a:hover {
	text-decoration: underline !important;
}

.header .language-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: right;
	cursor: pointer;
	margin: 0 0 0 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .language-box ul {
	top: 80%;
	width: 110px;
	display: none;
	padding: 10px 19px 10px 19px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, .15);
}

.header .language-box p {
	font-size: 16px;
	line-height: 110px;
	margin: 0;
	padding: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #333;
}

.header .language-box p:before,
.header .language-box p:after {
	display: inline-block;
	content: '';
	vertical-align: middle;
}

.header .language-box p:after {
	float: right;
	width: 0;
	height: 0;
	margin-top: 53px;
	margin-left: 6px;
	content: '';
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

.header .language-box ul {
	position: absolute;
	z-index: 900;
	left: 50%;
	/*display: none;*/
	min-width: 90px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
}

.header .language-box ul li {
	margin: 5px 0;
}

.header .language-box ul li a {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	display: block;
	text-align: center;
	color: #333;
}

.header .language-box ul li a:hover {
	text-decoration: underline;
}

.header .language-box li {
	white-space: nowrap;
}

.header .top-nav {
	background-color: #43a047;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header .logo {
	position: relative;
	float: left;
	height: 85px;
	margin: 10px 0 0 0;
	-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: 1199px) {
	.header .language-box {
		position: absolute;
		right: 70px;
		float: none;
	}
	.header .language-box ul li a:before {
		width: 20px;
		height: 20px;
	}
	.header .language-box p {
		line-height: 80px;
	}
	.header .language-box p:after {
		margin-top: 38px;
	}
	.header .logo {
		height: 70px;
		margin: 0;
	}
}

@media (max-width: 991px) {
	.header .logo {
		height: 55px;
		margin: 8px 0;
	}
	.header .language-box p {
		line-height: 70px;
		font-size: 15px;
	}
	.header .language-box ul li a {
		font-size: 15px;
		line-height: 25px;
	}
	.header .language-box p:after {
		margin-top: 34px;
	}
}

@media (max-width: 360px) {
	.header .logo {
		height: 45px;
		margin: 13px 0;
	}
}

.header .pc-search {
	float: right;
	margin-top: 35px;
	margin-left: 42px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1470px) {
	.header .pc-search {
		margin-left: 15px;
	}
	.header .language {
		margin-left: 20px;
	}
}

.header .pc-search .ipt {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: solid 1px #D7D7D7;
}

.header .pc-search .ipt input {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding: 0px 25px;
	border: none;
}

.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
	color: #666666;
}

.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
	color: #666666;
}

.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
	color: #666666;
}

.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
	color: #666666;
}

.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
	color: #cccccc;
}

.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
	color: #cccccc;
}

.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
	color: #cccccc;
}

.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
	color: #cccccc;
}

.header .pc-search .submit {
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 25px;
	padding: 0;
	background: none;
}

.header .pc-search .submit:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e603';
	color: #666666;
	background: none;
}

.header .pc-search .search-msg {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.header .pc-search {
		margin-top: 5px;
		margin-left: 0px;
	}
	.header .pc-search .ipt {
		width: 180px;
		margin-right: 35px;
	}
	.header .pc-search .ipt input {
		height: 34px;
		padding: 14px 20px;
	}
	.header .pc-search .submit {
		line-height: 34px;
	}
}

.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: #43a047;
}

.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: '\e603';
	color: #fff;
}

@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}

@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}

@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}

.header .search-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}

.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;
	display: inline-block;
	cursor: pointer;
}

.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e660';
	color: #2376e7;
}

.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 {
	line-height: 65px;
	display: none;
	float: right;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
}

@media (max-width: 991px) {
	.header .find {
		/*margin-right: 35px;*/
		display: block;
		line-height: 68px;
	}
}

.header .find:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e603';
	color: #666666;
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 6px;
	right: 15px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 16px;
		right: 20px;
	}
	.header .pc-search .ipt {
		margin-top: 18px;
	}
}

@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 .pc-search .ipt {
		display: none;
	}
	.header .nav-collapse {
		display: block;
		margin-top: 10px;
	}
}

@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;
		vertical-align: middle;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding-right: 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: #43a047;
	}
	.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;
		position: relative;
	}
	.header .nav .nav-list1>li>a {
		font-size: 16px;
		color: #fefefe;
		line-height: 45px;
		position: relative;
		/*display: block;*/
		overflow: hidden;
		padding: 0 25px;
		-webkit-transition: all .3s;
		transition: all .3s;
		text-transform: uppercase;
	}
	.header .nav .nav-list1>li:hover,
	.header .nav .nav-list1>li.active {
		background-color: #8bc34a;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 145px;
		padding: 20px 0;
		text-align: center;
		text-align: left;
		background-color: #43a047;
	}
	.header .nav .nav-list1 .nav-list2 li {
		position: relative;
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		font-family: Arial;
		font-size: 14px;
		line-height: 30px;
		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;
	}
	.header .nav .nav-list1 .nav-list2 li img {
		max-width: 400px;
	}
	.header .nav .nav-list1 .nav-list3 {
		position: absolute;
		top: -20px;
		left: 100%;
		display: none;
		min-width: 145px;
		padding: 20px 0;
		text-align: left;
		background-color: #43a047;
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		line-height: 30px;
		padding: 0 20px;
	}
}

@media (max-width: 1469px) {
	.header .nav .nav-list1>li>a {
		padding: 0 14px;
	}
}

@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;
	}
}

.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: #43a047;
	}
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e727';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

@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 .back-btn {
	position: absolute;
	left: 15px;
}

.header .top_mian.fixed-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 10;
}


/*.header .top_mian.fixed-header .logo {
	height: 58px;
	margin: 16px 0 10px 0;
}

.header .top_mian.fixed-header .top_box .hot_search b,
.header .top_mian.fixed-header .top_box .hot_search ul li a {
	line-height: 90px;
}

.header .top_mian.fixed-header .pc-search {
	margin-top: 25px;
}

.header .top_mian.fixed-header .language{
	margin-top: 30px;
}*/

@media (max-width: 991px) {
	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
}


/*footer*/

.footer {
	font-size: 0;
}

.footer .foot {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/banner/footer_banner.jpg) center no-repeat;
	background-size: cover;
	z-index: 2;
	padding: 144px 0 0 0;
}

.footer .foot .container>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
	padding-bottom: 88px;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 120px 0 0 0;
	}
	.footer .foot .container>ul {
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.footer .foot {
		padding: 60px 0 0 0;
	}
	.footer .foot .container>ul {
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
		padding-bottom: 30px;
	}
}

.footer .foot .container>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot .container>ul:after {
		display: none;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
	}
}

.footer .foot .container>ul>li {
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 1200px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		vertical-align: top;
		word-break: break-all;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 25%;
		margin-right: -4px;
		padding: 0 15px;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li {
		width: 100%;
		border-right: none;
	}
}

.footer .foot .container>ul>li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	/*padding-top: 10px;*/
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		content: '\e628';
		float: right;
		line-height: 24px;
	}
	.footer .foot .container>ul>li.current .title-foot h3:after {
		content: '\e623';
	}
}

.footer .foot .container>ul>li .item {
	padding-left: 100px;
	text-align: left;
}

@media (max-width: 1470px) {
	.footer .foot .container>ul>li .item {
		padding-left: 80px;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .item {
		padding-left: 0px;
		padding-right: 15px;
	}
}

.footer .foot .container>ul>li:first-child .item {
	padding-left: 0;
}

.footer .foot .container>ul>li:last-child .item {
	padding-right: 0px;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .item {
		margin-top: 20px;
	}
	.footer .foot .container>ul>li:last-child .item {
		padding-right: 15px;
	}
}

.footer .foot .container>ul>li .item-1 a {
	font-size: 14px;
	color: #a5a3a3;
	line-height: 28px;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer .foot .container>ul>li .item-1 a:hover {
	color: #43a047;
}

.footer .foot .container>ul>li .info-down {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .info-down {
		display: none;
		padding-bottom: 10px;
	}
}

.footer .foot .container>ul>li .info-down img {
	max-width: 100%;
}

.footer .foot .container>ul>li:last-child .info-down {
	padding-left: 0;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .item-1.code h3 {
		display: block;
	}
}

.footer .foot .container>ul>li .item-1.code .code_main {
	width: 145px;
	float: right;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .item-1.code .code_main {
		width: 145px;
		float: none;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .item-1.code .code_main {
		width: 120px;
		float: none;
	}
}

.footer .foot .container>ul>li .item-1.code .code_main .pic {
	width: 145px;
	height: 145px;
	border: solid 1px #9ea2a3;
	padding: 5px;
}

.footer .copyright {
	background-color: #161916;
	padding: 12px 0;
}

.footer .copyright p {
	float: left;
	font-size: 14px;
	color: #6b6c6b;
	line-height: 27px;
}

.footer .copyright p a {
	margin-left: 120px;
	font-size: 14px;
	color: #6b6c6b;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer .copyright a:hover {
	text-decoration: underline;
	color: #43a047;
}

@media (max-width: 991px) {
	.footer .copyright {
		padding: 15px 0;
		text-align: center;
	}
	.footer .copyright p,
	.footer .copyright p a {
		float: none;
		display: block;
		text-align: center;
		margin-left: 0;
	}
}

.footer .share {
	float: right;
}

@media (max-width: 991px) {
	.footer .share {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
}

.footer .share ul li {
	display: inline-block;
}

.footer .share ul li a {
	display: block;
	padding: 0 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer .share ul li a:before {
	width: 27px;
	height: 27px;
	background-color: rgba(0, 183, 238, .7);
	border-radius: 50%;
	overflow: hidden;
	font-family: 'iconfont';
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
	color: #FFFFFF;
	display: inline-block;
	content: '\e6f0';
	text-align: center;
	vertical-align: middle;
}

.footer .share ul li.facebook a:before {
	content: '\e615';
	background-color: rgba(50, 177, 108, .7);
}

.footer .share ul li.youtube a:before {
	content: '\e6d7';
	background-color: rgba(19, 181, 177, .7);
}

.footer .share ul li.twitter a:before {
	content: '\e652';
	background-color: rgba(179, 212, 101, .7);
}

.footer .share ul li.google a:before {
	content: '\e646';
	background-color: rgba(140, 151, 203, .7);
}

.footer .share ul li:hover a {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}


/*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%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	margin-top: 30px;
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-size: 16px;
	line-height: 46px;
	width: 46px;
	height: 46px;
	background-color: #eeeeee;
	border: solid 1px #dcdcdc;
	border-radius: 50%;
	text-align: center;
	color: #666666;
	margin: 0 3px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.page li:first-child a,
.page li:last-child a {
	color: #cbcbcb;
	border: none;
	background: none;
}

.page li:first-child a:hover,
.page li:last-child a:hover {
	color: #43a047;
	background: #fff;
}

@media (max-width: 991px) {
	.page {
		margin-top: 20px;
	}
	.page li a {
		font-size: 14px;
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
	.page li:first-child a {
		margin-right: 0px;
	}
	.page li:last-child a {
		margin-left: 0px;
	}
}

.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: #43a047;
	background-color: #43a047;
}


/*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);
}

table td {
	padding: 8px 20px !important;
	border: 1px solid @cf !important;
	/*background-color: #dcdcdc;*/
	&:first-child {
		background-color: #b5b5b5;
	}
}

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: 0;
	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: 10;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@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: 48px;
	height: 48px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .4s;
	transition: all .4s;
	line-height: 48px;
	text-align: center;
	margin-bottom: 5px;
}

.online-wrap .online a:hover {
	background-color: rgba(67, 160, 71, .7);
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	color: #fff;
}

.online-wrap .icon-qq:before {
	content: '\e62d';
}

.online-wrap .icon-skype:before {
	content: '\e616';
}

.online-wrap .icon-whatsapp:before {
	content: '\e659';
}

.online-wrap .icon-email:before {
	content: '\e6af';
}

.online-wrap .icon-wechat:before {
	content: '\e605';
}

.online-wrap .icon-arrow-top:before {
	content: '\e637';
}

@media (max-width: 768px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.online-wrap .online a:before {
		font-size: 18px;
	}
}

.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 {
	font-family: Arial;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	background-color: #43a047;
	margin-right: 5px;
}

.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;
}

.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;
}