@charset "utf-8";

html {
	font-size: 625%;
}

body {
	font-size: 16px;
	background: #FFF;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
	margin: 0;
	padding: 0;
}

body,
html,
input,
button,
textarea {
	color: #0c1c31;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5
}

body {
	background-color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4,
h5 {
	font-size: 14px;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

a {
	color: #0c1c31;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: #006ed0;
	text-decoration: none;
}

input[type="text"]:focus {
	outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #c1c1c1;
	margin: 15px 0 15px 0;
}

a:active,
select,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/* clear floating */
.layout:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.layout {
	*zoom: 1;
}

.clear {
	clear: both;
}

/* layout */
body {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	overflow-x: hidden;
}

.layout {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.z9999 {
	z-index: 9999 !important;
}

.hide {
	display: none;
}


/* transition */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

div,
a,
p,
img {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.head_nav>li>a:before,
.head-search .search-btn {
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.head-search .search-btn:before,
.web_head .btn--search:before {
	font-family: 'fontawesome';
}


/*transition*/
a {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* web_head */
.web_head {
	width: 100%;
	background-color: #161616;
}

/*.index_web_head{position: absolute;left: 0;top: 0;z-index: 9;background: none;border-bottom: 0;}*/
.head_layer .layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.web_head .logo {
	float: left;
}

.web_head .logo img {
	max-height: 84px;
	width: auto;
}

.web_head .head_right {
	float: right;
}

.head_layer .change-language {
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.head_search_box {
	position: relative;
	z-index: 111;
	margin-right: 50px;

}


.head_search_div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: 320px;
	height: 41px;
	padding: 0 15px;
	background: #FFFFFF;
	margin-right: 137%;
	display: none;
}

.head_search_div input::placeholder {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
}

.head_search_div input {
	border: 0 !important;
	border-radius: 0 !important;
	flex: 1;
	margin-right: 15px;
}

.head_search_div form {
	height: 100%;
}

.head_search_sub {
	width: 22px;
	height: 22px;
	background: url('img/search.webp') no-repeat;
	background-size: 100% 100%;
	border: 0;
}

.close_search {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('img/search_btn_close.png') no-repeat;
	background-size: 100% 100%;
	display: none;
}

.head_search_box_act {
	margin-right: 20px;
}

.head_search_box_act .close_search {
	display: block;
}

.head_search_box_act .head_search_div {
	display: block;
}

.head_search_box_act .btn--search {
	display: none !important;
}

.web_head .btn--search {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 22px;
	height: 22px;
}

.web_head .btn--search:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(img/search.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.web_head .btn--search:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}



.head_layer .nav_wrap {
	padding: 0 3%;
	position: relative;
	float: left;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.nav_wrap .head_nav {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	white-space: nowrap;
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
	color: #0c1c31;
	text-transform: capitalize;
}

.nav_wrap .head_nav:after {
	display: none;
}

.nav_wrap .head_nav>li {
	display: inline-block;
	line-height: 84px;
	margin: 0 2%;
	font-size: 17px;
	position: relative;
	perspective: 1500px;
	vertical-align: middle;
	position: relative;
}

.nav_wrap .head_nav>li>a {
	position: relative;
	display: inline-block;
	/*color:#0c1c31;*/
	padding: 0 10px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	white-space: nowrap;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.nav_wrap .head_nav>li>a>em {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}

.nav_wrap .head_nav>li>a>b {
	display: inline-block;
	margin-left: 5px;
}

.nav_wrap .head_nav>li>a>b:after {
	content: '\f107';
	display: block;
	color: #fff;
	font-family: 'fontawesome';
}

.nav_wrap .head_nav>li>em {
	vertical-align: middle;
}



.nav_wrap .head_nav>li:hover>a,
.nav_wrap .head_nav:hover>li.nav-current:hover>a {
	color: #006ed0;
}

.nav_wrap .head_nav>li:hover>a>b:after {
	color: #006ed0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav_wrap .head_nav>li.nav-current>a {
	color: #006ed0;
}

.nav_wrap .head_nav li ul {
	width: 250px;
	padding: 15px 0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	-webkit-transform: translateY(8%);
	-ms-transform: translateY(8%);
	-o-transform: translateY(8%);
	transform: translateY(8%);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
}

.nav_wrap .head_nav>li ul ul {
	left: 102%;
	top: -15px;
}

.nav_wrap .head_nav li:hover>ul {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.nav_wrap .head_nav li.menu_left ul {
	left: auto;
	right: 0;
}

.nav_wrap .head_nav li.menu_left ul ul {
	right: 102%;
}

.nav_wrap .head_nav>li>ul:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #006ed0;
	position: absolute;
	left: 0;
	top: 0;
}

.nav_wrap .head_nav>li li {
	position: relative;
	text-align: left;
	padding: 0 20px;
}

.nav_wrap .head_nav>li li a {
	display: block;
	line-height: 1.8em;
	padding: 8px 0;
	font-size: 16px;
	position: relative;
	color: #0c1c31;
	font-family: Poppins-Regular;
	border-bottom: 1px dotted #0c1c31;
}

.nav_wrap .head_nav>li li a:before,
.nav_wrap .head_nav>li li:hover>a:before {
	content: '';
	display: block;
	width: 4px;
	height: 30%;
	background-color: #aaa;
	position: absolute;
	left: -20px;
	top: 40%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav_wrap .head_nav>li li a:hover:before,
.nav_wrap .head_nav>li li:hover>a:before {
	top: 50%;
	margin-top: -11px;
	height: 22px;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #006ed0;
}

.nav_wrap .head_nav>li li b:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 5px solid #aaa;
	border-left-width: 6px;
	border-right: 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	right: 0;
	top: 14px;
}

.nav_wrap .head_nav>li li:last-child>a {
	border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
	color: #006ed0;
}

.nav_wrap .head_nav>li li:hover>a b:after {
	border-left-color: #006ed0;
}

.fixed-nav .head_nav,
.fixed-nav .head_nav a {
	color: #0c1c31;
}

.fixed-nav .nav_wrap .head_nav>li.nav-current>a {
	color: #006ed0;
}

.fixed-nav .nav_wrap .head_nav>li:hover>a,
.fixed-nav .nav_wrap .head_nav:hover>li.nav-current:hover>a {
	color: #006ed0;
}

.fixed-nav .change-language .change-language-title,
.fixed-nav .change-language .change-language-title a {
	color: #0c1c31;
}

.fixed-nav .logo img {
	max-height: 70px;
}

.fixed-nav .head_layer {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	background: #161616;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	box-shadow: 1px 0 1px rgba(0, 0, 0, .3);
}

.fixed-nav .nav_wrap .head_nav>li {
	line-height: 70px;
}

.fixed-nav-active .head_layer {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
	opacity: 1;
	height: 100%;
}

.fixed-nav .change-language .change-language-cont {
	top: 47px;
	background-color: rgba(255, 255, 255, .95);
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.head_holder {
	display: none !important;
}

@font-face {
	font-family: 'fontawesome';
	src: url("fonts/Font-Awesome/fontawesome-webfont.eot~v=4.5.0.eot");
	src: url("fonts/Font-Awesome/fontawesome-webfont.ttf~v=4.5.0.ttf") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff2~v=4.5.0.woff2") format("woff2"), url("fonts/Font-Awesome/fontawesome-webfont.woff~v=4.5.0.woff") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf~v=4.5.0.ttf") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg~v=4.5.0.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: DIN-Bold;
	src: url("fonts/DIN-Bold.otf");
}

@font-face {
	font-family: DIN-Medium;
	src: url("fonts/DIN-Medium.otf");
}

@font-face {
	font-family: Poppins-Regular;
	src: url("fonts/Poppins-Regular.ttf");
}

/*-------------------------------
			search  start
			----------------------------------*/
.container {
	position: relative;
	min-height: 100vh;
}

.search-ipt {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}

.web-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	visibility: hidden;
	display: none;
}

.web-search .btn--search-close {
	display: inline-block;
	font-size: 1.8em;
	border-radius: 50%;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
	background-image: url(img/search_btn_close.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 35%;
	background-size: auto 35%;
	background-color: #ccc;
	width: 42px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.web-search .btn--search-close:hover {
	background-color: #006ed0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.js .btn--search-close {
	display: block;
}

.web-search .search-ipt {
	font-family: inherit;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	padding: 0.05em 0;
	color: #333;
	border-bottom: 3px solid;
	font-size: 20px;
	line-height: 10px
}

.web-search .search-ipt::-webkit-input-placeholder {
	color: #333;
	font-weight: bold;
}

.web-search .search-ipt::-moz-placeholder {
	opacity: 1;
	color: #333;
	font-weight: bold;
}

.web-search .search-ipt:-ms-input-placeholder {
	color: #333;
	font-weight: bold;
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
	-webkit-appearance: none;
}

.web-search .search-ipt::-ms-clear {
	display: none;
}

.web-search .search-attr {
	font-size: 90%;
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #333;
}

.js .container {
	position: relative;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.js .main-wrap--move {
	height: 100vh;
}

.js .web-search {
	pointer-events: none;
}

.js .search--open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.web-search .btn--search-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search--open .btn--search-close {
	opacity: 1;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-webkit-animation: bounceInA 1s ease;
	-o-animation: bounceInA 1s ease;
	animation: bounceInA 1s ease;
}

.search__suggestion,
.web-search .search-attr {
	opacity: 0;
	-moz-transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-o-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-moz-transition: opacity 0.8s, transform 0.8s;
	-webkit-transition: opacity 0.8s, transform 0.8s;
	-ms-transition: opacity 0.8s, transform 0.8s;
	-o-transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
}

.search--open .search-attr {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	font-size: 20px;
}

.js .web-search .search-ipt {
	font-size: 60px;
	font-weight: bold;
	border-bottom-width: 1px;
	padding: 15px 0;
	-moz-transform: scale3d(0, 1, 1);
	-webkit-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-moz-transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	opacity: 0;
	text-transform: uppercase;
}

.js .web-search .search-ipt,
.web-search .search-attr {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.js .search--open .search-ipt {
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.js .search--open .search-btn {
	display: none !important;
}

.web-search .search-attr {
	padding-bottom: 0;
}

.js .web-search {
	width: 70%;
	height: 240px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0;
	margin: auto;
	border-radius: 8px;
	z-index: 100001;
	perspective: 1200px;
}

.js .web-search::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	background-color: #fff\9;
	-webkit-transform: translateY(-30%) scale(1, 0);
	-ms-transform: translateY(-30%) scale(1, 0);
	-o-transform: translateY(-30%) scale(1, 0);
	transform: translateY(-30%) scale(1, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.js .search--open::before {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.main-wrap--move:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}

/*-------------------------------
						search  end
						----------------------------------*/

.head_nav li>b {
	display: none;
}

@media only screen and (max-width: 950px) {

	.mobile-head-item .title {
		font-family: 'fontawesome';
	}

	.head_nav li>b {
		display: inline-block;
	}

	body {
		min-width: 100%;
	}

	.z10000 {
		position: relative;
		z-index: 100000;
	}

	.mobile-body-mask {
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999
	}

	.mobile-ico-close {
		width: 30px;
		height: 30px;
		background: #fff url(img/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}

	.sub-content {
		position: relative;
		display: block;
		right: auto;
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999;
	}

	.lang-more {
		display: none !important
	}

	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161616;
		padding: 0 20px;
		width: 100%;
		height: 50px;
		text-align: left;
		display: block;
		z-index: 999;
		display: flex;
		justify-content: space-between;
	}

	.mobile-head-item {
		float: left;
	}

	.mobile-head-item.mobile-head-aside {
		float: right
	}

	.mobile-head-item .title {
		width: 100%;
		overflow: hidden;
		text-align: center;
		color: #FFF;
		cursor: pointer;
		line-height: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #FFF;
	}

	.mobile-head-logo img {
		max-height: 33px;
	}

	.mobile-head-search {
		order: 1;
	}

	.mobile-head-language {
		order: 2;
		margin: 0 15px;
	}

	.mobile-head-nav {
		order: 3;
	}

	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}

	.mobile-head-item.mobile-head-nav .title:before {
		/* content: '\f0c9'; */
		content: '';
		display: inline-block;
		width: 14px;
		height: 13px;
		background: url('img/nav.webp') no-repeat;
		background-size: 100% 100%;
	}

	.mobile-head-item.mobile-head-language .title:before {
		/* content: "\f1ab"; */
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url('img/lan2.webp') no-repeat;
		background-size: 100% 100%;
	}

	.mobile-head-item.mobile-head-search .title:before {
		/* content: "\f002"; */
		content: '';
		display: inline-block;
		width: 19px;
		height: 19px;
		background: url('img/search2.webp') no-repeat;
		background-size: 100% 100%;
	}

	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}

	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}

	.mobile-head-item .main-content-wrap {
		background: #FFF;
		top: 0;
		display: block;
		z-index: 99999;
	}

	.mobile-head-item .main-content-wrap .content-wrap {
		overflow-y: auto;
		height: 100%;
		padding: 15px 10px;
		background-color: #fff;
	}

	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
		overflow-y: hidden;
	}

	.mobile-head-item .side-content-wrap {
		position: fixed;
		display: block;
		left: -70%;
		width: 70%;
		height: 100%;
	}

	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
	}

	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}

	.web_head .logo {
		position: relative;
		display: none;
		float: none;
		text-align: center;
		padding: 15px 0;
	}

	.web_head {
		padding: 50px 0 0;
		height: auto;
	}

	.web_head .nav_wrap .head_nav,
	.web_head .change-language,
	.web_head .btn--search {
		display: none;
	}

	.web_head .nav_wrap {
		position: static;
	}

	.nav_wrap .logo img {
		height: 100px;
	}

	.web_head .btn--search {
		right: 0;
		top: -20px;
		margin: 0;
	}

	.web_head .head-search {
		display: none;
	}

	.head-search {
		position: relative;
		width: 90%;
		height: 35px;
		background: #000;
		margin: 0 auto;
	}

	.head-search .search-ipt {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		color: #FFF;
		padding: 0 10px;
	}

	.head-search .search-btn {
		position: absolute;
		width: 35px;
		height: 100%;
		background: url(img/search_btn_mobile.png) no-repeat center center;
		-webkit-background-size: auto 16px;
		background-size: auto 16px;
		border: none;
		right: 0;
		top: 0;
		display: block !important;
	}

	.head-search .search-attr {
		display: none;
	}

	/* header */
	.web_head .head_right {
		display: none;
	}

	.head_layer .layout {
		display: block;
		text-align: center;
	}

	.index_web_head {
		position: static;
		text-align: center;
	}

	.index_web_head .head_layer {
		position: static;
	}

	.path_bar {
		background-attachment: scroll !important;
	}

	/*nav */
	.head_nav {
		width: 100%;
	}

	.head_nav li {
		position: relative;
		display: block;
		width: 100%;
		font-size: 16px;
	}

	.head_nav>li {
		border-bottom: 1px solid #eee;
		line-height: 35px;
	}

	/* .head_nav>li:after {
		content: '\f105';
		position: absolute;
		right: 0;
		top: 0;
		color: #999;
		font-size: 12px;
		font-family: 'fontawesome';
	} */
	.head_nav>li>b {
		position: absolute;
		right: 0;
		width: 30px;
		height: 30px;
		top: 4px;
		background: #fff;
		z-index: 1;
	}

	.head_nav>li>b::before {
		content: '\f106';
		display: block;
		line-height: 30px;
		text-align: center;
		font-size: 16px;
		color: #666;
		transition: all 0.3s ease;
	}

	.head_nav>li>b.up_icon::before {
		transform: rotate(180deg);
	}

	.head_nav li ul {
		display: none;
		width: 100%;
	}

	.head_nav>li>b::before {
		content: '\f107';
		font-family: 'fontawesome';
	}

	.head_nav li ul li {
		width: auto;
		padding: 0 10px;
		font-size: 14px;
		text-transform: lowercase;
		line-height: 30px;
	}

	.head_nav li ul li:before {
		content: "";
		width: 3px;
		height: 3px;
		background: #999;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 15px;
	}

	.head_nav li ul li li {
		line-height: 25px;
	}

	.head_nav li ul li li:before {
		display: none;
	}

	.web_head .nav_wrap {
		display: none;
	}




}


/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
	display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
	color: #333;
	font-size: 10pt;
}

.change-language .change-language-title a:after {
	content: '';
	display: none;
	width: 0;
	height: 0;
	border: 4px solid #333;
	border-top-width: 5px;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	vertical-align: middle;
}

.change-language:hover .change-language-title a:after {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.change-language .change-language-cont {
	position: absolute;
	top: 36px;
	right: 0;
	width: 360px;
	background: #FFF;
	padding: 20px 10px 20px 20px;
	transform: scale3d(0.9, 0.9, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow-y: scroll;
	max-height: 80vh;
}

.change-language:hover .change-language-cont {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}

.change-language .change-language-cont li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px;
	font-size: 10pt;
	overflow: hidden;
	padding: 0 10px 0 0;
}

.change-language .change-language-cont li a:hover {
	color: #006ed0;
}

.change-language .change-language-cont .lang-item-hide {
	display: none !important;
}

.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
}

.change-language .change-language-cont .more-active {
	font-size: 20px;
}



.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
}

.change-language-title .language-flag span {
	display: none;
}


.change-language ::-webkit-scrollbar {
	width: 5px;
}

.change-language ::-webkit-scrollbar-track {
	background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
	display: block
}


li.language-flag a {
	position: relative;
}

.change-language-cont li {
	width: 100% !important;
}

.change-language-cont {
	display: flex;
	flex-wrap: wrap;
}

.language--img {
	background: url(img/yuzhongBG.jpg)no-repeat center center;
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-right: 6px;
}

.change-language-title .language--img {
	margin-right: 0;
	width: 21px;
	height: 21px;
	display: block;
	background: url(img/lan.webp) no-repeat center center;
	background-size: 100% 100%;
}

.change-language {
	line-height: 1;
}

.language-en {
	background-position: 0 -218px;
}

.language-af {
	background-position: 0 -1px;
}

.language-sq {
	background-position: 0 -940px;
}

.language-am {
	background-position: 0 -9px;
}

.language-be {
	background-position: 0 -48px;
}

.language-eu {
	background-position: 0 -252px;
}

.language-az {
	background-position: 0 -36px;
}

.language-hy {
	background-position: 0 -456px;
}

.language-ar {
	background-position: 0 -24px;
}

.language-am {
	background-position: 0 -12px;
}

.language-fy {
	background-position: 0px -300px;
}

.language-fr {
	background-position: 0px -288px;
}

.language-fi {
	background-position: 0px -276px;
}

.language-et {
	background-position: 0px -240px;
}

.language-eo {
	background-position: 0px -192px;
}

.language-en {
	background-position: 0 -216px;
}

.language-da {
	background-position: 0px -168px;
}

.language-cs {
	background-position: 0px -144px;
}

.language-hr {
	background-position: 0px -420px;
}

.language-co {
	background-position: 0px -132px;
}

.language-ceb {
	background-position: 0px -108px;
}

.language-ca {
	background-position: 0px -96px;
}

.language-bg {
	background-position: 0 -448px;
}

.language-bs {
	background-position: 0 -84px;
}

.language-bn {
	background-position: 0 -72px;
}

.language-be {
	background-position: 0 -48px;
}

.language-is {
	background-position: 0px -492px;
}

.language-sm {
	background-position: 0px -972px;
}

.language-ro {
	background-position: 0px -888px;
}

.language-pa {
	background-position: 0px -840px;
}

.language-pt {
	background-position: 0px -876px;
}

.language-pl {
	background-position: 0px -852px;
}

.language-fa {
	background-position: 0px -264px;
}

.language-ps {
	background-position: 0px -264px;
}

.language-or {
	background-position: 0px -827px;
}

.language-no {
	background-position: 0px -780px;
}

.language-ne {
	background-position: 0px -792px;
}

.language-my {
	background-position: 0px -768px;
}

.language-mn {
	background-position: 0px -720px;
}

.language-mr {
	background-position: 0px -732px;
}

.language-mi {
	background-position: 0px -684px;
}

.language-mt {
	background-position: 0px -756px;
}

.language-ml {
	background-position: 0px -708px;
}

.language-ms {
	background-position: 0px -744px;
}

.language-mg {
	background-position: 0px -672px;
}

.language-mk {
	background-position: 0px -696px;
}

.language-lb {
	background-position: 0px -624px;
}

.language-lt {
	background-position: 0px -648px;
}

.language-lv {
	background-position: 0px -660px;
}

.language-la {
	background-position: 0px -613px;
}

.language-lo {
	background-position: 0px -636px;
}

.language-ky {
	background-position: 0px -600px;
}

.language-ku {
	background-position: 0px -120px;
}

.language-ko {
	background-position: 0px -588px;
}

.language-rw {
	background-position: 0px -912px;
}

.language-km {
	background-position: 0px -564px;
}

.language-kk {
	background-position: 0px -552px;
}

.language-kn {
	background-position: 0px -576px;
}

.language-jv {
	background-position: 0px -528px;
}

.language-ja {
	background-position: 0px -516px;
}

.language-it {
	background-position: 0px -504px;
}

.language-ga {
	background-position: 0px -312px;
}

.language-id {
	background-position: 0px -467px;
}

.language-ig {
	background-position: 0px -480px;
}

.language-hu {
	background-position: 0px -443px;
}

.language-hmn {
	background-position: 0px -408px;
}

.language-hi {
	background-position: 0px -397px;
}

.language-he {
	background-position: 0px -384px;
}

.language-haw {
	background-position: 0px -300px;
}

.language-ha {
	background-position: 0px -1079px;
}

.language-ht {
	background-position: 0px -432px;
}

.language-gu {
	background-position: 0px -348px;
}

.language-el {
	background-position: 0px -204px;
}

.language-de {
	background-position: 0px -180px;
}

.language-ka {
	background-position: 0px -540px;
}

.language-gl {
	background-position: 0px -336px;
}

.language-ru {
	background-position: 0px -900px;
}

.language-gd {
	background-position: 0px -324px;
}

.language-sr {
	background-position: 0px -1006px;
}

.language-st {
	background-position: 0px -1017px;
}

.language-sn {
	background-position: 0px -984px;
}

.language-sd {
	background-position: 0px -984px;
}

.language-si {
	background-position: 0px -1271px;
}

.language-sk {
	background-position: 0px -1223px;
}

.language-sl {
	background-position: 0px -960px;
}

.language-so {
	background-position: 0px -994px;
}

.language-es {
	background-position: 0px -227px;
}

.language-su {
	background-position: 0px -1031px;
}

.language-sw {
	background-position: 0px -1055px;
}

.language-sv {
	background-position: 0px -1043px;
}

.language-tl {
	background-position: 0px -1115px;
}

.language-tg {
	background-position: 0px -1091px;
}

.language-ta {
	background-position: 0px -1067px;
}

.language-tt {
	background-position: 0px -1151px;
}

.language-te {
	background-position: 0px -1079px;
}

.language-th {
	background-position: 0px -1103px;
}

.language-tr {
	background-position: 0px -1138px;
}

.language-tk {
	background-position: 0px -1115px;
}

.language-uk {
	background-position: 0px -1175px;
}

.language-ur {
	background-position: 0px -1187px;
}

.language-ug {
	background-position: 0px -1163px;
}

.language-uz {
	background-position: 0px -1175px;
}

.language-vi {
	background-position: 0px -1211px;
}

.language-cy {
	background-position: 0px -156px;
}

.language-xh {
	background-position: 0px -1223px;
}

.language-yi {
	background-position: 0px -1235px;
}

.language-yo {
	background-position: 0px -1247px;
}

.language-zu {
	background-position: 0px -1259px;
}

.language-zh {
	background-position: 0px -1282px;
}

.language-zh-TW {
	background-position: 0px -1282px;
}

/*-------------------------------
			language  end
			----------------------------------*/


.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
	border-left: 3px solid #006ed0 !important;
}

.content-wrap.form .ch_form_wrap .item_submit input {
	background: #006ed0 !important;
	border: 1px solid #006ed0 !important;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
	background: none !important;
	color: #006ed0 !important;
}

.imgBox {
	position: relative;
	overflow: hidden;
}

.imgBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imgBox img:hover {
	transform: scale(1.1);
}


.slider_banner_box {
	position: relative;
}

.slider_banner .swiper-slide {
	overflow: hidden;
}

.slider_banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08);
	height: auto;
}

.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}

#sj {
	display: none;
}

@media only screen and (max-width: 950px) {
	#pc {
		display: none;
	}

	#sj {
		display: block;
	}
}

body {
	background: #1C1C1C;
}

.small_title {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #006ed0;
	text-align: center;
	margin-bottom: 5px;
}

.big_title,
.big_title a {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 50px;
	text-align: center;
	color: #FFFFFF;
}

.big_title a:hover {
	color: #006ed0;
}

.home_desc {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin: 10px auto 0;
	max-width: 974px;
}

.swiper_btn_box {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}


.swiper_btn_left {
	left: -75px;
}

.swiper_btn_right {
	right: -75px;
}

.swiper_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

.swiper_btn::after {
	content: '\f104';
	display: block;
	color: #fff;
	position: absolute;
	top: 50%;
	transition: all .5s ease;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'fontawesome';
	font-size: 20px;
}

.swiper_btn:hover {
	border: 1px solid #006ed0;
}

.swiper_btn:hover::after {
	color: #006ed0;
}

.swiper_btn_left::after {
	content: '\f104';
}

.swiper_btn_right::after {
	content: '\f105';
}

.flex {
	display: flex;
	align-items: center;
}

.home_link a {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #006ed0;
}

.home_link a::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(img/right2.webp) no-repeat;
	background-size: 100% 100%;
	margin-left: 13px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.home_link2 {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #006ed0;
}

.home_link2::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(img/right2.webp) no-repeat;
	background-size: 100% 100%;
	margin-left: 13px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.home_link a:hover::after {
	margin-left: 30px;
}

.home_link2:hover::after {
	margin-left: 30px;
}

.footer_box {
	background: #1C1C1C;
	padding-top: 5%;
}

.footer_top_box {
	padding-bottom: 7%;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_item {
	max-width: 430px;
	padding-right: 10px;
}

.footer_logo img {
	max-width: 91px;
}

.footer_desc {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
	margin: 20px 0;
}

.footer_desc2 {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.footer_share {
	margin-top: 30px;
}

.footer_share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background: #0C0C0D;
	border-radius: 50%;
	margin-right: 15px;
}

.footer_share a img {
	max-width: 100%;
}

.footer_share a:hover {
	transform: rotate(360deg);
}

.footer_ul a {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	opacity: 0.7;
	text-transform: capitalize;
}

.footer_box a:hover {
	color: #006ed0;
}

.footer_title {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.footer_con div,
.footer_con div a {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
	line-height: 42px;
	text-transform: capitalize;
}

.footer_con div a {
	opacity: 1;
}

.footer_b {
	width: 21px;
	height: 21px;
	margin-right: 15px;
	border-radius: 3px;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	border: 1px solid #006ed0;
}

.footer_b::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer_tel::after {
	width: 13px;
	height: 13px;
	background: url('img/tel.webp') no-repeat;
	background-size: 100% 100%;
}


.footer_email::after {
	width: 14px;
	height: 9px;
	background: url('img/email.webp') no-repeat;
	background-size: 100% 100%;
}

.footer_item_con {
	max-width: 200px;
	padding-right: 0;
}

.footer_copy {
	border-top: 1px solid rgba(255, 255, 255, .3);
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	padding: 30px 0;
	text-align: center;
}

.footer_copy a {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

.gotop {
	width: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 65px;
	bottom: -150px;
	height: 67px;
	border-radius: 50%;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .8s ease;
	cursor: pointer;
}

.gotop:hover {
	background: #006ed0;
}

.gotop::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 5px;
	background: url(img/up.webp) no-repeat;
	background-size: 100% 100%;
}

.gotop.active {
	bottom: 40px;
}

.lbanner_box {
	padding: 25% 0 13%;
	background-size: 100% 100% !important;
}

.lbanner_tit_box {
	padding-right: 5%;
	justify-content: space-between;
}

.lbanner_icon {
	width: 52px;
	flex-shrink: 0;
	height: 52px;
	display: block;
	background: url('img/lbannerIcon.webp') no-repeat;
	background-size: 100% 100%;
}

.lbanner_tit_div {
	align-items: flex-end;
}

.lbanner_tit_div b {
	display: inline-block;
	padding: 0 8px;
	line-height: 28px;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	background: #006ed0;
	margin-bottom: 20px;
}

.lbanner_tit_t {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 100px;
	line-height: 1;
	color: #FFFFFF;
	margin-left: 50px;
	text-transform: capitalize;
}

.path_bar {
	margin-top: 7%;
}

.path_bar li {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.path_bar li,
.path_bar li a {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: capitalize;
}

.path_bar li a:hover {
	color: #006ed0;
}

.path_bar li::after {
	content: '';
	display: inline-block;
	width: 16.8px;
	height: 13.6px;
	background: url('img/right4.webp') no-repeat;
	background-size: 100% 100%;
	margin: 0 5px;
}

.path_bar li:last-child::after {
	display: none;
}

.path_bar li:last-child {
	color: #006ed0;
}

.lbanner_box2 {
	padding: 100px 0 70px;
	position: relative;
}

.path_bar2 {
	margin-top: 0;
	position: relative;
}

.path_bar2 li:first-child::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url('img/home.webp') no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
}

.path_bar2::after {
	content: 'PRODUCTS';
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 100px;
	color: #FFFFFF;
	line-height: 48px;
	opacity: 0.05;
	position: absolute;
	left: 0;
}

.lbanner_bottom {
	margin-top: 60px;
	align-items: flex-start;
}

.lbanner_left {
	width: 35%;
}

.lbanner_title {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
}

.lbanner_title::before {
	display: block;
	content: '';
	width: 10px;
	height: 28px;
	background: #006ed0;
	margin-right: 15px;
}

.lbanner_big_img {
	position: relative;
	margin-top: 50px;
	display: block;
}

.lbanner_big_img_div {
	width: 41.4%;
	margin: 0 auto -10%;
}

.lbanner_big_img .imgBox {
	padding-bottom: 93%;
}

.proList_dz {
	width: 100%;
}

.lbanner_btns {
	margin-top: 50px;
	padding-right: 60px;
	line-height: 1;
	justify-content: flex-end;
}

.lbannerNum {
	align-items: flex-end;
}

.total-pages::before {
	content: '/';
	font-family: DIN-Medium;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
	align-items: flex-end;
	margin: 0 5px;
}

.lbannerNum .current-page {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 53px;
	color: #FFFFFF;
}

.lbannerNum .total-pages {
	font-family: DIN-Medium;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 2px;
}

.lbanner_btns_box {
	margin-left: 40px;
}

.lbanner_btn {
	width: 35px;
	height: 45px;
	position: relative;
	background: rgba(98, 104, 113, .5);
}

.lbanner_btn_left {
	margin-right: 10px;
}

.lbanner_btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 21px;
	content: '';
	display: inline-block;
}

.lbanner_btn_left::after {
	background: url('img/lbannerLeft.webp') no-repeat;
	background-size: 100% 100%;
}

.lbanner_btn_right::after {
	background: url('img/lbannerRight.webp') no-repeat;
	background-size: 100% 100%;
}

.lbanner_btn:hover {
	background: #006ed0;
}


.lbanner_right {
	flex: 1;
}

.lbanner_right_tit {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 20px;
	position: relative;
	line-height: 1;
}

.lbanner_right_tit::after {
	width: 102px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	content: '';
	display: inline-block;
	left: 0;
}

.lbanner_cat_list {
	margin: 6% 0;
	flex-wrap: wrap;
	max-height: 160px;
	overflow-y: auto;
}

.lbanner_cat_list li {
	border-radius: 19px;
	margin-right: 15px;
	line-height: 38px;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 20px;
	padding: 0 30px;
	margin-bottom: 15px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.lbanner_cat_list li ul {
	display: none;
}

.lbanner_cat_list li a {
	color: #FFFFFF;
}

.lbanner_cat_list li:hover {
	background: #006ed0;
	border: 1px solid #006ed0 !important;
}


.lbanner_cat_li_act {
	background: #006ed0;
	border: 1px solid #006ed0 !important;
}

.lbanner_swi {
	width: 61%;
	position: absolute;
	right: 0;
	bottom: 70px;
	background: rgba(98, 104, 113, .67);
	border-top-left-radius: 1.3rem;
	border-bottom-left-radius: 1.3rem;
	padding: 0 3%;
	box-sizing: border-box;
}

.lbanner_swi .imgBox {
	padding-bottom: 93%;
}

.lbanner_swi_img {
	width: 50%;
	margin: 0 auto;
}

.lbanner_swi_title {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin: 3px auto 0;
	line-height: 1.2em;
	height: 1.2em;
	overflow: hidden;
	text-transform: capitalize;
}

.lbanner_swi .swiper-slide {
	border-right: 1px solid rgba(255, 255, 255, .5);
	padding: 20px 10px;
}

.lbanner_swi .swiper-slide:last-child {
	border-right: 0;
}

.lbanner_swi .active:before {
	content: "";
	display: block;
	position: absolute;
	width: 109px;
	height: 109px;
	background: #006ed0;
	opacity: 0.51;
	border-radius: 0 0 50% 50%;
	top: -50%;
	left: 50%;
	transform: translate(-50%, 15%);
}


.index_news_box {
	display: flex;
}

.index_news_box {
	margin-top: 8%;
}

.index_news_div {
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	background: #1C1C1C;
	display: block;
}

.index_news_box .index_news_div:last-child {
	margin-right: 0;
}

.index_news_div .imgBox {
	padding-bottom: 67%;
}

.index_news_bottom {
	padding: 30px 15px;
}

.index_news_tit {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2em;
	height: 2.4em;
	overflow: hidden;
	color: #FFFFFF;
}

.index_news_time {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	opacity: 0.5;
	margin: 15px 0;
}

.index_news_desc {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	opacity: 0.8;
	line-height: 1.5em;
	height: 4.5em;
	overflow: hidden;
}

.index_news_btn {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 18px;
	margin-top: 15px;
	color: #FFFFFF;
}

.index_news_div:hover .index_news_tit,
.index_news_div:hover .index_news_btn {
	color: #006ed0;
}


.rec_news {
	padding: 4% 0 3%;
}

.res_news_title {
	padding-top: 23px;
	position: relative;
	display: inline-block;
}

.res_news_title a {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
}

.res_news_title a:hover {
	color: #006ed0;
}

.res_news_title::before {
	content: '';
	width: 38px;
	height: 12px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('img/rec_news_icon.webp') no-repeat;
	background-size: 100% 100%;
}

.res_news_title::after {
	width: 69px;
	height: 1px;
	background: #006ed0;
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}


.rec_news .index_news_box {
	margin-top: 40px;
}

.rec_news .index_news_bottom {
	padding: 20px 0;
}

.rec_news .index_news_time {
	margin: 0;
}

.rec_news .index_news_tit {
	margin: 15px 0;
}

.rec_news .index_news_div {
	background: none;
}

.rec_products .res_news_title::after {
	width: 110px;
}

.rec_products {
	padding: 4% 0 3%;
}

.rec_products_div {
	display: block;
}

.rec_products_div .imgBox {
	padding-bottom: 66.6%;
	border-radius: 5px;
}

.rec_products_swi {
	margin-top: 40px;
}

.rec_products_tit {
	width: 80%;
	margin-left: auto;
	margin-right: 0;
	margin-top: -10%;
	background: #232323;
	border-radius: 24px 0px 0px 0px;
	line-height: 65px;
	height: 65px;
	overflow: hidden;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	padding: 0 30px;
}

.rec_products_tit:hover {
	color: #006ed0;
}



.index_con {
	padding: 3% 0;
}

.index_con .layout {
	justify-content: space-between;
}

.index_con .layout::after {
	display: none;
}

.index_con_left {
	width: 35.7%;
}

.index_con_left .index_about_tit_box .big_title {
	max-width: unset;
}

.index_con_right {
	width: 44%;
}

.index_con_text {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.index_con_inp_box {
	justify-content: space-between;
}

.index_con_inp {
	height: 47px;
	background: #FFFFFF;
	padding: 0 17px;
	line-height: 47px;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	width: 79.6%;
}

.index_con_btn {
	width: 18.7%;
	height: 49px;
	position: relative;
	background: #006ed0;
}

.index_con_btn::after {
	content: '';
	display: inline-block;
	width: 21px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('img/right4.webp') no-repeat;
	background-size: 100% 100%;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_con_btn:hover::after {
	left: 60%;
}


.index_about_tit_box {
	padding-left: 35px;
	border-left: 5px solid #006ed0;
}

.index_about_tit_box .small_title {
	color: #FFFFFF;
	text-align: left;
}

.index_about_tit_box .big_title {
	text-align: left;
	max-width: 412px;
}

.top_tab li {
	padding: 0 10px;
	height: 40px;
	background: #333333;
	min-width: 155px;
	text-align: center;
	margin-right: 30px;
}

.top_tab li a {
	line-height: 40px;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}

.top_tab_act {
	background: #006ed0 !important;
}

.top_tab li:hover {
	background: #006ed0 !important;
}


.page_main_div {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
	align-items: flex-start;
}






/*----------------------------------aside---------------------------------*/
.aside {
	width: 355px;
}

.side-tit-bar {
	margin-bottom: 3px;
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	text-transform: uppercase;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.side-tit-bar .side-tit::after {
	content: '';
	width: 25px;
	height: 3px;
	background: #FFFFFF;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.side-widget {
	position: relative;
	margin: 0 0 30px;
}

.side-cate {
	border-top: 0;
}

.side-cate li {
	position: relative;
}



.side-cate li ul li a {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	opacity: 0.6;
}

.side-cate li a {
	position: relative;
	display: block;
	text-transform: capitalize;
}

.side-cate>li>a {
	font-family: DIN-Bold;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 56px;
	border-bottom: 1px solid #E7E7E7;
}

.side-cate ul {
	display: none;
	margin-top: 5px;
	overflow: visible !important
}

.side-cate li li a {
	position: relative;
}


.side-cate li li li a {
	padding: 0 20px;
}

.side-cate li .icon-cate {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 56px;
	cursor: pointer;
	color: #222;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url('img/sideIcon2.webp') no-repeat;
	background-size: 100% 100%;
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: "";
	width: 12px;
	display: inline-block;
	height: 2px;
	background: url('img/sideIcon1.webp') no-repeat;
	background-size: 100% 100%;
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
	color: #006ed0;
}

.side-product-items {
	position: relative;
}

.side-product-items .items_content {
	position: relative;
}

.side-product-items .items_content {}

.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	margin: 0 0 6px;
	padding: 8px;
	background: #FFF;
}

.side_product_item figure {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.side_product_item .item-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 50%;
}

.side_product_item .item-img img {
	position: relative;
	width: 100%;
}

.side_product_item figcaption {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 48%;
	padding: 10px 0 10px 15px;
}

.side_product_item figcaption .item_title {
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.side_product_item figcaption .item_text {
	color: #949494;
	line-height: 1.3;
}

.side_product_item .add-friend {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 39px;
	background: url(img/mark03.png) no-repeat right bottom;
	background-size: cover;
}

.side_product_item .add-friend:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	bottom: 6px;
	right: 6px;
	background: url(img/add01.png) no-repeat center center;
	;
}

.side_product_item:hover .add-friend {
	width: 47px;
	height: 49px;
}

.side_product_item:hover .add-friend:after {
	bottom: 9px;
	right: 9px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;
	display: block;
	cursor: pointer;
	opacity: .25;
}

.side-product-items .btn-prev {
	top: 20px;
	background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
	bottom: 20px;
	background: url(img/side_product_down.png) no-repeat center center;
}

.aside .side-bn {
	width: 100%;
	margin: 0 0 40px;
}

.aside .side-bn img {
	width: 100%
}



/*----------------------------------main---------------------------------*/
.main {
	position: relative;
	width: calc(100% - 430px);
}


body {
	overflow: inherit
}

.page_main,
.container {
	overflow: inherit
}

.container .page_main {
	overflow: inherit;
}

.aside {
	position: sticky;
	top: 127px;
}



@media only screen and (max-width: 950px) {
	.aside {
		display: none;
	}
}



.rec_con {
	padding: 10% 0 9%;
}

.rec_con_btn {
	width: 148px;
	height: 44px;
	background: #006ed0;
	line-height: 44px;
	text-align: center;
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin: 40px auto 0;
	border: 1px solid #006ed0;
}

.rec_con_btn:hover {
	background: none;
	color: #006ed0;
}

.rec_video {
	padding: 5% 0;
}

.rec_video_div {
	display: block;
	border-radius: 52px 0px 52px 0px;
	overflow: hidden;
	background: #191919;
}

.rec_video_swi {
	margin-top: 40px;
}

.rec_video_img {
	position: relative;
}

.rec_video_div .imgBox {
	padding-bottom: 67.8%;
}

.rec_video_img::after {
	content: '';
	display: inline-block;
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('img/play2.webp') no-repeat;
	background-size: 100% 100%;
}

.rec_video_bottom {
	padding: 30px 15px;
}

.rec_video_tit {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}

.rec_video_desc {
	font-family: DIN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	opacity: 0.8;
	margin: 10px 0 15px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}

@media only screen and (max-width: 1500px) {
	.layout {
		width: 1366px;
	}

}

@media only screen and (max-width: 950px) {
	.layout {
		width: 95%;
	}

	.big_title,
	.big_title a {
		font-size: 30px;
	}

	.index_about_tit_box {
		padding-left: 25px;
	}

	.index_news_box {
		flex-wrap: wrap;
	}

	.index_news_div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.index_news_desc {
		display: none;
	}

	.index_con_left {
		width: 100%;
		margin-bottom: 30px;
	}

	.index_con_right {
		width: 100%;
	}

	.index_con .layout,
	.index_con_inp_box {
		flex-wrap: wrap;
	}

	.index_con_inp {
		width: 100%;
		margin-bottom: 30px;
	}

	.index_con_btn {
		width: 26%;
	}

	.footer_item {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_top_box {
		flex-wrap: wrap;
	}

	.gotop.active {
		display: none !important;
	}

	.lbanner_tit_div b {
		margin-bottom: 0;
		font-size: 16px;
	}

	.lbanner_tit_t {
		margin-left: 10px;
		font-size: 30px;
	}

	.lbanner_icon {
		width: 30px;
		height: 30px;
	}

	.path_bar2::after {
		font-size: 50px;
	}

	.top_tab {
		overflow-x: auto;
	}

	.top_tab li {
		min-width: 100px;
	}

	.top_tab li a {
		font-size: 18px;
	}

	.rec_products,
	.rec_video {
		padding: 30px 0;
	}

	.index_con {
		padding: 50px 0;
	}

	.footer_desc {
		font-size: 24px;
	}

	.main {
		width: 100%;
	}

	.mobile-head-aside {
		display: none;
	}
}


#index_scrollsidebar {
	top: 50%;
	right: 20px;
	transition: all ease-in-out 1s;
	/* visibility: hidden; */
	opacity: 1;
	position: fixed;
	/* transform: translateY(-50%);*/
	z-index: 99999
}

#index_scrollsidebar ul li {
	width: 62px;
	height: 62px;
	background-color: #161616;
	border-radius: 10px;
	margin-bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

#index_scrollsidebar ul li .show0 {
	position: absolute;
	background-color: #161616;
	padding: 6px;
	border-radius: 8px;
	right: 80px;
	top: 50%;
	transition: all ease-in-out .5s;
	transform: translateY(-50%);
	display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
	font-size: 16px;
	color: #fff;
	text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
	display: block
}

#index_scrollsidebar ul li>a {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	line-height: 62px;
	align-items: center;
	justify-content: center;
}

#index_scrollsidebar ul li img {
	border: none;
	vertical-align: middle;
	max-width: 50%;
}

#index_scrollsidebar .gototop {
	background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	line-height: 62px;
	align-items: center;
	justify-content: center;
}

#index_scrollsidebar .gototop .s_smooth img {
	width: 23px;
}

.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	background: #161616;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #161616;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
	color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2)
}

@media only screen and (max-width: 1024px) {
	#index_scrollsidebar {
		display: none;
	}
}

.fix_slide_foot {
	display: none;
	background: #161616;
	position: fixed;
	width: 100%;
	bottom: 0;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	height: 50px;
	z-index: 111;
}

.fix_slide_foot li {
	border-right: 1px solid white;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.fix_slide_foot li:last-of-type() {
	border-right: none;
}

.fix_slide_foot li a[title=email] img {
	height: 30px
}

.fix_slide_foot li a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.fix_slide_foot li img {
	height: 25px;
	width: auto;
}

.show0 img {
	width: 120px;
	margin: 0 auto 10px;
	display: block;
	max-width: unset !important;
}

.show0 img:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	#index_scrollsidebar {
		display: none;
	}

	.fix_slide_foot {
		display: flex;
	}

	body {
		padding-bottom: 50px
	}
}



.page_bar {
    position: relative;
    line-height: 31px;
    height: 33px;
    margin: 40px 0;
    text-align: center;
    font-size: 16px
}

.page_bar a,.page_bar span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    border: 1px solid #ccc;
    margin: 0 4px;
    text-align: center;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe',endColorStr='#ececec',gradientType='0');
    background: -webkit-linear-gradient(top,#fefefe,#ececec);
    background: -moz-linear-gradient(bottom,#fefefe,#ececec);
    background: -o-linear-gradient(bottom,#fefefe,#ececec);
    background: linear-gradient(to bottom,#fefefe,#ececec);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.page_bar a.current,.page_bar a:hover {
    background: #333;
    border-color: #333
}

.page_bar a:not(.current):hover {
    border-color: #333;
    background-color: #333;
}

.page_bar span.current2 {
    margin-left: 8px
}

.pages .active span {
   background: #333;
    border-color: #333;
    color: #006ed0;
    padding: 0 12px;
    line-height: 36px
}

.page_bar a,.page_bar span {
    padding: 0 12px!important;
    line-height: 36px
}

.change-empty{
	display: none;
}