header {
  width: 100%;
  min-width: 1100px;
  margin: auto;
  /*overflow: hidden;*/ 
  background: #b91e1e;
  
}

.header-box{
	width: 1200px;
	margin: auto;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.logo-box{
	padding-top:7px; 

}
.login-regist{
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	background: url(../images/user_icon.png) no-repeat left center;
}
.login,.user-name{
	
	margin-right: 15px;
}
.login:hover,.regist:hover,.login-out:hover {
	opacity: 0.8;
}

.login:after,.user-name:after{
	content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    margin-left: 15px;
    position: relative;
    top: 3px;
}
.login-out{
	margin-left: 15px;
}
.login-out:before{
	content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    margin-left: 15px;
    position: relative;
    top: 3px;
    left: -15px;
}
nav{
	width: 100%;
	min-width: 1100px;
	margin: auto;
	height: 102px;
	background: #f5f5f5;
}
.nav-box{
	width: 1200px;
	margin: auto;
	
}
.nav{
	height: 102px;
	
}
.nav>li{
	float: left;
	width: 115px;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-right: 20px;
	position: relative;
	padding-top: 40px;
}

.nav-box .nav .drop-down>a:hover{
	padding: 8px 30px 8px 15px;
	background: url(../images/nav_icon_active.png) no-repeat 88px center;
	background-color: #ee3b3b;
}
.sub-nav-index{
	width: 130px;
	position: absolute;
	background: #fff;
	border-top: 2px solid #ee3b3b;
	top: 102px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	z-index: 99999;
	display: none;
	
}
.sub-nav-index .active{
	background-color: #ee3b3b;
	color: #fff;
}
.sub-nav-index>a:hover{
	background: #ee3b3b;
	color: #fff;
}
.sub-nav-index>a{
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #444444;
	font-size: 16px;
	text-indent: -26px;
}
.sub-nav-index .other{
	text-indent: -12px;
}
.nav .active>a{
	color: #fff;
	background-color: #ee3b3b;
	padding: 8px 15px;
	border-radius: 3px;
}
.nav .drop-down>a{
	
	border-radius: 3px;
	padding: 8px 30px 8px 15px;
	background: url(../images/nav_icon.png) no-repeat 88px center;
	
}
.nav .drop-down-active>a{
	color: #fff;
	background: url(../images/nav_icon_active.png) no-repeat 88px center;
	background-color: #ee3b3b;
}
.nav>li>a:hover{
	color: #fff;
	background-color: #ee3b3b;
	padding: 8px 15px;
	border-radius: 3px;
}

.nav-box>.enter-btn{
	float: right;
	display: inline-block;
	width: 100px;
	height: 80px;
	background: #ee3b3b;
	color: #fefefe;
	font-size: 16px;
	margin-top: 22px;
	text-align: center;
	line-height: 70px;

}
.nav-box>.enter-btn:hover{
	background: #d52121;
}