*{ margin:0; padding:0; list-style:none;word-break: break-all}
a,li{text-decoration: none;}
img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body{
    width: 7.5rem;
    margin: 0 auto;
    overflow-x: hidden;
}
em {
    font-style: normal;
}
.flexDiv{
    display: flex;
    justify-content: space-between;
}
/*头部导航*/
.top{
    position: sticky;
    top: 0;
    z-index: 100;
    height: 1.3rem;
    background: url(../img/top.jpg) center no-repeat;
    background-size: 100% auto;
}
.top .logo{
    width: 4.37rem;
    height: 0.66rem;
}
.top .top-1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.2rem 0.24rem;
    font-size: 0;
}
.top .top-1 .zhaosheng{
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    width: 0.93rem;
    height: 0.5rem;
    text-align: right;
    border-left: 1px solid #fff;
    margin-left: 0.13rem;
}
.top .top-1 a.aClickBTN{
    display: inline-block;
    width: 0.59rem;
    height: 0.44rem;
    float: right;
    z-index: 2;
    font-size: 0;
    position: absolute;
    right: 0.25rem;
    top: 0.36rem;
}
.top .daima{
    font-family: SourceHanSansCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
    position: absolute;
    left: 1.1rem;
    bottom: 0.20rem;
}
#nav{
    width: 1.72rem;
    position: absolute;
    top: 1.3rem;
    right: 0;
}
#nav li{
    height: 0.66rem;
    background-color: #fff;
    text-align: center;
}
#nav li a{
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.01rem;
    color: #333;
    display: block;
    line-height: 0.64rem;
}
#nav li:hover{
    background-color: #0067ac;
}
#nav li:hover a{
    color: #fff;
}
#nav li.on{
    background-color: #0067ac;
}
#nav li.on a{
    color: #fff;
}






/*footer*/
.footer{
    background: url(../img/bot.png) center no-repeat;
    background-size: 100% auto;
    height: 3.02rem;
    position: relative;
}
.footer p.fotText{
    font-family: SourceHanSansCN-Regular;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
    text-align: center;
    padding-top: 0.58rem;
}
.footer .footerUl{
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0.12rem;
}
.footer .footerUl li a{
    width: 0.68rem;
    height: 0.68rem;
    display: inline-block;
    font-size: 0;
}
.footer .footerUl li{
    margin: 0.05rem;
    position: relative;
}
.footer .ewmBox em{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.02rem;
    color: #ffffff;
    display: block;
    text-align: center;
    position: relative;
    bottom: 0.1rem;
}
.footer .ewmBox span{
    display: inline-block;
    width: 1.2rem;
    height: 1.21rem;
    position: relative;
    left: 0.12rem;
    top: 0.11rem;
}
.footer .ewmBox p{
    width: 1.44rem;
    height: 1.77rem;
    background: url(../img/bot-bg.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 1.15rem;
}
.footer .ewmBox{
    position: relative;
}
.footer .ewmBox p:first-child{
    left: 1.55rem;
}
.footer .ewmBox p:nth-child(2){
    left: 2.3rem;
}
.footer .ewmBox p:nth-child(3){
    left: 3.1rem;
}
.footer .ewmBox p:nth-child(4){
    left: 3.85rem;
}












