body {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'Arctic';
	src: url('../fonts/hinted-Arctic.eot');
	src: local('Arctic'), url('../fonts/hinted-Arctic.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Arctic.woff2') format('woff2'), url('../fonts/hinted-Arctic.woff') format('woff'), url('../fonts/hinted-Arctic.ttf') format('truetype'), url('../fonts/hinted-Arctic.svg#Arctic') format('svg');
	font-weight: normal;
	font-style: normal;
}

*[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: right;
}

.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;
	background-color: #FFFFFF;
}

.header .top {
	height: 40px;
	overflow: hidden;
	background-color: #1e96d8;
}

.header .top .msg {
	float: left;
}

.header .top .msg p {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 2.857142857142857;
}

.header .top .msg p a:hover {
	text-decoration: underline !important;
}

.header .top .msg p.tel {
	padding-left: 40px;
}

.header .top .msg p.tel:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e604';
	margin-right: 10px;
}

.header .top .top_share {
	float: right;
	line-height: 40px;
}

.header .top .top_share ul {
	margin: 0 -5px;
}

.header .top .top_share ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}

.header .top .top_share ul li a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.header .top .top_share ul li a:before {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
	font-family: 'iconfont';
	font-size: 14px;
	content: '\e615';
	color: #1e96d8;
	text-align: center;
}

.header .top .top_share ul li.twitter a:before {
	content: '\e60c';
}

.header .top .top_share ul li.google a:before {
	content: '\e61a';
}

.header .top .top_share ul li.youtube a:before {
	content: '\e6d7';
}

.header .top .top_share ul li.instagram a:before {
	content: '\e6f0';
}

.header .top .top_share ul li:hover a {
	text-decoration: none !important;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.header .top .language {
	float: right;
	padding-left: 10px;
}

.header .top .language ul li {
	display: inline-block;
	margin: 0 8px;
}

.header .top .language ul li a {
	display: block;
	line-height: 43px;
}

.header .top .language ul li a:before {
	display: inline-block;
	font-family: 'iconfont';
	width: 20px;
	height: 20px;
	border-radius: 4px;
	font-size: 20px;
	content: '\e6c1';
	color: #FFFFFF;
}

.header .top .language ul li.cn a:before {
	content: '\e6c6';
}

.header .top .language ul li:hover a {
	color: #fff;
}

.header .top-nav {
	position: relative;
	clear: both;
}

.header .logo {
	position: absolute;
	float: left;
	height: 70px;
	margin-top: 15px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .logo img {
	display: inline-block;
	height: 100%;
}

.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(0, 0, 0, .96);
}

.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: '\e656';
	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: #1e96d8;
	padding-left: 30px;
}

.header .find:before {
	display: inline-block;
	vertical-align: top;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e656';
}

.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: #1e96d8;
}

.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: #1e96d8;
}

.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 {
		display: inline-block;
		float: right;
	}
	.header .nav .nav-list1>li {
		float: left;
		margin: 0 30px;
		line-height: 10px;
		position: relative;
	}
	.header .nav .nav-list1>li>a {
		display: inline-block;
		font-size: 18px;
		color: #1a1a1a;
		line-height: 100px;
		position: relative;
		overflow: hidden;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		color: #1e96d8;
	}
	.header .nav .nav-list1>li:after,
	.header .nav .nav-list1>li:before {
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		content: '';
		display: block;
		background-color: #1e96d8;
		-webkit-transition: all .5s;
		transition: all .5s;
		opacity: 0;
	}
	.header .nav .nav-list1>li.active:after,
	.header .nav .nav-list1>li.active:before,
	.header .nav .nav-list1>li:hover:after,
	.header .nav .nav-list1>li:hover:before {
		top: 30%;
		opacity: 1;
	}
	.header .nav .nav-list1>li:after {
		top: auto;
		bottom: 0;
	}
	.header .nav .nav-list1>li.active:after,
	.header .nav .nav-list1>li:hover:after {
		top: auto;
		bottom: 30%;
	}
	.header .nav .nav-list1>li>a:after,
	.header .nav .nav-list1>li>a:after {
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 4px solid #1e96d8;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .5s;
		transition: all .5s;
		opacity: 0;
	}
	.header .nav .nav-list1>li:hover>a:after,
	.header .nav .nav-list1>li.active>a:after {
		bottom: 31%;
		opacity: 1;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 180px;
		padding: 15px 0;
		text-align: center;
		text-align: left;
		-webkit-transform: translateX(-15%);
		-ms-transform: translateX(-15%);
		transform: translateX(-15%);
		background-color: rgba(255, 255, 255, .95);
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
	.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: 36px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0px 20px;
		color: #333;
		-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);
		color: #1e96d8;
	}
	.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;
	}
}

@media (max-width: 1469px) {
	.header .nav .nav-list1>li {
		margin: 0 20px;
	}
}

.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: '\e9b5';
}

.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: '\e67c';
	color: #FFFFFF;
	background: none;
}

.header .pc-search .search-msg {
	display: inline-block;
	vertical-align: middle;
}

.header.fixed-header {
	top: -40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header.fixed-header .logo {
	margin-top: 7px;
	height: 55px;
}

.header.fixed-header .nav .nav-list1>li>a {
	line-height: 70px;
}

.header.fixed-header .find {
	line-height: 70px;
}

@media (max-width: 1199px) {
	.header .top {
		height: 30px;
	}
	.header .top .msg p:first-child,
	.header .top .top_share {
		display: none;
	}
	.header .top .msg p.tel {
		padding-left: 0;
	}
	.header .top .top_contact p,
	.header .top .msg p {
		line-height: 30px;
	}
	.header .top .language ul li a {
		line-height: 30px;
	}
	.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: '\e72f';
		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: -30px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
	.header .top-nav {
		height: 70px;
	}
	.header .logo,
	.header.fixed-header .logo {
		margin-top: 7px;
		height: 55px;
	}
	.header .find {
		line-height: 70px;
		padding-right: 60px;
	}
}

@media (max-width: 991px) {
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
		line-height: 1.5 !important;
		display: block;
		text-transform: uppercase;
	}
}

@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;
	}
}


/*footer*/

.footer {
	font-size: 0;
	padding: 50px 0;
	background: url(../images/img/foot_bg.jpg) no-repeat center;
	background-size: cover;
}

.footer .foot {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.footer .foot .foot_logo {
	width: 160px;
	margin: auto;
}

.footer .foot .foot_logo img {
	width: 100%;
	height: 100%;
}

.footer .foot .share_box {
	margin-top: 40px;
	text-align: center;
}

.footer .foot .share_box ul {
	margin: 0 -5px;
}

.footer .foot .share_box ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}

.footer .foot .share_box ul li a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.footer .foot .share_box ul li a:before {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
	font-family: 'iconfont';
	font-size: 14px;
	content: '\e615';
	color: #1e96d8;
	text-align: center;
}

.footer .foot .share_box ul li.twitter a:before {
	content: '\e60c';
}

.footer .foot .share_box ul li.google a:before {
	content: '\e61a';
}

.footer .foot .share_box ul li.youtube a:before {
	content: '\e6d7';
}

.footer .foot .share_box ul li.instagram a:before {
	content: '\e6f0';
}

.footer .foot .share_box ul li:hover a {
	text-decoration: none !important;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.footer .foot .foot_nav {
	margin-top: 30px;
}

.footer .foot .foot_nav ul {
	text-align: center;
}

.footer .foot .foot_nav ul li {
	display: inline-block;
	vertical-align: top;
}

.footer .foot .foot_nav ul li:after {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin: 0 50px;
}

.footer .foot .foot_nav ul li:last-child:after {
	display: none;
}

.footer .foot .foot_nav ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.footer .foot .foot_contact {
	margin-top: 30px;
}

.footer .foot .foot_contact ul li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.footer .foot .foot_contact ul li p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #ffffff;
	word-break: break-word;
}

.footer .foot .foot_contact ul li p:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e604';
	text-align: center;
	margin-right: 10px;
	font-size: 16px;
}

.footer .foot .foot_contact ul li p.fax:before {
	content: '\edd8';
}

.footer .foot .foot_contact ul li p.email:before {
	content: '\e6a4';
}

.footer .foot .foot_contact ul li p.website:before {
	content: '\e679';
}

.footer .foot .foot_contact ul li p.address:before {
	content: '\e606';
}

.footer .foot .foot_contact ul li p a:hover {
	text-decoration: underline !important;
}

.footer .copyright {
	margin-top: 30px;
}

.footer .copyright p {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.footer .copyright p a {
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 20px;
}

.footer .copyright a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1199px) {
	.footer .foot .foot_nav ul li:after {
		margin: 0 30px;
	}
	.footer .foot .share_box {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.footer {
		padding: 30px 0;
		margin-bottom: 50px;
	}
	.footer .foot .share_box,
	.footer .foot .foot_nav,
	.footer .foot .foot_contact,
	.footer .copyright {
		margin-top: 20px;
	}
	.footer .foot .foot_nav ul li:after {
		margin: 0 15px;
	}
	.footer .copyright p {
		line-height: 24px;
	}
	.footer .copyright p a {
		display: block;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 20px 0 15px 0;
	}
	.footer .foot .foot_logo {
		width: 130px;
	}
	.footer .foot .foot_contact ul li {
		width: 100%;
		text-align: left;
	}
}


/*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 {
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-size: 14px;
	padding: 0 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: solid 1px #1e96d8;
	background-color: #FFFFFF;
	text-align: center;
	color: #1e96d8;
	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: #1e96d8;
}

.page li.prev a:before {
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e9b5';
	text-align: center;
}

.page li.next a:before {
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e72f';
	text-align: center;
}


/*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: '\e629';
	-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;
}

.online-wrap .online a {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	line-height: 48px;
	text-align: center;
	margin-bottom: 3px;
}

.online-wrap .online a:hover {
	background-color: #1e96d8;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	color: #fff;
}

.online-wrap .icon-qq:before {
	content: '\e62d';
}

.online-wrap .icon-skype:before {
	content: '\e6b7';
}

.online-wrap .icon-whatsapp:before {
	content: '\e751';
}

.online-wrap .icon-email:before {
	content: '\e6a4';
}

.online-wrap .icon-wechat:before {
	content: '\e605';
}

.online-wrap .icon-arrow-top:before {
	content: '\e617';
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 120px;
	height: 120px;
	padding-left: 5px;
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.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;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 90px;
	}
	.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;
}

@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: 25%;
	padding: 6px 0;
	text-align: center;
	color: #ffffff;
	border-left: 1px solid #418242;
	border-right: 1px solid #091509;
	background-color: #004d2f;
}

@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: 12px;
	}
}

.bottom_nav ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: block;
	content: '';
	line-height: 20px;
}

.bottom_nav ul li.tel a:before {
	content: '\e61c';
}

.bottom_nav ul li.foot_pro a:before {
	content: '\e625';
}

.bottom_nav ul li.email a:before {
	content: '\e6a4';
}

.bottom_nav ul li.foot_cont a:before {
	content: '\e609';
}

.bottom_nav ul li.shopcart a {
	position: relative;
}

.bottom_nav ul li.shopcart span {
	position: absolute;
	top: -4px;
	right: 25%;
	width: 16px;
	height: 16px;
	background-color: #000;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 50%;
}


/*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 .lists .item .pic .img-box img,
.about .lists .pic .img-box img,
.product .prod_lists .item .img-box img,
.index_news .lists .left .msg .pic .img-box img,
.index_engineering .lists .item .img-box img,
.index_product .item .img-box img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.news .lists .item:hover .pic .img-box img,
.about .lists .pic:hover .img-box img,
.product .prod_lists .item:hover .img-box img,
.index_news .lists .left .msg:hover .pic .img-box img,
.index_engineering .lists .item:hover .img-box img,
.index_product .item:hover .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);
}

.news_detail .news_relate ul li:after,
.news .lists .item .info .news_info:after,
.news .lists .item .info .news_title:after,
.about_develop .item_content .info:after,
.about_develop .item:after,
.product .product_box:after,
.index_news .lists .right .item:after,
.index_about .about_main .right:after,
.index_about .about_main:after,
.header .top:after {
	display: table;
	clear: both;
	content: '';
}