.tong {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .tong {
        width: 96%;
    }
}

.w1530 {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1530px) {
    .w1530 {
        width: 96%;
    }
}

.w1379 {
    max-width: 1379px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1379px) {
    .w1379 {
        width: 96%;
    }
}

.w1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .w1200 {
        width: 96%;
    }
}

.flex {
    display: flex;
    justify-content: space-between;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin: 0;
}

.tou1 {
    width: 100%;
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 111; */
}

.tou {
    height: 131px;
    background: #fff;
}

.do {
    height: 48px;
    background-color: #E94D89;
}

.tou .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.tou .con .logo {
    line-height: 101px;
}

.tou .con .zi {
    width: 280px;
    margin-right: 30px;
}

.tou .con .list2 {}

.tou .con .list2 li {
    cursor: pointer;
}

.tou .con .list2 li a dd {
    position: relative;
}

.tou .con .list2 li a dd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    background: #E94D89;
    height: 2px;
    right: 0;
    opacity: 0;
    transition-duration: .3s;
}

.tou .con .list2 li:hover a dd:after {
    opacity: 1;
}

.tou .con .list2 li a {
    display: flex;
    align-items: center;
    color: #221815;
}

.tou .con .list2 li a img {
    padding-right: 8px;
}

.tou .con .dh {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/ff7331f52f6a5d0bc1d5d2936a29327d1aac4aae.png) no-repeat 0 50%;
    padding-left: 37px;
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-top: 21px;
    margin-left: 9px;
}

.tou .con .dh p {
    color: #666666;
}

.tou .con .dh p:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    color: #242424;
    padding-left: 7px;
    letter-spacing: -0.5px;
}

.ss {
    /* background-color: #f7f7f7; */
    /* padding-top: 17px; */
    /* padding-bottom: 18px; */
    width: 37.7%;
}

.ss .con {
    align-items: center;
    /* padding-right: 28px; */
    /* padding-left: 4px; */
}

@media (max-width: 1025px) {
    .ss .con {
        padding-left: 0;
        padding-right: 0;
    }
}

.ss .gj {
    color: #E94D89;
    font-size: 14px;
    margin-top: 11px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.ss .gj img {
    padding-right: 13px;
}

.ss .gj span {
    padding-right: 9px;
}

.ss .gj a {
    color: #999999;
    padding-right: 1.66vw;
}

.ss .gj a:last-child {
    padding-right: 0;
}

.ss #formsearch {
    width: 100%;
    height: 36px;
    border-radius: 18px;
    border: solid 1px #E94D89;
}

.ss #formsearch input {
    line-height: 36px;
    height: 36px;
    outline: none;
    border: none;
    background: none;
}

.ss #formsearch input#keyword {
    float: left;
    text-indent: 17px;
    width: calc(100% - 60px);
    font-size: 14px;
    color: #999;
}

.ss #formsearch input#keyword::-webkit-input-placeholder {
    color: #999999;
}

.ss #formsearch input#s_btn {
    float: right;
    width: 60px;
    font-size: 0;
    background: url(//cdn.myxypt.com/7e388bc7/21/10/863266c4b65622aa790322d2c0e4ecfe0317d27b.png) no-repeat 50%;
}

h2.bt {
    text-align: center;
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    background: url(//cdn.myxypt.com/7e388bc7/21/10/97df01ea573d00a24c9414bb78f32e7a8501b41d.png) no-repeat 50% 100%;
    padding-bottom: 23px;
}

@media (max-width: 1025px) {
    h2.bt {
        font-size: 26px;
        padding-bottom: 18px;
    }
}

.c1 {
    margin-top: 48px;
}

@media (max-width: 780px) {
    .c1 {
        margin-top: 40px;
    }
}

.c1 .c1-1 {
    margin-top: 28px;
    margin-bottom: 26px;
    display: flex;
    border: solid 1px #eeeeee;
}

.c1 .c1-1 h3 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 1.5px;
    width: 190px;
    background-color: #E94D89;
    height: 108px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1025px) {
    .c1 .c1-1 h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .c1 .c1-1 h3 {
        display: none;
    }
}

.c1 .c1-1 h3 span {
    letter-spacing: 0.9px;
    font-size: 18px;
    margin-top: 18px;
    display: block;
}

@media (max-width: 1025px) {
    .c1 .c1-1 h3 span {
        font-size: 14px;
        margin-top: 10px;
    }
}

.c1 .c1-1 .list1 {
    width: calc(100% - 190px);
    display: flex;
}

@media (max-width: 480px) {
    .c1 .c1-1 .list1 {
        width: 100%;
    }
}

.c1 .c1-1 .list1 li {
    width: 200px;
    border-right: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 480px) {
    .c1 .c1-1 .list1 li {
        width: 25%;
        padding: 14px 0;
    }
}

.c1 .c1-1 .list1 li a {
    display: block;
}

.c1 .c1-1 .list1 li .img {
    height: 39px;
    line-height: 39px;
}

.c1 .c1-1 .list1 li dd {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    transition-duration: .3s;
}

.c1 .c1-1 .list1 li:hover dd {
    color: #E94D89;
}

.c1 .con {
    padding: 0 7px;
}

.c1 .con .list2 {
    display: flex;
    flex-wrap: wrap;
}

.c1 .con .list2 li {
    width: 25%;
    padding: 0 13px;
    text-align: center;
    margin-bottom: 22px;
}

@media (max-width: 780px) {
    .c1 .con .list2 li {
        width: 50%;
        margin-bottom: 14px;
        padding: 0 5px;
    }
}

.c1 .con .list2 li .img {
    position: relative;
    overflow: hidden;
}

.c1 .con .list2 li .img .zi {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    transition-duration: .3s;
    opacity: 0;
}

.c1 .con .list2 li .img .zi .zi1 {
    width: 79%;
    color: #fff;
}

.c1 .con .list2 li .img .zi .zi1 h4 {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c1 .con .list2 li .img .zi .zi1 dd {
    line-height: 2.57;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c1 .con .list2 li .img .zi .zi1 .ck {
    color: #fff;
    text-align: center;
    width: 112px;
    line-height: 31px;
    background-image: linear-gradient(45deg, #b10403 0%, #E94D89 100%), linear-gradient(#007d5d, #007d5d);
    background-blend-mode: normal, normal;
    border-radius: 15px;
    letter-spacing: 1.4px;
    margin-top: 19px;
}

.c1 .con .list2 li .img img {
    width: 100%;
}

.c1 .con .list2 li h3 {
    font-size: 16px;
    color: #666666;
    line-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .c1 .con .list2 li h3 {
        line-height: 40px;
        font-size: 14px;
    }
}

@media (min-width: 1025px) {
    .c1 .con .list2 li:hover .img .zi {
        opacity: 1;
    }
}

.c1 .con .list2 li:hover h3 {
    color: #E94D89;
}

.c2 {
    padding: 48px 0 51px;
    background: #f7f7f7;
}

@media (max-width: 780px) {
    .c2 {
        padding: 40px 0;
    }
}

.c2 .con {
    align-items: center;
    padding: 0 1.56vw;
}

@media (max-width: 780px) {
    .c2 .con {
        flex-wrap: wrap;
    }
}

.c2 .con .c2-1 {
    width: 46.63%;
}

@media (max-width: 780px) {
    .c2 .con .c2-1 {
        width: 100%;
    }
}

.c2 .con .c2-1 .list1 {
    position: relative;
    line-height: 1;
}

.c2 .con .c2-1 .list1 li {
    overflow: hidden;
}

.c2 .con .c2-1 .list1 li img {
    width: 100%;
}

.c2 .con .c2-1 .list1 .slick-dots {
    position: absolute;
    bottom: 11px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

.c2 .con .c2-1 .list1 .slick-dots li {
    border-radius: 20px;
    border: 1px solid transparent;
    margin: 0 6px;
}

@media (max-width: 480px) {
    .c2 .con .c2-1 .list1 .slick-dots li {
        margin: 0;
    }
}

.c2 .con .c2-1 .list1 .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    margin: 6px;
    border: none;
    border-radius: 20px;
    font-size: 0;
    padding: 0;
}

@media (max-width: 480px) {
    .c2 .con .c2-1 .list1 .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}

.c2 .con .c2-1 .list1 .slick-dots li.slick-active {
    border-color: #E94D89;
}

.c2 .con .c2-1 .list1 .slick-dots li.slick-active button {
    background-color: #E94D89;
}

.c2 .con .c2-2 {
    width: 50.23%;
}

@media (max-width: 780px) {
    .c2 .con .c2-2 {
        width: 100%;
        margin-top: 30px;
    }
}

.c2 .con .c2-2 h2 {
    font-size: 36px;
    letter-spacing: 3.6px;
    color: #000000;
}

@media (max-width: 1025px) {
    .c2 .con .c2-2 h2 {
        font-size: 22px;
    }
}

.c2 .con .c2-2 .list2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4vw;
}

@media (max-width: 780px) {
    .c2 .con .c2-2 .list2 {
        margin-top: 24px;
    }
}

@media (max-width: 480px) {
    .c2 .con .c2-2 .list2 {
        flex-wrap: wrap;
    }
}

.c2 .con .c2-2 .list2 li {
    width: 50%;
    margin-bottom: 22px;
}

@media (max-width: 480px) {
    .c2 .con .c2-2 .list2 li {
        margin-bottom: 14px;
        width: 100%;
    }
}

.c2 .con .c2-2 .list2 li:last-child {
    margin-bottom: 0;
}

.c2 .con .c2-2 .list2 li a {
    display: flex;
    align-items: center;
}

.c2 .con .c2-2 .list2 li h3 {
    font-size: 20px;
    color: #003336;
}

@media (max-width: 1025px) {
    .c2 .con .c2-2 .list2 li h3 {
        font-size: 16px;
    }
}

.c2 .con .c2-2 .list2 li .img {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    margin-right: 15px;
}

.c3 {
    margin-top: 58px;
    margin-bottom: 48px;
}

@media (max-width: 780px) {
    .c3 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.c3 dd {
    text-align: center;
    max-width: 1193px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.25;
    color: #000000;
    font-size: 16px;
    margin-bottom: 2.7vw;
    margin-top: 2.3vw;
}

@media (max-width: 1025px) {
    .c3 dd {
        line-height: 2;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 14px;
    }
}

.c3 .tu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    max-width: 717px;
    margin-bottom: 2.24vw;
}

@media (max-width: 1025px) {
    .c3 .tu {
        margin-bottom: 30px;
    }
}

.c3 .tu img {
    max-width: 100%;
}

.c3 .list1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1332px;
    text-align: center;
}

@media (max-width: 480px) {
    .c3 .list1 {
        flex-wrap: wrap;
    }
}

@media (max-width: 1125px) {
    .c3 .list1 li {
        width: 24%;
    }
}

@media (max-width: 480px) {
    .c3 .list1 li {
        width: 49%;
        margin-bottom: 14px;
    }

    .c3 .list1 li:last-child {
        margin-bottom: 0;
    }
}

.c3 .list1 li h3 {
    font-size: 16px;
    color: #000000;
    line-height: 1.875;
    margin-top: 17px;
}

@media (max-width: 1125px) {
    .c3 .list1 li h3 {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    .c3 .list1 li h3 br {
        display: none;
    }
}

.c3 .list2 {
    margin-top: 1.9vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1096px;
}

@media (max-width: 1025px) {
    .c3 .list2 {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .c3 .list2 {
        flex-wrap: wrap;
    }
}

.c3 .list2 li {
    width: 23.36%;
    height: 87px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    transition-duration: .3s;
}

.c3 .list2 li:hover {
    border: solid 1px #E94D89;
}

@media (max-width: 480px) {
    .c3 .list2 li {
        width: 49%;
        margin-bottom: 14px;
        height: 70px;
    }
}

.c3 .list2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.c3 .list2 li h3 {
    font-size: 20px;
    color: #003336;
    margin-left: 13px;
}

@media (max-width: 1025px) {
    .c3 .list2 li h3 {
        font-size: 16px;
    }
}

.c4 {
    margin-bottom: 52px;
}

@media (max-width: 780px) {
    .c4 {
        margin-bottom: 40px;
    }
}

.c4 h2.bt {
    text-align: left;
    background: url(//cdn.myxypt.com/7e388bc7/21/10/97df01ea573d00a24c9414bb78f32e7a8501b41d.png) no-repeat 0% 100%;
}

.c4 .con {
    padding-right: 0.78vw;
    margin-top: 2.34vw;
    /*overflow: hidden;*/
}

@media (max-width: 780px) {
    .c4 .con {
        margin-top: 30px;
    }
}

.c4 .con .list2 {
    margin-left: -0.91vw;
    margin-right: -0.91vw;
    flex-wrap: wrap;
}

.c4 .con .list2 li {
    width: 33.33%;
    padding: 0 0.91vw;
}

.c4 .con .list2 li a {
    transition-duration: .3s;
}

.c4 .con .list2 li:hover a {
    transform: translateY(-10px);
    border: solid 1px #E94D89;
}

@media (max-width: 480px) {
    .c4 .con .list2 li {
        width: 100%;
        margin-bottom: 14px;
    }

    .c4 .con .list2 li:last-child {
        margin-bottom: 0;
    }
}

.c4 .con .list2 li a {
    display: block;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    padding: 1.9vw 1.64vw;
}

@media (max-width: 780px) {
    .c4 .con .list2 li a {
        padding: 15px;
    }
}

.c4 .con .list2 li .timex {
    color: #666666;
}

.c4 .con .list2 li h3 {
    color: #010000;
    font-size: 20px;
    line-height: 1.85;
    margin-top: 6px;
}

@media (max-width: 1380px) {
    .c4 .con .list2 li h3 {
        line-height: 1.6;
    }
}

@media (max-width: 780px) {
    .c4 .con .list2 li h3 {
        font-size: 16px;
    }
}

.c4 .con .list2 li dd {
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 25px;
    margin-top: 1.666vw;
}

@media (max-width: 780px) {
    .c4 .con .list2 li dd {
        margin-top: 10px;
    }
}

.foot {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/427d1afd35e8966925a833387a50d69f54abf6c6.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 4vw;
}

@media (max-width: 780px) {
    .foot {
        padding-top: 30px;
    }
}

.foot .con {
    margin-right: 2.03vw;
}

.foot .con .foot1 {
    width: 80%;
    max-width: 730px;
}

.foot .con .foot1 .lx .dh {
    font-size: 24px;
    letter-spacing: 1.2px;
    color: #ffffff;
}

@media (max-width: 780px) {
    .foot .con .foot1 .lx .dh {
        font-size: 18px;
    }
}

.foot .con .foot1 .lx dd {
    color: #b9b8b9;
    line-height: 33px;
}

@media (max-width: 780px) {
    .foot .con .foot1 .lx dd {
        line-height: 26px;
    }
}

.foot .con .foot1 .dao {
    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 780px) {
    .foot .con .foot1 .dao {
        display: none;
    }
}

.foot .con .foot1 .dao a {
    color: #ffffff;
    position: relative;
}

.foot .con .foot1 .dao a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    width: 88%;
    background: #E94D89;
    height: 2px;
    right: 0;
    opacity: 0;
    transition-duration: .3s;
}

.foot .con .foot1 .dao a:hover:after {
    opacity: 1;
}

.foot .con .foot1 .dao p {
    margin-bottom: 20px;
}

.foot .con .foot2 {
    text-align: center;
}

.foot .con .foot2 h2 {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 780px) {
    .foot .con .foot2 h2 {
        font-size: 14px;
    }
}

.foot .con .foot2 .img {
    margin-top: 24px;
}

@media (max-width: 780px) {
    .foot .con .foot2 .img {
        margin-top: 14px;
    }
}

.foot .con .foot2 .img img {
    max-width: 100%;
}

.foot .ban {
    text-align: center;
    letter-spacing: 1.4px;
    color: #8b8b8b;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 0;
    margin-top: 3vw;
}

@media (max-width: 780px) {
    .foot .ban {
        font-size: 12px;
    }
}

.foot .ban a {
    color: #8b8b8b;
}

.yinx {
    z-index: 1111;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
}

.tan {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 491px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: -245.5px;
    margin-top: -198px;
    z-index: 2222;
    padding: 2vw 4.445vw;
}

.tan .gb {
    position: absolute;
    top: -11px;
    right: -27px;
    cursor: pointer;
}

.tan .list1 {
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.tan .list1 li {
    font-size: 22px;
    color: #4d4d4d;
    cursor: pointer;
}

.tan .list1 li.on {
    color: #E94D89;
}

.tan .lyb {
    font-family: simsun;
}

.tan .lyb .ww1 {
    margin-bottom: 20px;
    display: flex;
}

.tan .lyb .ww1 input {
    height: 30px;
    line-height: 28px;
    border: solid 1px #e4e4e4;
    border-left: none;
    text-indent: 10px;
    color: #b3b3b3;
    font-size: 12px;
    width: calc(100% - 30px);
}

.tan .lyb .ww1 input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.tan .lyb .ww2 {
    margin-bottom: 16px;
}

.tan .lyb .ww2 input {
    height: 30px;
    line-height: 28px;
    border: solid 1px #e4e4e4;
    text-indent: 10px;
    color: #b3b3b3;
    font-size: 12px;
    width: calc(100% - 115px);
}

.tan .lyb .ww2 input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.tan .lyb .ww3 {
    color: #414141;
    margin-bottom: 20px;
}

.tan .lyb .ww3 a {
    color: #414141;
}

.tan .lyb .ww3 .ww31 {
    display: flex;
    align-items: center;
}

.tan .lyb .ww3 .ww31 input {
    margin-right: 7px;
    display: block;
}

.tan .lyb .ww4 input {
    width: 100%;
    line-height: 38px;
    background-color: #E94D89;
    display: block;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 18px;
}

h2.bt1 {
    text-align: center;
    line-height: 1;
    display: none;
}

h2.bt1:after {
    display: block;
    content: '';
    width: 59px;
    height: 2px;
    background-color: #e30210;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

h2.bt1 b {
    display: block;
    color: #020000;
    font-size: 30px;
}

@media (max-width: 480px) {
    h2.bt1 b {
        font-size: 24px;
    }
}

h2.bt1 p {
    letter-spacing: 1.2px;
    color: #020000;
    font-size: 12px;
    margin-top: 14px;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .xypg-right-content {
        margin-top: 0px;
        margin-bottom: 24px;
    }
}

.nc1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nc1 .nc1-1 {
    width: 57.6%;
    text-align: center;
}

@media (max-width: 990px) {
    .nc1 .nc1-1 {
        width: 100%;
    }
}

.nc1 .nc1-1 img {
    max-width: 100%;
}

.nc1 .nc1-2 {
    width: 41.1%;
    font-size: 15px;
    color: #333333;
    line-height: 48px;
    margin-top: 18px;
}

@media (max-width: 990px) {
    .nc1 .nc1-2 {
        margin-top: 20px;
        width: 100%;
        line-height: 38px;
    }
}

.nc1 .nc1-2 p {
    padding-left: 44px;
    max-width: 90%;
}

@media (max-width: 780px) {
    .nc1 .nc1-2 p {
        max-width: 100%;
    }
}

.nc1 .nc1-2 p:nth-child(1) {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/d2cbc97e437d6954613e1e15f9d24696c71a9ba8.png) no-repeat 2px 50%;
}

.nc1 .nc1-2 p:nth-child(2) {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/75fb3bdfd6a1b259381454d12a9611971bf6c251.png) no-repeat 8px 50%;
}

.nc1 .nc1-2 p:nth-child(3) {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/c855a13997ad033795affc6839ea51448acc266b.png) no-repeat 4px 50%;
}

.nc1 .nc1-2 p:nth-child(6) {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/a4fb37995358a837c0a0da1735d7f9a356611a63.png) no-repeat 2px 50%;
}

.nc1 .nc1-2 p:nth-child(7) {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/d758a1001c78ee21f0c800739f74042c69d3309d.png) no-repeat 0 50%;
}

.nc1 .nc1-2 p:nth-child(8) {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/325ea8f9a6be3afc708c538fc5cb94be8322a837.png) no-repeat 0 4px;
    line-height: 31px;
}

.nc1 .nc1-2 p:nth-child(9) {
    line-height: 31px;
}

.lyb {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2.24vw;
}

.lyb h2 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 14px;
}

.lyb h2 span {
    color: #ff0404;
}

.lyb .ww1 {
    display: flex;
    margin-bottom: 26px;
}

@media (max-width: 480px) {
    .lyb .ww1 {
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
}

.lyb .ww1 .ww2 {
    width: 32.9%;
    margin-right: 1.61vw;
}

@media (max-width: 480px) {
    .lyb .ww1 .ww2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

.lyb .ww1 .ww2 input {
    width: 100%;
    outline: none;
    border: none;
    background-color: #f7f7f7;
    line-height: 44px;
    display: block;
    text-indent: 14px;
    font-size: 12px;
    color: #999999;
}

.lyb .ww1 .ww2 input::-webkit-input-placeholder {
    color: #999999;
}

.lyb .ww1 .ww2.ww21 {
    width: 24.5%;
    margin-right: 0;
}

@media (max-width: 480px) {
    .lyb .ww1 .ww2.ww21 {
        width: 100%;
    }
}

.lyb .ww3 textarea {
    display: block;
    padding: 0;
    width: 100%;
    outline: none;
    border: none;
    background-color: #f7f7f7;
    line-height: 44px;
    text-indent: 14px;
    font-size: 12px;
    color: #999999;
}

.lyb .ww3 textarea::-webkit-input-placeholder {
    color: #999999;
}

.lyb .ww4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lyb .ww4 input#checkcode {
    max-width: 291px;
    width: 30%;
    outline: none;
    border: none;
    background-color: #f7f7f7;
    line-height: 44px;
    text-indent: 14px;
    font-size: 12px;
    color: #999999;
}

.lyb .ww4 input#checkcode::-webkit-input-placeholder {
    color: #999999;
}

.lyb .ww4 #change_code {
    color: #333333;
}

.lyb .ww5 input {
    max-width: 291px;
    width: 30%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #E94D89;
    font-size: 15px;
    outline: none;
    border: none;
}

.joblist {
    margin-left: 2.55vw;
    margin-right: 2.55vw;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 2.55vw 2.45vw 0;
    flex-wrap: wrap;
}

@media (max-width: 1400px) {
    .joblist {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 780px) {
    .joblist {
        padding: 20px 10px 0;
    }
}

.joblist li {
    width: 45.9%;
    margin-bottom: 2.86vw;
    line-height: 36px;
}

@media (max-width: 480px) {
    .joblist li {
        width: 100%;
    }
}

.joblist li h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 780px) {
    .joblist li h2 {
        font-size: 18px;
    }
}

.joblist li dd {
    color: #333333;
    line-height: 36px;
}

.joblist li dd a {
    color: #333333;
}

@media (max-width: 780px) {
    .joblist li dd {
        line-height: 24px;
    }
}

.cslist {
    padding-bottom: 16px;
}

.cslist li {
    border: solid 1px #efeded;
    min-height: 144px;
    padding: 26px 35px;
    margin-top: -1px;
    transition-duration: .3s;
}

@media (max-width: 780px) {
    .cslist li {
        padding: 20px;
    }
}

.cslist li:hover {
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.cslist li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cslist li .timex {
    font-size: 18px;
    color: #999999;
}

.cslist li .zi {
    width: calc(100% - 132px);
}

@media (max-width: 480px) {
    .cslist li .zi {
        width: 100%;
        margin-top: 10px;
    }
}

.cslist li .zi h3 {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}

.cslist li .zi dd {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 14px;
}

@media (max-width: 480px) {
    .cslist li .zi dd {
        margin-top: 8px;
    }
}

.cslist1 li {
    border-bottom: 1px solid #f2f2f2;
    padding: 24px 0;
}

.cslist1 li:nth-child(1) {
    padding-top: 0;
}

.cslist1 li a {
    flex-wrap: wrap;
    align-items: center;
}

.cslist1 li .img {
    width: 29.75%;
    overflow: hidden;
}

@media (max-width: 480px) {
    .cslist1 li .img {
        width: 100%;
    }
}

.cslist1 li .img img {
    width: 100%;
}

.cslist1 li .zi {
    width: 68%;
}

@media (max-width: 480px) {
    .cslist1 li .zi {
        width: 100%;
        margin-top: 14px;
    }
}

.cslist1 li .zi .timex {
    color: #999999;
}

.cslist1 li .zi h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-top: 15px;
}

@media (max-width: 480px) {
    .cslist1 li .zi h3 {
        line-height: 1.4;
    }
}

.cslist1 li .zi dd {
    color: #999999;
    line-height: 24px;
    font-size: 14px;
    margin-top: 20px;
}

.cslist1 li .zi .ck {
    width: 115px;
    line-height: 32px;
    border: 1px solid #E94D89;
    color: #E94D89;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.2px;
    float: right;
    transition-duration: .3s;
}

@media (max-width: 480px) {
    .cslist1 li .zi .ck {
        margin-top: 10px;
    }
}

.cslist1 li:hover .zi .ck {
    background: #E94D89;
    color: #fff;
}

.nc2 {
    padding: 0 5.57vw;
}

.nc2 .con {
    overflow: hidden;
}

.nc2 .con .list2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8vw;
    margin-right: -0.8vw;
}

.nc2 .con .list2 li {
    text-align: center;
    padding: 0 0.8vw;
    width: 33.3%;
    margin-bottom: 1.77vw;
}

@media (max-width: 780px) {
    .nc2 .con .list2 li {
        width: 50%;
    }
}

.nc2 .con .list2 li a {
    display: flex;
    position: relative;
}

.nc2 .con .list2 li .img img {
    max-width: 100%;
}

.nc2 .con .list2 li dd {
    color: #fff;
    line-height: 73px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: 18px;
    background: rgba(3, 0, 0, 0.65);
}

@media (max-width: 780px) {
    .nc2 .con .list2 li dd {
        font-size: 16px;
        line-height: 40px;
    }
}

@media (max-width: 1025px) {
    .page-wrap-left {
        display: none;
    }
}

@media (max-width: 992px) {
    .page-wrap-left {
        display: block;
    }
}

@media (min-width: 1025px) {
    .page-wrap-left {
        height: 61px;
        background-color: #f7f7f7;
    }

    .xypg-left-con {
        border: none;
    }

    .xypg-left-nav {
        margin: 0;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .xypg-left-nav .xypg-left-subnav {
        display: none !important;
    }

    .xypg-left-nav li {
        border-bottom: none;
    }

    .xypg-left-nav li a {
        font-size: 16px;
        color: #000;
        padding: 0 1.7vw;
        line-height: 61px;
    }

    /*.xypg-left-nav li:hover>a, .xypg-left-nav li.clicked>a {*/
    /*    color: #fff;*/
    /*    background: #E94D89;*/
    /*}*/

    .xypg-left-nav li .first-nav-btn {
        display: none;
    }
}

.cscon h2 {
    letter-spacing: 1.4px;
    color: #333333;
    font-size: 28px;
    text-align: center;
}

@media (max-width: 992px) {
    .cscon h2 {
        font-size: 20px;
    }
}

.cscon .sec {
    display: flex;
    margin-top: 14px;
    justify-content: center;
}

.cscon .sec .sec1 {
    color: #999999;
    font-size: 16px;
}

.cscon .sec .sec1:nth-child(2) {
    margin-left: 1.875vw;
}

@media (max-width: 992px) {
    .cscon .sec .sec1 {
        font-size: 14px;
    }
}

.cscon .con {
    margin-top: 28px;
    /* display: flex;

    justify-content: space-between; */
    font-size: 17px;
    line-height: 36px;
    color: #333333;
}

@media (max-width: 992px) {
    .cscon .con {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .cscon .con {
        flex-wrap: wrap;
    }
}

.cscon .scx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.92vw;
}

.cscon .scx .scx1 {
    display: flex;
    align-items: center;
    color: #666666;
    width: 48%;
}

.cscon .scx .scx1.scx11 img {
    padding-right: 10px;
}

.cscon .scx .scx1.scx12 {
    text-align: right;
    justify-content: flex-end;
}

.cscon .scx .scx1.scx12 img {
    padding-left: 10px;
}

.cscon .scx .scx1 a {
    color: #666666;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .cscon .scx .scx1 a {
        font-size: 14px;
    }
}

.cscon .scx .scx1 span {
    display: none;
}

.fen img {
    transition-duration: .3s;
}

.fen:hover img {
    transform: scale(1.1);
}

.fenx {
    overflow: hidden;
    margin-bottom: 32px;
}

.fenx .list1 {
    display: flex;
    text-align: center;
}

@media (max-width: 780px) {
    .fenx .list1 {
        flex-wrap: wrap;
    }
}

.fenx .list1 li {
    width: 15%;
    flex-wrap: wrap;
    padding: 0 10px;
}

@media (max-width: 780px) {
    .fenx .list1 li {
        width: 33.33%;
        margin-bottom: 14px;
        padding: 0 5px;
    }

    .fenx .list1 li:nth-child(4),
    .fenx .list1 li:nth-child(5),
    .fenx .list1 li:nth-child(6) {
        margin-bottom: 0;
    }
}

.fenx .list1 li a {
    display: block;
    color: #fff;
    background-color: #333333;
    border-radius: 21.5px;
    line-height: 44px;
    font-size: 16px;
    transition-duration: .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fenx .list1 li a:hover {
    background-color: #e30210;
}

@media (max-width: 480px) {
    .fenx .list1 li a {
        font-size: 14px;
    }
}

.nc2x>li {
    margin-bottom: 6px;
}

.nc2x>li h2 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 23px;
}

.nc2x>li .list2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.65vw;
    margin-right: -0.65vw;
}

.nc2x>li .list2 li {
    width: 25%;
    padding: 0 0.65vw;
    margin-bottom: 22px;
}

@media (max-width: 780px) {
    .nc2x>li .list2 li {
        margin-bottom: 14px;
        width: 33.33%;
    }
}

@media (max-width: 470px) {
    .nc2x>li .list2 li {
        width: 50%;
    }
}

.nc2x>li .list2 li a {
    display: block;
    border: solid 1px #e2e2e2;
    overflow: hidden;
}

.nc2x>li .list2 li a img {
    width: 100%;
}

.lyb2x {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2.24vw;
}

.lyb2x h2 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 14px;
}

.lyb2x h2 span {
    color: #ff0404;
}

.lyb2x .ww1 {
    display: flex;
    margin-bottom: 26px;
}

@media (max-width: 480px) {
    .lyb2x .ww1 {
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
}

.lyb2x .ww1 .ww2 {
    width: 32.9%;
    margin-right: 1.61vw;
}

@media (max-width: 480px) {
    .lyb2x .ww1 .ww2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

.lyb2x .ww1 .ww2 input {
    width: 100%;
    outline: none;
    border: none;
    background-color: #f7f7f7;
    line-height: 44px;
    display: block;
    text-indent: 14px;
    font-size: 12px;
    color: #999999;
}

.lyb2x .ww1 .ww2 input::-webkit-input-placeholder {
    color: #999999;
}

.lyb2x .ww1 .ww2.ww21 {
    width: 29.5%;
    margin-right: 0;
}

@media (max-width: 480px) {
    .lyb2x .ww1 .ww2.ww21 {
        width: 100%;
    }
}

.lyb2x .ww3 textarea {
    display: block;
    padding: 0;
    width: 100%;
    outline: none;
    border: none;
    background-color: #f7f7f7;
    line-height: 44px;
    text-indent: 14px;
    font-size: 12px;
    color: #999999;
}

.lyb2x .ww3 textarea::-webkit-input-placeholder {
    color: #999999;
}

.lyb2x .ww4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lyb2x .ww4 input#checkcode {
    max-width: 291px;
    width: 30%;
    outline: none;
    border: none;
    background-color: #f7f7f7;
    line-height: 44px;
    text-indent: 14px;
    font-size: 12px;
    color: #999999;
}

.lyb2x .ww4 input#checkcode::-webkit-input-placeholder {
    color: #999999;
}

.lyb2x .ww4 #change_code {
    color: #333333;
}

.lyb2x .ww5 input {
    max-width: 291px;
    width: 30%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #E94D89;
    font-size: 15px;
    outline: none;
    border: none;
}

.cccon {
    overflow: hidden;
    padding-bottom: 1.5625vw;
}

.cccon .list1 {
    display: flex;
    border-bottom: 1px solid #e1dfdf;
    line-height: 62px;
    font-size: 16px;
    color: #000000;
}

@media (max-width: 780px) {
    .cccon .list1 {
        font-size: 14px;
    }
}

.cccon .list1 li {
    width: 15%;
    text-align: center;
}

@media (max-width: 780px) {
    .cccon .list1 li:nth-child(1) {
        width: 15%;
    }
}

.cccon .list1 li:nth-child(2) {
    width: 35%;
}

@media (max-width: 780px) {
    .cccon .list1 li:nth-child(3) {
        width: 25%;
    }
}

.cccon .list1 li:nth-child(4) {
    width: 15%;
}

.cccon .cplist {
    text-align: center;
}

.cccon .cplist>li {
    border-bottom: 1px solid #e1dfdf;
    line-height: 50px;
    color: #000000;
}

.cccon .cplist>li a {
    color: #000000;
}

@media (max-width: 480px) {
    .cccon .cplist>li {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 0;
    }
}

.cccon .cplist>li .nli {
    display: flex;
}

.cccon .cplist>li .nli li {
    width: 15%;
}

@media (max-width: 480px) {
    .cccon .cplist>li .nli li {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 780px) {
    .cccon .cplist>li .nli li:nth-child(1) {
        width: 15%;
    }
}

.cccon .cplist>li .nli li:nth-child(2) {
    width: 35%;
}

@media (max-width: 780px) {
    .cccon .cplist>li .nli li:nth-child(3) {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .cccon .cplist>li .nli li:nth-child(3) {
        width: 28%;
    }
}

.cccon .cplist>li .nli li:nth-child(4) {
    width: 15%;
}

.cccon .cplist>li .nli li:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    .cccon .cplist>li .nli li:nth-child(5) {
        flex-wrap: wrap;
        line-height: 20px;
        align-content: center;
    }
}

.cccon .cplist>li .nli li:nth-child(5) a {
    color: #000000;
}

.cccon .cplist>li .nli li:nth-child(5) a:nth-of-type(2) {
    color: #E94D89;
}

@media (max-width: 480px) {
    .cccon .cplist>li .nli li:nth-child(5) a {
        width: 100%;
        display: block;
    }
}

.cccon .cplist>li .nli li:nth-child(5) span {
    display: block;
    padding: 0 6px;
}

@media (max-width: 480px) {
    .cccon .cplist>li .nli li:nth-child(5) span {
        display: none;
    }
}

.cccon .cplist>li:hover {
    background-color: #f7f7f7;
}

.cpcon {
    width: 100%;
    overflow: hidden;
}

.cpcon .con {
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    /* width: 100%; */
}

.cpcon .con .cp1 {
    width: 35.75%;
    overflow: hidden;
}

@media (max-width: 780px) {
    .cpcon .con .cp1 {
        width: 100%;
    }
}

.cpcon .con .cp1 img {
    width: 100%;
}

.cpcon .con .cp2 {
    width: 61%;
}

@media (max-width: 780px) {
    .cpcon .con .cp2 {
        margin-top: 24px;
        width: 100%;
    }
}

.cpcon .con .cp2 h2 {
    font-size: 22px;
    color: #000000;
    letter-spacing: 2.2px;
}

.cpcon .con .cp2 h2 p {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 9px;
}

.cpcon .con .cp2 h2:after {
    content: '';
    margin-top: 12px;
    width: 34px;
    height: 2px;
    background-color: #E94D89;
    display: block;
}

.cpcon .con .cp2 dd {
    color: #333333;
    line-height: 36px;
    margin-top: 17px;
    font-size: 15px;
}

@media (max-width: 992px) {
    .cpcon .con .cp2 dd {
        font-size: 14px;
        line-height: 26px;
    }
}

.cpcon .con .cp2 .sec {
    display: flex;
    margin-top: 15px;
}

.cpcon .con .cp1 .xiaotu {
    width: 100%;
    margin-top: 15px;
}

@media(min-width:780px) {
    .cpcon .con .cp1 .xiaotu .slick-track {
        margin-left: 0;
        margin-right: 0;
    }
}

.cpcon .con .cp1 .xiaotu .img {
    padding: 0 3px;
}

.cpcon .con .cp1 .xiaotu .img img {
    width: 100%;
}

.cpcon .con .cp2 .sec a.ck {
    width: 113px;
    height: 39px;
    background-color: #E94D89;
    border-radius: 10px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
}

.cpcon .con .cp2 .sec a.ck1 {
    margin-left: 17px;
    width: 93px;
    line-height: 39px;
    background-color: #999999;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.cpcon .con1 {
    margin-top: 1.879vw;
}

@media (max-width: 780px) {
    .cpcon .con1 {
        margin-top: 24px;
    }
}

.cpcon .con1 h3 {
    color: #000000;
    font-size: 18px;
    padding-left: 19px;
    background: url(//cdn.myxypt.com/7e388bc7/21/10/9e621e91999118ca2cc1cc9a52d68f939ad370dd.png) no-repeat 0 50%;
    line-height: 38px;
}

.cpcon .con1 dd {
    padding: 16px 19px;
    font-size: 15px;
    color: #333333;
    line-height: 2.4;
}

@media (max-width: 780px) {
    .cpcon .con1 dd {
        line-height: 1.7;
    }
}

.nc3 {
    margin-top: 3vw;
}

.nc3 .con .list1 {
    display: flex;
    flex-wrap: wrap;
}

.nc3 .con .list1 li {
    width: 50%;
    padding-right: 2.7vw;
    margin-bottom: 2.35vw;
}

@media (max-width: 780px) {
    .nc3 .con .list1 li {
        padding: 0 3%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .nc3 .con .list1 li {
        width: 100%;
        margin-bottom: 14px;
    }
}

.nc3 .con .list1 li a {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .nc3 .con .list1 li a {
        flex-wrap: wrap;
    }
}

@media (max-width: 780px) {
    .nc3 .con .list1 li a .img {
        text-align: center;
        width: 100%;
    }
}

.nc3 .con .list1 li a .zi {
    width: calc(100% - 94px);
}

@media (max-width: 780px) {
    .nc3 .con .list1 li a .zi {
        width: 100%;
        margin-top: 20px;
    }
}

.nc3 .con .list1 li a .zi h3 {
    font-size: 22px;
    color: #000707;
    font-weight: 600;
}

@media (max-width: 780px) {
    .nc3 .con .list1 li a .zi h3 {
        font-size: 18px;
    }
}

.nc3 .con .list1 li a .zi dd {
    font-size: 14px;
    color: #000707;
    line-height: 30px;
    margin-top: 6px;
}

@media (max-width: 780px) {
    .nc3 .con .list1 li a .zi dd {
        line-height: 24px;
    }
}

.nc3 .con1 .list2 {
    display: flex;
    flex-wrap: wrap;
}

.nc3 .con1 .list2 li {
    margin-bottom: 2.86vw;
    width: 50%;
    padding-right: 2.7vw;
}

@media (max-width: 780px) {
    .nc3 .con1 .list2 li {
        padding: 0 3%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .nc3 .con1 .list2 li {
        width: 100%;
        margin-bottom: 14px;
    }
}

.nc3 .con1 .list2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 780px) {
    .nc3 .con1 .list2 li a {
        flex-wrap: wrap;
    }
}

@media (max-width: 780px) {
    .nc3 .con1 .list2 li a .img {
        text-align: center;
        width: 100%;
    }
}

.nc3 .con1 .list2 li a .zi {
    width: calc(100% - 94px);
    color: #000707;
    line-height: 30px;
}

@media (max-width: 780px) {
    .nc3 .con1 .list2 li a .zi {
        line-height: 24px;
        margin-top: 14px;
        width: 100%;
    }
}

.nc3 .con1 .list2 li:nth-child(3),
.nc3 .con1 .list2 li:nth-child(4) {
    margin-bottom: 0;
}

@media (max-width: 480px) {

    .nc3 .con1 .list2 li:nth-child(3),
    .nc3 .con1 .list2 li:nth-child(4) {
        margin-bottom: 14px;
    }
}

.newslist {
    margin-left: -0.91vw;
    margin-right: -0.91vw;
    flex-wrap: wrap;
    display: flex;
}

.newslist li {
    width: 33.33%;
    padding: 0 0.91vw;
    margin-bottom: 1.93vw;
}

@media (max-width: 480px) {
    .newslist li {
        width: 100%;
        margin-bottom: 14px;
    }

    .newslist li:last-child {
        margin-bottom: 0;
    }
}

.newslist li a {
    display: block;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    padding: 1.9vw 1.64vw;
}

@media (max-width: 780px) {
    .newslist li a {
        padding: 15px;
    }
}

.newslist li .timex {
    color: #666666;
}

.newslist li h3 {
    color: #010000;
    font-size: 20px;
    line-height: 1.85;
    margin-top: 6px;
}

@media (max-width: 1380px) {
    .newslist li h3 {
        line-height: 1.6;
    }
}

@media (max-width: 780px) {
    .newslist li h3 {
        font-size: 16px;
    }
}

.newslist li dd {
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 25px;
    margin-top: 1.666vw;
}

@media (max-width: 780px) {
    .newslist li dd {
        margin-top: 10px;
    }
}

.newscon h2 {
    text-align: center;
    letter-spacing: 1.4px;
    color: #333333;
    font-size: 28px;
}

@media (max-width: 992px) {
    .newscon h2 {
        font-size: 20px;
    }
}

.newscon .sec {
    display: flex;
    margin-top: 14px;
    justify-content: center;
}

.newscon .sec .sec1 {
    color: #999999;
    font-size: 16px;
}

.newscon .sec .sec1:nth-child(2) {
    margin-left: 1.875vw;
}

@media (max-width: 992px) {
    .newscon .sec .sec1 {
        font-size: 14px;
    }
}

.newscon .con {
    margin-top: 28px;
    font-size: 17px;
    line-height: 36px;
    color: #333333;
}

@media (max-width: 992px) {
    .newscon .con {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
        width: 100%;
    }
}

.newscon .scx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.92vw;
}

.newscon .scx .scx1 {
    display: flex;
    align-items: center;
    color: #666666;
    width: 48%;
}

.newscon .scx .scx1.scx11 img {
    padding-right: 10px;
}

.newscon .scx .scx1.scx12 {
    text-align: right;
    justify-content: flex-end;
}

.newscon .scx .scx1.scx12 img {
    padding-left: 10px;
}

.newscon .scx .scx1 a {
    color: #666666;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .newscon .scx .scx1 a {
        font-size: 14px;
    }
}

.newscon .scx .scx1 span {
    display: none;
}

.jj {
    font-size: 18px;
    color: #333333;
}

.jdlist {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 34px;
}

.jdlist:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #cac8c8;
    position: absolute;
    bottom: 27px;
    left: 0;
}

.jdlist li {
    width: 33.33%;
    position: relative;
    z-index: 2;
}

.jdlist li h3 {
    color: #333333;
    font-size: 15px;
    margin-bottom: 16px;
}

@media (max-width: 480px) {
    .jdlist li h3 {
        font-size: 12px;
    }
}

.jdlist li .img img.img2 {
    display: none;
}

.lyb1 {
    font-family: simsun;
}

.lyb1 .bt1 {
    background-color: #f7f7f7;
    border: solid 1px #dfdfdf;
    display: flex;
}

.lyb1 .bt1 li {
    line-height: 43px;
    color: #333333;
    font-size: 12px;
    width: 20%;
    text-align: center;
}

.lyb1 .bt1 li:nth-child(1) {
    text-align: left;
    padding-left: 30px;
    width: 30%;
}

@media (max-width: 480px) {
    .lyb1 .bt1 li:nth-child(1) {
        padding-left: 10px;
        width: 40%;
    }
}

.lyb1 .bt1 li:nth-child(4),
.lyb1 .bt1 li:nth-child(5) {
    width: 15%;
}

.lyb1 .list2>li {
    border: solid 1px #dfdfdf;
    border-top: none;
}

.lyb1 .list2>li:hover {
    background: #f7f7f7;
}

.lyb1 .list2>li .list3 {
    display: flex;
}

.lyb1 .list2>li .list3 li {
    line-height: 43px;
    color: #333333;
    font-size: 12px;
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lyb1 .list2>li .list3 li:nth-child(4),
.lyb1 .list2>li .list3 li:nth-child(5) {
    width: 15%;
}

.lyb1 .list2>li .list3 li:nth-child(1) {
    text-align: left;
    padding-left: 30px;
    justify-content: flex-start;
    width: 30%;
}

@media (max-width: 480px) {
    .lyb1 .list2>li .list3 li:nth-child(1) {
        padding-left: 10px;
        width: 40%;
    }
}

.lyb1 .list2>li .list3 li:nth-child(1) a {
    display: flex;
    padding: 24px 0;
    align-items: center;
}

@media (max-width: 780px) {
    .lyb1 .list2>li .list3 li:nth-child(1) a {
        flex-wrap: wrap;
    }
}

.lyb1 .list2>li .list3 li:nth-child(1) a .img {
    width: 40%;
    max-width: 100%;
    margin-right: 10px;
}

@media (max-width: 780px) {
    .lyb1 .list2>li .list3 li:nth-child(1) a .img {
        width: 100%;
    }
}

.lyb1 .list2>li .list3 li:nth-child(1) a .img img {
    max-width: 100%;
}

@media (max-width: 780px) {
    .lyb1 .list2>li .list3 li:nth-child(1) a .zi {
        width: 100%;
        margin-top: 10px;
    }
}

.lyb1 .list2>li .list3 li:nth-child(1) a .zi h2 {
    font-size: 12px;
    color: #333333;
}

.lyb1 .list2>li .list3 li:nth-child(1) a .zi dd {
    color: #808080;
    font-size: 12px;
    margin-top: 10px;
}

.lyb1 .list2>li .list3 li.td02 {
    font-size: 15px;
}

.lyb1 .list2>li .list3 li.td02 .kk {
    width: 29px;
    text-align: center;
    border: solid 1px #e1dfdf;
    line-height: 35px;
    font-weight: 600;
    cursor: pointer;
}

.lyb1 .list2>li .list3 li.td02 .kk.jian {
    border-right: none;
}

.lyb1 .list2>li .list3 li.td02 .kk.jia {
    border-left: none;
}

.lyb1 .list2>li .list3 li.td02 input {
    line-height: 33px;
    border: solid 1px #e1dfdf;
    color: #E94D89;
    font-weight: 600;
    width: 43px;
    text-align: center;
    background: none;
}

.lyb1 .list2>li .list3 li:last-child a {
    color: #0060e3;
}

.lyb1 .qt {
    margin-top: 41px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lyb1 .qt .button1 {
    width: 160px;
    line-height: 50px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    border: none;
    color: #fff;
}

@media (max-width: 780px) {
    .lyb1 .qt .button1 {
        line-height: 44px;
        width: 120px;
        font-size: 16px;
    }
}

.lyb1 .qt .button1.orange1 {
    background-color: #E94D89;
    margin-left: 16px;
}

.lyb1 .qt #all {
    margin-right: 16px;
    font-family: MicrosoftYaHei;
}

.lyb1 .qt #all strong {
    color: #cc0001;
    font-size: 20px;
}

.zhifu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
}

.nc3x .con {
    align-items: center;
    margin-bottom: 2.81vw;
    flex-wrap: wrap;
}

@media (max-width: 780px) {
    .nc3x .con {
        margin-bottom: 20px;
    }
}

.nc3x .con .nc3x1 {
    width: 52%;
}

@media (max-width: 780px) {
    .nc3x .con .nc3x1 {
        width: 100%;
    }
}

.nc3x .con .nc3x1 img {
    width: 100%;
}

.nc3x .con .nc3x2 {
    width: 45.7%;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}

@media (max-width: 780px) {
    .nc3x .con .nc3x2 {
        margin-top: 20px;
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
}

.nc3x .list1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1332px;
    text-align: center;
}

@media (max-width: 480px) {
    .nc3x .list1 {
        flex-wrap: wrap;
    }
}

@media (max-width: 1125px) {
    .nc3x .list1 li {
        width: 24%;
    }
}

@media (max-width: 480px) {
    .nc3x .list1 li {
        width: 49%;
        margin-bottom: 14px;
    }

    .nc3x .list1 li:last-child {
        margin-bottom: 0;
    }
}

.nc3x .list1 li h3 {
    font-size: 16px;
    color: #000000;
    line-height: 1.875;
    margin-top: 17px;
}

@media (max-width: 1125px) {
    .nc3x .list1 li h3 {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    .nc3x .list1 li h3 br {
        display: none;
    }
}

.shai {
    background-color: #f7f7f7;
    border: solid 1px #e1dfdf;
}

.shai li {
    padding: 13px 18px;
    border-bottom: 1px solid #e1dfdf;
    font-size: 16px;
    color: #000;
    align-items: flex-start;
}

@media (max-width: 780px) {
    .shai li {
        font-size: 14px;
        padding: 10px 14px;
    }
}

.shai li:last-child {
    border-bottom: none;
}

.shai li .ti {
    line-height: 27px;
    width: 108px;
}

@media (max-width: 780px) {
    .shai li .ti {
        width: 98px;
    }
}

.shai li .menu_dropDown {
    line-height: 27px;
    display: flex;
    width: calc(100% - 108px);
    flex-wrap: wrap;
}

.shai li.io2 .menu_dropDown {
    flex-wrap: nowrap;
}

@media (max-width: 780px) {
    .shai li .menu_dropDown {
        width: calc(100% - 80px);
    }
}

.shai li .menu_dropDown a {
    color: #000000;
    /*margin-right: 31px;*/
    transition: color 300ms ease 0ms;
    font-size: 13px;
    width: 33.33%;
}

.shai li:nth-child(2) .menu_dropDown a {
    /*width: 30%;*/
}

.shai li .menu_dropDown a:hover {
    color: #E94D89;
}

@media (max-width:768px) {
    .shai li .menu_dropDown a {
        width: 50%;
    }
}



@media (max-width:425px) {
    .shai li .menu_dropDown a {
        /*margin-right: 10px;*/
        width: 100%;
    }
}




.shai li .menu_dropDown a.on1 {
    color: #E94D89;
}

.shai li .menu_dropDown.kk a {
    width: 30px;
    line-height: 28px;
    border: solid 1px #dcdcdc;
    text-align: center;
    background: #fff;
    margin-right: 14px;
    margin-bottom: 18px;
}

@media (max-width: 780px) {
    .shai li .menu_dropDown.kk a {
        margin-right: 6px;
        margin-bottom: 6px;
    }
}

.shai li .menu_dropDown.kk a.czz {
    width: auto;
    background: none;
    border: none;
    color: #0091fe;
}

.shai li .menu_dropDown a.czz {
    color: #0091fe;
}

.shai li .menu_dropDown.kk a.on1 {
    background-color: #E94D89;
    border: solid 1px #E94D89;
    color: #fff;
}

.shai li:last-child {
    padding-bottom: 0;
}

.xypg-left {
    left: auto !important;
}

/* äº§å“è¯¦æƒ… */
em {
    font-style: normal;
}

.controls {
    overflow: hidden;
    margin-top: 10px;
}

.controls #number {
    float: left;
    width: 35px;
    text-align: center;
    height: 26px;
    border: 1px solid #e4e4e9;
    border-left: none;
    border-right: none;
    color: #E94D89;
    font-weight: bold;
    margin-top: 4px;
    font-size: 13.333px;
}

.controls #plus,
.controls #mins {
    float: left;
    width: 26px;
    text-align: center;
    height: 26px;
    line-height: 24px;
    font-size: 18px;
    border: 1px solid #e4e4e9;
    background: #e4e4e9;
    margin-top: 4px;
    color: #666;
}

/*äº§å“è§„æ ¼ä¸‹æ‹‰s*/
.price_del {
    text-decoration: line-through;
}

.size {
    /* float:left; */
    position: relative;
    width: 170px;
    border: 1px solid #ddd;
}

.size .size_drop {
    display: none;
    position: absolute;
    top: 25px;
    left: -1px;
    width: 100%;
    background: #fff;
    z-index: 10;
    border: 1px solid #ddd;
}

.size .size_drop li {
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.size .size_drop li:hover {
    background: #e6e6e6;
}

.size>span {
    display: block;
    /*width: 85px;*/
    height: 28px;
    position: relative;
    padding-left: 5px;
    margin-top: -1px;
}

#size_cur {
    font-style: normal;
    line-height: 28px;
    display: block;
    font-size: 12px;
}

.size>span em {
    display: inline-block;
    width: 20px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 0;
    background: url(//cdn.myxypt.com/7e388bc7/21/11/75b69fb78974701a8117ad7dfaced24bfe2f0892.jpg);
}

.mid_01 {
    display: flex;
    align-items: center;
}

.size_label {
    float: left;
    /* color: #666; */
    /* font-size: 16px; */
    /* line-height: 36px; */
}

.price_list i {
    display: none;
    font-style: normal;
    color: #E94D89;
}

.price_list i:first-child {
    display: inline-block;
}

.pdf_shuoming {
    display: inline-block;
    border-radius: 5px;
    background: url(//cdn.myxypt.com/7e388bc7/21/11/3780a6f9a848ccca190d8538ad21d9a26077e353.png)no-repeat 7px 6px;
    background-color: #999;
    padding: 5px 11px;
    cursor: pointer;
    text-indent: 30px;
    margin-left: 20px;
    background-color: #478d91;
    font-size: 16px;
    color: #fff;
}

.pdf_btn {
    font-size: 16px;
    color: #fff;
}

.pdf_shuoming:hover {
    background-color: #085f4e;
}

.xibaoxi_tit {
    color: #478d91;
    margin: 20px;
    font-size: 15px;
    font-weight: bold;
}

.publi-list li div {
    margin: 20px;
}

.publi-list li p {
    font-size: 13px;
    line-height: 28px;
}

/*äº§å“è§„æ ¼ä¸‹æ‹‰e*/
@media screen and (max-width: 676px) and (min-width: 320px) {
    .table {
        margin-left: 2px;
    }

    .product2 .js h4 {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .shai li:last-child .menu_dropDown a:nth-child(7n) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    /*.shai li:nth-child(3) {*/
    /*    margin-right: 0;display:none;*/
    /*}*/
}

@media(min-width: 992px) {
    .page-wrap1 .page-wrap-left {
        width: 208px;
        height: auto;
        background: none;
    }

    .page-wrap1 .page-wrap-right {
        width: calc(100% - 208px);
        border-left: 2px solid #f2f2f2;
        padding-left: 20px;
    }

    .page-wrap1 .xypg-left-nav {
        flex-wrap: wrap;
        border-top: 1px solid #f2f2f2;
        position: relative;
    }

    .page-wrap1 .xypg-left-title {
        background: none;
    }

    .page-wrap1 .xypg-left-title h3 {
        color: #E94D89;
        font-size: 24px;
        padding-bottom: 20px;
        height: 65px;
        font-weight: 500;
    }

    .page-wrap1 .xypg-left-title h3 span {
        display: none;
    }

    .page-wrap1 .xypg-left-title h3:after {
        content: '';
        display: block;
        width: 28px;
        height: 2px;
        background: #999;
        margin-top: 16px;
    }

    .page-wrap1 .xypg-left-nav>li {
        height: 53px;
        border-bottom: 1px solid #f2f2f2;
        text-align: left;
        width: 100%;
    }

    .page-wrap1 .xypg-left-nav>li>a {
        display: block;
        height: 51px;
        border-left: 2px solid #fff;
        line-height: 51px;
        color: #666;
        font-size: 16px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-left: 13px;
        background: url(//cdn.myxypt.com/7e388bc7/21/11/41cba986ca35aba815d21112fdf3ce296a8d45ab.png) no-repeat 93% 21px;
        font-weight: bold;
    }

    .page-wrap1 .xypg-left-nav>li:hover>a,
    .page-wrap1 .xypg-left-nav>li.clicked>a {
        background: #f2f2f2 url(//cdn.myxypt.com/7e388bc7/21/11/41cba986ca35aba815d21112fdf3ce296a8d45ab.png) no-repeat 93% -33px;
        color: #E94D89;
        border-left: 2px solid #E94D89;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }

    .page-wrap1 .xypg-left-nav>li:hover .xypg-left-subnav {
        display: block;
    }

    .page-wrap1 .xypg-left-nav .xypg-left-subnav {
        display: none;
        position: absolute;
        margin-left: 208px;
        z-index: 999;
        width: 208px;
        background: #f2f2f2;
        top: 0px;
        height: 460px;
        padding: 0;
        padding-top: 10px;
    }

    .page-wrap1 .xypg-left-nav .xypg-left-subnav>li {
        height: 28px;
        line-height: 28px;
    }

    .xypg-left-nav>li>.xypg-left-subnav>li>a {
        line-height: 28px;
        padding: 0 22px;
        display: block;
        font-size: 14px;
        color: #555;
        display: flex;
        align-items: center;
    }

    .page-wrap1 .xypg-left-nav .xypg-left-subnav>li:hover>a {
        color: #E94D89;
        background: none;
    }

    .page-wrap1 .xypg-left-nav>li:hover .xypg-left-subnav>li>a {
        background: none;
    }

    .page-wrap1 .xypg-left-nav>li>.xypg-left-subnav>li>a::before {
        /*content: 'Ã‚Â·';*/
        display: block;
        padding-right: 4px;
        line-height: 20px;
    }

    .page-wrap1 .xypg-left-contact {
        border: 1px solid #f2f2f2;
        padding: 10px 4px;
        margin-top: 20px;
        border-right: none;
    }

    .page-wrap1 .xypg-left-contact .xypg-left-title h3 {
        font-weight: bold;
        background: #f2f2f2;
        padding: 10px;
        margin-bottom: 10px;
        font-weight: 500;
        height: auto;
        font-size: 12px;
    }

    .page-wrap1 .xypg-left-contact .xypg-left-title {
        background: none;
        padding: 0;
    }

    .page-wrap1 .xypg-left-contact .xypg-left-title h3:after {
        display: none;
    }

    .page-wrap1 .xypg-left-contact .list2 {}

    .page-wrap1 .xypg-left-contact .list2 li {
        margin-bottom: 12px;
    }

    .page-wrap1 .xypg-left-contact .list2 li a {
        display: flex;
        align-items: center;
    }

    .page-wrap1 .xypg-left-contact .list2 li .zi {}

    .page-wrap1 .xypg-left-contact .list2 li .zi h3 {
        font-size: 12px;
        color: #333;
        letter-spacing: -0.6px;
    }

    .page-wrap1 .xypg-left-contact .list2 li .zi dd {
        font-size: 12px;
        color: #999;
        margin-top: 2px;
    }

    .page-wrap1 .xypg-left-contact .list2 li .img img {
        padding-right: 5px;
    }

    .page-wrap1 .xypg-left.fix {
        position: fixed;
        width: 208px;
        top: 0;
        background: #fff;
    }
}


.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    padding: 10px;
    height: 160px;
    background-color: #FF9ECD;
    border-bottom: solid 1px #FF9ECD;
    display: none;
    color: #fff;
}

.floating_left a {
    color: #fff;
}

.consult:hover .floating_left {
    height: 158px;
    display: block;
}

.consult {
    position: relative
}

.xx {
    border-bottom: 1px solid #fff;
}



@media (max-width:1024px) {
    .page-wrap1 .page-wrap-right {
        width: 100%;
    }

}