.swiper-button-next, .swiper-button-prev {
    position: initial!important;
    margin-top: 0!important;
}
.swiper-pagination{
    position: initial!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.designTypeImg i {
    display: block;
}
.maskLayer i {
    display: block;
}
.banner {
    z-index: 1;
    width: 100%;
    height: 100vh;
    min-width: 1200px;
}

.bannerSwiper {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pageBox {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    bottom: 80px;
}
.pageBox .w1600{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner .swiper-pagination-bullets span {
    position: relative;
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,1);
    opacity: 1;
    cursor: pointer;
    margin: 0 8px!important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
}
.banner .swiper-pagination-bullets span:first-child{
    margin-left: 0!important;
}
.banner .swiper-pagination-bullets span:last-child{
    margin-right: 0!important;
}
.banner .swiper-pagination-bullets span::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    content: " ";
}
.pageBox .swiper-button-next, .pageBox .swiper-button-prev{
    position: initial;
    width: 60px;
    height: 60px;
    opacity: 1!important;
    margin-top: 0;
    transform: translateY(0);
    transition: all 0.5s;
}
.pageBox .swiper-button-prev{
    background: url("../images/icon/icon-3.png") center no-repeat;
    background-size: cover;
}
.pageBox .swiper-button-next{
    background: url("../images/icon/icon-4.png") center no-repeat;
    background-size: cover;
}
.pageBox .swiper-button-prev:hover{
    background: url("../images/icon/icon-3s.png") center no-repeat;
    background-size: cover;
}
.pageBox .swiper-button-next:hover{
    background: url("../images/icon/icon-4s.png") center no-repeat;
    background-size: cover;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
    display: none;
}
.banner .bannerSwiper .swiper-pagination {
    display: flex;
    align-items: center;
    position: initial;
    width: auto;
    color: #fff;
    margin: 0 20px;
}

.bannerList {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.bannerList .pic{
    width: 100%;
    height: 100%;
}

.bannerList i {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.bannerInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 1s;
    pointer-events: none;
}

.bannerInfo.curr {
    opacity: 0;
}

.bannerSwiper .swiper-slide-active .bannerList i {
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-name: smallToBig;
}

.bannerMore {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
    margin-top: 40px;
    opacity: 0;
}

.imgBanner.swiper-slide-active .bannerMore {
    animation-delay: 1.5s;
    animation-duration: 0.6s;
    animation-name: fadeInLeft;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.bannerMore:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -4px;
    margin-top: -4px;
    transform: rotate(45deg);
    transform-origin: 4px 34px;
    animation: seemore linear 2s infinite;
    animation-play-state: paused;
}

.bannerMore:hover:after {
    animation: seemore linear 2s infinite;
}

.bannerMore span {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerMore span:before {
    content: '';
    background: url(../images/index/icon-2.png) center no-repeat;
    position: absolute;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-size: 28px 22px;
    left: -100%;
}

.bannerMore span:after {
    content: '';
    background: url(../../img/icon-1.png) center no-repeat;
    position: absolute;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-size: 11px 22px;
    left: 0;
}

.bannerMore:hover span:before {
    left: 0;
}

.bannerMore:hover span:after {
    left: 100%;
}

@keyframes seemore {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

.bannerText {
    display: flex;
    width: 70%;
    margin-bottom: 115px;
    color: #fff;
    font-size: 30px;
    transform: translateY(50px);
    opacity: 0;
}
.bannerSwiper .swiper-slide-active .bannerText {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s;
    transition-delay: 0.5s;
}


@keyframes move {
    from {
        transform: rotateZ(0) translateX(9vw) rotateZ(0) rotateY(-70deg);
    }
    to {
        transform: rotateZ(360deg) translateX(9vw) rotateZ(-360deg) rotateY(-70deg);
    }
}


.index {
    position: relative;
    z-index: 3;
}
.ind01{
    padding: 150px 0 160px 0;
}
.consultingNews{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.consultingNewsIcon{
    width: 65px;
}

.newsInfo{
    display: flex;
    justify-content: space-between;
}
.newsLeftListImg{
    width: 38.28%;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.newsLeftListImg i{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.newsLeftList{
    display: flex;
    align-items: center;
    padding: 55px 0;
    border-bottom: 1px solid #dcdcdc;
}
.newsLeftList:hover .newsLeftListImg i{
    transform: scale(1.1);
}
.newsLeft{
    width: 54.68%;
}
.newsLeftListCont{
    flex: 1;
    margin-left: 40px;
}
.newsLeftListStatus{
    background: #f5c227;
    color: #fff;
    border-radius: 0 0 10px 0;
    padding: 5px 15px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.international{
    background: #05bbb9;
}
.newsLeftListTitle{
    line-height: 36px;
    font-size: 22px;
    flex: 1;
    color: #333;
}
.newsLeftListTop{
    display: flex;
    align-items: flex-start;
}
.newsLeftListText{
    font-size: 18px;
    line-height: 32px;
    color: #999999;
    margin-top: 20px;
}
.newsLeftListBtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.newsLeftListBtnDate{
    font-size: 18px;
    color: #999999;
}
.newsLeftListBtnIcon{
    background: url("../images/icon/icon-6.png") center no-repeat;
    background-size: cover;
    width: 27px;
    height: 14px;
}
.newsRight{
    width: 36.25%;
    padding-left: 4.3%;
    border-left: 1px solid #dcdcdc;
    margin-top: -40px;
}
.newsRightImg{
    height: 370px;
    position: relative;
    overflow: hidden;
}
.newsRightImg i{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.newsRight:hover .newsRightImg i{
    transform: scale(1.1);
}
.newsRightCont{
    height: calc(100% - 370px);
    background: url("../images/index/newsBg.png") center no-repeat;
    background-size: cover;
    padding: 50px 40px 40px 40px;
    box-sizing: border-box;
}
.newsRightContTop{
    display: flex;
    align-items: flex-start;
}
.newsRightContTitle{
    font-size: 22px;
    color: #333333;
    flex: 1;
}
.newsRightContText{
    font-size: 18px;
    line-height: 32px;
    color: #999999;
    margin-top: 20px;
}
.indBg{
    background: url("../images/index/indBg.png") center no-repeat;
    background-size: cover;
    padding-bottom: 300px;
}
.activity{
    margin-top: 35px;
}
.activityMain{
    display: flex;
    justify-content: space-between;
}
.activityLeft{
    background: url("../images/index/brand.png") center no-repeat;
    background-size: cover;
    width: 21.25%;
    height: 630px;
    padding: 80px 40px;
    box-sizing: border-box;
}
.activityTitle{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    width: 90px;
    font-family: "DINPRO-BOLD";
}
.activityLeftCont{

}
.activityLeftList{
    margin-top: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.activityLeftList:hover{
    text-decoration: underline;
}
.activityRight{
    position: relative;
    width: 75.43%;
    overflow: hidden;
}
.activityRight:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px 52px;
    box-sizing: border-box;
    height: 212px;
    width: 54.84%;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(15px);
    z-index: 1;
    pointer-events: none;
}
.activityRightImg{
    width: 100%;
    height: 100%;
}
.activityRightImg i{
    width: 100%;
    height: 100%;
}
.activityRightCont{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54.84%;
    z-index: 2;
    height: 212px;
    pointer-events: none;
}
.activityRightContList{
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(50px);
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 52px;
    box-sizing: border-box;
}
.activityRightContList.curr{
    transform: translateY(0);
    opacity: 1;
    transition: all 1s;
    transition-delay: 0.5s;
}
.activityMobileCont{
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 52px;
    box-sizing: border-box;
    width: 54.84%;
}
.activityRightTitle{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    -webkit-line-clamp: 1;
}
.activityRightText{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    margin-top: 20px;
}
.activity .swiper-pagination{
    position: initial;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}
.activity .swiper-pagination .swiper-pagination-bullet{
    width: 45px;
    height: 3px;
    background: #d3d3d3;
    border-radius: 0;
}
.activity .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #da0e10;
}
.ind03{
    margin-top: 150px;
}
.parkInfo{
    position: relative;
}
.parkMap{
    width: 58.75%;
    position: relative;
}
.parkPos{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.parkList{
    position: absolute;
    width: 0.834vw;
    height: 0.834vw;
    background: #d80002;
    border-radius: 50%;
    cursor: pointer;
}
.parkList:nth-child(1) {
    top: 69%;
    left: 2.5%;
}
.parkList:nth-child(2) {
    top: 61.5%;
    left: 5.8%;
}
.parkList:nth-child(3) {
    top: 53.2%;
    left: 6.4%;
}
.parkList:nth-child(4){
    top: 36.3%;
    left: 11.5%;
}
.parkList:nth-child(5) {
    top: 22%;
    left: 15.8%;
}
.parkList:nth-child(6) {
    top: 24.3%;
    left: 17%;
}
.parkList:nth-child(7) {
    top: 54.5%;
    left: 20.7%;
}
.parkList:nth-child(8) {
    top: 34.5%;
    left: 31%;
}
.parkList:nth-child(9) {
    top: 31.5%;
    left: 33%;
}
.parkList:nth-child(10) {
    top: 46%;
    left: 34.5%;
}
.parkList:nth-child(11) {
    top: 73.5%;
    left: 39.8%;
}
.parkList:nth-child(12) {
    top: 65.8%;
    left: 84.1%;
}

.parkList::after {
    display: none;
    content: '';
    position: absolute;
    background: url(../../img/icon-1.png) center no-repeat;
    background-size: 100% auto;
    top: calc(-3vw / 2 + 50%);
    left: calc(-3vw / 2 + 50%);
    animation-duration: 1.5s;
    opacity: 1;
    animation-name: grow;
    animation-iteration-count: infinite;
    width: 3vw;
    height: 3vw;
    pointer-events: none;
}

@keyframes grow {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}
.parkList.curr::after {
    display: block;
}
.parkListCont{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.parkListContMain{
    width: 47.5%;
    pointer-events: auto;
    position: relative;
}
.parkListContTitle{
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.parkListContMain .line{
    width: 100%;
    height: 1px;
    background: #db1312;
    margin: 40px 0 50px 0;
}*/
.parkListContInfo{
    display: flex;
    margin-top: 90px;
    height: 300px;
}
.parkListContImg{
    width: 52.63%;
    height: 100%;
}
.parkListContImg i{
    width: 100%;
    height: 100%;
}
.parkListContText{
    background: url(../../img/mapTextBg.png) center no-repeat;
    background-size: cover;
    padding: 40px 30px;
    box-sizing: border-box;
    line-height: 36px;
    color: #fff;
    flex: 1;
}
.parkListContText p{
    height: 220px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.parkListContText p::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

.parkListContText p::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 5px;
    background-color: #d80002;
}

.parkListContText p::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #e9e9e9;
}
.parkList .line{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: #db1312;
}
.whMap{
    font-size: 18px;
    color: #bebebe;
    text-align: center;
    margin-top: 15px;
}
.parkListContList{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.parkListContList.curr{
    opacity: 1;
    pointer-events: auto;
}
.parkListContList:nth-child(1) .parkListContInfo, .parkListContList:nth-child(2) .parkListContInfo,
.parkListContList:nth-child(11) .parkListContInfo, .parkListContList:nth-child(12) .parkListContInfo{
    margin-top: 40px;
}
.ind04{
    position: relative;
    padding-bottom: 150px;
}
.sjzd_ckgd{
    font-family: PingFang SC, "PingFang SC", sans-serif;
    color: #C7020D;
    font-size: 16px;
    display: inline-flex;
    letter-spacing: 0;
}
.gywm_text{
    font-family: 宋体;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    letter-spacing: 2px;
}
.gywm{
    display: flex;

}
.gywm p{
    margin-bottom: 40px;
}
.gywm img{
    margin-right: 70px;
}
.sjzd_ckgd i{
    margin-bottom: 3px;
    display: block;
    margin-left: 5px;
}
.designType{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.designTypeList{
    width: 25%;
    height: 370px;
    position: relative;
    overflow: hidden;
}
.designTypeImg{
    width: 100%;
    height: 100%;
}
.designTypeImg i{
    width: 100%;
    height: 100%;
}

.designTypeTitle{
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 50px;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.maskLayer{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
}
.maskLayer i{
    width: 100%;
    height: 100%;
}
.designTypeList:hover .maskLayer{
    top: 0;
}
@media (max-width: 1200px){
    .pageNav{
        display: none;
    }
    .banner{
        min-width: 100%;
    }
    .pageBox .swiper-button-next, .pageBox .swiper-button-prev{
        display: none;
    }
    .bannerText{
        font-size: 0.36rem;
        line-height: 0.6rem;
        width: 90%;
        bottom: 1.8rem;
    }
    .pageBox .w1600{
        justify-content: center;
    }
    .pageBox{
        bottom: 0.75rem;
    }
    .banner .swiper-pagination-bullets span{
        width: 0.06rem;
        height: 0.06rem;
        margin: 0 0.1rem;
    }
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 0.1rem;
        height: 0.1rem;
    }
    .ind01{
        padding: 0.75rem 0;
    }
    .consultingNewsIcon{
        width: 0.65rem;
    }
    .consultingText{
        font-size: 0.42rem;
        margin-top: 0.25rem;
    }
    .consultingText em{
        font-size: 0.36rem;
        margin-top: 0.2rem;
    }
    .newsInfo{
        flex-wrap: wrap;
    }
    .newsLeft{
        width: 100%;
    }
    .newsLeftList{
        padding: 0 0 0.45rem 0;
        background: #f0f6ff;
        margin-top: 0.6rem;
        border: 0;
        flex-wrap: wrap;
    }
    .newsLeftListImg{
        width: 100%;
        height: 4.4rem;
    }
    .newsLeftListStatus{
        font-size: 0.26rem;
        padding: 0.1rem 0.18rem;
        border-radius: 0 0 0.16rem 0;
    }
    .newsLeftListCont{
        margin-left: 0;
        margin-top: 0.5rem;
        padding: 0 0.3rem;
    }
    .newsLeftListTitle{
        font-size: 0.3rem;
        line-height: 0.48rem;
    }
    .newsLeftListText{
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin-top: 0.3rem;
    }
    .newsLeftListBtn{
        margin-top: 0.3rem;
    }
    .newsLeftListBtnDate{
        font-size: 0.26rem;
    }
    .newsLeftListBtnIcon{
        width: 0.36rem;
        height: 0.18rem;
    }
    .newsRight{
        margin-top: 0.6rem;
        width: 100%;
        border: 0;
        padding-left: 0;
    }
    .newsRightImg{
        height: 4.4rem;
    }
    .newsRightCont{
        height: auto;
        background: #f0f6ff;
        padding: 0.5rem 0.3rem 0.45rem 0.3rem;
    }
    .newsRightContTitle{
        font-size: 0.3rem;
        line-height: 0.48rem;
    }
    .newsRightContText{
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin-top: 0.3rem;
    }
    .activity{
        margin-top: 0.45rem;
    }
    .activityMain{
        flex-wrap: wrap;
    }
    .activityLeft{
        width: 100%;
        padding: 0.7rem 0.3rem;
        height: auto;
        background: url(../images/mobile/index/brand.png) center no-repeat;
        background-size: cover;
    }
    .activityTitle{
        width: auto;
        font-size: 0.38rem;
    }
    .activityLeftCont{
        margin-top: 0.55rem;
    }
    .activityLeftList{
        margin-top: 0;
        padding: 0.25rem 0;
        border-bottom: 0.01rem solid rgba(255,255,255,0.4);
        font-size: 0.28rem;
        line-height: 0.46rem;
    }
    .activityRight{
        width: 100%;
        margin-top: 0.4rem;
    }
    .activityRightImg{
        height: 3.6rem;
    }
    .activityRightCont, .activityMobileCont{
        position: initial;
        width: 100%;
        background: transparent;
        padding: 0.55rem 0.3rem;
    }
    .activityRight:after{
        display: none;
    }
    .activityRightTitle{
        font-size: 0.3rem;
    }
    .activityRightText{
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin-top: 0.4rem;
    }
    .activity .swiper-pagination{
        justify-content: center;
        margin-top: 1rem;
    }
    .activity .swiper-pagination .swiper-pagination-bullet{
        width: 0.6rem;
        height: 0.04rem;
    }
    .mobilePark{
        margin-top: 0.45rem;
        position: relative;
    }
    .parkMap{
        width: 100%;
    }
    .mobileParkSwiper{
        margin-top: 0.3rem;
        overflow: hidden;
    }
    .mobileParkImg{
        height: 5.25rem;
    }
    .mobileParkImg i{
        width: 100%;
        height: 100%;
    }
    .mobileParkCont{
        background: url(../images/mobile/index/mapTextBg.png) center no-repeat;
        background-size: cover;
        padding: 0.55rem 0.3rem;
        box-sizing: border-box;
        line-height: 36px;
        color: #fff;
    }
    .mobileParkTitle{
        font-size: 0.36rem;
    }
    .mobileParkText{
        font-size: 0.26rem;
        line-height: 0.42rem;
        margin-top: 0.3rem;
        -webkit-line-clamp: 3;
    }
    .indBg{
        padding-bottom: 0.7rem;
        background: url(../images/mobile/index/indBg.png) center no-repeat;
        background-size: cover;
    }
    .parkPagination{
        display: flex;
        justify-content: center;
        margin-top: 0.55rem;
    }
    .parkPagination .swiper-pagination{
        display: flex;
        width: auto;
        align-items: baseline;
        margin: 0 0.75rem;
        margin-top: 0.15rem;
        font-size: 0.26rem;
        color: #999999;
    }
    .parkPagination .swiper-button-prev, .parkPagination .swiper-button-next{
        width: 0.8rem;
        height: 0.8rem;
        opacity: 1!important;
    }
    .parkPagination .swiper-button-prev{
        background: url("../images/mobile/index/icon-1.png") center no-repeat;
        background-size: cover;
    }
    .parkPagination .swiper-button-next{
        background: url("../images/mobile/index/icon-2.png") center no-repeat;
        background-size: cover;
    }
    .parkPagination .swiper-button-prev:hover{
        background: url("../images/mobile/index/icon-1s.png") center no-repeat;
        background-size: cover;
    }
    .parkPagination .swiper-button-next:hover{
        background: url("../images/mobile/index/icon-2s.png") center no-repeat;
        background-size: cover;
    }
    .parkPagination .swiper-pagination .swiper-pagination-current{
        font-size: 0.36rem;
        color: #d80002;
    }
    .designType{
        width: 92%;
        min-width: auto;
        margin: 0 auto;
        margin-top: 0.6rem;
    }
    .designType:before{
        display: none;
    }
    /*.designTypeList{*/
    /*    width: 50%;*/
    /*    height: 3.4rem;*/
    /*}*/
    .designTypeTitle{
        font-size: 0.3rem;
        left: 0.3rem;
        right: 0.3rem;
        bottom: 0.4rem;
    }
    .ind03{
        margin-top: 1rem;
    }
    .ind04{
        padding-bottom: 1.2rem;
    }
}