@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0;	vertical-align:middle; }
table {  border-collapse:collapse;  border-spacing: 0;}
.clearfix:before,.clearfix:after {  content:"";  display:table;  }
.clearfix:after{clear:both;}
.clearfix{  *zoom:1;/*IE/7/6*/  }
a { text-decoration:none; }
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
.fl {
    float:left
}
.fr {
    float:right
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.show {
    display: block;
}
.hide {
    display: none;
}
.col-red{
    color: #9d2124;
}
.col-gold {
    color: #ccad52;
}
.col-666{
    color: #666;
}
.col-999 {
    color: #999;
}

/*头部*/
a {color:#666; text-decoration:none; }
body {
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}
.header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 8vh;
    line-height: 8vh;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    z-index: 99;
}
.header img{
    float: left;
    width: 17vh;
    margin-top: 5vw;
    margin-left: 3vw;
}
.header .nav{
    float: right;
    padding-top: 1vw;
}
.nav a{
    font-size: 4.6vw;
    padding: 0 1vw;
    margin: 0 1vw;
    cursor: pointer;
}
.nav .active{
    color: #ce1312;
}
.nav .line{
    display: inline-block;
    width: .5vw;
    height: 4vw;
    background: #666;
}
/*尾部*/
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    color: #666;
    background: #fff;
    padding: 1.2vw 0;
}
