html {
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

li {
    list-style: none;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.row {
    margin: 0;
}

.clearpad {
    padding: 0;
}


/* 头部导航-start */

.pcnav {
    width: 100%;
    height: 70px;
    margin: .8rem 0 .2rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.audiostatus img {
    width: 20px;
}

.logo {
    margin-left: 3rem;
}

.logo img {
    width: 156px;
    height: 63px;
}

.navbox {
    margin-right: 11.6rem;
}

.nav {
    margin-top: 10px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #ffffff !important;
    background-color: #E5735B !important;
    border-radius: 0 !important;
}

.nav-pills li a:hover {
    color: #ffffff !important;
    background-color: #E5735B !important;
    border-radius: 0 !important;
}

.h5nav {
    width: 100%;
    height: 50px;
    display: none;
    margin: 10px 0;
}

.h5nav .h5logo {
    width: 40%;
    float: left;
    margin-left: 10px;
}

.h5logo img {
    height: 50px;
}

.navbut {
    position: relative;
    font-size: 25px;
    color: #333;
    float: right;
    line-height: 50px;
    margin-right: 20px;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1001;
}

.navlists {
    font-family: none;
    color: #333;
    display: none;
    position: absolute;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    top: 60px;
    right: -10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    z-index: 1001;
}

.navlists li {
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
}

.navlists li a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 13px;
}

.navlists li:last-child {
    border-bottom: none !important;
}

.h5active {
    color: #ffffff;
    background-color: #E5735B;
}


/* 头部导航-end */


/* Banner图-start */

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/* Banner图-end */


/* footer-start */

.footer {
    width: 100%;
    border-top: 1px solid #DEDEDE;
    font-size: 12px;
}

.middle {
    width: 90%;
    margin: 0 auto;
    height: 64px;
    line-height: 64px;
}

.footer a {
    color: #E5735B;
}

.privacy {
    width: 50%;
    float: left;
    text-align: left;
}

.privacy p {
    width: 50%;
    float: left;
}

.statement {
    width: 50%;
    float: right;
    text-align: right;
}

.support {
    text-align: center;
    font-size: 12px;
    color: #919191;
    height: 23px;
    line-height: 23px;
    border-top: 1px solid #DEDEDE;
    margin: 0;
}


/* footer-end */


/* backtop-start */

.backtop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
}


/* backtop-end */


/* 宽度大于1080px  */

@media screen and (min-width: 1080px) {
    .audiostatus {
        position: absolute;
        top: 20px;
        right: 35px;
        cursor: pointer;
    }
}


/* 宽度小于1080px  */

@media screen and (max-width: 1080px) {
    .pcnav {
        display: none;
    }
    .h5nav {
        display: block;
    }
    .audiostatus {
        position: fixed;
        bottom: 50px;
        left: 30px;
        z-index: 101;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .audiostatus img {
        width: 25px;
    }
}


/* 宽度小于768px */

@media screen and (max-width: 768px) {
    /* footer */
    .middle {
        line-height: 30px;
    }
    .privacy,
    .statement {
        text-align: center;
        width: 100%;
    }
}


/* 宽度小于530px  iphone 5/SE 、678 */

@media screen and (max-width: 530px) {
    /* 头部导航 */
    .headernav {
        height: 50px;
        line-height: 50px;
    }
    .navlists li a {
        width: 150px;
    }
    /* footer */
    .footer {
        margin-top: 30px;
    }
    .middle {
        line-height: 20px;
    }
    .privacy span {
        display: inline-block;
        width: 100%;
    }
    /*  BackTop */
    .backtop {
        width: 40px;
        height: 40px;
    }
}