html{
    font-size: 16px;
}
body{
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, serif;
}

div{
    box-sizing: border-box;
    overflow: hidden;
}

.p{
    width: 46.875rem;
    margin: 0 auto;
}

.clear{
    clear: both;
}

a{
    text-decoration: none;
}

body{
    background-color: #f3f6f8;
}

.head{
    height: 7.5rem;
    line-height: 7.5rem;
    padding: 0 1.875rem;
    background-color: #FFFFFF;
}

.head > img{
    height: 5.3125rem;
    vertical-align: middle;
}

.head a{
    display: inline-block;
    float: right;
    margin-left: 2.5rem;
}

.head a img{
    height: 2rem;
    vertical-align: middle;
}

.head a.local{
    font-size: 1.75rem;
    color: #222222;
}

.navigation{
    height: 4.0625rem;
    background-color: #FFFFFF;
    padding: 0 1.875rem;
}

.navigation .left{
    float: left;
    width: 40.125rem;
}

.navigation .left > span{
    display: block;
    float: left;
    height: 4.0625rem;
}

.navigation .left > span + span{
    margin-left: 2.625rem;
}

.navigation .left > span a{
    display: block;
    height: 2.25rem;
    margin-top: 0.875rem;
    line-height: 2.25rem;
    color: #666666;
    font-size: 2.25rem;
    text-decoration: none;
}

.navigation .left > span.active a{
    color: #0853ae;
}

.navigation .left > span > span{
    display: none;
    width: 1.5rem;
    height: 0.25rem;
    margin: 0.4375rem auto 0;
    background-color: #0853ae;
    border-radius: 2px;
}

.navigation .left > span.active > span{
    display: block;
}

.navigation .right{
    float: right;
    width: 1.875rem;
    height: 4.0625rem;
    line-height: 4.0625rem;
    text-align: right;
}

.navigation .right img{
    width: 100%;
    vertical-align: middle;
}

.more{
    width: 43.125rem;
    height: 5.625rem;
    line-height: 5.625rem;
    font-size: 1.5rem;
    background-color: #FFFFFF;
    text-align: center;
    color: #acacac;
    border-radius: 0.75rem;
}

.more img{
    height: 1rem;
}

.foot{
    padding: 0 0 1.375rem;
    font-size: 1.125rem;
    margin-top: 0.75rem;
}

.foot .pc{
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-align: center;
}

.foot .pc a{
    color: #2478b9;
}

.foot .pc a img{
    margin-right: 0.5rem;
    vertical-align: middle;
}

.foot p{
    margin: 0;
    line-height: 2.25rem;
    text-align: center;
    color: #666666;
}

#cnzz_stat_icon_1279945472{
    height: 12px;
}

#cnzz_stat_icon_1279945472 img{
    height: 100%;
    width: auto;
}

.fixed-background{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.fixed-choose{
    width: 100%;
    height: 55rem;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 2rem 0;
    display: none;
}

.fixed-choose ul{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.fixed-choose ul li{
    width: 100%;
    height: 6.125rem;
    line-height: 6.125rem;
    font-size: 2.125rem;
    text-align: center;
}

.fixed-choose ul li a{
    color: #222222;
}
