body {
	font-family: 'Poppins', '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: 'Poppins';
	font-weight: normal;
	font-style: normal;
	src: url('../css/fonts/Poppins-Regular.eot');
	src: local('Poppins Regular'), local('Poppins-Regular'), url('../css/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Poppins-Regular.woff2') format('woff2'), url('../css/fonts/Poppins-Regular.woff') format('woff'), url('../css/fonts/Poppins-Regular.ttf') format('truetype'), url('../css/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-display: swap;
}

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

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

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

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

a {
	text-decoration: none;
	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,
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;
}

a[data-fancybox] {
	outline: none;
}

a[data-fancybox] img {
	outline: none !important;
}

img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

img[data-lazy] {
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

.slick-slide {
	outline: none;
}

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

.BMapLabel {
	max-width: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

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

@media (min-width: 1200px) {
	.wow {
		visibility: hidden;
	}
}

.clearfix {
	zoom: 1;
}

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

.transform-0 {
	-webkit-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	transform: translate(0) !important;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 1199px) {
	.skiptranslate iframe {
		display: none;
	}
	.google-translation .skiptranslate {
		display: inline-block;
	}
	body {
		top: 0 !important;
	}
}


/*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: 18px;
	line-height: 42px;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #000;
}

@media (max-width: 991px) {
	.page li a {
		font-size: 15px;
		line-height: 32px;
		width: 30px;
		height: 30px;
		margin: 0 1px;
	}
}

.page li:hover a {
	color: #fff;
	background-color: #ff6932;
}

.page li.active a {
	color: #fff;
	background-color: #ff6932;
}

.page li.prev a {
	font-size: 14px;
}

@media (max-width: 991px) {
	.page li.prev a {
		font-size: 12px;
	}
}

.page li.prev a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: block;
	content: '\e622';
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	text-align: center;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page li.next a {
	font-size: 14px;
}

@media (max-width: 991px) {
	.page li.next a {
		font-size: 12px;
	}
}

.page li.next a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	content: '\e622';
	text-align: center;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*table*/

.table-box {
	overflow: auto;
	width: 100%;
	max-width: 100%;
}

.table-box table {
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}

.table-box table tr,
.table-box table td,
.table-box table th {
	width: auto !important;
	height: auto !important;
	color: #666;
}

.table-box table td,
.table-box table th {
	font-size: 16px;
	font-weight: normal;
	padding: 10px !important;
	vertical-align: middle;
	border: 1px solid #e6e6e6 !important;
}

.table-box table tr:nth-child(odd) {
	background-color: #eee;
}

.table-box table tr:nth-child(even) {
	background-color: #ffffff;
}

@media (max-width: 991px) {
	.table-box table td,
	.table-box table th {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
	}
}

.table-box table tr p,
.table-box table tr span {
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.table-box table th {
	text-align: center;
}

.table-box .table-nav {
	overflow: hidden;
}

.table-box .table-content {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 300px;
	max-height: 42vh;
}

.fancybox-content {
	width: 100% !important;
	height: 100% !important;
}

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

@media (max-width: 1199px) {
	.zoomDiv {
		display: none !important;
	}
}

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

.zoomMask {
	position: absolute;
	z-index: 20;
	cursor: move;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}

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

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


/*nav*/

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header {
		height: 70px;
		background-color: #fff;
		box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	}
}

.header .nav_top {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	-webkit-transition: all .4s;
	transition: all .4s;
}

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

.header .nav_top .container {
	margin: 0 auto;
}

@media (min-width: 1520px) {
	.header .nav_top .container {
		width: 1490px;
	}
}

.header .nav_top .msg a {
	font-family: 'Poppins-Bold';
	font-size: 14px;
	line-height: 50px;
	display: block;
	color: #fff;
}

.header .nav_top .msg a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
	content: '\e7df';
	vertical-align: middle;
	color: #ff6932;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .nav_top .tel {
	margin-left: 24px;
}

.header .nav_top .tel a:before {
	content: '\e600';
}

.header .nav_content {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
	.header .nav_content {
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
	}
}

.header .nav_content .container {
	margin: 0 auto;
}

@media (min-width: 1520px) {
	.header .nav_content .container {
		width: 1490px;
	}
}

.header .logo {
	position: absolute;
	top: 20px;
	left: 50%;
	height: 140px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1199px) {
	.header .logo {
		top: 0;
		left: 10px;
		height: 70px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@media (max-width: 991px) {
	.header .logo {
		left: 5px;
	}
}

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

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

.header .shop_box {
	margin-top: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 10px;
	background-color: #ff6932;
}

@media (max-width: 1199px) {
	.header .shop_box {
		margin-top: 14px;
	}
}

@media (max-width: 991px) {
	.header .shop_box {
		margin-right: 40px;
	}
}

@media (max-width: 350px) {
	.header .shop_box {
		margin-right: 30px;
	}
}

.header .shop_box .shopcart {
	position: relative;
	width: 43px;
}

@media (max-width: 350px) {
	.header .shop_box .shopcart {
		width: 40px;
	}
}

.header .shop_box .shopcart:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #a49a00;
}

.header .shop_box .shopcart a {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	display: block;
	text-align: center;
	color: #000;
}

.header .shop_box .shopcart a:before {
	font-family: 'iconfont' !important;
	font-size: 13px;
	font-style: normal;
	line-height: 42px;
	display: inline-block;
	content: '\e89b';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .shop_box .shopcart a b {
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: 13%;
	width: 16px;
	height: 16px;
	color: #fff;
	border-radius: 50%;
	background-color: #da1013;
}

.header .language_box {
	margin: 29px 40px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1199px) {
	.header .language_box {
		margin: 23px 40px 0 0;
	}
}

@media (max-width: 991px) {
	.header .language_box {
		margin: 23px 20px 0 0;
	}
}

@media (max-width: 350px) {
	.header .language_box {
		margin: 23px 10px 0 0;
	}
}

.header .language {
	display: inline-block;
	float: right;
	overflow: hidden;
	margin-top: 35px;
	margin-left: 40px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1199px) {
	.header .language {
		margin: 20px 36px 0 10px;
	}
}

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

@media (max-width: 767px) {
	.header .language ul {
		margin: 0 -2px;
	}
}

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

@media (max-width: 767px) {
	.header .language ul li {
		padding: 0 2px;
	}
}

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

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

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

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

.header .pc-search {
	position: relative;
	float: right;
	width: 128px;
	margin-top: 38px;
	margin-left: 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1350px) {
	.header .pc-search {
		margin-left: 0;
	}
}

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

.header .pc-search input {
	line-height: 22px;
	width: 100%;
	padding: 0 30px 0 12px;
	border: 1px solid #eee;
	border-radius: 30px;
}

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

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

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

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

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

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

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

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

.header .pc-search .submit {
	line-height: 24px;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0;
	background: none;
}

.header .pc-search .submit:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	content: '\e717';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 8px;
	}
	.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: #222;
}

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

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {}

@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>li {
		float: left;
	}
	.header .nav .nav-list1>li>a {
		font-size: 16px;
		line-height: 80px;
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 45px;
		-webkit-transition: all .5s;
		transition: all .5s;
		text-transform: uppercase;
		color: #222;
	}
	.header .nav .nav-list1>li:first-child a {
		padding: 0 45px 0 0;
	}
	.header .nav .nav-list1>li:nth-child(5) {
		margin-left: 16%;
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		font-weight: bold;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 180px;
		padding: 20px 0;
		text-align: left;
		background-color: rgba(255, 255, 255, .95);
		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 {
		font-size: 14px;
		line-height: 30px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 20px;
		color: #000;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.header .nav .nav-list1 .nav-list2 li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		text-decoration: underline;
	}
	.header .nav .nav-list1 .nav-list2 li img {
		max-width: 400px;
	}
	.header .nav .nav-list1 .nav-list3 {
		position: absolute;
		top: -20px;
		left: 100%;
		display: none;
		min-width: 280px;
		padding: 20px 0;
		text-align: left;
		background-color: rgba(255, 255, 255, .95);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		line-height: 30px;
		padding: 0 20px;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
}

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

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

@media (min-width: 1200px) and (max-width: 1469px) {
	.header .nav .nav-list1>li:nth-child(5) {
		margin-left: 14%;
	}
}

@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' !important;
	font-size: 26px;
	font-style: normal;
	content: '\e727';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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 .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;
	font-style: normal;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e728';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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: 18px;
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

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

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

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

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

.header .xs-language {
	position: absolute;
	z-index: 9;
	bottom: 30px;
	left: 35px;
}

@media (min-width: 1200px) {
	.header .xs-language {
		display: none;
	}
}

.header .xs-language a {
	font-size: 16px;
	color: #fff;
}

.header .xs-language span {
	margin: 0 5px;
	color: #fff;
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(34, 34, 34, .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: 20px;
	font-style: normal;
	content: '\e605';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@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: #ff6932;
}

.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, 192, 203, .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: 42px;
	width: 42px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
}

@media (max-width: 350px) {
	.header .find {
		width: 36px;
	}
}

.header .find:before {
	font-family: 'iconfont' !important;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	content: '\e605';
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

@media (min-width: 1200px) {
	.header.fixed-header .nav_top {
		margin-top: -30px;
		opacity: 0;
	}
	.header.fixed-header .logo {
		top: 5px;
		height: 100px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
		line-height: 70px;
	}
	.header.fixed-header .language_box {
		margin: 23px 40px 0 0;
	}
	.header.fixed-header .shop_box {
		margin-top: 14px;
	}
}


/*footer*/

.footer {
	font-size: 0;
	position: relative;
	background: url(../images/common/foot_bg.jpg) no-repeat center;
	background-size: cover;
}

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

.footer .foot {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 50px 0 0 0;
	}
}

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

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

@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: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot .container>ul:after {
		display: none;
	}
}

.footer .foot .container>ul>li {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 33.333% !important;
		padding: 0 15px 30px 15px;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li {
		width: 100% !important;
		padding: 0 15px;
	}
}

.footer .foot .container>ul>li h3 {
	font-family: 'Poppins-Bold';
	font-size: 30px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li h3 {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3 {
		font-size: 18px;
		margin: 8px 0;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		font-style: normal;
		float: right;
		width: auto;
		height: auto;
		margin-top: 0;
		content: '\e62f';
		background: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

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

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .info-down {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .info-down {
		display: none;
		margin-top: 15px;
		padding-bottom: 15px;
	}
}

.footer .foot .container>ul>li.current .title-foot h3:after {
	content: '\e626';
}

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

@media (max-width: 1469px) {
	.footer .foot .container>ul>li:first-child {
		width: 400px;
	}
}

.footer .foot .container>ul>li:first-child h3:before {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 20px;
	content: '';
	background: url(../images/img/icon_titi.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li:first-child h3:before {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li:first-child h3:before {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
}

.footer .foot .container>ul>li:nth-child(2) {
	width: 230px;
}

.footer .foot .container>ul>li:nth-child(3) {
	width: 350px;
}

.footer .foot .item-1 .email_box {
	position: relative;
	max-width: 600px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	padding-right: 40px;
	border: solid 1px #333;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .email_box {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .item-1 .email_box {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.footer .foot .item-1 .email_box {
		height: 45px;
	}
}

.footer .foot .item-1 .email_box input {
	font-size: 12px;
	line-height: 50px;
	width: 100%;
	height: 50px;
	padding: 10px 28px 10px 28px;
	color: #fff;
	border: none;
	background-color: transparent;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .email_box input {
		padding: 10px 20px 10px 20px;
	}
}

@media (max-width: 767px) {
	.footer .foot .item-1 .email_box input {
		line-height: 45px;
		height: 45px;
		padding: 14px 15px 10px 15px;
	}
}

.footer .foot .item-1 .email_box input::-webkit-input-placeholder,
.footer .foot .item-1 .email_box textarea::-webkit-input-placeholder {
	color: #999;
}

.footer .foot .item-1 .email_box input:-o-placeholder,
.footer .foot .item-1 .email_box textarea:-o-placeholder {
	color: #999;
}

.footer .foot .item-1 .email_box input::-moz-placeholder,
.footer .foot .item-1 .email_box textarea::-moz-placeholder {
	color: #999;
}

.footer .foot .item-1 .email_box input:-ms-input-placeholder,
.footer .foot .item-1 .email_box textarea:-ms-input-placeholder {
	color: #999;
}

.footer .foot .item-1 .email_box input:focus::-webkit-input-placeholder,
.footer .foot .item-1 .email_box textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .email_box input:focus::-o-placeholder,
.footer .foot .item-1 .email_box textarea:focus::-o-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .email_box input:focus::-moz-placeholder,
.footer .foot .item-1 .email_box textarea:focus::-moz-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .email_box input:focus::-ms-input-placeholder,
.footer .foot .item-1 .email_box textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .email_box button {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	padding: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .email_box button {
		right: 15px;
	}
}

.footer .foot .item-1 .email_box button:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	display: block;
	content: '\e6c8';
	color: #ff6932;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-1 .email_box button:hover {
	-webkit-transform: translateY(-50%) translateX(6px);
	-ms-transform: translateY(-50%) translateX(6px);
	transform: translateY(-50%) translateX(6px);
}

.footer .foot .item-1 .share {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .share {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .item-1 .share {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

.footer .foot .item-1 .share ul {
	margin: 0 -10px;
}

.footer .foot .item-1 .share ul li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}

.footer .foot .item-1 .share ul li:hover a:before {
	color: #ff6932;
}

.footer .foot .item-1 .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .item-1 .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-1 .share ul .facebook a:before {
	content: '\e635';
}

.footer .foot .item-1 .share ul .twitter a:before {
	font-size: 22px;
	content: '\e882';
}

.footer .foot .item-1 .share ul .linkedin a:before {
	font-size: 17px;
	content: '\e7ea';
}

.footer .foot .item-1 .share ul .instagram a:before {
	font-size: 22px;
	content: '\e88f';
}

.footer .foot .item-1 .share ul .youtube a:before {
	content: '\e7b2';
}

.footer .foot .item-2 .list a {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 22px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #999;
}

@media (max-width: 1199px) {
	.footer .foot .item-2 .list a {
		font-size: 15px;
		margin-bottom: 12px;
	}
}

.footer .foot .item-2 .list a:last-child {
	margin-bottom: 0;
}

.footer .foot .item-2 .list a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: -3px;
	left: -6px;
	display: block;
	content: '\e820';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-2 .list a:hover {
	text-decoration: underline !important;
	color: #ff6932;
}

.footer .foot .item-3 .note a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .item-3 .note a:hover {
	text-decoration: underline !important;
	color: #ff6932;
}

.footer .foot .item-3 .note .txt {
	position: relative;
	margin-bottom: 16px;
	padding-left: 25px;
	text-align: left;
	word-break: break-word;
}

.footer .foot .item-3 .note .txt:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: -3px;
	left: -6px;
	display: block;
	content: '\e820';
	color: #777;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-3 .note .txt:last-child {
	margin-bottom: 0;
}

.footer .foot .item-3 .note .txt span {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer .foot .item-3 .note .txt span {
		font-size: 15px;
	}
}

.footer .foot .item-3 .note .txt p {
	font-size: 16px;
	line-height: 1.5;
	color: #777;
}

@media (max-width: 1199px) {
	.footer .foot .item-3 .note .txt p {
		font-size: 15px;
	}
}

.footer .copyright {
	padding: 29px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 1199px) {
	.footer .copyright {
		padding: 20px 0;
	}
}

@media (max-width: 991px) {
	.footer .copyright .info {
		float: none;
		text-align: center;
	}
}

.footer .copyright .info p {
	font-size: 14px;
	line-height: 1.5;
	color: #999;
}

.footer .copyright .info p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (max-width: 991px) {
	.footer .copyright .info p a {
		display: block;
	}
}

.footer .copyright .info p a:hover {
	color: #ff6932;
}

.footer .copyright .info p span {
	margin: 0 0 0 20px;
}

@media (max-width: 991px) {
	.footer .copyright .info p span {
		display: block;
		margin: 5px 0;
	}
}

@media (max-width: 991px) {
	.footer .copyright .msg {
		float: none;
		text-align: center;
	}
}

.footer .copyright .msg a {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-decoration: underline !important;
	color: #999;
}

.footer .copyright .msg a:hover {
	color: #ff6932;
}


/*online*/

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

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

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e62f';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

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

.online-wrap .online a {
	line-height: 50px;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	background-color: #ff6932;
}

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

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

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.online-wrap .online .icon-whatsapp:before {
	content: '\e776';
}

.online-wrap .online .icon-email:before {
	content: '\e606';
}

.online-wrap .online .icon-arrow-top:before {
	font-size: 35px;
	content: '\e774';
}

@media (max-width: 767px) {
	.online-wrap .online .icon-arrow-top:before {
		font-size: 28px;
	}
}

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

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 100px;
	height: 100px;
}

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

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

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

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

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

@media (min-width: 1200px) {
	.online-wrap .online .icon-tel:hover .phone-num,
	.online-wrap .online .icon-skype:hover .phone-num {
		right: 100%;
	}
}

.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-skype .phone-num p {
	padding: 0 10px;
	color: #fff;
	border-radius: 4px;
	background-color: #ff6932;
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
	background-color: #ff6932;
}

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

.bottom_nav ul {
	text-align: center;
	color: #222;
}

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

.bottom_nav ul li a {
	font-size: 13px;
	display: block;
	padding: 4px 0;
}

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

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

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul .bot_wechat {
	position: relative;
}

.bottom_nav ul .bot_wechat .code_img {
	position: absolute;
	z-index: 1;
	bottom: 52px;
	left: 0;
	display: none;
	width: 90px;
	height: 90px;
}

.bottom_nav ul .bot_wechat>a:before {
	content: '\e616';
}

.bottom_nav ul .bot_email>a:before {
	content: '\e606';
}

.bottom_nav ul .bot_whatsapp>a:before {
	content: '\e776';
}

.bottom_nav ul .bot_tel>a:before {
	content: '\e600';
}

.bottom_nav ul .bot_top>a:before {
	content: '\e61b';
}


/*0*/

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

.news_wrap .list .item .pic .img-box img,
.application_wrap .list .item .left .pic .img-box img,
.about_wrap .ab_factory .list .slick_factory .pic .img-box img,
.product_wrap .right .prod_lists .item .pic .img-box img,
.index_news .list .slick_news .item .pic .img-box img,
.index_application .list .item .pic .img-box img,
.index_about .index_vv .video .video-box .img-box img,
.index_category .list .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news_wrap .list .item:hover .pic .img-box img,
.application_wrap .list .item:hover .left .pic .img-box img,
.about_wrap .ab_factory .list .slick_factory .pic:hover .img-box img,
.product_wrap .right .prod_lists .item:hover .pic .img-box img,
.index_news .list .slick_news .item:hover .pic .img-box img,
.index_application .list .item:hover .pic .img-box img,
.index_about .index_vv:hover .video .video-box .img-box img,
.index_category .list .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/*20250707*/

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

.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}

.VIpgJd-ZVi9od-vH1Gmf .VIpgJd-ZVi9od-vH1Gmf {
	border: 1px solid #ccc !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
	color: #333 !important;
}
