*{
	margin: 0;
	padding: 0;
}
body{
	font-family:"Microsoft Yahei";
	font-size: 14px;
	color: #282828;
	/*background-color: #fbfbfb;*/
}
img{
	border: none !important;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
/*header头部开始*/
.header{
	width: 100%;
	height: 200px;
	background-image:url(../images/banner.jpg);
	background-position: 0% 0%;
	background-repeat:repeat-x;
	background-size: 100% 250%;
}
/*banner开始*/
.banner{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #a8cfe8;
}
.top{
	width: 1000px;
	height: 38px;
	margin: 0 auto;
}
.top .loginbar{
	height: 38px;
	margin-right: 0;
	/* margin-left: 100px; */
}
.loginbar li{
	list-style: none;
	float: left;
	width: 89px;
	height: 28px;
	margin-left: 10px;
	position: relative;
}
.loginbar .loginbar_four{
	width: auto;
	margin-left: 15px;	
}
#top_slh{
	padding: 0 6px 0 30px;
    background: url(/images/icon_slh.png) no-repeat 6px center;
    background-color: #dd0900;
    color: #fff;
    border-radius: 4px;
    height: 30px;
    margin-top: 4px;
    line-height: 30px;
}
.loginbar .blue{
	color: #006eb6;
	width: 46px;
}
.loginbar a{
	display: inline-block;
	width: 89px;
	height: 28px;
	background-color: #fff;
	line-height: 28px;
	border:1px solid #a8cfe8;
	border-radius: 4px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	position: absolute;
	top:4px;
}
.loginbar img{
	z-index: 50;
}
.loginbar .img1{			
	vertical-align:middle;
	margin: 0 6px;
}
.loginbar .img2{
	position: absolute;
	top: 38px;
	left: 2px;
	display: none;
}
.loginbar li:hover .img2{
	display: block;
}
/*banner结束*/
/*wrapper开始*/
.wrapper{
	width: 1000px;
	height: 151px;
	margin: 0 auto;
	position: relative;
}
.wrapper .logo{
	width: 113px;
	height: 97px;
	position: absolute;
	top:30px;
	left: 0;
}
.wrapper .logo img{
	margin-left: 15px;
}
.wrapper .logo p{
	font-size: 12px;
}
.wrapper .title{
	position: absolute;
	left: 134px;
	top: 53px;
}
.wrapper .title h1{
	font-size: 35px;
	color: #e20000;
}
.wrapper .title p{
	font-size: 14.5px;
	margin-top:5px;
	color: #e20000;
}
.wrapper .seach{
	position: absolute;
	top:75px;
	right: 0;
}
.wrapper .seach input{
	width: 300px;
	height: 42px;
	border:1px solid #a8cfe8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	padding-left: 10px;
	line-height: 42px;
}
.wrapper .seach img{
	position: absolute;
	top:10px;
	right: 15px;
}
/*wrapper结束*/
/*header头部结束*/

/*nav导航开始*/
.nav{
	width: 100%;
	height: 44px;
	background: #0788dc;
}
.wrapper1{
	width: 1000px;
	height: 44px;
	margin: 0 auto;
}
.wrapper1 li{
    list-style: none;
    float: left;
    height: 44px;
    margin-right: 68px;		
}
.wrapper1 .wrapper1_6{
	margin-right: 0;
}
.wrapper1 a{
	display: block;
    width: 80px;
    height: 44px;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 44px;
    padding: 0px 20px 0 50px;
    position: relative;
}
.wrapper1 .wrapper1_1 a{	
	display: block;	
	height: 34px;
	font-size: 20px;
	color: #0788dc;
	line-height: 34px;
	background: #a1d9ff;	
	padding-bottom: 10px;
	margin-top: 5px;
	font-weight: bold;
}
.wrapper1_1_wd a{
	width: 40px;
}
.wrapper1 .img_1{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 23px;
	top:12px;	
}
.wrapper1 .wrapper1_1 a .img_1{
	top:9px;
}
.wrapper1 .img_2{
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 23px;
	top:9px;		
}
.wrapper1 .wrapper1_1 a .img_2{
	top:9px;
}
.wrapper1 a:hover{
	height: 34px;
	color: #0788dc;
	line-height: 34px;
	background: #a1d9ff;	
	padding-bottom: 10px;
	margin-top: 5px;
	font-weight: bold;
}
.wrapper1 .wrapper1_1 a .img_2,
.wrapper1 a:hover .img_2{
	display: block;
}
.wrapper1 .wrapper1_1 a .img_1,
.wrapper1 a:hover .img_1{
	display: none;
}

.blue_line{
	clear: both;
	width: 100%;
	height: 10px;
	background-color: #a1d9ff;
	margin-top:1px;
}
/*nav导航结束*/
.wrapper_2{
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

/*尾部开始*/
.footer_wrapper_pf{
	position: fixed;
    bottom: 0;
}
.footer_wrapper{
/*	position: fixed;
    bottom: 0; */
    width: 100%;
}
.padding_top{
	padding-top: 20px;
}
.foot_hr{
	width: 100%;
	margin-bottom: 22px;
	height: 1px;
	background-color: #e8edf1;
	border: none;
}
.footer{
    width: 1000px;
    height: 400px; 
    padding-bottom: 20px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 25px;
    
    /*z-index: 500;*/

}
/*尾部左边开始*/
.footer .footer_left{
	width: 20%;
	height: 60px;
	float: left;
	margin-left: 25px;
	border-right: 1px solid #cccccc;
	margin-top:25px;
}
/*尾部左边结束*/
/*尾部中间开始*/
.footer .footer_cencer{
	width: 52%;
	height: 60px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}
.footer .footer_cencer a{
    color: #707070;
    text-decoration: none;
    padding: 0px 12px;
    margin: 0;
    border-right: 1px solid #707070;
}
.footer .footer_cencer a:hover{
	color: #0788dc;
}
.footer .footer_cencer a:first-child{
	padding-left: 0;
}
.footer .footer_cencer a:nth-child(7){
	border-right: none;
}
.footer .footer_cencer p{
	line-height: 24px;
	color: #5b5b5b;
	margin-top: 5px;
	font-size: 12px;
}
/*尾部中间结束*/
/*尾部右边开始*/
.footer .footer_right{
	width: 19%;
	float: left;
	margin-left: 30px;
}
.footer .footer_right img{
	margin-left: 6px;
	border:none;
	/*margin-top: -5px;*/
}
/*尾部右边结束*/
/*尾部结束*/
/*侧栏开始 */
.aside{
	position: fixed;
	right: 0;
	top:40%;
}
.aside div{
	width: 66px;
	height: 66px;
	background: #f2f2f2;
	margin-bottom: 2px;
	text-align: center;
	line-height: 90px;
}
.aside .aside_1{	
	height: 28px;
	background: #0788dc;
	line-height: 28px;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 0;
}
/*侧栏结束 */
/*底部小程序 */
#xiaochengxu{
    position: fixed;
    top:600px;
    left:0;
}
#xiaochengxu .wrapBox{
    position: relative;
}
#xiaochengxu .wrapBox .close{
    position:absolute;
    top:0;
    right: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ccc;
    font-weight: bold;
    cursor: pointer;

}
/*底部小程序结束 */