    .close{
    	cursor:pointer;
    }
.header{
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 2px solid #e5e6e7;
}
.header .login{
	height: 46px;
	line-height: 46px;
	font-size:14px;
	color: #656565;
	margin-right: 80px;
}
.header .login>a,.header .login>span{
	margin-left: 12px;
}
.header .tab{
	height: 38px;
	padding-bottom: 40px;
	
}
.header .tab .logo{
	display: block;
	width: 217px;
	height: 36px;
	margin-left: 110px;
}
.header .tab .logo img{
	display: block;
}
.header .tab .address{
	margin-top: 20px;
	margin-left: 20px;
}
.header .tab .address a{
	display: block;
	margin-left: 7px;
	font-size: 12px;
	float: left;
	color: #656565;
}
.header .tab .list{
	height: 38px;
	margin-left:20px;
}
.header .tab .list li{
	line-height: 38px;
	font-size: 16px;
	color: #656565;
	float: left;
	margin-left: 24px;
}
.header .tab .list li.on a{
	/*color: #cf0d28;*/
	font-weight: bold;
}
.header .tab .list li a{
	display: block;
}
.header .tab .search{
	width: 213px;
	height: 31px;
	margin-top: 2px;
	display: block;
	padding-left: 12px;
	border: 1px solid #dedede;	
	position: relative;
}
.header .tab .search input{
	width: 100%;
	display: block;
	height: 100%;
	border: none
}
.header .tab .search .search_btn{
	width: 15px;
	height: 14px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.header .banner{
	height: 90px;
	padding-top: 14px;
	padding-bottom: 12px;
}
.header .banner .img1{
	width: 728px;
}
.header .banner .img2{
	width: 460px;

}
.header .banner img{
	display: block;
}
