@charset "utf-8";
/* CSS Document */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, address, cite, del, em, img, q, u, i, dl, dt, dd, ol, ul, li, form,
label, table, tr, th, td,caption, tbody, tfoot, thead, article, aside, details, summary, figure, figcaption, footer, header, menu, nav,
section, audio, input, select, textarea {margin:0;padding:0;border:0;}
header,footer,nav,section,menu,article,aside { display:block;}

body { font-family: '微软雅黑'; color:#666; margin: 0 auto; cursor:default; word-break:break-all;  white-space:normal; -webkit-tap-highlight-color:rgba(255,255,255,0);}
body{font-size:26px;FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eaf7fe,endColorStr=#dbf0fa); /*IE 6 7 8*/ 
background: -ms-linear-gradient(top, #eaf7fe,  #dbf0fa);        /* IE 10 */
background:-moz-linear-gradient(top,#eaf7fe,#dbf0fa);/*火狐*/ 
background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#eaf7fe), to(#dbf0fa));/*谷歌*/ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaf7fe), to(#dbf0fa));      /* Safari 4-5, Chrome 1-9*/
background: -webkit-linear-gradient(top, #eaf7fe, #dbf0fa);   /*Safari5.1 Chrome 10+*/
background: -o-linear-gradient(top, #eaf7fe, #dbf0fa);  /*Opera 11.10+*/}
.clearfix { zoom:1;}
.clear{ clear: both;}
ul{ list-style: none;}
.p-r{position:relative;}
a{text-decoration:none;}
/*iphone上的Safari解析input[typw="submit"]和input[type="submit"]按钮会以苹果浏览器默认的UI进行渲染，解决发放如下*/
input,input[type="button"],input[type="submit"]，input[type="reset"]{-webkit-appearance:none;} 

table { border-collapse: collapse; border-spacing: 0; }
a:link {color:#33475F;font-weight:normal;text-decoration:none;}/* 未被访问的链接 */
a:visited {color:#666;font-weight:normal;text-decoration:none;}/* 已被访问的链接 */
a:hover {color:#33475F;font-weight:normal;text-decoration:none;}/* 鼠标指针移动到链接上 */
a:active {color:#33475F;font-weight:normal;text-decoration:none;}/* 正在被点击的链接 */


.green{ color:#0C0}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;}
textarea {-webkit-appearance: none; font-family:"微软雅黑"} 
/* 样式浮动 */
.floatleft { float:left;}
.floatright { float:right;}
.clear { clear: both; }
/* 文本对齐方式 */
.aligncenter { text-align:center;}
.alignleft { text-align:left;}
.alignright { text-align:right;}
.red{ color:#f96268}

/* 用户登录 */
.login_box{ width:720px; height:300px;*+height:300px;  margin:20px 0 10px -10px;*+margin:20px 0 10px 20px;border:1px solid #dbe6ea; padding:10px;-webkit-box-shadow: #cbdde6 0px 0px 10px;
-moz-box-shadow: #cbdde6 0px 0px 10px;
box-shadow: #cbdde6 0px 0px 10px;background: #f7fbff;}
.login_box .pic{ width:380px; text-align:center; padding-top:60px;float:left}
.login_box .box{ width:280px; float:left; padding-top:20px; padding-left:20px;}
.login_box .box h2{font: bold 16px/50px "微软雅黑";color:#0192cf; text-align:center}
.login_input{ width:240px; height:40px; background:url(../images/login_input.png) no-repeat left top; border:none; padding-left:40px; line-height:40px;}
.login_input:hover{background:url(../images/login_input_on.png) no-repeat left top; border:none;line-height:40px;}
.login_input_tips{width:240px; height:40px; background:url(../images/login_input_tips.png) no-repeat left top; border:none;line-height:40px;}
.login_tips{ background:url(../images/login_tips.png) no-repeat left 3px; font:12px/24px "微软雅黑"; color: #9fa0a2; padding-left:20px;}
.login_btn{ width:280px; height:40px; background:url(../images/login_btn.gif) no-repeat left top; border:none; cursor:pointer }
.login_btn:hover{ width:280px; height:40px; background:url(../images/login_btn_on.gif) no-repeat left top; border:none; }