@charset "UTF-8";
@import url(./public_01.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./Navlist.css);

.main{
    width: 100%;
    background: #F7F7F7;
    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;
    /* margin-top: 95px; */
}

.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;
}
.top_text{
    width: 45%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 43%;
    left: 37.5%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.top_text_yw{
    width: 471px !important;
    margin-bottom: 18px;
}
.top_text_title{
    width:441px !important;
}
.top_text_t1{
    font-family: "my font1";
    font-weight: 400;
    font-size:18px;
    color: #FFFFFF;
    line-height: 31px;
    margin: 15px 0 54px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_text_btn{
    width: 130px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.top_text_btn img{
    width: 17px;
    height: 17px;
    margin-left: 8px;
}
.top_text_btn:hover{
    opacity:0.5;
}



.contant{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contant_nav{
    width: 100%;
    display: flex;
    background: #fff;
    padding: 25px 0;
    margin-bottom: 60px;
}
.nav_info{
    width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_left{
    width: 27%;
    height: 50px;
    border-radius: 40px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    font-size: 16px;
    color: #333333a6;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.nav_left_yq{
    font-size: 16px;
    color: #333333a6;
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
    margin-right: 10px;
}
.nav_left_selt{
    width: 79%;
    height: 45px;
    line-height: 45px;
    display: flex;
}
.nav_left_selt select{
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color:#333333a6;
}
.nav_tab{
    display: flex;
}
.nav_tab_list{
    width: 100%;
    display: flex;
}
.nav_tab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.nav_tab_list ul li{
    width: 130px;
    height: 35px;
    background: #fff;
    border-radius: 21px;
    border: 1px solid #999;
    font-size: 17px;
    color: #333;
    text-align: center;
    padding: 6px 14px;
    line-height: 35px;
    margin-right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.nav_tab_list ul li:last-child{
    margin-right: 0;
}
.nav_tab_list ul li div{
    margin-left: 5px;
}
.nav_current{
    border: 1px solid #dea767 !important;
    background: #dea767 !important;
    transition: all .3s ease;
}
.nav_jiant{
    width: 20px;
    height: 20px;
    background: url(../pc_images/ev_icon01.png) no-repeat;
    background-size: 100% 100%;
}
.nav_jiant01{
    width: 15px;
    height: 15px;
    background: url(../pc_images/ev_icon02.png) no-repeat;
    background-size: 100% 100%;
}
/* 墓园园区 */
.yuanq{
    width:100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.yuanq_info{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.yuanq_info_item{
    width: 31.3%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 30px;
}
.yuanq_info_item:nth-child(3n){
    margin-right: 0;
}
.yuanq_img{
    width: 100%;
    height:190px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.yuanq_text{
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.yuanq_text p{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    margin-bottom: 8px;
}
.yuanq_t01{
    font-size: 15px;
    color: #6c6b6b;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yuanq_t02{
    font-size: 15px;
    color: #4F2926;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.yuanq_t02 img{
    width: 15px;
    margin-left: 5px;
}
.yuanq_t03{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yuanq_t03 span{
    font-size: 15px;
    color: #868484;
    line-height: 20px;
}

.yuanq_info_item:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.yuanq_info_item:hover {
    transform: translateY(-5px);
}
.yuanq_more{
    display: inline-block;
    padding: 13px 0;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #dea767;
    color: #dea767;
    text-align: left;
    line-height: 16px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 55px;
    cursor: pointer;
}
.yuanq_more:hover{
    opacity: 0.5;
}


.page{
    width:100%;
    display: flex;
}
.page_info{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: flex-end;
}
.page_item{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #33333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
    margin-left: 10px;
    cursor: pointer;
}
.page_item img{
    width:11px;
}
.page_01a{
    background: #dea767;
    border-color: #dea767;
    cursor: pointer;;
    color: #fff;
}