.webBody {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.webPage {
    position: absolute;
    transform: translateX(100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: .4s all ease;
    display: none;
}

.webPage.active {
    transform: translateX(0);
    transition: .4s all ease
}


.kaipian {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 5001;
    width: 100%;
    height: calc(100vh);
}

.home {
    height: 100%;
    width: 100%;
    background: url(../images/home.jpg) center no-repeat;
    background-size: 100% 100%;
}

.mianze {
    height: calc(100% - 50px);
    width: 100%;
    background: url(../images/mianze.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.mianze.cur {
    transform: translateX(0);
}

.mianze.cur .mianze_btn {
    left: 0;
}

.mianze_btn {
    position: absolute;
    left: 100%;
    bottom: 100px;
    z-index: 2;
    transition: all .3s ease;
}

.mianze_btn span {
    writing-mode: vertical-rl;
    padding: 5px 2px;
    background: rgba(0, 0, 0, .65);
    color: rgba(255, 255, 255, .75);
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
}

.mianze_close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .24);
    color: #fff;
    font-size: 16px;
}

.homePage.cur {
    animation: clipShow 1.5s 0s;
}

.mod_float {
    position: absolute;
    right: 0;
    bottom: 30vh;
    z-index: 2;
    transition: all .3s ease;
}

.mod_float span {
    writing-mode: vertical-rl;
    padding: 5px 2px;
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .75);
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
}

#kaipian_0bg {
    width: 100%;
    height: 100%;
    background: url(../images/kaipian_0bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

#kaip_dianji {
    width: 5vw;
    height: 5.97vw;
    background: url(../images/kaip_dianji.png);
    background-size: 5vw 5.97vw;
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
    z-index: 2;
    animation: shan 1.5s infinite;
}

@keyframes shan {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes clipShow {
    from {
        clip-path: circle(0%);
    }

    to {
        clip-path: circle(100%);
    }
}

/* 首期建筑 */
.shouqiPage {
    position: relative;
    height: calc(100vh - 50px);
    top: 50px;
    background-size: 100% 100% !important;
}

.sq_tishi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(16vh + 16vw + 30px);
    z-index: 10;
    pointer-events: none;
}

.sq_tishi img {
    height: 5vw;
    animation: scale_logo 2s infinite;
}

.sq_menu {
    position: absolute;
    left: 5px;
    top: calc(16vh + 20px);
    z-index: 10;
}

.sq_menu ul {
    display: flex;
}

.sq_menu ul li {
    position: relative;
    width: 13.89vw;
    height: 16vw;
    margin-left: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .65);
}

.sq_menu ul li img {
    width: 100%;
    height: 100%;
}

.sq_menu ul li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125%;
    background: #045b95;
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    transform-origin: left bottom;
    transform: scale(0.8);
}

.sq_menu ul li.active span {
    background: #c0d2de;
    color: #045b95;
}

.sq_hao {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
    background: url(../shouqi_img/hao.png) center no-repeat;
    background-size: 100% 100%;
}

.sq_se {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.sq_se .sekuai,
.sq_se .zhibiao {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.sq_se .zhibiao {
    background-position: top center;
    background-size: cover;
}

.sq_ceng {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.sq_ceng1 {
    background: url(../shouqi_img/jzxs.jpg) center no-repeat;
    background-size: 100% 100%;
}

.sq_ceng ul {
    position: absolute;
    left: 15px;
    bottom: 60px;
    width: calc(100% - 30px);
}

.sq_ceng ul li {
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .35);
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
}

.sq_ceng ul li a {
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, .65);
}

.sq_ceng ul li a.active {
    color: #f6b64c;
}

.sq_lou {
    position: absolute;
}

.sq_lou i {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    opacity: 1;
}

.sq_lou.cur i {
    pointer-events: auto;
    opacity: 1;
}

.sq_lou1 {
    width: 26%;
    height: 8%;
    left: 4%;
    top: 57%;
    transform: rotate(57deg) skewX(-11deg);
}

.sq_lou2 {
    width: 23%;
    height: 14%;
    left: 22%;
    top: 42%;
    transform: rotate(0) skewX(0);
}

.sq_lou3 {
    width: 24%;
    height: 6%;
    left: 33%;
    top: 56%;
    transform: rotate(-23deg) skewX(17deg);
}

.sq_lou4 {
    width: 28%;
    height: 10%;
    left: 23%;
    top: 68%;
    transform: rotate(54deg) skewX(-9deg);
}

.sq_lou5 {
    width: 28%;
    height: 9%;
    left: 44%;
    top: 63.5%;
    transform: rotate(57deg) skewX(-9deg);
}



#close {
    width: 11.33vw;
    height: 11.33vw;
    background: url(../images/an_fanhui.png) no-repeat;
    background-position: center;
    background-size: 11.33vw 11.33vw;
    position: fixed;
    right: 5px;
    top: 55px;
    z-index: 15;
}

#lou {
    width: 100vw;
    height: calc(100vh - 50px);
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 14;
}


/* 区位价值 */
.quweiPage {
    height: calc(100vh - 50px);
    top: 50px;
    background: #57718c;
}

.quweiPage .qw_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.quweiPage .qw_logo {
    position: absolute;
    z-index: 9;
    background: url(../images/logo@2x.png) center no-repeat;
    background-size: cover;
    width: 50px;
    height: 28px;
    left: 49.1%;
    top: 34.1%;
    pointer-events: none;
    animation: scale_logo 2s infinite;
}

@keyframes scale_logo {
    0% {
        transform: scale(1) translateZ(0);
    }

    50% {
        transform: scale(.8) translateZ(0);
    }

    100% {
        transform: scale(1) translateZ(0);
    }
}

.qw_menu {
    position: absolute;
    bottom: 70px;
    left: 10px;
    width: calc(100vw - 20px);
    background: #2f2e35;
    padding: 15px 0;
    padding-top: 30px;
    border-radius: 8px;
    z-index: 10;
}

.qw_menu>i {
    position: absolute;
    width: 26px;
    height: 10px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.qw_menu>i::after {
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .5);
    transition: all 0.3s ease;
    position: absolute;
    top: 4px;
    left: 0;
}

.qw_menu>i::before {
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, .5);
}

.qw_menu>i.cur::after {
    opacity: 0;
}

.qw_menu>i.cur::before {
    opacity: 1;
}

.qw_menu ul {
    scroll-snap-type: x mandatory;
    overflow: scroll;
    display: flex;
    justify-content: space-between;
}

.qw_menu ul li {
    color: #fff;
    text-align: center;
}

.qw_menu ul li span {
    font-size: 12px;
    display: block;
    transform: scale(.8) translateY(2px);
    transform-origin: 50% 0;
    white-space: nowrap;
}

.qw_menu ul li i {
    opacity: 0.75;
}

.qw_menu ul li.active {
    color: #f6b64c;
}

.qw_menu .h_auto {
    height: 0;
    transition: all 0.3s ease;
    overflow: auto;
    scroll-behavior: smooth;
    position: relative;
}

.qw_menu .h_auto::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.qw_menu .h_auto.active {
    height: 240px;
    margin-top: 15px;
}

.qw_menu .h_auto .items .item {
    color: rgba(255, 255, 255, .85);
    padding: 0 15px;
    margin-bottom: 13px;
}

.qw_menu .h_auto .items .item h5 {
    font-size: 14px;
    transition: all 0.3s ease;
}

.qw_menu .h_auto .items .item p {
    font-size: 12px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, .75);
    margin-top: 3px;
}

.qw_menu .h_auto .items .item.active,
.qw_menu .h_auto .items .item.active p {
    color: #f6b64c;
}


.qw_ceng {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

.qw_ceng ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.qw_ceng ul li {
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.qw_ceng ul li i{
    display: none;
}
.qw_ceng ul li span {
    position: absolute;
    padding: 2px 3px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    background-image: linear-gradient(to right, #cb9563, #ae7643);
    display: none;
    border-radius: 2px;
    text-align: center;
}

.qw_ceng ul li.active {
    z-index: 2;
}

.qw_ceng ul li.active span {
    display: block;
}

.qw_ceng ul li.left span {
    right: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
}

.qw_ceng ul li.right span {
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
}

.qw_ceng ul li.top span {
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
}

.qw_ceng ul li.bottom span {
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
}

.qw_ceng ul li span::after {
    content: '';
    width: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
}

.qw_ceng ul li.right span::after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-right: 5px solid #cb9563;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.qw_ceng ul li.left span::after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #cb9563;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.qw_ceng ul li.top span::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #cb9563;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.qw_ceng ul li.bottom span::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 5px solid #cb9563;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.qw_ceng3 ul li:nth-child(1) {
    left: 15.2%;
    top: 20.8%;
}

.qw_ceng3 ul li:nth-child(2) {
    left: 38.8%;
    top: 20.8%;
}

.qw_ceng3 ul li:nth-child(3) {
    left: 32.3%;
    top: 25.2%;
}

.qw_ceng3 ul li:nth-child(4) {
    left: 27.7%;
    top: 56.1%;
}

.qw_ceng3 ul li:nth-child(5) {
    left: 21.4%;
    top: 57.3%;
}

.qw_ceng3 ul li:nth-child(6) {
    left: 27.1%;
    top: 70.1%;
}

.qw_ceng3 ul li:nth-child(7) {
    left: 36.2%;
    top: 63.6%;
}

.qw_ceng3 ul li:nth-child(8) {
    left: 21%;
    top: 71.1%;
}

.qw_ceng4 ul li:nth-child(1) {
    left: 54.3%;
    top: 20.4%;
}

.qw_ceng4 ul li:nth-child(2) {
    left: 49.3%;
    top: 28.4%;
}

.qw_ceng4 ul li:nth-child(3) {
    left: 48%;
    ;
    top: 31.3%;
}

.qw_ceng4 ul li:nth-child(4) {
    left: 41.7%;
    top: 28.2%;
}

.qw_ceng4 ul li:nth-child(5) {
    left: 40.4%;
    top: 36.5%;
}

.qw_ceng4 ul li:nth-child(6) {
    left: 66%;
    top: 36.7%;
}

.qw_ceng4 ul li:nth-child(7) {
    left: 64.7%;
    top: 41.2%;
}

.qw_ceng4 ul li:nth-child(8) {
    left: 60%;
    top: 57.8%;
}

.qw_ceng4 ul li:nth-child(9) {
    left: 51.5%;
    top: 58%;
}

.qw_ceng4 ul li:nth-child(10) {
    left: 50.5%;
    top: 61%;
}

.qw_ceng5 ul li:nth-child(1) {
    left: 53.3%;
    top: 9.5%;
}

.qw_ceng5 ul li:nth-child(2) {
    left: 48.6%;
    top: 25.4%;
}

.qw_ceng5 ul li:nth-child(3) {
    left: 22.5%;
    top: 41.7%;
}

.qw_ceng5 ul li:nth-child(4) {
    left: 62.6%;
    top: 45.4%;
}

.qw_ceng5 ul li:nth-child(5) {
    left: 45.1%;
    top: 51.2%;
}

.qw_ceng5 ul li:nth-child(6) {
    left: 61.1%;
    top: 52.8%;
}

.qw_ceng5 ul li:nth-child(7) {
    left: 58.4%;
    top: 68.2%;
}

.qw_ceng6 ul li:nth-child(1) {
    left: 42.4%;
    top: 24.3%;
}

.qw_ceng6 ul li:nth-child(2) {
    left: 51.4%;
    top: 53.4%;
}

.qw_ceng6 ul li:nth-child(3) {
    left: 16.4%;
    top: 64.1%;
}

.qw_ceng6 ul li:nth-child(4) {
    left: 9.8%;
    top: 28.3%;
}

.qw_ceng7 ul li:nth-child(1) {
    left: 88.4%;
    top: 7%;
}

.qw_ceng7 ul li:nth-child(2) {
    left: 76.6%;
    top: 6.3%;
}

.qw_ceng7 ul li:nth-child(3) {
    left: 83.4%;
    top: 12.8%;
}

.qw_ceng7 ul li:nth-child(4) {
    left: 49.9%;
    top: 21.2%;
}

.qw_ceng7 ul li:nth-child(5) {
    left: 60.2%;
    top: 27%;
}

.qw_ceng7 ul li:nth-child(6) {
    left: 72.9%;
    top: 27.2%;
}

.qw_ceng7 ul li:nth-child(7) {
    left: 54.4%;
    top: 42.1%;
}

.qw_ceng7 ul li:nth-child(8) {
    left: 23.7%;
    top: 44.1%;
}

.qw_ceng7 ul li:nth-child(9) {
    left: 33.4%;
    top: 43.3%;
}

.qw_ceng7 ul li:nth-child(10) {
    left: 52.8%;
    top: 45.7%;
}

.qw_ceng_text {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 143px;
    left: 10px;
    width: calc(100vw - 20px);
    background: #2f2e35;
    color: rgba(255, 255, 255, 0.65);
    padding: 15px;
    border-radius: 8px;
    transform: translateY(15px);
    z-index: 3;
}

.qw_ceng_text.active {
    opacity: 1;
    transform: translateY(0);
}

.qw_ceng_text h5 {
    margin-bottom: 5px;
}

.qct_close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.qct_close i {
    font-size: 16px;
}






.page-bottom.active {
    left: 40px;
}

.page-bottom {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 10px;
    width: calc(100vw - 40px);
    z-index: 5000;
    transition: all 0.3s ease;
}

.g-nav {
    transform: scale(.8);
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: rgba(0, 0, 0, .85);
    padding-left: 50px;
    padding-right: 30px;
    opacity: 0.5;
}

.page-bottom .g-nav>i {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 40%;
    transform: rotate(90deg) translateX(-50%);
    color: rgba(255, 255, 255, 0.65);
}

.g-nav-box {
    width: calc(100vw - 120px);
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    overflow: visible;
    scroll-snap-type: x mandatory;
    overflow: scroll;
}

.g-nav.active {
    width: 50px;
    height: 50px;
    padding: 0;
    padding-left: 50px;
}

.g-nav.active .g-nav-box .g-nav-item:first-child a i {
    display: none;
}

.g-nav.active .g-nav-box .g-nav-item:first-child a svg {
    display: block;
}

.g-nav-box .g-nav-item:first-child {
    padding-top: 0;
    width: auto;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.g-nav-box .g-nav-item:first-child a i {
    display: inline-block;
    font-size: 18px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}

.g-nav-box .g-nav-item:first-child a svg {
    display: none;
}

.g-nav-item {
    position: relative;
    padding-top: 6px;
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 20%;
}

.g-nav-item a {
    color: #fff;
    font-size: 12px;
}

.g-nav-item a i {
    font-size: 16px;
    line-height: 1
}

.g-nav-item a span {
    display: block;
}

.g-nav-item a:hover {
    color: #f6b64c
}

.g-nav-item a.active {
    color: #f6b64c
}

.g-nav-more {
    position: fixed;
    right: 5px;
    top: 40%;
    background: rgba(0, 0, 0, .65);
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
    padding: 0 5px;
    box-shadow: -1px 0 4px rgba(0, 0, 0, .24);
    transition: .8s all ease;
    z-index: 5000
}

.g-nav-more.active {
    opacity: 1;
    height: 160px;
}

.g-nav-more.active .g-nav-moreTop {
    padding: 8px 0;
}

.g-nav-more.active .g-nav-moreTop a:first-child svg:first-child {
    display: none;
}

.g-nav-more.active .g-nav-moreTop a:first-child svg:last-child {
    display: block;
}

.g-nav-moreTop {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.g-nav-moreTop a:first-child svg:last-child {
    display: none;
}

.g-nav-moreTop a {
    color: #fff;
    display: block;
    margin: 5px 0;
    text-align: center;
    font-size: 12px;
}

.g-nav-moreTop a i {
    display: block
}

.g-nav-moreTop a.active {
    color: #f6b64c
}

.g-nav-moreTop a:hover {
    color: #f6b64c
}

.g-nav-moreTop a i {
    font-size: 16px;
}

.g-nav-btn {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
}

.g-nav-btn a {
    color: #fff;
    display: block;
    margin: 5px 0;
}

.g-nav-btn .musicBnt {
    position: relative;
}

.g-nav-btn .musicBnt:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 2px;
    background: #999;
    display: none
}

.g-nav-btn .musicBnt.active {
    color: #999
}

.g-nav-btn .musicBnt.active:after {
    display: block
}

.page-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 50px;
    padding: 0 30px;
    z-index: 5000;
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px #dfdfdf;
}

.page-top>div {
    display: flex;
    align-items: center;
    width: 240px;
}

.page-top>div span {
    padding-left: 16px;
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%
}

.page-top>div span b {
    display: block;
    width: 100%;
    font-weight: 400
}

.page-top a {
    color: #f6b64c;
    padding-left: 10px;
    border-left: 1px solid #dfdfdf
}

.page-top img {
    height: 36px;
}

.page-top2 {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100vw;
    height: 50px;
    padding: 0 30px;
    z-index: 5000;
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 4px #dfdfdf;
}

.page-top2 a {
    color: #f6b64c;
    padding-left: 10px;
    border-left: 1px solid #dfdfdf;
}

.page-left {
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px;
    width: 200px;
    height: 100vh;
    transform: translateX(100%);
    transition: .6s all ease;
    background: url("../images/pageLeft.jpg") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 8px rgba(33, 27, 27, .8)
}

.page-left:after {
    content: '<';
    padding-left: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 20px;
    font-weight: 900;
    color: #e9c385;
    background: #fff;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}

.pc-logo {
    margin-top: 20px;
}

.pc-logo image {
    width: 100%
}

.page-left ul {
    margin-top: 30px;
}

.page-left ul li {
    margin-top: 10px;
    position: relative
}

.page-left ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    color: #e9c385
}

.page-left ul li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #e9c385;
    transition: .6s all ease .2s
}

.page-left ul li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% - 10px);
    height: 1px;
    background: #e9c385
}

.page-left ul li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50% - 10px);
    height: 1px;
    background: #e9c385
}

.page-left:hover {
    transform: translateX(0%);
    transition: .6s all ease;
}

.page-left:hover:after {
    opacity: 0;
    transition: .6s all ease .2s;
}

.page-left-info {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    color: #e9c385;
    margin-top: 60px;
}

.page-left-info h5 {
    font-size: 16px;
    font-weight: bold
}

.page-left-info p {
    margin-top: 10px;
}

.page-left-info p span {
    display: block
}

.page-left-info p b {
    display: block
}

.load-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 5001
}

.load-page>img {
    width: 100%;
    height: 100%
}

.load-box {
    position: absolute;
    left: 50%;
    top: 71%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.load-box span {
    opacity: .8;
    display: block;
    position: relative;
    width: 100%;
    height: 6px;
    background: rgba(200, 200, 200, .6);
    border-radius: 10px;
    overflow: hidden;
}

.load-box span i {
    display: block;
    transition: .4s all linear;
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.load-box b {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    opacity: .8
}

iframe {
    z-index: 1
}

.homePage {
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    padding-bottom: 0;
}

.indexPage {
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    padding-bottom: 0;
}

.indexPage iframe {
    width: 100%;
    height: 100%;
}

.zhuangxiuPage {
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    padding-bottom: 0;
}

.zhuangxiuPage iframe {
    width: 100%;
    height: 100%;
}

.qwPage {
    width: 100%;
    height: 100vh;
}

.qwPage iframe {
    width: 100%;
    height: 100%
}

.gkPage-swiper .swiper-slide {
    width: 100%;
    height: 100vh;
    padding: 50px 0 0 0
}

.gkPage-swiper .swiper-slide img {
    display: none;
    width: 100%;
    height: 100%
}

.gkPage-swiper .swiper-slide img:nth-child(2) {
    display: block
}


.hxPage-swiper {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    padding-right: 60px;
}

.hxPage-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.hxPage-swiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.hxPage-bg {
    width: 70%;
    height: 100vh;
    position: relative;
    float: right;
    padding-right: 60px;
}

.hxPage-bg img {
    width: 100%;
    height: 100%;
}

.hxPage-btn {
    position: absolute;
    top: 8%;
    left: 2%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
    font-family: SimSun;
    font-weight: 600
}

.hxPage-btn span {
    display: block;
    position: relative;
    border: 1px solid #999;
    cursor: pointer;
    width: 30%;
    padding: 0px 0;
    margin: 1% 1% 0 1%;
    text-align: center;
}

.hxPage-btn span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #999;
}

.hxPage-btn span.active {
    background: #e9c385;
    border: 0px solid #fff
}

.hxPage-btn span.active:after {
    border-color: #fff
}

.hxPage-btn span img {
    display: block;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.yqPage {
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    padding-bottom: 0;
}

.yqPage iframe {
    width: 100%;
    height: 100%
}

.yqPage-vr {
    width: 100%;
    height: 100%;
    padding: 0;
}

.yqPage-video {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 50px;
}

.yqPage-videoBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.yqPage-video video {
    width: 100%;
}

.yqPage-nav {
    position: absolute;
    left: 4px;
    top: 15%
}

.yqPage-nav a {
    display: block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #333;
    background: #e9c385;
    border-radius: 30px;
    margin-top: 10px;
}

.vbg {
    width: 100%;
    height: 100%;
    position: relative;
}

.vbg video {
    position: absolute;
    z-index: 2;
    width: 66%;
}

.vbg video:nth-child(2) {
    top: 15.3%;
    left: 17%;
}

.vbg video:nth-child(3) {
    top: 43%;
    left: 17%;
}

.vbg video:nth-child(4) {
    top: 70.6%;
    left: 17%;
}

.jzPage {
    width: 100vw;
    height: 100vh;
    padding: 50px 0;
    padding-bottom: 0;
}

.jzPage iframe {
    width: 100%;
    height: 100%
}


@media (min-width:1440px) and (max-width:1680px) {
    .page-left ul {
        margin-top: 20px;
    }
}

@media (max-width:1440px) {
    .pc-logo {
        margin-top: 20px;
    }

    .page-left ul {
        margin-top: 20px;
    }

    .page-left ul li a {
        font-size: 14px;
    }

    .page-left-info {
        bottom: 20px
    }

    .page-left-info h5 {
        font-size: 14px;
    }

    .page-left-info p {
        margin-top: 6px;
        font-size: 12px;
    }
}

@media (max-width:1350px) {}

@media (min-width:1220px) {
    .webPage {
        padding: 0
    }

    .gkPage-swiper .swiper-slide {
        padding: 0
    }

    /*.hxPage-btn span img{width: 180px;}*/
    .hx-pc-box {
        display: flex;
        align-items: center
    }

    .hx-web-box {
        display: none
    }

    .yqPage-vr {
        padding: 0
    }

    .load-web {
        display: none;
    }

    .load-pc {
        display: block;
        background: #dfdfdf
    }

    .load-box {
        top: 75%
    }

    .hxPage-btn {
        width: 200px;
        position: relative;
        left: auto;
        top: auto
    }

    .hxPage-btn span {
        display: block;
        margin: 10px auto;
        width: 90%
    }

    .hxPage-swiper-pc {
        width: 100%;
        padding: 0;
        position: relative;
        z-index: 2
    }

    .hxPage-swiper-pcBg {
        display: none;
        position: absolute;
        width: calc(100% - 60px);
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        z-index: 1
    }

    .hxPage-swiper-pcBg div {
        width: 40%;
        padding: 20px;
    }

    .hxPage-swiper-pc .swiper-slide {
        width: 100vw;
        height: 100vh;
        position: relative
    }

    .hxPage-swiper-pc .swiper-slide>div {
        padding: 0;
    }

    .hxPage-swiper-pcL {
        width: 100%;
        padding: 0
    }

    .hxPage-swiper-pcR {
        width: 24.7%;
        position: absolute;
        top: calc(100vw * 9 / 16 * .39);
        right: 4.1%;
        background: url("../images/hxPage-swiper-pcBg.jpg") no-repeat;
        background-size: 100% 100%;
    }

    .hxPage-swiper-pc .swiper-slide>div img {
        width: 100%;
    }

    .hx-pc-box .hxPage-btn {
        display: block;
        position: absolute;
        top: 17%;
        width: 130px;
    }

    .jzPage-btn {
        position: absolute;
        top: 4%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        z-index: 99;
        font-family: SimSun;
        font-weight: 600
    }

    .jzPage-btn span {
        display: block;
        position: relative;
        border: 1px solid #999;
        cursor: pointer;
        width: 16%;
        padding: 4px 0;
        margin: 2% 2% 0 2%;
        text-align: center;
    }

    .jzPage-btn span:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 1px solid #999;
    }

    .jzPage-btn span.active {
        background: #e9c385;
        border: 1px solid #fff
    }

    .jzPage-btn span.active:after {
        border-color: #fff
    }

    .jzPage-btn span img {
        display: block;
        margin: 0 auto
    }

    .jzPage-swiper img {
        width: 100%
    }

    .jzPage-btn {
        width: 8%;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .jzPage-btn span {
        display: block;
        margin: 10px auto;
        width: 90%
    }

    .jz-pc-box {
        display: block
    }

    .jz-web-box {
        display: none
    }

    .jz-pc-box .swiper-container-jz-pc img {
        width: 100%
    }

}

@media (max-width:991px) {
    .load-web {
        display: block;
    }

    .load-pc {
        display: none;
    }

    .page-top {
        display: flex
    }

    .page-top2 {
        display: flex
    }

    .page-bottom {
        display: block
    }

    body {
        padding-right: 0
    }

    .gkPage-swiper .swiper-slide img:nth-child(2) {
        display: none;
    }

    .gkPage-swiper .swiper-slide img:nth-child(1) {
        display: block
    }

    .page-left {
        display: none;
    }

    .hx-pc-box {
        display: none
    }

    .hx-web-box {
        display: block
    }

    .hxPage-swiper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0
    }

    .hxPage-bg {
        width: 100%;
        height: 100vh;
        padding: 0
    }


    .jzPage-btn {
        position: absolute;
        top: 13%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        z-index: 99;
        font-family: SimSun;
        font-weight: 600
    }

    .jzPage-btn span {
        display: block;
        position: relative;
        border: 1px solid #999;
        cursor: pointer;
        width: 16%;
        padding: 4px 0;
        margin: 2% 2% 0 2%;
        text-align: center;
    }

    .jzPage-btn span:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: 1px solid #999;
    }

    .jzPage-btn span.active {
        background: #e9c385;
        border: 1px solid #fff
    }

    .jzPage-btn span.active:after {
        border-color: #fff
    }

    .jzPage-btn span img {
        display: block;
        margin: 0 auto
    }

    .jzPage-swiper img {
        width: 100%
    }

    .jz-pc-box {
        display: none
    }

    .jz-web-box {
        display: block
    }
}

.qw_ditu {
    display: none;
}

.xs_hidden {
    display: none;
}
.lg_hidden{
    display: block;
}

@media (min-width:992px) {

    .lg_hidden{
        display: none;
    }
    .xs_hidden{
        display: block;
    }
    .kaipian{
        background: #000;
    }
    #kaipian_0bg {
        background: url("../images/kaipian_0bg_lg.jpg") center no-repeat;
        background-size: 100% auto;
    }

    #kaip_dianji {
        width: 50px;
        height: 60px;
        background-size: 100%;
    }

    .home {
        background: url("../images/home_lg.jpg") center no-repeat;
        background-size: 100% auto;
        background-color: #000;

    }

    .mianze {
        background: url("../images/mianze_lg.jpg") center no-repeat;
        background-size: 100% auto;
        background-color: #000;
        top: 0;
        height: 100%;
    }

    .page-bottom {
        display: block;
        bottom: 0;
        left: 6.8vw;
        width: 86.4vw;
    }

    .g-nav {
        height: 65px;
        border-radius: 40px;
        width: 100%;
        transform: scale(1);
    }

    .g-nav-box {
        overflow: initial;
        scroll-snap-type: none;
        height: 70px;
    }

    .g-nav-item {
        width: 10%;
    }

    .g-nav-item a {
        font-size: 16px;
    }

    .g-nav-item a i {
        font-size: 20px;
    }

    .page-bottom .g-nav>i {
        display: none;
    }


    .qw_menu {
        left: auto;
        right: 5vw;
        width: 35%;
    }

    .qw_menu ul {
        width: 100%;
        overflow: inherit;
    }

    .qw_menu ul li {
        width: 12.5%;
        text-align: center;
    }

    .qw_menu ul li i {
        font-size: 20px;
    }

    .qw_menu ul li span {
        font-size: 16px;
        border-radius: 4px;
    }

    #qw_ditu {
        display: none;
    }

    .quweiPage {
        height: 100vh;
        top: 0;
    }

    .qw_ditu {
        display: block;
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .g-nav-box {
        width: 100%;
    }

    .quweiPage .qw_logo {
        width: 5.6%;
        height: 6.6%;
        left: 58%;
        top: 35%;
        background-size: contain;
    }
    .quweiPage .qw_img, .qw_ditu{
        background-size: 100% 100%;
    }
    .qw_ceng ul li{
        width: 0;
        height: 0;
    }
    .qw_ceng ul li i{
        display: flex;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
    }
    .qw_ceng ul li span{
        font-size: 16px;
        font-weight: normal;
    }
    .qw_ceng ul li.top span {
        bottom: calc(100% + 20px);
    }
    .qw_ceng ul li.bottom span {
        top: calc(100% + 20px);
    }
    .qw_ceng ul li.left span {
        right: calc(100% + 20px);
    }
    .qw_ceng ul li.right span {
        left: calc(100% + 20px);
    }
    .qw_ceng3 ul li:nth-child(1) {
        left: 30.7%;
        top: 23.2%;
    }
    .qw_ceng3 ul li:nth-child(2) {
        left: 48.4%;
        top: 22.7%;
    }
    .qw_ceng3 ul li:nth-child(3) {
        left: 41.9%; 
        top: 29%;
    }
    .qw_ceng3 ul li:nth-child(4) {
        left: 38.4%;
        top: 66.2%;
    }
    .qw_ceng3 ul li:nth-child(5) {
        left: 35.3%;
        top: 67.7%;
    }
    .qw_ceng3 ul li:nth-child(6) {
        left: 40.4%;
        top: 82.5%;
    }
    .qw_ceng3 ul li:nth-child(7) {
        left: 43.7%;
        top: 75.5%;
    }
    .qw_ceng3 ul li:nth-child(8) {
        left: 37.1%;
        top: 83.3%;
    }
    .qw_ceng4 ul li:nth-child(1) {
        left: 61.2%;
        top: 22.5%;
    }
    .qw_ceng4 ul li:nth-child(2) {
        left: 58.4%;
        top: 31.7%;
    }
    .qw_ceng4 ul li:nth-child(3) {
        left: 57.9%;
        top: 36.9%;
    }
    .qw_ceng4 ul li:nth-child(4) {
        left: 54.4%;
        top: 27.9%;
    }
    .qw_ceng4 ul li:nth-child(5) {
        left: 50.6%;
        top: 43.5%;
    }
    .qw_ceng4 ul li:nth-child(6) {
        left: 66.3%;
        top: 40.7%;
    }
    .qw_ceng4 ul li:nth-child(7) {
        left: 65.2%;
        top: 44.2%;
    }
    .qw_ceng4 ul li:nth-child(8) {
        left: 63.8%;
        top: 66.3%;
    }
    .qw_ceng4 ul li:nth-child(9) {
        left: 58.6%;
        top: 66%;
    }
    .qw_ceng4 ul li:nth-child(10) {
        left: 58.4%;
        top: 70%;
    }
    .qw_ceng5 ul li:nth-child(1) {
        left: 59.8%;
        top: 13.2%;
    }
    .qw_ceng5 ul li:nth-child(2) {
        left: 54.5%;
        top: 37.8%;
    }
    .qw_ceng5 ul li:nth-child(3) {
        left: 36.3%;
        top: 45.9%;
    }
    .qw_ceng5 ul li:nth-child(4) {
        left: 64.4%;
        top: 48.8%;
    }
    .qw_ceng5 ul li:nth-child(5) {
        left: 51.4%;
        top: 57.4%;
    }
    .qw_ceng5 ul li:nth-child(6) {
        left: 63.9%;
        top: 57.6%;
    }
    .qw_ceng5 ul li:nth-child(7) {
        left: 61.5%;
        top: 81.4%;
    }
    .qw_ceng6 ul li:nth-child(1) {
        left: 51%;
        top: 27.4%;
    }
    .qw_ceng6 ul li:nth-child(2) {
        left: 59.9%;
        top: 58.8%;
    }
    .qw_ceng6 ul li:nth-child(3) {
        left: 30.9%;
        top: 79.1%;
    }
    .qw_ceng6 ul li:nth-child(4) {
        left: 24.9%;
        top: 38.3%;
    }
    .qw_ceng7 ul li:nth-child(1) {
        left: 73.4%;
        top: 11.2%;
    }
    .qw_ceng7 ul li:nth-child(2) {
        left: 68.4%;
        top: 10.5%;
    }
    .qw_ceng7 ul li:nth-child(3) {
        left: 72.1%;
        top: 16.6%;
    }
    .qw_ceng7 ul li:nth-child(4) {
        left: 59%;
        top: 22.9%;
    }
    .qw_ceng7 ul li:nth-child(5) {
        left: 63.2%;
        top: 28.8%;
    }
    .qw_ceng7 ul li:nth-child(6) {
        left: 68.6%;
        top: 28.9%;
    }
    .qw_ceng7 ul li:nth-child(7) {
        left: 60.3%;
        top: 45.9%;
    }
    .qw_ceng7 ul li:nth-child(8) {
        left: 37%;
        top: 51.9%;
    }
    .qw_ceng7 ul li:nth-child(9) {
        left: 41.5%;
        top: 51%;
    }
    .qw_ceng7 ul li:nth-child(10) {
        left: 60%;
        top: 51.2%;
    }

    /* 首期建筑 */
    .shouqiPage{
        height: 100vh;
        top: 0;
    }
    .sq_hao {
        display: none;
        background: url(../shouqi_img/haopc.png) center no-repeat;
        background-size: 100% 100%;
    }
    .sq_menu {
        width: 39%;
        left: 6.8%;
        top: 13%;
    }
    .sq_menu ul li{
        width: 17%;
        height: 10%;
        margin-right: 7%;
        margin-left: 0;
        border-width: 4px;
    }
    .sq_menu ul li span{
        width: 100%;
        transform: scale(1);
        font-size: 14px;
    }
    .sq_ceng1 {
        background: url(../shouqi_img/jzxspc.jpg) center no-repeat;
        background-size: 100% 100%;
    }
    .sq_tishi{
        left: 40%;
        top: 17%;
        height: 5%;
    }
    .sq_tishi img{
        height: 100%;
    }
    .sq_ceng ul{
        left: 6.8%;
        width: 86.4%;
    }
    .sq_ceng ul li a{
        padding: 10px 0;
        font-size: 16px;
    }
    .sq_lou1 {
        width: 12%;
        height: 14%;
        left: 45%;
        top: 46%;
    }
    .sq_lou2 {
        width: 11%;
        height: 27%;
        left: 53.3%;
        top: 18%;
    }
    .sq_lou3 {
        width: 12%;
        height: 11%;
        left: 59%;
        top: 44%;
    }
    .sq_lou4 {
        width: 12%;
        height: 21%;
        left: 55%;
        top: 62%;
    }
    .sq_lou5 {
        width: 12%;
        height: 17%;
        left: 65%;
        top: 55.5%;
    }
    .sq_se .sekuai, .sq_se .zhibiao{
        background-size: 100% 100%;
    }

    #lou{
        height: 100vh;
        top: 0;
    }
    #close {
        width: 60px;
        height: 60px;
        background-size: 100%;
    }
    .yqPage-video{
        padding-top: 0;
    }
    .vbg{
        
        background: url(../images/pc_vbg.jpg) center no-repeat #000;
        background-size: 100% auto;
    }
    .vbg > img{ display: none;}
    .vbg video:nth-child(2) {
        top: 44.7%;
        left: 4.85%;
    }
    .vbg video:nth-child(3) {
        top: 44.7%;
        left: 36%;
    }
    .vbg video:nth-child(4) {
        top: 44.7%;
        left: 67.1%;
    }
    .vbg video {
        width: 28.1%;
    }
    .indexPage, .zhuangxiuPage, .yqPage, .homePage{padding: 0;}
}