@charset "utf-8";
body{
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif !important;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #424242;
    min-width: 1200px;
}
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
a,img{border:0;}
.warp{
    width:1170px;
    margin:0 auto;
}
.wrapper{
    width: 1034px;
    margin-top: -5px;
}
.wrapper .wrap{
    width: 100%!important;
}
.mainWrap{
    margin-top: 20px!important;
}
/*navListWrap.css start*/
.navListWrap{
    margin-top: 0;
    margin-bottom: 30px;
}
.navListWrap li{
    float: left;
    padding: 0 20px 5px;
    font-size: 20px;
    color: #424242;
    line-height: 38px;
    opacity: 0.5;
    border-bottom: 3px solid #fff;
    margin: 0 20px;
    cursor: pointer;
}
.navListWrap li.active{
    opacity: 1;
    border-bottom: 3px solid #1E88E5;
}
.navListWrap li:hover{
    opacity: 1;
    border-bottom: 3px solid #1E88E5;
}
/*navListWrap.css end*/
/*contentList.css start*/
.contentList{
    min-height: 400px;
}
.contentList li{
    width: 330px;
    height: 163px;
    background: rgba(25, 118, 210, .1);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.contentList li:nth-child(3n){
    margin-right: 0;
}
.contentList span{
    position: absolute;
    left:9px;
    top:20px;
    width: 73px;
    height: 24px;
    background-size: 73px 24px !important;
    background-position-x: 1px !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 19px;
}
.contentList span.selection{
    background: url("../img/icon/jping.png?v=2024") no-repeat 0 0;

}
.contentList span.brand{
    background: url("../img/icon/jp.png?v=2024") no-repeat 0 0;

}
.contentList span.baodao{
    background: url("../img/icon/bd.png?v=2024") no-repeat 0 0;
}
.contentList span.policy{
    background: url("../img/icon/zc.png?v=2024") no-repeat 0 0;
}
.contentList span.hcd{
    background: url("../img/icon/hcd.png?v=2024") no-repeat 0 0;
}
.contentList img{
    width: 300px;
    height: 133px;
    border-radius: 5px;

    margin-top: 15px;
}
/*contentList.css end*/
.page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 110px;
}
.noDataTips{
    background: url("../img/icon/noData.png") no-repeat center 0;
    width: 100%;
    min-height: 122px;
    padding-top: 150px;
    font-size: 20px;
    color: #9E9E9E;
    line-height: 24px;
    text-align: center;
    padding-bottom: 190px;
    margin-top: 200px;
}
/*advertisement.css start*/
.advertisement{
    width: 100%;
    height: 120px;
    margin: 9px auto 20px;
}
.advertisement div{
    width: 1170px;
    height: 120px;
}
.swiper-pagination{
    height: auto!important;
}
.swiper-pagination-bullet-active {
    opacity: 1!important;
    background: #fff;
}
.swiper-pagination-bullet {
    opacity: .4;
}
.advertisement img {
    width: 100%;
    height: 100%;
}
/*advertisement.css end*/