﻿@charset "UTF-8";
@import url(./public_01.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./Navlist.css);

.main{
    width: 100%;
    min-width: 1550px;
    background-color: #F7F7F7;
}
@media (max-width: 1919px) and (min-width: 768px){
    .main {
        zoom:90%;
    }
    @-ms-viewport { width: 1920px; }
}
@font-face {
    font-family: "my font1"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W9.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font2"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W10.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font3"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W15.ttf"); /* 引入本体字体文件 */
}
.maint_top{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .maint-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D3A56F;
}
.banner .swiper-pagination-bullet{
    width: 15px !important;
    height:2px !important;
    border-radius: 10px !important;
}

.contant{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:60px;
}

/* VR全景陵园 */
.VR{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.VR_top{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.VR_top div{
    font-family: "my font3";
    font-weight: 600;
    font-size: 32px;
    color: #4F2926;
    margin-bottom: 11px;
    text-align: center;
}
.VR_top span{
    font-weight: 400;
    font-size: 18px;
    color: #585858ab;
    text-align: center;
}
.VR_info{
    width:1200px;
    height: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: url(../pc_images/vr_banner2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
}
.VR_infotop{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(0,0,0,0.35);
    padding: 80px 0px 0 80px;
    border-radius: 10px;
}
.VR_info_title{
    font-family: "my font3";
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.VR_info_title_text{
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 35px;
}
.VR_info_title_btn{
    display: flex;
    align-items: center;
}
.VR_info_title_btn .VR_info_cj{
    width: 150px;
    height: 40px;
    background:#4F2926;
    border-radius:4px;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-right: 30px;
    cursor: pointer;
}
.VR_info_cj a{
    color: #fff;
}
.VR_info_title_btn .VR_info_more{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.VR_info_more a{
    color: #fff;
}
.VR_info_title_btn div:hover{
    opacity: 0.8;
    cursor: pointer;
}
.Vr_bot{
    width:45%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -1%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:9;
}
.Vr_bot_left{
    display: flex;
    align-items: center;
    margin-right:55px;
}
.Vr_bot_left img{
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.Vr_bot_left_text{
    display: flex;
    flex-direction: column;
}
.Vr_bot_left_text span:nth-child(1){
    font-family: "my font3";
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}
.Vr_bot_left_text span:nth-child(2){
    font-family: "my font1";
    font-weight: 400;
    font-size: 15px;
    color: #ffffffe3;
    opacity: 0.7;
}
.Vr_bot_right{
    display: flex;
    align-items: center;
}
.Vr_bot_right_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}
.Vr_bot_right_item:last-child{
    margin-right: 0;
}
.Vr_bot_right_item:nth-child(1) img{
    width: 26px;
    height: 25px;
} 
.Vr_bot_right_item:nth-child(2) img{
    width: 22px;
    height: 25px;
} 
.Vr_bot_right_item:nth-child(3) img{
    width: 27px;
    height: 25px;
} 
.Vr_bot_right_item span{
    font-family: "my font1";
    font-weight: 400;
    font-size: 14px;
    color: #ffffffc7;
    margin-top: 8px;
}  
/* 园区三维实景 */
.action{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.action_info{
    width:1200px;
    margin: 0 auto;
    /* overflow: hidden; */
    display: flex;
    position: relative;
}
.action_swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}
.action_swiper .swiper-slide{
    width: 100% !important;
    display: flex;
}
.action_info .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 55px !important;
    height: 55px !important;
    background-image: url(../pc_images/vr_left.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    left:-109px !important;
    right: auto !important;
    z-index: 9;
    opacity: 1 !important;
    margin-top: -47px !important;
}
.action_info .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
    background-image: url(../pc_images/vr_right.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    right: -109px !important;
    left: auto !important;
    z-index: 9;
    opacity: 1 !important;
    margin-top: -47px !important;
}
.action_table{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.action_table_ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.action_table_ul_li{
    width:48%;
    height: 344px;
    position: relative;
    display: flex;
}
.action_table_ul_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:5px;
    cursor: pointer;
}
.action_table_ul_li div{
    width: 100%;
    font-family: "my font2";
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 15px 36px;
    background: rgba(0,0,0,0.3);
}
.action_table_ul_li01{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.action_item{
    width: 48%;
    height: 344px;
    position: relative;
    display: flex;
}
.action_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:5px;
    cursor: pointer;
}
.action_item div{
    width: 100%;
    font-family: "my font2";
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 15px 36px;
    background: rgba(0,0,0,0.3);
}

.action_more{
    width: 135px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4F2926;
    text-align: left;
    line-height: 16px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 55px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #4F2926;
}
.action_more:hover{
    opacity: 0.5;
}
/* 园区三维实景点击图片放大 */
.shadow{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.3);
    display: none;
}
.shadow_add{
    width: 35%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    display: flex;
}
.shadow_add .shadow_img{
    width: 100%;
}
.shadow_canle{
    width: 40px;
    position: absolute;
    top: -43px;
    right: -53px;
    z-index: 9;
}


/* 园区实景视频 */
.video{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px; 
}
.video_info{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.video_item{
    width: 23.5%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #3333332e;
}
.video_item:last-child{
    margin-right: 0;
}
.video_item_top{
    width: 100%;
    position: relative;
    display: flex;
}
.video_item_top a{
    width: 100%;
}
.video_item_img{
    width: 100%;
    height:173px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.video_item_bf{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.video_item_eye{
    width: 80px;
    height: 30px;
    background:#4F2926;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.video_item_eye img{
    width: 12px;
    height: 9px;
    margin-right: 4px;
}
.video_item_text{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 18px 15px;
    border-radius: 0 0 10px 10px;
}
.video_item_title{
    font-family: "my font3";
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.video_item_text_gk{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #3333331f;
    padding-top: 10px;
    margin-top: 10px;
}
.video_item_text_left{
    display: flex;
    align-items: center;
    font-family: "my font2";
    font-weight: 400;
    font-size: 13px;
    color: #4F2926;
}
.video_item_text_left img{
    width: 10px;
    margin-right: 5px;
}
.video_item_text_logo{
    width: 70px;
}
.video_item:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.video_item:hover {
    transform: translateY(-5px);
}