body {
	font-family: 'Roboto', 'Arial', 'Microsoft YaHei', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.eot');
	src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-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: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1250px;
	}
}

.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;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .top {
	height: 45px;
	overflow: hidden;
	background-color: #292b33;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top .msg {
	float: left;
}

.header .top .msg p {
	display: inline-block;
	font-size: 14px;
	color: #bbbbbb;
	line-height: 3.214285714285714;
}

.header .top .msg p.tel:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e62a';
	margin-left: 10px;
}

.header .top .msg p.mail:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e642';
	margin-left: 10px;
	margin-right: 3px;
}

.header .top .msg p a:hover {
	color: #FFFFFF;
	text-decoration: underline !important;
}

.header .top .top_share {
	float: left;
	margin-left: 15px;
	line-height: 45px;
}

.header .top .top_share ul {
	margin: 0 -5px;
}

.header .top .top_share ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
}

.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;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e603';
	color: #bbbbbb;
	text-align: center;
}

.header .top .top_share ul li.twitter a:before {
	content: '\e652';
}

.header .top .top_share ul li.skype a:before {
	content: '\e616';
}

.header .top .top_share ul li.facebook a:before {
	content: '\e615';
}

.header .top .top_share ul li.linkedin 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 .top_share ul li:hover a:before {
	color: #FFFFFF;
}

.header .top .top-box {
	display: inline-block;
	float: right;
}

.header .top .top-box .tab {
	display: inline-block;
}

@media (max-width: 1199px) {
	.header .top .top-box .tab {
		display: none;
	}
}

.header .top .top-box .tab a {
	font-size: 13px;
	line-height: 45px;
	position: relative;
	display: inline-block;
	margin-left: -11px;
	padding: 0 20px;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
}

.header .top .top-box .tab a:last-child:after {
	display: none;
}

.header .top .top-box .tab a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '/';
	color: rgba(255, 255, 255, .3);
}

@media (max-width: 1199px) {
	.header .top .top-box .tab a {
		line-height: 30px;
		padding: 0 8px;
	}
}

.header .top .top-box .tab a:hover {
	background-color: #f3ca34;
}

.header .top .top-box .tab a:hover:after {
	color: #f3ca34;
}

.header .top-nav {
	clear: both;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo {
	position: absolute;
	float: left;
	height: 60px;
	margin-top: 15px;
	margin-left: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .logo img {
	display: inline-block;
	height: 100%;
}

.inq_btn {
	margin: 25px 0 25px 20px;
}

.inq_btn p {
	cursor: pointer;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0 18px;
	background-color: #33bcce;
	transition: all .4s;
}

.inq_btn p:hover {
	background-color: #f3ca34;
}

.header .tab_m {
	position: absolute;
	bottom: 70px;
	left: 0;
	display: none;
	width: 100%;
	text-align: left;
}

@media (max-width: 1199px) {
	.header .tab_m {
		display: block;
	}
	.inq_btn {
		margin: 17px 40px 17px 0;
	}
	.inq_btn p {
		font-size: 15px;
		line-height: 36px;
		padding: 0 15px;
	}
}

.header .tab_m a {
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	margin-left: -8px;
	padding: 0 15px;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
}

.header .tab_m a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '/';
	color: rgba(255, 255, 255, .3);
}

.header .tab_m a:last-child:after {
	display: none;
}

.header .tab_m a:hover {
	background-color: #234a93;
}

.header .tab_m a:hover:after {
	color: #234a93;
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 20px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
	.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: #fff !important;
	}
}

@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: #666;
}

.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: #666;
}

.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 .top-nav .container {
	position: relative;
}

@media (min-width: 1200px) {
	.header .nav {
		display: inline-block;
		float: right;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 26px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: #000;
	}
	.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 {
		position: relative;
	}
	.header .nav .nav-list1>li {
		float: left;
	}
	.header .nav .nav-list1>li>a {
		font-size: 18px;
		color: #6a6c74;
		line-height: 90px;
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 14px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .nav .nav-list1>li>a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 2px;
		margin: 0 auto;
		content: '';
		-webkit-transition: all .4s;
		transition: all .4s;
		background-color: #fff;
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		color: #0095eb;
	}
	.header .nav .nav-list1>li:hover>a:after,
	.header .nav .nav-list1>li.active>a:after {
		width: 100%;
	}
	.header .nav .nav-list1 li:nth-child() .nav-list2 {}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 90px;
		left: 0;
		min-height: 270px;
		display: none;
		min-width: 230px;
		padding: 20px 0;
		-webkit-transform: translateX(5%);
		-ms-transform: translateX(5%);
		transform: translateX(5%);
		text-align: center;
		text-align: left;
		background-color: rgba(52, 160, 170, .95);
	}
	.header .nav .nav-list1 .nav-list2 li {
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		font-size: 18px;
		font-weight: 300;
		line-height: 28px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 4px 20px;
		-webkit-transition: all .2s;
		transition: all .2s;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:hover {
		color: #f3ca34;
	}
	.header .nav .nav-list1 .nav-list2 li img {
		max-width: 300px;
	}
	.header .nav .nav-list1 .nav-list2 li.active .navpro_box {
		display: block;
	}
	.header .nav .nav-list1 .nav-list2 li:first-child .navpro_box {
		display: block;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box {
		position: absolute;
		top: 0;
		left: 100%;
		display: block;
		display: none;
		overflow: hidden;
		min-width: 640px;
		height: 100%;
		padding: 20px;
		background-color: #f2f2f2;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box:hover {
		/*background-color: #F5F5F5;*/
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .pic {
		float: left;
		width: 51%;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .pic .img-box {
		padding-bottom: 75.16339869281046%;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .note {
		float: left;
		width: 49%;
		padding: 20px 0 0 20px;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .note b {
		font-size: 22px;
		display: block;
		color: #09488b;
		padding-bottom: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .note .txt {
		height: 110px;
		overflow: hidden;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .note p {
		font-size: 16px;
		font-weight: normal;
		color: #1a1a1a;
		line-height: 22px;
		text-align: justify;
		display: -webkit-box;
		overflow: hidden;
		height: 110px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .note span {
		display: block;
		float: right;
		padding-top: 20px;
		padding-right: 6px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box .note span:before {
		display: block;
		font-family: 'iconfont' !important;
		font-size: 16px;
		font-weight: bold;
		content: '>>';
		color: #333;
	}
	.header .nav .nav-list1 .nav-list2 .navpro_box:hover .note span {
		padding-right: 0;
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		font-size: 18px;
		font-weight: normal;
		line-height: 30px;
		padding: 4px 30px;
	}
	.header .nav .nav-list1 .nav-list3 li>a:hover {
		text-decoration: underline !important;
		color: #fff;
		background: none;
	}
}

@media (min-width: 1200px) and (max-width: 1470px) {
	.header .nav .nav-list1>li>a {
		font-size: 17px;
		padding: 0 10px;
	}
}

@media (min-width: 1200px) and (max-width: 1470px) {
	.header .nav .nav-list1 .nav-list2 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@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: #000;
	}
}

.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;
}

@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-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;
}

@media (max-width: 1199px) {
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		color: #fff;
	}
}

.header .nav-2 .navpro_box,
.header .nav-3 .navpro_box {
	display: none !important;
}

@media (min-width: 1200px) and (max-width: 1199px) {
	.header .nav .nav-list1 .nav-list2 .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 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 !important;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(52, 160, 170, .95);
}

.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: '\e614';
	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: #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;
}

@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: 30px;
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 30px;
	margin-left: 15px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #33bcce;
}

.header .find:before {
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e614';
}

.header .find:hover {
	opacity: .8;
}

@media (max-width: 1199px) {
	.header .right {
		display: inline-block;
		float: right;
		margin-right: 0;
	}
}

.header .back-btn {
	position: absolute;
	left: 15px;
}

.header.fixed-header {
	top: 0;
}

.header.fixed-header .top-nav {
	margin-top: -120px;
	/*display: none;*/
}

.header.fixed-header .logo {
	margin-top: 10px;
	height: 50px;
}

.header.fixed-header .nav .nav-list1>li>a {
	line-height: 70px;
}

.header.fixed-header .nav .nav-list2 {
	top: 70px;
}

.header.fixed-header .find {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.header {
		height: 70px;
	}
	.header.fixed-header {
		top: 0;
	}
	.header.fixed-header .top-nav {
		margin-top: 0;
		/*display: none;*/
	}
	.header .top {
		display: none;
	}
	.header .logo,
	.header.fixed-header .logo {
		margin-top: 14px;
		height: 45px;
	}
	.header .find,
	.header.fixed-header .find {
		margin: 20px 20px 0 0;
	}
}


/*footer*/

.footer {
	font-size: 0;
}

.footer .foot {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #292b33;
	z-index: 2;
	padding: 40px 0 30px 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-size: 20px;
	font-weight: normal;
	font-family: 'Roboto-Bold';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3 {
		font-size: 18px;
	}
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		content: '\e628';
		float: right;
	}
	.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: 30px;*/
}

.footer .foot .container>ul>li .item-2 .msg h1 {
	display: block;
	font-size: 15px;
	font-family: 'Roboto-Bold';
	line-height: 1.666666666666667;
	color: #ffffff;
	margin: 20px 0;
}

.footer .foot .container>ul>li .item-2 .msg p {
	display: block;
	font-size: 14px;
	color: #cccccc;
	line-height: 1.5;
	word-break: break-word;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer .foot .container>ul>li .item-2 .msg p:before {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #379fac;
	font-family: 'iconfont';
	content: '\e6f2';
	margin-right: 10px;
}

.footer .foot .container>ul>li .item-2 .msg p.tel:before {
	content: '\e62a';
}

.footer .foot .container>ul>li .item-2 .msg p.fax:before {
	content: '\e7f5';
}

.footer .foot .container>ul>li .item-2 .msg p.email:before {
	content: '\e642';
}

.footer .foot .container>ul>li .item-2 .msg p a {
	display: inline-block;
	color: #0095eb;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .container>ul>li .item-2 .msg p a:hover {
	text-decoration: underline !important;
}

.footer .foot .container>ul>li .item-2 .share {
	margin-top: 15px;
	padding-left: 22px;
}

.footer .foot .container>ul>li .item-2 .share ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}

.footer .foot .container>ul>li .item-2 .share ul li a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.footer .foot .container>ul>li .item-2 .share ul li a:before {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e603';
	color: #FFFFFF;
	text-align: center;
}

.footer .foot .container>ul>li .item-2 .share ul li.twitter a:before {
	content: '\e652';
	font-size: 18px;
	background-color: #26a5f4;
}

.footer .foot .container>ul>li .item-2 .share ul li.facebook a:before {
	content: '\e615';
	background-color: #3a5999;
}

.footer .foot .container>ul>li .item-2 .share ul li.linkedin a:before {
	content: '\e6f0';
	background-color: #007ab0;
}

.footer .foot .container>ul>li .item-2 .share ul li:hover a {
	text-decoration: none !important;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.footer .foot .container>ul>li .item-3 {
	width: 560px;
}

.footer .foot .container>ul>li .item-3 .title-foot {
	display: none;
}

.footer .foot .container>ul>li .item-3 .row {
	margin: 0 -5px;
}

.footer .foot .container>ul>li .item-3 .row li {
	padding: 0 5px;
}

.footer .foot .container>ul>li .item-3 input,
.footer .foot .container>ul>li .item-3 textarea {
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	padding: 0px 10px;
}

.footer .foot .container>ul>li .item-3 textarea {
	padding: 10px 10px;
	line-height: 28px;
	height: 170px;
	min-height: 170px;
}

.footer .foot .container>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-webkit-input-placeholder {
	color: #FFFFFF;
}

.footer .foot .container>ul>li .item-3 input:-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-o-placeholder {
	color: #FFFFFF;
}

.footer .foot .container>ul>li .item-3 input::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-moz-placeholder {
	color: #FFFFFF;
}

.footer .foot .container>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-ms-input-placeholder {
	color: #FFFFFF;
}

.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: #999;
}

.footer .foot .container>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-o-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-moz-placeholder {
	color: #999;
}

.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: #999;
}

.footer .foot .container>ul>li .item-3 .submit {
	display: block;
	width: 100px;
	background-color: #0095eb;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 2.857142857142857;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer .foot .container>ul>li .item-3 .submit:hover {
	opacity: .85;
}

.footer .foot .nav_bottom {
	margin-top: 60px;
}

.footer .foot .nav_bottom ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.footer .foot .nav_bottom ul li {
	/*width: 14.28571428571429%;*/
	/*float: left;*/
}

.footer .foot .nav_bottom ul li a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
}

.footer .foot .nav_bottom ul li a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1199px) {
	.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%;
		padding: 0 15px;
		vertical-align: top;
	}
	.footer .foot .container>ul>li .item-3 {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.footer {
		margin-bottom: 60px;
	}
	.footer .foot {
		padding: 20px 0;
	}
	.footer .foot .container>ul>li {
		width: 100%;
		margin: 10px 0;
	}
	.footer .foot .container>ul>li .info-down {
		display: none;
		margin-top: 10px;
		padding-bottom: 15px;
	}
	.footer .foot .container>ul>li .item-2 .msg h1 {
		margin: 10px 0;
	}
	.footer .foot .container>ul>li .item-3 .title-foot {
		display: block;
	}
	.footer .foot .container>ul>li .item-3 .ipt_form {
		margin-top: 10px;
	}
	.footer .foot .nav_bottom ul li a {
		font-size: 18px;
	}
	.footer .foot .nav_bottom {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.footer .foot .nav_bottom {
		margin-top: 20px;
	}
	.footer .foot .nav_bottom ul {
		display: block;
		width: 100%;
	}
	.footer .foot .nav_bottom ul li {
		width: 20%;
		float: left;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.footer .foot .nav_bottom ul li {
		width: 50%;
	}
	.footer .foot .nav_bottom ul li:last-child {
		margin-bottom: 5px;
	}
	.footer .foot .nav_bottom ul li a {
		font-size: 16px;
		text-align: left;
	}
}

.footer .copyright {
	position: relative;
	padding: 30px 0 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	background-color: #292b33;
}

.footer .copyright .go_top {
	display: block;
	width: 30px;
	margin: auto;
	margin-bottom: 15px;
}

.footer .copyright .go_top:hover {
	text-decoration: none !important;
}

.footer .copyright .go_top:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	line-height: 1;
	color: #65666C;
	content: '\e729';
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .copyright .go_top:hover:before {
	color: #EEEEEE;
}

.footer .copyright p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #cccccc;
}

.footer .copyright p a {
	font-size: 14px;
	color: #ce8b50;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .copyright a:hover {
	text-decoration: underline !important;
}

.footer .copyright .share {
	margin-top: 15px;
}

.footer .copyright .share ul {
	text-align: center;
}

.footer .copyright .share ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
}

.footer .copyright .share ul li a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.footer .copyright .share ul li a:before {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	font-family: 'iconfont';
	font-size: 15px;
	content: '\e603';
	color: #65666c;
	text-align: center;
}

.footer .copyright .share ul li.twitter a:before {
	content: '\e652';
}

.footer .copyright .share ul li.skype a:before {
	content: '\e616';
}

.footer .copyright .share ul li.facebook a:before {
	content: '\e615';
}

.footer .copyright .share ul li.linkedin a:before {
	content: '\e6f0';
}

.footer .copyright .share ul li:hover a {
	text-decoration: none !important;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.footer .copyright .share ul li:hover a:before {
	color: #FFFFFF;
}

@media (max-width: 480px) {
	.footer .copyright {
		padding: 20px 0 20px 0;
	}
	.footer .copyright .go_top {
		margin-bottom: 5px;
	}
	.footer .copyright p a {
		display: block;
	}
}


/*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: solid 1px #003366;
	border-radius: 50%;
	text-align: center;
	color: #003366;
	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: #003366;
}

.page li.prev a:before {
	font-family: 'iconfont';
	font-weight: bold;
	font-size: 16px;
	content: '\e727';
	text-align: center;
}

.page li.next a:before {
	font-family: 'iconfont';
	font-weight: bold;
	font-size: 16px;
	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: left;
	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: 55px;
	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: 0;
	-webkit-transition: right .3s;
	transition: right .3s;
}

.online-wrap .online a {
	position: relative;
	display: block;
	width: 72px;
	height: 72px;
	background-color: #173272;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	margin: 10px;
	font-size: 14px;
	color: #FFFFFF;
	opacity: .8;
}

.online-wrap .online a:hover {
	opacity: 1;
}

.online-wrap .online a.icon-arrow-top {
	border-radius: 50%;
	margin: 20px 10px 10px 10px;
}

.online-wrap .online a:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	padding-top: 12px;
}

.online-wrap .icon-skype:before {
	content: '\e616';
}

.online-wrap .icon-email:before {
	content: '\e641';
}

.online-wrap .icon-product:before {
	content: '\e6f2';
}

.online-wrap .icon-about:before {
	content: '\e701';
}

.online-wrap .icon-arrow-top:before {
	content: '\e71a';
}

.online-wrap .online a:hover:before {
	text-decoration: none !important;
}

.online-wrap .msg {
	opacity: 0;
	-webkit-transition: all .65s;
	-moz-transition: all .65s;
	transition: all .65s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.online-wrap:hover .msg {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 991px) {
	.online-wrap .online {
		display: none;
	}
}


/*bottom_nav*/

.bottom_nav {
	display: none;
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #173272;
	box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	text-align: center;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
}

.bottom_nav ul li>a {
	font-size: 14px;
	display: block;
	padding: 10px 0;
}

.bottom_nav ul li>a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 1;
	font-style: normal;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li.skype>a:before {
	content: '\e616';
	font-size: 20px;
	line-height: 22px;
}

.bottom_nav ul li.mail>a:before {
	content: '\e641';
}

.bottom_nav ul li.bot_prod>a:before {
	content: '\e6f2';
}

.bottom_nav ul li.bot_about>a:before {
	content: '\e701';
}

.bottom_nav ul li.top>a:before {
	content: '\e71a';
}


/*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;
}

.oem .laboratory_pic .pic .img-box img,
.oem .experience_pic .pic .img-box img,
.oem .oem_item.pic_img .pic .img-box img,
.news .item .info .pic .img-box img,
.product_main .page_right .prod_lists .item .img-box img,
.product .item .img-box img,
.index_product .item .img-box img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.oem .laboratory_pic .pic:hover .img-box img,
.oem .experience_pic .pic:hover .img-box img,
.oem .oem_item.pic_img .pic:hover .img-box img,
.news .item:hover .info .pic .img-box img,
.product_main .page_right .prod_lists .item .img-box img,
.product .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);
}

.download .list li:after,
.about_adv .advantages_main .item .title:after,
.news_detail .news_title:after,
.news .item .info .note .link:after,
.news .item:after,
.product_detail .product_box:after,
.product_detail .pro_box .pro_arrow:after,
.footer .foot .nav_bottom ul:after,
.index_news .item:after,
.index_news .item .msg:after,
.index_about .about_box:after,
.index_category .list ul:after,
.header .top:after {
	display: table;
	clear: both;
	content: '';
}