body{
	background-color: #f2f2f2;
}
header{
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #353535;
}
header a{
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
}
header a:last-child{
	margin-right: 0;
}
header a.sign{
	margin-right: 30px;
}
header b{
	font-size: 12px;
	margin-right: 20px;
}
.logo-search{
	height: 100px;

}
.logo-search .logo{
	margin-top: 27px;
}
.search{
	margin-left: 100px;
	margin-top: 27px;
}
.search-a a{
	width: 50px;
	height: 20px;
	display: block;
	background-color: #c8c7c7;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #505050;
	margin-left: 1px;
}
.search-a a:first-child{
	margin-left: 0;
}
.search-a a.hover{
	background-color: #f0040d;
	color: #fff;
}
.search-input .search-text{
	width: 323px;
	height: 30px;
	border: 2px solid #f0040d;
}
.search-input .search-btn{
	width: 56px;
	height: 34px;
	background-image: url('/public/front/images/index/search-btn.png');
	border: none;
}
.tel{
	margin-top: 52px;
	margin-left: 247px;
}
/* 导航start */
nav{
	height: 50px;
	background-color: #e62129;
}
.classification{
	height: 50px;
	text-align: center;
	line-height: 50px;
	width: 220px;
	position: relative;
	background: #000;
	z-index: 2
}
.classification-top{
	color: #fff;
	display: block;
	font-size: 16px;
	background-image: url('/public/front/images/index/sanxian.png');
	background-repeat: no-repeat;
	background-position: 59px 20px;
}
.drop-down{
	height: 400px;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.drop-down a{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 14px;
	color: #fff;
}
.nav{
	width: 980px;
}
.nav a{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0;   
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
}

.content{
	height: auto;
	background-color: #f2f2f2;
}
.content-left{
	-webkit-box-flex: 1.61 0 0;      
  -moz-box-flex: 1.61 0 0;         
  -webkit-flex: 1.61 0 0;         
  -ms-flex: 1.61 0 0;            
	flex: 1.61 0 0;  
}
.content-left a{ 
	display: block;
	height: 529px;
}
.content-right{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0;  
}

.login-box{
	box-sizing: border-box;
	border: 1px solid #dedede;
	margin-top: 63px;
	background-color: #fff;
	border-radius: 5px
}
.username{
	margin-top: 69px;
	margin-left: 65px;
	margin-right: 65px;
	height: 35px; 
	border: 1px solid #dedede;
	border-radius: 5px;
}
.usernameLabel{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0; 
	background-image: url('/public/front/images/login/user.png');
	background-repeat: no-repeat;
	background-color: #eeeeee;
	background-position: 10px 10px;
	border-right:1px solid #dedede ;
	text-align: center;

}
.usernameInput{
	-webkit-box-flex: 7 0 0;      
  -moz-box-flex: 7 0 0;         
  -webkit-flex: 7 0 0;         
  -ms-flex: 7 0 0;            
	flex: 7 0 0; 
	background: none;
	border: none;
}

.password{
	margin-top: 16px;
	margin-left: 65px;
	margin-right: 65px;
	height: 35px; 
	border: 1px solid #dedede;
	border-radius: 5px;
}
.passwordLabel{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0; 
	background-image: url('/public/front/images/login/password.png');
	background-repeat: no-repeat;
	background-color: #eeeeee;
	background-position: 10px 10px;
	border-right:1px solid #dedede ;
	text-align: center;

}
.codeInput{
	-webkit-box-flex: 4 0 0;
	-moz-box-flex: 4 0 0;
	-webkit-flex: 4 0 0;
	-ms-flex: 4 0 0;
	flex: 4 0 0;
	background: none;
	border: none;
}
.passwordInput{
	-webkit-box-flex: 7 0 0;
  -moz-box-flex: 7 0 0;
  -webkit-flex: 7 0 0;
  -ms-flex: 7 0 0;
	flex: 7 0 0;
	background: none;
	border: none;
}
.autoSign{
	margin-top: 35px;
	margin-left: 65px;
	line-height: 16px;
}
.auto{
	margin-top: 2px;
	margin-right: 5px;

}
.login-type{
	margin: 0 auto;
	width: 213px;
}
.login-type-but{
	float: left;
	cursor: pointer;
	padding: 20px;
}
.login-type-but-click{
	color:#e62129;
	border-bottom: 1px solid;
}

.code-btn{
	flex: 1 0 0;
	padding: 0px 16px;
	border: none;
	font-size: 12px;
	/*letter-spacing: 4px;*/
	/*color: #fff;*/
	/*background-color: #e62129;*/
	border-radius: 5px;
	cursor: pointer;
}

.Sign-btn{
	margin-top: 35px;
	padding: 15px 31px ;
	border: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 4px;	
	background-color: #e62129;
	border-radius: 5px;
	cursor: pointer;
}
.login-box>a{
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #1f4490;
	font-size: 14px;
}
.register{
	padding-top: 27px;
	padding-bottom: 48px;
	font-size: 14px;
}
.register a{
	color: #1f4490;
}



















footer{
	height: 442px;
	background-color: #dedede; 
}
.footer-friendship{
	padding-top: 20px;
}
.footer-friendship p{
	line-height: 29px;
	font-size: 16px;
	color: #666666;
}
.footer-friendship p a{
	margin-left: 10px;
}
.footer-friendship p span{
	font-weight: bold;
	margin-right: 33px;
}
.footer-img{
	background-color: #fff;
	margin-top: 25px;
}
.footer-img>div{
	height: 58px;
	border-bottom: 1px solid #e6e6e6;
}
.footer-img>div:last-child{
	border: none;
}
.footer-img>div a{
	-webkit-box-flex: 1 0 0;      
  -moz-box-flex: 1 0 0;         
  -webkit-flex: 1 0 0;         
  -ms-flex: 1 0 0;            
	flex: 1 0 0;
	display: block;
	margin-top: 14px;
	height: 29px;
	border-right: 1px solid #e6e6e6
}
.footer-img>div a:last-child{
	border: none;
}
.footer-qy>div{
	margin-left: 75px;
}
.footer-qy>div:first-child{
	margin-left: 0;
}
.footer-img>div a img{
	width: 100%;
}
.footer-qy{
	margin-top: 50px;
}
.footer-qy>div span{
	margin-right: 10px;
}
.footer-qy>div>div a{
	display: block;
	color: #000;
	margin-top: 20px;
}
.footer-qy>div>div a:first-child{
	margin-top: 0;
}