:root {
	--menu-active-color: #006fb9;
}

.main-header .header-navbar {
	width: 100%;
	position: absolute;
	z-index: 999;
}

.main-header .header-navbar .wrapper,
.header_con_box .wrapper,
.breadcrumb-box .wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

.main-header .header-navbar .wrapper {
	padding-top: 20px;
	font-size: 16px;
}

.main-header .header-navbar .navbar-box {
	display: flex;
}

.main-header .header-navbar .navbar-box i {
	font-size: 18px;
	margin-right: 6px;
}

.main-header .header-navbar .navbar-box .search-btn i {
	margin-right: 15px;
}

.main-header .header-navbar .navbar-box .left {
	flex: 1;
}

.main-header .header-navbar .navbar-box .right {
	display: flex;
}

.main-header .header-navbar .navbar-box .right .box {
	display: flex;
}

.main-header .nav-menu-box {
	margin-top: 40px;
	display: flex;
}

.main-header .nav-menu-box .logo {
	flex: 1;
}

.main-header .nav-menu-box .logo img {
	max-height: 35px;
}

.head_sousuos_active {
	overflow: hidden;
}

._header {
	width: 100%;
	position: relative;
	z-index: 999;
	color: #222222;
	font-size: 16px;
}

._header a {
	color: #222;
}

._header ul,
._header li {
	margin: 0;
}

._header .head_shousuos {
	cursor: pointer;
}

._header .search-box {
	position: absolute;
	top: 100%;
	left: -250px;
	display: flex;
	width: 300px;
	overflow: hidden;
	margin-top: -5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 21;
}

._header .search-box.active {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

._header .search-box input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 0;
	font-size: 16px;
}

._header .search-box button {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	background-color: #fff;
}

._header_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

._header_box {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.iconfenxiang_boxs {
	padding-right: 10px;
}

._head_top {
	display: flex;
	line-height: 40px;
}

._head_top .head_h1 {
	flex: 1;
	overflow: hidden;
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: inherit;
}

._head_top .icon_bx {
	display: flex;
	align-items: center;
	position: relative;
}

._head_top .icon_bx.iconfenxiang_boxs {
	align-self: center;
}

._head_top .head_i {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
._head_top .head_email {
	text-align: left;
	width: auto;
	margin-right: 10px;
}

._head_bottom {
	display: flex;
}

._header .logo {
	height: 60px;
	padding-right: 40px;
	min-width: 200px;
	line-height: 60px;
	font-size: 0;
}

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

._header .logo img {
	max-height: 35px;
	display: inline-block;
	vertical-align: middle;
}

._header nav {
	flex: 1;
	overflow: hidden;
	line-height: 60px;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	height: 60px;
	font-weight: bold;
}

._header .nav_box {
	overflow: hidden;
	line-height: 60px;
	position: relative;
	transition: .3s;
}

._header .nav {
	display: flex;
	white-space: nowrap;
}

._header .nav li {
	padding: 0 20px;
	border-color: inherit;
}

._header .nav li a {
	padding: 4px 0;
	display: inline;
	background: none;
	font-weight: normal;
	font-size: 17px;
}

._header .nav li.active>a {
	border-bottom: 2px solid var(--menu-active-color);
}

._header .nav_ul {
	display: none;
}

._header nav.add {
	padding-right: 20px;
	padding-left: 20px;
}

._header .nav_btns {
	position: absolute;
	top: 50%;
	height: 30px;
	width: 20px;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border-radius: 2px;
	user-select: none;
	display: none;
	color: #fff;
}

._header nav.add .nav_btns {
	display: block;
}
._header nav.add .nav_btns.bg-color {
	background-color: var(--menu-active-color);
}

._header .btn_l {
	left: 0;
}

._header .btn_r {
	right: 0;
}

._header .disabled {
	opacity: .5;
	cursor: no-drop;
}

._header .nav_button {
	outline: none;
	border: 0;
	width: 40px;
	height: 40px;
	padding: 10px;
	transition: all .45s;
	z-index: 99;
	display: block;
	background: 0;
	float: left;
	position: relative;
	z-index: 4;
	margin-top: 0px;
	cursor: pointer;
	display: none;
	color: inherit;
}

._header .nav_button_icon {
	position: absolute;
	width: 20px;
	height: 16px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

._header .nav_button_icon span {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	transition: all .15s;
	border-bottom: 2px solid;
}

._header .nav_button_icon span:nth-child(1) {
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

._header .nav_button_icon span:nth-child(2) {
	top: 0px;
	transform: translateZ(0) rotate(0) scaleX(1);
}

._header .nav_button_icon span:nth-child(3) {
	bottom: 0px;
	transform: translateZ(0) rotate(0) scaleX(1);
}

._header .head_lan_txt {
	font-size: 16px;
	padding-right: 20px;
	cursor: pointer;
}

.header_nav_li_box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fffdfb;
	box-shadow: 0 0 4px rgba(122, 122, 122, .8);
	display: none;
	border-radius: 2px;
	color: #666;
	white-space: nowrap;
}

.header_nav_li_box .nav_ul {
	padding: 4px 0;
	display: block;
}

.header_nav_li_box .nav_ul .nav_ul {
	display: none;
}

.header_nav_li_box li {
	position: relative;
}

.header_nav_li_box li.xia a {
	padding-right: 30px;
}

.header_nav_li_box li.xia .i_con {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}

.header_nav_li_box a {
	display: block;
	padding: 10px 14px;
	font-size: 16px;
}

.header_nav_li_box a.font-color,
.header_nav_li_box a:hover {
	background: #fff;
}

.header_nav_li_box .font-color-a a,
.header_nav_li_box a:hover {
	color: var(--menu-active-color) !important;
}

.header_nav_li_box ul,
.header_nav_li_box li {
	margin: 0;
}


._header .language_hover:hover ul {
	opacity: 1;
	visibility: visible;
}
._header .lang-container ul {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	overflow-y: auto;
	width: 430px;
    max-height: 80vh;
	position: absolute;
	right: 0;
	top:100%;
	z-index: 998;
	padding: 5px 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(122, 122, 122, .4);
}
._header .lang-container ul li {
	float: left;
	width:33%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	color: #222;
	box-sizing: border-box;
}
._header .lang-container ul li a {
	color: #222;
	font-size: 16px;
}
._header .lang-container ul li a img {
	vertical-align: middle;
	margin-right: 4px;
}

.header-inner-box ._header_box {
	position: static;
}

.inner-banner {
	position: relative;
}
.inner-banner img {
	width: 100%;
}

.ues-breadcrumb {margin-bottom:20px;padding-bottom: 10px;font-size: 15px!important;border-bottom: 1px solid #eee;}
.ues-breadcrumb a {color: #222!important;font-size: 15px!important;}
.layui-breadcrumb span[lay-separator] {color: #222!important;}
.layui-breadcrumb a:hover {color: #777!important;}

.banner-page-box {
	position: absolute;
	top:44%;
	bottom: 44%;
	width: 100%;
}
.banner-page-box .wrapper {
	text-align: center;
	padding: 0 10px;
}
.banner-page-box .big-title {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
}

.breadcrumb-box {padding-top: 20px;}

.m_iconfenxiang_boxs.iconfenxiang_boxs {
	display: none !important;
	padding: 0;
}

.m_iconfenxiang_boxs.iconfenxiang_boxs ul {
	overflow: auto;
}

@media (min-width:1026px) {
	._header_box {position: fixed;}
	._header {color: #fff;}
	._header a {color: #fff;}

	._header .nav_ul {
		display: none !important;
	}

	._header.head_fixed ._header_box {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: inherit;
		transition: .3s;
		z-index: 99;
	}
}
@media (max-width:1025px) {
	.head_nav_active {
		overflow: hidden;
	}

	.m_iconfenxiang_boxs.iconfenxiang_boxs {
		display: block !important;
	}

	.m_iconfenxiang_boxs.iconfenxiang_boxs[btn_show="0"] {
		display: none !important;
	}

	._header .head_lan_txt {
		display: none;
	}

	.header_nav_li_box {
		display: none !important;
	}

	body ._header {
		height: 60px;
		z-index: 999;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	._header_box {
		z-index: 999;
		position: fixed;
		background: inherit;
	}

	._head_top .head_h1 {
		display: none;
	}

	._head_top .head_i {
		height: 60px;
		line-height: 60px;
	}

	._head_bottom {
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		height: 60px;
		width: 100%;
		background: inherit;
		background-color: #fff;
	}

	._header_con {
		padding: 0 !important;
		height: 100%;
		position: relative;
		background: inherit;
	}

	._header .logo {
		width: 200px;
		padding: 0;
		margin: auto;
		text-align: center;
		line-height: 60px;
	}

	._header .logo img {
		margin: auto;
	}

	._header .nav_button {
		display: block;
	}

	body.head_nav_active ._header .nav_button_icon span:nth-child(1) {
		opacity: 0;
	}

	body.head_nav_active ._header .nav_button_icon span:nth-child(2) {
		transform: rotate(45deg) translate3d(5px, 5px, 0);
		top: 0
	}

	body.head_nav_active ._header .nav_button_icon span:nth-child(3) {
		transform: rotate(-45deg) translate3d(5px, -5px, 0);
		bottom: 0;
	}

	._header .nav_btns {
		display: none !important;
	}

	._header nav.add,
	._header nav {
		display: block;
		position: fixed;
		padding: 0;
		top: 61px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 998;
		background-color: inherit;
		transform-origin: 20px 0;
		transform: scale(0);
		overflow: hidden;
		transition: .3s;
		pointer-events: none;
		visibility: hidden;
		height: auto;
		font-weight: 500;
	}

	._header .nav {
		display: block;
		line-height: 1.4;
		font-size: 16px;
		white-space: initial;
	}

	._header .nav li {
		padding: 10px 20px;
		position: relative;
		padding: 0;
	}

	._header .nav li a {
		padding: 0;
		border: none;
		padding: 10px 20px;
		display: inline-block;
		margin-right: 40px;
	}

	._header .nav_ul {
		background: rgba(122, 122, 122, .06);
		margin-bottom: 10px;
	}

	._header .nav_box .nav_ul li {
		padding-left: 10px;
		padding-right: 10px;
	}

	._header .nav li .i_con {
		position: absolute;
		right: 12px;
		top: 10px;
		transition: .2s;
	}

	body.head_nav_active ._header nav {
		transform: scale(1);
		visibility: visible;
		pointer-events: initial;
		padding-bottom: 50px;
	}

	._header .nav_box {
		overflow: auto;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

	._header .nav li.draw_act>.i_con {
		transform: rotate(-180deg);
	}

	.header-slogan-box {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		background-color: transparent !important;
		z-index: 4;
	}

	._header .lang-container ul {
		right: 5px;
	}

	.banner-page-box {
		top: 24%;
    	bottom: 24%;
	}
	.banner-page-box .big-title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.breadcrumb-box .wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
}