.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
    HEIGHT: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-text .banner-text-wrap {
    width: 100%;
    height: 100%;
}

.swiper-text .top-banner-text {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;

}

.swiper-text .banner1 {
    background: transparent url(../images/banner1.png) no-repeat right 55%/64% auto;
}

.swiper-text .banner2 {
    background: transparent url(../images/top_banner_con.png) no-repeat right bottom/60% auto;
}

.swiper-text .top-banner-text .banner1 h2 {
    color: #fff;
    font-size: 36px;
}

.swiper-text .top-banner-text .banner1 p {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    line-height: 1.7;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .top-banner-text h2,
.swiper-text .top-banner-text p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}




/*top4个开始*/

.peizi-pc {
    width: 1200px;
    margin: 0 auto;
}

.pc-box {
    padding: 20px;
    background: #FAFAFC;
    padding-bottom: 10px;
}

.pc-title {
    display: flex;
    justify-content: space-between;

}

.pc-title .icon-01 {
    display: inline-block;
    width: 18px;
    height: 17px;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 3px;
    background: url('../images/pc-icon01.png');
}

.pc-title .icon-02 {
    display: inline-block;
    vertical-align: top;
    width: 146px;
    margin-top: -1px;
    height: 23px;
    background: url('../images/pc-icon02.png');
}

.pc-title .name-peizi {
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.pc-title .chakan-icon {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    width: 10px;
    height: 19px;
    background: url('../images/pc-you.png');
}

.pc-title .chakan {
    font-size: 18px;
    color: #C2C6CC;

}

.peizi-li {
    margin-top: 20px;

}

.peizi-li li {
    position: relative;
    padding: 0 6px;
}

.peizi-img {
    overflow: hidden;
}

.peizi-img i {
    display: inline-block;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: 0;

}

.peizi-li li .peizi-img span {
    display: inline-block;
    position: absolute;
    left: calc(50% - 62px);
    top: -5px;
    width: 124px;
    height: 30px;
    background: url('../images/shi.png') no-repeat;
    background-size: 100%;
}


.peizi-li li:nth-child(1) .peizi-img i {
    background: url('../images/pc-one.png') no-repeat;
}

.peizi-li li:nth-child(2) .peizi-img i {
    background: url('../images/pc-two.png') no-repeat;
}

.peizi-li li:nth-child(3) .peizi-img i {
    background: url('../images/pc-three.png') no-repeat;
}

.peizi-img img {
    vertical-align: top;
    max-width: 100%;
    
}

.peizi-m {
    display: none;
}

@media (max-width: 1140px) {
    .peizi-pc {
        display: none;
    }

    .peizi-m {
        background-color: #fff;
        display: block;
    }

    .pm-title {
        padding: 16px 10px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #E7ECF4;
        padding-bottom: 13px;
    }

    .pm-title .pm-left i {
        display: inline-block;
        width: 20px;
        height: 18px;
        vertical-align: top;
        margin-right: 10px;
        background: url('../images/m-icon01.png') no-repeat;
        background-size: 100%;
    }

    .pm-title .pm-left .name {
        font-size: 16px;
        font-weight: bold;
    }

    .pm-title .pm-left p {
        margin-top: 8px;
        margin-left: 30px;
        font-size: 13px;
        color: #999;
    }

    .pm-title .pm-left p .num {
        color: #4E6EDF;
    }

    .pm-title .pm-right a {
        font-size: 16px;
        color: #C2C6CC;
    }

    .pm-title .pm-right span {
        vertical-align: top;
        display: inline-block;
        width: 9px;
        margin-left: 8px;
        height: 18px;
        background: url('../images/m-you.png') no-repeat;
        background-size: 100%;


    }

    .pm-li {
        display: block;
        justify-content: space-between;
        padding: 12px 10px;
        border-bottom: 1px solid #E7ECF4;
        padding-bottom: 2px;
        margin-bottom: 5px;

    }

    .pm-li li {

        border: 1px solid #E7ECF4;
        border-radius: 5px;
        box-shadow: 0 0 3px #E7ECF4;
        margin-bottom: 10px;
    }

    .pm-li .pm-img {
        width: 100%;
        overflow: hidden;
    }

    .pm-li .pm-img img {
        max-width: 100%;
        
    }

    .pm-li .pm-img i {
        display: inline-block;
        width: 27px;
        height: 32px;
        position: absolute;
        left: 6px;
        top: 0;
    }



    .pm-li li:nth-child(1) .pm-img i {
        background: url('../images/m-one.png') no-repeat;
        background-size: 100%;
    }

    .pm-li li:nth-child(2) .pm-img i {
        background: url('../images/m-two.png') no-repeat;
        background-size: 100%;
    }

    .pm-li li:nth-child(3) .pm-img i {
        background: url('../images/m-three.png') no-repeat;
        background-size: 100%;
    }

    .pm-li li .pm-img span {
        display: inline-block;
        width: 124px;
        height: 30px;
        position: absolute;
        left: calc(50% - 62px);
        top: -5px;
        background: url('../images/shi.png') no-repeat;
        background-size: 100%;
    }

}

.title-pc-left .shoulu {
    display: inline-block;
    font-size: 14px;
    padding-left: 12px;
    vertical-align: top;
    margin-top: -3px;
    color: #4E6EDF;
    width: 134px;
    padding-top: 4px;
    height: 19px;
}

.counter-value {
    font-weight: bold;
    display: inline-block;
    padding: 0 2px;
}

.chaxun-box {
    position: fixed;
    right: 35px;
    top: 65%;

    z-index: 999
}

.chaxun-show {
    cursor: pointer;
}

.peizi-m .chaxun-icon {

    width: 60px;
}

.peizi-m .chaxun-box {
    position: fixed;
    right: 2%;
    top: 50%;

    z-index: 999;


}

.peizi-m .chaxun-show {
    width: 18px;
    margin-left: -14px;
    margin-top: -9px;

}

/*top4个结束*/

.sczb {
    padding: 10px 10px 0;
}

.sczb .sccontent .title {
    font-size: 20px;
    font-weight: 600;
    color: #df7106;
    padding: 5px;
}

.sczb .zbcontent .title {
    font-size: 20px;
    font-weight: 600;
    color: #3423f3;
    padding: 5px;
    margin-left: 30px;
}

.zbnews-list,
.scnews-list {
    margin: 5px auto;
    border-top: 1px solid #eee;
    min-height: 196px;
    transition: opacity 0.5s ease-in-out;
}

.zbnews-item,
.scnews-item {
    padding: 2px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

.scnews-item:hover {
    background: #d2e5f7;
}

.scnews-header {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 5px auto;
    overflow: hidden;
}

.zbnews-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin: 5px auto;
    overflow: hidden;
}

.scnews-time {
    flex: 0 0 auto;
    white-space: nowrap;
    color: #ac600a;
    font-size: 16px;
    line-height: 24px;
}

.scnews-title {
    flex: 1;
    color: #e20808;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scnews-title::before {
    content: " ";
    margin: 0 5px;
}

.scnews-content {
    flex: 1;
    min-width: 0;
    color: #c40808;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zbnews-title {
    list-style-type: disc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zbnews-title a {
    color: #010723;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.zbnews-title::before {
    content: "●";
    color: #1d0be5;
    display: inline-block;
    font-weight: 700;
    margin: 0 10px;
}

.zbnews-content {
    width: 100%;
    height: 24px;
}

.zbnews-content p {
    text-indent: 30px;
    color: #dd6010;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.error {
    color: #ff4444;
}

.hangqingzst {
    height: 626px;
    overflow: hidden;
}

.hqbox {
    height: auto;
}

.hqbox-container {
    width: 340px;
    margin: 10px auto 30px;
    overflow: hidden;
}

.hqbox-container dl {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #160797;
}

.hqbox-container dt {
    margin: 0;
    padding: 0;
    color: #000;
    height: 36px;
    line-height: 36px;
}

.hqbox-container dt.active {
    font-weight: 600;
    background: #a3ecf7;
}

.hqbox-container dt ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hqbox-container dt li {
    float: left;
    line-height: 28px;
    width: 80px;
    text-align: right;
}

.hqbox-container dt li.wmt_n {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    width: 90px;
}

.hqbox-container dt li span {
    font-size: 14px;
    display: block;
    float: right;
    line-height: 36px;
    padding: 0 5px;
}

.hqbox-container dd {
    margin: 0px;
    text-align: center;
    overflow: hidden;
}

.hqbox-container dd img {
    display: block;
    margin: 8px auto;
}

.hq_contents .rup,
.hq_contents .rdown {
    color: #800000;
}

.hq_contents .gdown,
.hq_contents .gup {
    color: #008000;
}

.hq_contents .rup .rup,
.hq_contents .rdown .rdown {
    background: #b0dddd;
}

.hq_contents .gdown .gdown,
.hq_contents .gup .gup {
    background: #ffb0ff;
}

.hq_contents ul li.wmt_n a,
.hq_contents ul li.wmt_n {
    color: #ec2207
}

.hq_contents .noscroll ul li.wmt_n {
    color: #666666
}

.hq_contents .loading {
    height: 170px;
    background: url(../images/progress.gif) no-repeat center;
}

.hq_contents dd img {
    width: 311px;
    background: url(../images/bc2.jpg) repeat-x;
}

.hq_contents dl:nth-child(4) dd img {
    background: none;
}

.load-box {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 20px auto;
    text-align: center;
}

.load-box .more_load {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.load-box .more_load img {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}

.load-box .more_load span {
    position: relative;
    font-size: 18px;
    line-height: 30px;
}

.load-box .clickmore {
    position: relative;
    top: -30px;
    z-index: 99999;
}

.load-box .clickmore .trigger {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    background: #8d9d09;
    color: #230995;
    border: none;
    border-radius: 5px;
}

.load-box .no-more {
    opacity: 0;
    position: relative;
    top: -60px;
    font-size: 18px;
    line-height: 30px;
}


.roll-list-container {
    position: relative;
    height: auto;
    overflow: hidden;
}

.roll-list-container .roll-list-item {
    transition: all 0.8s ease-in-out;
    opacity: 0;
    transform: skew(30deg, 20deg);
}

.roll-list-container .roll-list-item.active {
    opacity: 1;
    transform: translateY(0);
}


.z0eb51meta-tags {
    padding: 20px 0;
    text-align: center;
}

.z0eb51meta-tags .z0eb51tagitem {
    position: relative;
    display: inline-block;
    height: 20px;
    padding: 10px 20px !important;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
    border-radius: 15px;
    background: #e1e8f5;
    margin-bottom: 20px;
}

.z0eb51meta-tags .z0eb51tagitem:hover {
    background-color: #c9fdc6 !important;
}

.z0eb51meta-tags .z0eb51tagitem:not(:last-child) {
    margin-right: 10px;
}




.friendly-links {
    width: 100%;
    margin: 20px auto;
}

.friendly-links span {
    font-size: 18px;
    font-weight: bold;
    color: #EEEEEE;
    padding: 5px 5px 5px 20px;
}

.friendly-links li {
    display: inline-block;
    padding: 5px 10px;
}

.friendly-links a {
    flex: 1;
    display: inline-block;
    color: #ddd;
    /*border-radius: 10px;
  border: 1px solid #CCC;*/
    padding: 5px 10px;
    text-align: center;
}



/*
上一篇下一篇开始
*/
.z0eb51context {
    max-width: 100%;
}

.z0eb51context ul {
    padding: 10px 10px;
    border-top: 1px dashed #cf7676;
    border-bottom: 1px dashed #cf7676;
}

.z0eb51context li {
    padding: 10px 10px;
    color: #8c0a0a;
}

.z0eb51context li a {
    font-weight: bold;
    color: #8c0a0a;
}

/*
上一篇下一篇结束
*/