﻿@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;
    margin-top:60px;
}
.box01{
    /* width:65%; */
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom:60px;
}
.box01_item {
    width: 216px;
    height: 278px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-right: 25px;
}
.box01_item a{
    width: 100%;
    display: flex;
}
.box01_item:last-child{
    margin-right: 0;
}
.box01_item img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.box01_item div{
    text-align: center;
    font-family: "my font1";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
    width: 100%;
    border-radius:0 0 6px 6px;
    z-index: 9;
}
.box01_item:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.box01_item:hover {
    transform: translateY(-5px);
}


/* 墓园园区 */
.yuanq{
    width:100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.yuanq_info {
    width: 70%;
    width: 1180px;
    margin: 0 auto;
    display: flex;
}
    .yuanq_info .swiper-slide {
        width: 23.2%;
        margin-right: 2.4%;
    }
    .yuanq_info_item {
        /*width: 23.5%;*/
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
        margin-right: 0%;
    }
.yuanq_info_item:last-child{
    /*margin-right: 0;*/
}
.yuanq_info .swiper-wrapper .swiper-slide:last-child .yuanq_info_item {
    /*margin-right: 0;*/
}
.yuanq_img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
    .yuanq_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.yuanq_text{
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.yuanq_text p{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
    margin-bottom: 8px;
}
.yuanq_t01 {
    font-size: 13px;
    color: #6c6b6b;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yuanq_t02 {
    font-size: 13px;
    color: #dea767;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
    .yuanq_t02 img {
        width: 13px;
        margin-left: 5px;
    }
.yuanq_t03{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yuanq_t03 span{
    font-size: 13px;
    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 img{
    width:16px;
}
    .yuanq_more:hover{
    opacity: 0.5;
}
/* 潇湘园恒服务 */
.box02{
    width: 100%;
    height:600px;
    background: url(../pc_images/in_banner01.jpg) no-repeat;
    background-size:cover;
    display: flex;
}
.box02_info{
     width:70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.box02_info_left{
    width: 54%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.box02_l_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 62px;
    position: relative;
}
.box02_l_top p{
    font-family: "my font3";
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.box02_l_top .box02_t01{
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
}
.box02_l_top .box02_sm{
    width: 147px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    border: 1px solid #ffffffd1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}
/* .box02_l_top .box02_sm:hover{
    opacity: 0.5;
} */
.box02_l_top .box02_sm .in_sm{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.box02_sm_ewm{
    width: 120px;
    display: none;
    position: absolute;
    top: -65%;
    left: -134px;
    z-index: 9;
    opacity: 1 !important;
}
.box02_l_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box02_l_list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-bottom: 25px;
    margin-right: 4%;
}
/* .box02_l_list_item:nth-child(6n){
    margin-right: 0;
} */
.box02_l_list_item img{
    margin-bottom: 8px;
}
.box02_l_list_item span{
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.9;
}
.in_icon01{
    width: 30px;
    height: 29px;
}
.in_icon02{
    width: 30px;
    height: 27px;
}
.in_icon03{
    width: 23px;
    height: 29px;
}
.in_icon04{
    width: 30px;
    height: 28px;
}
.in_icon05{
    width: 28px;
    height: 29px;
}
.in_icon06{
    width: 30px;
    height: 28px;
}
.in_icon07{
    width: 25px;
    height: 29px;
}
.in_icon08{
    width: 30px;
    height: 28px;
}
.in_icon09{
    width: 29px;
    height: 28px;
}
.in_icon10{
    width: 28px;
    height: 28px;
}
.in_icon11{
    width: 28px;
    height: 29px;
}
.box02_inforight{
    width: 415px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box02_inforight img{
    width: 100%;
}

/* 潇湘人文纪念园优势 */
.box03{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin:60px 0;
}
.box03_top{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.box03_top div{
    font-family: "my font3";
    font-weight: 600;
    font-size: 32px;
    color: #4F2926;
    margin-bottom:1px;
    text-align: center;
    position: relative;
}
/* .box03_top div::after{
    content: "";
    width: 85px;
    height: 0;
    border: 1px solid #81817f94;
    position: absolute;
    top: 30px;
    left: -116px;
    z-index: 9;
}
.box03_top div::before{
    content: "";
    width: 85px;
    height: 0;
    border: 1px solid #81817f94;
    position: absolute;
    top: 30px;
    right: -116px;
    z-index: 9;
} */
.box03_top span{
    font-weight: 400;
    font-size: 18px;
    color: #141111ab;
    text-align: center;
}
.box03_banner{
    width: 1180px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}
.box03_banner .swiper-wrapper{
    width: 100%;
}
.box03_banner .swiper-wrapper .swiper-slide{
    width: 800px;
    height: 516px;
    transition: 300ms;
    display: flex;
    flex-direction: column;
    transform: scale(.8,.8);
    cursor: pointer;
}
.box03_banner .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
}
.box03_banner .swiper-wrapper .swiper-slide-prev,
.box03_banner .swiper-wrapper .swiper-slide-next{
    transform: scale(.8,.8);
}
.box03_banner .swiper-wrapper .swiper-slide img{
    width: 800px;
    height: 380px;
    border-radius: 13px 13px 0 0;
}
.box03_banner_text{
    background: url(../pc_images/yous_banner.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 2px 7px 0 hsla(0,1%,60.8%,.26);
    text-align: center;
    padding: 25px 150px;
    display: flex;
    flex-direction: column;
    border-radius: 13px;
}
.box03_banner_text p{
    font-family: "my font3";
    font-weight:500;
    font-size: 25px;
    color: #66463B;
    margin-bottom: 10px;
}
.box03_banner_text div{
    font-family: "my font3";
    font-weight:500;
    font-size: 18px;
    color: #66463B;
}
.box03_banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border-radius: 50%;
}
.box03_banner .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 35px;
    height:11px;
    border-radius: 6px;
}
.swiper-slide-active, .swiper-slide-duplicate-active{
    /* transform: scaleX(1.7) !important; */
    z-index: 9999;
}
.box03_banner .button-prev:focus {
    outline: none !important;
}

.box03_banner .button-next:focus {
    outline: none !important;
}

.box03_banner .button-prev {
    width: 140px;
    height: 516px;
    background: hsla(0, 0%, 100%, .5);
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.box03_banner .button-next {
    position: absolute;
    width: 140px;
    height: 516px;
    background: hsla(0, 0%, 100%, .5);
    top: 10px;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.box03_info{
     width:70%;
    margin: 0 auto;
    display: flex;
}
.box03_left{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 2%;
    justify-content: space-between;
}
.box03_left .box03_left_it{
    width: 49%;
    display: flex;
    /* height: 209px; */
    position: relative;
    border-radius: 10px;
    margin-bottom: 13px;
}
.box03_left .box03_left_it:nth-child(3),.box03_left .box03_left_it:nth-child(4){
    margin-bottom: 0;
}
.box03_left .box03_item{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}
.box03_item .box03_img01{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.box03_item_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 20px 13px 20px;
}
.box03_item_text span:nth-child(1){
    font-family: "my font3";
    font-weight:500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.box03_item_text span:nth-child(2){
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.box03_right{
    width: 30%;
    display: flex;
}
.box03_right .box03_left_it{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    border-radius: 10px;
}
.box03_right .box03_left_it .box03_item{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}
.box03_item_01a{
    width: 100%;
    height: 100%;
    background: #c59e66e8;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 10px;
    display: none;
    cursor: pointer;
}
.box03_item_01a_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.box03_item_01a_top p{
    font-family: "my font3";
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.box03_item_01a_top span{
    font-family: "my font1";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}
.box03_item_01a_top img{
    width: 40px;
    height: 45px;
    margin-top: 17px;
}
.box03_item_01a_bot{
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    background: #F0B36B;
    border-radius: 0 0 10px 10px;
}
.box03_item_01a_bot span{
    font-family: "my font1";
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}
.box03_item_01a_bot span:hover{
    opacity: 0.8;
}
.box03_item_01a_bot img{
    width: 45px;
}

.box03_left_it:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.box03_left_it:hover {
    transform: translateY(-5px);
}

/* VR全景陵园 */
.Vr{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 60px;
}
.Vr_info{
    width: 1180px;
    height:515px;
    margin: 0 auto;
    background: url(../pc_images/vr_banner2.png) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    border-radius: 5px;
}
.Vr_bot{
    width:42%;
    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:nth-child(4) img{
    width: 32px;
    height: 30px;
}  */
.Vr_bot_right_item span{
    font-family: "my font1";
    font-weight: 400;
    font-size: 14px;
    color: #ffffffc7;
    margin-top: 8px;
}  

/* 购墓管家 */
.gmgj{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 60px 0;
}
.gmgj_info{
     /* width:70%; */
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.gmgj_banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
    .gmgj_banner .swiper-slide {
        /*width: 100%;*/
        width: 23.2%;
        margin-right: 2.4%;
    }
.gmgj_item{
    /*width: 250px;*/
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.gmgj_item:last-child{
    margin-right: 0;
}
.gmgj_item_img{
    width: 100%;
    height: 100%;
    display: flex;
}
.gmgj_item_img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius:5px;
    box-shadow: 0 1px 5px 0px hsla(0,1%,60.8%,.26)
}
.gmgj_item_t01{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 20px 0 15px 0;
}
.gmgj_item_t01 span:nth-child(1){
    font-family: "my font3";
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-right: 10px;
}
.gmgj_item_t01 span:nth-child(2){
    font-family: "my font1";
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}
.gmgj_item_te02{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmgj_item_te02 div{
    padding: 5px 10px;
    font-family: "my font1";
    font-weight: 400;
    font-size: 13px;
    color: #4F2926;
    margin-right: 5px;
    background: #F3E9E4;
    border-radius: 3px;
    white-space: nowrap;
    text-align: center;
}
.gmgj_item_te02 div:last-child{
    margin-right: 0;
}
.gmgj_item:hover{
    transition: all .3s ease;
    cursor: pointer;
}
.gmgj_item:hover {
    transform: translateY(-5px);
}
.gmgj_more{
    width: 150px;
    margin: 0 auto;
    margin-top: 50px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #D3A56F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #D3A56F;
    cursor: pointer;
}
.gmgj_more img{
    width: 20px;
    margin-left: 5px;
}
.gmgj_more:hover{
    opacity: 0.5;
}


/* 在线预约，立享优惠 */
.yuyue{
    width: 100%;
	height: 640px;
    background: url(../pc_images/in-banner03.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 45px 0;
    margin-bottom: 60px;
}
.yuyue_info{
    width:1180px;
    margin:0 auto;
    display: flex;
	align-items: center;
    justify-content: center;
    /* justify-content: flex-end; */
}
/* .yuyue_left{
    width: 65%;
    display: flex;
    position: relative;
}
.yuyue_left img{
    width:60%;
}
.yuyue_left_text{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 11%;
    right: 9%;
    z-index: 9;
}
.yuyue_left_text span:nth-child(1){
    font-family: "my font3";
    font-weight: 600;
    font-size: 35px;
    color: #F89C30;
}
.yuyue_left_text span:nth-child(2){
    font-family: "my font3";
    font-weight: 600;
    font-size:26px;
    color: #333333;
    margin: 10px 0;
}
.yuyue_left_text span:nth-child(3){
    font-family: "my font2";
    font-weight: 400;
    font-size: 17px;
    color: #333333;
} */
.yuyue_right{
    width: 40%;
	height: 480px;
    background:#E9DBD5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding:35px;
}
.yuyue_right .yuyue_right_title{
	font-family: "my font2";
    font-weight: 600;
    font-size: 32px;
    color: #4F2926;
    text-align: center;
    margin-bottom: 12px;
}
.yuyue_right_text01{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #4F2926;
    text-align: center;
    margin-bottom: 12px;
}
.yuyue_right_text02{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 15px;
    color: #585858;
    text-align: center;
    margin-bottom: 40px;
}
.yuyue_right_item{
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(101,101,101,0.07), 1px 0px 4px 0px rgba(101,101,101,0.11);
    border-radius: 50px;
}
.yuyue_right_item span{
    display: inline-block;
    width: 30%;
    font-family: "my font1";
    font-weight: 400;
    font-size: 18px;
    color: #4F2926;
    text-align: center;
}
.shu{
	width: 1px;
	height: 20px;
	background: #999999;
	border-radius: 2px;
}
.yuyue_right_item input{
    width: 60%;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    font-family: "my font2";
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-left: 25px;
}
.yuyue_right_item input::placeholder{
    font-family: "my font1";
    font-weight: 400;
    font-size:15px;
    color: #333333;
    opacity: 0.6;
}
.yuyue_right_btn{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #735352;
    border-radius: 50px;
    font-family: "my font2";
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 35px;
}
.yuyue_right_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}

/* 新闻动态 */
.news{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin:0 0 60px 0;
}
.news_info{
     /* width:70%; */
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.news_banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news_banner .swiper-slide{
    width: 33%;
}
.news_Item{
    /* width: 32.5%; */
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #C6C6C6;
    padding:20px;
    margin-right: 2%;
    cursor: pointer;
}
.news_Item:last-child{
    /*margin-right: 0;*/
}
.news_Item_data{
    width: 94px;
    background: url(../pc_images/in_ban01.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px 5px 12px;
    margin-bottom: 14px;
}
.news_Item_data span:nth-child(1){
    display: inline-block;
    font-family: "my font2";
    font-weight: 500;
    font-size: 15px;
    color: #6C4A46;
    text-align: center;
}
.news_Item_data span:nth-child(2){
    display: inline-block;
    font-family: "my font2";
    font-weight: 500;
    font-size: 15px;
    color: #DED7D6;
    text-align: center;
}
.news_Item_text{
    width: 100%;
    height: 60px;
    font-family: "my font2";
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.news_Item_text a{
    width: 100%;
    font-family: "my font2";
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.news_Item_more{
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #C6C6C6;
    margin-top: 10px;
    padding-top: 15px;
}
.news_Item_more a{
    width: 100%;
    display: flex;
    align-items: center;
}
.news_Item_more span{
    font-family: "my font3";
    font-weight: 400;
    font-size: 17px;
    color: #66463B;
}
.news_Item_more img{
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.news_Item:hover .news_Item_more{
    opacity: 0.5;
}