*{
	margin:0;
	padding:0;
}
body{
	/* background: #1b2838 url(../imgs/body.jpg) no-repeat left 0 top 0 ;
	background-size:100%; */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#2D3949), to(#1B2838));
	color: #fff;
	font:12px "microsoft yahei",Arial,Helvetica,sans-serif;
}


ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	margin: 0px;
	padding:0px;
	border: none;
	list-style: none;
}
input{border:none;}
.lf{float: left;}
.rt{float: right;}
.clear{clear: both;}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	vertical-align:bottom;
}

/*header*/
#header{
	background:#171A21;
	/* background: url(../imgs/header-bg.png) repeat-x; */
	height: 202px;
}

#header_top{
	width: 1050px;
	height: 33px;
	background: #171A21;
	margin: 0 auto;
}
#header_top a{
	text-decoration: none;
	color: #808080;
	margin-right:5px;
}
#header_top a:hover{
	text-decoration: underline;
}
#header_top_nav>li{
	float: left;
	margin-right: 25px;
	line-height:33px;
}
#login_box{
	float:right;
	line-height:33px;
}
#header_top_icon{
	float:right;
	line-height:33px;
}
#header_top_icon>li{
	float: left;
	margin-right:5px;
}
#header_top_icon img{
	width: 16px;
	height: 16px;
	object-fit: contain;
}
#logo img{
	width: 184px;
	height: 69px;
	object-fit: contain;
}
#logo_banner img{
	width: 460px;
	height: 69px;
	object-fit: contain;
}
.page{
	position:relative; 
}
#page_items{
	display:none;
	width:100px;
	text-align:center;
    position:absolute;    
    left:-10px;
    top:32px;
    border:1px solid #000;
    border-top-width:2px;
    background-color:#000;
    box-shadow:0 0 10px #DDD;    
    z-index:30;
}
#page_items>li{
	border-bottom:1px solid #757171;
}
#logo_box{
	width:1050px;
	margin:0 auto;
	overflow:hidden;
}
#logo{
	width:350px;
	float:left;
	margin-top:8px;
}
#logo_banner{
	width:500px;
	float:right;
	margin-top:30px;
}
#nav{
	width:1050px;
	margin:0 auto;
	margin-top:7px;
}
#nav_list{
	float:left;
}
#nav li{
	display:block;
	float:left;
	margin-right:30px;
	line-height:48px;
}
#nav li a{
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#search{
	float:right;
	width:190px;
	height:35px;
	margin-top:5px;
	background-color:#1B2838;
	border-radius:5px;
}
#search .search_box{
	width:140px;
	height:25px;
	background-color:transparent;
	color:#808080;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	margin-left:5px;
}
#search .search_btn{
	height:25px;
	background-color:transparent;
	color:#808080;
}

#footer_box{
	margin-top: 40px;
	background: #171A21;
}
#footer_content{
	width: 1050px;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
	margin: 0 auto;
}
#footer_content>div{
	float: left;
	width: 25%;
	text-align: left;

}
#footer_content ul{
	margin-top: 20px;
}
#footer_content li{
	margin-bottom: 5px;
	list-style-image: url("../imgs/footer-bullet.png");
	list-style-position: inside;
}
#footer_content li>a{
	color:#888888;
}
#footer_content hr{
	width: 90%;
	margin-top: 10px;
	border-color: #323232;
}

