/* ==========================================================================
	 全站Topbar
	 ========================================================================== */
.g-topbar {
	position: relative;
	min-width: 980px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #333;
}
.g-service {
	height: 30px;
	line-height: 30px;
	margin: 0;
	color: #fff;
}
.g-service span {
	display: inline-block;
	vertical-align: middle;
}
.g-service .tel {
	color: #999;
}
.g-topbar-nav {
	height: 30px;
	margin: 0;
}
.g-topbar-nav-link {
	margin: 0 5px;
	color: #fff;
}
.g-topbar-social {
	font-size: 18px;
	margin: 0 3px;
	cursor: pointer;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.g-topbar-social:hover {
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.g-topbar-social.weibo:hover {
	color: #e6162d;
}
.g-topbar-social.weixin:hover {
	color: #00c800;
}
.g-topbar-social-account {
	display: none;
	position: absolute;
	top: 30px;
	left: 201px;
	width: 200px;
	padding: 10px 0;
	line-height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 200;
	background: #ffffff;
	color: #666666;
	text-align: center;
}
.g-topbar-social-account::before {
	content: " ";
	position: absolute;
	top: -13px;
	border: 1px solid #ccc;
	width: 0;
	height: 0;
	border: 7px solid;
	border-color: transparent transparent #ffffff transparent;
}
.g-topbar-social-account.weibo::before {
	left: 38%;
}
.g-topbar-social-account.weixin::before {
	left: 53%;
}
/* ==========================================================================
	 全站Nav导航
	 ========================================================================== */
.g-header {
	position: relative;
	min-width: 980px;
	height: 63px;
	border-bottom: 1px solid #eef1f8;
	background: #fff;
}
.g-header-logo {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
}
.g-header-corp-logo {
	display: block;
	float: left;
	width: 197px;
	height: 60px;
}
.g-header-logo img, .g-header-corp-logo img {
	width: 100%;
	height: 100%;
}
/*.g-header-logo {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2.1_1x.png);
	background-image: -webkit-image-set(url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2.1_1x.png) 1x,url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2.1_2x.png) 2x);
	background-image: image-set(url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2.1_1x.png) 1x,url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2.1_2x.png) 2x);
	background-repeat: no-repeat;
}
.g-header-corp-logo {
	display: block;
	float: left;
	width: 197px;
	height: 60px;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2_corp_1x.png);
	background-image: -webkit-image-set(url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2_corp_1x.png) 1x,url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2_corp_2x.png) 2x);
	background-image: image-set(url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2_corp_1x.png) 1x,url(//s1.lantouzi.com/img/ltz_v3/common/ltz_logo_v3.2_corp_2x.png) 2x);
	background-repeat: no-repeat;
}*/
.g-header-nav {
	float: right;
	height: 63px;
}
.g-header-nav-link {
	display: inline-block;
	position: relative;
	height: 57px;
	line-height: 57px;	
	padding: 0 15px;
	margin:0 3px;
	border-top: 6px solid #fff;
	font-size: 16px;
	color: #5d626e;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.g-header-nav-link.on,
.g-header-nav-link:hover {
	color: #f25b4e;
	border-top: 6px solid #f25b4e;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
.g-header-nav-link.hot {
	background: url(https://s1.lantouzi.com/img/20179/6185ba1ede1cca6c410f689d57ce6107.png) no-repeat;
	background-size: 12px 19px;
	background-position: 81px 7px;
}
.g-header-nav-link.parent:hover {
	border-left: 1px solid #E6EDEF;
	border-right: 1px solid #E6EDEF;
}
.g-header-nav-link.sub {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 0;
	border-bottom: 1px solid #E6EDEF;
}
.g-header-nav-link.sub:last-child {
	border-bottom: none;
}
.g-header-nav-link.sub:hover {
	border-top: 0;
	color: #f25b4e;
}
.g-header-nav-parent {
	position: relative;
	cursor: pointer;
}
.g-header-link-sub {
	display: none;
	position: absolute;
	width: 99%;
	background: #fff;
	z-index: 500;
	left: 0;
	top: 57px;
	border: 1px solid #E6EDEF;
}
.g-header-nav .beta {
	display: block;
	position: absolute;
	width: 36px;
	height: 16px;
	line-height: 16px;
	border-radius: 5px;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: 38px;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	color: #fff;
	background: #f75f52;
}
.g-header-nav .stars_have_new {
	position: absolute;
	width: 18px;
	top: 10px;
	right: -7px;
}
/*全站header-clean*/
.header-clean {
	height: 64px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: solid 1px #e8e9eb;
	box-shadow: 0px 1px 0px #f1f2f4;
	margin-bottom: 20px;
}
.header-clean .sub-title {
	display: block;
	float: left;
	margin-top: 22px;
	padding-left: 15px;
	font-size: 16px;
	color: #5d626e;
	border-left: solid 1px #E1E4ED;
}
.header-clean .other-option {
	float: right;
	display: block;
	height: 25px;
	margin-top: 24px;
}
.header-clean .other-option .iconfont {
	position: relative;
	display: inline-block;
	top: -3px;
	width: 22px;
	font-size: 18px;
	vertical-align: top;
}