﻿.header {
	height: 45px;
	overflow: auto;
	display: flex;
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}

.banner {
	height: 210px !important;
}

.banner .banner-img {
	width: 100%;
	height: 100%;
}

.logo {
	display: flex;
	align-items: center;
	height: 100%;
}

.w_1200 {
	width: 100%;
	display: inline-block !important;
}

.logo img {
	width: 103px;
	height: 35px;
}

.top-common-box {
	width: 100%;
	min-width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.top-common {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.M-switch-lang {
	display: flex;
	position: absolute;
	right: 5px;
}

.icon-zhongwen {
	color: red;
}

.icon-yingwen {
	color: #222a62;
}

.switch-lang-icon {
	display: none;
	margin: 0 5px;
}

.iconfont.icon-jiantouxia {
	transition: 0.3s;
}

.custom-icon-jiantouxia {
	transform: rotate(180deg);
	transition: 0.3s;
}

.switch-lang-icon.switch-lang-icon-current {
	display: block;
}

.top-common-right ul {
	position: fixed;
	right: -120px;
	top: 36px;
	background: #fff;
	z-index: 9999;
	padding-top: 10px;
	transition: 0.3s;
}

.top-common-right ul li {
	float: none;
	padding: 0 18px;
	color: #656565;
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-bottom: 10px;
	border: none;
}

.top-common-right ul li .iconfont {
	margin-right: 6px;
}

.header-right {
	display: none !important;
}

.m_nav_type {
	display: block;
	position: absolute;
	padding-top: 12px;
	right: 14px;
}

.m_nav_type .custom-icon-nav {
	font-size: 20px;
	cursor: pointer;
}

.currentNav {
	height: 100%;
	transition: 0.3s;
}

.nav-wrap {
	background-color: #eeeeee;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0;
	top: 80px;
	z-index: 999;
}

.nav-wrap .nav-list li {
	float: none;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: left;
}

.nav-wrap .nav-list li>a {
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #000000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 20px;
	box-sizing: border-box;
}

#navId {
	display: none;
}

.nav-subitem-list .nav-subitem-item {
	width: 100%;
	height: 50px;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 20px;
}

/* 箭头 */
.nav-arrow {
	display: block;
	position: absolute;
	right: 12px;
	color: #fff;
	font-size: 24px;
}

.nav-arrow-current {
	transform: rotate(180deg);
}
.lan_title {
    padding: 15px 10px;
}
.lan_title .box{
	width: 100%;	
}
.lan_title .box .p1 {
    font-size: 18px;
}
.lan_title .box .p2 {
    font-size: 13px;
    color: #b0b0b0;
    text-transform: uppercase;
    margin-left: 5px;
}