
body{
    color: #646464 !important;
    font-family: "微软雅黑" !important;
}
.titlemnp{
    font-size: 16px;
    color: #505050;
    padding-left: 16px;
    border-bottom: 1px solid #f5f5f5;
}
.imgStyleWH{
    width: 100%;
    height: 113px;
}
.titleh5{
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tiutlssq{
    line-height: 23px;
}
.ulStyle{
    width: 1125px;
    height: 133px;
    animation: banner 13s infinite;
}
.ulStyle li{
    width: 225px;
    height: 133px;
    float: left;
}
.disBlock{
    display: block;
}
.mocmqs li{
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    transition: all .5s;
    cursor: pointer;
}
.mocmqs li:last-child{
    border: none;
}
.color949494{
    color: #949494 !important;
}
.qndiul{
    margin: auto;
}
.qndiul li{
    float: left;
    margin: 0px 10px;
    cursor: pointer;
}
.qndiul li:hover{
    color: #fff;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
.active{
    color: #fff;
}
.fontS12{
    font-size: 12px;
}
@keyframes banner {
    0%{transform: translateX(0px)}
    12.5%{transform: translateX(0px)}
    25%{transform: translateX(-225px)}
    37.5%{transform: translateX(-225px)}
    50%{transform: translateX(-450px)}
    62.5%{transform: translateX(-450px)}
    75%{transform: translateX(-675px)}
    87.5%{transform: translateX(-675px)}
    100%{transform: translateX(-900px)}
}