/**所有样式文件开始要标注编码类型为：@charset "utf-8"**/
@charset "utf-8";


 p, ul{ list-style:none; padding:0px; margin:0px;}
		
		
        .logo_dl{ width:1040px; margin:20px auto; position:relative;}
		.dl_bg{ background:url(../images/dl_bg.png) #009fe8 no-repeat bottom center; height:560px; position:relative;}
		
		.dl_botm{ position:fixed; bottom:5px; text-align:center; left:0px; line-height:22px; width:100%; font-size:12px; color:#555; font-family:"微软雅黑"; text-align:center;}

		.wid1000px{ position:relative; width:1040px; margin:0 auto;}
		
		.login_box{ height:340px; width:240px; padding:20px 40px; background:rgba(255,255,255,0.8); border-radius:6px; position:absolute; top:80px; right:0px;}
		.login_box h2{ font-size:20px; color:#333; padding-bottom:6px;}
		
		.login_box ul li{ margin:16px 0; border-radius:6px; position:relative;}
		.login_box ul li input{ background-color:#fff;  font-family:微软雅黑; border:1px solid #fff; outline:none; border-radius:6px; width:204px; height:32px; font-size:14px; color:#333; text-indent:.5em;}
		
		.login_box ul li.yzm{ }
		.login_box ul li.yzm input{ width:120px;}
		
		.yzm_pic{ position:absolute; right:10px; top:0px;}
		
		.login_box ul li.yh{background:url(../images/zh_icon.png) #fff no-repeat 10px center;  background-size:17px 19px; border-radius:6px; padding-left:30px; width:204px;}
		.login_box ul li.active.yh{background:url(../images/zh_icon2.png) #fff no-repeat 10px center;  background-size:17px 19px;  }
		.login_box ul li.mm{background:url(../images/mm_icon.png) #fff no-repeat 10px center;  background-size:17px 19px; border-radius:6px; padding-left:30px; width:204px;}
		.login_box ul li.active.mm{background:url(../images/mm_icon2.png) #fff no-repeat 10px center;  background-size:17px 19px;  }
		
		
		
		
		
		a.login_btn{ background-color:#00a0e9; height:42px; line-height:42px; border-radius:6px; text-decoration:none; text-align:center; font-size:16px; color:#fff; display:block; margin-top:20px;}
		a.login_btn:hover{ background-color:#0090d2;}
		
		.fl_pic{ width:500px; padding-top:50px; background-size:40px 40px; border-bottom:1px solid #008ccc;}
		.fl_pic img{ width:500px;}