@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;
}
@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;
}

/* .福玺园 */
.fxy{
    width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.fxy_left{
   width: 50%;
   display: flex;
   flex-direction: column;
   background: url(../pc_images/ab_ban01.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    border-radius: 20px 0 0 20px;
}
.fxy_left_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.fxy_left_top p{
    font-family: "my font3";
    font-weight: 600;
    font-size: 32px;
    color: #4F2926;
    margin-bottom: 6px;

}
.fxy_left_top span{
    font-family: "my font1";
    font-weight: 500;
    font-size: 18px;
    color: #4F2926;
}
.fxy_left_text{
    font-family: "my font2";
    font-weight: 400;
    font-size: 16px;
    color: #4F2926;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 2em;
    /* display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    text-overflow: ellipsis;
    text-align: justify; */
}
.fxy_left_more{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.fxy_left_more_lt{
    width: 118px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font2";
    font-weight: 400;
    font-size: 16px;
    color: #4F2926;
    border: 1px solid #4F2926;
}
.fxy_left_more_lt img{
    width: 17px;
    height: 17px;
    margin-right: 6px;
}
.fxy_left_more_lt:hover,.fxy_left_rt .fxy_left_btn:hover{
    opacity: 0.8;
    cursor: pointer;
}
.fxy_left_rt{
    display: flex;
    align-items: center;
}
.fxy_left_rt span{
    font-family: "my font2";
    font-weight: 400;
    font-size: 18px;
    color: #4F2926;
    margin-right: 10px;
}
.fxy_left_rt .fxy_left_btn{
    width: 115px;
    height: 35px;
    background: #4F2926;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: "my font2";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
}
.fxy_wxicon{
    width: 120px;
    display: none;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 9;
}
.fxy_kyicon{
    width: 120px;
    display: none;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 9;
}
.fxy_left_rt .fxy_left_btn:last-child{
    margin-right: 0;
}
.fxy_left_rt .fxy_left_btn .wx_01{
    width: 20px;
    height: 20px;
    margin-right: 9px;
}
.fxy_right{
    width:50%;
    display: flex;
    position: relative;
}
.fxy_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}
.fxy_right div{
    width: 89px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "my font2";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 20px 0 10px;
    background: #4F2926;
}

/* 园区优势 */
.yqys{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom:60px;
}
.yqys_top{
    font-family: "my font3";
    font-size:28px;
    color:#4F2926;
    font-weight: 900;
    margin-bottom: 30px;
}
.yqys_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yqys_item{
    width: 49.1%;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 10px;
    padding:15px;
    box-shadow: 0 0 6px 1px #3333331c;
    cursor: pointer;
}
.yqys_item_left{
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 10px 10px;
}
.yqys_item_left p{
    font-family: "my font1";
    font-weight: 600;
    font-size: 23px;
    color: #333333;
}
.yqys_item_left_text{
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 20px 0;
}
.yqys_item_left_btn{
    width: 140px;
    background: #4F2926;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    font-family: "my font2";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
}
.yqys_item_left_btn a{
    display:flex;
    align-items: center;
    justify-content: center;
    color:#FFFFFF;
}
.yqys_item:hover .yqys_item_left_btn{
    opacity: 0.5;
}
.yqys_item_right{
    width: 40%;
    display: flex;
}
.yqys_item_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

/* 墓型高档 */
.mxgd{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom:60px;
}
.mxgd_info{
    width: 100%;
    position: relative;
}
.mxgd_swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mxgd_swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.mxgd_swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mxgd_info .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4F2926;
}
.mxgd_info .swiper-pagination-bullet{
    width: 50px !important;
    height:2px !important;
    border-radius: 10px !important;
    margin: 0 10px;
}

.mxgd_info .swiper-pagination{
    width: 100%;
    margin-top: 30px;
}

/* 来园交通指引 */
.jtzy{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom:60px;
    margin-top:45px;
}
.jtzy_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jtzy_info_left{
    width: 30%;
    margin-right: 2%;
    display: inline-block;
    height: 100%;
    object-fit: cover;
}
.jtzy_info_right{
    width: 70%;
    display: flex;
    flex-direction: column;
}
.jtzy_info_right_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.jtzy_info_right_item p{
    font-family: "my font3";
    font-weight: 500;
    font-size: 20px;
    color: #4F2926;
    margin-bottom: 10px;
}
.jtzy_info_right_item div{
    font-family: "my font2";
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.jtzy_info_right_item:last-child{
    margin-bottom: 0;
}