body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div{
    margin: 0;
    padding: 0;
}
.top{
    position: fixed;
    top: 0;
    height: 136px;
    width: 100%;
    z-index: 999;
}
.head{
    width: 100%;
    height: 72px;
    box-shadow: 0px 2px 2px rgb(0, 0, 0,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
}
.head .left,.head .right{
    width: 18.7%;
    height: 100%;
}
.head .left{
    border-right: rgb(0, 0, 0,0.08) solid 1px;
    display: flex;
    align-items: center;
}
.head .center{
    display: flex;
    align-items: center;
}
.head .center a{
    text-decoration: none;
    color: #323B41;
}
.head .center .active a{
    color:#E82856;
}
.head .center div{
    width: 128px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    height: 24px;
}
.head .center .active{
    color:#E82856;
}
.head .center .xian{
    height: 4px;
    width: 64px;
    background: #E82856;
    border-radius: 43px;
    text-align: center;
    margin: 14px auto 7px auto;
}
.head .right{
    border-left: rgb(0, 0, 0,0.08) solid 1px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.head .right .anniu{
    /* text-align: center;
    width: 80%; */
    margin-top: 18px;
}
.head .right .search{
    /* text-align: right;
    width: 20%; */
    width: 140px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #e82856;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    font-size: 14px;
}
.head .right .search .login{
    width: 64px;
    height: 34px;
    border-radius: 6px;
    background: #e82856;
    text-align: center;
    line-height: 34px;
    color: #FFF;
}
.head .right .search .register{
    width: 64px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #1D2129;
}

.head .right .searchs{
    /* text-align: right;
    width: 20%; */
    /* width: 164px; */
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #1D2129;
}
.head .right .searchs .uname{

    display: flex;
    align-items: center;

}
.head .left div{
    width: 50%;
}
.head .left .logo{
    text-align: center;
}
.head .left .title{
    /* margin-left: 23px; */
}
.head .left .name{
    color:#E82856;
    font-size: 20px;
    line-height: 22px;
}
.head .left .en_name{
    color: #42A0F6;
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    
}

.subnav{
    width: 100%;
    height: 64px;
    background: #F7F7F7;
    text-align: center;
    line-height:64px;
    
}
.subnav .navlist{
    color: #8D949A;
    font-size: 18px;
    /* width: 28%; */
    width: 35%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    /* border: #E82856 solid 1px; */
}
.subnav .navlist div span{
    width: 20px;
    height: 20px;
    display:inline-block;
}

.subnav .navlist .actives{
    color:#E82856
}
.subnav .navlist div a{
    color:#8D949A;
    text-decoration: none;
}
.subnav .navlist .actives a{
    color:#E82856;
    text-decoration: none;
}


/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
    /* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:2px;
}
    /* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:2px;
    background:rgba(255,0,0,0.4);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.4);
}

input[type="radio"]+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #999999;
    margin-right: 0.2rem;
    box-sizing: border-box;
    margin-top: -0.1rem;
}

input[type="radio"]:checked+label::before {
    background-color: #E82856;
    background-clip: content-box;
    border: 1px solid #E82856;
    padding: 0.1rem;
    box-sizing: border-box;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.foot{
    width: 100%;
    height: 444px;
    background: url("../images/foot_bgs.png") no-repeat;
    background-size: 100% 100%;
}
.foot .footContent{
    margin: 0 auto;
    /* border: #FFF solid 1px; */
    padding-top: 53px;
    overflow: hidden;
    zoom: 1;
    height: 326px;
    width: 1200px;
}
.foot .footContent .nvlist{
    float: left;
    width: 80px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28.8px;
    text-align: center;
    margin-right: 55px;
}
.foot .footContent .nvlist a{
    text-decoration: none;
    color: #FFFFFF;
    
}
.foot .footContent .nvlist ul{
    margin-top: 20px;
}
.foot .footContent .nvlist ul li{
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    line-height: 24px;
    margin-top: 8px;
}
.foot .footContent .nvlist ul li a{
    text-decoration: none;
    color: #FFFFFF;
    
}
.foot .footContent .ewmBox{
    /* margin-left: 120px; */
    float: right;
    text-align: center;
}
.foot .footContent .ewmBox p{
    color: #FFF;
    font-size: 16px;
    margin-top: 20px;
    line-height: 26.5px;
}
.foot .bottoms{
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    border: rgba(255, 255, 255, 0.32) solid 1px;
}


@media screen and (max-width:1336px) {
    .subnav .navlist{
        color: #8D949A;
        font-size: 14px;
        width: 28%;
        display: flex;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        justify-content: space-around;
        /* border: #E82856 solid 1px; */
    }

    .head .center{
        display: flex;
        align-items: center;
        width: 62%;
        /* border: #E82856 solid 1px; */
    }

    .head .right .anniu {
        margin-top: 18px;
        width: 50%;
    }
    .head .right .search{
        /* text-align: right;
        width: 20%; */
        width: 100px;
        height: 42px;
        border-radius: 8px;
        border: 1px solid #e82856;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px;
        font-size: 14px;
    }
    .head .right .search .login{
        width: 50px;
        height: 34px;
        border-radius: 6px;
        background: #e82856;
        text-align: center;
        line-height: 34px;
        color: #FFF;
    }
    .head .right .search .register{
        width: 50px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        color: #1D2129;
    }
}