@charset "utf-8";
body{
    color: #464646;
	font-size: 12px;
	font-family: Arial,"微软雅黑";
}
a{color: #464646;text-decoration: none;}
h1,h2,h3,h4,h5{
	margin:0;
}
em,i{font-style: normal;}
img{max-width: 100%;}
input,textarea{outline: none;font-family: Arial,"微软雅黑"; color:#464646;}
::-webkit-input-placeholder { color:#464646;font-family: Arial,"微软雅黑";  }
input:-moz-placeholder { color: #464646;font-family: Arial,"微软雅黑";} 
.f-l{
   float: left;
}
.f-r{
   float: right;
}
.mg-auto{
  display: block;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.warp{
   width: 1004px;
   margin: 0 auto;
   position: relative;
   z-index: 0;
}
/**
header
**/
#header{
	padding:25px 0 10px;
	overflow: hidden;
}
.logo-box{
	float: left;
	width: 615px;
}
.logo{
	width: 345px;
	height: 45px;
	float: left;
}
.logo-box span{
	display: block;
	width: 245px;
	height: 45px;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(../images/bg_logo.png) no-repeat center left;
	line-height: 45px;
	color: #212d51;
	font-size: 13px;
}
.lang{
	float: right;
	width: 360px;
	height: 45px;
	line-height:45px;
	color: #363636;
	text-align: right;
	font-size: 13px;
	font-family: Verdana,"微软雅黑";
}
.lang a{
	font-family: Arial,"宋体";
	font-size: 12px;
	margin-right:5px;
}
.lang a img{
	margin-right: 5px;
}
/**banner**/
#banner{
    position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 0;
	
}
#banner  li{
	float: left;
}
#banner  li img{
	width: 100%;
}
#nav{
	height:40px;
	margin-bottom: 4px;
	border-bottom: 1px solid #9e9e9e;
}
#nav ul li{
	width: 124px;
	height:40px;
	float: left;
	text-align: center;
	color: #262626;
	font-size: 14px;
	border-right: 1px solid #9e9e9e; 
}
#nav ul li a{
	display:block;
	height: 39px;	
	line-height: 39px;	
}
#nav ul li:first-child{
	border-left: 1px solid #9e9e9e; 
}
#nav ul li a:hover,#nav ul li a.curr{
    font-weight: bold;
	color: #35477a;
	border-bottom: 2px solid #324375; 
}
#roll-slogan{
	background: #f1f1f1;
	height: 40px;
	overflow: hidden;
}
.rs-list li{
   position: relative;
   width: 334px;
   height: 40px;
   line-height: 40px;
   color: #a22112;
   font-size: 14px;
   font-weight: bold;
}
#footer{
    height: 60px;
	padding: 30px 0 20px;
	overflow: hidden;
	font-family: Arial,"宋体";
	color: #fff;
	line-height: 30px;
    background: #324375;
}
#footer a{
	color: #fff;
}
#footer a.top{
	position: absolute;
	right: 0;
	top: 15px;
}