@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-Regular, 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: #FF5E14;
	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: 1480px;
	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,
*,
*::after,
*::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;
}

.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 {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #FFFFFF;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 62px;
	z-index: 999;
}

/*.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;
	padding: 0 30px;
}

.web_head .logo {
	float: left;
}

.web_head .logo img {
	max-height: 77px;
	width: auto;
}

.web_head .head_right {
	float: right;
}

.head_layer .change-language {
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: middle;
	margin-left: 40px;
}

.web_head .btn--search {
	display: inline-block;
	border-radius: 50%;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 1px;
}

.web_head .btn--search:after {
	content: '';
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url('img/search.png') no-repeat;
	background-size: 100% 100%;
}



.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: #FFFFFF;
}

.nav_wrap .head_nav:after {
	display: none;
}

.nav_wrap .head_nav>li {
	display: inline-block;
	line-height: 77px;
	margin: 0 2%;
	position: relative;
	perspective: 1500px;
	vertical-align: middle;
	position: relative;
	font-family: Arial-Bold;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.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;
}

.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: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid #fff;
	border-top-width: 5px;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	vertical-align: middle;
}

.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: #FF5E14;
}

.nav_wrap .head_nav>li:hover>a>b:after {
	border-top-color: #FF5E14;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav_wrap .head_nav>li.nav-current>a {
	color: #FF5E14;
}

.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: #FF5E14;
	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: 12px;
	position: relative;
	color: #0c1c31;
	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: #FF5E14;
}

.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>b:after {
	display: none;
}

.nav_wrap .head_nav>li li:last-child>a {
	border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
	color: #FF5E14;
}

.nav_wrap .head_nav>li li:hover>a b:after {
	border-left-color: #FF5E14;
}

.fixed-nav .head_nav,
.fixed-nav .head_nav a {
	color: #fff;
}

.fixed-nav .nav_wrap .head_nav>li.nav-current>a {
	color: #FF5E14;
}

.fixed-nav .nav_wrap .head_nav>li:hover>a,
.fixed-nav .nav_wrap .head_nav:hover>li.nav-current:hover>a {
	color: #FF5E14;
}

.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-color: #000;
	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.web_head {
	width: 100%;
	top: 0;
	border: 0;
}

.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: swap;
}

@font-face {
	font-family: Arial-Bold;
	src: url("fonts/arial-bold.otf");
	font-display: swap;
}

@font-face {
	font-family: Arial-Regular;
	src: url("fonts/arial.ttf");
	font-display: swap;
}

@font-face {
	font-family: Exo-Bold;
	src: url("fonts/Exo-Bold.ttf");
	font-display: swap;
}

@font-face {
	font-family: DIN-Medium;
	src: url("fonts/DIN-MEDIUM.OTF");
	font-display: swap;
}

@font-face {
	font-family: DIN-Bold;
	src: url("fonts/DIN-BOLD.OTF");
	font-display: swap;
}

@font-face {
	font-family: Exo-SemiBold;
	src: url("fonts/Exo-SemiBold.ttf");
	font-display: swap;
}

/*-------------------------------
			search  start
			----------------------------------*/
.container {
	position: relative;
	min-height: 100vh;
	background: #FBFBFB;
}

.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;
}

.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: #FF5E14;
	-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
						----------------------------------*/



@media only screen and (max-width: 950px) {
	.mobile-head-item .title {
		font-family: 'fontawesome';
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
	}

	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: #ffffff;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 999;
		padding: 0 15px;
	}

	.mobile-head-item {
		float: left;
		width: 45px;
	}

	.mobile-head-item.mobile-head-aside {
		float: right
	}

	.mobile-head-item .title {
		width: 100%;
		overflow: hidden;
		text-align: center;
		color: #FFF;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #FFF;
	}

	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}

	.mobile-head-item.mobile-head-nav {
		order: 3;

	}

	.mobile-head-item.mobile-head-nav .title:before {
		/* content: '\f0c9'; */
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url('img/nav.png') no-repeat;
		background-size: 100% 100%;
	}

	.mobile-head-item.mobile-head-language {
		order: 1;
	}

	.mobile-head-item.mobile-head-language .title:before {
		/* content: "\f1ab"; */
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url('img/lan.png') no-repeat;
		background-size: 100% 100%;
	}

	.mobile-head-item.mobile-head-search {
		order: 2;
	}

	.mobile-head-item.mobile-head-search .title:before {
		/* content: "\f002"; */
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url('img/search2.png') 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: block;
		float: none;
		text-align: center;
		padding: 15px 0;
		display: none;
	}

	.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: '\f107';
	display: inline-block;
	font-family: 'fontawesome';
	color: #fff;
	/* 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: #FF5E14;
}

.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;
	white-space: nowrap;
	padding: 0 0 0 25px;
	overflow: hidden;
}

.change-language-title .language-flag span {
	color: #fff;
}


.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;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.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 #FF5E14 !important;
}

.content-wrap.form .ch_form_wrap .item_submit input {
	background: #FF5E14 !important;
	border: 1px solid #FF5E14 !important;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
	background: none !important;
	color: #FF5E14 !important;
}

.imgBox {
	position: relative;
	overflow: hidden;
	display: block;
}

.imgBox img,
.imgBox lite-youtube {
	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;
	}
}

.big_title,
.big_title a {
	text-align: center;
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 48px;
	color: #333333;
}

.big_title a:hover {
	color: #FF5E14;
}

.rec_desc {
	margin-top: 20px;
	text-align: center;
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.flex {
	display: flex;
	align-items: center;
}

.rec_btn a {
	background: #FF5E14;
	border-radius: 4px 4px 4px 4px;
	height: 57px;
	padding: 0 30px;
	font-family: Arial-Bold;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 57px;
	border: 1px solid #FF5E14;
}

.rec_btn a:hover {
	background: none;
	border: 1px solid #FF5E14;
	color: #FF5E14;
}

.footer_box {
	margin-top: 5%;
}

.footer_top_box {
	padding: 3% 0;
	background: #171719;
}

.footer_top_box .layout {
	display: flex;
	justify-content: space-between;
}

.footer_top_box .layout::after {
	display: none;
}

.footer_top_box,
.footer_top_box a {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.footer_title {
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.footer_top_box a:hover {
	color: #FF5E14;
}

.footer_item_ul a {
	text-transform: capitalize;
}

.footer_item_ul li {
	margin-bottom: 10px;
}

.footer_item {
	max-width: 200px;
}

.footer_item_con {
	max-width: 500px;
}

.footer_item_con_div {
	line-height: 2;
	justify-content: space-between;
}

.footer_item_con_left {
	width: 53%;
}

.footer_item_con_div2 {
	margin-top: 20px;
}

.footer_copy {
	background: #FF5E14;
	padding: 15px 0;
}

.footer_copy .layout {
	padding: 0 150px;
	position: relative;
}

.footer_copy .layout,
.footer_copy .layout a {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.footer_copy .layout a:hover {
	text-decoration: underline;
}

.gotop {
	display: none !important;
}

.footer_logo {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 40px;
}

.footer_logo img{
	height: 40px;
}

.head_lbanner {
	position: relative;
	padding-top: 150px;
}

.head_lbanner::after {
	content: '';
	background: rgba(0, 0, 0, 0.68);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.head_lbanner .layout {
	position: relative;
	z-index: 1;
	padding: 5% 0;
}

.head_lbanner_title {
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 64px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

.head_lbanner_desc {
	text-align: center;
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.path_bar {
	margin-top: 20px;
	text-align: center;
	text-transform: capitalize;
}

.path_bar a,
.path_bar span {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.path_bar li {
	display: inline-block;
}

.path_bar a:hover,
.path_bar span {
	color: #FF5E14;
}

.path_bar a::after {
	content: '>';
	margin: 0 10px;
}

.lbox {
	padding-top: 5%;
}

.rec_request {
	padding: 70px;
	background: #FD5A11;
	margin: 3% auto 5%;
}

.rec_request_t {
	font-family: Arial-Bold;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	color: #FFFFFF;
	text-transform: capitalize;
}

.rec_request_btn {
	justify-content: center;
	margin: 20px 0;
}

.rec_request_btn a {
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	padding: 0 20px;
	font-family: Arial-Bold;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	text-transform: capitalize;
}

.rec_request_btn a::after {
	content: '';
	display: inline-block;
	width: 26.4px;
	height: 12px;
	background: url('img/btn_icon5.png') no-repeat;
	background-size: 100% auto;
	margin-left: 15px;
}

.rec_request_btn a:hover::after {
	margin-left: 20px;
}

.rec_request_tel {
	justify-content: center;
}

.rec_request_tel a {
	font-family: Arial-Bold;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 5px;
	line-height: 36px;
	border-bottom: 1px solid #FFFFFF;
}

.rec_request_tel a:hover {
	letter-spacing: 1px;
}

.main_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



/*----------------------------------main---------------------------------*/
.main {
	position: relative;
	width: calc(100% - 390px);
}


body {
	overflow: inherit
}

.page_main,
.container {
	overflow: inherit
}

.container .page_main {
	overflow: inherit;
}

.aside {
	position: sticky;
	top: 127px;
}


/*----------------------------------aside---------------------------------*/
.aside {
	width: 280px;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	height: 61px;
	line-height: 61px;
	text-transform: capitalize;
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}

.side-widget {
	position: relative;
	margin: 0 0 30px;
}

.side-cate {
	border-top: 0;
	padding: 15px 0;
}

.side-cate li {
	position: relative;
}

.side-cate li li {
	line-height: 40px;
}

.side-cate li ul {}

.side-cate li ul li {
	line-height: 52px;
}

.side-cate li ul li a {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
}

.side-cate li a {
	position: relative;
	display: block;
	text-transform: capitalize;
	padding: 0 24px 0 0;
}

.side-cate>li>a {
	line-height: 56px;
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
}

.side-cate ul {
	display: none;
	overflow: visible !important
}

.side-cate li li a {
	padding: 0 50px 0 10px;
	position: relative;

}


.side-cate li li li a {
	padding: 0 66px;
}

.side-cate li .icon-cate {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 56px;
	cursor: pointer;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: "\f107";
	font-weight: bold;
	transform: rotate(270deg);
	color: #333;
	font-size: 20px;
	font-family: 'fontawesome';
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: "\f106";
	font-weight: bold;
	font-size: 20px;
	transform: rotate(0);
	color: #333;
	font-family: 'fontawesome';
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
	color: #FF5E14;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
	color: #fff;
}

.main_title {
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 48px;
	color: #333333;
	text-align: center;
}

.main_son {
	display: flex;
	flex-wrap: wrap;
}

.index_news {
	padding-top: 5%;
}

.index_news_swi_box {
	margin-top: 30px;
}

.index_news_swi .imgBox {
	padding-bottom: 85.5%;
}

.index_news_bottom {
	background: #FFFFFF;
	padding: 30px;
}

.index_news_time {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

.index_news_title {
	display: block;
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-top: 12px;
}

.index_news_desc {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-top: 12px;
}

.index_news_btn {
	margin-top: 12px;
}

.index_news_btn a {
	background: #EAEAEA;
	height: 55px;
	padding: 0 15px;
	font-family: DIN-Bold;
	font-weight: bold;
	font-size: 20px;
	color: #666666;
}

.index_news_btn a::after {
	display: inline-block;
	width: 32px;
	height: 32px;
	content: '';
	margin-left: 10px;
	background: url('img/btn_icon2.png') no-repeat;
	background-size: 100% 100%;
}

.index_news_btn a:hover {
	background: #FF5E14;
	color: #FFFFFF;
}

.index_news_btn a:hover::after {
	background: url('img/btn_icon3.png') no-repeat;
	background-size: 100% 100%;
}

.proD_main_title {
	font-family: Arial-Bold !important;
	font-weight: bold !important;
	font-size: 32px !important;
	color: #333333 !important;
}

.proD_main_ul li {
	position: relative;
	padding-left: 20px;
}

.proD_main_ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 8px;
	background: #666666;
	border-radius: 50%;
}

.proD_main_mx1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proD_main_mx1_img {
	width: 41.15%;
}

.proD_main_mx1_img .imgBox {
	padding-bottom: 80%;
	border-radius: 12px;
}

.proD_main_mx1_desc {
	width: 55.5%;
}

.proD_main_desc table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 100% !important;
	/* display: block; */
	display: table;
	overflow: auto;
	border-radius: 8px 8px 0px 0px !important;
}

.proD_main_desc table tr:nth-child(1) {
	background: #FF5E14;
	border: 0;
	overflow: hidden;
}

.proD_main_desc table td {
	padding: 40px 0;
	text-align: center;
	font-family: Work Sans-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.proD_main_desc table tr td:nth-child(1) {
	border-left: 1px solid #333333;
}

.proD_main_desc table tr:nth-child(1) td {
	font-family: Work Sans-Bold;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	border: 0;
}

.proD_main_desc table tr:nth-child(2) {
	border-top: 0;
}

.rec_con_box {
	margin-top: 5%;
	position: relative;
}

.rec_con_box::after {
	content: '';
	display: block;
	width: 100%;
	background: rgba(5, 3, 3, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.rec_con_box .layout::after {
	display: none;
}

.rec_con_box .layout {
	z-index: 1;
	align-items: flex-start;
	justify-content: space-between;
}

.rec_con_left {
	width: 51.35%;
	padding: 5% 0;
}

.rec_con_left .big_title,
.rec_con_left .rec_desc {
	color: #FFFFFF;
	text-align: left;
}

.rec_con_btn {
	margin-top: 30px;
}

.rec_con_btn a {
	background: #FF5E14;
	border-radius: 6px 6px 6px 6px;
	height: 75px;
	padding: 0 30px;
	font-family: Exo-SemiBold;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.rec_con_btn a::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url('img/btn_icon7.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}

.rec_con_btn a:hover::before {
	margin-right: 15px;
}

.rec_con_left .rec_desc2 {
	margin-top: 70px;
}


.rec_con_con {
	justify-content: space-between;
	padding-right: 100px;
	margin: 90px 0 0;
	align-items: flex-start;
}

.rec_con_con_div {
	width: 38.7%;
}

.rec_con_con_top {
	justify-content: space-between;
}

.rec_con_con_icon {
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #333333;
	border-radius: 50%;
	flex-shrink: 0;
}

.rec_con_con_icon img {
	width: 32px;
}

.rec_con_con_top_desc {
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}


.rec_con_con_bottom {
	margin-top: 10px;
	line-height: 2;
}

.rec_con_con_bottom span {
	font-family: Arial-Bold;
	font-size: 16px;
	color: #FFFFFF;
}

.rec_con_con_bottom a,
.rec_con_con_bottom div {
	font-family: Arial-Regular;
	font-size: 16px;
	color: #FFFFFF;
}

.rec_con_con_bottom a:hover {
	color: #FF5E14;
}

.rec_con_right {
	width: 45.3%;
	background: #FFFFFF;
	padding: 45px;
}

.rec_con_title {
	font-family: Exo-SemiBold;
	font-weight: 600;
	font-size: 32px;
	color: #000000;
}

.rec_con_desc {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	margin: 35px 0;
}


.rec_con_right .com_form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rec_con_right .com_form li {
	margin-bottom: 16px;
}

.rec_con_right .com_form input,
.rec_con_right .com_form textarea {
	width: 100%;
	padding: 23px;
	border: 1px solid #666666;
	font-family: Exo-SemiBold;
	font-weight: 600;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	transition: border-color 0.3s ease;
}


.rec_con_right .com_form textarea {
	min-height: 165px;
	resize: none;
}

.rec_con_right .com_form .hover_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #171719;
	border-radius: 4px 4px 4px 4px;
	border: none;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
	font-family: Exo-SemiBold;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	height: 81px !important;
	transition: background-color 0.3s ease;
	margin: 0 !important;
	position: relative;
	background-image: url('img/btn_icon8.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 30px) center;
	background-size: 48px 48px;
}



.rec_con_right .com_form .hover_btn:hover {
	animation: iconBounce 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes iconBounce {
	0% {
		background-position: calc(100% - 30px) center;
	}

	60% {
		background-position: calc(100% - 60px) center;
	}

	100% {
		background-position: calc(100% - 30px) center;
	}
}

.rec_products {
	margin-top: 5%;
}

.rec_products_main {
	margin-top: 40px;
}

.rec_products_div {
	width: calc((100% - 120px) / 3);
	margin-right: 60px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.rec_products_main .rec_products_div:last-child {
	margin-right: 0;
}

.rec_products_div .imgBox {
	padding-bottom: 100%;
}

.rec_products_tit {
	display: block;
	width: 100%;
	padding: 25px;
	text-align: center;
	background: #171719;
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 1.5em;
	height: calc(1.5em + 50px);
	overflow: hidden;
}


.rec_products_tit:hover {
	color: #ffffff;
	background: #FF5E14;
}

.rec_con2 {
	padding: 5% 0;
	margin-top: 5%;
	position: relative;
}

.rec_con2::after {
	display: block;
	content: '';
	background: rgba(0, 0, 0, 0.78);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rec_con2 .layout {
	position: relative;
	z-index: 1;
	justify-content: space-between;
}

.rec_con2 .layout::after {
	display: none;
}

.rec_con2_left {
	width: 45.75%;
}

.rec_con2_left .big_title,
.rec_con2_left .rec_desc {
	color: #fff;
	text-align: left;
}

.rec_con2_right_btn {
	display: block;
	padding: 0 50px;
	height: 92px;
	font-family: Open Sans-Bold;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 92px;
	background: #FF5E14;
	border-radius: 12px 64px 12px 64px;
}

.rec_con2_right_btn:hover {
	background: none;
	color: #FF5E14;
	border: 1px solid #FF5E14;
}

.app_mx1 {
	display: flex;
	align-items: center;
}

.app_mx1_left {
	width: 50%;
}

.app_mx1_left .imgBox {
	padding-bottom: 62.6%;
}

.app_mx1_right {
	width: 50%;
	padding: 0 50px;
}

.app_mx1_right_title {
	font-family: Exo-Bold !important;
	font-weight: bold !important;
	font-size: 20px !important;
	color: #333333 !important;
	margin-bottom: 12px;
}

.rec_application {
	margin-top: 5%;
}

.rec_application_title_big {
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
}

.rec_application_div {
	width: calc((100% - 70px) / 3);
	margin-right: 35px;
	margin-top: 35px;
}

.rec_application_main .rec_application_div:last-child {
	margin-right: 0;
}

.rec_application_div .imgBox {
	padding-bottom: 82.3%;
}

.rec_application_title {
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}

.rec_application_desc {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 1.5em;
	height: 4.5em;
	margin-top: 10px;
	overflow: hidden;
}

.rec_videos {
	margin-top: 5%;
}

.rec_videos_main {
	display: flex;
}

.rec_videos_main_div {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-top: 30px;
}

.rec_videos_main .rec_videos_main_div:last-child {
	margin-right: 0;
}

.rec_videos_main_div .imgBox {
	padding-bottom: 80%;
	border-radius: 12px;
}

.rec_videos_main_div .imgBox lite-youtube>.lty-playbtn {
	width: 68px !important;
	height: 68px !important;
	display: none !important;
	background-image: url(img/play.png) !important;
	filter: grayscale(0) !important;
}


.rec_videos_main_title {
	display: block;
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}

.rec_videos_main_div:hover .imgBox {
	box-shadow: 0px 4px 12px 0px rgba(24, 94, 205, 0.2);
}

.rec_videos_main_div:hover lite-youtube>.lty-playbtn {
	display: block !important;
}

.rec_videos_main_div:hover .imgBox lite-youtube::after {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	padding-bottom: 0;
}

.mx2_imgs {
	display: flex;
	justify-content: space-between;
}

.mx_img {
	width: calc((100% - 50px) / 2);
}

.mx_img .imgBox {
	padding-bottom: 75.6%;
	border-radius: 12px;
}

.mx3_img_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mx3_img {
	width: 47.45%;
}

.mx3_img .imgBox {
	padding-bottom: 75.6%;
	border-radius: 12px;
}

.mx3_text {
	width: 47.45%;
}

.news_details_btns {
	margin-top: 70px;
	font-family: Exo-Bold;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	justify-content: space-around;
}

.news_details_btns b {
	width: 63px;
	display: block;
	height: 63px;
}

.news_details_left b {
	margin-right: 20px;
	background-size: 100% 100%;
	background: url('img/btn_left2.png') no-repeat;
}

.news_details_left b:hover {
	background-size: 100% 100%;
	background: url('img/btn_left.png') no-repeat;
}

.news_details_right b {
	margin-left: 20px;
	background-size: 100% 100%;
	background: url('img/btn_right2.png') no-repeat;
}

.news_details_right b:hover {
	background-size: 100% 100%;
	background: url('img/btn_right.png') no-repeat;
}

@media only screen and (max-width: 950px) {
	.layout {
		width: 95%;
	}

	.big_title,
	.big_title a {
		font-size: 20px;
	}

	.rec_desc {
		margin-top: 10px;
	}

	.rec_btn a {
		line-height: 44px;
		height: 44px;
	}

}

.swiper-pagination-bullet-active {
	background: #FF5E14 !important;
}

.swiper-pagination-bullet {
	margin: 0 3px;
}

.footer_box2 {
	margin-top: 30px;
	padding: 30px 0 110px;
	background: #171719;
}

.footer_copy2 {
	padding: 0 2.5%;
}

.footer_copy2,
.footer_copy2 a {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.footer_box2_logo img {
	width: 219px;
}

.footer_box2_desc {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin: 20px 0;
}

.footer_box2_con {
	padding: 20px 0;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.footer_box2_con_t {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.footer_box2_con_div {
	margin-top: 15px;
}

.footer_box2_con_div img {
	width: 32px;
	flex-shrink: 0;
	margin-right: 15px;
}

.footer_box2_con_div1 {
	flex: 1;
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.footer_box2_con_div1 a {
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.footer_box2_con_share {
	margin-top: 15px;
}

.footer_box2_con_share img {
	width: 25px;
	margin-right: 15px;
}

.footer_box2_box {
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #FFFFFF;
	display: flex;
	justify-content: space-between;
}

.footer_box2_div2 {
	width: 49%;
}

.footer_box2_div_title {
	font-family: Open Sans-Bold;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.footer_box2_ul a {
	display: inline-block;
	margin-top: 10px;
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.h5Show {
	display: none;
}

.pcShow {
	display: block;
}

@media only screen and (max-width: 950px) {
	.h5Show {
		display: block;
	}

	.pcShow {
		display: none !important;
	}

	.index_news_bottom {
		padding: 15px;

	}

	.index_news_title {
		font-size: 18px;
	}

	.index_news_time,
	.index_news_desc {
		display: none;
	}

	.index_news_btn a {
		height: 44px;
	}

	.head_lbanner {
		padding-top: 0;
	}

	.head_lbanner_title {
		font-size: 24px;
	}

	.app_mx1 {
		flex-wrap: wrap;
	}


	.app_mx1_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.app_mx1_right {
		width: 100%;
		padding: 0;
	}

	.application_details_text {
		padding-bottom: 30px;
	}

	.rec_application_title_big {
		font-size: 26px;
	}

	.rec_application_div {
		width: 100%;
		margin-right: 0;
	}

	.rec_application_main {
		flex-wrap: wrap;
	}

	.rec_con2 .layout {
		flex-wrap: wrap;
	}

	.rec_con2_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.rec_con2_right_btn {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}

	.rec_products_div {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.rec_products_main {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.rec_con_box .layout {
		flex-wrap: wrap;
	}

	.rec_con_left {
		width: 100%;
	}

	.rec_con_right {
		width: 100%;
		padding: 15px;
	}

	.rec_con_con {
		padding-right: 0;
		margin: 30px 0 0;
	}

	.rec_con_left .rec_desc2 {
		margin-top: 30px;
	}

	.rec_con_box {
		padding-bottom: 30px;
	}

	.aside {
		display: none;
	}

	.mobile-head-aside {
		display: none !important;
	}

	.main {
		width: 100%;
	}
	
	.rec_products_tit{
		padding: 15px;
		font-size: 20px;
	}

	.mx2_imgs{
		flex-wrap: wrap;
	}

	.mx_img{
		width: 100%;
		margin-bottom: 20px;
	}

	.mx2_imgs .mx_img:last-child{
		margin-bottom: 0;
	}

	.mx3_img_text{
		flex-wrap: wrap;
	}

	.mx3_img{
		width: 100%;
		margin-bottom: 20px;
	}

	.mx3_text{
		width: 100%;
	}

	.proD_main_mx1{
		flex-wrap: wrap;
	}

	.proD_main_mx1_img{
		width: 100%;
		margin-bottom: 20px;
	}

	.proD_main_mx1_desc{
		width: 100%;
	}

	.main_title{
		font-size: 36px;
	}

	.rec_request{
		padding: 15px;
	}

	.rec_request_t{
		font-size: 26px;
	}

	 .rec_videos_main{
        flex-wrap: wrap;
    }

    .rec_videos_main_div{
        width: 100%;
        margin-right: 0;
    }

}

#index_scrollsidebar {
	top: 42%;
	right: 2px;
	transition: all ease-in-out 1s;
	/* visibility: hidden; */
	opacity: 1;
	position: fixed;
	/* transform: translateY(-50%);*/
	z-index: 99999;
	text-transform: none;
}
#index_scrollsidebar ul li {
	width: 56px;
	height: 56px;
	background-color: #FF5E14;
	border-radius: 10px;
	margin-bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}
#index_scrollsidebar ul li .show0 {
	position: absolute;
	padding: 6px;
	border-radius: 8px;
	right: 60px;
	top: 50%;
	transition: all ease-in-out .5s;
	transform: translateY(-50%);
	display: none
}
.show0>div {
	background-color: #FF5E14;
	padding: 12px;
	position: relative;
	border-radius: 2px;
}
.show0>div::after {
	border-left: 10px solid #FF5E14;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
	font-size: 16px;
	color: #fff;
	text-wrap: nowrap
}
#index_scrollsidebar ul li .show0 a:hover {
	text-decoration: underline;
}
#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;
}
.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: #FF5E14;
	-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: #FF5E14;
	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: #FF5E14;
	/* background: #000; */
	position: fixed;
	width: 100%;
	bottom: 0;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	height: 50px;
	z-index: 1111;
}
.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:nth-child(even) {
	background: #FF9A9A;
}
.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: 30px;
	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
	}
}
#cont a,.language-flag span {
	text-transform: capitalize;
}
.change-empty {
	display: none;
}

/* .page_bar */
.page_bar {
	text-align: center;
	margin-top: 2%;
}
.page_bar span,
.page_bar a {
	min-width: 41px;
	height: 41px;
	border: 1px solid #C5C5C5;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #333333;
	display: inline-block;
	line-height: 41px;
	margin-right: 15px;
}
.page_bar a:last-child {
	margin-right: 0;
}
.page_bar span,
.page_bar a:hover {
	background: #FF5E14 !important;
	border: 1px solid #FF5E14 !important;
	color: #fff;
}
.page_bar .next,
.page_bar .prev {
	border-radius: 0;
	border: 0 !important;
	padding: 0 5px;
}
.search-product-detail .page_bar ul {
	display: flex;
	align-items: center;
}
.search-product-detail .page_bar ul li {
	margin-right: 20px;
}
.search-product-detail .page_bar ul li:last-child {
	margin-right: 0;
}

.proD_main_desc strong{font-weight: bold !important;}