*{margin:0px;padding:0px;}
body{width:98%;font:14px arial;margin:0 auto;}
ul,li{list-style:none}
a{color:#048;text-decoration:none;font-family:"Microsoft YaHei","Times New Roman",Georgia,Serif;}
a:hover{color:#FF0000;}
.w50{width:50px;}
.w100{width:100px;}
.w200{width:200px;}
.w300{width:300px;}
.w400{width:400px;}
.w500{width:500px;}
.h50{height:50px;}
.h100{height:100px;}
.h200{height:200px;}
.h300{height:300px;}
.h400{height:400px;}
.h500{height:500px;}
.lh50{line-height:50px;}
.lh100{line-height:100px;}
.lh200{line-height:200px;}
.lh300{line-height:300px;}
.lh400{line-height:400px;}
.lh500{line-height:500px;}
.hui{color:#f3f3f3;}
.bhui{background:#f3f3f3;}
.red{color:red;}
.bred{background:red;}
.pred{color:#B22C31;}
.bpred{background:#B22C31;}
.yle{color:#FEF100;}
.byle{background:#FEF100;}
.gray{color:#999;}
.bgray{background:#999;}
.pink{color:#ed686e;}
.bpink{background:#ed686e;}
.pu{color:#b3a982;}
.bpu{background:#b3a982;}
.green{color:#78ad96}
.bgreen{background:#78ad96}
.purple{color:#b579c3}
.bpurple{background:#b579c3}
.org{color:#f59d56;}
.borg{background:#f59d56;}
.qblue{color:#709ed1;}
.bqblue{background:#709ed1;}
.white{color:#FFF;}
.bwhite{background:#FFF;}
.blue{color:#369;}
.bblue{background:#369;}
.margin10{margin:10px auto;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.font400{font-weight:400;}
.font700{font-weight:700;}
.pubar{display:inline-block;width:100px;height:40px;line-height:40px;text-align:center;background:#288FDE;color:#FFF;border-radius:4px;border:1px solid #288FDE;cursor:pointer;}
.pubar:hover{background:#59B0FF;border:1px solid #59B0FF;color:#FFF;}
.greypubar{display:inline-block;width:100px;height:40px;line-height:40px;text-align:center;background:#999;color:#FFF;border-radius:4px;border:1px solid #999;cursor:pointer;}
.greypubar:hover{background:#999;border:1px solid #999;color:#FFF;cursor:default;}

/*全局banner*/
.banner{width:100%;height:auto;overflow:hidden;}
.banner img{width:100%;height:100%;}

/*登录页*/
.web_layin{width:100%;height:auto;background:#edf7ff;}
.webl_logo{width:100%;height:auto;text-align:center;}
.webl_logo img{width:50%;}
.webl_box{width:100%;height:auto;}
.webl_box ul{width:100%;height:auto;margin:20px auto;border-radius:5px;}
.webl_box ul li{width:90%;height:70px;margin:5px 5%;overflow:hidden;}
.webl_box ul li span{display:inline-block;float:left;width:20%;height:70px;text-align:center;line-height:70px;}
.webl_box ul li input{float:left;width:75%;height:40px;border:1px solid #b2d0ea;margin:14px auto;padding-left:5px;}
.webl_box .pubar{width:80%;}

/*注册页面*/
.web_reg{width:100%;height:auto;background:#edf7ff;}
.webr_box{width:100%;height:auto;}
.webr_box ul{width:100%;height:auto;overflow:hidden;}
.webr_box ul li{width:100%;height:auto;line-height:30px;margin:15px auto;float:left;}
.webr_box ul li span{display:inline-block;width:10%;height:30px;line-height:30px;float:left;text-align:right;margin-right:10px;}
.webr_box .wreg_so{display:block;width:auto;height:30px;line-height:30px;color:red;float:left;margin-left:10px;font-size:12px;}
.webr_box .wreg_input{width:50%;height:30px;line-height:30px;float:left;border:1px solid #999;padding-left:3px;border-radius:3px;}
.webr_box .wreg_code{width:100px;height:30px;line-height:30px;float:left;border:1px solid #999;padding-left:3px;border-radius:3px;}
.webr_box .wreg_getcode{display:inline-block;width:auto;height:30px;line-height:30px;margin-left:10px;float:left;cursor:pointer;}





/*脚部*/
.copyright{width:100%;height:50px;line-height:25px;text-align:center;border-top:1px solid #b2d0ea;margin-top:30px;}