﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, a, em, img, strong, dl, dt, dd, ol, ul, li, form, table, tbody, tr, th, td {margin:0;padding:0;outline:0;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
body{font-family:Arial,宋体;font-size:12px;color:#333;padding-top:20px;}
li{list-style:none;}
img{border:0}
a{outline:none;cursor:pointer;color:#666;}
a:link{outline:none;text-decoration:none;}
a, a:link,a:visited{text-decoration:none;}
a:active {star:expression(this.onFocus=this.blur());}
a:hover{color:#f90;}
.clear{clear:both}

/*----------------------login---------------------*/
.body_bg{background:url(../images/body_bg.jpg) no-repeat top center;width:100%;overflow:hidden;}

#header{height:70px;background-color:white;}
#header .header_con{width:930px;margin:0 auto;}
#header .logo{float:left;margin-top:15px;}
#header .logo img{width:124px;height:35px;;}
#header .title{float:left;line-height:28px;margin-top:20px;margin-left:20px;padding-left:12px;border-left:1px solid #d2d2d2;}
#header .title p{font-size:18px;font-weight:bold; font-family:微软雅黑;color:#666;}
#header .nav{float:right;margin-top:25px;}
#header .nav li{float:left;margin-left:20px;}

#content{width:930px;margin:0 auto;position:relative;top:70px;}

#content .pic{float:left;position:absolute;left:-90px;width:672px;height:385px;background:url(../images/content_bg.png) no-repeat;}
#content .box{float:right;width:310px;height:310px;padding:35px 25px 25px 25px;background:url(../images/box_bg.png) no-repeat;}

#content .box s.text_s{float:left;width:16px;height:16px;margin-right:5px;margin-left:10px;margin-top:14px;}
#content .box input.input_text{float:left;width:218px;height:30px;padding:5px;margin-top:7px;font-size:14px;color:#666666;border:0;background:0;}
#content .box .title{margin-bottom:12px;}
#content .box .title b{float:left;color:#999;margin-left:3px;}
#content .box .title p{float:right;color:#666;}
#content .box .title p a{color:#0e9dbe;}
#content .box .title p a:hover{color:#f60;}
#content .box .username{margin-bottom:15px;width:310px;height:44px;background: url(../images/login_page_text.png) no-repeat;}
#content .box .username s{background: url(../images/username_ico.png) no-repeat;}
#content .box .Password{margin-bottom:15px;width:310px;height:44px;background: url(../images/login_page_text.png) no-repeat;}
#content .box .Password s{background: url(../images/password_ico.png) no-repeat;}
#content .box .checkbox{margin-bottom:15px;margin-left:2px;line-height:18px;color:#666;}
#content .box .checkbox input{margin-top:3px;vertical-align:top;}
#content .box .checkbox span{color:#999;}

#content .box .submit1{float:left;width:118px;height:36px;background:url(../images/submit1.png) no-repeat;border:0;cursor:pointer;color:white;font-weight:bold;font-size:14px;}
#content .box .submit2{float:right;width:118px;height:36px;background:url(../images/submit2.png) no-repeat;border:0;cursor:pointer;color:#666;font-weight:bold;font-size:14px;}
#footer{width:100%;padding-top:30px;background-color:white;margin-top:200px;}
#footer p{}



