body {
	font-family: Arial, 'Microsoft YaHei', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;

	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

@-ms-viewport {
	width: auto !important;
}

/*@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins-Light.eot');
	src: local('Poppins Light'), local('Poppins-Light'), url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.eot');
	src: local('Poppins Medium'), local('Poppins-Medium'), url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.eot');
	src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Black';
	src: url('../fonts/Poppins-Black.eot');
	src: local('Poppins Black'), local('Poppins-Black'), url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff'), url('../fonts/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}*/

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

li,
ol,
ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

.slick-slide {
	outline: none;
}

.slick-slide a {
	outline: none !important;
}

.fr {
	float: left;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
	}
}

.aa {
	transform: translate3d(0px, 0px, 0px) !important;
}


/*nav*/

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	/*border-bottom: 1px solid #000000;*/
}

.header .top-nav {
	position: relative;
	clear: both;
}

.header .logo {
	position: absolute;
	float: left;
	/*right:80px;*/
	height: 54px;
	margin-top: 7px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color:white;
	font-size:1.5em;
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .logo img {
	display: inline-block;
	height: 100%;
}

.header .language {
	float: right;
	overflow: hidden;
	margin-left: 20px;
	line-height: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
	position:absolute;
	right:20px;
}

.header .language ul {
	margin: 0 -3px;
}

.header .language ul li {
	display: inline-block;
	padding: 0 3px;
}

.header .language ul li a {
	line-height: 20px;
	display: block;
}

.header .language ul li a:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	border-radius: 50%;
	vertical-align: middle;
	background: url(../images/common/language.png) no-repeat;
	background-size: cover;
}

.header .language ul li.cn a:before {
	background-position: -33px 0;
}

.header .language ul li.fa a:before {
	background-position: -63px 0;
}

.header .language ul li.spa a:before {
	background-position: -66px 0;
}

.header .language ul li:hover a {
	color: #fff;
}

.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: rgba(248, 152, 55, .9);*/
	background-color: rgba(187, 161, 128, .9);
}

.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;
}

.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: '\e639';
	color: #fff;
}

@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
	.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;
	}
}

.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;
}

.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: #09488b;
}

.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;
}

.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}

.header .find {
	display: inline-block;
	float: right;
	line-height: 100px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #FFFFFF;
	padding-left: 10px;
}

.header .find:before {
	display: inline-block;
	vertical-align: top;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e639';
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 6px;
	right: 20px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

.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: #FFFFFF;
}

.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: #FFFFFF;
}

.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);
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav {
		float: right;
		width: 70%;
		margin-left:25%;
	}
	.header .nav .nav-list1>li {
		float: left;
		margin: 0 12px;
		line-height: 10px;
		position: relative;
	}
	.header .nav .nav-list1>li>a {
		display: inline-block;
		font-size: 18px;
		color: rgba(255, 255, 255, .6);
		line-height: 100px;
		position: relative;
		overflow: hidden;
		text-transform: capitalize;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .nav .nav-list1>li.active a,
	.header .nav .nav-list1>li:hover a {
		color: #FFFFFF;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		padding: 10px 0;
		min-width: 220px;
		text-align: center;

		background-color: rgba(187, 161, 128, .8);
		-webkit-transform: translateX(-15%);
		-ms-transform: translateX(-15%);
		transform: translateX(-15%);
	}
	.header .nav .nav-list1 .nav-list2 li {
		position: relative;
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		font-size: 14px;
		line-height: 2.285714285714286;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0px 20px;
		color: #FFFFFF;
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
	}
	.header .nav .nav-list1 .nav-list2 li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
	}
	.header .nav .nav-list1 .nav-list2 li img {
		max-width: 300px;
	}
	.header .nav .nav-list1 .nav-list3 {
		position: absolute;
		top: -20px;
		left: 100%;
		display: none;
		min-width: 180px;
		padding: 20px 0;
		text-align: left;
		background-color: rgba(216, 15, 31, .86);
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		line-height: 30px;
		padding: 0 20px;
	}
	.header .nav .nav-list1 .nav-list3 li>a:hover {
		text-decoration: underline !important;
		color: #3361cc;
		background: none;
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e727';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

.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%;
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 18px;
	line-height: 50px;
	margin: 25px 0;
	text-align: left;
}

.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;
}

.header .nav-2 .navpro_box,
.header .nav-3 .navpro_box {
	display: none !important;
}

.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 (min-width: 1200px) and (max-width: 1199px) {
	.header .nav .nav-list1 .nav-list2 .navpro_box {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@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;
	top: 18px;
	left: 15px;
}

.header .pc-search {
	width: 120px;
	float: right;
	overflow: hidden;
	margin-top: 30px;
	border-radius: 15px;
	border: solid 1px #9e9a9a;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .pc-search .ipt {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.header .pc-search .ipt input {
	width: 70%;
	min-height: 28px;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	padding: 0 0 0 10px;
	background-color: #FFFFFF;
	border: none;
}

.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
	color: rgba(102, 102, 102, .5);
}

.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
	color: rgba(102, 102, 102, .5);
}

.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
	color: rgba(102, 102, 102, .5);
}

.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
	color: rgba(102, 102, 102, .5);
}

.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
	color: #EEEEEE;
}

.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
	color: #EEEEEE;
}

.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
	color: #EEEEEE;
}

.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
	color: #EEEEEE;
}

.header .pc-search .submit {
	width: 40px;
	line-height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background-color: #5c5a5a;
}

.header .pc-search .submit:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e639';
	color: #FFFFFF;
	background: none;
}

.header .pc-search .search-msg {
	display: inline-block;
	vertical-align: middle;
}

.header.fixed-header {
	/*background-color: #f89837;*/
	/*background-color: rgba(248, 152, 55, .9);*/
	background-color: rgba(187, 161, 128, .9);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header.fixed-header .logo {
	margin-top: 14px;
	height: 45px;
}

.header.fixed-header .find,
.header.fixed-header .language,
.header.fixed-header .nav .nav-list1>li>a {
	line-height: 70px;
}

@media (max-width: 1469px) {
	.header .logo {
		height: 40px;
		margin-top: 7px;
	}
	.header .nav .nav-list1>li {
		margin: 0 8px;
	}
	.header .nav .nav-list1>li>a {
		font-size: 15px;
	}
	.header .language {
		margin-left: 10px;
	}
	.header.fixed-header .logo {
		margin-top: 15px;
		height: 40px;
	}
}

@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: #000;
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.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: #000;
	}
	.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;
	}
	.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-2 .content ul li a,
	.header .nav-3 .content ul li a {
		color: #fff;
	}
	.header .fade-out ul .pic {
		display: none !important;
	}
	.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;
		display: block;
		float: none;
	}
	.header .fade-out ul.nav-list1>li {
		padding: 0 12px !important;
	}
	.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 !important;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
	.header .nav-collapse {
		display: block;
		top: 15px;
	}
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 8px;
		border: none;
	}
	.header.fixed-header {
		top: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
	.header .top-nav {
		height: 70px;
	}
	.header .logo,
	.header.fixed-header .logo {
		margin-top: 14px;
		height: 45px;
	}
	.header .find {
		line-height: 70px;
	}
	.header .language {
		line-height: 70px;
		margin: 0 60px 0 20px;
	}
}

@media (max-width: 991px) {
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
		line-height: 1.5 !important;
		display: block;
		text-transform: capitalize;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
	.header .nav-2 .nav-top .nav-title,
	.header .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
	.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 {
		margin: 0;
	}
}

@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.header .logo,
	.header.fixed-header .logo {
		margin-top: 20px;
		height: 32px;
	}
	.header .language {
		margin: 0 35px 0 10px;
	}
}

@media (max-width: 340px) {
	.header .logo,
	.header.fixed-header .logo {
		margin-top: 20px;
		height: 26px;
	}
}


/*footer*/

.footer {
	font-size: 0;
}

.footer .foot {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f6f6f6;
	z-index: 2;
	padding: 65px 0 35px 0;
}

.footer .foot .container>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.footer .foot .container>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

.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;
	}
}

.footer .foot .container>ul>li h3 {
	/*font-family: 'Poppins-Medium';*/
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
}

@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 {
	text-align: left;
}

.footer .foot .container>ul>li .info-down {
	margin-top: 20px;
}

.footer .foot .container>ul>li .item-1 a {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: block;
	position: relative;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .container>ul>li .item-1 a:hover {
	/*color: #f89837;*/
	color: #C1AA8C;
}

.footer .foot .container>ul>li .item-1 .tip_pic {
	/*width: 140px;*/
	margin-top: 20px;
}

.footer .foot .container>ul>li .item-1 .tip_pic img {
	max-width: 100%;
	height: auto !important;
}

.footer .foot .container>ul>li:first-child {
	width: 300px;
}

.footer .foot .container>ul>li .item-2 p {
	position: relative;
	margin: 5px 0 0 0;
}

.footer .foot .container>ul>li .item-2 .msg p {
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	word-break: break-word;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer .foot .container>ul>li .item-2 .msg p:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e62a';
	color: #5fb231;
}

.footer .foot .container>ul>li .item-2 .msg p.tel:before {
	content: '\e694';
}

.footer .foot .container>ul>li .item-2 .msg p.fax:before {
	content: '\e61c';
}

.footer .foot .container>ul>li .item-2 .msg p.email:before {
	content: '\e66f';
}

.footer .foot .container>ul>li .item-2 .msg p a {
	display: inline-block;
	color: #666;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .container>ul>li .item-2 .msg p a:hover {
	/*color: #f89837;*/
	color: #C1AA8C;
	text-decoration: underline !important;
}

.footer .foot .container>ul>li .item-2 .share {
	margin-top: 20px;
}

.footer .foot .container>ul>li .item-2 .share ul,
.footer .foot .container>ul>li .item-2 .share ul li {
	display: inline-block;
	vertical-align: middle;
}

.footer .foot .container>ul>li .item-2 .share ul li a {
	display: block;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 1px rgba(111, 111, 111, .2);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer .foot .container>ul>li .item-2 .share ul li a:before {
	font-family: 'iconfont';
	font-size: 16px;
	display: block;
	content: '\e6d7';
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	color: rgba(0, 0, 0, .5);
}

.footer .foot .container>ul>li .item-2 .share ul li.twitter a:before {
	content: '\e652';
}

.footer .foot .container>ul>li .item-2 .share ul li.instagram a:before {
	content: '\e60d';
}

.footer .foot .container>ul>li .item-2 .share ul li.facebook a:before {
	content: '\e615';
}

.footer .foot .container>ul>li .item-2 .share ul li.linkedin a:before {
	content: '\e6f0';
}

.footer .foot .container>ul>li .item-2 .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.footer .foot .container>ul>li .item-3 {
	width: 330px;
}

.footer .foot .container>ul>li .item-3 p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
	word-break: break-word;
}

.footer .foot .container>ul>li .item-3 .ipt_form {
	margin-top: 15px;
}

.footer .foot .container>ul>li .item-3 ul {
	overflow: hidden;
	margin: 0 -10px;
}

.footer .foot .container>ul>li .item-3 ul li {
	padding: 0 10px;
}

.footer .foot .container>ul>li .item-3 input,
.footer .foot .container>ul>li .item-3 textarea {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #999999;
	width: 100%;
	margin-bottom: 15px;
	background-color: transparent;
	border: solid 1px rgba(221, 221, 221, .5);
	padding: 0px 15px;
}

.footer .foot .container>ul>li .item-3 textarea {
	padding: 5px 15px;
	line-height: 28px;
	min-height: 70px;
}

.footer .foot .container>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-webkit-input-placeholder {
	color: #999999;
}

.footer .foot .container>ul>li .item-3 input:-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-o-placeholder {
	color: #999999;
}

.footer .foot .container>ul>li .item-3 input::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-moz-placeholder {
	color: #999999;
}

.footer .foot .container>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-ms-input-placeholder {
	color: #999999;
}

.footer .foot .container>ul>li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-webkit-input-placeholder {
	color: #EEEEEE;
}

.footer .foot .container>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-o-placeholder {
	color: #EEEEEE;
}

.footer .foot .container>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-moz-placeholder {
	color: #EEEEEE;
}

.footer .foot .container>ul>li .item-3 input:focus::-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-ms-input-placeholder {
	color: #EEEEEE;
}

.footer .foot .container>ul>li .item-3 .submit {
	display: block;
	width: 150px;
	height: 42px;
	background-color: #5fb231;
	font-size: 14px;
	color: #ffffff;
	line-height: 42px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer .foot .container>ul>li .item-3 .submit:hover {
	opacity: .8;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 40px 0 10px 0;
	}
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
	.footer .foot .container>ul:after {
		display: none;
	}
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 50% !important;
		padding: 0 15px 30px 15px;
		vertical-align: top;
	}
	.footer .foot .container>ul>li .item {
		margin-top: 10px;
	}
	.footer .foot .container>ul>li .item-2,
	.footer .foot .container>ul>li .item-3 {
		width: 100%;
	}
	.footer .foot .container>ul>li .item-3 textarea {
		min-height: 80px;
	}
}

@media (max-width: 991px) {
	.footer {
		margin-bottom: 50px;
	}
	.footer .foot {
		padding: 15px 0 20px 0;
	}
	.footer .foot .container>ul>li {
		padding: 0 15px;
		width: 100% !important;
	}
	.footer .foot .container>ul>li .info-down {
		display: none;
		margin-top: 10px;
		padding-bottom: 15px;
	}
	.footer .foot .container>ul>li h3 {
		font-size: 18px;
	}
}

.footer .copyright {
	padding: 10px 0;
	text-align: center;
	/*background-color: #f89837;*/
	background-color: #C1AA8C;
	
}

.footer .copyright p {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.footer .copyright p a {
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all .35s;
	transition: all .35s;
	margin-left: 10px;
}

.footer .copyright a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1469px) {
	.footer .copyright p a {
		margin-left: 150px;
	}
}

@media (max-width: 1199px) {
	.footer .copyright p a {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	.footer .copyright p {
		float: none;
		line-height: 22px;
		text-align: center;
	}
	.footer .copyright p span {
		display: block;
	}
	.footer .copyright p a {
		display: block;
		margin-left: 0;
	}
	.footer .copyright .share {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
}


/*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%;
}

.pic_cover img {
	position: absolute;
	/*top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;

}


.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-size: 16px;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999999;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.page li a {
	display: block;
}

.page li:hover a,
.page li.active a {
	color: #FFFFFF;
	background-color: #5fb231;
}

.page li.prev a:before {
	font-family: 'iconfont';
	font-weight: bold;
	font-size: 18px;
	content: '\e727';
	text-align: center;
}

.page li.next a:before {
	font-family: 'iconfont';
	font-weight: bold;
	font-size: 18px;
	content: '\e728';
	text-align: center;
}

@media (max-width: 991px) {
	.page li a {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}


/*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: 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: 50px;
	-webkit-transition: right .3s;
	transition: right .3s;
}

.online-wrap .online a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #53b233;
	-webkit-transition: all .4s;
	transition: all .4s;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.online-wrap .online a:hover {
	background-color: rgba(0, 0, 0, .9);
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	color: #fff;
}

.online-wrap .icon-wechat:before {
	content: '\e646';
}

.online-wrap .icon-arrow-top:before {
	content: '\e610';
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: -165px;
	right: 100%;
	width: 210px;
	height: 210px;
	padding-left: 5px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #786C6C;
	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;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 100px;
	}
	.online-wrap .online.active {
		right: 0;
	}
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.online-wrap .online a:before {
		font-size: 18px;
	}
}


/*bottom_nav*/

.bottom_nav {
	display: none;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #53b233;
	box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-left: 1px solid #2c8410;
	border-right: 1px solid #2ccc40;
}

.bottom_nav ul li>a {
	font-size: 12px;
	display: block;
	padding: 8px 0;
}

.bottom_nav ul li>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	display: block;
	height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li:first-child {
	border-left: none;
}

.bottom_nav ul li.tel>a:before {
	content: '\e694';
}

.bottom_nav ul li.mail>a:before {
	content: '\e66f';
}

.bottom_nav ul li.foot_prod>a:before {
	content: '\e61a';
}

.bottom_nav ul li.message>a:before {
	content: '\e767';
}

.bottom_nav ul li.top>a:before {
	content: '\e610';
}


/*00000*/

.online_icon {
	width: 36px;
	height: 156px;
	overflow: hidden;
}

.online_icon a {
	display: block;
	width: 36px;
	height: 156px;
	background: url(../images/common/online_bg.png) no-repeat;
}

.online_windows {
	width: 136px;
}

.online_w_top {
	background: url(../images/common/online_bg.png) no-repeat -40px 0;
	height: 10px;
}

.online_w_c {
	background: url(../images/common/online_bg.png) repeat-y 0 -185px;
	padding: 0 5px;
}

.online_w_bottom {
	background: url(../images/common/online_bg.png) repeat-y -39px -36px;
	height: 29px;
}

.online_content {
	background: url(../images/common/online_bg.png) no-repeat -147px -185px;
	padding-top: 8px;
}

.online_content a.qq_icon {
	background: url(../images/common/online_bg.png) no-repeat -37px -130px;
	width: 121px;
	height: 25px;
	display: block;
	margin: 0 auto;
	text-indent: 30px;
	line-height: 23px;
	cursor: pointer;
}

.online_content a.qq_icon:hover {
	background-position: -159px -130px;
	color: #FFF;
}

.online_bar h2 {
	background: url(../images/common/online_bg.png) repeat-x 0 -156px;
	height: 29px;
	line-height: 27px;
	font-size: 12px;
	color: #666;
	text-align: left;
	margin: 0;
}

.online_bar h2 a {
	display: block;
	padding-left: 14px;
	margin-left: 6px;
	cursor: pointer;
}

.expand h2 a {
	background: url(../images/common/online_bg.png) no-repeat -36px -69px;
}

.collapse h2 a {
	background: url(../images/common/online_bg.png) no-repeat -36px -96px;
}

.expand h2 a:hover,
.collapse h2 a:hover {
	text-decoration: none;
	color: #53b233;
}

.online_content {
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 1px;
}

.online_content ul li {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 4px;
}

.online_content ul li a:hover {
	color: #c81d04;
}

#online_qq_layer {
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 999;
	/*farhad*/
	display:none
}
/**farhad**/
.online-wrap
{
	display:none;
}

#online_qq_tab {
	float: left;
	margin-top: 50px;
}

#onlineService {
	float: left;
	margin-left: -3px;
	display: none;
}

#onlineType1,
#onlineType2,
#onlineType3,
#onlineType4,
#onlineType5,
#onlineType6 {
	display: none;
}

#onlineType1 {
	display: block;
}

#online_qq_layer .collapse {
	display: block;
}

@media (max-width: 1199px) {
	#online_qq_layer {
		display: none;
	}
}


/*zoom*/

.zoomDiv {
	z-index: 9;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 1;
	cursor: move;
	background: url(../images/common/mask.png) repeat scroll 0 0 transparent;
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}


/*0*/

.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;
}

.ii {
	display: block;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e727';
	text-align: center;
}

.news .item .pic .img-box img,
.product .prod_lists .item .img-box img,
.index_choose .item .pic .img-box img,
.index_about .right .item .pic .img-box img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.news .item:hover .pic .img-box img,
.product .prod_lists .item:hover .img-box img,
.index_choose .item:hover .pic .img-box img,
.index_about .right .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.customer_box .slick_customer:after,
.plant_box .list .conta:after,
.service_adv .list ul:after,
.index_service .list ul:after,
.index_about .right .item .info .msg:after,
.index_about .right .item:after,
.index_about .left .msg:after {
	display: table;
	clear: both;
	content: '';
}
