.mhead{
    width: 100%;
}
.mlog{
    width: 100%;
    padding: 0.2rem 0.15rem;
}
.mlog img{
    width: 80%;
}
.mhead span{
    float: right;
    margin-top: 0.2rem;
}
.mhead span img{
    width: 0.5rem;
}
.msearch{
    width: 100%;
    padding:17px 0;
    text-align: center;
    font-size: 0.12rem;
    position: relative;
    display: none;
    border-top: #f33537 0.5px solid;

}
.msearch .inpt-cs{
    width: 80%;
    height: 30px;
    padding: 0 40px 0 10px;
    border: 1px solid #d5d5d5;
    border-radius: 15px;
}
.msearch .but-cs{
    float: right;
    position: absolute;
    right: calc(10% + 10px);
    top: 20px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: none;
    background: #fff url(../images/icon-test.png) no-repeat center center;
    -webkit-background-size: 20px;
    background-size: 20px;
    
}
.mnav{
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-top:#f33537  1px solid;
    border-bottom:#f33537  1px solid;
}
.mnav ul{
    width: auto;
    display: flex;
    overflow-x: auto;
}
.mnav ul::-webkit-scrollbar {
    display: none;
}
.mnav li a{
    width: auto;
    float: left;
    line-height: 30px;
    padding: 5px 15px;
    display: block;
    font-size: 13px;
    color: #999999;
    white-space: nowrap;
    font-weight: bold;
}
/* head end */
.wrap{
    width: 100%;
    padding: 0.12rem;
}
.news{
    height: 5rem;
}
.banner{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.banner * { margin: 0; padding: 0; list-style-type: none; text-decoration: none; }
.banner .list{ width: 1000%; height: 100%; position: absolute; left: -100%; overflow: hidden; }
.banner .list.active{ transition: 1s; }
.banner .list li{ width: 10%; height: 100%; position: relative; float: left; }
.banner .list li img{ width: 100%; height: 100%; border: none; display: block; transition: 1s; }
.banner .list li img:hover{ transform: scale(1.02); }
.banner .list li p{ position: absolute; bottom: 0; line-height: 35px; background: rgba(0,0,0,.8); width: 100%; box-sizing: border-box; padding-right: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 14px; text-indent: 10px; }
.banner .listIndex{ position: absolute; right: 10px; bottom: 13px; height: 10px; z-index: 10;}
.banner .listIndex li{ border-radius: 50%; width: 10px; height: 100%; background: #fff; display: inline-block; margin-right: 8px; cursor: pointer; vertical-align: top; }
.banner .listIndex li.active{ background: #f33537;width: 20px;border-radius: 5px; transition: all 1s;}

.tabCon {
    margin-top: 0.4rem;
}

.tabs{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.15rem;
    background-color: #f7f7f7;
    border-top: 1px solid #f33537;
}
.tabs a.active {
    color: #f33537;
}
.tabs a{
    float: left;
    font-size: 0.34rem;
    color: #b9b9b9;
    text-align: center;
}
.tabs span{
    float: left;
    font-size: 0.34rem;
    color: #b9b9b9;
    margin: 0 0.1rem;
}
.news-list{
    margin-top: 0.3rem;
}

.news-list ul{
    padding: 0 0.18rem;
    margin-top: 0.3rem;
}
.news-list ul li{
    font-size: 0.26rem;
    line-height: 0.46rem;
    padding-left: 0.2rem;
    /* border-bottom: 1px solid #dfe8f0; */
    margin-bottom: 0.10rem;
    background: url(../images/li-bg.png) no-repeat 0 0.20rem;
}
.news-list ul li a{
    color: #000;
}


.tabs,.zwfu-box{
    padding: 0 0.18rem;
}


.zwfu-box{
    height: 1.57rem;
    margin-top: 0.25rem;
}
.zwfu-box img{
    width: 100%;
    height: 1.57rem;
} 
.news-list .more{
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    background:none;
    background-color: #f4f4f4;
    margin-top: 5px;
}
/* 底部 */
.mfooter{
    width: 100%;
    background-color: #eae9e9;
    padding: 0.2rem 0.05rem 0.1rem 0.05rem;
    box-sizing: border-box;
    height: 1.2rem;
}
.mfooter p{
    font-size: 0.22rem;
    /* line-height: 0.28rem; */
    margin-bottom: 0.05rem;
}
