body,html{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei";
}
input,button,select,textarea{
    font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; 
}
dl,dt,dd,ul,li,ol,h1,h2,h3,p{
    padding: 0;
    margin: 0;
}
ul,li,ol{
    list-style: none;
}
img{
    vertical-align: top !important;
    display: inline-block;
}
.clear{
    clear: both;
}
a{
    color: #666;
    text-decoration: none;
}
a:hover{
    color: #ee6d1c;
    transition: 0.2s ease color;
}
.center{
    position: relative; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);
}
.head-box{
    width: 6.9rem;
    height: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    box-shadow:0 0 0.1rem rgba(0,0,0,.2);
    padding: 0 0.3rem;
}
.head-box .logo{
    width: 6.9rem;
    height: 1rem;
    position: relative;
}
.head-box .logo img{
    max-height: 0.8rem;
}
.menu{
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    right: 0;
    top: 0.15rem;
    text-align: center;
}
.menu img{
    width: 0.5rem;
    height: 0.5rem;
}
.menu-box{
    width: 6.9rem;
    height: auto;
    padding: 0.3rem;
    background: #f5f5f5;
    position: fixed;
    top: 1rem;
    left: 0;
    z-index: 98;
    font-size: 0.28rem;
    display: none;
}
.menu-box ul li{
    width: 5.9rem;
    height: 0.8rem;
    line-height: 0.8rem;
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom:solid 0.02rem #ddd;
    position: relative;
}
.menu-box ul li.nav a{
    color: #337ab7;
}
.menu-box ul li>a{
    display: block;
    width: 100%;
    height: 0.8rem;
    color: #444;
}
.menu-box ul li img{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0;
    top: 50%;
}
.menu-sub{
    width: 5.9rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.2rem;
    border-bottom:solid 0.02rem #ddd;
    display: none;
}
.menu-sub a{
    display: inline-block;
    font-size: 0.26rem;
    padding-right: 0.2rem;
    line-height: 0.5rem;
    color: #666;
}
.head-white{
    width: 100%;
    height: 1.0rem;
}
.bottom-box{
    width: 6.9rem;
    height: auto;
    padding: 0.3rem;
    overflow: hidden;
    background: #323232;
    font-size: 0.28rem;
}
.bottom-box dl{
    display: block;
    width: 33.33%;
    height: auto;
    overflow: hidden;
    color: #fff;
    float: left;
}
.bottom-box dl dt{
    display: block;
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #dadada;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.bottom-box dl dd{
    display: block;
    width: 100%;
    height: auto;
}
.bottom-box dl dd a{
    color: #aaa;
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.24rem;
}
.footer-box{
    width: 6.9rem;
    height: auto;
    padding:0.2rem 0.3rem;
    background: #222;
    font-size: 0.22rem;
    color: #aaa;
    overflow: hidden;
}
.footer-box a{
    display: block;
    color: #aaa;
}

.bottom-code{
    width: 6.9rem;
    height:auto;
    overflow: hidden;
    padding: 0 0.3rem;
    background: #323232;
}
.bottom-code dl{
    display:block;
    float: left;
    width: 30%;
    height: auto;
}
.bottom-code dl dt{
    display:block;
    width: 100%;
    height: auto;
}
.bottom-code dl dt img{
    width: 100%;
}
.bottom-code dl dd{
    display:block;
    text-align:center;
    width: 100%;
    font-size: .28rem;
    color: #aaa;
    margin-bottom: .2rem;
}
.bottom-code dl+dl{
    margin-left: 4%;
}