@media screen and (min-width: 750px) {
    .zz_tit {
        text-align: center;
        font-size: 28px;
        padding: 30px 0;
    }

    .zz_years {
        padding: 0 90px 0;
        position: relative;
        height: 150px;
        margin-bottom: 15px;
    }

    .zz_years:after {
        content: "";
        width: 100%;
        border-top: 1px solid #c5c4c3;
        position: absolute;
        left: 0;
        top: 20%;
        transition: .3s;
    }

    .zz_years .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #72799f;
        border-radius: 50%;
        left: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 20%;
    }

    .zz_years .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #72799f;
        border-radius: 50%;
        right: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 20%;
    }

    .zz_years .swiper-button-prev:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        margin-left: 7px;
    }

    .zz_years .swiper-slide {
        cursor: pointer;
        width: 10%;
    }

    .zz_years .swiper-button-next:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 15px;
        height: 15px;
        transform: rotate(-135deg);
        margin-right: 7px;
    }

    .zz_years .swiper-slide i {
        display: block;
        width: 80px;
        height: 30px;
        position: relative;
        position: absolute;
        top: 20%;
        left: 50%;
        margin-top: -15px;
        margin-left: -40px;
    }

    .zz_years .swiper-slide i:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: #c5c4c3;
        display: block;
        border-radius: 50%;
        transition: .3s;
    }

    .zz_years .swiper-slide i:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid transparent;
        margin: -12px 0 0 -12px;
    }

    .zz_years .swiper-button-next.swiper-button-disabled,
    .zz_years .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

    .zz_years .swiper-slide span {
        padding-top: 50px;
        display: block;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        transition: .3s;
    }

    .zz_years .swiper-slide-active i:before {
        width: 18px;
        height: 18px;
        background: #72799f;
        margin: -9px 0 0 -9px;
    }

    .zz_years .swiper-slide-active i:after {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border-color: #72799f;
        margin: -13px 0 0 -13px;
    }

    .zz_years .swiper-slide-active span {
        color: #72799f;
        font-size: 30px;
        display: block;
    }

    .zz_years .swiper-slide-active:after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        margin: 65px auto 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid #72799f;
    }

    .zz_fzlc {
        padding: 0 90px 0;
        position: relative;
        height: 800px;
        margin-bottom: 15px;
    }

    .zz_fzlc:before {
        content: "";
        width: 100%;
        border-top: 1px solid #c5c4c3;
        position: absolute;
        left: 0;
        top: 50%;
        transition: .3s;
    }

    .zz_fzlc .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #72799f;
        border-radius: 50%;
        left: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 50%;
        opacity: 1 !important;
    }

    .zz_fzlc .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #72799f;
        border-radius: 50%;
        right: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 50%;
        opacity: 1 !important;
    }

    .zz_fzlc .swiper-button-prev:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        margin-left: 7px;
    }

    .zz_fzlc .swiper-slide {
        cursor: pointer;
        width: 20%;
        text-align: center;
    }

    .zz_fzlc .swiper-button-next:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 15px;
        height: 15px;
        transform: rotate(-135deg);
        margin-right: 7px;
    }

    .zz_fzlc .swiper-slide i {
        width: 100px;
        height: 100px;
        background: #26499d;
        color: #fff;
        display: inline-block;
        border-radius: 50%;
        margin-top: 350px;
        line-height: 100px;
        text-align: center;
        font-style: normal;
    }

    .zz_fzlc .swiper-slide-active i {
        width: 200px;
        height: 200px;
        margin-top: 300px;
        ;
        line-height: 200px;
        font-size: 36px;
        font-weight: 400;
        transition: .3s;
        z-index: 999;
        position: relative;
    }

    .zz_fzlc .swiper-slide {
        position: relative;
    }

    .zz_fzlc .swiper-button-next.swiper-button-disabled,
    .zz_years .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

    .zz_fzlc .swiper-slide span {
        display: flex;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: 35px;
        text-align: center;
        font-size: 14px;
        transition: .3s;
        height: 170px;
        color: #fff;
        background: url(../img/fzlc_down.png) center center no-repeat;
    }

    .zz_fzlc .swiper-slide div {
        position: absolute;
        top: 50%;
        margin-top: 200px;
        color: #fff;
        text-align: center;
    }

    .zz_fzlc .swiper-slide.up span {
        top: 20%;
        background: url(../img/fzlc_up.png) center center no-repeat;
    }

    .zz_fzlc .swiper-slide.up div {
        position: absolute;
        top: 0%;
        margin-top: 0;
        height: 260px;
    }

    .zz_fzlc .swiper-slide.up div p {
        display: table-cell;
        vertical-align: bottom;
        height: 240px;
        padding-bottom: 40px;
    }

    .zz_fzlc .swiper-slide-active span {}

    .zizhi-swiper {
        width: 100%;
        height: 100%;
    }

    .zizhi-swiper h2,
    .zizhi-swiper p {
        display: none;
    }

    .zizhi-swiper .swiper-slide,
    .lcImg-swiper .swiper-slide {
        text-align: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .zizhi-swiper .swiper-slide-active,
    .swiper-slide-duplicate-active,
    .lcImg-swiper .swiper-slide-active {
        transform: scale(1);
    }

    .zizhi-swiper {
        width: 1200px;
        height: 800px;
    }

    .zizhi-swiper .img {
        display: block;
        background: url("/resource/swiper/images/rybg.png");
        width: 422px;
        height: 524px;
        overflow: hidden;
    }

    .zizhi-swiper .img img {
        margin: 70px;
        float: left;
    }

    .zizhi-swiper a {
        text-decoration: none;
        color: #666;
        text-align: center;
    }

    .zizhi-swiper h2 {
        font-size: 20px;
        width: 390px;
        text-align: center;
        margin-top: -50px;
    }

    .zizhi-swiper p {
        font-size: 18px;
        width: 390px;
        text-align: center;
    }

    .zizhi-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        transform: scale(.8);
        transition: .2s;
    }

    .zizhi-swiper .swiper-pagination-bullet-active {
        transform: scale(1);
        background: #666;
    }

    .zizhi-swiper .swiper-slide-active h2,
    .zizhi-swiper .swiper-slide-active p {
        display: block;
    }

    .zizhi-swiper .swiper-button-next,
    .lcImg-swiper .swiper-button-next {
        width: 35%;
        height: 800px;
        background: rgba(0, 0, 0, 0);
        top: 0%;
    }

    .zizhi-swiper .swiper-button-prev,
    .lcImg-swiper .swiper-button-prev {
        width: 28%;
        height: 800px;
        background: rgba(0, 0, 0, 0);
        top: 0%;
    }

    .zizhi-swiper .swiper-button-next:after,
    .zizhi-swiper .swiper-button-prev:after {
        display: none;
    }

    .pathbox {
        background: #eaeaea;
    }

    .lcTxt-swiper .swiper-slide:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        margin: 30px auto;
    }

    .lcTxt-swiper p {
        text-align: center;
        color: #fff
    }

    .lcImg-swiper .swiper-button-prev:after,
    .lcImg-swiper .swiper-button-next:after {
        content: "";
        position: absolute;
        left: 0;
        top: 38%;
        background: #26499d;
        border-radius: 50%;
        left: 0;
        cursor: pointer;
        pointer-events: auto;
        width: 40px;
        height: 40px;
        margin: -40px 0 0;
        z-index: 0;
    }

    .lcImg-swiper .swiper-button-next:after {
        left: auto;
        right: 0;
    }

    .lcImg-swiper .swiper-button-prev:before,
    .lcImg-swiper .swiper-button-next:before {
        content: "";
        width: 16px;
        height: 16px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        top: 38%;
        margin-top: -28px;
        margin-left: 15px;
        z-index: 2;
    }

    .lcImg-swiper .swiper-button-next:before {
        right: 0;
        left: auto;
        transform: rotate(-135deg);
        margin-left: 0;
        margin-right: 15px;
    }

    .lcImg-swiper .swiper-slide img {
        width: 260px;
        margin: auto;
    }

    .lctxt2-swiper {
        width: 800px;
        margin-bottom: 2rem;
    }

    .lctxt2-swiper p {
        background: url("/resource/swiper/images/xin.png") no-repeat left 4px;
        background-size: 18px;
        padding-left: 2em !important;
    }
}

@media screen and (max-width: 749px) {
    .zz_tit {
        text-align: center;
        font-size: .8rem;
        padding: .5rem 0;
    }

    .zz_years {
        position: relative;
        height: 2rem;
        margin: 1rem !important;
    }

    .zz_years:after {
        content: "";
        width: 100%;
        border-top: 1px solid #c5c4c3;
        position: absolute;
        left: 0;
        top: .45rem;
        transition: .3s;
    }

    .zz_years .swiper-button-prev {
        width: 1rem;
        height: 1rem;
        background: #72799f;
        border-radius: 50%;
        left: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 50%;
        margin-top: -1rem;
    }

    .zz_years .swiper-button-next {
        width: 1rem;
        height: 1rem;
        background: #72799f;
        border-radius: 50%;
        right: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 50%;
        margin-top: -1rem;
    }

    .zz_years .swiper-button-prev:after {
        content: '';
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: .3rem;
        height: .3rem;
        transform: rotate(45deg);
        margin-left: .15rem;
    }

    .zz_years .swiper-slide {
        cursor: pointer;
        width: 10%;
    }

    .zz_years .swiper-button-next:after {
        content: '';
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: .3rem;
        height: .3rem;
        transform: rotate(-135deg);
        margin-right: .15rem;
    }

    .zz_years .swiper-slide i {
        display: block;
        width: 2rem;
        height: .7rem;
        position: relative;
        position: absolute;
        top: .085rem;
        left: 50%;
        margin-left: -1rem;
    }

    .zz_years .swiper-slide i:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -.2rem 0 0 -.2rem;
        width: .4rem;
        height: .4rem;
        background: #c5c4c3;
        display: block;
        border-radius: 50%;
    }

    .zz_years .swiper-button-next.swiper-button-disabled,
    .zz_years .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

    .zz_years .swiper-slide span {
        padding-top: 1rem;
        display: block;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
        font-size: .5rem;
    }

    .zz_years .swiper-slide-active i:before {
        width: .4rem;
        height: .4rem;
        background: #72799f;
        margin: -.2rem 0 0 -.2rem;
    }

    .zz_years .swiper-slide-active i:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        border: 1px solid #72799f;
        margin: -.3rem 0 0 -.3rem;
    }

    .zz_years .swiper-slide-active span {
        color: #72799f;
        font-size: .7rem;
    }

    .zz_fzlc {
        padding: 0 90px 0;
        position: relative;
        height: 800px;
        margin-bottom: 15px;
    }

    .zz_fzlc:before {
        content: "";
        width: 100%;
        border-top: 1px solid #c5c4c3;
        position: absolute;
        left: 0;
        top: 50%;
        transition: .3s;
    }

    .zz_fzlc .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #72799f;
        border-radius: 50%;
        left: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 50%;
        opacity: 1 !important;
    }

    .zz_fzlc .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #72799f;
        border-radius: 50%;
        right: 0;
        cursor: pointer;
        pointer-events: auto;
        top: 50%;
        opacity: 1 !important;
    }

    .zz_fzlc .swiper-button-prev:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        margin-left: 7px;
    }

    .zz_fzlc .swiper-slide {
        cursor: pointer;
        width: 20%;
        text-align: center;
    }

    .zz_fzlc .swiper-button-next:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 15px;
        height: 15px;
        transform: rotate(-135deg);
        margin-right: 7px;
    }

    .zz_fzlc .swiper-slide i {
        width: 100px;
        height: 100px;
        background: #26499d;
        color: #fff;
        display: inline-block;
        border-radius: 50%;
        margin-top: 350px;
        line-height: 100px;
        text-align: center;
        font-style: normal;
    }

    .zz_fzlc .swiper-slide-active i {
        width: 200px;
        height: 200px;
        margin-top: 300px;
        ;
        line-height: 200px;
        font-size: 36px;
        font-weight: 400;
        transition: .3s;
        z-index: 999;
        position: relative;
    }

    .zz_fzlc .swiper-slide {
        position: relative;
    }

    .zz_fzlc .swiper-button-next.swiper-button-disabled,
    .zz_years .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

    .zz_fzlc .swiper-slide span {
        display: flex;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: 35px;
        text-align: center;
        font-size: 14px;
        transition: .3s;
        height: 170px;
        color: #fff;
        background: url(../img/fzlc_down.png) center center no-repeat;
    }

    .zz_fzlc .swiper-slide div {
        position: absolute;
        top: 50%;
        margin-top: 200px;
        color: #fff;
        text-align: center;
    }

    .zz_fzlc .swiper-slide div p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .zz_fzlc .swiper-slide.up span {
        top: 20%;
        background: url(../img/fzlc_up.png) center center no-repeat;
    }

    .zz_fzlc .swiper-slide.up div {
        position: absolute;
        top: 0%;
        margin-top: 0;
        height: 260px;
    }

    .zz_fzlc .swiper-slide.up div p {
        display: table-cell;
        vertical-align: bottom;
        height: 240px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .zizhi-swiper {
        width: 100%;
        height: 100%;
        padding-bottom: 1rem;
    }

    .zizhi-swiper h2,
    .zizhi-swiper p {
        display: none;
    }

    .zizhi-swiper .swiper-slide,
    .lcImg-swiper .swiper-slide {
        text-align: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .zizhi-swiper .swiper-slide-active,
    .swiper-slide-duplicate-active,
    .lcImg-swiper .swiper-slide-active {
        transform: scale(1);
    }

    .zizhi-swiper {
        width: 100%;
        height: auto;
    }

    .zizhi-swiper .img {
        display: block;
        overflow: hidden;
    }

    .zizhi-swiper .img img {
        margin: 0;
        float: left;
    }

    .zizhi-swiper a {
        text-decoration: none;
        color: #666;
        text-align: center;
    }

    .zizhi-swiper h2 {
        font-size: .7rem;
        width: 100%;
        text-align: center;
    }

    .zizhi-swiper p {
        font-size: .45rem;
        width: 100%;
        text-align: center;
    }

    .zizhi-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        transform: scale(.8);
        transition: .2s;
    }

    .zizhi-swiper .swiper-pagination-bullet-active {
        transform: scale(1);
        background: #666;
    }

    .zizhi-swiper .swiper-slide-active h2,
    .zizhi-swiper .swiper-slide-active p {
        display: block;
    }

    .zizhi-swiper .swiper-button-next,
    .lcImg-swiper .swiper-button-next {
        display: none;
    }

    .zizhi-swiper .swiper-button-prev,
    .lcImg-swiper .swiper-button-prev {
        display: none;
    }

    .zizhi-swiper .swiper-button-next:after,
    .zizhi-swiper .swiper-button-prev:after {
        display: none;
    }

    .pathbox {
        background: #eaeaea;
    }

    .lcTxt-swiper .swiper-slide:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        margin: .5rem auto;
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-top: .5rem solid #72799f;
    }

    .lcTxt-swiper p {
        text-align: center;
        color: #fff
    }

    .lcImg-swiper .swiper-button-prev:after,
    .lcImg-swiper .swiper-button-next:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: #72799f;
        border-radius: 50%;
        left: 0;
        cursor: pointer;
        pointer-events: auto;
        width: 40px;
        height: 40px;
        margin: -40px 0 0;
        z-index: 0;
    }

    .lcImg-swiper .swiper-button-next:after {
        left: auto;
        right: 0;
    }

    .lcImg-swiper .swiper-button-prev:before,
    .lcImg-swiper .swiper-button-next:before {
        content: "";
        width: 16px;
        height: 16px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -28px;
        margin-left: 15px;
        z-index: 2;
    }

    .lcImg-swiper .swiper-button-next:before {
        right: 0;
        left: auto;
        transform: rotate(-135deg);
        margin-left: 0;
        margin-right: 15px;
    }

    .lcImg-swiper .swiper-slide img {
        width: 230px !important;
    }

    #CB_Next,
    #CB_Prev {
        background: none;
    }

    .lctxt2-swiper {
        margin: 1rem !important;
    }

    .lctxt2-swiper p {
        font-size: .6rem;
        background: url("/resource/swiper/images/xin.png") no-repeat left .2rem;
        background-size: .8rem;
        padding-left: 2em;
    }
}