@font-face {
    font-family: 'Montserrat, Montserrat';
    src: url('/csj/new-en/font/mon/Montserrat-Regular.ttf') format('truetype');
}

.cn-title {
    text-align: left;
}

.en-title {
    font-family: 'Montserrat, Montserrat', sans-serif;
}

.dimension-num {
    font-family: 'Montserrat, Montserrat', sans-serif;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.room-tab-box {
    padding-left: 165px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
}

.room-tab-box a {
    display: flex;
    align-items: center;
    height: 64px;
    font-size: 18px;
    color: #666666;
}

.room-tab-box a.tabs {
    position: relative;
    font-size: 20px;
    color: #22B7C4;
    line-height: 20px;
}

.room-tab-box a+a {
    margin-left: 45px;
}

.room-tab-box a.tabs::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #22B7C4;
}

.room-tab-box a:hover {
    opacity: 1;
    color: #22B7C4;
    text-decoration: none;
}

.room-tab-box .line {
    margin: 0 38px;
    color: #e5e5e5;
}

.room-content {
    margin-top: 80px;
}

.room-content .top-text {
    width: 1068px;
    height: 259px;
    display: flex;
    justify-content: space-between;
}

.room-content .top-text .left {
    width: 399px;
    height: 259px;
    font-size: 36px;
    color: #333333;
}

.room-content .top-text .right {
    width: 670px;
    height: 259px;
    font-size: 18px;
    color: #666666;
    text-align: justify;
}

.room-content .top-text .right .right-two {
    margin: 20px 0;
}

.room-content .top-text .right .right-four {
    margin-top: 20px;
}

.room-content .room-banner {
    width: 1180px;
    height: 460px;
    margin-top: 45px;
}

.room-content .room-banner img {
    width: 100%;
    height: 100%;
}

.room-content .text-bottom {
    display: flex;
    margin-top: 70px;
}

.room-content .text-bottom .title {
    width: 413px;
    height: 199px;
    font-size: 36px;
    color: #333333;
}

.room-content .text-bottom .text-list {
    width: 670px;
    font-size: 18px;
    color: #2c7bb1;
    list-style: disc;
}

.room-content .text-bottom .text-list li a {
    opacity: 1;
    color: #666666;
}

.room-content .text-bottom .text-list li a:hover {
    text-decoration: none;
}

.room-content .text-bottom .list-two {
    margin: 20px 0;
}

.room-content>.line {
    width: 1180px;
    height: 2px;
    background-color: #e5e5e5;
    margin-top: 45px;
}

.room-content .map {
    width: 1039px;
    height: 677px;
    margin-top: 80px;
}

.room-content .map img {
    width: 100%;
    height: 100%;
}

/* .room-content .map .title {
    font-size: 36px;
    color: #333333;
} */

.room-content {
    width: 783px;
    margin: 0 auto;
    margin-top: 80px;
}

.room-text {
    font-size: 18px;
    color: #666666;
    text-align: justify;
    letter-spacing: -.5px;
}

.room-text {
    margin-top: 55px;
}

.room-img {
    width: 783px;
    height: 480px;
    margin-top: 25px;
    border: 2px solid #5291c5;
    border-radius: 20px;
    overflow: hidden;
}

.room-img img {
    transition: 1s;
}

.room-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.room-img.two {
    height: 535px;
    margin-top: 55px;
}

.room-img img {
    width: 100%;
    height: 100%;
}

.room-content-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.room-content-bottom .bottom-img {
    border: 2px solid #5291c5;
    border-radius: 20px;
    overflow: hidden;
}

.room-content-bottom .bottom-img img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.room-content-bottom .bottom-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.bottom-text {
    /* width: 100%; */
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.swiper-slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-left: 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    background: linear-gradient( 270deg, rgba(8, 8, 8, 0) 0%, #101010 100%);
    opacity: .8;
}

/* 项目介绍 */

.title-box .en-title {
    font-weight: 400;
    font-size: calc(78vw / 19.2);
    color: #000000;
    line-height: calc(96vw / 19.2);
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    opacity: .1;
}

.introduce {
    padding: calc(80vw / 19.2) 0 calc(148vw / 19.2) 0;
    background: url(../images/xckc-bg-1.png) no-repeat;
    background-size: 100% 100%;
}

.introduce-words {
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #3D4864;
    line-height: calc(20vw / 19.2);
    text-align: justify;
}

.introduce-content {
    margin-top: calc(32vw / 19.2);
}

.introduce-content-left {
    width: 43%;
}

.introduce-content-right {
    width: 47%;
    height: calc(378vw / 19.2);
}

.dimension {
    margin-top: calc(46vw / 19.2);
}

.dimension-card {
    padding: calc(23vw / 19.2) 0 0 calc(23vw / 19.2);
    width: calc(290vw / 19.2);
    height: calc(160vw / 19.2);
    background: linear-gradient( 135deg, rgba(126, 252, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0px 4px 40px 0px rgba(7, 55, 175, 0.08);
    backdrop-filter: blur(10px);
}

.dimension-card+.dimension-card {
    margin-left: calc(40vw / 19.2);
}

.dimension-card .unit{
    font-size: calc(20vw / 19.2);
    line-height: calc(28vw / 19.2);
}

.dimension-name {
    font-weight: 400;
    font-size: calc(20vw / 19.2);
    color: #3D4864;
    line-height: calc(28vw / 19.2);
}

.dimension-info {
    margin-left: calc(54vw / 19.2);
    margin-top: calc(8vw / 19.2);
    font-weight: 400;
    font-size: calc(28vw / 19.2);
    color: #13232F;
    line-height: calc(40vw / 19.2);
    text-align: left;
}

.dimension-num {
    font-weight: bold;
    font-size: calc(56vw / 19.2);
    color: #13232F;
    line-height: calc(68vw / 19.2);
}

.landscape {
    margin-top: calc(120vw / 19.2);
}

.landscape-content {
    margin-top: calc(80vw / 19.2);
    flex-wrap: wrap;
    justify-content: space-between;
}

.landscape-item {
    width: 48.6%;
    height: calc(506vw / 19.2);
    overflow: hidden;
}

.mt40 {
    margin-top: calc(40vw / 19.2);
}

.landscape-item .swiper {
    position: relative;
}

.landscape-item .swiper-wrapper {
    height: calc(506vw / 19.2);
}

.landscape-item .swiper-slide-text {
    padding-left: 0;
    height: calc(64vw / 19.2);
    font-size: calc(24vw / 19.2);
    line-height: calc(64vw / 19.2);
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(10px);
    text-align: center;
}

.landscape-item .swiper-pagination {
    bottom: calc(66vw / 19.2);
}

.landscape-item .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .5);
}

.landscape-item .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.footer {
    margin-top: calc(160vw / 19.2);
}

/* 项目介绍end */

.introduce-content-right {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
    width: calc(70vw / 19.2);
}

@media all and (max-width:1000px) {
    .banner {
        margin-top: calc(99vw / 7.5);
    }
    .cn-title {
        font-size: calc(40vw / 7.5);
        line-height: calc(40vw / 7.5);
    }
    .room-tab-box {
        height: calc(76vw / 7.5);
        font-size: calc(24vw / 7.5);
        padding: 0 calc(99vw / 7.5) 0 calc(108vw / 7.5);
        justify-content: space-around;
    }
    .room-tab-box a+a {
        margin-left: 0;
    }
    .room-tab-box a {
        font-size: calc(24vw / 7.5);
    }
    .room-tab-box .room-tab-box a.tabs {
        font-weight: bold;
    }
    .investment-card-group {
        margin-top: calc(64vw / 7.5);
        flex-direction: column;
    }
    .investment-content {
        padding-top: calc(88vw / 7.5);
    }
    .room-tab-box a.tabs {
        height: calc(76vw / 7.5);
        font-size: calc(28vw / 7.5);
        line-height: calc(38vw / 7.5);
    }
    .room-tab-box a.tabs::after {
        width: calc(50vw / 7.5);
        height: calc(4vw / 7.5);
    }
    .footer {
        margin-top: calc(88vw / 7.5);
    }
    .title-box .en-title {
        font-size: calc(48vw / 7.5);
        line-height: calc(60vw / 7.5);
    }
    .introduce {
        padding-top: calc(88vw / 7.5);
        padding: calc(88vw / 7.5) 0 calc(88vw / 7.5) 0;
        background: url(h5images/xckc-bg-1.png) no-repeat;
        background-size: 100% 100%;
    }
    .introduce-content {
        flex-direction: column;
        margin-top: calc(64vw / 7.5);
    }
    .introduce-content-left {
        width: 100%;
    }
    .introduce-words {
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }
    .dimension {
        margin-top: calc(64vw / 7.5);
    }
    .dimension-card {
        padding: calc(23vw / 7.5) 0 0 calc(78vw / 7.5);
        width: calc(330vw / 7.5);
        height: calc(160vw / 7.54);
    }
    .dimension-name {
        font-size: calc(28vw / 7.5);
        line-height: calc(38vw / 7.5);
    }
    .dimension-num {
        font-size: calc(56vw / 7.5);
        line-height: calc(68vw / 7.5);
    }
    .dimension-info {
        font-size: calc(28vw / 7.5);
        line-height: calc(40vw / 7.5);
    }
    .introduce-content-right {
        margin-top: calc(64vw / 7.5);
        width: 100%;
        height: auto;
    }
    .introduce-content-right img,
    video {
        width: 100%;
    }
    .landscape {
        margin-top: calc(64vw / 7.5);
    }
    .landscape-content {
        margin-top: calc(64vw / 7.5);
        /* flex-direction: column; */
    }
    .landscape-item {
        height: calc(242vw / 7.5);
    }
    .landscape-item.mt40 {
        margin-top: calc(20vw / 7.5);
    }
    .landscape-item .swiper-wrapper {
        height: calc(242vw / 7.5);
    }
    /* .landscape-item {
        width: 100%;
    } */
    .swiper-slide img {
        object-fit: cover;
    }
    .industry {
        padding: calc(88vw / 7.5) 0;
        /* height: auto; */
        height: calc(1360vw / 7.5);
        background: url(../h5images/zxyq-bg-1.png) no-repeat;
        background-size: 100% 100%;
    }
    .landscape-item .swiper-slide-text {
        padding: 0;
        height: calc(40vw / 7.5);
        font-size: calc(26vw / 7.5);
        line-height: calc(40vw / 7.5);
    }
    .landscape-item .swiper-pagination {
        bottom: 16px;
    }
    img.play-button {
        width: calc(90vw / 7.5);
    }
}






