@charset 'utf-8';
body {
	font-family: 'Arial', Helvetica, 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

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

@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	src: local('Roboto'), local('Roboto-Regular'), url('../css/fonts/Roboto-Regular.woff2') format('woff2'), url('../css/fonts/Roboto-Regular.woff') format('woff'), url('../css/fonts/Roboto-Regular.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: normal;
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../css/fonts/Roboto-Bold.woff2') format('woff2'), url('../css/fonts/Roboto-Bold.woff') format('woff'), url('../css/fonts/Roboto-Bold.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Impact';
	font-weight: normal;
	font-style: normal;
	src: local('Impact'), url('../css/fonts/Impact.woff2') format('woff2'), url('../css/fonts/Impact.woff') format('woff'), url('../css/fonts/Impact.ttf') format('truetype');
	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(../../npm/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../../npm/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;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
}

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

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

.clearfix {
	zoom: 1;
}

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
	width: 800px !important;
	max-width: 80%;
	height: 600px !important;
	max-height: 50%;
	margin: 0;
}

.fancybox-slide--video video {
	max-width: 80%;
	padding: 0;
}

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

.page {
	font-size: 0;
	text-align: center;
}

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

.page li a {
	font-size: 16px;
	line-height: 48px;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
	border-radius: 4px;
	background-color: #f9f9f9;
}

@media (max-width: 1469px) {
	.page li a {
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin: 0 3px;
	}
}

@media (max-width: 1199px) {
	.page li a {
		font-size: 15px;
		line-height: 35px;
		width: 35px;
		height: 35px;
		margin: 0 2px;
	}
}

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

.page li.prev a:before,
.page li.next a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	display: block;
	content: '\e61c';
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.page li.prev a:hover,
.page li.next a:hover {
	color: #fff;
	background-color: #13b5ea;
}

.page li.next a:before {
	content: '\e61c';
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.page li.active a,
.page li:hover a {
	color: #fff;
	background-color: #13b5ea;
}

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

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

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

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

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

.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 td {
	color: #666;
}

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

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

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

.txtnone {
	font-size: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.txtnone h1 {
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}

.header .container {
	position: relative;
	max-width: 1550px;
	margin: auto;
}

.header .top_content {
	background-color: #03132b;
}

.header .top_content .msg {
	font-size: 0;
}

@media (max-width: 991px) {
	.header .top_content .msg {
		display: none;
	}
}

.header .top_content .msg p {
	font-size: 14px;
	line-height: 2.85714286;
	position: relative;
	display: inline-block;
	padding-left: 28px;
	vertical-align: middle;
	color: #fff;
}

@media (max-width: 1199px) {
	.header .top_content .msg p {
		line-height: 2.57142857;
	}
}

.header .top_content .msg p:before {
	font-family: 'iconfont' !important;
	font-size: 15px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .msg p.tel:before {
	content: '\e776';
}

.header .top_content .msg p.email {
	margin-left: 48px;
}

.header .top_content .msg p.email:before {
	font-size: 18px;
	content: '\e60d';
}

.header .top_content .msg p a:hover {
	text-decoration: underline !important;
}

.header .top_content .language {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_content .language p {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding: 0 18px 0 28px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
}

@media (max-width: 1199px) {
	.header .top_content .language p {
		line-height: 34px;
		padding: 0 18px 0 25px;
	}
}

.header .top_content .language p:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\ebbe';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .language p:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	.ff;
	content: '\e72b';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .language ul {
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 50%;
	display: none;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
	box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
}

.header .top_content .language ul li:hover a {
	background-color: #13b5ea;
}

.header .top_content .language ul li a {
	font-size: 14px;
	line-height: 2.26666667;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
}

@media (max-width: 767px) {
	.header .top_content .language ul li a {
		font-size: 13px;
	}
}

.header .top_content .shopcart a {
	font-size: 14px;
	font-weight: normal;
	line-height: 2.85714286;
	position: relative;
	display: block;
	padding-left: 26px;
	color: #fff;
}

@media (max-width: 1199px) {
	.header .top_content .shopcart a {
		line-height: 2.57142857;
	}
}

.header .top_content .shopcart a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\e620';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .shopcart a b {
	font-weight: normal;
}

.header .top_content .find {
	margin: 8px 36px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.header .top_content .find {
		margin: 5px 30px;
	}
}

.header .top_content .find:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	display: block;
	width: 24px;
	height: 24px;
	content: '\eb86';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .find:hover:before {
	border: 1px solid #13b5ea;
	background-color: #13b5ea;
}

.header .top_content .search-wrap {
	position: absolute;
	z-index: 11;
	top: 100%;
	right: 0;
	display: none;
	width: 400px;
	max-width: 90%;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 1199px) {
	.header .top_content .search-wrap {
		top: calc(100% + 70px);
		right: 0;
		width: 100%;
		max-width: 100%;
		padding: 12px;
	}
}

.header .top_content .search-wrap form {
	position: relative;
	display: block;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 25px;
}

.header .top_content .search-wrap form .input-text {
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 10px 40px 8px 20px;
	color: #000;
	background: none;
}

.header .top_content .search-wrap form .search-btn {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}

.header .top_content .search-wrap form .search-btn:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\eb86';
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav {
	position: relative;
}

.header .top_nav .logo {
	float: left;
	height: 60px;
	margin: 10px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .top_nav .logo {
		height: 50px;
		margin: 10px 0;
	}
}

@media (max-width: 575px) {
	.header .top_nav .logo {
		height: 40px;
		margin: 15px 0;
	}
}

@media (max-width: 350px) {
	.header .top_nav .logo {
		height: 36px;
		margin: 17px 0;
	}
}

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

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

.header .top_nav .get_btn {
	margin: 17px 0 17px 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .top_nav .get_btn {
		margin: 15px 50px 15px 0;
	}
}

@media (max-width: 575px) {
	.header .top_nav .get_btn {
		margin: 15px 40px 15px 0;
	}
}

@media (max-width: 350px) {
	.header .top_nav .get_btn {
		margin: 15px 35px 15px 0;
	}
}

.header .top_nav .get_btn p {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: inline-block;
	padding: 12px 24px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-transform: capitalize;
	color: #fff;
	border-radius: 4px;
	background: #13b5ea;
}

@media (max-width: 1199px) {
	.header .top_nav .get_btn p {
		font-size: 15px;
		padding: 9px 20px;
	}
}

@media (max-width: 575px) {
	.header .top_nav .get_btn p {
		font-size: 14px;
		padding: 9px 15px;
	}
}

@media (max-width: 350px) {
	.header .top_nav .get_btn p {
		font-size: 13px;
		padding: 9px 10px;
	}
}

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

@media (max-width: 1199px) {
	.header .top_nav .nav-collapse {
		display: block;
	}
	.header .top_nav .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 8px;
		border: none;
	}
	.header .top_nav .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .top_nav .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .top_nav .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: #13b5ea;
}

.header .top_nav .nav-collapse .btn-line:nth-child(3),
.header .top_nav .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: #13b5ea;
}

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

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

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

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

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

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

.header .top_nav .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 .top_nav .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .top_nav .nav {
	position: relative;
	float: right;
}

@media (max-width: 1199px) {
	.header .top_nav .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-color: #13b5ea;
	}
	.header .top_nav .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .top_nav .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.header .top_nav .nav {
		width: 100%;
		padding: 30px;
	}
}

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

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

@media (min-width: 1200px) {
	.header .top_nav .nav .nav-list1 {
		display: block;
		float: right;
	}
	.header .top_nav .nav .nav-list1>li {
		position: relative;
		float: left;
		padding-right: 48px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .top_nav .nav .nav-list1>li>a {
		font-size: 16px;
		line-height: 5;
		position: relative;
		display: block;
		overflow: hidden;
		-webkit-transition: all .4s;
		transition: all .4s;
		text-transform: uppercase;
		color: #222;
	}
	.header .top_nav .nav .nav-list1>li>a:after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 3px;
		margin: auto;
		content: '';
		-webkit-transition: all .4s;
		transition: all .4s;
		background-color: #13b5ea;
	}
	.header .top_nav .nav .nav-list1>li:hover>a,
	.header .top_nav .nav .nav-list1>li.active>a {
		color: #13b5ea;
	}
	.header .top_nav .nav .nav-list1>li:hover>a:after,
	.header .top_nav .nav .nav-list1>li.active>a:after {
		width: 100%;
	}
	.header .top_nav .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 260px;
		padding: 15px 0;
		-webkit-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		transform: translateX(-10%);
		text-align: left;
		background-color: #fff;
		box-shadow: 0 4px 12px 0 rgba(25, 27, 29, .08);
	}
	.header .top_nav .nav .nav-list1 .nav-list2 li {
		position: relative;
	}
	.header .top_nav .nav .nav-list1 .nav-list2 li>a {
		font-size: 15px;
		line-height: 24px;
		position: relative;
		display: block;
		padding: 5px 25px;
		-webkit-transition: all .4s;
		transition: all .4s;
		text-transform: capitalize;
		color: #333;
	}
	.header .top_nav .nav .nav-list1 .nav-list2 li:hover>a,
	.header .top_nav .nav .nav-list1 .nav-list2 li.active>a {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		color: #13b5ea;
	}
	.header .top_nav .nav .nav-list1 .nav-list3 {
		position: absolute;
		top: 0;
		left: 100%;
		display: none;
		min-width: 240px;
		padding: 10px 0;
		background-color: #fff;
		box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
	}
	.header .top_nav .nav .nav-list1 .nav-list3>li {
		display: block;
	}
	.header .top_nav .nav .nav-list1 .nav-list3>li>a {
		font-size: 15px;
		line-height: 24px;
		display: block;
		padding: 5px 25px;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #666;
	}
	.header .top_nav .nav .nav-list1 .nav-list3>li:hover>a,
	.header .top_nav .nav .nav-list1 .nav-list3>li.active>a {
		text-decoration: underline !important;
	}
}

@media (max-width: 1199px) {
	.header .top_nav .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .top_nav .nav .nav-list1>li {
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 0;
	}
	.header .top_nav .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.header .top_nav .nav .nav-list2,
	.header .top_nav .nav .nav-list3 {
		display: none !important;
	}
	.header .top_nav .nav .nav-list2 a,
	.header .top_nav .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
}

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

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

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

@media (max-width: 1199px) {
	.header .top_nav .nav-2,
	.header .top_nav .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: center;
		color: #fff;
		background-color: #13b5ea;
	}
}

.header .top_nav .nav-2 .nav-top .back-btn,
.header .top_nav .nav-3 .nav-top .back-btn {
	position: absolute;
	top: 18px;
	left: 10px;
}

.header .top_nav .nav-2 .nav-top .back-btn:before,
.header .top_nav .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 .top_nav .nav-2 .nav-top .nav-title,
.header .top_nav .nav-3 .nav-top .nav-title {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.header .top_nav .nav-2 .nav-top .nav-title,
	.header .top_nav .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
}

.header .top_nav .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .top_nav .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .top_nav .nav-2 .content,
.header .top_nav .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}

@media (max-width: 767px) {
	.header .top_nav .nav-2 .content ul,
	.header .top_nav .nav-3 .content ul {
		padding: 0 15px;
	}
}

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

@media (max-width: 767px) {
	.header .top_nav .nav-2 .content ul li,
	.header .top_nav .nav-3 .content ul li {
		margin: 0;
	}
}

.header .top_nav .nav-2 .content ul li.more,
.header .top_nav .nav-3 .content ul li.more {
	position: relative;
}

.header .top_nav .nav-2 .content ul li.more:after,
.header .top_nav .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 .top_nav .nav-2 .content ul li a,
.header .top_nav .nav-3 .content ul li a {
	display: block;
}

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

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

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

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

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

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

@media (max-width: 1199px) {
	.header .top_nav .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .top_nav .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .top_nav .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .top_nav .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 .top_nav .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont' !important;
		font-size: 18px;
		font-style: normal;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.header .top_nav .fade-out ul.nav-list1>li>a {
		font-size: 18px;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.header .top_nav .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

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

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

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

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

.footer {
	font-size: 0;
	position: relative;
	overflow: hidden;
	background-color: #222;
}

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

.footer .foot_em {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 48px 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

@media (max-width: 991px) {
	.footer .foot_em {
		display: block;
		padding: 30px 0;
	}
}

.footer .foot_em .tit span {
	font-size: 16px;
	line-height: 1.75;
	display: block;
	margin-bottom: 12px;
	color: #13b5ea;
}

@media (max-width: 991px) {
	.footer .foot_em .tit span {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

.footer .foot_em .tit p {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.33333333;
	color: #fff;
}

@media (max-width: 1469px) {
	.footer .foot_em .tit p {
		font-size: 30px;
	}
}

@media (max-width: 1399px) {
	.footer .foot_em .tit p {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.footer .foot_em .tit p {
		font-size: 25px;
	}
}

@media (max-width: 991px) {
	.footer .foot_em .tit p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.footer .foot_em .tit p {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.footer .foot_em .tit p {
		font-size: 20px;
	}
}

.footer .foot_em .em_box {
	position: relative;
	overflow: hidden;
	width: 690px;
	height: 70px;
	margin-top: 6px;
	border-radius: 4px;
	background: #fff;
}

@media (max-width: 1469px) {
	.footer .foot_em .em_box {
		width: 600px;
	}
}

@media (max-width: 1399px) {
	.footer .foot_em .em_box {
		width: 550px;
	}
}

@media (max-width: 1199px) {
	.footer .foot_em .em_box {
		width: 450px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	.footer .foot_em .em_box {
		width: 100%;
		height: 50px;
		margin-top: 20px;
	}
}

.footer .foot_em .em_box input {
	font-size: 16px;
	line-height: 70px;
	width: 100%;
	height: 70px;
	padding: 0 80px 0 20px;
	color: #000;
	border-radius: 0;
	background: transparent;
}

@media (max-width: 1199px) {
	.footer .foot_em .em_box input {
		line-height: 60px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	.footer .foot_em .em_box input {
		font-size: 15px;
		line-height: 50px;
		height: 50px;
		padding: 0 60px 0 15px;
	}
}

.footer .foot_em .em_box input::-webkit-input-placeholder,
.footer .foot_em .em_box textarea::-webkit-input-placeholder {
	color: #5c5c5c;
}

.footer .foot_em .em_box input:-o-placeholder,
.footer .foot_em .em_box textarea:-o-placeholder {
	color: #5c5c5c;
}

.footer .foot_em .em_box input::-moz-placeholder,
.footer .foot_em .em_box textarea::-moz-placeholder {
	color: #5c5c5c;
}

.footer .foot_em .em_box input:-ms-input-placeholder,
.footer .foot_em .em_box textarea:-ms-input-placeholder {
	color: #5c5c5c;
}

.footer .foot_em .em_box input:focus::-webkit-input-placeholder,
.footer .foot_em .em_box textarea:focus::-webkit-input-placeholder {
	color: #000;
}

.footer .foot_em .em_box input:focus::-o-placeholder,
.footer .foot_em .em_box textarea:focus::-o-placeholder {
	color: #000;
}

.footer .foot_em .em_box input:focus::-moz-placeholder,
.footer .foot_em .em_box textarea:focus::-moz-placeholder {
	color: #000;
}

.footer .foot_em .em_box input:focus::-ms-input-placeholder,
.footer .foot_em .em_box textarea:focus::-ms-input-placeholder {
	color: #000;
}

.footer .foot_em .em_box button {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	margin: 0;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
}

@media (max-width: 1199px) {
	.footer .foot_em .em_box button {
		right: 10px;
	}
}

@media (max-width: 991px) {
	.footer .foot_em .em_box button {
		right: 5px;
	}
}

.footer .foot_em .em_box button:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	line-height: 48px;
	display: block;
	width: 48px;
	height: 48px;
	content: '\e728';
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #13b5ea;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.footer .foot_em .em_box button:before {
		font-size: 24px;
		line-height: 45px;
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 991px) {
	.footer .foot_em .em_box button:before {
		font-size: 22px;
		line-height: 38px;
		width: 38px;
		height: 38px;
	}
}

.footer .foot_em .em_box button:hover:before {
	background-color: #000;
}

.footer .foot {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 48px 0;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
}

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

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

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

@media (max-width: 1199px) {
	.footer .foot>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
}

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

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

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

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

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

.footer .foot>ul>li .title-foot {
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.footer .foot>ul>li .title-foot {
		padding-top: 0;
	}
}

.footer .foot>ul>li .title-foot b {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	position: relative;
	display: block;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #fff;
}

@media (max-width: 991px) {
	.footer .foot>ul>li .title-foot b {
		margin: 5px 0;
	}
}

@media (max-width: 991px) {
	.footer .foot>ul>li .title-foot b:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		font-style: normal;
		position: absolute;
		top: 50%;
		right: 0;
		content: '\e630';
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

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

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

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

.footer .foot>ul>li.current .title-foot b:after {
	content: '\e628';
}

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

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

.footer .foot>ul>li:first-child .title-foot {
	display: none;
}

@media (max-width: 1199px) {
	.footer .foot>ul>li:first-child .title-foot {
		display: block;
	}
}

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

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

.footer .foot>ul>li:nth-child(4) {
	width: 360px;
}

.footer .foot .item-1 .foot_logo {
	margin-top: -30px;
}

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

.footer .foot .item-1 .foot_logo a {
	display: block;
}

.footer .foot .item-1 .foot_logo a img {
	max-width: 100%;
	height: auto !important;
}

.footer .foot .item-1 .msg {
	margin: 24px 0 64px;
}

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

.footer .foot .item-1 .msg p {
	font-size: 14px;
	line-height: 1.85714286;
	text-align: left;
	word-break: break-word;
	color: #d1d1d1;
}

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

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

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

.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: 24px;
	font-style: normal;
	line-height: 1;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.footer .foot .item-1 .share ul .tiktok a:before {
	font-size: 18px;
	content: '\e85a';
}

.footer .foot .item-2 .list a {
	font-size: 14px;
	line-height: 1.85714286;
	display: block;
	margin-bottom: 16px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	word-break: break-word;
	color: #d1d1d1;
}

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

@media (max-width: 767px) {
	.footer .foot .item-2 .list a {
		margin-bottom: 10px;
	}
}

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

.footer .foot .item-2 .list a:hover {
	color: #13b5ea;
}

.footer .foot .item-3 .note p {
	font-size: 14px;
	line-height: 1.85714286;
	position: relative;
	margin-bottom: 16px;
	padding-left: 28px;
	text-align: left;
	word-break: break-word;
	color: #d1d1d1;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .note p {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.footer .foot .item-3 .note p {
		margin-bottom: 10px;
	}
}

.footer .foot .item-3 .note p:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	color: #f3f3f3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.footer .foot .item-3 .note p.address:before {
	content: '\e646';
}

.footer .foot .item-3 .note p.email:before {
	content: '\e60d';
}

.footer .foot .item-3 .note p.tel:before {
	content: '\e617';
}

.footer .copyright {
	padding: 24px 0;
	text-align: center;
}

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

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

.footer .copyright .note p {
	font-size: 14px;
	line-height: 1.85714286;
	word-break: break-word;
	color: #d1d1d1;
}

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

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

.footer .copyright .note p a:hover {
	color: #13b5ea;
}

.footer .copyright .note p a.hicheng {
	margin: 0 12px;
}

@media (max-width: 1199px) {
	.footer .copyright .note p a.hicheng {
		margin: 0;
	}
}

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

.footer .copyright .msg a {
	font-size: 14px;
	line-height: 1.85714286;
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	word-break: break-word;
	color: #d1d1d1;
}

@media (max-width: 1199px) {
	.footer .copyright .msg a {
		display: inline-block;
		float: none;
	}
}

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

.footer .copyright .msg .privacy {
	margin-left: 12px;
	padding-left: 12px;
}

.footer .copyright .msg .privacy:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 14px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #5c5c5c;
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 5;
	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: '\e630';
	-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: 99;
	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: 46px;
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	margin-bottom: 12px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .1);
}

@media (max-width: 1469px) {
	.online-wrap .online a {
		margin-bottom: 8px;
	}
}

@media (max-width: 1199px) {
	.online-wrap .online a {
		line-height: 44px;
		width: 44px;
		height: 44px;
		margin-bottom: 4px;
	}
}

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

.online-wrap .online a:hover {
	background-color: #13b5ea;
}

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

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

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

.online-wrap .online .icon-tel:before {
	content: '\e617';
}

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

.online-wrap .online .icon-skype:before {
	content: '\e915';
}

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

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

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

.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-email .phone-num,
.online-wrap .online .icon-skype .phone-num,
.online-wrap .online .icon-whatsapp .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-email:hover .phone-num,
	.online-wrap .online .icon-skype:hover .phone-num,
	.online-wrap .online .icon-whatsapp:hover .phone-num {
		right: 100%;
	}
}

.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-email .phone-num p,
.online-wrap .online .icon-skype .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
	padding: 0 15px;
	color: #fff;
	border-radius: 4px;
	background-color: #13b5ea;
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 999;
	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: #13b5ea;
}

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

.bottom_nav ul {
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #10a9ee;
	border-left: 1px solid #53c4f7;
}

.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_email>a:before {
	content: '\e623';
}

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

.bottom_nav ul .bot_cont>a:before {
	content: '\e624';
}

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

.bottom_nav ul .bot_msg>a:before {
	content: '\e625';
}

.bottom_nav ul .bot_prod>a:before {
	content: '\e614';
}

.bottom_nav ul .bot_qq>a:before {
	content: '\e7a0';
}

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

.news_wrap .right .list .item .pic .img-box img,
.about_wrap .ab_factory .list .slick_factory .item .pic .img-box img,
.index_news .list ul li:first-child .item .pic .img-box img,
.index_application .list .slick_application .item .pic .img-box img,
.index_hot .list .slick_inproduct .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news_wrap .right .list .item:hover .pic .img-box img,
.about_wrap .ab_factory .list .slick_factory .item:hover .pic .img-box img,
.index_news .list ul li:first-child .item:hover .pic .img-box img,
.index_application .list .slick_application .item:hover .pic .img-box img,
.index_hot .list .slick_inproduct .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}