/*!
 * 头部 - header - v2.0.0 
 */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 63px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(87, 71, 81, .2);
	box-shadow: 0 2px 4px 0 rgba(87, 71, 81, .2);
	background-color: #fff;
	z-index: 601
}

.header .header_logo {
	float: left;
}

.header .header_logo .img_logo {
	margin-top: 5px;
	margin-right: 5px;
	height: 50px;
}

.header .header_main {
	height: 100%;
	margin: 0 auto
}

.header .h_logo {
	float: left;
	width: 260px;
	margin-top: 18px;
	font-size: 16px;
}

.header .h_logo a {
	display: block;
	width: 260px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	color: #f40;
}

.header .h_nav {
	float: left;
	margin-left: 20px
}

.header .h_nav_item {
	position: relative;
	float: left;
	padding: 0 17px
}

.header .h_nav_item .name {
	position: relative;
	line-height: 63px;
	font-size: 16px;
	color: #333;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.header .h_nav_item .name:hover {
	color: #fdbc03;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.header .h_nav_item .name:hover .point_in {
	width: 100%
}

.header .h_nav_item .point {
	position: absolute;
	left: 50%;
	bottom: -14px;
	display: block;
	width: 30px;
	height: 4px;
	margin: 0 0 0 -15px
}

.header .h_nav_item .point_in {
	display: block;
	width: 0;
	height: 100%;
	margin: 0 auto;
	border-radius: 2px;
	background: #fdbc03;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	cursor: default
}

.header .h_nav_item.active .name {
	color: #fdbc03
}

.header .h_nav_item.active .name .point_in {
	width: 100%
}

.header .h_nav_item .banner_hot {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 10px;
	height: 12px;
}

/*首页搜索框*/
.header .h_search {
	float: left;
	margin-top: 3px;
}

.header .h_search_input {
	position: relative;
	width: 200px;
	height: 33px;
	margin: 13px 0 0 10px;
	background: #f2f2f2;
	border-radius: 3px
}

.h_search .h_search_input .input_text {
	width: 130px;
	height: 30px;
	margin: 0px 0 0 5px;
	border: none;
	background: #f2f2f2;
	font-size: 14px;
}

.header .h_search_input .h_search_btn {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 41px;
	height: 20px;
	border: none;
	margin-top: -10px;
	cursor: pointer
}

/*------------------注册登录---------*/
.header .h_login {
	position: relative;
	float: right;
	margin-top: 3px;
	margin-right: 50px;
}

.header .h_user_btns {
	float: right;
	margin: 15px 0 0 25px
}

.header .h_user_btns .h_user_btn {
	width: 80px;
	height: 32px;
	margin-right: 8px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	line-height: 32px;
	font-size: 14px;
	cursor: pointer
}

.header .h_user_btns .h_user_btn.login_btn {
	border-color: #e1e1e1;
	background: #fff;
	color: #7b7b7b
}

.header .h_user_btns .h_user_btn.register_btn {
	border-color: #fdbc03;
	background: #fdbc03;
	color: #fff
}

.header-after
{
	height: 60px;
}