/*页面初始化    #########################################################################################*/
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;
    -webkit-overflow-scrolling : touch;
    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;
    cursor: pointer;
}
label, button {
    cursor: pointer;
}
body, form {
    position: relative;
    z-index: 0;
}
/*页眉########################################################################################*/
#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;}
/*公用样式      #########################################################################################*/
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.clear_both{
    clear: both;
}
.hide {
    display: none;
}
.img_box{
    display: block;
    overflow: hidden;
}
.img_box img{
    display: block;
    width: 100%;
}
.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;
}
ins{
    color: #d22222;
}

.mb10 {
    margin-bottom: 10px;
}


.flex{
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex_pack_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_space_between{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_last_end{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.mr20{
    margin-right: 20px;
}
.ml20{
    margin-left: 20px;
}
.mt20{
    margin-top: 20px
}

.mb{
    margin-bottom: 15px;
}
.mb100{
    margin-bottom: 100px;
}
.wh{
    width: 100%;
}
.pi_re{
    position: relative
}

#top-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55;
}
#top-box {
    height: 30px;
}

#top-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55;
}
.tc{
    text-align: center;
}

