@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 !important;
}

body.cover:before {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0, 0, 0, .5);
}

:root {
	scroll-behavior: unset;
}

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

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

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

@font-face {
	font-family: 'Arial';
	font-weight: 900;
	font-style: normal;
	src: local('Arial Black'), local('Arial-Black'), url('../css/fonts/Arial-Black.woff2') format('woff2'), url('../css/fonts/Arial-Black.woff') format('woff'), url('../css/fonts/Arial-Black.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[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: 1460px) {
	.container {
		max-width: 1430px;
	}
}

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

.compensate-for-scrollbar{
	margin-right: 0 !important;
}

.fancybox-slide--iframe .fancybox-content {
	width: 1000px !important;
	max-width: 80%;
	height: 800px !important;
	max-height: 60%;
	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;
}

.pagination {
	display: block;
	text-align: center;
	color: #124789;
}

.pagination .ellipsis {
	padding: 0 5px;
}

.pagination a,
.pagination span:not(.ellipsis) {
	font-size: 15px;
	line-height: 25px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	min-width: 30px;
	height: 25px;
	margin: 0 5px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.pagination a,
	.pagination span:not(.ellipsis) {
		-webkit-transition: .4s;
		transition: .4s;
	}
	.pagination a:hover,
	.pagination span:not(.ellipsis):hover {
		color: #fff;
		border: 1px solid #009aff;
		background: #009aff;
	}
}

@media (max-width: 767px) {
	.pagination a,
	.pagination span:not(.ellipsis) {
		font-size: 14px;
		min-width: 28px;
		margin: 0 3px;
	}
}

.pagination span.current {
	color: #fff;
	border: 1px solid #009aff;
	background: #009aff;
}

.pagination .next,
.pagination .prev {
	min-width: 40px;
}

.pagination .prev:before {
	display: block;
	content: '<<';
}

.pagination .next:before {
	display: block;
	content: '>>';
}

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

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

.table-box table tr {
	width: auto !important;
	height: auto !important;
}

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

.table-box table tr:hover {
	background: #d31f2b;
}

.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,
.table-box table th {
	font-size: 14px;
	width: auto !important;
	height: auto !important;
	padding: 9px 2px!important;
	vertical-align: middle;
	color: #333;
	border: 1px solid #ddd;
}

.table-box table td p,
.table-box table th p,
.table-box table td span,
.table-box table th span {
	font-size: 14px !important;
	color: #333;
}

.table-box table tr:hover td,
.table-box table tr:hover td p,
.table-box table tr:hover th p,
.table-box table tr:hover td span,
.table-box table tr:hover th span {
	color: #fff !important;
}

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

@-webkit-keyframes morespan {
	0% {
		opacity: .26;
	}
	49% {
		opacity: .26;
	}
	50% {
		opacity: .8;
	}
	99% {
		opacity: .8;
	}
	100% {
		opacity: .26;
	}
}

@keyframes morespan {
	0% {
		opacity: .26;
	}
	49% {
		opacity: .26;
	}
	50% {
		opacity: .8;
	}
	99% {
		opacity: .8;
	}
	100% {
		opacity: .26;
	}
}

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #000c1f;
}

.header .top_content {
	position: relative;
	height: 50px;
}

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

.header .top_content:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	display: block;
	width: 44%;
	height: 82%;
	content: '';
	background: -webkit-gradient(linear, right top, left top, color-stop(60%, #185caf), to(transparent));
	background: -webkit-linear-gradient(right, #185caf 60%, transparent);
	background: linear-gradient(-90deg, #185caf 60%, transparent);
}

.header .top_content .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .top_content .left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .top_content .pc_search {
	margin-right: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_content .pc_search .ipt {
	position: relative;
	overflow: hidden;
	width: 298px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 6px;
	background: rgba(255, 255, 255, .15);
}

.header .top_content .pc_search .ipt input {
	font-size: 16px;
	line-height: 32px;
	width: 100%;
	padding: 0 40px 0 20px;
	color: #fff;
	border: none;
	background-color: transparent;
}

.header .top_content .pc_search .ipt input::-webkit-input-placeholder,
.header .top_content .pc_search .ipt textarea::-webkit-input-placeholder {
	color: #f5f5f5;
}

.header .top_content .pc_search .ipt input:-o-placeholder,
.header .top_content .pc_search .ipt textarea:-o-placeholder {
	color: #f5f5f5;
}

.header .top_content .pc_search .ipt input::-moz-placeholder,
.header .top_content .pc_search .ipt textarea::-moz-placeholder {
	color: #f5f5f5;
}

.header .top_content .pc_search .ipt input:-ms-input-placeholder,
.header .top_content .pc_search .ipt textarea:-ms-input-placeholder {
	color: #f5f5f5;
}

.header .top_content .pc_search .ipt input:focus::-webkit-input-placeholder,
.header .top_content .pc_search .ipt textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.header .top_content .pc_search .ipt input:focus::-o-placeholder,
.header .top_content .pc_search .ipt textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.header .top_content .pc_search .ipt input:focus::-moz-placeholder,
.header .top_content .pc_search .ipt textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.header .top_content .pc_search .ipt input:focus::-ms-input-placeholder,
.header .top_content .pc_search .ipt textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.header .top_content .pc_search .ipt .submit {
	position: absolute;
	top: 50%;
	right: 18px;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.header .top_content .pc_search .ipt .submit:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e7f7';
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_content .pc_search .ipt .submit:hover:before {
	color: #124789;
}

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

.header .top_content .language p {
	padding: 0 5px 0 8px;
	border-radius: 20px;
	border-radius: 2px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .15) 0 5px 15px;
}

.header .top_content .language p span {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 0 20px 0 26px;
	color: #333;
}

@media (max-width: 1199px) {
	.header .top_content .language p span {
		color: #fff;
	}
}

.header .top_content .language p span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\e654';
	-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 span:after {
	font-family: 'iconfont' !important;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	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: 8;
	top: 100%;
	left: 50%;
	display: none;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

.header .top_content .language ul li {
	display: block;
	padding: 0 5px;
	text-align: left;
}

.header .top_content .language ul li:hover {
	background: #6070a0;
}

.header .top_content .language ul li:hover a {
	color: #fff;
}

.header .top_content .language ul li a {
	font-size: 16px;
	line-height: 28px;
	position: relative;
	display: block;
	padding-left: 28px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	color: #444;
}

.header .top_content .language ul li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 18px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 3px;
	background: url(../images/language.png) no-repeat center;
	background-size: cover;
}

.header .top_content .language ul li.en a:before {
	background-position: 0;
}

.header .top_content .language ul li.es a:before {
	width: 23px;
	background-position: -24px 0;
}

.header .top_content .language ul li.ar a:before {
	background-position: -72px 0;
}

.header .top_content .language ul li.fa a:before {
	background-position: -48px 0;
}

.header .top_content .language ul li.pt a:before {
	background-position: -120px 0;
}

.header .top_content .language ul li.th a:before {
	background-position: -96px 0;
}

.header .top_content .language ul li.cn a:before {
	background-position: -142px 0;
}

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

.header .top_content .msg p {
	font-size: 16px;
	line-height: 50px;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	vertical-align: middle;
	color: #fff;
}

.header .top_content .msg p:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\e610';
	-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 a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_content .msg p a:hover {
	opacity: .9;
}

.header .top_content .msg .tel {
	margin-left: 30px;
	padding-left: 58px;
}

@media (max-width: 1399px) {
	.header .top_content .msg .tel {
		margin-left: 20px;
		padding-left: 46px;
	}
}

.header .top_content .msg .tel:before {
	top: 46%;
	left: 28px;
	content: '\e8ea';
}

@media (max-width: 1399px) {
	.header .top_content .msg .tel:before {
		left: 20px;
	}
}

.header .top_content .msg .tel:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 18px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .59;
	background: #fff;
}

.header .top_nav {
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_nav .container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .top_nav .head_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .top_nav .logo {
	position: relative;
	margin-top: -40px;
	padding-right: 45px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1459px) {
	.header .top_nav .logo {
		padding-right: 30px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .logo {
		padding-right: 20px;
	}
}

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

.header .top_nav .logo:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 70px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}

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

.header .top_nav .logo a {
	display: block;
	height: 51px;
}

@media (max-width: 1399px) {
	.header .top_nav .logo a {
		height: 45px;
	}
}

@media (max-width: 1199px) {
	.header .top_nav .logo a {
		height: 35px;
	}
}

@media (max-width: 575px) {
	.header .top_nav .logo a {
		height: 30px;
	}
}

@media (max-width: 360px) {
	.header .top_nav .logo a {
		height: 26px;
	}
}

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

.header .top_nav .pc-nav {
	-webkit-transition: all .4s;
	transition: all .4s;
}

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

.header .top_nav .pc-nav>ul {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .top_nav .pc-nav>ul>li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 56px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li {
		margin-right: 40px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li {
		margin-right: 22px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(3) {
	position: static;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .xs_prod {
	display: none !important;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav_down {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 15px;
	display: none;
	width: 1400px;
	max-width: 100% !important;
	height: 720px;
	margin: auto;
	padding: 40px 0;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(3) .nav_down {
		height: 680px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li:nth-child(3) .nav_down {
		height: 630px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav_tit {
	text-align: center;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav_tit p {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	padding: 0 100px;
	color: #fff;
	background: #185caf;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(3) .nav_tit p {
		font-size: 28px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li:nth-child(3) .nav_tit p {
		font-size: 25px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2 {
	position: static;
	margin-top: 40px;
	padding: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	box-shadow: none;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2 {
		margin-top: 30px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li:first-child .name {
	border-top: 1px solid #e6e6e6;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .name {
	font-size: 15px;
	line-height: 80px;
	position: relative;
	display: block;
	width: 20%;
	padding: 0 50px 0 37px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .name {
		line-height: 75px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .name:before {
	display: none !important;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .name:after {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 13px;
	height: 14px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../imgs/navpro.png) no-repeat center;
	background-position: 0;
	background-size: cover;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box {
	position: absolute;
	top: 0;
	left: 20%;
	display: none;
	width: 80%;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 {
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;*/
	font-size: 0;
	background: url(../imgs/navprobg.jpg) no-repeat center;
	background-size: cover;
	/*-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;*/
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3>li {
	display: inline-block;
	vertical-align: top;
	width: 12.5%;
	padding: 10px 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3>li.active,
.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3>li:hover {
	background: #185caf;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3>li.active .name_box .pro_name p,
.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3>li:hover .name_box .pro_name p {
	color: #fff;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3>li.active .navproitem,
.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3>li:hover .navproitem {
	display: block;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .name_box {
	display: block;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .name_box .pic {
	width: 75%;
	margin: auto;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .name_box .pro_name {
	margin-top: 10px;
	text-align: center;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .name_box .pro_name p {
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	height: 67.2px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #333;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	padding-top: 30px;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem {
		padding-top: 25px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem>ul {
	font-size: 0;
	width: 100%;
	margin: 0 -10px;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem>ul>li {
	display: inline-block;
	width: 33.33333333%;
	padding: 0 10px;
	vertical-align: top;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem>ul>li .pic .img-box {
	padding-bottom: 75%;
	border-radius: 4px;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem .pro_more {
	margin-top: 30px;
	text-align: center;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem .pro_more a {
	font-size: 16px;
	line-height: 36px;
	position: relative;
	display: inline-block;
	width: 40%;
	margin: auto;
	color: #fff;
	background: #bd1d21;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem .pro_more a i {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 15px;
	-webkit-animation: morespan 1.5s linear 1s infinite;
	animation: morespan 1.5s linear 1s infinite;
	vertical-align: text-top;
	opacity: .26;
	border-radius: 50%;
	background: #fff;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li .navpro_box .nav-list3 .navproitem .pro_more a:after {
	position: absolute;
	right: 34%;
	bottom: 0;
	display: block;
	width: 19px;
	height: 19px;
	content: '';
	background: url(../imgs/pro-shu.png) no-repeat center;
	background-size: cover;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li.active .name,
.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li:hover .name {
	color: #fff;
	background: #185caf;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li.active .name:after,
.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li:hover .name:after {
	background-position: -14px 0;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li.active .navpro_box,
.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2>li:hover .navpro_box {
	display: block;
}

.header .top_nav .pc-nav>ul>li:nth-child(3) .nav-list2.block {
	display: block !important;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) {
	position: static;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_down {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 15px;
	display: none;
	width: 1400px;
	max-width: 100% !important;
	margin: auto;
	padding: 40px 45px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_down {
		padding: 40px 40px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_down {
		padding: 40px 30px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_tit {
	position: relative;
	text-align: center;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_tit:after {
	display: block;
	width: 1px;
	height: 30px;
	margin: auto;
	content: '';
	background: #bf1e24;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_tit p {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	padding: 0 100px;
	color: #fff;
	background: #185caf;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_tit p {
		font-size: 28px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li:nth-child(4) .nav_tit p {
		font-size: 25px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav {
	border-top: 1px solid #bf1e24;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul {
	font-size: 0;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li {
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 25px 13px;
	vertical-align: top;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 20px;
	margin: auto;
	content: '';
	border-left: 1px solid #185caf;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 54px;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .name p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .name p {
		font-size: 17px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .name p {
		font-size: 16px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .pic {
	position: relative;
	margin: 28px 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .pic .img-box {
	padding-bottom: 56%;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .pic span {
	font-size: 36px;
	font-weight: bold;
	line-height: 70px;
	position: absolute;
	z-index: 1;
	top: -8px;
	right: 0;
	left: 0;
	display: block;
	width: 77px;
	height: 70px;
	margin: auto;
	text-align: center;
	color: #fff;
	background: url(../imgs/epcnavbg.png) no-repeat center;
	background-size: cover;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .txt a {
	font-size: 15px;
	display: block;
	margin-bottom: 8px;
	padding-left: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: left;
	background: url(../imgs/prolistbg.png) no-repeat left 5px;
	background-size: 11px 11px;
}

.header .top_nav .pc-nav>ul>li:nth-child(4) .service_nav ul li .ser_item .txt a:hover {
	color: #bd1d21;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) {
	position: static;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .nav_down {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 15px;
	display: none;
	width: 1400px;
	max-width: 100% !important;
	margin: auto;
	padding: 40px 45px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li:nth-child(5) .nav_down {
		padding: 40px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .nav_tit {
	position: relative;
	text-align: center;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .nav_tit p {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	padding: 0 100px;
	color: #fff;
	background: #185caf;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(5) .nav_tit p {
		font-size: 28px;
	}
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li:nth-child(5) .nav_tit p {
		font-size: 25px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav {
	width: 95%;
	margin: auto;
	margin-top: 50px;
}

@media (max-width: 1459px) {
	.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav {
		width: 100%;
		margin-top: 40px;
	}
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav ul {
	font-size: 0;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav ul li {
	position: relative;
	display: inline-block;
	width: 25%;
	margin-bottom: 30px;
	padding: 0 10px;
	vertical-align: top;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav ul li .solu_item {
	position: relative;
	display: block;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav ul li .solu_item .pic .img-box {
	padding-bottom: 49.25373134%;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav ul li .solu_item .name {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #185caf;
}

.header .top_nav .pc-nav>ul>li:nth-child(5) .solutions_nav ul li .solu_item .name p {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.header .top_nav .pc-nav>ul>li:last-child {
	margin-right: 0;
}

.header .top_nav .pc-nav>ul>li>a {
	font-size: 18px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1399px) {
	.header .top_nav .pc-nav>ul>li>a {
		font-size: 17px;
	}
}

.header .top_nav .pc-nav>ul>li>a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '\e615';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .pc-nav>ul>li:hover>a:before,
.header .top_nav .pc-nav>ul>li.active>a:before {
	opacity: 1;
}

.header .top_nav .pc-nav .nav-list2 {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 50%;
	display: none;
	min-width: 200px;
	padding: 20px 30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: left;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
}

.header .top_nav .pc-nav .nav-list2>li>a {
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 11px 0 11px 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	color: #333;
}

.header .top_nav .pc-nav .nav-list2>li>a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 13px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../imgs/navmore.png) no-repeat center;
	background-size: cover;
}

.header .top_nav .pc-nav .nav-list2>li:hover>a,
.header .top_nav .pc-nav .nav-list2>li.active>a {
	color: #124789;
}

.header .top_nav .head_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.header .top_nav .head_right {
		margin-right: 50px;
	}
}

@media (max-width: 575px) {
	.header .top_nav .head_right {
		margin-right: 40px;
	}
}

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

@media (max-width: 1199px) {
	.header .top_nav .language {
		display: block;
	}
}

.header .top_nav .language p {
	background: #000c1f;
	box-shadow: rgba(0, 0, 0, .15) 0 5px 15px;
}

.header .top_nav .language p span {
	font-size: 14px;
	line-height: 70px;
	position: relative;
	display: block;
	padding: 0 20px 0 26px;
	color: #fff;
}

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

.header .top_nav .language p span:after {
	font-family: 'iconfont' !important;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '\e72b';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .language ul {
	position: absolute;
	z-index: 8;
	top: 100%;
	left: 50%;
	display: none;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 2px;
	background: #000c1f;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

.header .top_nav .language ul li {
	display: block;
	padding: 0 5px;
	text-align: left;
}

.header .top_nav .language ul li a {
	font-size: 14px;
	line-height: 26px;
	position: relative;
	display: block;
	padding-left: 28px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	color: #fff;
}

.header .top_nav .language ul li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 18px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 3px;
	background: url(../images/language.png) no-repeat center;
	background-size: cover;
}

.header .top_nav .language ul li.en a:before {
	background-position: 0;
}

.header .top_nav .language ul li.es a:before {
	width: 23px;
	background-position: -24px 0;
}

.header .top_nav .language ul li.ar a:before {
	background-position: -72px 0;
}

.header .top_nav .language ul li.fa a:before {
	background-position: -48px 0;
}

.header .top_nav .language ul li.pt a:before {
	background-position: -120px 0;
}

.header .top_nav .language ul li.th a:before {
	background-position: -96px 0;
}

.header .top_nav .language ul li.cn a:before {
	background-position: -142px 0;
}

.header .top_nav .find {
	position: relative;
	display: none;
	margin-right: 20px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.header .top_nav .find {
		display: block;
	}
}

@media (max-width: 360px) {
	.header .top_nav .find {
		margin-right: 10px;
	}
}

.header .top_nav .find:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 70px;
	display: block;
	content: '\e7f7';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .search-wrap {
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 15px;
	display: none;
	width: 40%;
	max-width: 100%;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

@media (max-width: 1199px) {
	.header .top_nav .search-wrap {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.header .top_nav .search-wrap {
		right: 0;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.header .top_nav .search-wrap {
		width: 100%;
		padding: 12px;
	}
}

.header .top_nav .search-wrap form {
	position: relative;
	display: block;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: 25px;
}

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

@media (max-width: 575px) {
	.header .top_nav .search-wrap form .input-text {
		padding: 8px 50px 8px 20px;
	}
}

.header .top_nav .search-wrap form input::-webkit-input-placeholder,
.header .top_nav .search-wrap form textarea::-webkit-input-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input:-o-placeholder,
.header .top_nav .search-wrap form textarea:-o-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input::-moz-placeholder,
.header .top_nav .search-wrap form textarea::-moz-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input:-ms-input-placeholder,
.header .top_nav .search-wrap form textarea:-ms-input-placeholder {
	color: #666;
}

.header .top_nav .search-wrap form input:focus::-webkit-input-placeholder,
.header .top_nav .search-wrap form textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.header .top_nav .search-wrap form input:focus::-o-placeholder,
.header .top_nav .search-wrap form textarea:focus::-o-placeholder {
	color: #999;
}

.header .top_nav .search-wrap form input:focus::-moz-placeholder,
.header .top_nav .search-wrap form textarea:focus::-moz-placeholder {
	color: #999;
}

.header .top_nav .search-wrap form input:focus::-ms-input-placeholder,
.header .top_nav .search-wrap form textarea:focus::-ms-input-placeholder {
	color: #999;
}

.header .top_nav .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_nav .search-wrap form .search-btn:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e7f7';
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top_nav .btn-menu {
	position: absolute;
	top: 50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.header .top_nav .btn-menu {
		display: block;
	}
}

.header .top_nav .btn-menu div {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .top_nav .btn-menu div:after,
.header .top_nav .btn-menu div:before {
	display: block;
	height: 2px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}

.header .top_nav .btn-menu div span {
	display: block;
	height: 2px;
	margin: 5px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}

.hc-mobile-nav {
	text-transform: capitalize;
}

.hc-mobile-nav .nav-wrapper {
	background: #000c1f;
}

.hc-mobile-nav li.nav-close {
	padding-top: 40px;
}

.hc-mobile-nav:not(.touch-device) a:hover {
	background: #000c1f;
}

@media (max-width: 1199px) {
	.hc-mobile-nav i {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hc-mobile-nav .nav_down {
		display: none !important;
	}
}

.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
	background: #124789;
}


/*footer*/

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

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

.footer .foot_tit:after {
	display: block;
	width: 70px;
	height: 2px;
	margin-top: 13px;
	content: '';
	background: #fff;
}

@media (max-width: 1199px) {
	.footer .foot_tit:after {
		width: 60px;
	}
}

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

@media (max-width: 767px) {
	.footer .foot_tit:after {
		width: 40px;
	}
}

.footer .foot_tit p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

.footer .range_box {
	position: relative;
	z-index: 1;
	padding: 50px 0;
}

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

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

@media (max-width: 767px) {
	.footer .range_box {
		display: none;
		padding: 40px 0 20px;
	}
}

.footer .range_box .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1199px) {
	.footer .range_box .container {
		display: block;
	}
}

.footer .left {
	width: 23.1%;
	padding-right: 3%;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 1199px) {
	.footer .left {
		width: 100%;
		padding: 0;
		border: none;
	}
}

.footer .left .tit {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.footer .left .tit {
		margin: 0;
	}
}

.footer .left .tit:after {
	display: block;
	width: 70px;
	height: 2px;
	margin-top: 13px;
	content: '';
	background: #fff;
}

.footer .left .tit p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
}

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

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

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

.footer .left .msg {
	margin-bottom: 20px;
	padding: 30px 0;
}

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

@media (max-width: 767px) {
	.footer .left .msg {
		margin: 0;
		padding: 15px 0 20px;
	}
}

.footer .left .msg p {
	font-size: 14px;
	line-height: 1.71428571;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

.footer .left .note .not {
	position: relative;
	padding: 20px 0 20px 48px;
	border-bottom: 1px solid rgba(255, 255, 255, .32);
}

@media (max-width: 1399px) {
	.footer .left .note .not {
		padding: 20px 0 20px 40px;
	}
}

@media (max-width: 1199px) {
	.footer .left .note .not {
		margin-bottom: 20px;
		padding: 0 0 0 35px;
		border: none;
	}
}

.footer .left .note .not:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.footer .left .note .not:before {
		font-size: 22px;
		top: 0;
	}
}

.footer .left .note .not:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.footer .left .note .not span {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

@media (max-width: 767px) {
	.footer .left .note .not span {
		font-size: 15px;
	}
}

.footer .left .note .not p {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}

@media (max-width: 1399px) {
	.footer .left .note .not p {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.footer .left .note .not p {
		font-size: 16px;
	}
}

.footer .left .note .not p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (min-width: 1200px) {
	.footer .left .note .not p a:hover {
		opacity: .8;
	}
}

.footer .left .note .whatsapp:before {
	content: '\e6d0';
}

.footer .left .note .whatsapp p {
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 1399px) {
	.footer .left .note .whatsapp p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.footer .left .note .whatsapp p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.footer .left .note .whatsapp p {
		font-size: 18px;
	}
}

.footer .left .note .email:before {
	content: '\e616';
}

.footer .right {
	width: 72%;
}

@media (max-width: 1399px) {
	.footer .right {
		width: 74%;
	}
}

@media (max-width: 1199px) {
	.footer .right {
		width: 100%;
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.footer .right {
		margin-top: 30px;
	}
}

.footer .right .foot>ul {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

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

.footer .right .foot>ul>li {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

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

@media (max-width: 991px) {
	.footer .right .foot>ul>li {
		width: 50% !important;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.footer .right .foot>ul>li {
		width: 100% !important;
	}
}

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
	.footer .right .foot>ul>li:nth-child(2) {
		width: 160px;
	}
}

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

@media (max-width: 1459px) {
	.footer .right .foot>ul>li:nth-child(3) {
		width: 300px;
	}
}

@media (max-width: 1399px) {
	.footer .right .foot>ul>li:nth-child(3) {
		width: 240px;
	}
}

.footer .right .foot>ul>li:nth-child(4) {
	width: 140px;
	border: none;
}

.footer .right .foot .item-1 .list a {
	font-size: 15px;
	line-height: 1.4;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

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

.footer .right .foot .item-1 .list a:hover {
	opacity: .8;
}

.footer .right .foot .item-2 .note .txt {
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.footer .right .foot .item-2 .note .txt {
		margin-bottom: 15px;
	}
}

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

.footer .right .foot .item-2 .note .txt p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

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

.footer .right .foot .item-2 .note .txt p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer .right .foot .item-2 .note .txt p a:hover {
	text-decoration: underline !important;
	color: #124789;
}

.footer .right .foot .item-2 .note .tel:before {
	content: '\e60a';
}

.footer .right .foot .item-2 .note .email:before {
	content: '\e603';
}

.footer .right .foot .item-2 .note .address:before {
	content: '\e60e';
}

.footer .right .fot_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.footer .right .fot_box {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.footer .right .fot_box {
		display: block;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.footer .right .fot_box {
		margin-top: 0;
	}
}

.footer .right .fot_box .btn_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.footer .right .fot_box .btn_box {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.footer .right .fot_box .btn_box {
		display: block;
	}
}

.footer .right .fot_box .btn_box .more {
	margin-right: 30px;
}

@media (max-width: 575px) {
	.footer .right .fot_box .btn_box .more {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.footer .right .fot_box .btn_box .more a {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	min-width: 228px;
	padding: 0 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-animation: shadow 1.5s infinite ease-in-out;
	animation: shadow 1.5s infinite ease-in-out;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background: #bd1d21;
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, .3);
}

@media (min-width: 1200px) {
	.footer .right .fot_box .btn_box .more a:hover {
		background: #071121;
	}
}

@media (max-width: 1459px) {
	.footer .right .fot_box .btn_box .more a {
		min-width: 210px;
	}
}

@media (max-width: 1399px) {
	.footer .right .fot_box .btn_box .more a {
		min-width: 190px;
	}
}

@media (max-width: 767px) {
	.footer .right .fot_box .btn_box .more a {
		font-size: 15px;
	}
}

.footer .right .fot_box .btn_box .more a span {
	position: relative;
	padding-left: 32px;
}

.footer .right .fot_box .btn_box .more a span:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-right: 10px;
	content: '\e60c';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.footer .right .fot_box .btn_box .more a span:before {
		font-size: 20px;
	}
}

.footer .right .fot_box .btn_box .cont_btn a {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	min-width: 228px;
	padding: 0 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-animation: shadow 1.5s infinite ease-in-out;
	animation: shadow 1.5s infinite ease-in-out;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background: #bd1d21;
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, .3);
}

@media (min-width: 1200px) {
	.footer .right .fot_box .btn_box .cont_btn a:hover {
		background: #071121;
	}
}

@media (max-width: 1459px) {
	.footer .right .fot_box .btn_box .cont_btn a {
		min-width: 210px;
	}
}

@media (max-width: 1399px) {
	.footer .right .fot_box .btn_box .cont_btn a {
		min-width: 190px;
	}
}

@media (max-width: 767px) {
	.footer .right .fot_box .btn_box .cont_btn a {
		font-size: 15px;
	}
}

.footer .right .fot_box .btn_box .cont_btn a span {
	position: relative;
	padding-left: 32px;
}

.footer .right .fot_box .btn_box .cont_btn a span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-right: 10px;
	content: '\e60a';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.footer .right .fot_box .btn_box .cont_btn a span:before {
		font-size: 18px;
	}
}

.footer .right .fot_box .other {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	padding-right: 110px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 1459px) {
	.footer .right .fot_box .other {
		padding-right: 90px;
	}
}

@media (max-width: 1399px) {
	.footer .right .fot_box .other {
		padding-right: 70px;
	}
}

@media (max-width: 1199px) {
	.footer .right .fot_box .other {
		padding-right: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.footer .right .fot_box .other {
		width: 100%;
		margin-top: 30px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.footer .right .fot_box .other:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 80px;
	height: 1px;
	content: '';
	background: rgba(255, 255, 255, .4);
}

@media (max-width: 1459px) {
	.footer .right .fot_box .other:before {
		width: 50px;
	}
}

@media (max-width: 1399px) {
	.footer .right .fot_box .other:before {
		width: 30px;
	}
}

@media (max-width: 1199px) {
	.footer .right .fot_box .other:before {
		display: none;
	}
}

.footer .right .fot_box .other:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 80px;
	height: 1px;
	content: '';
	background: rgba(255, 255, 255, .4);
}

@media (max-width: 1459px) {
	.footer .right .fot_box .other:after {
		width: 50px;
	}
}

@media (max-width: 1399px) {
	.footer .right .fot_box .other:after {
		width: 30px;
	}
}

@media (max-width: 1199px) {
	.footer .right .fot_box .other:after {
		display: none;
	}
}

.footer .right .fot_box .other .link_a {
	text-align: center;
}

.footer .right .fot_box .other .link_a a {
	font-size: 15px;
	line-height: 2;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
}

@media (min-width: 1200px) {
	.footer .right .fot_box .other .link_a a:hover {
		opacity: .8;
	}
}

.footer .right .fot_box .other .alibb {
	margin-right: 24px;
}

.footer .right .fot_box .other .alibb a:before {
	font-family: 'iconfont' !important;
	font-size: 38px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e68a';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.footer .right .fot_box .other .alibb a:before {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.footer .right .fot_box .other .alibb a:before {
		font-size: 30px;
	}
}

.footer .right .fot_box .other .factvr a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 34px;
	display: block;
	width: 34px;
	margin: 0 auto;
	content: '\e75d';
	text-align: center;
	color: #091122;
	border-radius: 50%;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575px) {
	.footer .right .fot_box .other .factvr a:before {
		font-size: 16px;
		line-height: 32px;
		width: 32px;
	}
}

.footer .foot_honor {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

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

.footer .foot_honor ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer .foot_honor ul li {
	padding: 0 15px;
}

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

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

.footer .copyright .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1399px) {
	.footer .copyright .container {
		display: block;
		text-align: center;
	}
}

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

@media (max-width: 767px) {
	.footer .copyright .info p {
		font-size: 14px;
	}
}

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

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

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

.footer .copyright .link {
	margin-left: 32px;
}

@media (max-width: 1399px) {
	.footer .copyright .link {
		margin-top: 20px;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.footer .copyright .link {
		margin-top: 15px;
	}
}

.footer .copyright .link a {
	font-size: 15px;
	line-height: 1.5;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	vertical-align: middle;
	color: #fff;
}

@media (max-width: 767px) {
	.footer .copyright .link a {
		font-size: 14px;
	}
}

.footer .copyright .link a:hover {
	opacity: .8;
}

.footer .copyright .link .sitemap {
	position: relative;
	margin-right: 12px;
	padding-right: 12px;
}

.footer .copyright .link .sitemap:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 14px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}

.footer .copyright .share {
	margin-left: 60px;
}

@media (max-width: 1399px) {
	.footer .copyright .share {
		margin-top: 20px;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.footer .copyright .share {
		margin-top: 15px;
	}
}

.footer .copyright .share p {
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer .copyright .share p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.footer .copyright .share p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.footer .copyright .share p {
		font-size: 14px;
		margin-right: 15px;
	}
}

.footer .copyright .share ul {
	font-size: 0;
	display: inline-block;
	margin: 0 -5px;
	vertical-align: middle;
}

@media (max-width: 575px) {
	.footer .copyright .share ul {
		margin: 0 -2px;
	}
}

.footer .copyright .share ul>li {
	position: relative;
	display: inline-block;
	padding: 0 5px;
}

@media (max-width: 575px) {
	.footer .copyright .share ul>li {
		padding: 0 2px;
	}
}

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

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

.footer .copyright .share ul>li a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .copyright .share ul>li.instagram a:before {
	content: '\e605';
	background: #cd2000;
}

.footer .copyright .share ul>li.twitter a:before {
	content: '\e641';
	background: #5198f5;
}

.footer .copyright .share ul>li.facebook a:before {
	content: '\e6e5';
	background: #43599b;
}

.footer .copyright .share ul>li.linkedin a:before {
	content: '\e764';
	background: #205780;
}

.footer .copyright .share ul>li.pinterest a:before {
	content: '\e6f4';
	background: #b30c1a;
}

.footer .copyright .share ul>li.tiktok a:before {
	content: '\e85a';
}

.footer .copyright .share ul>li.whatsapp a:before {
	font-size: 18px;
	content: '\e894';
}

@-webkit-keyframes shadow {
	0% {
		box-shadow: 0 0 2px 3px rgba(255, 255, 255, .3);
	}
	50% {
		box-shadow: 0 0 6px 3px rgba(255, 255, 255, .6);
	}
	100% {
		box-shadow: 0 0 2px 3px rgba(255, 255, 255, .3);
	}
}

@keyframes shadow {
	0% {
		box-shadow: 0 0 2px 3px rgba(255, 255, 255, .3);
	}
	50% {
		box-shadow: 0 0 6px 3px rgba(255, 255, 255, .6);
	}
	100% {
		box-shadow: 0 0 2px 3px rgba(255, 255, 255, .3);
	}
}


/*online*/

.rightbox {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 130px;
	overflow: hidden;
	width: 98px;
	padding: 20px 5px;
	-webkit-transition: right .3s;
	transition: right .3s;
	border-radius: 6px;
	background: #f0f3fa;
}

@media (max-width: 1399px) {
	.rightbox {
		right: 0;
	}
}

@media (max-width: 1199px) {
	.rightbox {
		right: 0;
		width: 90px;
	}
}

@media (max-width: 991px) {
	.rightbox {
		bottom: 55px;
		width: auto;
		padding: 0;
	}
}

.rightbox:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 114px;
	content: '';
	background: #185caf;
}

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

.rightbox:after {
	position: absolute;
	z-index: -1;
	top: 114px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 110px 132px 0 0;
	border-style: solid;
	border-color: #185caf transparent transparent transparent;
}

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

.rightbox .rightlogo {
	display: block;
	text-align: center;
}

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

.rightbox .rightlogo img {
	background: transparent;
}

.rightbox .rightpic {
	overflow: hidden;
	margin-top: 17px;
	border: 1px solid #fff;
	border-radius: 0 0 0 40px;
}

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

.rightbox .rightpic img {
	display: block;
	width: 100%;
}

.rightbox .rightnav {
	margin-top: -40px;
	padding: 0 5px;
	padding-top: 40px;
	border-radius: 0 0 20px 0;
	background: #fff;
}

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

.rightbox .rightnav li {
	padding: 13px 0;
	border-bottom: 1px dashed #185caf;
}

.rightbox .rightnav li a {
	display: block;
	cursor: pointer;
	text-align: center;
}

.rightbox .rightnav li a p {
	font-size: 12px;
	line-height: 1.2;
	margin-top: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #333;
}

.rightbox .rightnav li a p:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
	color: #315cb3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
	.rightbox .rightnav li a p:hover {
		color: #315cb3;
	}
}

.rightbox .rightnav li .consult p:before {
	content: '\e628';
}

.rightbox .rightnav li .msg p:before {
	content: '\e8be';
}

.rightbox .rightnav li .whatsapp p:before {
	content: '\e6d0';
}

.rightbox .gotop {
	display: block;
	margin-top: 15px;
	cursor: pointer;
	text-align: center;
}

@media (max-width: 991px) {
	.rightbox .gotop {
		width: 40px;
		height: 40px;
		margin: 0;
	}
}

.rightbox .gotop:before {
	font-family: 'iconfont' !important;
	font-size: 35px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e608';
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #7f7f7f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.rightbox .gotop:before {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.rightbox .gotop:before {
		font-size: 24px;
		line-height: 40px;
	}
}

@media (min-width: 1200px) {
	.rightbox .gotop:hover:before {
		color: #315cb3;
	}
}


/*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: #124789;
	box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .1);
}

.bottom_nav:before {
	content: "";
	display: block;
	height: 13px;
	width: 100%;
	background: url(../imgs/foot_xsbg.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
}

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

.bottom_nav ul {
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
}

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

.bottom_nav ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	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_email>a:before {
	content: '\e623';
	margin-top: -3px;
	height: 27px;
	font-size: 24px;
	line-height: 30px;
}

.bottom_nav ul .bot_whatsapp>a:before {
	content: '\e894';
	margin-top: -3px;
	height: 27px;
}

.bottom_nav ul .bot_cont>a:before {
	content: '\e60a';
	font-size: 18px;
}

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

.bottom_nav ul .bot_prod>a:before {
	content: '';
	width: 25px;
	height: 20px;
	margin: 2px auto;
	background: url(../imgs/foot3.png) no-repeat center;
	background-size: cover;
}

.bottom_nav ul .bot_solution>a:before {
	content: '';
	width: 25px;
	height: 20px;
	margin: 2px auto;
	background: url(../imgs/foot4.png) no-repeat center;
	background-size: cover;
}

.bottom_nav ul .bot_chat>a {
	width: 53px;
	height: 53px;
	margin: -8px auto 0;
	background: #fff;
	border-radius: 50%;
}

.bottom_nav ul .bot_chat>a:before {
	line-height: 46px;
	content: '\e96d';
	text-align: center;
	font-size: 24px;
	color: #124789;
	height: auto;
}

.index_category .cate_box .invr .pic_box .pic .img-box img,
.news_video_wrap .list .item .pic .img-box img,
.mineral_wrap .list .item .pic .img-box img,
.equipment_wrap .list .item .pic .img-box img,
.news_wrap .list .item .pic .img-box img,
.news_vv_lists .list .item .pic .img-box img,
.mineral_lists .list .item .pic .img-box img,
.news_lists .list .item .pic .img-box img,
.case_wrap .case_listbg .list .item .pic .img-box img,
.solution_details .product_solutions .list .slick_solutions .item .pic img,
.solution_wrap .list .item .cover .rel_prod .relp_list .relp_li .rel_item .rel_pic img,
.product_details_wrap .product_fixedbox .product_related .list .slick_related .item .pic .img-box img,
.product_details_wrap .product_fixedbox .product_case .list .slick_prod_case .item .pic .img-box img,
.product_wrap .prod_lists .item .pic_box .pic .img-box img,
.about_technology .ab_advantage .adv_box .list .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.index_category .cate_box .invr:hover .pic_box .pic .img-box img,
.news_video_wrap .list .item:hover .pic .img-box img,
.mineral_wrap .list .item:hover .pic .img-box img,
.equipment_wrap .list .item:hover .pic .img-box img,
.news_wrap .list .item:hover .pic .img-box img,
.news_vv_lists .list .item:hover .pic .img-box img,
.mineral_lists .list .item:hover .pic .img-box img,
.news_lists .list .item:hover .pic .img-box img,
.case_wrap .case_listbg .list .item:hover .pic .img-box img,
.solution_details .product_solutions .list .slick_solutions .item:hover .pic img,
.solution_wrap .list .item .cover .rel_prod .relp_list .relp_li .rel_item:hover .rel_pic img,
.product_details_wrap .product_fixedbox .product_related .list .slick_related .item:hover .pic .img-box img,
.product_details_wrap .product_fixedbox .product_case .list .slick_prod_case .item:hover .pic .img-box img,
.product_wrap .prod_lists .item:hover .pic_box .pic .img-box img,
.about_technology .ab_advantage .adv_box .list .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}