/**
 * style.less
 * Ã¥Â±â€šÃ¥ÂÂ Ã¦Â Â·Ã¥Â¼ÂÃ¨Â¡Â¨
 */
.ff {
	font-family: 'iconfont' !important;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

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

.slick-slide {
	outline: none;
}

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

@font-face {
	font-display: swap;
	font-family: 'iconfont';
	src: url('iconfont.woff');
}

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

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', sans-serif;
	font-size: 14px;
	font-weight: normal;
	word-break: break-word;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body.searchactive {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

@media (min-width:1350px) {
	.container {
		width: 1320px;
	}
}

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

@media (max-width:767px) {
	.col-xs-6:nth-child(2n+1) {
		padding-right: 7.5px;
	}

	.col-xs-6:nth-child(2n) {
		padding-left: 7.5px;
	}
}

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

a {
	color: inherit;
}

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 {
	margin: 0;
	padding: 0;
}

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

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

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

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

.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%;
	object-fit: cover;
}

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

.header {
	position: fixed;
	z-index: 10000;
	top: 0;
	width: 100%;
	height: 96px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}

@media (max-width:1199px) {
	.header {
		height: 70px;
	}
}

.header .header-top {
	height: 40px;
	color: #fff;
	background-color: #0691ca;
}

@media (max-width:1199px) {
	.header .header-top {
		height: 30px;
	}
}

.header .header-top .share {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width:1199px) {
	.header .header-top .share {
		display: none;
	}
}

.header .header-top .share ul li {
	display: inline-block;
}

.header .header-top .share ul li a {
	display: block;
	margin-left: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
}

.header .header-top .share ul li a:before {
	font-family: 'iconfont';
	font-size: 13px;
	font-weight: normal;
	line-height: 38px;
	display: inline-block;
	content: '\e66e';
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	vertical-align: top;
	border-radius: 6px;
}

.header .header-top .share ul li.facebook a:before {
	font-size: 12px;
}

.header .header-top .share ul li.twitter a:before {
	content: '\e60b';
}

.header .header-top .share ul li.linkedin a:before {
	content: '\e6f0';
}

.header .header-top .share ul li.instagram a:before {
	font-size: 12px;
	content: '\e612';
}

.header .header-top .share ul li.youtube a:before {
	font-size: 12px;
	content: '\e6fa';
}

.header .header-top .share ul li.google a:before {
	content: '\e645';
}

.header .header-top .share ul li.wechat a:before {
	content: '\e604';
}

.header .header-top .share ul li.line a:before {
	font-size: 12px;
	content: '\ea17';
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.header .header-top .share ul li:hover a {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	color: #fff;
}

.header .header-top .share ul li:hover a:before {
	background-color: #0691ca;
}

.header .header-top .text {
	display: inline-block;
	float: right;
	height: 40px;
}

@media (max-width:1199px) {
	.header .header-top .text {
		height: 30px;
	}
}

.header .header-top .text p {
	line-height: 40px;
	display: inline-block;
	margin: 0;
	margin-left: 50px;
	color: rgba(255, 255, 255, .81);
}

@media (max-width:1199px) {
	.header .header-top .text p {
		line-height: 30px;
		margin-left: 10px;
	}
}

.header .header-top .text p:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	float: left;
	margin-right: 10px;
	content: '\e618';
	color: #fff;
}

.header .header-top .text p a:hover {
	text-decoration: underline;
	color: #fff;
}

.header .header-top .text p.email:before {
	content: '\e694';
}

.header .logo {
	position: relative;
	float: left;
	height: 80px;
	margin-top: 8px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width:1470px) {
	.header .logo {
		height: 50px;
		margin-top: 23px;
	}
}

@media (max-width:1199px) {
	.header .logo {
		height: 60px;
		margin-top: 5px;
	}
}

@media (max-width:767px) {
	.header .logo {
		overflow: hidden;
		width: 80px;
		height: 50px;
		margin-top: 10px;
	}
}

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

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

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

@media (max-width:1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 14px;
	}

	.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 .header-nav .container {
	position: relative;
}

@media (min-width:1200px) {
	.header .nav {
		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 {
		margin: 0 -20px;
	}

	.header .nav .nav-list1>li {
		float: left;
		position: relative;
	}

	.header .nav .nav-list1>li>a {
		font-size: 18px;
		line-height: 96px;
		position: relative;
		display: inline-block;
		overflow: hidden;
		font-weight: bold;
		padding: 0 24px;
		-webkit-transition: all .4s;
		transition: all .4s;
		vertical-align: middle;
	}

	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		color: #0691ca;
	}

	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		left: 0;
		top: 100%;
		display: none;
		min-width: 100%;
		padding: 20px 0;
		text-align: left;

		background-color: rgba(255, 255, 255, .86);
		box-shadow: 0 5px 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 {
		line-height: 30px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 18px;
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		white-space: nowrap;
		color: #666666;
	}

	.header .nav .nav-list1 .nav-list2 li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		text-decoration: underline;
		color: #26a8da;
	}

	.header .nav .nav-list1 .nav-list3 {
		position: absolute;
		top: 0;
		left: 100%;
		display: none;
		min-width: 200px;
		padding: 20px 0;
		text-align: left;
		background-color: rgba(255, 255, 255, .86);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	}

	.header .nav .nav-list1 .nav-list3 li {
		border-bottom: 1px dashed rgba(255, 255, 255, .2);
	}

	.header .nav .nav-list1 .nav-list3 li>a {
		line-height: 30px;
		padding: 0 20px;
	}
}

@media (min-width:1200px) and (max-width:1350px) {
	.header .nav .nav-list1>li>a {
		padding: 0 24px;
	}
}


@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: '\e9b5';
}

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

@media (max-width:767px) {

	.header .nav-2 .nav-top .nav-title,
	.header .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}

.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: 20px;
	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 a,
.header .nav-3 .content ul li a {
	display: block;
}

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

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

.header .nav-3 .content ul li {
	font-size: 19px;
}

.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>a {
		font-size: 18px;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}

	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width:1199px) and (max-width:767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width:1199px) and (max-height:768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width:1199px) and (max-width:480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(51, 51, 51, .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;
}

@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: '\e660';
	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: #0691ca;
}

.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 {
	font-weight: normal;
	line-height: 44px;
	display: inline-block;
	float: right;
	margin-top: 26px;
	margin-left: 40px;
	padding: 0 18px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #adadad;
	color: #fff;
	border-radius: 30px;
	background-color: #0691ca;
}

@media (max-width:1199px) {
	.header .find {
		line-height: 30px;
		margin-top: 20px;
		margin-right: 30px;
		margin-left: 0;
	}
}

.header .find:before {
	font-family: 'iconfont';
	font-size: 16px;
	float: left;
	margin-right: 6px;
	content: '\e660';
}

.header .find:hover {
	background-color: #024681;
}

@media (max-width:1199px) {
	.header .right {
		display: inline-block;
		float: right;
		margin-right: 0;
	}
}

.header .back-btn {
	position: absolute;
	left: 15px;
}

.header.fixed-header {
	height: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width:1199px) {
	.header.fixed-header {
		height: 70px;
	}
}

.header.fixed-header .logo {
	height: 60px;
}

@media (max-width:1470px) {
	.header.fixed-header .logo {
		height: 50px;
		margin-top: 15px;
	}
}

@media (max-width:1199px) {
	.header.fixed-header .logo {
		height: 60px;
		margin-top: 5px;
	}
}

@media (max-width:767px) {
	.header.fixed-header .logo {
		overflow: hidden;
		width: 80px;
		height: 50px;
		margin-top: 10px;
	}
}

.header.fixed-header .find {
	margin-top: 18px;
}

@media (max-width:1199px) {
	.header.fixed-header .find {
		margin-top: 20px;
	}
}

.header.fixed-header .nav .nav-list1>li>a {
	line-height: 80px;
}

.header.fixed-header #google_translate_element {
	margin-top: 28px;
}

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	bottom: 60px;
	left: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .8);
}

@media (min-width:992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e6d2';
	-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 .code-pic {
	position: fixed;
	z-index: 101;
	bottom: 180px;
	left: 45px;
	display: none;
	max-width: 120px;
}

.online-wrap .code-pic .pic-box {
	padding: 5px;
	background-color: #fff;
}

.online-wrap .code-pic img {
	display: block;
	max-width: 100%;
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	top: 50%;
	left: 0;
	-webkit-transition: left .3s;
	transition: left .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width:991px) {
	.online-wrap .online {
		bottom: 90px;
		left: -60px;
	}

	.online-wrap .online.active {
		left: 0;
	}
}

.online-wrap .online a {
	line-height: 45px;
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	margin-bottom: 1px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border: 1px solid #0691ca;
	background-color: #0691ca;
}

.online-wrap .online a:before {
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
}

.online-wrap .online a:after {
	display: block;
	width: 30px;
	height: 1px;
	margin: 0 auto;
	content: '';
	opacity: .5;
	background-color: #fff;
}

@media (min-width:992px) {
	.online-wrap .online a:hover {
		background-color: #898989;
	}

	.online-wrap .online a:hover:before {
		color: #fff;
	}
}

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

	.online-wrap .online a:before {
		font-size: 20px;
	}
}

@media (min-width:992px) {
	.online-wrap .online .icon-phone:hover .phone-num {
		left: 100%;
	}
}

.online-wrap .online .icon-phone .phone-num {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -300px;
	padding-right: 5px;
	-webkit-transition: left .3s;
	transition: left .3s;
	white-space: nowrap;
}

.online-wrap .online .icon-phone .phone-num p {
	margin: 0;
	padding: 0 10px;
	color: #fff;
	background-color: #024681;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}

.online-wrap .online .icon-qq:before {
	font-family: 'iconfont' !important;
	content: '\e62d';
}

.online-wrap .online .icon-weixin:before {
	font-family: 'iconfont' !important;
	content: '\e604';
}

.online-wrap .online .icon-message:before {
	font-family: 'iconfont' !important;
	content: '\e72e';
}

.online-wrap .online .icon-skype:before {
	font-family: 'iconfont' !important;
	content: '\e616';
}

.online-wrap .online .icon-line:before {
	font-family: 'iconfont' !important;
	content: '\e640';
}

.online-wrap .online .icon-messenger:before {
	font-family: 'iconfont' !important;
	content: '\e663';
}

.online-wrap .online .icon-whatsapp:before {
	font-family: 'iconfont' !important;
	content: '\e621';
}

.online-wrap .online .icon-phone:before {
	font-family: 'iconfont' !important;
	content: '\e61c';
}

.online-wrap .online .icon-arrow-top:before {
	font-family: 'iconfont' !important;
	font-size: 26px !important;
	content: '\e605';
}

.online-wrap .online .icon-arrow-top:after {
	display: none !important;
}

.online-wrap .online .code:before {
	font-size: 24px;
}

@media (max-width:767px) {
	.online-wrap .online .code:before {
		font-size: 22px;
	}
}

.online-wrap .online .code .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 100%;
	display: none;
	width: 130px;
	height: 130px;
	padding-right: 5px;
}

.online-wrap .online .code .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .code .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .code .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}

.xs-online {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	background-color: rgba(0, 62, 136, .9);
	box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

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

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

.xs-online ul li {
	float: left;
	width: 20%;
	border-left: 1px solid rgba(255, 255, 255, .6);
}

.xs-online ul li>a {
	font-size: 10px;
	display: block;
	padding: 8px 0;
}

@media (max-width:320px) {
	.xs-online ul li>a {
		font-size: 8px;
	}
}

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

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

.xs-online ul li.tel>a:before {
	content: '\e61c';
}

.xs-online ul li.mail>a:before {
	font-weight: normal;
	content: '\e72e';
}

.xs-online ul li.whatsapp>a:before {
	font-weight: normal;
	content: '\e621';
}

.xs-online ul li.feedback>a:before {
	font-weight: normal;
	content: '\e619';
}

.xs-online ul li.top>a:before {
	font-weight: normal;
	content: '\e679';
}

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 96px;
}

@media (max-width:1199px) {
	.banner {
		padding-top: 70px;
	}
}

@media (max-width:1199px) {
	.banner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
}

@media (max-width:991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .slick-dots {
	position: absolute;
	bottom: 44px;
	width: 100%;
	text-align: center;
}

@media (max-width:1199px) {
	.banner .slick-dots {
		bottom: 10px;
	}
}

.banner .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 5px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 2px;
	background-color: #fff;
}

.banner .slick-dots li.slick-active {
	width: 30px;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-arrow {
	line-height: 60px;
	position: absolute;
	z-index: 9;
	z-index: 8;
	top: 50%;
	left: 8%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #828383;
	background: none;
}

@media (max-width:991px) {
	.banner .slick-arrow {
		top: 60%;
	}
}

@media (max-width:767px) {
	.banner .slick-arrow {
		left: 10%;
		width: 30px;
		height: 70px;
	}
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 28px;
	content: '\e601';
}

.banner .slick-arrow.slick-next {
	right: 8%;
	left: auto;
}

@media (max-width:767px) {
	.banner .slick-arrow.slick-next {
		right: 10%;
	}
}

.banner .slick-arrow.slick-next:before {
	right: 0;
	left: auto;
	content: '\e827';
}

.banner .slick-arrow .item {
	padding: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background: rgba(0, 0, 0, .42);
}

.banner .slick-arrow:hover .item {
	opacity: 1;
}

.banner img {
	display: block;
	width: 100%;
}

@media (max-width:991px) {
	.banner-in .slickbanner {
		width: 140%;
		max-width: 140%;
		margin-left: -20%;
	}
}

@media (max-width:767px) {
	.banner-in .slickbanner {
		width: 300%;
		max-width: 300%;
		margin-left: -100%;
	}
}

.banner-in .location {
	position: absolute;
	top: -webkit-calc(50% + 50px);
	top: calc(50% + 50px);
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width:1199px) {
	.banner-in .location {
		top: -webkit-calc(50% + 35px);
		top: calc(50% + 35px);
	}
}

.banner-in .location ul li {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
}

.banner-in .location ul li:after {
	margin: 0 8px;
	content: '/';
}

.banner-in .location ul li:last-child:after {
	display: none;
}

.banner-in .location ul li a {
	line-height: 24px;
}

.banner-in .location ul li.active,
.banner-in .location ul li:hover {
	font-weight: bold;
}

.box {
	overflow: hidden;
	padding: 100px 0;
}

@media (max-width:991px) {
	.box {
		padding: 60px 0;
	}
}

.title {
	text-align: center;
}

.title b {
	font-family: Arial, 'Roboto', 'Helvetica Neue', Helvetica;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	display: block;
}

@media (max-width:991px) {
	.title b {
		font-size: 32px;
	}
}

@media (max-width:767px) {
	.title b {
		font-size: 28px;
	}
}

.title p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.71428571;
	margin: 4px 0 0 0;
	color: #888;
}

.box-product {
	overflow: hidden;
	margin-top: -50px;
}

@media (max-width:1199px) {
	.box-product {
		margin-top: 50px;
	}
}

.box-product .product-sort {
	font-size: 0;
	display: table;
	width: 100%;
	border: none;
}

.box-product .product-sort li {
	position: relative;
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #0691ca;
}

.box-product .product-sort li:nth-child(2) {
	width: 40%;
	background-color: #024681;
}

.box-product .product-sort li:nth-child(3) {
	background-color: #45c3f5;
}

.box-product .product-sort li a.item-sort {
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	display: block;
	padding: 16px 10px;
}

@media (max-width:991px) {
	.box-product .product-sort li a.item-sort {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.box-product .product-sort li a.item-sort {
		font-size: 14px;
		line-height: 20px;
		padding: 10px;
	}
}

.box-product .product-sort li.active {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.box-product .product-sort li.active:after {
	position: absolute;
	bottom: -6px;
	left: 5%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 6px 5px 0 5px;
	border-style: solid;
	border-color: #0691ca transparent transparent transparent;
}

.box-product .product-sort li:nth-child(2).active:after {
	border-color: #024681 transparent transparent transparent;
}

.box-product .product-sort li:nth-child(3).active:after {
	border-color: #45c3f5 transparent transparent transparent;
}

.box-product .product-list {
	padding-bottom: 50px;
	border-bottom: 1px solid #e3e3e3;
}

.box-product .product-list .item {
	display: block;
	margin-top: 30px;
}

@media (max-width:991px) {
	.box-product .product-list .item {
		margin-top: 10px;
	}
}

/* .box-product .product-list .item .img-box { padding-bottom: 73.68421053%; } */
.box-product .product-list .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.box-product .product-list .item p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 20px 0 0 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (max-width:991px) {
	.box-product .product-list .item p {
		font-size: 14px;
		margin-top: 10px;
	}
}

.box-product .product-list .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.box-product .product-list .item:hover p {
	color: #0691ca;
}

.box-about {
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}

/* .box-about:before
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 300px;
    height: 50%;

    content: '';
display: none;
    background-color: #024681;
}
@media (max-width: 991px)
{
    .box-about:before
    {
display: none;
    }
} */
.box-about .pic {
	position: relative;
	z-index: 2;
	float: left;
	width: 62%;
}

@media (max-width:1199px) {
	.box-about .pic {
		width: 100%;
		margin-top: 30px;
	}
}

.box-about .pic img {
	max-width: 100%;
	border-bottom: 4px solid #45c3f5;
}

.box-about .text {
	position: relative;
	z-index: 2;
	float: left;
	width: 38%;
	padding-right: 50px;
	word-break: break-word;
}

@media (max-width:1199px) {
	.box-about .text {
		width: 100%;
		padding-right: 0;
	}
}

.box-about .text b {
	font-size: 36px;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

@media (max-width:991px) {
	.box-about .text b {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.box-about .text b {
		font-size: 24px;
	}
}

.box-about .text p {
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	max-height: 180px;
	margin: 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.footer {
	font-size: 0;
	overflow: hidden;
	padding: 50px 0;
	background-color: #024681;
}

@media (max-width:991px) {
	.footer {
		padding-bottom: 100px;
	}
}

.footer .foot,
.footer .copyright {
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
}

@media (max-width:991px) {

	.footer .foot,
	.footer .copyright {
		width: 100%;
	}
}

.footer .foot {
	font-size: 14px;
}

.footer .foot b {
	font-size: 36px;
	line-height: 1;
	display: block;
	color: #fff;
}

@media (max-width:991px) {
	.footer .foot b {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.footer .foot b {
		font-size: 24px;
	}
}

.footer .foot form {
	position: relative;
	margin-top: 20px;
	padding-right: 178px;
}

@media (max-width:991px) {
	.footer .foot form {
		padding-right: 120px;
	}
}

.footer .foot form .submit {
	line-height: 44px;
	position: absolute;
	right: 0;
	bottom: -105px;
	/*bottom: 0;*/
	padding: 0 30px;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #0691ca;
	color: #024681;
	border-radius: 0;
	background-color: #fff;
}

@media (max-width:991px) {
	.footer .foot form .submit {
		padding: 0 20px;
	}
}

.footer .foot form .submit:after {
	font-family: 'iconfont' !important;
	margin-left: 10px;
	content: '\e7d5';
}

.footer .foot form .submit:hover {
	color: #fff;
	background-color: #0691ca;
}

.footer .foot form input {
	/*font-size: 14px;
        line-height: 30px;

        width: 100%;
        padding: 6px 0;

        color: #fff;
        border-bottom: 2px solid #fff;
        background: none;*/

	font-size: 14px;
	line-height: 30px;
	width: 46%;
	padding: 10px 0px;
	color: #fff;
	border-bottom: 2px solid #fff;
	background: none;
	float: left;
}

.footer .foot form input::-webkit-input-placeholder,
.footer .foot form textarea::-webkit-input-placeholder {
	color: #fff;
}

.footer .foot form input:-o-placeholder,
.footer .foot form textarea:-o-placeholder {
	color: #fff;
}

.footer .foot form input::-moz-placeholder,
.footer .foot form textarea::-moz-placeholder {
	color: #fff;
}

.footer .foot form input:-ms-input-placeholder,
.footer .foot form textarea:-ms-input-placeholder {
	color: #fff;
}

.footer .foot form input:focus::-webkit-input-placeholder,
.footer .foot form textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.footer .foot form input:focus::-o-placeholder,
.footer .foot form textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.footer .foot form input:focus::-moz-placeholder,
.footer .foot form textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.footer .foot form input:focus::-ms-input-placeholder,
.footer .foot form textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.footer .copyright {
	font-size: 14px;
	text-align: right;
}

@media (max-width:991px) {
	.footer .copyright {
		margin-top: 30px;
		text-align: left;
	}
}

.footer .copyright p {
	line-height: 24px;
	margin: 10px 0 0 0;
	color: #fff;
}

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

.footer .copyright .share ul li {
	font-weight: normal;
	display: inline-block;
	margin-left: 20px;
}

@media (max-width:991px) {
	.footer .copyright .share ul li {
		margin-right: 10px;
		margin-left: 0;
	}
}

.footer .copyright .share ul li a {
	display: block;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.footer .copyright .share ul li a:after {
	font-family: 'iconfont' !important;
	font-size: 20px;
	line-height: 30px;
	content: '\e619';
	color: #fff;
}

.footer .copyright .share ul li a:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.footer .copyright .share ul li.instagram a:after {
	line-height: 22px;
	content: '\e618';
}

.footer .copyright .share ul li.twitter a:after {
	line-height: 22px;
	content: '\e60b';
}

.footer .copyright .share ul li.linkin a:after {
	line-height: 22px;
	content: '\e6f0';
}

.footer .copyright .share ul li.youtube a:after {
	line-height: 22px;
	content: '\e6d7';
}

.inquire-sheet-box {
	position: fixed;
	z-index: 9;
	top: 20%;
	right: 0;
	display: none;
	width: 280px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@media (max-width:991px) {
	.inquire-sheet-box {
		display: none;
	}
}

.inquire-sheet-box .j-title {
	position: relative;
	background-color: #111;
}

.inquire-sheet-box .j-title h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	padding: 0 20px;
	color: #fff;
}

.inquire-sheet-box .j-title .inquire-close {
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 10px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
}

.inquire-sheet-box .j-title .inquire-close:after {
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e61b';
}

.inquire-sheet-box .J-shoping-close {
	float: right;
	cursor: pointer;
	color: #999;
}

.inquire-sheet-box .J-shoping-close::after {
	font-family: 'iconfont';
	font-size: 18px;
	line-height: 40px;
	content: '\e62a';
}

.inquire-sheet-box .J-shoping-close:hover {
	color: #0691ca;
}

.inquire-sheet-box .J-inquiry {
	padding: 0;
}

.inquire-sheet-box .J-inquiry a {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	background-color: #0691ca;
}

.inquire-sheet-box .J-inquiry a:hover {
	background-color: #024681;
}

.inquire-sheet-box .J-inquiry a::before {
	font-family: 'iconfont';
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	margin-right: 14px;
	content: '\e665';
	vertical-align: middle;
}

.inquire-sheet-box .J-shoping-body {
	overflow-y: auto;
	max-height: 380px;
	background-color: #fff;
}

.inquire-sheet-box .list {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px dashed #999;
}

.inquire-sheet-box .list .pic {
	float: left;
	overflow: hidden;
	width: 60px;
	border: 1px solid #e5e5e5;
}

.inquire-sheet-box .list .pic .img-box {
	padding-bottom: 73.7704918%;
}

.inquire-sheet-box .list p {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	display: -webkit-box;
	float: left;
	overflow: hidden;
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar {
	position: absolute;
	right: 0;
	width: 8px;
}

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track {
	background-color: #dcdcdc;
}

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb {
	background-color: #0691ca;
}

.cart-icon {
	line-height: 30px;
	position: fixed;
	z-index: 9;
	right: 5px;
	bottom: 50%;
}

.cart-icon a {
	font-size: 14px;
	line-height: 70px;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(6, 145, 202, .8);
}

@media (max-width:991px) {
	.cart-icon a {
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
}

.cart-icon a::before {
	font-family: 'iconfont';
	font-size: 30px;
	font-weight: normal;
	content: '\e61a';
}

@media (max-width:991px) {
	.cart-icon a::before {
		font-size: 20px;
	}
}

.cart-icon a:hover {
	background-color: #000;
}

.cart-icon sup {
	line-height: 20px;
	position: relative;
	top: 10px;
	right: 0;
	display: inline-block;
	vertical-align: top;
}

.cart-icon sup span {
	line-height: 20px;
}

@media (max-width:991px) {
	.cart-icon sup {
		top: 4px;
	}
}

.wrapper {
	position: relative;
	/* overflow: hidden; */
	background-color: #fff;
}

.wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40%;
	height: 100%;
	content: '';
	background-color: #f6f6f6;
}

@media (max-width:991px) {
	.wrapper:before {
		display: none;
	}
}

.wrap-left {
	position: relative;
	float: left;
	width: 22%;
	padding: 60px 0;
	background-color: #f6f6f6;
}

@media (max-width:991px) {
	.wrap-left {
		width: 100%;
		margin: 0;
		padding: 50px 0 0 0;
		background: none;
	}
}

.wrap-left .title-sidenav {
	position: relative;
	z-index: 2;
}

.wrap-left .title-sidenav b {
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	display: block;
}

@media (max-width:767px) {
	.wrap-left .title-sidenav b {
		/* font-size: 30px; */
	}
}

.wrap-left .sidenav {
	position: relative;
	z-index: 2;
	margin-top: 24px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
}

@media (max-width:991px) {
	.wrap-left .sidenav {
		border-right: 1px solid #ddd;
	}
}

.wrap-left .sidenav ul.sidenav-level1>li {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.wrap-left .sidenav ul.sidenav-level1>li>a {
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding: 10px 10px 10px 40px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.wrap-left .sidenav ul.sidenav-level1>li>.side-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	cursor: pointer;
}

.wrap-left .sidenav ul.sidenav-level1>li>.side-arrow:before {
	display: block;
	position: absolute;
	top: 22px;
	left: 18px;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
	border-width: 4px 0 4px 4px;
	z-index: 2;
	border-style: solid;
	border-color: transparent transparent transparent #000;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2 {
	display: none;
	padding: 0 0 20px 0;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2 li {
	position: relative;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>a {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 5px 10px 5px 60px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

@media (max-width:767px) {
	.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>a {
		padding: 0 10px 0 50px;
	}
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>.side-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 20px;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

@media(max-width:767px) {
	.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>.side-arrow {
		left: 10px;
	}
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>.side-arrow:before {
	position: absolute;
	top: 16px;
	left: 20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
	border-width: 4px 0 4px 4px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
}

@media (max-width:767px) {
	.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>.side-arrow:before {
		top: 10px;
		left: 20px;
	}
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li ul.sidenav-level3 {
	display: none;
}

@media (max-width:991px) {
	.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li ul.sidenav-level3 li {
		display: inline-block;
	}
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li ul.sidenav-level3 li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	display: block;
	margin: 4px 0;
	padding: 0 10px 0 70px;
}

@media (max-width:767px) {
	.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li ul.sidenav-level3 li a {
		margin: 0;
		padding: 0 10px 0 60px;
	}
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li ul.sidenav-level3 li:hover a,
.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li ul.sidenav-level3 li.active a {
	text-decoration: underline;
	color: #0691ca;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li.active>a,
.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li:hover>a {
	color: #0691ca;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li.active>.side-arrow:before,
.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li:hover>.side-arrow:before {
	border-color: transparent transparent transparent #0691ca;
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li.active.moreother>.side-arrowbefore,
.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li:hover.moreother>.side-arrow:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li.active ul.sidenav-level3 {
	display: block;
}

.wrap-left .sidenav ul.sidenav-level1>li.active>a,
.wrap-left .sidenav ul.sidenav-level1>li:hover>a {
	color: #0691ca;
}

.wrap-left .sidenav ul.sidenav-level1>li.active>.side-arrow:before,
.wrap-left .sidenav ul.sidenav-level1>li:hover>.side-arrow:before {
	border-color: transparent transparent transparent #0691ca;
}

.wrap-left .sidenav ul.sidenav-level1>li.active.more>.side-arrow:before,
.wrap-left .sidenav ul.sidenav-level1>li:hover.more>.side-arrow:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wrap-left .sidenav ul.sidenav-level1>li.active ul.sidenav-level2 {
	display: block;
}

.wrap-right {
	position: relative;
	float: left;
	width: 78%;
	overflow: hidden;
	background-color: #fff;
}

@media (max-width:991px) {
	.wrap-right {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

.wrap {
	padding: 60px 0 60px 30px;
}

@media (max-width:991px) {
	.wrap {
		padding: 50px 0;
	}
}

.title-in b {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	display: block;
}

@media (max-width:767px) {
	.title-in b {
		font-size: 30px;
	}
}

.inside-nav {
	position: relative;
	margin-top: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inside-nav .nav-wrap {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/*Ã¥Â®Å¡Ã¤Â¹â€°Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â½Â¨Ã©Ââ€œ Ã¥â€ â€¦Ã©ËœÂ´Ã¥Â½Â±+Ã¥Å“â€ Ã¨Â§â€™*/
	/*Ã¥Â®Å¡Ã¤Â¹â€°Ã¦Â»â€˜Ã¥Ââ€” Ã¥â€ â€¦Ã©ËœÂ´Ã¥Â½Â±+Ã¥Å“â€ Ã¨Â§â€™*/

	/*Ã¦Â»â€˜Ã¥Ââ€”Ã¦â€¢Ë†Ã¦Å¾Å“*/
}

.inside-nav .nav-wrap::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fefefe;
}

.inside-nav .nav-wrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
}

.inside-nav ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	height: 65px;
	white-space: nowrap;
}

.inside-nav ul li {
	display: inline-block;
}

.inside-nav ul li a {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	display: inline-block;
	padding: 0 24px;
	border: 1px solid #e5e5e5;
	border-right: none;
}

@media (max-width:991px) {
	.inside-nav ul li a {
		padding: 0 16px;
	}
}

@media (max-width:767px) {
	.inside-nav ul li a {
		font-size: 15px;
	}
}

.inside-nav ul li:first-child a {
	border-left: none;
}

.inside-nav ul li.active a,
.inside-nav ul li:hover a {
	color: #fff;
	background-color: #0691ca;
}

.inside-nav ul li.active a:after,
.inside-nav ul li:hover a:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
	content: '';
	background: url(../images/arrow.png) no-repeat;
	background-size: 100% 100%;
}

.wrap-about .about-top {
	font-size: 0;
}

.wrap-about .about-top .pic {
	display: inline-block;
	width: 42%;
	padding-right: 30px;
	vertical-align: top;
}

@media (max-width:1470px) {
	.wrap-about .about-top .pic {
		width: 46%;
	}
}

@media (max-width:1199px) {
	.wrap-about .about-top .pic {
		width: 100%;
		padding-right: 0;
	}
}

.wrap-about .about-top .pic img {
	max-width: 100%;
}

.wrap-about .about-top .desc {
	font-size: 14px;
	display: inline-block;
	width: 58%;
	vertical-align: top;
}

@media (max-width:1470px) {
	.wrap-about .about-top .desc {
		width: 54%;
	}
}

@media (max-width:1199px) {
	.wrap-about .about-top .desc {
		width: 100%;
		margin-top: 30px;
	}
}

.wrap-about .about-top .desc p {
	line-height: 24px;
	overflow: hidden;
	margin: 0;
	color: #888;
}

.wrap-about .about-top .desc p strong {
	font-size: 16px;
	display: inline-block;
	float: left;
	width: 150px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #333;
}

@media (max-width:767px) {
	.wrap-about .about-top .desc p b {
		float: none;
		width: 100%;
	}
}

.wrap-about .about-text {
	margin-top: 30px;
}

.wrap-about .about-text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}

.wrap-about .about-pic {
	overflow: hidden;
	margin: 0 -10px;
	margin-top: 20px;
}

.wrap-about .about-pic .pic-1,
.wrap-about .about-pic .pic-2 {
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}

.wrap-about .about-pic .pic-1 img,
.wrap-about .about-pic .pic-2 img {
	max-width: 100%;
}

.wrap-about .about-pic .pic-1 {
	width: 54%;
}

@media (max-width:767px) {
	.wrap-about .about-pic .pic-1 {
		width: 100%;
	}
}

.wrap-about .about-pic .pic-2 {
	width: 46%;
}

@media (max-width:767px) {
	.wrap-about .about-pic .pic-2 {
		width: 100%;
	}
}

.wrap-about-show .listbox {
	margin-top: 36px;
}

.wrap-about-show .listbox:first-child {
	margin-top: 0;
}

.wrap-about-show .listbox .title-about-show b {
	font-size: 18px;
	line-height: 30px;
	display: block;
}

.wrap-about-show .listbox .list .row {
	margin: 0 -8px;
}

.wrap-about-show .listbox .list .itembox {
	padding: 0 8px;
}

.wrap-about-show .listbox .list .item {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.wrap-about-show .listbox .list .item .pic {
	border: 1px solid #c4c4c4;
}

.wrap-about-show .listbox .list .item .img-box {
	padding-bottom: 67.64705882%;
}

.wrap-about-show .listbox .list .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.wrap-about-show .listbox .list .item p {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 10px 0 0 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wrap-about-show .listbox .list .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wrap-about-show .listbox .list .item:hover p {
	color: #0691ca;
}

.wrap-about-show .listbox .list .item-video .img-box:before {
	display: block;
	font-family: 'iconfont';
	font-size: 20px;
	font-weight: normal;
	content: '\e617';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 48px;
}

.wrap-service .service .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}

.wrap-service .service .item {
	margin-top: 30px;
}

.wrap-service .service .item img {
	max-width: 100%;
}

.wrap-download .download {
	margin-top: -20px;
}

.wrap-download .download .row {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.wrap-download .download .itembox {
	padding: 0 10px;
}

.wrap-download .download .item {
	overflow: hidden;
	margin-top: 20px;
	padding: 2px;
	padding: 10px;
	border: 2px solid #cfcfcf;
	background-color: #f6f6f6;
}

.desc {
    height: 80px;
}

.wrap-download .download .item .pic {
	float: left;
	width: 30%;
}

.wrap-download .download .item .pic .img-box {
	padding-bottom: 128.57142857%;
}

.wrap-download .download .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.wrap-download .download .item .text {
	float: left;
	width: 70%;
	padding: 10px 10px 0 20px;
}

@media (max-width:767px) {
	.wrap-download .download .item .text {
		padding: 0 0 0 10px;
	}
}

.wrap-download .download .item .text .title-download b {
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (max-width:767px) {
	.wrap-download .download .item .text .title-download b {
		line-height: 20px;
		height: 20px;
	}
}

.wrap-download .download .item .text .note b {
	line-height: 30px;
	display: block;
}

.wrap-download .download .item .text .note p {
	line-height: 1.71428571;
	display: -webkit-box;
	overflow: hidden;
	height: 72px;
	margin: 0;
	word-break: break-all;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width:1350px) {
	.wrap-download .download .item .text .note p {
		height: 48px;
	}
}

.wrap-download .download .item .text .desc span {
	line-height: 30px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
	vertical-align: top;
	color: #0691ca;
}

@media (max-width:767px) {
	.wrap-download .download .item .text .desc span {
		margin-top: 0;
	}
}

.wrap-download .download .item .text .desc a.down {
	line-height: 30px;
	display: inline-block;
	float: right;
	margin-top: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #0691ca;
}

@media (max-width:767px) {
	.wrap-download .download .item .text .desc a.down {
		margin-top: 0;
	}
}

.wrap-download .download .item .text .desc a.down:before {
	font-family: 'iconfont' !important;
	font-weight: normal;
	margin-right: 10px;
	content: '\e730';
}

.wrap-download .download .item .text .desc a.down:hover {
	text-decoration: underline;
	color: #024681;
}

.wrap-download .download .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wrap-download .download .item:hover .text .title-download b {
	color: #0691ca;
}

.wrap-news {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.wrap-news .news .item {
	margin-top: 30px;
	padding: 24px 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
	border: 1px solid #d6d6d6;
	background-color: #f6f6f6;
}

.wrap-news .news .item span.date {
	line-height: 24px;
	display: block;
	color: #0691ca;
}

.wrap-news .news .item span.date:before {
	font-family: 'iconfont' !important;
	font-weight: normal;
	margin-right: 10px;
	content: '\e632';
}

.wrap-news .news .item a {
	display: block;
}

.wrap-news .news .item b {
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wrap-news .news .item p {
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	height: 48px;
	margin: 6px 0 0 0;
	color: #888;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wrap-news .news .item:hover {
	background-color: #0691ca;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wrap-news .news .item:hover span.date,
.wrap-news .news .item:hover b,
.wrap-news .news .item:hover p {
	color: #fff;
}

.wrap-news-show {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.wrap-news-show .title-news h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

@media (max-width:991px) {
	.wrap-news-show .title-news h1 {
		font-size: 20px;
	}
}

.wrap-news-show .title-news span.date {
	line-height: 24px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	color: #0691ca;
}

.wrap-news-show .title-news span.date:before {
	font-family: 'iconfont' !important;
	font-weight: normal;
	margin-right: 10px;
	content: '\e632';
}

.wrap-news-show .title-news .share {
	display: inline-block;
	vertical-align: middle;
}

.wrap-news-show .news-show {
	margin-top: 20px;
}

.wrap-news-show .news-show p {
	line-height: 2.14285714;
	margin: 0;
	color: #888;
}

.wrap-news-show .news-show img {
	max-width: 100%;
}

.wrap-news-show .news-relate {
	margin-top: 20px;
}

.wrap-news-show .news-relate a {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin-top: 10px;
	padding-left: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wrap-news-show .news-relate a:before {
	font-family: 'iconfont' !important;
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #868686 transparent;
}

.wrap-news-show .news-relate a:hover {
	text-decoration: underline;
	color: #0691ca;
}

.wrap-news-show .news-relate a:hover:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: transparent transparent #0691ca transparent;
}

.wrap-product .product {
	margin-top: -30px;
}

.wrap-product .product .item {
	overflow: hidden;
	margin-top: 30px;
	padding: 10px;
}

.wrap-product .product .item .pic {
	float: left;
	width: 32%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width:767px) {
	.wrap-product .product .item .pic {
		width: 100%;
	}
}

/* .wrap-product .product .item .pic .img-box { padding-bottom: 73.68421053%; } */
.wrap-product .product .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.wrap-product .product .item .text {
	float: left;
	width: 68%;
	padding-top: 10px;
	padding-left: 30px;
}

@media (max-width:767px) {
	.wrap-product .product .item .text {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}

.wrap-product .product .item .text b {
	font-size: 24px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (max-width:767px) {
	.wrap-product .product .item .text b {
		font-size: 20px;
	}
}

.wrap-product .product .item .text span.tt {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	color: #0691ca;
}

.wrap-product .product .item .text .note {
	margin: 20px 0 0 0;
}

@media (max-width:1350px) {
	.wrap-product .product .item .text .note {
		margin: 6px 0 0 0;
	}
}

.wrap-product .product .item .text .note ul {
	overflow: hidden;
	max-height: 78px;
}

@media (max-width:1350px) {
	.wrap-product .product .item .text .note ul {
		max-height: 52px;
	}
}

.wrap-product .product .item .text .note ul li {
	float: left;
	width: 53%;
}

.wrap-product .product .item .text .note ul li:nth-child(2n+1) {
	width: 47%;
}

.wrap-product .product .item .text .note ul li p {
	line-height: 1.85714286;
	display: -webkit-box;
	overflow: hidden;
	height: 26px;
	margin: 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (min-width:1200px) {
	.wrap-product .product .item .text .desc ul {
		width: 100%;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}

	.wrap-product .product .item .text .desc ul:after {
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 0;
		margin: 0;
		content: '';
	}
}

@media (max-width:767px) {
	.wrap-product .product .item .text .desc ul {
		margin: 0 -10px;
	}
}

.wrap-product .product .item .text .desc ul li {
	display: inline-block;
	margin-top: 24px;
}

@media (max-width:1350px) {
	.wrap-product .product .item .text .desc ul li {
		margin-top: 14px;
	}
}

@media (max-width:767px) {
	.wrap-product .product .item .text .desc ul li {
		padding: 0 10px;
	}
}

.wrap-product .product .item .text .desc ul li.btn-inquiry a {
	font-size: 16px;
	line-height: 50px;
	display: block;
	padding: 0 20px 0 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background-color: #45c3f5;
}

@media (max-width:767px) {
	.wrap-product .product .item .text .desc ul li.btn-inquiry a {
		line-height: 40px;
	}
}

.wrap-product .product .item .text .desc ul li.btn-inquiry a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	width: 60px;
	height: 50px;
	margin-right: 20px;
	content: '\e665';
	text-align: center;
	background-color: #0691ca;
}

@media (max-width:767px) {
	.wrap-product .product .item .text .desc ul li.btn-inquiry a:before {
		width: 40px;
		height: 40px;
	}
}

.wrap-product .product .item .text .desc ul li.btn-inquiry a:hover {
	background-color: #024681;
}

.wrap-product .product .item .text .desc ul li.btn-addcart a {
	font-size: 16px;
	line-height: 50px;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: underline;
	color: #0691ca;
}

.wrap-product .product .item .text .desc ul li.btn-addcart a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin-right: 6px;
	content: '\e61a';
}

.wrap-product .product .item .text .desc ul li.btn-addcart a:hover {
	color: #024681;
}

.wrap-product .product .item .text .desc ul li.btn-more a {
	font-size: 16px;
	line-height: 50px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.wrap-product .product .item .text .desc ul li.btn-more a:after {
	float: right;
	width: 0;
	height: 0;
	margin-top: 20px;
	margin-left: 6px;
	content: '';
	border-width: 4px 0 4px 4px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
}

.wrap-product .product .item .text .desc ul li.btn-more a:hover {
	color: #024681;
}

.wrap-product .product .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wrap-product .product .item:hover .text b {
	color: #0691ca;
}

.wrap-product-show .carousel-wrap {
	overflow: hidden;
	padding: 10px;
}

.wrap-product-show .carousel-wrap .carousel {
	font-size: 0;
	position: relative;
	border: 1px solid #d5d5d5;
}

/* .wrap-product-show .carousel-wrap .carousel .img-box { padding-bottom: 73.68421053%; } */
.wrap-product-show .carousel-wrap .carousel .slider-for {
	position: relative;
}

.wrap-product-show .carousel-wrap .carousel .slider-for .item {
	position: relative;
}

.wrap-product-show .carousel-wrap .carousel .slider-nav {
	margin-top: 10px;
	padding: 0 4px 8px 4px;
}

@media (max-width:991px) {
	.wrap-product-show .carousel-wrap .carousel .slider-nav {
		padding: 0 30px;
	}
}

.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
	padding: 5px;
	outline: none;
}

.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
	position: relative;
	border: 1px solid #e1e1e1;
}

.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
	border: 1px solid #0691ca;
}

@media (max-width:991px) {
	.wrap-product-show .carousel-wrap .info-box {
		margin-top: 30px;
	}
}

.wrap-product-show .carousel-wrap .info-box h1 {
	font-size: 20px;
	font-weight: 800;
	margin: 0;
}

@media (max-width:991px) {
	.wrap-product-show .carousel-wrap .info-box h1 {
		font-size: 18px;
	}
}

.wrap-product-show .carousel-wrap .info-box h4 {
	font-size: 16px;
	line-height: 2;
	margin: 10px 0 0 0;
	color: #0691ca;
}

.wrap-product-show .carousel-wrap .info-box .text table {
	width: 100%;
}

.wrap-product-show .carousel-wrap .info-box .text table td {
	line-height: 30px;
	color: #666;
}

.wrap-product-show .carousel-wrap .info-box .text table td:first-child {
	width: 30%;
}

.wrap-product-show .carousel-wrap .info-box .share {
	margin-top: 10px;
}

.wrap-product-show .carousel-wrap .info-box .share b {
	line-height: 30px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width:1200px) {
	.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul {
		width: 100%;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}

	.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul:after {
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 0;
		margin: 0;
		content: '';
	}
}

@media (max-width:767px) {
	.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul {
		margin: 0 -10px;
	}
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li {
	display: inline-block;
	margin-top: 24px;
}

@media (max-width:1350px) {
	.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li {
		margin-top: 14px;
	}
}

@media (max-width:767px) {
	.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li {
		padding: 0 10px;
	}
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-inquiry a {
	font-size: 16px;
	line-height: 48px;
	display: block;
	padding: 0 20px 0 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background-color: #45c3f5;
}

@media (max-width:767px) {
	.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-inquiry a {
		line-height: 40px;
	}
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-inquiry a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	width: 60px;
	height: 50px;
	margin-right: 20px;
	content: '\e665';
	text-align: center;
	background-color: #0691ca;
}

@media (max-width:767px) {
	.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-inquiry a:before {
		width: 40px;
		height: 40px;
	}
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-inquiry a:hover {
	background-color: #024681;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-addcart a {
	font-size: 16px;
	line-height: 50px;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: underline;
	color: #0691ca;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-addcart a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin-right: 6px;
	content: '\e61a';
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-addcart a:hover {
	color: #024681;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-more a {
	font-size: 16px;
	line-height: 50px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-more a:after {
	float: right;
	width: 0;
	height: 0;
	margin-top: 20px;
	margin-left: 6px;
	content: '';
	border-width: 4px 0 4px 4px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn .desc ul li.btn-more a:hover {
	color: #024681;
}

.wrap-product-show .basic-info {
	margin-top: 50px;
}

.wrap-product-show .basic-info .text {
	margin-top: 20px;
}

.wrap-product-show .basic-info .text p {
	font-size: 16px;
	line-height: 1.875;
	margin: 0;
}

.wrap-product-show .basic-info .text img {
	max-width: 100%;
}

.wrap-product-show .description .table-box,
.wrap-product-show .basic-info .table-box {
	overflow: auto;
	width: 100%;
	max-width: 100%;
}

.wrap-product-show .description table,
.wrap-product-show .basic-info table {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.wrap-product-show .description table tr,
.wrap-product-show .basic-info table tr,
.wrap-product-show .description table td,
.wrap-product-show .basic-info table td {
	width: auto !important;
	height: auto !important;
	vertical-align: middle;
}

.wrap-product-show .description table td,
.wrap-product-show .basic-info table td {
	padding: 8px 10px !important;
	border: 1px solid #c3c0c0 !important;
	background-color: #fff;
}

.wrap-product-show .description table td,

/*.wrap-product-show .basic-info table td:first-child*/
.wrap-product-show .basic-info table td {
	background-color: #f8fafc;
}

.wrap-product-show .description table tr p,
.wrap-product-show .basic-info table tr p,
.wrap-product-show .description table tr span,
.wrap-product-show .basic-info table tr span {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.wrap-product-show .description {
	margin-top: 50px;
}

.wrap-product-show .description .text {
	margin-top: 20px;
}

.wrap-product-show .description .text p {
	line-height: 2.14285714;
	margin: 0;
	color: #666;
}

.wrap-product-show .description .text img {
	max-width: 100%;
}

.wrap-product-show .inquiry {
	padding-top: 50px;
}

.wrap-product-show .inquiry .message {
	margin-top: 10px;
}

.wrap-product-show .inquiry p {
	line-height: 30px;
	margin: 0;
	color: #888;
}

.wrap-product-show .inquiry form {
	max-width: 990px;
}

.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
	line-height: 30px;
	width: 100%;
	margin-top: 14px;
	padding: 10px 20px;
	background-color: #ededed;
}

.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
	color: #333;
}

.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
	color: #333;
}

.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
	color: #333;
}

.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
	color: #333;
}

.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.wrap-product-show .inquiry .read input {
	font-weight: 800;
	background-color: #d8d8d8;
}

.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
	color: #333;
}

.wrap-product-show .inquiry .submit {
	line-height: 44px;
	display: block;
	width: 160px;
	height: 44px;
	margin: 0 auto;
	margin-top: 24px;
	padding: 0;
	text-align: center;
	color: #fff;
	border-radius: 0;
	background-color: #1794db;
}

.wrap-product-show .inquiry .submit:hover {
	background-color: #0691ca;
}

.wrap-product-show .relate {
	margin-top: 50px;
}

.wrap-product-show .relate .slick-relate {
	margin: 0 -10px;
}

.wrap-product-show .relate .slick-relate .slick-slide {
	padding: 10px;
}

.wrap-product-show .relate .slick-relate .item {
	margin-top: 20px;
}

.wrap-product-show .relate .slick-relate .item .pic {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wrap-product-show .relate .slick-relate .item .pic .img-box {
	padding-bottom: 73.68421053%;
}

.wrap-product-show .relate .slick-relate .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.wrap-product-show .relate .slick-relate .item p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 30px;
	margin: 10px 0 0 0;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wrap-product-show .relate .slick-relate .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wrap-product-show .relate .slick-relate .item:hover p {
	color: #0691ca;
}

.wrap-product-show .title-product-show b {
	font-size: 30px;
	line-height: 1;
	display: block;
}

@media (max-width:991px) {
	.wrap-product-show .title-product-show b {
		font-size: 20px;
	}
}

.wrap-inquiry table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}

.wrap-inquiry table tr {
	border: 1px solid #d5d5d5;
}

.wrap-inquiry table tr:first-child {
	overflow: hidden;
	background-color: #e6e6e6;
}

.wrap-inquiry table th {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	height: 52px;
	text-align: left;
}

@media (max-width:480px) {
	.wrap-inquiry table th {
		font-size: 14px;
	}
}

.wrap-inquiry table td,
.wrap-inquiry table th {
	padding: 30px 10px;
}

.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child {
	width: 15%;
	padding: 0 5%;
}

@media (max-width:767px) {

	.wrap-inquiry table td:first-child,
	.wrap-inquiry table th:first-child {
		width: 22%;
		padding: 0 2%;
	}
}

.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2) {
	width: 55%;
}

@media (max-width:991px) {

	.wrap-inquiry table td:nth-child(2),
	.wrap-inquiry table th:nth-child(2) {
		width: 50%;
	}
}

@media (max-width:767px) {

	.wrap-inquiry table td:nth-child(2),
	.wrap-inquiry table th:nth-child(2) {
		width: 35%;
	}
}

.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3) {
	width: 15%;
}

@media (max-width:991px) {

	.wrap-inquiry table td:nth-child(3),
	.wrap-inquiry table th:nth-child(3) {
		width: 20%;
	}
}

@media (max-width:767px) {

	.wrap-inquiry table td:nth-child(3),
	.wrap-inquiry table th:nth-child(3) {
		width: 30%;
	}
}

.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4) {
	width: 15%;
	text-align: center;
}

.wrap-inquiry table .Each,
.wrap-inquiry table .all {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #dcdcdc;
	outline: none;
	background-color: #fff;
	-webkit-appearance: none;
}

.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after {
	font-family: 'iconfont';
	font-size: 18px;
	position: absolute;
	top: -10px;
	left: 0;
	content: '\e62b';
	color: #0691ca;
}

.wrap-inquiry table input {
	font-size: 16px;
	line-height: 32px;
	position: relative;
	top: -1px;
	width: 60px;
	height: 32px;
	text-align: center;
	vertical-align: top;
	outline: none;
}

@media (max-width:991px) {
	.wrap-inquiry table input {
		width: 30px;
	}
}

@media (max-width:767px) {
	.wrap-inquiry table input {
		font-size: 14px;
		line-height: 30px;
		width: 20px;
		height: 30px;
		border-right: none;
		border-left: none;
	}
}

.wrap-inquiry table .del1,
.wrap-inquiry table .add1 {
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	width: 36px;
	height: 32px;
	margin-top: -1px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	border: 1px solid #dfdfdf;
}

@media (max-width:767px) {

	.wrap-inquiry table .del1,
	.wrap-inquiry table .add1 {
		line-height: 30px;
		position: relative;
		z-index: 9;
		width: 20px;
		height: 30px;
	}
}

.wrap-inquiry table .pic {
	display: inline-block;
	width: 30%;
	margin-right: -4px;
	vertical-align: middle;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width:767px) {
	.wrap-inquiry table .pic {
		display: block;
		width: 100%;
	}
}

.wrap-inquiry table .pic .img-box {
	padding-bottom: 73.68421053%;
}

.wrap-inquiry table p {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	overflow: hidden;
	width: 70%;
	height: 24px;
	margin: 0;
	margin-right: -4px;
	padding-left: 4%;
	vertical-align: middle;
}

@media (max-width:767px) {
	.wrap-inquiry table p {
		font-size: 14px;
		display: block;
		width: 100%;
		margin: 0;
	}
}

@media (max-width:320px) {
	.wrap-inquiry table p {
		font-size: 12px;
	}
}

.wrap-inquiry .close {
	float: none;
	cursor: pointer;
	text-align: center;
	opacity: 1;
}

.wrap-inquiry .close::after {
	font-family: 'iconfont';
	font-size: 30px;
	font-weight: normal;
	content: '\e62a';
	color: #787878;
}

.wrap-inquiry .close:hover::after {
	color: #024681;
}

.wrap-inquiry .title-inquiry b {
	font-size: 30px;
	line-height: 1;
	display: block;
}

@media (max-width:991px) {
	.wrap-inquiry .title-inquiry b {
		font-size: 20px;
	}
}

.wrap-inquiry .inquiry {
	margin-top: 50px;
}

.wrap-inquiry .inquiry .message {
	margin-top: 10px;
}

.wrap-inquiry .inquiry p {
	line-height: 30px;
	margin: 0;
	color: #888;
}

.wrap-inquiry .inquiry form {
	max-width: 990px;
}

.wrap-inquiry .inquiry input,
.wrap-inquiry .inquiry textarea {
	line-height: 30px;
	width: 100%;
	margin-top: 14px;
	padding: 10px 20px;
	background-color: #ededed;
}

.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder {
	color: #333;
}

.wrap-inquiry .inquiry .read input {
	font-weight: 800;
	background-color: #d8d8d8;
}

.wrap-inquiry .inquiry .submit {
	line-height: 44px;
	display: block;
	width: 160px;
	height: 44px;
	margin: 0 auto;
	margin-top: 24px;
	padding: 0;
	text-align: center;
	color: #fff;
	border-radius: 0;
	background-color: #1794db;
}

.wrap-inquiry .inquiry .submit:hover {
	background-color: #0691ca;
}

.wrap-contact {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.wrap-contact .contact {
	padding: 12px;
	background-color: #0691ca;
}

.wrap-contact .contact .text {
	padding: 20px;
}

.wrap-contact .contact .text b {
	font-size: 36px;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
	color: #fff;
}

.wrap-contact .contact .text p {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-bottom: 18px;
	padding-left: 34px;
	color: #fff;
}

.wrap-contact .contact .text p:before {
	font-family: 'iconfont' !important;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	content: '\e608';
}

.wrap-contact .contact .text p.tel:before {
	content: '\e626';
}

.wrap-contact .contact .text p.phone:before {
	content: '\e625';
}

.wrap-contact .contact .text p.fax:before {
	content: '\e6b4';
}

.wrap-contact .contact .text p.email:before {
	content: '\e72e';
}

.wrap-contact .contact .text p.whatsapp:before {
	content: '\e621';
}

.wrap-contact .message {
	padding-top: 50px;
}

.wrap-contact .message form {
	overflow: hidden;
	margin-top: 20px;
}

@media (max-width:991px) {
	.wrap-contact .message form {
		margin-bottom: 40px;
	}
}

.wrap-contact .message form .item {
	position: relative;
	margin-top: 16px;
	padding-left: 90px;
}

@media (max-width:767px) {
	.wrap-contact .message form .item {
		padding-left: 0;
	}
}

.wrap-contact .message form .item span {
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	left: 0;
	display: block;
}

@media (max-width:767px) {
	.wrap-contact .message form .item span {
		position: relative;
	}
}

.wrap-contact .message form input,
.wrap-contact .message form textarea {
	line-height: 30px;
	width: 100%;
	min-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #d8d8d8;
}

.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
	color: #888;
}

.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
	color: #888;
}

.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
	color: #888;
}

.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
	color: #888;
}

.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.wrap-contact .message form .submit {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	width: 180px;
	height: 50px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	border-radius: 30px;
	background-color: #0691ca;
}

.wrap-contact .message form .submit:hover {
	background-color: #024681;
}

.wrap-contact .map {
	/* height: 360px; */
}

.page {
	margin-top: 60px;
	text-align: center;
}

@media (max-width:991px) {
	.page {
		margin-top: 50px;
	}
}

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

.page li a {
	font-size: 14px;
	line-height: 36px;
	width: 36px;
	height: 36px;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #848484;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
}

.page li a {
	display: block;
}

.page li.active a,
.page li:hover a {
	color: #fff;
	border-color: #0691ca;
	background-color: #0691ca;
}

.lazy {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.fancybox-slide--iframe .fancybox-content {
	width: 733px;
	max-width: 80%;
	height: 500px;
	max-height: 50%;
	margin: 0;
}

.BMapLabel {
	max-width: none;
}

.stuck {
	position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
	height: 80px !important;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(51, 51, 51, .15);
}

@media (max-width:1199px) {
	.stuck {
		height: 70px !important;
	}
}

.stuck .logo {
	height: 60px;
	margin-top: 10px;
}

@media (max-width:1199px) {
	.stuck .logo {
		margin-top: 5px;
	}
}

.stuck .nav .nav-list1>li>a {
	line-height: 80px;
}

.stuck .find {
	line-height: 80px;
}

@media (max-width:1199px) {
	.stuck .find {
		line-height: 70px;
	}
}

.stuck .cart a {
	margin-top: 21px;
}

@media (max-width:1199px) {
	.stuck .cart a {
		margin-top: 16px;
	}
}

#google_translate_element {
	float: right;
	margin-top: 36px;
	margin-left: 14px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.goog-te-gadget-simple {
	background: none !important;
}

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

.inquire-wrap:before {
	display: none;
}

.box-product .product-sort {
	padding-top: 10px;
}

.box-product .product-sort li {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.box-product .product-sort li:hover {
	background-color: #154167;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

@media (max-width:767px) {
	.banner-in .location ul li a {
		line-height: 20px !important;
		font-size: 12px !important;
	}
}

.header .logo img,
.header .logo p {
	display: inline-block;
	vertical-align: middle;
}

.header .logo p {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}

.header .logo p span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

.header .logo p span:after {
	font-family: 'iconfont' !important;
	content: '\e827';
	transform: rotate(90deg);
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

@media (max-width:1350px) {
	.header .logo p {
		font-size: 14px;
	}
}

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

.wrap-sitemap {
	clear: both;
	background-color: #f6f6f6;
	padding-top: 140px;
}

.wrap-sitemap .title-in {
	text-align: left;
}

.wrap-sitemap .sitemap {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.wrap-sitemap .sitemap {
		margin-top: 30px;
	}
}

.wrap-sitemap .sitemap>ul>li {
	position: relative;

	width: 100%;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap>ul>li {
		min-height: 38px;
		margin-top: 20px;
		padding-left: 0;
	}
}

.wrap-sitemap .sitemap>ul>li>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;

	display: inline-block;

	min-width: 240px;
	padding: 10px 30px;

	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: capitalize;

	border: 1px solid #eaeaea;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap>ul>li>a {
		font-size: 16px;

		min-width: 140px;
		padding: 4px 10px;
	}
}

.wrap-sitemap .sitemap>ul>li:hover>a {
	color: #fff;
	background-color: #182e6f;
}

.wrap-sitemap .sitemap>ul>li:hover>a {
	text-decoration: underline;

	background-color: #0691ca;
}

.wrap-sitemap .sitemap>ul>li>ul {
	position: relative;

	padding: 10px 0;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap>ul>li>ul {
		margin: 0 -10px;
		margin-top: 10px;
		padding: 0;
	}
}

.wrap-sitemap .sitemap>ul>li>ul>li {
	display: inline-block;

	vertical-align: top;
}

.wrap-sitemap .sitemap>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 28px;

	display: block;

	padding: 5px 30px;

	text-transform: capitalize;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap>ul>li>ul>li>a {
		font-size: 14px;
		line-height: 30px;

		min-width: auto;
		padding: 0 10px;
	}
}

.wrap-sitemap .sitemap>ul>li>ul>li>a:hover>a {
	text-decoration: underline;

	color: #0691ca;
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap>ul>li>ul>li>ul {
		padding: 0;
	}
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
	display: inline-block;
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
	line-height: 30px;

	display: block;

	padding: 0 10px;
}

@media (max-width: 767px) {
	.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
		font-size: 13px;
	}
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover a {
	text-decoration: underline;

	color: #182e6f;
}

.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
	text-decoration: underline;

	color: #182e6f;
}

.share-cn {
	display: none;
}

&[lang=zh-CN] {
	.share-cn {
		display: block;
	}

	.share-other {
		display: none;
	}
}

.a2a_kit {
	display: inline-block;
	vertical-align: middle;
}

.wrap-contact .contact .text p.nobefore {
	padding: 0;
}

.wrap-contact .contact .text p.nobefore:before {
	display: none;
}

.item-news {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item-news>a {
	width: 40%;
	flex: 0 0 auto;
}

.item-news>a .img-box {
	padding-bottom: 74%;
}

.box-about p {
	color: rgb(12, 12, 12);
	font-size: 16px;
}

.item-news>a .img-box img {
	transition: all 0.5s ease;
}

.item-news:hover>a .img-box img {
	transform: scale(1.08);
}

.news-show p a {
	color: red;
	font-weight: 700;
}

.news-show p a:hover {
	color: #0691ca;
}

.columns_sticky {
	position: sticky;
	z-index: 99;
	height: 100%;
	top: 66px;
	/* padding: 34px 0; */
}

.wrap.wrap-news {
	padding-left: 0 !important;
}

.location h1 {
	color: #fff;
	font-weight: 700;
}

.tagsabout {
	padding: 100px 0;
}

.box-about.tagsabout .text {
	width: 54%;
	padding-left: 50px;
	padding-right: 0px;
}

.box-about.tagsabout .pic {
	position: relative;
	z-index: 2;
	float: left;
	width: 46%;
}

.tagsnewssw .title-in {
	text-align: center;
	margin-bottom: 50px;
}

.box-about.tagsabout .pic img {
	width: 100%;
}

.map img {
	width: 100%;
	vertical-align: bottom;
	height: 100%;
}
.pages {
	text-align: center;
	margin-top: 40px;
}

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

}

.pages li a {
    display: block;
    background: #fff;
    padding: 5px 14px;
    font-size: 13px;
    margin: 0 3px;
    color: rgb(90, 88, 88);
    border-radius: 5px;
    border: 2px solid #efeff0;
}

.pages li:hover a,
.pages li.active a {
	background: #0691ca ;
	color: #fff;
}
@media (max-width: 1400px) {
	.box-about .text b {
		font-size: 33px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1200px) {
	.box-product .product-sort li a.item-sort {
		font-size: 20px;
	}

	.box-about .text b {
		font-size: 33px;
	}

	.box-about p {
		font-size: 15px;
		line-height: 2;
	}

	.wrap-contact .contact .text p {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 16px;
		padding-left: 24px;
	}

	.wrap-contact .contact .text b {
		font-size: 32px;
	}

	.wrap-download .download .item .text .desc span {
		line-height: 24px;
	}

	.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li>a {
		font-size: 14px;
	}

	.wrap-left .sidenav ul.sidenav-level1>li ul.sidenav-level2>li ul.sidenav-level3 li a {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.item-news {
		flex-direction: column-reverse;
	}

	.wrap-left .sidenav {
		margin-right: 0;
	}

	.columns_sticky {
		position: relative;
		z-index: 9;
		top: 0px;
	}

	.h1,
	h1 {
		font-size: 30px;
	}

	.box-about.tagsabout .pic {
		width: 100%;
	}

	.tagsnewssw .title-in {
		margin-bottom: 20px;
	}

	.page li a {
		line-height: 32px;
		width: 32px;
		height: 32px;
	}

	.box-about.tagsabout .text {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
		padding-right: 0px;
	}

	.tagsabout {
		padding: 30px 0;
	}

	.wrap-contact .contact .text p {
		padding-left: 26px;
	}

	.wrap-contact .contact .text {
		padding: 14px;
	}

	.wrap-left .sidenav ul.sidenav-level1>li>a {
		padding: 10px 10px 10px 25px;
	}

	.item-news>a {
		width: 100%;
		margin-bottom: 10px;
		flex: 0 0 auto;
	}
}