section {
    position: relative;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

#canvas {
    width: 100%;
    height: calc(100% - 200px);
}

.scrollDown {
    width: 80px;
    height: 115px;
    background: url(../img/index/icon-down.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 30px;
    z-index: 2;
    animation: bounce 2s infinite;
}

main {
    margin-top: -200px;
}

.partLogo {
    width: 100%;
    background: url(../img/index/bg1.png) no-repeat center/cover;
    padding-top: 300px;
}

.yqLogo {
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    /* background: url(../img/index/yuan.png) no-repeat left top; */
    padding: 20px 0;
    /* padding-left: 80px; */
    margin: 30px 0;
    display: inline-block;
}

.yqLogo::first-letter {
    font-weight: bold;
    font-size: 60px;
    color: #9F0101;
}

.LogoMessBox {
    width: 100%;
    height: 740px;
    background: url(../img/index/yqBg.png) no-repeat center;
    padding-bottom: 120px;
}

.LogoMessBox {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-left: 40px;
    padding-right: 100px;
    padding-top: 50px;
}

.baseMess {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 20px;
}

.logoLMess {
    width: 55%;
}

.logoRMess {
    position: relative;
    width: 45%;
}

.logoShow {
    width: 586px;
    height: 586px;
    background: url(../img/index/6bor.png) no-repeat center/cover;
    padding: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50%;
    animation: rotate 12s infinite linear;
    transform-origin: center;
}

.logoShowMobile {
    display: none;
    animation: none;
    position: inherit;
}

.logoShow img {
    max-width: 100%;
    animation: rotateReverse 12s infinite linear;
    transform-origin: center;
}

.logoShowMobile img {
    animation: none;
}

.logoMessBanner {
    width: 100%;
    background: #fff;
    border-radius: 0 60px 0 0;
    box-shadow: 16px 16px 4px 0px rgba(0, 0, 0, 0.25);
    height: 440px;
    padding: 40px 20px 40px 70px;
    position: relative;
}

.pagnationBox {
    width: 492px;
    height: 364px;
    background: url(../img/index/fig.png) no-repeat center/cover;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
}

.logoMessBanner .swiper {
    width: 100%;
    height: 100%;
}

.logoMessBanner::before {
    content: "";
    width: 52px;
    height: 88%;
    position: absolute;
    left: -15px;
    top: 0;
    background: url(../img/index/bookLock2.png) repeat-y left
}

.logoCont {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.design {
    width: 100%;
}

.design h6 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.design p {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 1.8em;
}

.designTtx {
    padding-right: 20px;
}

.designTtx p img,
.design img {
    margin: 0 auto;
    margin-left: -2em;
    max-height: 350px;
}

.designImg {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Designpagination {
    display: flex;
    justify-content: center;
}

.Designpagination span {
    background: transparent;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    transition: all ease-in-out 0.5s;
}

.Designpagination span:first-child {
    top: 163px;
    left: 66px;
    z-index: 1;
}

.Designpagination span:nth-child(2) {
    top: 98px;
    left: 49%;
    transform: translateX(-50%);
    z-index: 2;
}

.Designpagination span:last-child {
    top: 163px;
    right: 68px;
    z-index: 1;
}

.Designpagination span:hover,
.Designpagination span.swiper-pagination-bullet-active {
    background: url(../img/index/whiteBg.png) no-repeat center/cover;
    color: #9F0101;
    transition: all ease-in-out 0.5s;
}

.partYqh {
    width: 100%;
    background: url(../img/index/bg2.png) no-repeat center/cover;
    position: relative;
}

.yqhImg {
    width: 360px;
    position: absolute;
    top: -118px;
    z-index: 2;
    left: -36px;
}

.yqhImg img {
    width: 100%;
}

.partYqh .center {
    padding: 110px 0 110px 200px;
    display: flex;
    justify-content: space-between;
    gap: 10%;
    align-items: flex-end;
    overflow: hidden;
}

.yqhTit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 36px;
    position: relative;
}

.yqhTit i.webYqh {
    position: relative;
}

.yqhTit i.webYqh::after {
    content: "";
    display: block;
    width: 88px;
    height: 92px;
    background: url(../img/index/circle.png) no-repeat center/cover;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}

.yqhTit i.mobieYqh {
    display: none;
}

.yqhTit h6 {
    font-weight: bold;
    font-size: 36px;
    color: #9F0101;
    line-height: 2em;
    writing-mode: vertical-rl;
    /* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢vertical-rl ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ */
    text-orientation: upright;
    /* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â´ */
    letter-spacing: 4px;
    white-space: nowrap;
}

.qdsp {
    width: 294px;
    height: 90px;
    border-radius: 90px 0 30px 0;
    background: #fffaf4;
    font-weight: bold;
    font-size: 28px;
    color: #DA9700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 140px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.qdsp::after {
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: 100%;
    border-radius: 0 90px 0 30px;
    background: #cdb99e;
    position: absolute;
    top: -10px;
    z-index: -1;
    transition: all ease-in-out 0.5s;
}

.qdsp:hover {
    border-radius: 0;
    transition: all ease-in-out 0.5s;
}

.qdsp:hover::after {
    top: 0px;
    transition: all ease-in-out 0.5s;
}

.yqhRight {
    position: relative;
}

.prostitute {
    display: block;
    width: 236px;
    height: 228px;
    background: url(../img/index/yh.png) no-repeat center/cover;
    position: absolute;
    right: 10px;
    top: -25%;
    z-index: -1;
}

.minprostitute {
    width: 140px;
    height: 136px;
    display: block;
    background: url(../img/index/yh.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: -1;
}

.yqhRight h4 {
    font-weight: bold;
    font-size: 35px;
    color: #333333;
    border-left: 9px solid #9F0101;
    padding-left: 20px;
    line-height: 36px;
}

.yzhCon p {
    font-size: 20px;
    color: #333333;
    text-align: justify;
    margin: 20px 0;
    text-indent: 2em;
}

.yzhCon h6 {
    font-weight: bold;
    font-size: 38px;
    color: #333333;
    text-align: right;
    margin-top: 60px;
}

.yzhCon p:last-child {
    text-align: right!important;
}

.partCount {
    width: 100%;
    background: url(../img/index/bg3.png) no-repeat center/cover;
    overflow: hidden;
    background-attachment: fixed;
}

.partCountBg {
    width: 100%;
    background: rgba(39, 16, 7, 0.58);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 150px 0;
}

.circle {
    width: 680px;
    height: 680px;
    background: url(../img/index/timeBg.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -330px;
    margin-top: calc(-340px + 60px);
    z-index: 0;
    animation: rotate 20s linear infinite 2.5s;
}

.countDowntxt {
    width: 82px;
    height: 322px;
    background: url(../img/index/djs.png) no-repeat top center/cover;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0;
    letter-spacing: 4px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-left: -82px;
}

.slogans {
    font-size: 30px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: -30px;
}

.secLine {
    transform: rotateY(180deg);
}

.countNumber p {
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
}

.countNumber .countNum strong {
    font-weight: bold;
    font-size: 400px;
    text-shadow: 0px 9px 4px rgba(138, 9, 9, 0.25);
    color: #FFFFFF;
    letter-spacing: 30px;
}

.countDown {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.countNumber {
    display: flex;
    align-items: baseline;
}

.partJz {
    width: 100%;
    background: url(../img/index/bg4.png) no-repeat left center, url(../img/index/txt.png) no-repeat left center #f6efe8;
    position: relative;
    overflow: hidden;
}

.jzsk {
    position: relative;
}

.jzsk::after {
    content: "";
    display: block;
    width: 236px;
    height: 5px;
    background: url(../img/index/jzLine.png) no-repeat center/cover;
    position: absolute;
    bottom: -15px;
}

.jzskCon p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 20px 0;
    text-indent: 2em;
    line-height: 1.5;
}

.jzskBox {
    width: 50%;
    padding: 90px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding-right: 70px;
}

.wyjz {
    width: 220px;
    height: 63px;
    background: url(../img/index/wyjzBg.png) no-repeat right center/cover;
    display: flex;
    align-items: center;
    padding: 0 35px;
    cursor: pointer;
}

.wyjz p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    gap: 10px;
}

.wyjz p img {
    animation: bounce2 2s infinite 2s;
}

.openOff {
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #9f0101;
}

.openOff::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 110%;
    background: url(../img/index/bgkai.png) no-repeat left/cover;
    left: -110%;
    z-index: 3;
}

.openBox {
    width: 100%;
}

.heartImg {
    width: 200%;
    height: 100%;
    position: absolute;
    left: -100%;
    z-index: 4;
    background: url(../img/index/heart.png) no-repeat left/cover;
}

.bgKai {
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #f6efe8;
    z-index: 5;
}

.bgKai::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background: url(../img/index/bghe.png) no-repeat left;
    left: -170px;
    z-index: 5;
}

.proCenter {
    width: 1210px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.partXwzx {
    width: 100%;
    background: url(../img/index/xwzxBg.png) no-repeat center/cover;
    position: relative;
    padding: 60px 0 0 0;
    overflow: hidden;
}

.opaBg {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient( to left, rgba(118, 94, 94, 0) 0%, #7C0000 30%);
    height: 340px;
    width: 50%;
    z-index: 0;
}

.xwzxBanner {
    width: 100%;
    height: 770px;
    position: relative;
}

.xwzxBanner .swiper {
    width: 100%;
    height: 100%;
}

.xwzxBanner .swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.xwzxBanner .swiper a i {
    display: block;
    width: 100%;
    height: calc(100% - 120px);
    border-top-left-radius: 100px;
    background-size: contain!important;
}

.xwzxtxt {
    background: linear-gradient( to left, rgba(118, 94, 94, 0) 0%, #7C0000 76%);
    color: #fff;
    height: 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 60%;
    padding-right: 10%;
    position: absolute;
    bottom: 0;
    z-index: 30;
}

.xwzxtxt h6 {
    font-weight: bold;
    font-size: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.xwzxtxt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pageAct a {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFE19E;
    background: url(../img/moreBg.png) no-repeat center/cover;
}

.pageAct {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    align-items: center;
    bottom: 40px;
    padding-left: 20px;
    z-index: 10;
}

.pageAct .swiper-pagination {
    width: auto!important;
    position: initial!important;
    height: 26px;
}

.pageAct .swiper-pagination span.swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    margin: 0 6px;
}

.pageAct .swiper-pagination span.swiper-pagination-bullet-active {
    background: #9F0101;
}

.build {
    width: 100%;
    height: 420px;
    position: absolute;
    bottom: 0;
    background: url(../img/index/build.png) no-repeat top center/cover;
    z-index: 10;
}

.floorL {
    position: absolute;
    left: 0;
    top: 100px;
}

.floorR {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.xwzxTit {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.xwzxCon {
    width: 100%;
    padding: 0 44px 400px 44px;
    border: 6px solid #FFD0D0;
    background: #fff;
}

.xwzxCon h5 {
    font-weight: bold;
    font-size: 28px;
    color: #9F0101;
    text-align: center;
    margin: 60px 0;
}

.xwzxlistTxt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xwzxlistTxt>div {
    flex: 1;
}

.listTxtItem {
    margin-bottom: 40px;
}

.listTxtItem h6 {
    font-weight: 500;
    font-size: 22px;
    color: #9F0101;
    margin: 10px 0;
}

.listTxtItem p {
    font-size: 18px;
    color: #333333;
}

.scrollTop {
    width: 70px;
    height: 0;
    position: fixed;
    bottom: 70px;
    right: 0;
    cursor: pointer;
    z-index: 99;
    overflow: hidden;
}

.scrollTop:hover {
    animation: bounce 0.5s ease-in-out;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.scrollTop p {
    display: none;
}

.scrollTopIn {
    height: 80px;
    transition: all 0.5s
}

.prostitute,
.minprostitute {
    animation: fireworks 2s infinite;
}

.prostitute::before,
.minprostitute::before,
.prostitute::after,
.minprostitute::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/index/yh.png') no-repeat center;
    background-size: cover;
    transform: scale(0.5);
    animation: fireworks 2s infinite;
}

.prostitute::after,
.minprostitute ::after {
    animation-delay: 1s;
    /* Delay the second explosion */
}

.bannerTxt {
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.bannerTxt img {
    width: 100%;
}

.bannerTxt p {
    margin-top: -50px;
}

.layerBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    border-radius: 6px;
    display: none;
}

.layerContent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layerCon {
    width: 600px;
    min-height: 50%;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 20px;
}

.layerCon .close {
    font-size: 26px;
    font-weight: bold;
    float: right;
    line-height: 0.5;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}

.layerMess {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
}

.layerMessCon p {
    color: #333;
    font-size: 18px;
    margin: 10px 0;
}

@keyframes fireworks {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes fireworks {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-moz-keyframes fireworks {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes bounce {
    0%,
    100% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-20px);
    }
}

@keyframes bounce2 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce2 {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

@-moz-keyframes bounce2 {
    0%,
    100% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-5px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotateReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rotateReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes slideRight {
    from {
        width: calc(200% - 200px);
    }
    to {
        width: 0;
    }
}

@-webkit-keyframes slideRight {
    from {
        width: calc(200% - 200px);
    }
    to {
        width: 0;
    }
}

@-moz-keyframes slideRight {
    from {
        width: calc(200% - 200px);
    }
    to {
        width: 0;
    }
}

@keyframes width {
    from {
        width: 0;
    }
    to {
        width: 200%;
    }
}

@-webkit-keyframes width {
    from {
        width: 0;
    }
    to {
        width: 200%;
    }
}

@-moz-keyframes width {
    from {
        width: 0;
    }
    to {
        width: 200%;
    }
}

body,
html {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/loading.png) no-repeat center/cover;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0 20px;
    /* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â¾Ãƒâ€¦Ã¢â‚¬Å“ */
}


/* ÃƒÆ’Ã‚Â©Ãƒâ€¦Ã‚Â¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚ÂloadingÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ */


/* #loading.loaded {

    pointer-events: none;
    transition: all 0.5s;
    opacity: 0;

} */


/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */

#index {
    /* transform: translateY(100%); */
    transition: all 0.5s;
}


/* #index.loaded {
    opacity: 1;
    transition: all 0.5s;
} */

.cp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 50px;
    font-weight: bold;
    padding: 20px;
}

.cp-preloader {
    width: 100%;
    text-align: center;
}

.cp-preloader__letter {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.3);
}

.cp-preloader__letter {
    font-size: 50px;
    font-weight: bold;
}

.cp-preloader__letter:before {
    color: #fff;
}

.cp-preloader_type10:before,
.cp-preloader_type10:after {
    background-color: #fefefe;
}

.cp-preloader__letter:before {
    content: attr(data-preloader);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.cp-preloader__letter:nth-child(2):before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.cp-preloader__letter:nth-child(3):before {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.cp-preloader__letter:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.cp-preloader__letter:nth-child(5):before {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.cp-preloader__letter:nth-child(6):before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.cp-preloader__letter:nth-child(7):before {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.cp-preloader__letter:nth-child(8):before {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.cp-preloader__letter:nth-child(9):before {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}


/* type 5 */

.cp-preloader_type5 .cp-preloader__letter:before {
    -webkit-animation-name: cp-preloader5;
    animation-name: cp-preloader5;
}

@-webkit-keyframes cp-preloader5 {
    0%,
    100% {
        -webkit-transform: rotateY(-90deg) scale(1);
        transform: rotateY(-90deg) scale(1);
        opacity: 0;
    }
    20%,
    50% {
        -webkit-transform: rotateY(0) scale(1);
        transform: rotateY(0) scale(1);
        opacity: 1;
    }
    65% {
        -webkit-transform: rotateY(0) scale(0);
        transform: rotateY(0) scale(0);
        opacity: 0;
    }
}

@keyframes cp-preloader5 {
    0%,
    100% {
        -webkit-transform: rotateY(-90deg) scale(1);
        transform: rotateY(-90deg) scale(1);
        opacity: 0;
    }
    20%,
    50% {
        -webkit-transform: rotateY(0) scale(1);
        transform: rotateY(0) scale(1);
        opacity: 1;
    }
    65% {
        -webkit-transform: rotateY(0) scale(0);
        transform: rotateY(0) scale(0);
        opacity: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.xwzxImg {
    width: 100%;
    height: 660px;
    position: relative;
    margin: 60px 0;
}

.wordBg {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 60px;
    background: rgba(0, 0, 0, 0.6);
}

.wordBg p {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.wordBg span {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 20px;
    line-height: 2em;
    background: url(../img/index/icon-time.png) no-repeat left center;
}

.txtCenter {
    display: inline-block;
    float: right;
    text-align: center;
}

.txtCenter h6 {
    text-align: center;
}

.txtCenter p {
    text-indent: 0;
}