.offerList_banner {
    width: 100%;
    position: relative;
    height: 420px;
}

.offerList_banner img {
    width: 100%;
    height: 420px;
}

.offerList_banner h2 {
    position: absolute;
    top: 122px;
    font-size: 48px;
    font-family: PingFang SC;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    font-weight: 500;
}
.offerList_banner h4 {
    position: absolute;
    top: 197px;
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    font-weight: 500;
}

.offerList_banner span {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    position: absolute;
    top: 200px
}

.offerList_banner .offerList_crumbs {
    width: 100%;
    height: 80px;
    position: relative;
    top: -40px;
    background: #fff;
    box-shadow: 5px 8px 30px 0px rgba(45, 73, 153, 0.1);
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(153, 153, 153, 0.98);
}



/* +++++ */
.offerList_banner .offerList_crumbs p {
    margin-left: 40px;
    /* position: absolute; */
    /* right: 0; */
}

.offerList_banner .offerList_crumbs p em {
    color: #2D4999;
}

.offerList_content {
    width: 100%;
    /* background: #F4F6F9; */
    /* overflow: hidden; */
    margin-top: 42px;
    position: relative;
}

.offerList_content .offerList_content_page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offerList_content .offerList_content_page li {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 40px 10px 40px 0;
    color: rgba(153, 153, 153, 1);
}

.offerList_content .offerList_content_page .choose {
    background: rgba(65, 146, 217, 1);
    color: #fff;
}

.offerList_content .offerList_content_page li:hover {
    background: rgba(65, 146, 217, 1);
    color: #fff;
    cursor: pointer;
}

.offerList_content .offerList_content_page .turn_left {
    background-image: url(../images/turn_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.offerList_content .offerList_content_page .turn_left:hover {
    background-image: url(../images/turn_left_white.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.offerList_content .offerList_content_page .jump_left {
    background-image: url(../images/jump_left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36%;
}

.offerList_content .offerList_content_page .jump_left:hover {
    background-image: url(../images/jump_left_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36%;
}

.offerList_content .offerList_content_page .turn_right {
    background-image: url(../images/turn_right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.offerList_content .offerList_content_page .turn_right:hover {
    background-image: url(../images/turn_right_white.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.offerList_content .offerList_content_page .jump_right {
    background-image: url(../images/jump_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36%;
}

.offerList_content .offerList_content_page .jump_right:hover {
    background-image: url(../images/jump_right_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36%;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 96%;
    }
}

@media only screen and (max-width: 980px) {
    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:640px) {
    .offerList_content .offerList_content_page .turn_left {
        background-size: 46%;
    }

    .offerList_content .offerList_content_page .turn_left:hover {
        background-size: 46%;
    }

    .offerList_content .offerList_content_page .turn_right {
        background-size: 46%;
    }

    .offerList_content .offerList_content_page .turn_right:hover {
        background-size: 46%;
    }

    .offerList_banner {
        width: 100%;
        position: relative;
        height: 420px;
    }

    .offerList_banner img {
        width: 100%;
        height: 420px;
    }

    .offerList_banner h2 {
        position: absolute;
        top: 122px;
        font-size: 48px;
        font-family: PingFang SC;
        color: rgba(255, 255, 255, 1);
        line-height: 48px;
        font-weight: 500;
    }

    .offerList_banner span {
        font-size: 36px;
        font-family: PingFang SC;
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 48px;
        position: absolute;
        top: 200px
    }

    .offerList_banner .offerList_crumbs {
        width: 100%;
        height: 80px;
        position: relative;
        top: -40px;
        background: #fff;
        box-shadow: 5px 8px 30px 0px rgba(45, 73, 153, 0.1);
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 300;
        color: rgba(153, 153, 153, 0.98);
    }

    .offerList_banner .offerList_crumbs p {
        margin-left: 40px;
    }

    .offerList_banner .offerList_crumbs p em {
        color: #2D4999;
    }

    .offerList_content {
        width: 100%;
        background: #F4F6F9;
        overflow: hidden;
    }

    .offerList_content .offerList_content_page {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .offerList_content .offerList_content_page li {
        width: 24px;
        height: 24px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(221, 221, 221, 1);
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        margin: 40px 6px 40px 0;
        color: rgba(153, 153, 153, 1);
    }

    .offerList_content .offerList_content_page .choose {
        background: rgba(65, 146, 217, 1);
        color: #fff;
    }
}


.case_warp {
    height: 80px;
    line-height: 80px;
    position: absolute;
}

.case_warp ul li {
    float: left;
    font-size: 16px;
    width: 146px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.case_warp ul li a{
    color: #000;
}
.case_warp ul li.select a{
    color: #266435;
    font-weight: 600;
}

.case_warp ul {
    margin-top: -130px;
}

.caseCom .case_xm {
    display: none;
}

.caseCom .case_xm:first-of-type {
    display: block;
}


/*最新资讯改版 start*/
.newsList_box2{
    margin-top: 23px;
}
.news2 .left-new .n-title{
    margin: 22px 0 11px 0;
}
.news2 .left-new p{
    margin-top:14px;
}
.news2 .right-new .first-new{
    padding-top: 0;
}
.news2 .right-new {
    border-top: 0;
}
.news2 .right-new .news-list li:hover a {
    color: #dc6418;
}
.news2 .right-new .news-list li:hover a::before {
    background-color: #dc6418;
}
.listBox2 .item:nth-child(1) {
    margin-top: 16px;
}
.listBox2 .item .itemR .details{
    margin:16px 0 24px;
}
.listBox2 .item .itemR h4{
    padding-top: 25px;
}
.newsul{
    width: 1180px;
    margin:0 auto;
}
.newsul li{
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px;
}
.newsul li+li{
    margin-top: 20px;
}
.newsul li .img{
    float: left;
    width: 23.728%;
    overflow: hidden;
}
.newsul li .img img{
    width: 100%;
    transition: all .3s;
}
.newsul li .img:hover img {
    transform: scale(1.1);
}
.newsul li .cont{
    float: left;
    width: 71.932%;
    margin-left: 3.389%;
}
.newsul li .cont h3{
    color: #333333;
    font-size: 24px;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsul li .cont h5{
    color: #333333;
    font-size: 16px;
    line-height: 1;
    padding: 29px 0 18px;
}
.newsul li .cont p{
    color: #666666;
    font-size: 16px;
    line-height:23px;
    padding-bottom: 16px;
}
.newsul li .cont .more{
    color: #ffffff;
    font-size: 16px;
    display: block;
    background: #266435;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
@media only screen and ( max-width: 1200px ) {
    .newsul {
        width: auto;
    }
}
@media only screen and ( max-width: 980px ) {
    .newsul li .img {
        width: 35.728%;
    }
    .newsul li .cont {
        width: 59.932%;
    }
    .newsul li .cont h3 {
        font-size: 18px;
    }
    .newsul li .cont h5 {
        font-size: 14px;
        padding: 19px 0 15px;
    }
    .newsul li .cont p {
        font-size: 14px;
        line-height: 24px;
    }
    .newsul li .cont .more {
        font-size: 14px;
        width: 90px;
        height: 34px;
        line-height: 34px;
    }
    .offerList_content_page2{
        margin:0;
    }
}
@media only screen and ( max-width:640px) {
    .offerList_content2{
        margin-top:0;
    }
}
@media only screen and ( max-width: 480px ) {
    .newsul li {
        padding: 18px;
    }
    .newsul li .img,
    .newsul li .cont{
        float: none;
        width: auto;
    }
    .newsul li .cont{
        margin:20px 0 0;
    }
}
/*最新资讯改版 end*/