/*页面初始化    #########################################################################################*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea, th,td,menu,nav,img{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑","Microsoft Yahei",arial,  helvetica, sans-serif;
}
html,body {
    height:100%;
    color: #333;

    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em{
    font-style: normal;
}
mark{
    background:none;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: none;
}
ins{
    text-decoration: none;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    text-align: left;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;

}
label, button {
    cursor: pointer;
}
body, form {
    position: relative;
    z-index: 0;
}
/*页面初始化 end#########################################################################################*/
/*公用样式      #########################################################################################*/
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;

}
.hide {
    display: none;
}
.img_box{
    display: block;
    overflow: hidden;
}
.img_box img{
    display: block;
    width: 100%;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    *z-index: 0;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.error_tips{
    display: none;
    color: #D22222;
    padding-left:20px;
    background: url(../images/error_ico.png) no-repeat left center;
}
/*表单样式*/
input,textarea,select,input:focus,textarea:focus,select:focus,a:focus{
    outline: none;
}
input[type=button]{
    border: none;
    outline: none;
}
input[type=button]:active{
    border: none;
}
.select_box{
    display: inline-block;
    position: relative;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #ddd;
    padding-right: 15px;
    width: 150px;
    vertical-align: middle;
}
.select_box i,.select_box:after{
    content: "";
    border: 5px solid #fff;
    border-top: 5px solid #ddd;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
}
.select_box{
    after:"after";
}
.select_box select{
    display: block;
    height: 35px;
    line-height: 35px;
    width: 175px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    width: 100%;
}
/*按钮样式*/
.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
}
/*字体颜色*/
.color_gray{
    color: #999;
}
.color_red{
    color: #D22222;
}
/*字号，字形*/
.font_small{
    font-size: 12px;
}
.font_big{
    font-size: 16px;
}
.font_blod{
    font-weight: bold;
}

/*对齐*/
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}

/*公用样式    end########################################################################################*/
/*页眉########################################################################################*/
#page_top{ background-color: #222; font-size: 13px; height: 30px; line-height: 30px;}
.top-nav { float: left; margin-left: 10px; overflow: hidden; height: 30px;}
.top-nav li { float: left;}
.top-nav li a { display: inline-block; color: #ccc; padding: 0 8px;}
.login-info { float: right; margin-right: 40px;}
.login-info a { display: inline-block; color: #fff; padding: 0 8px;}
.top a:hover { color: #CCC; text-decoration: none; background-color: #6F6F6F;}

/*页眉    end########################################################################################*/

/*页头    end########################################################################################*/

/*页头   end########################################################################################*/

/*页身    end########################################################################################*/

/*页身   end########################################################################################*/
/*页尾    end########################################################################################*/
#page_footer{
    padding: 30px 0;
    text-align: center;
    line-height: 25px;
    color: #999;
    background: #333333;
    position: relative;

}
#page_footer li{
    display: inline;
    padding:0 3px;
    line-height: 12px;
    overflow: hidden;

}
#page_footer li:after{
    content: "|";
    padding-left: 8px;
}
#page_footer li:last-of-type:after{
    content: "";
}
#page_footer a{
    color: #999;
}
#page_footer a:hover{
    color: #fff;
    text-decoration: underline;
}
#page_footer img{
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 auto 0 320px;
}

/*页尾   end########################################################################################*/