.flex {
    display: flex;
}

.of {
    overflow: hidden;
}

.fen img {
    width: 100%;
    transition: all .3s ease-out;
}

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

.w1400 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

@media (max-width: 1430px) {
    .w1400 {
        padding: 0 15px;
    }
}

.flexs {
    display: flex;
}

.tou {
    background: #fff;
}

.tou .con {
    justify-content: space-between;
    align-items: center;
}

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

.tou .con .dh b {
    display: block;
    font-size: 16px;
    color: #111111;
}

.tou .con .dh dd {
    font-size: 18px;
    font-family: arial;
    font-style: italic;
    color: #ac6432;
    margin-top: 3px;
}

.c1 {
    margin-top: 6.88vw;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 4.79vw;
}

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

.c1 .c1-1 {
    width: 46.643%;
    margin-top: 5px;
}

@media (max-width: 780px) {
    .c1 .c1-1 {
        width: 100%;
        margin-top: 0;
    }
}

.c1 .c1-1 .tit {
    position: relative;
}

.c1 .c1-1 .tit h2 {
    font-size: 48px;
    color: #111111;
    position: relative;
    z-index: 1;
    font-weight: normal;
}

@media (max-width: 1380px) {
    .c1 .c1-1 .tit h2 {
        font-size: 42px;
    }
}

@media (max-width: 1025px) {
    .c1 .c1-1 .tit h2 {
        font-size: 32px;
    }
}

.c1 .c1-1 .tit h2 b {
    color: #ac6432;
}

.c1 .c1-1 .tit .en {
    font-size: 76.79px;
    font-weight: 600;
    color: #f0e4d4;
    position: absolute;
    line-height: 1;
    left: 0;
    bottom: 0;
}

@media (max-width: 1380px) {
    .c1 .c1-1 .tit .en {
        font-size: 60px;
    }
}

@media (max-width: 1025px) {
    .c1 .c1-1 .tit .en {
        font-size: 52px;
    }
}

.c1 .c1-1 dd {
    font-size: 22px;
    color: #111111;
    margin-top: 1.0416vw;
    margin-bottom: 1.0416vw;
}

@media (max-width: 1380px) {
    .c1 .c1-1 dd {
        font-size: 18px;
    }
}

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

@media (max-width: 780px) {
    .c1 .c1-1 dd {
        margin-top: 12px;
        margin-bottom: 8px;
    }
}

.c1 .c1-1 .zi {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

@media (max-width: 1380px) {
    .c1 .c1-1 .zi {
        font-size: 14px;
        line-height: 26px;
    }
}

.c1 .c1-1 .list2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2.8125vw;
    padding-right: 3.44vw;
    text-align: center;
}

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

.c1 .c1-1 .list2 li h3 {
    font-size: 16px;
    color: #1775ef;
    font-weight: normal;
}

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

.c1 .c1-1 .list2 li h3 b {
    font-family: Impact;
    font-size: 36px;
    padding-right: 5px;
}

@media (max-width: 1380px) {
    .c1 .c1-1 .list2 li h3 b {
        font-size: 32px;
    }
}

.c1 .c1-1 .list2 li p {
    font-size: 16px;
    color: #333333;
    margin-top: 6px;
}

@media (max-width: 1025px) {
    .c1 .c1-1 .list2 li p {
        font-size: 14px;
        margin-top: 2px;
    }
}

.c1 .c1-1 a.ck {
    width: 168px;
    line-height: 50px;
    text-align: center;
    background: #ac6432;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top:3.239583vw;
}

@media (max-width: 1380px) {
    .c1 .c1-1 a.ck {
        font-size: 14px;
        line-height: 42px;
        width: 140px;
    }
}

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

.c1 .c1-2 {
    width: 50.072%;
    position: relative;
}

@media (max-width: 780px) {
    .c1 .c1-2 {
        width: 94%;
        margin-top: 30px;
    }
}

.c1 .c1-2:before {
    content: '';
    display: block;
    width: 103.71%;
    height: 93.68%;
    background: #f5f0ea;
    position: absolute;
    left: 2.03vw;
    bottom: 0;
}
/* .c1 .c1-2::after {
    content: '';
    display: block;
    width:33px;
    height:90%;
    background: #f5f0ea;
    position: absolute;
    right:-33px;
    bottom: 0;z-index:99;
} */




.c1 .c1-2 .xx {
    cursor: pointer;
    width: 51px;
    height: 51px;
    position: absolute;
    top: calc(50% - 24px);
    transform: translateY(-50%);
    z-index: 12;
    background-size: 100% !important;
}

@media (max-width: 480px) {
    .c1 .c1-2 .xx {
        width: 40px;
        height: 40px;
        background-size: 100% !important;
    }
}

.c1 .c1-2 .xx.zb {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/9baf9b1fa66f9d67c2bc1de3c8a4140bf4717f05.png") no-repeat 50%;
    left: 8px;
}

.c1 .c1-2 .xx.zb:hover {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/cae72d66a74e13d4bcac8c3c562c10c7f624d6fb.png") no-repeat 50%;
}

.c1 .c1-2 .xx.yb {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/2ccd2ebc97fe3f7571704db84f564bc6c3d50993.png") no-repeat 50%;
    right: 8px;
}

.c1 .c1-2 .xx.yb:hover {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/4eab4a2912f0e69b09069bb8b5623b41d5761e13.png") no-repeat 50%;
}

.c1 .c1-2 .list2 {
    position: relative;
    z-index: 2;
}

.c1 .c1-2 .list2 li {
    padding-bottom: 48px;
    position: relative;
}

@media (max-width: 780px) {
    .c1 .c1-2 .list2 li {
        padding-bottom: 34px;
    }
}

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

.c1 .c1-2 .list2 li .su {
    color: #fff;
    width: 117px;
    height: 160px;
    background-color: #ac6432;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 2.03vw;
    padding-top: 20px;
}

@media (max-width: 1025px) {
    .c1 .c1-2 .list2 li .su {
        padding-top: 14px;
        height: 140px;
    }
}

@media (max-width: 480px) {
    .c1 .c1-2 .list2 li .su {
        height: 108px;
    }
}

.c1 .c1-2 .list2 li .su b {
    font-family: Impact;
    font-size: 36px;
    color: #ffffff;
    font-style: italic;
}

@media (max-width: 1025px) {
    .c1 .c1-2 .list2 li .su b {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .c1 .c1-2 .list2 li .su b {
        line-height: 1;
    }
}

.c1 .c1-2 .list2 li .su p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 3px;
}

@media (max-width: 1025px) {
    .c1 .c1-2 .list2 li .su p {
        font-size: 16px;
    }
}

.c1 .c1-2 .list2 li .su span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

@media (max-width: 1025px) {
    .c1 .c1-2 .list2 li .su span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .c1 .c1-2 .list2 li .su span {
        margin-top: 2px;
    }
}

.bt h2 {
    font-size: 36px;
    color: #111111;
    font-weight: 200;
}

@media (max-width: 1380px) {
    .bt h2 {
        font-size: 32px;
    }
}

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

.bt h2 b {
    color: #ac6432;
}

.bt h2 p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin-top: 20px;
}

@media (max-width: 1380px) {
    .bt h2 p {
        margin-top: 12px;
    }
}

@media (max-width: 1025px) {
    .bt h2 p {
        margin-top: 8px;
    }
}

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

.bt .con {
    padding-left: 1.3vw;
    padding-right: 1.4vw;
    position: relative;
}

.bt .con:before {
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
}

.c2 {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/956e1e24d975547ce44f253e3e5b2c2a1c377fdb.png") no-repeat 50% 0;
    background-size: cover;
    padding-top: 5vw;
    padding-bottom: 8.45vw;
}

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

.c2 .con {
    margin-top: 4.4vw;
    position: relative;
}

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

.c2 .con:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 2px;
    background: #ac6432;
}

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

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

.c2 .con .list2 li {
    width: calc(100% / 6);
}

@media (max-width: 780px) {
    .c2 .con .list2 li {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
}

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

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

.c2 .con .list2 li a h3 b {
    font-size: 24px;
    font-family: arial;
    padding-left: 8px;
    color: #333333;
    line-height: 1;
    transition: all .3s ease-out;
}

.c2 .con .list2 li a .zi {
    color: #111111;
    padding-top: 4.64vw;
    padding-left: 36px;
    position: relative;
}

@media (max-width: 780px) {
    .c2 .con .list2 li a .zi {
        padding-top: 0;
        margin-top: 12px;
    }
}

.c2 .con .list2 li a .zi:before {
    position: absolute;
    top: 8px;
    left: 12px;
    content: '';
    display: block;
    width: 2px;
    height: 5.21vw;
    background-color: #ac6432;
}

@media (max-width: 780px) {
    .c2 .con .list2 li a .zi:before {
        display: none;
    }
}

.c2 .con .list2 li a .zi h4 {
    font-size: 18px;
    font-weight: 600;
}

.c2 .con .list2 li a .zi dd {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}

@media (max-width: 1025px) {
    .c2 .con .list2 li a .zi dd {
        margin-top: 6px;
        line-height: 22px;
    }
}

.c2 .con .list2 li a:hover h3 b {
    color: #ac6432;
    font-size: 36px;
}

@media (max-width: 1025px) {
    .c2 .con .list2 li a:hover h3 b {
        font-size: 32px;
    }
}

.c2 .con .list2 li:nth-child(2n) a .zi {
    padding-top: 6.73vw;
}

@media (max-width: 780px) {
    .c2 .con .list2 li:nth-child(2n) a .zi {
        padding-top: 0;
        margin-top: 12px;
    }
}

.c2 .con .list2 li:nth-child(2n) a .zi:before {
    height: 7.29vw;
}

.c3 {
    background:#f5f0ea;
    background-size: cover;
    padding-top: 5vw;
    padding-bottom: 5.26vw;
}

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

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

.c3 .bt {
    text-align: center;
}

.c3 .bt h2 {
    color: #111111;
}

.c3 .bt h2 b {
    color: #111111;
}

.c3 .con {
    margin-top: 3.34vw;
}

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

.c3 .con .list2 {
    margin-left: -0.885vw;
    margin-right: -0.885vw;
    text-align: center;
}

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

.c3 .con .list2 li {
    padding: 0 0.885vw;
    width: calc(100% / 4);
}

@media (max-width: 480px) {
    .c3 .con .list2 li {
        width: calc(100% / 2);
        margin-bottom: 15px;
    }
}

.c3 .con .list2 li .img {
    border: solid 1px #ac6432;
    transition: all .3s ease-out;
}

.c3 .con .list2 li h3 {
    font-size: 18px;
    color: #111111;
    font-weight: normal;
    padding-top: 1.25vw;
    transition: all .3s ease-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

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

@media (max-width: 780px) {
    .c3 .con .list2 li h3 {
        font-size: 14px;
        padding-top: 15px;
    }
}

.c3 .con .list2 li:hover .img {
    border-color: #ac6432;
}

.c3 .con .list2 li:hover h3 {
    color: #ac6432;
}

.c3 .con a.ck {
    width: 168px;
    line-height: 50px;
    text-align: center;
    background: #ac6432;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 2.45vw;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1380px) {
    .c3 .con a.ck {
        font-size: 14px;
        line-height: 42px;
        width: 140px;
    }
}

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

.c4 {
    padding-top: 5vw;
    padding-bottom: 4.38vw;
}

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

.c4 .bt h2 {
    text-align: center;
}

.c4 .con {
    margin-top: 3.1vw;
}

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

.c4 .con .list2 {
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: wrap;
    text-align: center;
}

.c4 .con .list2 li {
    padding: 0 8px;
    width: calc(100% / 6);
}

@media (max-width: 780px) {
    .c4 .con .list2 li {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .c4 .con .list2 li {
        width: calc(100% / 2);
    }
}

.c4 .con .list2 li a {
    display: block;
    background-color: #f5f7f8;
    padding: 1.46vw 1.35vw 2.6vw;
    position: relative;
    transition: all .3s ease-out;
    height: 100%;
}

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

.c4 .con .list2 li a:after {
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.19vw;
    height: 5px;
    background-color: #ffffff;
    width: 34.09%;
    z-index: 1;
    transition: all .3s ease-out;
    opacity: 0;
    position: absolute;
}

.c4 .con .list2 li a .img {
    line-height: 55px;
}

.c4 .con .list2 li a .img img.img2 {
    display: none;
}

.c4 .con .list2 li a h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    transition: all .3s ease-out;
    margin-top: 1.40625vw;
    margin-bottom: 1.614583vw;
}

@media (max-width: 780px) {
    .c4 .con .list2 li a h3 {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

.c4 .con .list2 li a dd {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 1.62vw;
    transition: all .3s ease-out;
}

.c4 .con .list2 li a:hover {
    background-color: #ac6432;
}

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

.c4 .con .list2 li a:hover .img img.img1 {
    display: none;
}

.c4 .con .list2 li a:hover .img img.img2 {
    display: inline;
}

.c4 .con .list2 li a:hover h3 {
    color: #ffffff;
}

.c4 .con .list2 li a:hover dd {
    color: rgba(255, 255, 255, 0.6);
}

.c4 .con .dh {
    margin-top: 2.4vw;
    border-radius: 24px;
    background-color: #ac6432;
    line-height: 49px;
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 780px) {
    .c4 .con .dh {
        font-size: 16px;
        line-height: 44px;
        width: 314px;
    }
}

.c4 .con .dh i {
    font-size: 24px;
    font-family: arial;
    font-weight: 600;
}

@media (max-width: 780px) {
    .c4 .con .dh i {
        font-size: 20px;
    }
}

.c5 {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/12/f6a95e3d8c9f4314209406b75afc335c1498ed6d.jpg") no-repeat 50% 0;
    background-size: cover;
    padding-top: 4.8vw;
    padding-bottom: 4.01vw;
}

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

@media (max-width: 1550px) {
    .c5 .con1 {
        padding: 0 75px;
    }
}

@media (max-width: 1025px) {
    .c5 .con1 {
        padding: 0 65px;
    }
}

.c5 .bt {
    text-align: center;
    padding-bottom: 30px;
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/9b53616a2ae5d18c00aa7047aaa516fe13539fad.png") no-repeat 50% 100%;
}

@media (max-width: 1380px) {
    .c5 .bt {
        padding-bottom: 20px;
    }
}

.c5 .bt h2 {
    color: #ffffff;
    font-weight: normal;
}

.c5 .bt h2 b {
    color: #ffffff;
}

.c5 .list1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.35416vw;
    margin-bottom: 2.66vw;
}

@media (max-width: 780px) {
    .c5 .list1 {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

.c5 .list1 li {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1380px) {
    .c5 .list1 li {
        font-size: 18px;
    }
}

.c5 .list1 li a {
    color: rgba(255, 255, 255, 0.4);
    transition: all .3s ease-out;
}

.c5 .list1 li:nth-child(2):before {
    content: '/';
    padding: 0 12px;
}

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

.c5 .con {
    background: #fff;
    padding: 20px 10px 33px;
    position: relative;
}

.c5 .con .xx {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 51px;
    cursor: pointer;
    background-size: 100% !important;
}

@media (max-width: 1025px) {
    .c5 .con .xx {
        width: 40px;
        height: 40px;
    }
}

.c5 .con .xx.zb {
    left: -60px;
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/9baf9b1fa66f9d67c2bc1de3c8a4140bf4717f05.png") no-repeat 50%;
}

@media (max-width: 1025px) {
    .c5 .con .xx.zb {
        left: -50px;
    }
}

.c5 .con .xx.zb:hover {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/cae72d66a74e13d4bcac8c3c562c10c7f624d6fb.png") no-repeat 50%;
}

.c5 .con .xx.yb {
    right: -60px;
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/2ccd2ebc97fe3f7571704db84f564bc6c3d50993.png") no-repeat 50%;
}

@media (max-width: 1025px) {
    .c5 .con .xx.yb {
        right: -50px;
    }
}

.c5 .con .xx.yb:hover {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/4eab4a2912f0e69b09069bb8b5623b41d5761e13.png") no-repeat 50%;
}

.c5 .con .list2 li {
    padding: 0 9.5px;
}

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

.c5 .con .list2 li h3 {
    font-weight: normal;
    font-size: 18px;
    color: #000011;
    padding-top: 18px;
    transition: all .3s ease-out;
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

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

@media (max-width: 480px) {
    .c5 .con .list2 li h3 {
        padding-top: 12px;
    }
}

.c5 .con .list2 li h3 span {
    padding-bottom: 14px;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-out;
}

@media (max-width: 480px) {
    .c5 .con .list2 li h3 span {
        padding-bottom: 8px;
    }
}

.c5 .con .list2 li:hover h3 span {
    color: #ac6432;
    border-bottom: 1px solid #ac6432;
}

.c6 {
    padding-top: 5.33vw;
    background-color: #eaedef;
    padding-bottom:5.3vw;
}

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

.c6 .con {
    align-items: flex-end;
    justify-content: space-between;
}

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

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

@media (max-width: 480px) {
    .c6 .con .bt p {
        line-height: 1.6em;
    }
}

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

.c6 .con .list1 li {
    margin: 0 6px;
    display: flex;
}

.c6 .con .list1 li a {
    padding: 0 24px;
    font-size: 18px;
    color: #333333;
    border-radius: 15.5px;
    transition: all .3s ease-out;
    line-height: 31px;
}

@media (max-width: 1380px) {
    .c6 .con .list1 li a {
        font-size: 16px;
        padding: 0 12px;
    }
}

@media (max-width: 780px) {
    .c6 .con .list1 li a {
        font-size: 14px;
    }
}

.c6 .con .list1 li:hover a {
    background-color: #ac6432;
    color: #fff;
}

.c6 .con1 {
    margin-top: 3vw;
}

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

.c6 .con1 .list2 {
    margin-left: -0.705vw;
    margin-right: -0.705vw;
}

@media (max-width: 780px) {
    .c6 .con1 .list2 {
        margin: 0;
        flex-wrap: wrap;
    }
}

.c6 .con1 .list2 li {
    padding: 0 0.705vw;
    width: calc(100% / 4);
}

@media (max-width: 780px) {
    .c6 .con1 .list2 li {
        width: calc(100% / 2);
    }
}

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

.c6 .con1 .list2 li .zi {
    padding: 22px 2.55vw 25px 0;
    transition: all .3s ease-out;
}

.c6 .con1 .list2 li .zi h3 {
    font-size: 16px;
    font-weight: normal;
    color: #111111;
    transition: all .3s ease-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c6 .con1 .list2 li .zi dd {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.6);
    transition: all .3s ease-out;
    margin-top: 12px;
}

.c6 .con1 .list2 li:hover .zi {
    padding: 22px 26px 25px 24px;
    background-color: #ac6432;
}

.c6 .con1 .list2 li:hover .zi h3 {
    color: #fff;
}

.c6 .con1 .list2 li:hover .zi dd {
    color: rgba(255, 255, 255, 0.6);
}

.c7 {
    padding-top: 3.65vw;
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/add10614656d70e3880a82cae1d6ca0b12e26fd4.png") no-repeat 50% 0;
    background-size: cover;
}

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

.c7 .con {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3.49vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c7 .con .bt h2 {
    color: #fff;
    font-weight: 200;
}

.c7 .con .bt h2 b {
    color: #fff;
}

.c7 .con .bt .bd {
    display: flex;
    margin-top: 18px;
}

@media (max-width: 1025px) {
    .c7 .con .bt .bd {
        margin-top: 12px;
    }
}

.c7 .con .bt .bd .xx {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% !important;
}

@media (max-width: 1025px) {
    .c7 .con .bt .bd .xx {
        width: 40px;
        height: 40px;
    }
}

.c7 .con .bt .bd .xx.zb {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/9baf9b1fa66f9d67c2bc1de3c8a4140bf4717f05.png") no-repeat 50%;
    margin-right: 20px;
}

@media (max-width: 1025px) {
    .c7 .con .bt .bd .xx.zb {
        margin-right: 10px;
    }
}

.c7 .con .bt .bd .xx.zb:hover {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/cae72d66a74e13d4bcac8c3c562c10c7f624d6fb.png") no-repeat 50%;
}

.c7 .con .bt .bd .xx.yb {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/2ccd2ebc97fe3f7571704db84f564bc6c3d50993.png") no-repeat 50%;
}

.c7 .con .bt .bd .xx.yb:hover {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/4eab4a2912f0e69b09069bb8b5623b41d5761e13.png") no-repeat 50%;
}

.c7 .con .c7-2 {
    width: 82.5%;
}

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

.c7 .con .c7-2 .list2 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.c7 .con .c7-2 .list2 li {
    padding: 0 7.5px;
}

.c7 .con1 {
    font-size: 24px;
    color: #ffffff;
    padding-top: 2.4479vw;
    padding-bottom: 2.864583vw;
    font-weight: 200;
}

@media (max-width: 1380px) {
    .c7 .con1 {
        font-size: 18px;
    }
}

@media (max-width: 780px) {
    .c7 .con1 {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.foot {
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/db99e37cbcb46688e9771f9262674532a2d9580f.png") no-repeat 50% 0;
    background-size: cover;
    padding-top: 5.42vw;
}

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

.foot .con {
    padding-bottom: 2.45vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: space-between;
}

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

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

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

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

.foot .con .foot1 .lx {
    margin-top: 3.39vw;
}

@media (max-width: 480px) {
    .foot .con .foot1 .lx {
        margin-top: 30px;
    }
}

.foot .con .foot1 .lx h2 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
}

.foot .con .foot1 .lx dd {
    margin-top: 15px;
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 480px) {
    .foot .con .foot1 .lx dd {
        line-height: 24px;
        margin-top: 6px;
    }
}

.foot .con .foot1 .lx dd strong {
    color: #fff;
    font-style: italic;
    font-size: 18px;
}

.foot .con .foot2 {
    width: 56%;
    max-width: 682px;
}

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

.foot .con .foot2 .list2 {
    justify-content: space-between;
    position: relative;
}

.foot .con .foot2 .list2:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(1.3vw + 18px);
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 480px) {
    .foot .con .foot2 .list2:before {
        top: calc(15px + 18px);
    }
}

.foot .con .foot2 .list2 li h2 {
    font-weight: normal;
}

.foot .con .foot2 .list2 li h2 a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    transition: all .3s ease-out;
}

.foot .con .foot2 .list2 li h2 a:hover {
    color: #fff;
}

.foot .con .foot2 .list2 li .sec {
    margin-top: 2.6vw;
}

@media (max-width: 480px) {
    .foot .con .foot2 .list2 li .sec {
        margin-top: 30px;
    }
}

.foot .con .foot2 .list2 li .sec a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.4);
    transition: all .3s ease-out;
}

@media (max-width: 480px) {
    .foot .con .foot2 .list2 li .sec a {
        line-height: 24px;
    }
}

.foot .con .foot2 .list2 li .sec a:hover {
    color: #fff;
}

.foot .con .foot2 .xcon {
    display: flex;
    justify-content: flex-end;
}

.foot .con .foot2 .xcon .link {
    position: relative;
    margin-top: 3vw;
}

.foot .con .foot2 .xcon .link span {
    width: 235px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
    background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/09/729434bca1d3a6840581a93c450c0ebcdb2ee6a5.png") no-repeat 96% 50% #0e0e0e;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-indent: 17px;
    line-height: 55px;
}

.foot .con .foot2 .xcon .link dd {
    position: absolute;
    bottom: 57px;
    left: 0;
    z-index: 1;
    padding: 0 17px;
    background: #fff;
    display: none;
    width: 100%;
}

.foot .con .foot2 .xcon .link dd a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 42px;
}

.foot .con .foot2 .xcon .link:hover dd {
    display: block;
}

.foot .con1 {
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .foot .con1 {
        line-height: 24px;
    }
}

.foot .con1 a {
    color: rgba(255, 255, 255, 0.4);
    transition: all .3s ease-out;
}

.foot .con1 a:hover {
    color: #fff;
}



.box2{background:#e8e3db;padding:40px 0;}
.bcont{display: flex;justify-content: space-between;flex-wrap: wrap;}
.add1{width:42.86%;}
.add1 li{position: relative;}
.add1 li .img img{width:100%;display:block;}
.add1 li .bk{background:url(https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/12/5b4d43c3c1cb8a9324d63aa5e0d4c9b7eea89881.png) no-repeat;width:331px;height:79px;background-size:100% 100%;position:absolute;left:-21px;bottom:41px;}
.add1 li .wz1{color:#fff;font-size:24px;margin-left:50px;margin-top:34px;position: relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.add1 li .wz1:before{width:9px;height:26px;background: #fff;position: absolute;left:0;top: 50%;transform: translateY(-50%);content: "";}

.add2{width:27.5%;}
.add2 li .det{background:#807061;}
.add2 li .nr{width:90%;margin:0 auto;padding:1% 0 2%;}
.add2 li .wz1{color:#fff;font-size:65px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;}
.add2 li .wz2{color:#fff;font-size:17px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;}
.add2 li .wz3{color:#fff;font-size:28px;text-transform:uppercase;text-align:right;font-weight:300;margin-top:2vw;}
.add2 li .img{margin-top:0.85vw;}
.add2 li .img img{width:100%;display:block;}


.add3{width:27.5%;}
.add3 li{}
.add3 li .img img{width:100%;display:block;}
.add3 li .det{background:#b93f32;margin-top:0.85vw;padding:8.6% 0;display: flex;justify-content: center;flex-wrap:wrap;align-items: center;}
.add3 li .nr{text-align:center;margin:0 1.86vw;}
.add3 li .wz1{color:#fff;font-size:64px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;}
.add3 li .wz2{color:#fff;font-size:34px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;font-weight:300;}


.foots{background: url("https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/12/c2ad61480317d15bd512db022ece3aa29e6e6d3c.jpg") no-repeat;background-size:100% 100%;padding-top:60px;}
.fht{background:rgba(255,255,255,.22);line-height:85px;}
.fgsm{coLor:#fff;font-size:46px;font-weight:bold;padding-left:29px;position: relative;}
.fgsm:before{width:9px;height:44px;background: #ac6432;position: absolute;left:0;top: 50%;transform: translateY(-50%);content: "";} 
.fcont{position: relative;padding-bottom:175px;}
.flx{margin-top:28px;width:100%;}
.flx h2{font-size:18px;color:#fff;opacity:.4;font-weight:normal;}
.lxwz{color:rgba(255,255,255,.4);font-size:14px;line-height:27px;margin-top:14px;}
.lxwz p:nth-child(1){border-bottom:1px solid rgba(255,255,255,.2);}
.lxwz p:nth-child(1) strong{color:#fff;font-size:18px;font-style:italic;}
.lxwz a{color:rgba(255,255,255,.4);}
.fadd{width:58.57%;position:absolute;right:0;top:-145px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.fadd li{width:29.88%;text-align:center;padding:4vw 0;background:url(https://web.archive.org/web/20251228113208im_/https://cdn.myxypt.com/af742fb0/23/12/91b1db994db0104fca0e424248d959f04168b12b.png) no-repeat;background-size:100% 100%;}
.fadd li .wz1{color:#111111;font-size:24px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:1.4vw 0 0.6vw;}
.fadd li .wz2{color:#111111;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:0.4vw;}


.bq{border-top:2px solid #2e2e2e;line-height:28px;font-size:14px;color:rgba(255,255,255,.4);text-align:center;padding:22px 0;text-transform:uppercase;}
.bq a{color:rgba(255,255,255,.4);}
.link a{padding:0 2px;}


@media (max-width:1440px) {
 .add2 li .nr{padding:1.8% 0 4.5%;}
 .add3 li .det{padding:9% 0;}
}


@media (max-width:1024px) {
  .x-menu{width:55%;}
  .add1 li .wz1{font-size:18px;margin-top:36px;}
  .add1 li .wz1:before{width:6px;height:22px;}
  .add2 li .wz1{font-size:45px;}
  .add2 li .wz2{font-size:14px;}
  .add2 li .wz3{font-size:20px;}
  .add3 li .wz1{font-size:45px;}
  .add3 li .wz2{font-size:24px;}
  .add3 li .det{padding:9.3% 0;}
  .fadd li{padding:6vw 0;}
  .fcont{padding-bottom:80px;}
  .fgsm{font-size:36px;}
  .fgsm:before{width:6px;height:35px;}
  .fadd li .wz1{font-size:18px;}
  .fadd li .wz2{font-size:14px;}
}

@media (max-width:768px) {
   .add1{width:100%;margin-bottom:10px;}
   .add2,.add3{width:49%;}
     .add2 li .wz1{font-size:35px;}
    .add2 li .wz3{font-size:16px;}
    .add3 li .wz1{font-size:35px;}
    .add3 li .wz2{font-size:18px;}
    .add3 li .det{padding:7.7% 0;}
    .foots{padding-top:25px;}
    .fht{line-height:50px;}
    .fadd{position:static;margin-top:15px;width:100%;}
    .fadd li{background:#c8c8c8;}
    .fcont{padding-bottom:25px;}
    .flx{float:none;}
    .fgsm{font-size:28px;padding-left:20px;}
    .fgsm:before{width:5px;height:28px;}

}

@media (max-width:425px) {
 .add2, .add3{width:100%;}
 .add3{margin-top:10px;}
 .fadd li{width:100%;margin:5px 0;}
 .fadd li .img{width:70px;margin:0 auto;}
 .fadd li .img img{width:100%;display:block;}
 .c6 .con .list1 li{margin:0;}
}
/*
     FILE ARCHIVED ON 11:32:08 Dec 28, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:32:57 Dec 28, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.576
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 7.836
  LoadShardBlock: 776.929 (3)
  PetaboxLoader3.datanode: 720.586 (3)
  PetaboxLoader3.resolve: 12.213
  load_resource: 17.426
*/