/* 五周年专题 */
ul,
li {
    margin: 0;
    padding: 0;
}

.g-doc {
    position: relative;
    width: 100%;
    height: 100%;
}

.f-prz {
    position: relative;
}

.f-pra {
    position: absolute;
}

.f-dn {
    display: none;
}

.pc-hide {
    display: none;
}

.sixth-page {
    /* background-image: linear-gradient(0deg, rgb(148, 207, 184) 0%, rgb(213, 237, 236) 19%, rgb(220, 237, 249) 50%); */
    background: #e2f2f9;
    z-index: 3;
}

.g-bg1,
.g-bg2 {
    height: 100%;
}

.g-bg1 {
    min-height: 917px;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/topBg_01.png) no-repeat top center;
}

.en-page .g-bg1 {
    min-height: 917px;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/topBgEn_01.png) no-repeat top center;
}

.g-bg2 {
    /* padding-bottom: 90px; */
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/bottomBg_01.png) no-repeat bottom center;
}

.logo-six {
    margin: 0;
    padding-top: 52px;
    text-align: center;
}

.logo-six img {
    width: 369px;
    height: 111px;
}

.en-page .logo-six {
    padding-top: 35px;
    padding-bottom: 20px;
}

.top-brief {
    margin: 457px auto 0;
    width: 1170px;
    height: 325px;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/briefBg_01.png) no-repeat 6px -2px;
}

.top-brief {
    padding: 25px 40px 25px 100px;
}

.zh-page .top-brief h4 {
    margin: 0;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
}

.en-page .top-brief h4 {
    margin: 0;
    line-height: 32px;
    color: #fff;
    font-size: 24px;
}

.schedule-col {
    margin: 0 auto;
    width: 1170px;
    min-height: 480px;
    /* background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/scheduleBg_01.png) no-repeat 50% 0; */
}

.schedule-col .bd {
    position: relative;
    padding: 80px 0 400px;
    min-height: 950px;
}

.schedule-col .bd::before {
    position: absolute;
    top: 0;
    left: 48.35%;
    content: '';
    width: 40px;
    height: 83.8%;
    min-height: 700px;
    /* background-image: linear-gradient(180deg, rgb(75, 131, 95) 0%, rgb(91, 189, 166) 20%, rgb(60, 156, 177) 50%, rgb(26, 109, 177) 100%); */
    background-image: linear-gradient(180deg, rgb(45, 155, 212) 0%, rgb(92, 168, 176) 20%, rgb(143, 180, 135) 50%, rgb(242, 206, 59) 100%);
    z-index: 5;
}

.schedule-col .bd::after {
    position: absolute;
    top: 5px;
    left: 49.9%;
    content: '';
    height: 87%;
    min-height: 700px;
    border-left: 3px dashed #fff;
    z-index: 8;
}

.schedule-hd {
    top: -148px;
    left: 50%;
    -webkit-transform: translateX(-218px);
    transform: translateX(-218px);
    padding-top: 126px;
    width: 439px;
    height: 167px;
    text-align: center;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/scheduleBg_02.png) no-repeat;
}

.schedule-hd em {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.schedule-ft {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-283px);
    width: 578px;
    height: 306px;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/qidaiBg_01.png) no-repeat;
    z-index: 10;
}

.schedule-ft .p1 {
    font-size: 34px;
    color: #fff;
    margin: 180px 0 0;
    text-align: center;
    font-weight: 600;
}

.rcItem {
    position: relative;
    width: 100%;
    z-index: 30;
}

.rcItem+.rcItem {
    margin-top: 20px;
}

.rcItem::after {
    content: '';
    display: block;
    clear: both;
}

.rcItem .box {
    position: relative;
    width: 45%;
    height: auto;
    min-height: 96px;
    /* background: #e9f6f4; */
    background: #fff;
    border-radius: 50px 6px 6px 50px;
    box-shadow: 0px 0px 18px 0px rgba(131, 165, 193, 0.6);
}

.rcItem .box::after {
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    content: '';
    width: 10px;
    height: 10px;
    /* background: #e9f6f4 url(/resource/static/zbh/default/assets-2019/img/bg/seventh/rcBg_r.png) no-repeat right 0; */
    background: #fff url(/resource/static/zbh/default/assets-2019/img/bg/seventh/rcBg_r.png) no-repeat right 0;
}

.rcItem .box::before {
    position: absolute;
    top: 50%;
    right: -15.2%;
    content: '';
    width: 40px;
    height: 40px;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/rcLocalBg_03.png) no-repeat 0 0/100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rcItem .box .info {
    padding: 6px 40px 8px 70px;
    line-height: 40px;
    color: #4f555c;
    font-size: 22px;
}

.rcItem .info em {
    display: inline-block;
    font-style: italic;
}

.rcItem.active .box {
    background: #fff;
    border-radius: 50px 6px 6px 50px;
    border-left: 3px solid #17cbc8;
}

.rcItem.active .box::before {
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/rcLocalBg_01.png) no-repeat 0 0/100% 100%;
}

.rcItem.active .box::after {
    background-color: #fff;
}

/* .rcItem.active .box .info {
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/rcBoxBg_01.png) no-repeat 14px center;
} */
.rcItem.active .box .info.i2023 {
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/2023.png) no-repeat 14px center;
}


.rcItem.z-r .box {
    float: right;
    border-radius: 6px 50px 50px 6px;
}

.rcItem.z-r .box::after {
    left: -8px;
}

.rcItem.z-r.active .box {
    background: #fff;
    border-radius: 6px 50px 50px 6px;
    border-right: 3px solid #17cbc8;
    border-left: none;
}

/* .rcItem.z-r.active .box .info {
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/rcBoxBg_01.png) no-repeat 96% center;
} */
.rcItem.z-r.active .box .info.i2024 {
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/2024.png) no-repeat 96% center;
}

.rcItem.z-r .box::before,
.rcItem.z-r.active .box::before {
    right: auto;
    left: -15.15%;
}

.rcItem.active .info em {
    color: #1361ae;
    font-weight: 700;
}

.rcItem .box .info p {
    word-break: break-word;
    word-wrap: break-word;
}

.m-t-box {
    display: none;
}


/*轮播图*/
.m-slider-wrap {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
    padding-bottom: 194px;
}

.m-slider-wrap .title {
    text-align: center;
    padding: 37px 0;
}

.m-slider-wrap .title span {
    display: inline-block;
    font-size: 34px;
    min-height: 46px;
    line-height: 46px;
    color: #2789ba;
    padding: 0 60px;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/bg-tit-l.png) no-repeat left center, url(/resource/static/zbh/default/assets-2019/img/bg/seventh/bg-tit-r.png) no-repeat right center;
}

.m-slider-wrap .slider-con {
    width: 100%;
    position: relative;
}

.m-slider-wrap .slider-con::after {
    content: '';
    display: block;
    clear: both;
}

.m-slider-wrap .slider-con .slider-l {
    width: 66.2393%;
    float: left;
}

.m-slider-wrap .slider-con .slider-r {
    width: 32.0512%;
    float: right;
}

.m-slider-wrap .slider-con .slider-r .item {
    position: relative;
    width: 100%;
    height: 135px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 1px rgba(215, 215, 215, 0.8);
    border-radius: 5px;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    padding: 24px 26px 0 26px;
}

.m-slider-wrap .slider-con .slider-r .item p {
    width: 100%;
    margin: 0;
    line-height: 30px;
    max-height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-slider-wrap .slider-con .slider-r .item+.item {
    margin-top: 15px;
}

.m-slider-wrap .slider-con .slider-r .item::after {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -16px;
    border: 8px solid transparent;
    border-right-color: #2688ba;
}

.m-slider-wrap .slider-con .slider-r .item:hover,
.m-slider-wrap .slider-con .slider-r .item.active {
    color: #ffffff;
    background-image: linear-gradient(90deg, #2687ba 0%, #67dfa4 100%);
}

.m-slider-wrap .slider-con .slider-r .item:hover::after,
.m-slider-wrap .slider-con .slider-r .item.active::after {
    display: block;
}

.m-slider-wrap .swiper-slide img {
    display: block;
    vertical-align: bottom;
    max-width: 100%;
    margin: 0 auto;
    height: 435px;
    cursor: pointer;
}

.m-slider-wrap .swiper-pagination-bullet {
    background-color: #2687ba;
    opacity: .8;
}

.m-slider-wrap .swiper-pagination-bullet-active {
    background-color: #67dfa4;
}

.sixth-pop {
    position: fixed;
    top: 300px;
    right: 28px;
    z-index: 999;
}

.sixth-pop .iclose {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 9px;
    height: 9px;
    background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/iconClose.png) no-repeat center;
    cursor: pointer;
}


@media (max-width:1199px) {
    .m-slider-wrap {
        padding-bottom: 200px;
        margin-top: -140px;
    }

    .m-slider-wrap .title {
        padding: 20px;
    }

    .m-slider-wrap .title span {
        font-size: 28px;
    }

    .m-slider-wrap .slider-con .slider-r {
        width: 100%;
    }

    .m-slider-wrap .slider-con .slider-l {
        width: 100%;
    }

    .m-slider-wrap .swiper-slide img {
        height: auto;
        width: 100%;
    }

    .m-slider-wrap .slider-con .slider-r {
        padding-top: 10px;
    }

    .m-slider-wrap .slider-con .slider-r .item {
        width: 32%;
        float: left;
        font-size: 18px;

        margin-left: 1%;
        padding: 20px 20px 0 20px;
    }

    .m-slider-wrap .slider-con .slider-r .item+.item {
        margin-top: 0;
    }

    .m-slider-wrap .slider-con .slider-r .item p {
        width: 100%;
        overflow: hidden;

        line-height: 28px;
        max-height: 84px;
    }

    .m-slider-wrap .slider-con .slider-r .item:hover,
    .m-slider-wrap .slider-con .slider-r .item.active {
        color: #ffffff;
        background-image: linear-gradient(to bottom, #2687ba, #67dfa4);
    }

    .m-slider-wrap .slider-con .slider-r .item::after {
        top: -8px;
        margin-left: -8px;
        left: 50%;
        border: 8px solid transparent;
        border-bottom-color: #2688ba;
    }


    .top-brief {
        margin: 324px auto 0;
        padding: 72px 90px 170px 30px;
        width: 750px;
        height: auto;
        background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/briefBg_m.png) no-repeat;
        background-size: 100% auto;
    }

    .zh-page .top-brief h4 {
        line-height: 36px;
        font-size: 20px;
    }

    .en-page .top-brief {
        padding: 42px 25px 200px 25px;
    }

    .en-page .top-brief h4 {
        line-height: 28px;
        font-size: 16px;
    }

    .schedule-col {
        width: 100%;
    }
}

@media (max-width:992px) {
    .m-slider-wrap {
        padding-bottom: 200px;
    }

    .m-slider-wrap .title {
        padding: 20px;
    }

    .m-slider-wrap .title span {
        font-size: 22px;
    }

    .m-slider-wrap .slider-con .slider-r .item {
        font-size: 16px;
        padding: 15px 15px 0 15px;
    }

    .m-slider-wrap .slider-con .slider-r .item p {
        line-height: 26px;
        max-height: 104px;
        -webkit-line-clamp: 4;
    }

    .logo-six {
        display: none;
    }

    .m-t-link {
        display: block;
        margin: 0 auto;
        width: 320px;
        height: 120px;
    }

    .zh-page .g-bg1 {
        min-height: auto;
        background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/top-ch.png) no-repeat top center;
        background-size: 100% auto;
    }

    .en-page .g-bg1 {
        min-height: auto;
        background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/top-en.png) no-repeat top center;
        background-size: 100% auto;
    }

    .g-bg2 {
        padding-bottom: 10px;
        /* background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/bottomBg_m_01.png) no-repeat bottom center; */
        background-size: 100% auto;
    }
}


@media (max-width:768px) {
    .m-slider-wrap {
        padding-bottom: 200px;
    }

    .m-slider-wrap .title {
        padding: 20px;
    }

    .m-slider-wrap .title span {
        font-size: 18px;
    }

    .m-slider-wrap .slider-con .slider-r .item {
        font-size: 12px;
        padding: 10px 10px 0 10px;
    }

    .m-slider-wrap .slider-con .slider-r .item p {
        line-height: 20px;
        max-height: 100px;
        -webkit-line-clamp: 5;
    }

    .schedule-col {
        margin-top: -40px;
    }

    .pc-hide {
        display: block;
    }

    .m-hide {
        display: none;
    }

    .schedule-hd {
        left: 30%;
    }

    .schedule-col .bd {
        padding-bottom: 350px;
        min-height: 800px;
    }

    .schedule-col .bd::before,
    .schedule-col .bd::after {
        height: 95%;
    }

    .schedule-col .bd::before {
        left: 27.5%;
    }

    .schedule-col .bd::after,
    .schedule-ft {
        left: 30%;
    }

    .rcItem .box,
    .rcItem.z-r .box {
        float: none;
        width: 60%;
        margin-left: 35%;
        min-height: auto;
        border-radius: 6px 50px 50px 6px;
    }

    .rcItem .box::after,
    .rcItem.z-r .box::after {
        left: -8px;
    }

    .rcItem.active .box,
    .rcItem.z-r.active .box {
        background: #fff;
        border-radius: 6px 50px 50px 6px;
        border-right: 3px solid #17cbc8;
        border-left: none;
    }

    .rcItem .box .info,
    .rcItem.z-r .box .info {
        padding: 6px 44px;
    }

    .rcItem.active .box .info,
    .rcItem.z-r.active .box .info,
    .rcItem.active .box .info.i2023 {
        background-position: 96% center;
        background-size: 25px !important;
    }
    .rcItem.active .box .info.i2024 {
        background-position: 96% center;
        background-size: 25px !important;
    }

    .rcItem .box::before,
    .rcItem.z-r .box::before,
    .rcItem.z-r.active .box::before {
        right: auto;
        left: -12.65%;
    }

    .rcItem .box .info p {
        line-height: 24px;
    }
}

@media (max-width:480px) {
    .m-slider-wrap {
        padding-bottom: 100px;
    }

    .top-brief {
        margin: 115px auto 0;
        padding: 26px 25px 160px 25px;
        width: 100%;
        height: auto;
        background: url(/resource/static/zbh/default/assets-2019/img/bg/seventh/briefBg_m.png) no-repeat 0 -30px;
        background-size: 100% 100%;
    }

    .schedule-hd {
        top: -50px;
        left: 224px;
        padding-top: 34px;
        width: 155px;
        height: 117px;
        text-align: center;
        background-size: 150px;
        z-index: 66;
    }

    .schedule-hd em {
        font-size: 12px;
        font-weight: 100;
    }

    .schedule-ft {
        bottom: -50px;
        left: 108px;
        width: 142px;
        height: 100px;
        background-size: contain;
    }

    .schedule-ft .p1 {
        margin-top: 44px;
        font-size: 14px;
    }

    .schedule-col .bd::before {
        width: 20px;
        height: 95%;
        left: 18%;
    }

    .schedule-col .bd::after {
        left: 20%;
        height: 95%;
    }

    .rcItem .box,
    .rcItem.z-r .box {
        width: 68%;
        margin-left: 28%;
        min-height: auto;
    }

    .rcItem .box::before {
        width: 20px;
        height: 20px;
    }

    .rcItem .box::before,
    .rcItem.z-r .box::before,
    .rcItem.z-r.active .box::before {
        left: -15.15%;
    }

    .rcItem .box .info,
    .rcItem.z-r .box .info {
        padding: 6px 30px 6px 15px;
        line-height: 30px;
        font-size: 16px;
    }

    .rcItem .box .info p {
        line-height: 24px;
        word-wrap: break-word;
    }

    .schedule-ft {
        left: 28.5%;
        bottom: 0;
        transform: translateX(-103px);
    }
}

@media (max-width:414px) and (min-width:413px) {
    .schedule-hd {
        left: 228px;
    }
}

@media (max-width:390px) {
    .schedule-hd {
        left: 224px;
    }
}

@media (max-width:376px) {
    .schedule-hd {
        left: 220px;
    }

    .rcItem .box .info,
    .rcItem.z-r .box .info {
        padding: 6px 20px 6px 10px;
    }

    .rcItem.active .box .info,
    .rcItem.z-r.active .box .info {
        background-position: 98% center;
        background-size: 15px !important;
    }
}