.tong {
    max-width: 1790px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
*{box-sizing: border-box;}
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;
    }
}

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

p {
    margin: 0;
}

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

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

.tou {
    height: 100px;
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
}

.tou .con {
    align-items: center;
    border-bottom: 1px solid #d3d2d2;
}

.tou .con .logo {
    line-height: 100px;
}
.tou .con .logo a{display: block;}
.tou .con .logo a img{max-width: 100%;}
.tou .con .zi {
    display: flex;
    width: 763px;
    justify-content: space-between;
}

.tou .con .zi .ss {
    position: relative;
}

.tou .con .zi .ss p {
    line-height: 100px;
}

.tou .con .zi .ss #formsearch {
    width: 250px;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 111;
    display: none;
}

.tou .con .zi .ss #formsearch input {
    height: 34px;
    line-height: 34px;
    border: none;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.tou .con .zi .ss #formsearch input#keyword {
    width: 200px;
    float: left;
    text-indent: 14px;
}

.tou .con .zi .ss #formsearch input#keyword::-webkit-input-placeholder {
    color: #333;
}

.tou .con .zi .ss #formsearch input#s_btn {
    width: 50px;
    float: right;
    text-align: center;
}

.tix {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #d3d2d2;
    padding-bottom: 2.76vw;
}

@media (max-width: 480px) {
    .tix {
        padding-bottom: 20px;
    }
}

.tix h2.bt {
    font-size: .42rem;
    color: #000000;
    font-weight: normal;
}

@media (max-width: 780px) {
    .tix h2.bt {
        font-size: 24px;
    }
}

.tix a.ck1 {
    width: 1.32rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000000;
    color: #000000;
    padding-bottom: .2rem;
    align-items: center;
    position: relative;
}

.tix a.ck1:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 11;
    background: #cf000d;
}

@media (max-width: 780px) {
    .tix a.ck1 {
        width: 92px;
    }
}

.c1 {
    background: url(../images/xilbj.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 5.68vw;
    padding-bottom: 7.55vw;
}

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

@media (max-width: 480px) {
    .c1 {
        padding-bottom: 20px;
    }
}

.c1 .con {
    padding-top: 8.13vw;
}

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

.c1 .con .list2 {
    margin-left: -2.89vw;
    margin-right: -2.89vw;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 780px) {
    .c1 .con .list2 {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.c1 .con .list2 li {
    padding: 0 2.89vw;
    width: 25%;
    
}

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

@media (max-width: 480px) {
    .c1 .con .list2 li {
        width: 50%;
        margin-bottom: 20px;
    }
}

.c1 .con .list2 li a {
    display: block;
    position: relative;
}

.c1 .con .list2 li .img {
    transition: all .4s ease-out;
}

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

.c1 .con .list2 li .zi {
    position: absolute;
    bottom: .47rem;
    left: 2.5vw;
    z-index: 1;
    transition: all .4s ease-out;
}

.c1 .con .list2 li .zi h3 {
    font-size: .3rem;
    color: #fffefe;
}

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

.c1 .con .list2 li .zi .ck {
    color: #d3d2d2;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .2rem;
    border-bottom: 3px solid #d3d2d2;
    width: 1.32rem;
    margin-top: 2.5vw;
    position: relative;
    transition: all .4s ease-out;
}

@media (max-width: 780px) {
    .c1 .con .list2 li .zi .ck {
        width: 92px;
    }
}

.c1 .con .list2 li .zi .ck:after {
    display: block;
    content: '';
    width: 57px;
    background: #cf000d;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    opacity: 0;
    transition: all .4s ease-out;
}

@media (min-width: 780px) {
    .c1 .con .list2 li:hover .img {
        transform: scale(1.1);
    }

    .c1 .con .list2 li:hover .zi {
        bottom: -.16rem;
    }

    .c1 .con .list2 li:hover .zi .ck {
        color: #fff;
    }

    .c1 .con .list2 li:hover .zi .ck:after {
        opacity: 1;
    }
}

.c2 {
    position: relative;
}

.c2 .list2 li .img img {
    width: 100%;
}

.c2 .con {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding-top: 3.91vw;
    top: 0;
    left: 0;
}

.c2 .con .tix .zi {
    display: flex;
    align-items: center;
}

.c2 .con .tix .zi h2.bt {
    color: #fff;
}

.c2 .con .tix .zi .list21 {
    margin-left: 4.17vw;
    display: flex;
}

@media (max-width: 480px) {
    .c2 .con .tix .zi .list21 {
        display: none;
    }
}

.c2 .con .tix .zi .list21 li {
    width: 1.48rem;
    line-height: 35px;
    margin-right: 1.71975vw;
    border-radius: 20px;
    transition: all .4s ease-out;
    text-align: center;
}

.c2 .con .tix .zi .list21 li:hover {
    background: #000;
}

.c2 .con .tix .zi .list21 li:last-child {
    margin-right: 0;
}

.c2 .con .tix .zi .list21 li a {
    color: #fff;
}

.c2 .con .tix a.ck1 {
    color: #ffffff;
    border-color: #ffffff;
    position: relative;
}

.c2 .con .tix a.ck1:after {
    display: block;
    content: '';
    width: 57px;
    background: #cf000d;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all .4s ease-out;
}

.c2 .con .tong {
    height: 100%;
}

.c2 .con .conx {
    position: relative;
    height: 100%;
}

.c2 .con .hd {
    position: absolute;
    bottom: 3.18vw;
    width: 100%;
    padding: 0 2.71vw;
}

.c2 .con .hd .xx {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: .52rem;
    height: .52rem;
    background-size: 100% !important;
}

.c2 .con .hd .xx.zb {
    left: 0;
    background: url(../images/azuo.png) no-repeat 50% 0;
}

.c2 .con .hd .xx.yb {
    right: 0;
    background: url(../images/ayou.png) no-repeat 50% 0;
}

.c2 .con .hd .list1 {
    display: flex;
    flex-wrap: wrap;
}

.c2 .con .hd .list1 li {
    padding-left: 5vw;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.c2 .con .hd .list1 li:last-child {
    border: none;
}

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

@media (max-width: 480px) {
    .c2 .con .hd .list1 li .img img {
        max-width: 20px;
        max-height: 20px;
    }
}

.c2 .con .hd .list1 li .img img.img2 {
    display: none;
}

.c2 .con .hd .list1 li h3 {
    color: rgba(255, 254, 254, 0.5);
    font-size: .2rem;
    transition: all .4s ease-out;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li h3 {
        font-size: 12px;
    }
}

.c2 .con .hd .list1 li h3:after {
    content: '+';
    margin-left: 6.82vw;
}

@media (max-width: 480px) {
    .c2 .con .hd .list1 li h3:after {
        margin-left: 0;
    }
}

.c2 .con .hd .list1 li.on {
    border-color: #fffefe;
}

.c2 .con .hd .list1 li.on .img img.img1 {
    display: none;
}

.c2 .con .hd .list1 li.on .img img.img2 {
    display: inline;
}

.c2 .con .hd .list1 li.on h3 {
    color: #fffefe;
}

.c3 {
    padding-top: 5.52vw;
    padding-bottom: 3.85vw;
    background: url("//cdn.myxypt.com/a18766f2/22/06/a51267173ed1f4c8d9a8ac63f13efb10e8e7bad9.png") no-repeat 50% 0;
    background-size: cover;
}

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

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

.c3 .con .c3-1 {
    width: 805px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

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

.c3 .con .c3-1 h2 {
    color: #000000;
    font-size: .42rem;
    width: 100%;
}

@media (max-width: 780px) {
    .c3 .con .c3-1 h2 {
        font-size: 24px;
    }
}

@media (max-width: 780px) {
    .c3 .con .c3-1 a.ck {
        margin-top: 20px;
    }
}

.c3 .con .c3-1 a.ck img {
    max-width: 100%;
}

@media (max-width: 780px) {
    .c3 .con .c3-1 a.ck img {
        width: 40px;
        height: 40px;
    }
}

.c3 .con .c3-2 {
    width: 805px;
}

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

.c3 .con .c3-2 h2 {
    font-size: .36rem;
    color: #333333;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 h2 {
        font-size: 20px;
    }
}

.c3 .con .c3-2 dd {
    font-size: 16px;
    color: #666666;
    line-height: 2.5;
    margin-top: 2.083vw;
    margin-bottom: 4.32vw;
}

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

.c3 .con .c3-2 a.ck1 {
    width: 1.32rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000000;
    color: #000000;
    padding-bottom: .2rem;
    align-items: center;
    position: relative;
}

.c3 .con .c3-2 a.ck1:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 11;
    background: #cf000d;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 a.ck1 {
        width: 92px;
    }
}

.c4 {
    text-align: center;
}

.c4 img {
    max-width: 100%;
}

.c5 {
    margin-top: 7px;
    padding-top: 5.1vw;
    background-color: #f9faf7;
    padding-bottom: 5.58vw;
}

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

.c5 .tix1 {
    padding-right: 1.88vw;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.76vw;
    border-bottom: 1px solid rgba(149, 149, 149, 0.3);
    justify-content: space-between;
}

.c5 .tix1 h2.bt {
    color: #000000;
    font-size: .42rem;
}

@media (max-width: 780px) {
    .c5 .tix1 h2.bt {
        font-size: 24px;
    }
}

.c5 .tix1 .list1 {
    display: flex;
}

.c5 .tix1 .list1 li {
    position: relative;
}

.c5 .tix1 .list1 li:nth-child(1) {
    margin-right: 5.36vw;
}

.c5 .tix1 .list1 li a {
    display: block;
    font-size: 16px;
    color: #333333;
    transition: all .4s ease-out;
}

.c5 .tix1 .list1 li:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2.78vw;
    height: 2px;
    background-color: #ce010d;
    transition: all .4s ease-out;
    opacity: 0;
}

.c5 .tix1 .list1 li:hover:after {
    opacity: 1;
}

.c5 .tix1 .list1 li:hover a {
    color: #cf000d;
}

.c5 .con {
    margin-top: 5.52vw;
}

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

.c5 .con .c5-1 {
    width: 21.71%;
}

@media (max-width: 780px) {
    .c5 .con .c5-1 {
        display: none;
    }
}

.c5 .con .list1 li {
    position: relative;
}

.c5 .con .list1 li .img img {
    width: 100%;
}

.c5 .con .list1 li h3 {
    position: absolute;
    bottom: 22px;
    left: 0;
    padding-left: 1.46vw;
    padding-right: 2.14vw;
    color: #ffffff;
    font-size: .24rem;
    line-height: 1.583;
}

.c5 .con .c5-2 {
    width: 73.9%;
}

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

.c5 .con .list2 {
    margin-left: -2.085vw;
    margin-right: -2.085vw;
    display: flex;
    flex-wrap: wrap;
}

.c5 .con .list2 li {
    padding: 0 2.085vw;
    width: calc(100% / 3);
}

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

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

.c5 .con .list2 li .timex {
    color: #000000;
    font-size: .46rem;
    margin-bottom: .34rem;
    line-height: 1;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .timex {
        font-size: 24px;
    }
}

.c5 .con .list2 li .timex span {
    color: #666666;
    font-size: .16rem;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .timex span {
        font-size: 14px;
    }
}

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

.c5 .con .list2 li .zi {
    margin-top: .22rem;
}

.c5 .con .list2 li .zi h3 {
    color: #000000;
    font-size: .24rem;
    line-height: 1.583;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.c5 .con .list2 li .zi dd {
    color: #666666;
    font-size: 16px;
    line-height: 1.625;
    margin-top: .28rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi dd {
        font-size: 14px;
    }
}

.c5 .con .list2 li .zi .ck1 {
    margin-top: 4.1vw;
    width: 1.32rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #000000;
    color: #000000;
    padding-bottom: .2rem;
    align-items: center;
    position: relative;
}

.c5 .con .list2 li .zi .ck1:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 11;
    background: #cf000d;
}

@media (max-width: 780px) {
    .c5 .con .list2 li .zi .ck1 {
        width: 92px;
    }
}

.of {
    overflow: hidden;
}

.foot {
    background-color: #222222;
}

.foot .con {
    border-bottom: 2px solid rgba(49, 49, 49, 0.7);
}

@media (max-width: 480px) {
    .foot .con {
        flex-wrap: wrap;
        padding-bottom: 4.8vw;
    }
}

.foot .con .foot1 {
    border-right: 3px solid #313131;
    padding-bottom: 4.8vw;
    width: 79.21%;
}

@media (max-width: 780px) {
    .foot .con .foot1 {
        width: 66%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot1 {
        width: 100%;
    }
}

.foot .con .foot1 .foot1-1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(49, 49, 49, 0.7);
    align-items: center;
    padding-right: 4.27vw;
    margin-bottom: 4.32vw;
}

.foot .con .foot1 .foot1-1 .foot1-1-1 {
    line-height: 130px;
}

.foot .con .foot1 .foot1-1 .foot1-1-2 {
    text-align: center;
    display: flex;
}

.foot .con .foot1 .foot1-1 .foot1-1-2 li {
    width: 47px;
    height: 47px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    line-height: 40px;
    transition: all .4s ease-out;
    margin-left: 0.94vw;
}

.foot .con .foot1 .foot1-1 .foot1-1-2 li .img img.img2 {
    display: none;
}

.foot .con .foot1 .foot1-1 .foot1-1-2 li:hover {
    background-color: #ce010d;
    border-color: #ce010d;
}

.foot .con .foot1 .foot1-1 .foot1-1-2 li:hover .img img.img2 {
    display: inline;
}

.foot .con .foot1 .foot1-1 .foot1-1-2 li:hover .img img.img1 {
    display: none;
}

.foot .con .foot1 .foot1-2 {
    width: 59.24%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .foot .con .foot1 .foot1-2 {
        width: 66%;
    }
    .c2 .con .hd .list1 li{padding-left: 2vw;}
    .c2 .con .hd .xx.yb,.c2 .con .hd .xx.zb{display: none;}
}

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

.foot .con .foot1 .foot1-2 li h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    font-size: .14rem;
}

.foot .con .foot1 .foot1-2 li h2:after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    content: '';
    display: block;
    margin-top: .2rem;
}

.foot .con .foot1 .foot1-2 li .sec {
    line-height: 2.142857;
    margin-top: .2rem;
}

.foot .con .foot1 .foot1-2 li .sec a {
    display: block;
    color: rgba(255, 255, 255, 0.3);
}

.foot .con .foot2 {
    width: 16.14%;
    padding-top: 2.39583vw;
}

@media (max-width: 780px) {
    .foot .con .foot2 {
        width: 20%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot2 {
        width: 100%;
        padding-top: 0;
    }
}

.foot .con .foot2 .lx {
    color: rgba(255, 255, 255, 0.3);
    line-height: 2.5714;
    margin-bottom: 2.083vw;
}

.foot .con .foot2 .lx p {
    margin-bottom: 13px;
}

@media (max-width: 480px) {
    .foot .con .foot2 .lx p {
        margin-bottom: 0;
    }
}

.foot .con .foot2 .lx p:last-child {
    margin-bottom: 0;
}

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

@media (max-width: 480px) {
    .foot .con .foot2 .list2 {
        justify-content: center;
    }
}

.foot .con .foot2 .list2 li {
    margin-right: 2.14vw;
}

@media (max-width: 480px) {
    .foot .con .foot2 .list2 li {
        width: 48%;
        margin: 0 1%;
    }
}

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

.foot .con .foot2 .list2 li h3 {
    color: rgba(255, 255, 255, 0.3);
    margin-top: .2rem;
    font-size: .14rem;
}

.foot .ban {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
}

.foot .ban .ban1 {
    line-height: 2.142857;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 480px) {
    .foot .ban .ban1 {
        line-height: 1.6;
        text-align: center;
    }
}

.foot .ban .ban1 a {
    color: rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=index.css.map */



.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    background: url(//cdn.myxypt.com/a18766f2/22/06/786aeb6241ac3ae28e9f07069e292f1959840c00.png) no-repeat 119px 50% rgba(102,102,102,.3);
    width: 140px;
    line-height: 36px;
    text-indent: 20px;
    color: rgba(255,255,255,.3);
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width: 140px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}