.tong {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

p {
    margin: 0;
}

.fen img {
    transition-duration: .3s;
}

.fen:hover img {
    transform: scale(1.1);
}

.of {
    overflow: hidden;
}

html {
    font-size: 100px;
    overflow-x: hidden;
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 50px;
    }
}

.tou {
    height: 39px;
    background: #5ee1c6;
    color: #faf5f5;
    font-size: 13px;
}

.tou a {
    color: #faf5f5;
}

.tou .con {
    height: 100%;
}

.tou1 {
    height: 1.12rem;
}

.tou1 .con {
    height: 100%;
}

.tou1 .logo {
    line-height: 1.12rem;
    width: 31%;
}

.tou1 .logo img {
    max-width: 100%;
}

h2.bt {
    text-align: center;
    line-height: 1;
}

h2.bt b {
    font-size: .4rem;
    color: #5ee1c6;
}

@media (max-width: 480px) {
    h2.bt b {
        font-size: 24px;
    }
}

h2.bt p {
    font-size: .18rem;
    color: #333333;
    margin-top: .18rem;
}

@media (max-width: 480px) {
    h2.bt p {
        font-size: 14px;
        line-height: 1.4;
    }
}

.c1 {
    margin-top: .8rem;
}

.c1 .con {
    margin-top: .72rem;
}

.c1 .con.con1 {
    margin-top: .98rem;
}

@media (max-width: 780px) {
    .c1 .con {
        margin-top: 24px;
    }

    .c1 .con.con1 {
        margin-top: 20px;
    }
}

.c1 .con .list2 {
    display: flex;
}

.c1 .con .list2 li {
    width: 250px;
    background: #eeeeee;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all .6s ease-out;
}

@media (max-width: 780px) {
    .c1 .con .list2 li {
        width: 33.33333%;
        padding: 20px;
    }
}

.c1 .con .list2 li a {
    position: relative;
    display: block;
    width: 100%;
}

.c1 .con .list2 li a .tu {
    display: none;
    width: 17.25%;
}

.c1 .con .list2 li a .tu img {
    max-width: 100%;
}

.c1 .con .list2 li .zb h3 {
    font-size: 14px;
    color: #4b4e4e;
    padding-top: 2vw;
}

.c1 .con .list2 li .zb h4 {
    font-size: .24rem;
    color: #f5fbfb;
    font-weight: 600;
    display: none;
}

.c1 .con .list2 li .zb dd {
    font-size: 12px;
    color: #f5fbfb;
    line-height: 21px;
    margin-top: 12px;
    margin-bottom: 18px;
    display: none;
}

.c1 .con .list2 li .zb .ck {
    width: 124px;
    line-height: 30px;
    text-align: center;
    color: #f5fbfb;
    border: 1px solid #f5fbfb;
    border-radius: 14px;
    display: none;
}

.c1 .con .list2 li .yb {
    text-align: center;
    margin-top: 3.85vw;
}

.c1 .con .list2 li .yb .img img {
    max-width: 100%;
}

.c1 .con .list2 li .yb .img img.img2 {
    display: none;
}

@media (min-width: 780px) {
    .c1 .con .list2 li.on {
        text-align: left;
        width: 900px;
        background: #5ee1c6;
        padding: 0 5.2vw 0 4.84vw;
        display: block;
    }

    .c1 .con .list2 li.on a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .c1 .con .list2 li.on a .tu {
        transform: translateY(-50%);
        display: block;
        top: 0;
        left: 0;
        position: absolute;
    }

    .c1 .con .list2 li.on a .zb {
        position: relative;
        padding-top: .5rem;
    }

    .c1 .con .list2 li.on a .zb h3 {
        display: none;
    }

    .c1 .con .list2 li.on a .zb h4 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }

    .c1 .con .list2 li.on a .zb dd {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .c1 .con .list2 li.on a .zb .ck {
        display: block;
    }

    .c1 .con .list2 li.on a .yb {
        /* padding: 17px 0; */
        margin-top: 0;
    }

    .c1 .con .list2 li.on a .yb .img img.img1 {
        display: none;
    }

    .c1 .con .list2 li.on a .yb .img img.img2 {
        display: inline;
    }
}

.c1 .con2 {
    margin-top: 5.1vw;
}

@media (max-width: 780px) {
    .c1 .con2 {
        margin-top: 20px;
    }
}

.c1 .con2 .list2 {
    padding-left: 4.715vw;
    padding-right: 4.715vw;
    text-align: center;
    position: relative;
}

.c1 .con2 .list2 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
    font-size: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    outline: none;
    border: none;
}

.c1 .con2 .list2 .slick-arrow.slick-prev {
    left: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/03/0679eac79cbe45383959123aa1893cc815a5f3d3.png) no-repeat 50%;
}

.c1 .con2 .list2 .slick-arrow.slick-next {
    right: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/03/0679eac79cbe45383959123aa1893cc815a5f3d3.png) no-repeat 50%;
    transform: rotate(180deg);
    top: 41%;
}

.c1 .con2 .list2 li {
    padding: 0 0.575vw;
}

.c1 .con2 .list2 li a {
    display: block;
    position: relative;
}

.c1 .con2 .list2 li a .img {
    border: 1px solid #bfbfbf;
}

.c1 .con2 .list2 li a .img img {
    width: 100%;
}

.c1 .con2 .list2 li a h3 {
    line-height: 42px;
    font-size: 14px;
    color: #fcfefe;
    background: rgba(27, 27, 27, 0.5);
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.c2 {
    margin-top: .8rem;
    margin-bottom: 6.67vw;
}

@media (max-width: 780px) {
    .c2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.c2 .ti {
    background-color: #5ee1c6;
    margin-bottom: .86rem;
}

.c2 .ti .zix {
    position: relative;
    padding-top: .35rem;
    padding-bottom: .28rem;
}

@media (max-width: 780px) {
    .c2 .ti .zix {
        padding: 20px 0;
    }
}

.c2 .ti .zix:before {
    content: '';
    display: block;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/98acd098a73c23befecac5cc44f398f65ca63285.png) no-repeat 50% 0%;
    bottom: -2.14vw;
    left: 5.16vw;
    width: 10.1vw;
    height: 2.14vw;
    background-size: cover;
    position: absolute;
}

.c2 .ti .zix h2.bt b {
    color: #fff;
}

.c2 .ti .zix h2.bt p {
    color: #fff;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/90fed55e8d52681ccf2030e96e10ee5af7287710.png) no-repeat 50%;
    line-height: 40px;
    margin-top: 12px;
}

@media (max-width: 480px) {
    .c2 .ti .zix h2.bt p {
        background-size: auto 73%;
        margin-top: 8px;
    }
}

.c2 .con1 .list2 li {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li {
        flex-wrap: wrap;
    }
}

.c2 .con1 .list2 li .tu {
    margin-bottom: 2vw;
}

@media (max-width: 1610px) {
    .c2 .con1 .list2 li .tu {
        margin-bottom: 1vw;
    }
}

.c2 .con1 .list2 li .tu img {
    max-width: 100%;
}

.c2 .con1 .list2 li h3 {
    display: none;
}

.c2 .con1 .list2 li dd {
    font-size: 16px;
    line-height: 31px;
    color: #000000;
}

.c2 .con1 .list2 li dd:hover {
    color: #5ee1c6;
}

.c2 .con1 .list2 li dd:hover span {
    color: #5ee1c6;
}

@media (max-width: 480px) {
    .c2 .con1 .list2 li dd {
        font-size: 14px;
        line-height: 26px;
    }
}

.c2 .con1 .list2 li dd span {
    color: #004c92;
}

.c2 .con1 .list2 li:nth-child(1) {
    align-items: flex-end;
}

@media (max-width: 1610px) {
    .c2 .con1 .list2 li:nth-child(1) {
        align-items: center;
    }
}

.c2 .con1 .list2 li:nth-child(1) .zi {
    width: 43%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(1) .zi {
        width: 100%;
        justify-content: flex-start;
        padding: 0 15px;
    }
}

.c2 .con1 .list2 li:nth-child(1) .zi dd {
    margin-left: .24rem;
    max-width: 524px;
    margin-bottom: 2.29vw;
}

.c2 .con1 .list2 li:nth-child(1) .zi .sec p {
    width: 47.36%;
}

.c2 .con1 .list2 li:nth-child(1) .zi .sec p img {
    width: 100%;
}

.c2 .con1 .list2 li:nth-child(1) .img {
    width: 54.97%;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(1) .img {
        width: 100%;
        margin-top: 20px;
    }
}

.c2 .con1 .list2 li:nth-child(1) .img img {
    width: 100%;
}

.c2 .con1 .list2 li:nth-child(2) {
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/a197b99d46cbf4e8c6b722c17715c01040c970fd.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 5.26vw;
    padding-bottom: 3.54vw;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(2) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c2 .con1 .list2 li:nth-child(2) .io {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(2) .io {
        flex-wrap: wrap;
    }
}

.c2 .con1 .list2 li:nth-child(2) .img {
    width: 55%;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(2) .img {
        width: 100%;
    }
}

.c2 .con1 .list2 li:nth-child(2) .img img {
    width: 100%;
}

.c2 .con1 .list2 li:nth-child(2) .zi {
    width: 45.5%;
    text-align: right;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(2) .zi {
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }
}

.c2 .con1 .list2 li:nth-child(2) .zi dd {
    margin-bottom: 1.5625vw;
    margin-right: .17rem;
    max-width: 541px;
}

.c2 .con1 .list2 li:nth-child(2) .zi .sec1 img {
    max-width: 100%;
}

.c2 .con1 .list2 li:nth-child(3) {
    align-items: center;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(3) {
        padding-top: 30px;
    }
}

.c2 .con1 .list2 li:nth-child(3) .img {
    width: 49.4%;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(3) .img {
        width: 100%;
        margin-top: 20px;
    }
}

.c2 .con1 .list2 li:nth-child(3) .img img {
    width: 100%;
}

.c2 .con1 .list2 li:nth-child(3) .zi {
    width: 48.03%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 780px) {
    .c2 .con1 .list2 li:nth-child(3) .zi {
        width: 100%;
        justify-content: flex-start;
        padding: 0 15px;
    }
}

.c2 .con1 .list2 li:nth-child(3) .zi dd {
    max-width: 645px;
    margin-bottom: 3.64583vw;
}

.c2 .con1 .list2 li:nth-child(3) .zi .dh {
    display: flex;
    align-items: center;
}

.c2 .con1 .list2 li:nth-child(3) .zi .dh p {
    padding-left: 16px;
    font-weight: 600;
    font-size: .28rem;
    line-height: 31px;
    color: #5ee1c6;
}

@media (max-width: 480px) {
    .c2 .con1 .list2 li:nth-child(3) .zi .dh p {
        font-size: 20px;
    }
}

.c3 .con {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .c3 .con {
        flex-wrap: wrap;
    }
}

.c3 .con .c3-1 {
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/25182c176ed097c12eb2413c5da35e3f53387ce1.png) no-repeat 50% 0;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    padding-right: 3.02vw;
    width: 46.558%;
    align-items: center;
}

@media (max-width: 1450px) {
    .c3 .con .c3-1 {
        padding-left: 3.02vw;
    }
}

@media (max-width: 780px) {
    .c3 .con .c3-1 {
        width: 100%;
        padding: 40px 15px 20px;
    }
}

.c3 .con .c3-1 .zix {
    max-width: 587px;
    width: 100%;
}

@media (max-width: 780px) {
    .c3 .con .c3-1 .zix {
        max-width: 100%;
    }
}

.c3 .con .c3-1 h2 {
    position: relative;
}

.c3 .con .c3-1 h2 p {
    color: #5ee1c6;
    font-size: .4rem;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.c3 .con .c3-1 h2 b {
    font-family: Impact;
    color: #656666;
    opacity: 0.2;
    font-size: .7rem;
    position: absolute;
    left: 0;
    bottom: .1rem;
}

.c3 .con .c3-1 dd {
    font-size: 15px;
    color: #2a2a2a;
    line-height: .3rem;
    margin-bottom: 4.2vw;
    margin-top: 2.1vw;
}

.c3 .con .c3-1 dd:hover {
    color: #5ee1c6;
}

@media (max-width: 1610px) {
    .c3 .con .c3-1 dd {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 1025px) {
    .c3 .con .c3-1 dd {
        line-height: 24px;
        font-size: 14px;
    }

    .c3 .con .c3-1 dd p:nth-child(2) {
        display: none;
    }
}

@media (max-width: 480px) {
    .c3 .con .c3-1 dd {
        font-size: 13px;
        margin-top: 14px;
    }

    .c3 .con .c3-1 dd p:nth-child(2) {
        display: block;
    }
}

.c3 .con .c3-1 a.ck {
    margin-left: 2.55vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #5ee1c6; */
    border: 1px solid #7a7a7a;
    width: 2.03rem;
    margin-bottom: 20px;
}

.c3 .con .c3-1 a:hover.ck {
    background: #5ee1c6;
    border: none;
}

@media (max-width: 780px) {
    .c3 .con .c3-1 a.ck {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .c3 .con .c3-1 a.ck {
        width: 150px;
    }
}

.c3 .con .c3-1 a.ck span {
    text-align: center;
    color: #7a7a7a;
    font-size: 15px;
    display: block;
    width: 1.5rem;
}

.c3 .con .c3-1 a:hover.ck span {
    color: #fff;
}

@media (max-width: 480px) {
    .c3 .con .c3-1 a.ck span {
        width: calc(100% - 40px);
    }
}

.c3 .con .c3-1 img {
    width: .53rem;
}

@media (max-width: 480px) {
    .c3 .con .c3-1 img {
        width: 40px;
    }
}

.c3 .con .c3-2 {
    width: 53.442%;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 {
        width: 100%;
    }
}

.c3 .con .c3-2 img {
    width: 100%;
}

.c3 .con1 {
    height: 91px;
    position: relative;
}

@media (max-width: 1380px) {
    .c3 .con1 {
        height: 71px;
    }
}

@media (max-width: 780px) {
    .c3 .con1 {
        height: auto;
    }
}

.c3 .con1 .list2 {
    text-align: center;
    background: #fff;
    display: flex;
    position: absolute;
    max-width: 1200px;
    box-shadow: 7.1px 3.6px 25px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: .23rem 0;
}

@media (max-width: 780px) {
    .c3 .con1 .list2 {
        position: inherit;
    }
}

@media (max-width: 480px) {
    .c3 .con1 .list2 {
        flex-wrap: wrap;
    }
}

.c3 .con1 .list2 li {
    width: 25%;
    border-right: 1px dashed #e5e5e5;
    padding: 13px 0 9px;
}

@media (max-width: 1450px) {
    .c3 .con1 .list2 li {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .c3 .con1 .list2 li {
        width: 50%;
        padding: 12px 0;
    }

    .c3 .con1 .list2 li:nth-child(2n) {
        border-right: none;
    }
}

.c3 .con1 .list2 li:last-child {
    border-right: none;
}

.c3 .con1 .list2 li h3 {
    line-height: 1;
}

.c3 .con1 .list2 li h3 span {
    font-size: .5rem;
    color: #5ee1c6;
}

@media (max-width: 480px) {
    .c3 .con1 .list2 li h3 span {
        font-size: 24px;
    }
}

.c3 .con1 .list2 li h3 i {
    font-style: normal;
    color: #000000;
    font-size: 16px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .c3 .con1 .list2 li h3 i {
        font-size: 13px;
        padding-left: 2px;
    }
}

.c3 .con1 .list2 li dd {
    font-size: 16px;
    color: #000000;
    line-height: 1;
    margin-top: .2rem;
}

@media (max-width: 480px) {
    .c3 .con1 .list2 li dd {
        font-size: 13px;
    }
}

.c4 {
    margin-top: .53rem;
    margin-bottom: 28px;
}

@media (max-width: 780px) {
    .c4 {
        margin-top: 30px;
    }
}

.c4 .ti {
    display: flex;
    margin-bottom: 2.46vw;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .c4 .ti {
        margin-bottom: 14px;
    }
}

.c4 .ti .list1 {
    display: flex;
    text-align: center;
}

.c4 .ti .list1 li {
    width: 1.74rem;
    line-height: 41px;
    font-size: .18rem;
    letter-spacing: 0.6px;
    color: #242525;
    cursor: pointer;
}

@media (max-width: 480px) {
    .c4 .ti .list1 li {
        font-size: 16px;
    }
}

.c4 .ti .list1 li:nth-child(1) {
    margin-right: .28rem;
}

.c4 .ti .list1 li.on {
    color: #f5faf9;
    font-weight: 600;
    background: #5ee1c6;
    border-radius: 14px;
}

.c4 .ti .xian {
    width: 922px;
    height: 1px;
    background-color: #626262;
}

@media (max-width: 1380px) {
    .c4 .ti .xian {
        width: 854px;
    }
}

@media (max-width: 780px) {
    .c4 .ti .xian {
        display: none;
    }
}

.c4 .ti a.ck {
    font-size: 18px;
    color: #242525;
}

.c4 .con .list2 {
    padding: 0 1.3vw;
    text-align: center;
    position: relative;
    height: 0;
    overflow: hidden;
}

.c4 .con .list2.active {
    height: auto;
}

.c4 .con .list2 .slick-arrow {
    cursor: pointer;
    top: calc(50% - .32rem);
    z-index: 111;
    position: absolute;
    border: none;
    outline: none;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    font-size: 0;
}

.c4 .con .list2 .slick-arrow.slick-prev {
    left: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/03/cca177de5deffbe8887ec46fd033c57c15f8fa1d.png) no-repeat 50%;
}

.c4 .con .list2 .slick-arrow.slick-next {
    right: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/03/cca177de5deffbe8887ec46fd033c57c15f8fa1d.png) no-repeat 50%;
    transform: rotate(180deg);
    top: calc(45% - 0.32rem);
}

.c4 .con .list2 li {
    padding: 0 1.145vw;
}

.c4 .con .list2 li .img img {
    width: 100%;
}

.c4 .con .list2 li h3 {
    color: #242525;
    font-size: .18rem;
    line-height: .64rem;
}

@media (max-width: 780px) {
    .c4 .con .list2 li h3 {
        font-size: 14px;
        line-height: 40px;
    }
}

.c5 {
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/a119c2c02730444e777926d5e42dbbf20ae2ac14.jpg) no-repeat 50% 0;
    background-size: cover;
    padding-top: .5rem;
    padding-bottom: .62rem;
}

@media (max-width: 780px) {
    .c5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c5 .bt b {
    color: #5ee1c6;
}

.c5 .bt p {
    margin-top: .2rem;
    color: #434343;
}

@media (max-width: 780px) {
    .c5 .bt p {
        margin-top: 8px;
    }
}

.c5 .con .list1 {
    margin-top: .4rem;
    margin-bottom: .3rem;
    text-align: center;
    display: flex;
    background: #fff;
}

@media (max-width: 480px) {
    .c5 .con .list1 {
        flex-wrap: wrap;
    }
}

.c5 .con .list1 li {
    width: 20%;
    border-right: 1px solid #d7d7d7;
    line-height: .66rem;
}

@media (max-width: 480px) {
    .c5 .con .list1 li {
        width: 50%;
        line-height: 40px;
        border: none;
    }
}

.c5 .con .list1 li:last-child {
    border-right: none;
}

.c5 .con .list1 li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .c5 .con .list1 li .img img {
        max-height: 28px;
    }
}

.c5 .con .list1 li .img img.img2 {
    display: none;
}

.c5 .con .list1 li h3 {
    padding-left: 10px;
    color: #000000;
    font-size: .2rem;
}

@media (max-width: 480px) {
    .c5 .con .list1 li h3 {
        font-size: 14px;
    }
}

.c5 .con .list1 li.on, .c5 .con .list1 li:hover {
    background: #5ee1c6;
}

.c5 .con .list1 li.on .img img.img1, .c5 .con .list1 li:hover .img img.img1 {
    display: none;
}

.c5 .con .list1 li.on .img img.img2, .c5 .con .list1 li:hover .img img.img2 {
    display: inline;
}

.c5 .con .list1 li.on h3, .c5 .con .list1 li:hover h3 {
    color: #fff;
}

.c5 .con .list2 {
    margin-top: .3rem;
}

.c5 .con .list2 li {
    background: #fff;
    height: 0;
    overflow: hidden;
}

.c5 .con .list2 li.active {
    height: auto;
}

.c5 .con .list2 li a {
    display: flex;
}

@media (max-width: 780px) {
    .c5 .con .list2 li a {
        flex-wrap: wrap;
    }
}

.c5 .con .list2 li .img {
    width: 56.8%;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .img {
        width: 100%;
    }
}

.c5 .con .list2 li .img img {
    width: 100%;
}

.c5 .con .list2 li .zi {
    width: 43.2%;
    padding-bottom: 1vw;
    padding-right: 3.39vw;
    padding-left: 3.23vw;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi {
        padding: 30px 15px;
        width: 100%;
    }
}

.c5 .con .list2 li .zi .zi1 {
    width: 100%;
}

.c5 .con .list2 li .zi:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    width: 101%;
    background: #004c92;
    z-index: 1;
}

.c5 .con .list2 li .zi h3 {
    font-weight: 600;
    color: #000000;
    font-size: .24rem;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi h3 {
        font-size: 20px;
    }
}

.c5 .con .list2 li .zi dd {
    margin-top: 2.6vw;
    margin-bottom: 6.1vw;
    font-size: 16px;
    color: #000000;
    line-height: .3rem;
}

.c5 .con .list2 li .zi dd:hover {
    color: #5ee1c6;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi dd {
        font-size: 14px;
        line-height: 26px;
    }
}

.c5 .con .list2 li .zi .ck {
    color: #5ee1c6;
    font-size: 16px;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi .ck {
        font-size: 13px;
    }
}

.c5 .con .list2 li .zi .ck img {
    padding-left: 1.15vw;
}

.c5 .con1 {
    margin-top: .3rem;
}

.c5 .con1 .list2 {
    position: relative;
    padding-left: 5.36vw;
    padding-right: 5vw;
}

.c5 .con1 .list2 .slick-arrow {
    cursor: pointer;
    top: 50%;
    z-index: 111;
    position: absolute;
    border: none;
    outline: none;
    width: 20px;
    height: 40px;
    font-size: 0;
    transform: translateY(-50%);
    padding: 0;
}

.c5 .con1 .list2 .slick-arrow.slick-prev {
    left: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/0c676efc95b6827fba48dff3e1751165a5f21831.png) no-repeat 50%;
}

.c5 .con1 .list2 .slick-arrow.slick-next {
    right: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/77373c9ccb9aa369ddec84e5dd7ba10997b1e4a4.png) no-repeat 50%;
}

.c5 .con1 .list2 li {
    padding: 0 7px;
}

.c5 .con1 .list2 li .img img {
    width: 100%;
}

.c6 {
    margin-top: .79rem;
    margin-bottom: 6.51vw;
}

@media (max-width: 780px) {
    .c6 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 780px) {
    .c6 {
        margin-bottom: 16px;
    }
}

.c6 h2.bt b {
    color: #5ee1c6;
}

.c6 h2.bt p {
    color: #888888;
}

.c6 .con {
    margin-top: 4.79vw;
}

.c6 .con .list2 {
    text-align: center;
    align-items: center;
}

@media (max-width: 780px) {
    .c6 .con .list2 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.c6 .con .list2 li {
    width: 142px;
    height: 142px;
    border: solid 1px #dddddd;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-height: 1220px) {
    .c6 .con .list2 li {
        width: 122px;
        height: 122px;
    }
}

@media (max-width: 780px) {
    .c6 .con .list2 li {
        margin: 0 10px 14px;
    }
}

@media (max-width: 480px) {
    .c6 .con .list2 li {
        width: 106px;
        height: 106px;
        margin: 0 4px 14px;
    }
}

.c6 .con .list2 li .img {
    line-height: 44px;
}

@media (max-width: 1220px) {
    .c6 .con .list2 li .img {
        line-height: 34px;
    }

    .c6 .con .list2 li .img img {
        max-height: 34px;
    }
}

.c6 .con .list2 li h3 {
    color: #333333;
    font-size: 16px;
    margin-top: 14px;
}

@media (max-width: 480px) {
    .c6 .con .list2 li h3 {
        font-size: 14px;
        margin-top: 8px;
    }
}

.c6 .con .list2 li:hover h3 {
    color: #5ee1c6;
}

@media (max-width: 780px) {
    .c6 .con .list2 .sj {
        display: none;
    }
}

.c6 .con .list2 .sj:last-child {
    display: none;
}

.c7 {
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/72e4f46d6ea08c8e9dd21092e2d34885b09a895a.jpg) no-repeat 50% 0;
    padding-top: .67rem;
    padding-bottom: 5.26vw;
}

@media (max-width: 780px) {
    .c7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c7 .con {
    margin-top: .33rem;
}

@media (max-width: 780px) {
    .c7 .con {
        margin-top: 24px;
    }
}

.c7 .con .list2 {
    display: flex;
}

@media (max-width: 480px) {
    .c7 .con .list2 {
        flex-wrap: wrap;
    }
}

.c7 .con .list2 li {
    text-align: center;
    width: 25%;
    background-color: #dbdcdc;
}

@media (max-width: 480px) {
    .c7 .con .list2 li {
        width: 50%;
    }
}

.c7 .con .list2 li .img img {
    width: 100%;
}

.c7 .con .list2 li .zi {
    padding: .5rem 2vw 5.8vw;
}

.c7 .con .list2 li .zi h3 {
    font-size: .28rem;
    color: #2e3232;
}

@media (max-width: 480px) {
    .c7 .con .list2 li .zi h3 {
        font-size: 16px;
    }
}

.c7 .con .list2 li .zi h3:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 86px;
    height: 3px;
    background-color: #004c92;
    margin-top: 10px;
}

.c7 .con .list2 li .zi dd {
    font-size: .18rem;
    color: #2e3232;
    line-height: 22px;
    margin-top: 8px;
}

@media (max-width: 480px) {
    .c7 .con .list2 li .zi dd {
        font-size: 13px;
    }
}

.c7 .con .list2 li:hover .zi {
    background-color: #5ee1c6;
}

.c7 .con .list2 li:hover .zi h3 {
    color: #fff;
}

.c7 .con .list2 li:hover .zi h3:after {
    background: #5ee1c6;
}

.c7 .con .list2 li:hover .zi dd {
    color: #fff;
}

.c8 {
    margin-top: 4.17vw;
    margin-bottom: 2.8vw;
}

@media (max-width: 780px) {
    .c8 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .c8 {
        margin-bottom: 16px;
    }
}

.c8 .con {
    margin-top: 5.21vw;
}

@media (max-width: 780px) {
    .c8 .con {
        margin-top: 24px;
    }
}

.c8 .con .list2 {
    display: flex;
    margin-left: -0.575vw;
    margin-right: -0.575vw;
}

@media (max-width: 480px) {
    .c8 .con .list2 {
        flex-wrap: wrap;
    }
}

.c8 .con .list2 li {
    width: 33.33%;
    padding: 0 0.575vw;
}

@media (max-width: 480px) {
    .c8 .con .list2 li {
        width: 100%;
        margin-bottom: 14px;
    }
}

.c8 .con .list2 li .img img {
    width: 100%;
}

.c8 .con .list2 li .zi {
    margin-top: 1.7vw;
}

@media (max-width: 780px) {
    .c8 .con .list2 li .zi {
        margin-top: 20px;
    }
}

.c8 .con .list2 li .zi h3 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c8 .con .list2 li .zi h3:hover {
    color: #5ee1c6;
}

@media (max-width: 780px) {
    .c8 .con .list2 li .zi h3 {
        font-size: 16px;
    }
}

.c8 .con .list2 li .zi dd {
    font-size: 14px;
    color: #777777;
    line-height: 27px;
    margin-top: 12px;
}

.c8 .con .list2 li .zi dd:hover {
    color: #5ee1c6;
}

@media (max-width: 780px) {
    .c8 .con .list2 li .zi dd {
        margin-top: 6px;
        font-size: 13px;
        line-height: 22px;
    }
}

.foot {
    background-color: #2e2e2e;
    padding-top: .43rem;
}

@media (max-width: 780px) {
    .foot {
        padding-top: 30px;
    }
}

.foot .con {
    padding-bottom: .46rem;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .foot .con {
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.foot .con .foot1 {
    display: flex;
    width: 43.3%;
}

@media (max-width: 780px) {
    .foot .con .foot1 {
        display: none;
    }
}

.foot .con .foot1 li {
    width: 33.33%;
}

.foot .con .foot1 li h2 {
    font-size: .18rem;
    color: #ffffff;
}

.foot .con .foot1 li .sec {
    margin-top: 24px;
}

.foot .con .foot1 li .sec a {
    display: block;
    line-height: .3rem;
    color: rgba(255, 255, 255, 0.6);
    transition-duration: .3s;
}

.foot .con .foot1 li .sec a:hover {
    color: #5ee1c6;
}

.foot .con .foot2 {
    text-align: center;
}

@media (max-width: 780px) {
    .foot .con .foot2 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot2 {
        width: 100%;
    }
}

.foot .con .foot2 p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 780px) {
    .foot .con .foot3 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot3 {
        width: 100%;
        margin-top: 20px;
    }
}

.foot .con .foot3 .dh {
    width: 190px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.foot .con .foot3 .dh:hover {
    color: #5ee1c6;
}

.foot .con .foot3 .dh p {
    font-weight: 600;
    font-size: 24px;
}

.foot .con .foot3 dd {
    font-size: 14px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: .16rem;
}

.foot .con .foot3 dd p:hover {
    color: #5ee1c6;
}

.foot .ban {
    text-align: center;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 24px;
    padding: 12px 0;
}

@media (max-width: 780px) {
    .foot .ban {
        line-height: 22px;
        font-size: 13px;
    }
}

.foot .ban a {
    color: #ffffff;
}


.ndao {
    position: relative;
    margin-bottom: 5.63vw;
    margin-top: -72px;
}

.ndao.ndaoxx {
    position: relative;
    margin-bottom: 5.63vw;
    margin-top: -42px;
}

.ndao:after {
    content: '';
    height: 71px;
    background-color: #f2f2f2;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ndao.ndaoxx:after {
    content: '';
    height: 133px;
    background-color: #f2f2f2;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}



.ndao .con {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* align-items: center; */
    position: relative;
    z-index: 1;
}

.ndao.ndaoxx .con{
       align-items: center;
}



.ndao .con .titx {
    font-size: 34px;
    color: #f8f8f8;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/06/8c91e7a97b5bf936d7a9fa3e17fcac7913d020d5.png) no-repeat 50%;
    width: 216px;
    height: 142px;
    line-height: 142px;
    padding-left: 9px;
}


.ndao.ndaoxx .con .titx {
    font-size: 34px;
    color: #f8f8f8;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/06/82307e09866dab8060895de82d4293f8da446025.png) no-repeat 50%;
    width: 216px;
    height: 174px;
    line-height: 174px;
    padding-left: 9px;
}


.ndao .con .titx span {
    display: none;
}

.ndao .con .ll {
    width: calc(100% - 220px);
    /* height: 117px; */
    margin-top: 42px;
}

.ndao.ndaoxx .con .ll {
    /* margin-top: 0px; */
    margin-top: 42px;
}

.ndao .con .xypg-left-nav {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    border-left: 1px solid rgba(169, 169, 169, .3);
}

.ndao .con .xypg-left-nav > li {
    border-bottom: none;
    width: calc(100% / 6 );
    text-align: center;
    border-right: 1px solid rgba(169, 169, 169, .3);
}

.ndao .con .xypg-left-nav > li > a {
    padding: 0px;
    position: relative;
    overflow: initial;
    color: #6c7171;
    /* font-weight: 600; */
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
    line-height:71px;
}

.ndao.ndaoxx .con .xypg-left-nav > li > a{
      line-height: 44px;  
}

@media(max-width:1300px){
    .ndao .con .xypg-left-nav > li > a{
        font-size:14px;
    }
}

@media (max-width: 1025px) {
    .ndao .con .xypg-left-nav > li > a {

    }
}

.ndao .con .xypg-left-nav > li > a:before {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #5ee1c6;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease-out;
}

.ndao .con .xypg-left-nav > li > a:after {
    content: '';
    width: 21px;
    height: 18px;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/03/601a6bed7ee6f869a866d838a08694e0aa8ca274.png) no-repeat 50%;
    display: block;
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
}

.ndao .con .xypg-left-nav > li .first-nav-btn {
    display: none;
}



.ndao .con .xypg-left-nav > li.clicked > a, .ndao .con .xypg-left-nav > li:hover > a {
    color: #5ee1c6;
}

.ndao .con .xypg-left-nav > li.clicked > a:before, .ndao .con .xypg-left-nav > li:hover > a:before {
    width: 100%;
}

.ndao .con .xypg-left-nav > li.clicked > a:after, .ndao .con .xypg-left-nav > li:hover > a:after {
    opacity: 1;
}

.cplist {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin-left: -0.5vw;
    margin-right: -0.5vw;
}

.cplist li {
    padding: 0.965vw 0.965vw 0;
    /* padding: 0 0.5vw; */
    width: 25%;
    margin-bottom: 1.67vw;
}

.cplist li a {
    border: 1px solid #eeeeee;
    display: block;
    padding-bottom: 20px;
}

@media (max-width: 780px) {
    .cplist li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .cplist li {
        margin-bottom: 10px;
    }
}

.cplist li .img img {
    width: 100%;
}

.cplist li h3 {
    font-size: 16px;
    color: #212224;
    margin-top: 14px;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cplist li .ck {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #56c5ce;
    border: 1px solid #56c5ce;
    border-radius: 10px;
    width: 152px;
    line-height: 32px;
}

.cplist li:hover .ck {
    background: #56c5ce;
    color: #ffffff;
}

@media (max-width: 480px) {
    .cplist li .ck {
        width: 120px;
        font-size: 12px;
    }

    .cplist li h3 {
        padding: 6px 0;
        margin-bottom: 10px;
    }
}

.ndao1 .xypg-left-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -3.2vw;
    margin-right: -3.2vw; */
}

.ndao1 .xypg-left-nav > li {
    border: none;
    /* margin-bottom: 1.72vw;
    padding: 0 3.2vw; */
    margin-bottom: 11px;
    padding: 0 11px;
    margin-top: 11px;
    width: 25%;
}

.ndao1 .xypg-left-nav li:nth-child(4n) {
    padding-right: 0;
}

.ndao1 .xypg-left-nav li:nth-child(4n+1) {
    padding-left: 0;
}

.ndao1 .xypg-left-nav > li .first-nav-btn {
    display: none;
}

.ndao1 .xypg-left-nav > li > a {
    display: block;
    line-height: 50px;
    background-color: rgba(220, 220, 220, .4);
    border-radius: 10px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding: 0;
}

.ndao1 .xypg-left-nav > li.clicked > a, .ndao1 .xypg-left-nav > li:hover > a {
    color: #5fe1c7;
}

.cpcon {
    display: flex;
} 

@media (max-width: 780px) {
    .cpcon {
        flex-wrap: wrap;
    }
}

.cpcon .cp1 {
    width: 42.3%;
    /* border: solid 1px rgba(49, 49, 49, 0.2); */
    /* padding-bottom: 10px; */
}

.cpcon .cp1 .list1 {
    border: solid 1px rgba(49, 49, 49, 0.2);
    border-bottom: none;
}

.cpcon .cp1 .list2 {
    border: solid 1px rgba(49, 49, 49, 0.2);
    border-top: none;
}

@media (max-width: 780px) {
    .cpcon .cp1 {
        width: 100%;
    }
}

.cpcon .cp1 .list1 li .img img {
    width: 100%;
}

.cpcon .cp1 .list2 {
    padding: 0 2.29vw;
    position: relative;
}

.cpcon .cp1 .list2 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    border: none;
    outline: none;
    background: none;
    width: .28rem;
    height: .42rem;
    background-size: 100% 100% !important;
}

.cpcon .cp1 .list2 .slick-arrow.slick-prev {
    left: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/d34a1547e1199bdae4f3e63f26b7894b090bd22c.png) no-repeat 50%;
}

.cpcon .cp1 .list2 .slick-arrow.slick-next {
    right: 0;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/02/21e06e01c01d488896e678e9efe92f61818b8dbb.png) no-repeat 50%;
}

.cpcon .cp1 .list2 li {
    padding: 0 2px;
    outline: none;
}

.cpcon .cp1 .list2 li .img {
    border: solid 1px rgba(83, 83, 83, 0.2);
}

.cpcon .cp1 .list2 li .img img {
    width: 100%;
}

.cpcon .cp2 {
    width: 57.7%;
    background: rgba(239, 239, 239, .4);
}

@media (max-width: 780px) {
    .cpcon .cp2 {
        width: 100%;
    }
}

.cpcon .cp2 h2 {
    line-height: .77rem;
    background-color: rgba(229, 229, 229, .5);
    padding-left: 1.93vw;
    font-size: .25rem;
    color: #bfbbbb;
}

@media (max-width: 780px) {
    .cpcon .cp2 h2 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .cpcon .cp2 h2 {
        line-height: 40px;
    }
}

.cpcon .cp2 .cp21 {
    padding-left: 1.93vw;
}

.cpcon .cp2 .cp21 dd {
    font-size: 16px;
    color: #323736;
    line-height: 28px;
    padding-top: 1.52vw;
}

@media (max-width: 780px) {
    .cpcon .cp2 .cp21 dd {
        font-size: 14px;
        line-height: 24px;
    }
}

.cpcon .cp2 .cp21 .sec {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 12px;
}

@media (max-width: 780px) {
    .cpcon .cp2 .cp21 .sec {
        font-size: 14px;
    }
}

.cpcon .cp2 .cp21 .sec a {
    width: 111px;
    line-height: 28px;
    text-align: center;
    color: #fcfefe;
    background-color: #5fe1c7;
    border-radius: 10px;
    margin-left: 8px;
}

.cpcon .cp2 .cp21 .dh {
    margin-top: 0.93vw;
    font-size: .2rem;
    color: #5fe1c7;
    display: flex;
    align-items: center;
}

@media (max-width: 780px) {
    .cpcon .cp2 .cp21 .dh {
        font-size: 16px;
    }
}

.cpcon .cp2 .cp21 .dh img {
    padding-right: 1.09vw;
    vertical-align: baseline;
}

@media (max-width: 780px) {
    .cpcon .cp2 .cp21 .dh img {
        padding-right: 4px;
        width: 40px;
    }
}

.cpcon1 {
    display: flex;
    margin-top: 3.07vw;
}

@media (max-width: 780px) {
    .cpcon1 {
        flex-wrap: wrap;
    }
}

.cpcon1 .cp1 {
    width: 22.93%;
    border: 1px solid rgba(112, 112, 112, 0.2);
}

@media (max-width: 780px) {
    .cpcon1 .cp1 {
        width: 100%;
    }
}

.cpcon1 .cp1 h2 {
    font-size: .3rem;
    color: #f8f4f4;
    text-align: center;
    background-color: #5fe1c7;
    line-height: 1rem;
}

.cpcon1 .cp1 .con {
    padding: 4.38vw 2vw;
}

.cpcon1 .cp1 .con .list2 {
    text-align: center;
}

.cpcon1 .cp1 .con .list2 li {
    margin-bottom: 14px;
}

.cpcon1 .cp1 .con .list2 li .img {
    border: solid 1px #535353;
}

.cpcon1 .cp1 .con .list2 li .img img {
    width: 100%;
}

.cpcon1 .cp1 .con .list2 li h3 {
    font-size: .2rem;
    color: #201b1b;
    margin-top: 1.41vw;
    margin-bottom: 1.67vw;
}

@media (max-width: 780px) {
    .cpcon1 .cp1 .con .list2 li h3 {
        font-size: 16px;
    }
}

.cpcon1 .cp1 .con .list2 li .ck {
    width: 2.43rem;
    line-height: 29px;
    border: solid 1px #535353;
    font-size: 14px;
    color: #201b1b;
    margin-left: auto;
    margin-right: auto;
}

.cpcon1 .cp1 .con .list2 li .ck:hover {
    background: #5ee1c6;
    color: #ffffff;
    border-color: #5ee1c6;
}

@media (max-width: 780px) {
    .cpcon1 .cp1 .con .list2 li .ck {
        font-size: 14px;
    }
}

.cpcon1 .cp2 {
    width: 100%;
    border: 1px solid #ededf0;
    /* border-bottom: none; */
}

@media (max-width: 780px) {
    .cpcon1 .cp2 {
        width: 100%;
    }
}

.cpcon1 .cp2 .ti {
    background-color: #e5e5e5;
    display: flex;
}

.cpcon1 .cp2 .ti h2 {
    width: 166px;
    font-size: 16px;
    color: #697371;
    line-height: .50rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #A9A9A9;
}

.cpcon1 .cp2 .ti h2:after {
    content: '';
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    background: #5fe1c7;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}

.cpcon1 .cp2 .ti h2.on {
    background: #f8f8fc;
    color: #5fe1c7;
    border-right: none;
}

.cpcon1 .cp2 .ti h2.on:after {
    opacity: 1;
}

@media (max-width: 780px) {
    .cpcon1 .cp2 .ti h2 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .cpcon1 .cp2 .ti h2 {
        width: 140px;
        line-height: 40px;
    }
}

.cpcon1 .cp2 dd {
    font-size: 14px;
    color: #414346;
    padding: 2vw 1.75vw;
    line-height: 24px;
}

.c4x {
    margin-top: .53rem;
    margin-bottom: 28px;
}

.c4x .con {
    margin-top: 3.385vw;
    position: relative;
}

.c4x .con .sd {
    position: absolute;
    top: 48%;
    font-size: 0;
    outline: none;
    border: none;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
    border-radius: 10px;
    z-index: 111;
}

.c4x .con .sd.zb {
    left: -8%;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/04/c36e786f6720130515042d1cfd0d5724d06166d3.png) no-repeat 50%;
}

.c4x .con .sd.yb {
    right: -8%;
    background: url(//cdn.myxypt.com/4cdeb8c1/22/04/7fda61174480d3c89810ba6f1b21c0b1a67082e5.png) no-repeat 50%;
}

@media (max-width: 780px) {
    .c4x {
        margin-top: 30px;
    }

    .c4x .con {
        margin-top: 24px;
    }

    .c4x .con .sd.zb {
        left: 0;
    }

    .c4x .con .sd.yb {
        right: 0;
    }
}

.c4x .con .list2 {
    position: relative;
    margin-left: -0.416vw;
    margin-right: -0.416vw;
}

.c4x .con .list2 li {
    padding: 0 0.416vw;
}

.c4x .con .list2 li .zi {
    padding: 0 2vw 2vw
}

.c4x .con .list2 li .zi p {
    font-size: 16px;
    color: #5ee1c6;
    line-height: 1;
    padding-top: 2vw;
}

.c4x .con .list2 li .zi h4 {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.c4x .con .list2 li .zi span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 1vw;
}

.c4x .con .list2 li a {
    border: 1px solid #ededf0;
    display: block;
}

.c4x .con .list2 li .img img {
    width: 100%;
}
