@charset "utf-8";
/*通用*/
body {
	font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
	color:#000;
    margin:0px;
    padding:0px;
}
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;}
/*整体布局*/
#footer,#header,#section{
	width: 100%;
}

/*头部*/
#header .top_box{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden ;
}
#header .top_box>div{
	display: inline-block;
}
div.box_langular ul{
	overflow: hidden;
	line-height: 84px;
}
div.box_langular ul li{
	float: right;
	margin-right: 8px;
}
div.box_langular ul li a{
	color: #666;
}
div.box_langular ul li:last-child a{
	color: #3399cc;
}
#header .top_nav{
	width: 100%;
	background: #3399cc;
}
#header .top_nav ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	background: #3399CC;
}
#header .top_nav ul li{
	width: 171px;
	float: left;
	text-align: center;
}
#header .top_nav ul li a{
	color: #fff;
	width: 100px;
	display: block;
	margin: 0 auto;
}
#header .top_nav ul li a:hover{
	background: #f9c134;
}
#header .top_nav ul li a.yellow{
	background: #f9c134;
}
/*尾部*/
#footer{
	background: #444;
}
#footer .footer_box{
	width: 1200px; 
	margin: 0 auto;
	overflow:hidden ;
	padding: 22px 0;
	background: #444;
}
#footer .footer_box>div{
	display: inline-block;
}
#footer .footer_box>div p{
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}
#footer .footer_box>div p.blue{
	font-size: 18px;
	color: #3399CC;
	font-weight: bold;
}
#footer .footer_box>div p.last_p{
	text-align: right;
}
#footer .footer_box>div ul{
	overflow: hidden;
}
#footer .footer_box>div ul li{
	float: right;
}
#footer .footer_box>div ul li a{
	display: block;
    color: #3399CC;
    padding: 0px 15px;
    border-left: 1px solid #3399cc;
}
#footer .footer_box>div ul li:last-child a{
	border-left: none;
}
#footer .footer_box>div ul li:first-child a{
	padding-right: 0px;
}


















































