@charset "utf-8";
/* CSS Document */

/*公共定义*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0;}
body{ background:#ffffff}
img { border: 0 none; vertical-align: top; }
ul, li{ list-style-type: none; }
body, input, select, button, textarea {color:#484848; font-family:Arial, Helvetica, sans-serif,宋体;font-size:12px;}
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }

a, a:link {color:#333;text-decoration:none;}
a:visited {color:#333;}
a:active,a:hover { text-decoration: underline; color:#0066cc}
a:focus { outline: none; }

.font_red{color:#f00}
.font_green{color:#390}
.font_blue{color:#125cb5}

a.link_blue, a.link_blue:link {color:#125cb5;text-decoration:none;}
a.link_blue:visited {color:#125cb5;}
a.link_blue:active,a.link_blue:hover { text-decoration: underline; color:#125cb5}
a.link_blue:focus { outline: none; }


h3{font-size:14px; margin:20px 0 0 15px; padding-bottom:10px;}
.clear { diplay: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }

.login_warpper{width:980px; margin:20px auto}
.login_banner{background:url(../images/login_bg.jpg) #f1f1f1 top center no-repeat; margin-top:15px;}
.login_bg{width:980px; height:338px; background:}
.login_form{width:340px; height:180px; float:right; margin-top:80px}
.login_form input{border:1px solid #fff; font-weight:bold; font-size:16px; font-family:Arial, Helvetica, sans-serif;height: 30px; line-height:30px; width:255px; margin:8px 0 14px 60px;}
.login_form a.btn_summit{width:316px; height:47px; display:block; background:url(../images/btn_login.png) 0 0; margin-left:10px;}
.login_form a.btn_summit:hover{ background:url(../images/btn_login.png) 0 -47px}
.login_footer{ margin-top:50px; text-align:center; color:#999}