#btn-menu-m, #btn-menu-m span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
#btn-menu-m{
	position: fixed;
	width: 30px;
	height: 40px;
	top: 16px;
	right: 15px;
	z-index: 10000;
	display: none;
}
#btn-menu-m .btn_wrap{display: flex; flex-wrap: wrap;}
#btn-menu-m .btn_wrap span {background:#fff; width: 7px; height: 7px; margin-right: 7px;}
#btn-menu-m .btn_wrap span:nth-of-type(2n){margin-right: 0;}
#btn-menu-m .btn_wrap span:nth-of-type(1) {margin-bottom: 7px; background: #25b948;}
#btn-menu-m .btn_wrap span:nth-of-type(2) {margin-bottom: 7px;}
#btn-menu-m.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
	width: 20px;
	height: 1px;
	background: #ddd;
}
#btn-menu-m.active span:nth-of-type(2) {
	transform: translateY(0) rotate(45deg);
	width: 20px;
	height: 1px;
	background: #ddd;
}
#btn-menu-m.active span:nth-of-type(3) {
	opacity: 0;
}
#btn-menu-m.active span:nth-of-type(4) {
	opacity: 0;
}

#header-wrap .hd_btn{position: absolute; right:15%; top:30px; padding: 10px 20px; margin: 0 20px; border: 1px solid #eee; border-radius: 5px; transition: 0.5s;;}
#header-wrap .hd_btn:hover{background: #fff; border: 1px solid #fff; transition: 0.5s;}
#header-wrap .hd_btn:hover a{color: #0e46a3;}
#header-wrap .hd_btn a{font-size: 16px; color: #eee; font-weight: 300;}

#header-wrap .lang{position: absolute; right: 0; top:30px;  margin: 0 20px; border: 1px solid #eee; border-radius: 5px; transition: 0.5s; display: flex; align-items: center; justify-content: space-between;}
#header-wrap .lang a:hover{background: #fff; transition: 0.5s; color: #0e46a3;}
#header-wrap .lang a{font-size: 16px; color: #eee; font-weight: 300; padding: 10px 20px; border-right: 1px solid #fff;}


#m-lnb-wrapper .m_hd_btn{font-size: 16px; padding: 10px; border: 1px solid #ddd; border-radius: 10px; margin-bottom: 10px; text-align: center;}
#m-lnb-wrapper .m_lang{margin: 0 20px; border: 1px solid #0e46a3; border-radius: 5px; transition: 0.5s; display: flex; margin: 0;}
#m-lnb-wrapper .m_lang a{font-size: 16px; color: #0e46a3; font-weight: 300; width: 50%; text-align: center;padding: 10px 20px; }
#m-lnb-wrapper .m_lang a:hover{background: #0e46a3; transition: 0.5s; color: #fff;}


.logo {
	height: 100%;
	margin-left: 20px;
	text-align: center;
	position: relative;
	float: left
}
.logo a {
	display: block;
	width: 325px;
	height: 100px;
	line-height: 100px;
	background-image: url(../images/logo.png);
	background-position: center left;
	/* background-size: 100%; */
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
   .logo a { width:240px}
}

#logo-line .contact {
	height: 100%;
	background-color: yellowgreen;
	float: right;
}
#logo-line .contact ul {
	overflow: hidden;
	height: 100%;
	width: 200px;
}
#logo-line .contact ul li {
	float: left;
	width: 50%;
	height: 100%;
}
#header-wrap {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100px;
	z-index: 9999;
}
.scrolled #header-wrap {
	background: #0e46a3;
	border-bottom: 0;
	z-index: 9999;
}
#header .lnb-line {
	height: 100%;
	position: absolute;
	right: 0;
	width: 70%;;
}
#header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
#header .lnb-line:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#lnb {
	float: left;
}
.lnb-line #menu-ctl {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
#lnb * {
	box-sizing: border-box;
}
#lnb > ul:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#lnb > ul > li {
	display: inline-block;
	padding: 0 40px;
	height: 100px;
	line-height: 100px;
	float: left;
	margin-left: -1px;
	transition: all 0.5s;
	white-space: nowrap;
}


@media screen and (max-width: 1400px) {
	#lnb > ul > li{padding: 0 15px;}
}

@media screen and (max-width: 960px) {
#header-wrap {
	height: 60px
}
#lnb > ul > li {
	height: 60px;
	line-height: 60px
}
.logo a {
	height: 60px;
	background-size: 75%;
}
.lnb-line #menu-ctl {
	display: block
}
/* #lnb > ul > li.hide {
	width: 10px;
	overflow: hidden;
	opacity: 0.5;
} */
#menu-ctl > a {
	display: none;
	width: 30px;
	line-height: 60px;
	background-color: #fff;
	font-size: 20px;
	text-align: center;
}
}
#lnb > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
}
#lnb > ul > li > a:hover {
	opacity: 1
}
#lnb > ul > li > ul {
	position: absolute;
	width: 100%;
	display: none;
	box-sizing: content-box;
	margin-left: -1px;
	z-index: 2;
}
#lnb > ul > li > ul ul {
	position: absolute;
	width: 100%;
	display: none;
	border: 1px solid #525252;
	box-sizing: content-box;
	margin-top: -1px;
	top: 0;
	left: 100%;
	margin-left: 0px;
}
#lnb > ul li.on > ul {
	position: absolute;
	display: block;
}
#lnb li {
	position: relative;
}
#lnb > ul > li li {
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0;
	text-align: center;
}
#lnb > ul > li li:first-child {
	border-top: 0
}
#lnb > ul > li li:nth-last-child(1) {
	height: 50px;
	line-height: 50px;
}
#lnb > ul > li li > a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 20px;
	color: rgba(0, 0, 0, .7);
	transition: 0.3s;
	font-size: 15px;
}
#lnb > ul > li li > a:hover {
	color: rgba(0, 0, 0, 1.0);
	font-weight: 500;
	transition: 0.3s;
}
#lnb > ul > li > ul {
	width: 200px;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
#lnb > ul > li > ul ul {
}
#lnb .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	display: none;
	right: -5px;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	z-index: 1;
}
#lnb ul ul .arrow {
	transform: rotate(-90deg);
}
#login-box, #login-box2 {
	text-align: center;
	margin: 20px 0 60px 0
}
#login-box3 {
	height: 50px;
	text-align: center;
	margin-bottom: 10px;
}
#login-box a, #login-box2 a, #login-box3 a {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#login-box2 {
	display: none;
}
#top-bg-wrapper {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #ddd;
}
#top-bg-wrapper .bg {
	width: 100%;
	height: 100%;
}
#container-box {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 1400px) {
	#header .lnb-line{width:65%;;}
	#header-wrap .hd_btn{right: 20%;}
}

@media screen and (max-width: 960px) {
	#header .lnb-line {
		display: none;
	}
	#btn-menu-m {
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {

#header-wrap {
	position: fixed;
	top: 0;
}
#header-wrap #logo-line {
	margin: 0;
}
#logo-line .logo {
	display: inline-block;
	float: none;
}
#logo-line .contact {
	display: none;
}

#top-bg-wrapper {
}
}
#m-lnb-wrapper {
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 1000;
	max-width: 400px;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 100px;
	padding-left: 2em;
	padding-right: 1em;
	transition: all 0.5s;
}
#m-lnb-wrapper.on {
	right: 0px;
}
#m-lnb > ul {
	font-size: 14px;
}
#m-lnb > ul li > a {
	color: #666;
}
#m-lnb > ul > li > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	font-size: 14px;
	text-align: center;
	transition: all 0.4s;
	color: #c2c2c2;
	cursor: pointer
}
#m-lnb > ul > li.on > span {
	transform: rotate(180deg);
}
#m-lnb > ul > li li > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	transition: all 0.4s;
	color: tomato;
	cursor: pointer
}
#m-lnb > ul > li li.on > span {
	transform: rotate(180deg);
}
#m-lnb > ul li {
	position: relative;
}
#m-lnb > ul > li > a {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	color: #121212;
}
#m-lnb > ul > li {
	line-height: 70px;
}
#m-lnb > ul > li:nth-last-child(1) {
	border-bottom: 0;
}
#m-lnb > ul > li ul {
	display: none;
	line-height: 40px;
}
#m-lnb > ul > li li {
	
}
#m-lnb > ul > li li li {
	border-top: 1px solid #959595;
	background-color: #777;
}
#m-lnb > ul > li li > a {
	display: inline-block;
	padding: 3px 15px 3px 30px;
	width: 100%
}
#m-lnb > ul > li li li > a {
	display: inline-block;
	padding: 0 10px 0 40px;
}
.select-nav {
	background-color: #fee;
	display: inline-block;
	float: left;
}
.select-nav:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.select-nav .select {
	float: left;
	width: 220px;
	height: 70px;
	position: relative;
	box-sizing: border-box;
	margin-left: -1px;
}
.select-nav .select:first-child {
	border: 0
}
.select-nav .select .down {
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	top: 20px;
	right: 5px;
	line-height: 25px;
	text-align: center;
	color: #ddd;
	font-size: 14px;
	transition: all 0.5s;
}
.select-nav .select.on .down {
	transform: rotate(180deg);
}
.select-nav .select.d1 {
	margin-left: 0;
}
.select-nav .select button {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 0;
	text-align: left;
	padding-left: 25px;
	outline: none;
	font-size: 15px;
	color: #121212;
}
.select-nav .select button .t1 {
	font-weight: 500
}
.select-nav .d3 button {
	font-weight: bold
}
.select-nav .select > ul {
	display: none;
	position: absolute;
	top: 101%;
	left: -1px;
	width: 100%;
	background-color: #fff;
	box-sizing: content-box;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
.select-nav .select ul li {
	min-height: 55px;
	line-height: 55px;
	padding-left: 25px;
}
.select-nav .select ul li a {
	color: #555;
	display: block;
	font-size: 14px
}
.select-nav .select ul li a:hover {
	color: #000
}
.select-nav .select ul ul {
	display: none;
}
.select-nav .select ul li li {
	border-top: 1px solid #ddd;
	border-bottom: 0;
}
.select-nav .select ul li:nth-last-child(1) {
	border-bottom: 0;
}
.select-nav-wrapper {
	position: relative;
	z-index: 3;
	max-width: 1400px;
	margin: 0px auto;
	background-color:#fff;

}
.select-nav-wrapper:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.select-nav-wrapper .home {
	width: 60px;
	height: 70px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	line-height: 65px;
	float: left;
}
.select-nav-wrapper .link {
	background-color: lightcoral;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	line-height: 50px;
	float: right;
}
.d2 .t2 {
	display: none;
}
@media screen and (max-width: 1120px) {
#login-box2 {
	display: inline-block;
}
}
@media screen and (max-width: 768px) {
.select-nav-wrapper .home {
	display: none;
}
.select-nav-wrapper .link {
	display: none;
}
.select-nav .select.d3 {
	display: none;
}
.select-nav {
	width: 100%;
}
.select-nav .select {
	width: 50%;
	border-right: 0
}
.select-nav .select ul ul {
	display: block;
}
.d2 .t2 {
	display: inline;
}
.d2 .t2 .fa {
	color: #555;
	font-weight: bold;
}
}
