html,body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.ft-18{
    font-size: 18px;
}
.ft-24{
    font-size: 24px;
}
.ft-30{
    font-size: 30px;
}
.mt-213{
    margin-top: 213px;
}
.mt-100{
    /* margin-top: 90vh; */
   /* margin-top: 1200px; */
}
.container14{
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
/*头部*/
.header{
    width: 100%;
    position: relative;
    margin-top: 0;
    /* height: 90vh; */
    /*height: 988px;*/
    /*background: url("../images/头部透明图.png")top center no-repeat;*/
    /*background-size:cover;*/
    /*background-attachment: fixed;*/
}
.header_scroll{
    z-index: 99;
    background: #FFFFFF;
    height: auto;
    box-shadow: 3px 2px 5px #333333;
}
.header_img{
   position: absolute;
    top: 0;
    /* height: 90vh; */
}
.header .tele {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10%;
}
.banner_xianhe{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.top_bar{
    /*width: 1400px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 5;
}
.logo{
    position: absolute; left: 0;  right: 0;

    margin: auto; /* 有了这个就自动居中了 */
   /* position: absolute; left: 0; top: 0; right: 0; bottom: 0;

    margin: auto; !* 有了这个就自动居中了 *!*/
}
/*导航*/
.nav{
    font-size: 24px;
    height: 55px;
    width: 1120px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right:auto;
    padding-top: 130px;
    padding-bottom: 20px;
    z-index: 2;
}
.top_bar .tele{
   /* position: absolute;
    bottom:15%;
    right: -20px; */
}
.nav>li>a{
    padding: 10px 10px;
   line-height: 55px;

}
.btn992{
    width: 20%;
    display: none;
    position: absolute;
    top: 10%;
    z-index: 2;

}
.top_bar .tele992{
    position: absolute;
    top:10%;
    right: 0;
    display: none;

}
.button_close{
    display: none;
}
.nav992{
    font-size: 14px;
    height: auto;
    width: 100%;
    display: none;
    z-index: 2;
    text-align: center;
    background: #FFFFFF;
}
.nav992>li{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.nav992>li>a{
    display: block;
    width: 100%;
    text-align: center;
}
.li_active{
    color: #0c5736;
    background: url("../images/导航bg.png") no-repeat center center;
    background-size: 100% 100%;
}
.top_bar_bg:hover a{
    /* float: left;
      margin-left: 50px;*/
    background: url("../images/导航bg.png") no-repeat center center;
    background-size: 100% 100%;
    color: #0c5736;
    text-align: center;
    align-content: center;

}
/*.nav>li:hover a{
  !* float: left;
    margin-left: 50px;*!
    background: url("../images/导航bg.png") no-repeat center center;
    background-size: 100% 100%;
    color: #0c5736;
    text-align: center;
    align-content: center;

}*/
/*banner*/
.banner {
    width: 100%;
    /* height: 90vh; */
    position: relative;
    margin-top: 0;
    z-index: -1;
}
/* .banner>img{
    position: absolute;
    top: 0;
    display: none;
    width:  100%;
    height: 100%;
    object-fit: contain;
} */
/* .banner .img {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;   
    background-size: 100% 100%;
} */

.banner .imgScaleWraper {
    /* position: absolute;
    top: 0; */
    display: none;  
    width:  100%;
    height: 100%;
}
/* 图片按比例展示 */
.imgScaleWraper .imgSize {
	position: relative;
	width: 100%;
    height: 100%;
}
.imgScaleWraper .imgSize .scale_60{ 
	padding-top: 51.5%;
}

.imgScaleWraper .imgSize .imgWraper {
	position:absolute; 
	right:0;
	left: 0;
	top: 0;
	bottom: 0;
}
.imgScaleWraper .imgSize .imgWraper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ctrls{
    margin-top: 15px;
   /* width: 1400px;
    margin-right: auto;
    margin-left: auto;*/
}
.ctrls .banner_ctrls{
    width: 33%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.ctrls .banner_ctrls>li{
    width: 100%;
    height: 50px;
}
.banner_ctrls img{
    opacity: 0.5;
}
.banner_ctrls li {
    width: 100%;
    overflow: hidden;
}
.banner_ctrls img{
    width: 80%;
}
/*banner控制显示状态*/
.img_show img{
    opacity: 1;
}
.banner_navigator{
    position: absolute;
    top: 50%;
    width: 100%;
    margin:auto;
    z-index: 10;
}
.banner-btn-prev{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    display: flex;
    align-items: center;
    position: relative;
    /*margin-left: -30px;*/
}
.banner-btn-prev{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    display: flex;
    align-items: center;
}
.banner-btn-next{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    display: flex;
    align-items: center;
}
.banner-btn-prev>img{
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.banner-btn-next>img{
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.banner-btn-prev:hover{
    opacity: 1;
    transition: all 0.5s;
}
.banner-btn-next:hover{
    opacity: 1;
    transition: all 0.5s;
}
.main{
    /*margin-top: 213px;*/
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;

}
/*关于陵园*/
.about_us_title{
  text-align: center;
}
/*关于陵园左*/
.about_left{
    /*width: 351px;*/
    width: 25%;
    margin-top: 68px;
    float: left;
}
.mian_title{
    font-size: 28px;
    color: #333333;
}
.sub_title{
    color: #0A5636;
    padding-top: 13px;
}
.intro{
    color: #666666;
    line-height: 36px;
    padding-top: 32px;
    white-space: break-spaces;
}
/*关于陵园右*/
.about_right{
    width: 65%;
    float: right;
    height: 502px;
    margin-top: 68px;
    position: relative;

}
.about_right>div{
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    /*width: 305px;*/
    width: 33%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.about_right .change_bg_block{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    line-height: 100%;
    opacity: 1;
    border-left: 2px solid rgba(67, 136, 61, 0.2);
}
.about_right .change_bg_block>figure>img{
    width: 50%;
}
.about_right :last-child .change_bg_block{
    border-right: 2px solid rgba(67, 136, 61, 0.2)
}
.bg_block {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-out 0.3s;
}
/* .about_right>div:hover .change_bg_block{
   opacity: 0;
}
.about_right>div:hover .bg_block{
    opacity: 1;
    animation: fadeIn ;
    transition: all ease-in 1s;
} */
.about_right .about_right_item {
    position: absolute;
    width: 100%;
    z-index: 10;
}
.about_right .about_right_item .change_bg_block {
    /* display: none; */
}
.about_right .about_right_item .bg_block {
    position: absolute;
    display: flex;
    opacity: 1;
    animation: fadeIn;
    transition: all ease-in .3s;
    z-index: 11;
}
.about_right .about_right_item .about_right_show2_content {
    position: relative;
    width: 33%;
    background: #0A5636;
    box-shadow:0 0 10px #0A5636;
}
.about_right .about_right_show2_img {
    display: none;
}
.about_right .about_right_item .about_right_show2_img {
    display: inline-flex;
    flex: 1;
    background: #fff;
    border: 1px solid #0A5636;
    overflow: hidden;
}
.about_right .about_right_item .about_right_show2_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   /*height: 95%;*/
}
.about_right_show2_content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.about_right_show2_content_detail{
    text-align: justify;
    color: #FFFFFF;
    padding: 0 .5em;
    overflow-y: auto;
    max-width: 100%;
    max-height: 100%;
    font-size: 14px;
    white-space: break-spaces;
}
.intro_xianhe{
    position: absolute;
   bottom: 0;
   left: 0;
   width: 100px;
   height: 100px;
}
.about_right .change_bg_block p{
    padding-top: 24px;
    /*font-size: 24px;*/
    color: #22221D;
}
.mark_green{
    color: #0A5636;
}
/*下*/
.about_bottom{
    position: relative;
    margin-top: 62px;
    width:100%;
    height: 180px;
    background: url("../images/陵园麒麟神道.jpeg") no-repeat center center;
    background-size: cover;
}
.about_bottom>.about_bottom_bg{
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}
.about_bottom_center{
    height: 100%;
   /* width: 1400px;

    margin-right: auto;
    margin-left: auto;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_bottom_center>li{
    margin-left: 10px;
    margin-right: 10px;
}
.about_bottom_center>li>a{
    cursor: auto;
}
.title_right{
    line-height: 36px;
    padding-left: 34px;
}
/*荣誉*/
.honor_title{
    text-align: center;
}
.honor_content{
    margin-top: 22px;
    width: 100%;
    overflow: hidden;
}
.honor_content_box {
    width: 100%;
    background: #FFFFFF;
}
.honor_content_box{
    margin-bottom: 1px;
}
.honor_content_title{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor_left{
    width: 25%;
    overflow: hidden;
    height: 50vh;
    /*background: #0c5736;*/
}
.honor_left .honer_left1{
    width: 100%;
    height: 50%;
    position: relative;
    margin-top: 0;
}
.honor_left .honer_left2{
    width: 100%;
    height: 50%;
    position: relative;
    margin-top: 0;
}

.title_box{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: #0c5736;
    /*transform: rotateX(0deg);
    transition: all 0.8s ease-in-out 0s;*/
   /* -webkit-animation: flipOutYtest 0.75s linear;
    animation: flipOutYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/

}
.title2_box{
    width: 100%;
    height: 100%;
    background: #0c5736;
   /* transform: rotateX(90deg);
    transition: all 0.8s ease-in-out 0s;*/
    /*-webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}

.test{
    -webkit-animation: flipOutX 0.75s linear;
    animation: flipOutX 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.test2{
    -webkit-animation: flipInX 0.75s linear;
    animation: flipInX 0.75s linear;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.text_title{
    z-index: 9;
}
.bg_black{
    z-index: 8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: contain;
}
    /*.honor_content_box>li{
        position: relative;
        margin-top: 0;
        box-shadow: 0 0 0 1px #fff;
        width: 25%;
        height: 28vh;
        display: block;

    }*/

/*.honor_content_box>li :nth-child(4n){
    margin-right: 0;
}*/
.honor_right{
    width: 75%;
    height: 50vh;
    position: relative;
    margin-top: 0;
}

.honor_img{
    position: relative;
    margin-top: 0;
    margin-right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.honor_img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.honor_right .bgImg6{
    width: 100%;
    height: 100%;
    justify-content:flex-end;
    z-index: 9;
    position: absolute;
    top: 0;
}
/*.honor_right .bgImg6>li{
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 33%;
    height: 25vh;
    transform: rotateX(0deg);
    transition: all 0.8s ease-in-out 0s;

}*/
/*.honor_right .bgImg6>li>img{

    width: 100%;
    height: 100%;
}*/
.honor_right .bgImg6>img{
    width: 100%;
    height: 100%;
}
/*.title_box:hover .honor_right .bgImg6 li{
    transform: rotateX(90deg);
    transition: all 0.8s ease-in-out 0s;
}*/
/*.text_box{
    position: absolute;
    width: 100%;
    margin-top: 26px;
    margin-left: 10px;
}*/
.text_border {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* position: relative; */
    margin: 0 auto;
    text-align: justify;
    /* border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF; */
}
.text_subtitle{
    /* position: absolute;
    top:0;
    left: 0;
    right: 0; */
    margin: auto;
    width:80%;
    height: 100%;
    overflow-y: auto;
    white-space: break-spaces;
}

/*.bg_black{
    position: absolute;
    top: 0;
    !*opacity: 1;*!
    width: 100%;
    height: 100%;
    !*background: rgba(0,0,0,0.5);*!
    !*background: url("../images/1.jpg") no-repeat center center;
    background-size: cover;*!
    z-index: 6;
    transform: rotateX(0);
    transition: all 0.8s ease-in-out 0s;

}
.honor-block{
    width: 100%;
    height: 100%;
    background: #0c5736;
    transform: rotateX(-90deg);
    transition: all 0.8s ease-in-out 0s;

}*/

/*.honor-block{
    width: 100%;
    height: 100%;
    background: #0c5736;
    transform: rotateX(-90deg);
    transition: all 0.8s ease-in-out 0s;

}

.honor_xianhe{
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.honor_content_box .honer_left .honer_left1:hover.bg_black,
.honor_content_box .honer_left .honer_left2:hover .bg_black{
  !*opacity: 0;
    transition: all ease-in 0.5s;*!
    transform: rotateX(-90deg);
}
.honor_content_box .honer_left .honer_left1:hover .honor-block,
.honor_content_box .honer_left .honer_left2:hover .honor-block
{
    !*opacity: 0;
      transition: all ease-in 0.5s;*!
    transform: rotateX(0deg);
}
.honor_content_box .honer_left .honer_left1:hover .honor_xianhe,
.honor_content_box .honer_left .honer_left2:hover .honor_xianhe{
    display: block;
}*/

.honor_content_bottom{
    position: relative;
    margin-top: 0;
    /*width: 1400px;
    margin-top: auto;
    margin-right: auto;*/
    /*height: 173px;*/
    overflow: hidden;
}
.img_list>img{
    margin-right: 34px;
}
/*.honor_content_bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}*/
/*.honor_content_title{
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 100%;
}*/


.honor_content_bottom{
    height: 150px;
   /* background: url("../images/9.jpg") no-repeat center center;
    background-size: cover;*/
}
.honor_content_bottom>img{
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    transition-timing-function: linear;

}
.swiper-slide {
    flex-shrink: 0;
    width: auto;
  height: auto;
    position: relative;
    transition-property: transform;
}
.img_list{
    position: absolute;
    left: -90px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 1500px;
    /*margin-top: 10px;*/

}
.img_list img{
    /*width: 100%;*/
}
/*服务*/
.sevice_title{
    text-align: center;
}
.sevice_content {
    position: relative;
    margin-top: 65px;
    width: 1200px;
}
.sevice_content .big_img_show {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}
.sevice_content .big_img_show img {
    height: 100%;
}
.sevice_content .container{
    width: 1000px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sevice_content .swiper-slide {
    width: 355px;
    height: 360px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    font-size: 0;
}
.sevice_content .swiper-slide-active {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(35, 103, 74, 1);
}
.sevice_content img {
    width: 100%;
    height: 52%;
}
.sevice_content .title_wraper {
    height: 48%;
}
.sevice_content .swiper-slide-active img{
    cursor: zoom-in;
}
.sevice_content .swiper-slide-active:hover{
  background: rgba(35, 103, 74, 1);
  color: #FFFFFF;
}
.sevice_content .title_head{
    font-size: 18px;
    padding-top: 1em;
    text-align: center;
}
.sevice_content .title_content{
    position: relative;
    margin-left: auto;
    margin: 0 10%;
    font-size: 14px;
    padding-top: 1em;
    line-height: 1.5;
    max-height: 6em;
    overflow-y: auto;
}
.sevice_content .text_active{
    color: #FFFFFF;
}
/*服务左右按钮*/
.sevice_content .swiper-navigator{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top:30%;
    left: -50px;
    right: -50px;
}
.sevice_content .swiper-btn-prev {
    top:30%;
    left: -50px;
    position: absolute;
    z-index: 10;
}
.sevice_content .swiper-btn-next {
    top:30%;
    right: -50px;
    position: absolute;
    z-index: 10;
}
.sevice_content_change1>.sevice_content_change1_middle{
    /*height:360px ;*/
    transform: scale(1.1,1.3);
    z-index: 9;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(35, 103, 74, 1);
    opacity: 1;
}
.sevice_content_change1>.sevice_content_change1_middle:hover{
    background: rgba(35, 103, 74, 1);
    color: #FFFFFF;
}

.bigImg_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}
.bigImg_wraper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bigImg_layer .bingImg_content{
   padding: 0 20px 20px 20px;
   width: 60%;
   background: #fff;
}
.bigImg_layer .bingImg_content .close {
   line-height: 40px;
   font-size: 30px;
   text-align: right;
   color: #666;
   cursor: pointer;
}
.bigImg_layer .bingImg_content img {
    width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

/*服务圆点*/
.swiper_dots{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    margin-top: 40px;
    background: #fff;
}
.swiper_dots>span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(10, 86, 54, 0.5);
}
.swiper_dots .swiper-pagination-bullet-active{
    width: 32px;
    height: 9px;
    border-radius: 10px;
    background: rgba(10, 86, 54, 1);
}
/*.swiper_dots>.dots_active{
    width: 32px;
    height: 9px;
    border-radius: 10px;
    background: rgba(10, 86, 54, 1);
}*/
/*服务左右按钮*/
/*.swiper-navigator{
    position: absolute;
    top: 50%;
    margin: auto;
    width: 100%;
}
.swiper-btn-prev>img{
    background: #0A5636;
    width: 50px;
    border-radius: 50%;
    opacity: 0.3;
}*/
.swiper-navigator{
    width:100%;
    position: absolute;
    top: 50%;
}
.swiper-btn-prev{
    background: #0A5636;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.2;
    display: flex;
    align-items: center;
}
.swiper-btn-prev>img{
    /*background: #0A5636;*/
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*opacity: 0.3;*/
}
.swiper-btn-next{
    background: #0A5636;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.2;
    display: flex;
    align-items: center;
}
.swiper-btn-next>img{
    /*background: #0A5636;*/
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*opacity: 0.3;*/
}
.swiper-navigator .swiper-btn-prev:hover{
    opacity: 1;
    transition: all 0.5s;
}
.swiper-navigator .swiper-btn-next:hover{
    opacity: 1;
    transition: all 0.5s;
}

/*服务底部内容*/
.sevice_content_change2{
    /*background: url("../images/bg2.png") no-repeat center center;*/
    /* height: 286px; */
    width: 100%;
    position: relative;
    margin-top: 65px;
}
.sevice_content_change2_bg{
    position: absolute;
    top: 0;
    z-index: -2;
}
.sevice_content_change2_title_bg{
    padding-top: 12px;
}
.sevice_content_change2_title_bg img {
    width: 50%;
}
.sevice_content_change2_title_content{
    width: 85%;
    padding: 1em 0;
    margin-right: auto;
    margin-left: auto;
}

.sevice_content .swiper-slide>img{
    width: 100%;
}

/*落葬仪式*/
.etiquette_title{
    text-align: center;
}
.etiquette_bg{
    margin-top: 27px;
    padding: 3em 0;
    width: 100%;
    background: rgba(246, 246, 246, 1);
    display: flex;
    align-items: center;
}
.etiquette_content {
    position: relative;
    height: 658px;
    /*width: 1400px;
    margin-right:auto;
    margin-left: auto;*/
    background: #FFFFFF;
    display: flex;
    text-align: center;
    justify-content:space-between;
}
.etiquette_box {
    width: 33.3%;
    height: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
}
.etiquette_box .etiquette_box_text {
    height: 100%;
}
.etiquette_box .etiquette_box_text .figure {
    height: 60%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.etiquette_box .etiquette_box_text figure {
    text-align: justify;
    color: #FFFFFF;
    overflow-y: auto;
    max-width: 100%;
    max-height: 100%;
}
.etiquette_box .etiquette_box_text img {
    height: 40%;
}
.etiquette_box .img_more {
    display: none;
}
.etiquette_box_more {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: inline-flex;
    z-index: 11;
}
.etiquette_box_more .etiquette_box_text {
    position: relative;
    width: 33%;
    background: rgba(10, 86, 54, 1);
    color: #fff;
}
.etiquette_box_more {
    transition: all ease-in-out 0.5s;
    background: #0A5636;
    box-shadow:0 0 10px #0A5636;
    color: #FFFFFF;
}
.etiquette_box_more .img_more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: #fff;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}
.etiquette_box_more .img_more>img{
    width: 100%;
    /*width: auto;*/
    object-fit: cover;
}
.etiquette_box_more .etiquette_box_text .etiquette_title {
    color: #FFFFFF;
}
.etiquette_box_more .etiquette_box_text .etiquette_text{
    color: #FFFFFF;
}
.etiquette_box_more .etiquette_box_text .etiquette_border{
    background: #FFFFFF;
}

.etiquette_title{
    position: relative;
    margin-right: auto;
    margin-left:auto;
    font-size: 24px;
    color: rgba(10, 86, 54, 1);
    /* margin-top: 83px; */

}
.etiquette_border{
    position: relative;
    margin: 1.2em auto;
    width: 58px;
    height: 2px;
    background: rgba(10, 86, 54, 1);
}
.etiquette_text{
    position: relative;
    margin-right: auto;
    margin-left:auto;
    padding: 0 1em;
    text-align: justify;
    color: rgba(136, 136, 136, 1);
}

.etiquette_box>figure>img{
    position:absolute;
    left: 0;
    bottom: 0;
}
.etiquette_box>.etiquette_box_middle>img{
    position:relative;
    left: 0;
    margin-top: 0;
}

/*.etiquette_box:hover .etiquette_title{
    background-image:-webkit-linear-gradient(bottom,#333333,#FFFFFF,#FFFFFF);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
 .etiquette_box:hover .etiquette_text{
    color: #FFFFFF;
}
.etiquette_box:hover .etiquette_border{
    background: #FFFFFF;
} */


/*规划*/
.planing{
    position: relative;
    margin-top: auto;

}
.planing_title{
    text-align: center;
}
.planing_left {
    position: relative;
    width: 35%;
    height: 100%;
    /* float: left; */
}
.planing_left img {
    width: 100%;
}

/*展示图*/
.planing_content {
    margin-top:107px ;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.planing_right{
    position: relative;   
    float: right;
    width: 60%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.planing_right .swiper-container {
    width: calc(100% - 100px);
}
.planing_right .swiper-slide {
    width: 210px;
    height: 200px;
 }

.planing_right .swiper-slide>img{
    width: 100%;
    height: 40%;
    object-fit: cover;
}
.palning_content_width{
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;*/
    justify-content: space-between;
    /*align-items: center;*/
}
/*.swiper-slide-big-show {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 19;
  background: #fff;
  font-size: 0;
}*/
.swiper-slide-big-show {
    display: none;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 19;
    background: #fff;
    font-size: 0;
}
.swiper-slide-big-show .imgWraper {
    margin-right: 2%;
    display: inline-block;
    width: 68%;
    height: 100%;
    vertical-align: top;
}
.swiper-slide-big-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide-big-show .ft-18{
  width: 30%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  /* background: url("../images/规划bg2.png") no-repeat center center; */
  background-size: contain;
  overflow: hidden;
}
.swiper-slide-big-show .planing_xianhe {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 100px;
}
.planing_bg{
    background: url("../images/规划bg.png") no-repeat center center;
    background-size: cover;
}
.planing_bg>p{
    color:rgba(10, 86, 54, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60%;
    width: 100%;
    white-space: pre;
}
.planing_right .swiper-slide .planing_xianhe{
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 50%;
}
.planing_bg:hover .planing_xianhe{
    display: block;
}
.planing_right_navigator{
    position: absolute;
    top: 50%;
    width: 100%;
    margin:auto;
    z-index: 10;
}
.planing_right-btn-prev{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    display: flex;
    align-items: center;
    position: relative;
    /*margin-left: -30px;*/
}
.planing_right-btn-prev{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    display: flex;
    align-items: center;
    /* margin-left: -50px; */
}
.planing_right-btn-next{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    display: flex;
    align-items: center;
    /* margin-right: -50px; */
}
.planing_right-btn-prev>img{
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.planing_right-btn-next>img{
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.planing_right-btn-prev:hover{
    opacity: 1;
    transition: all 0.5s;
}
.planing_right-btn-next:hover{
    opacity: 1;
    transition: all 0.5s;
}
/*墓型展示*/
.style_show_title{
    text-align: center;
}
.style_show_bg{
    position: relative;
    width: 100%;
    height: 766px;
    margin-top: 23px;
    /*background: url("../images/墓型bg.jpg") no-repeat center center;*/
}
.style_show_bgImg{
    position: absolute;
    top: 0;
    z-index: -2;
}
.show_select{
    /*height: 100%;*/
   padding-top: 70px;
    /*width: 1400px;
    margin-right: auto;
    margin-left: auto;*/
}
.show_box>img{
    width: 30%;
    border-radius: 25px;

}
.select_button{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.select_button>li{
    display: block;
    cursor: pointer;
}
.select_button>li{
    width: 125px;
    height: 50px;
    background: rgba(235, 237, 241, 1);
    border: 1px solid rgba(158, 158, 158, 1);
    border-radius:25px ;
    text-align: center;
    line-height: 50px;
}
.select_button>.select_active{
    background: rgba(10, 86, 54, 1);
    border: 1px solid rgba(67, 136, 61, 1);
    color: #fff;
}

/*展示图*/
.select_show_wraper {
  margin-top: 120px;
}
.select_show_wraper>div{
  position: relative;
  display: none;
}

.select_show_wraper .select_show_active{
    display: block;
}
.select_show_wraper .swiper-slide-next{
    margin: 5% 0 0 0;
}
/* opacity: 1;
visibility: visible; */

.select_show_wraper .swiper-slide {
    /* margin: 0 20px; */
}
.select_show_wraper .swiper-slide .name {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.select_show .swiper-container{
    position: relative;
    margin-top: 0;
}

.show_box img{
    width: 100%;
    border-radius: 25px;
}

.show_box img:hover{
    box-shadow: 0 0 10px rgba(10, 86, 54, 1);
    transition: all 0.5s;
    animation: fadeIn ;
}

.select_show_navigator{
    width:100%;
    position: absolute;
    top: 30%;
    z-index: 5;
}
.select_show-btn-prev{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -20px;
}
.select_show-btn-prev>img{
    /*background: #0A5636;*/
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*opacity: 0.3;*/
}
.select_show-btn-next{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: -20px;
}
.select_show-btn-next>img{
    /*background: #0A5636;*/
    border-radius: 50%;
    width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*opacity: 0.3;*/
}
.select_show-btn-prev:hover{
    opacity: 1;
    transition: all 0.5s;
}
.select_show-btn-next:hover{
    opacity: 1;
    transition: all 0.5s;
}


/*.select_show_navigator{
    position: absolute;
    top: 50%;
    height: 40px;
    width: 1400px;
    right: 0;
    left: 0;
    margin: auto;
}
.select_show-btn-prev{
    margin-left: -10px;
}
.select_show-btn-next{
    margin-right: -10px;
}
.select_show-btn-prev>img{
    background: #0A5636;
    width: 40px;
    border-radius: 50%;
    opacity: 0.3;
}
.select_show-btn-next>img{
    background: #0A5636;
    border-radius: 50%;
    width: 40px;
    opacity: 0.3;
}
.select_show_navigator img:hover{
    opacity: 1;
    transition: all 0.5s;
}*/

/*footer*/
.footer_title{
    text-align: center;
}
.footer_bg{
    /*background: url("../images/联系bg.jpg") no-repeat center center;*/
    width: 100%;
    /* height: 746px; */
    position: relative;
    padding-top: 10px;

}
.footer_bgImg{
    position: absolute;
    top: 0;
    z-index: -2;
}

.footer_content{
    height: 100%;
    /*width: 1400px;

    margin-right: auto;
    margin-left: auto;*/
}
.footer_left{
    width: 42%;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.footer_right{
    width: 50%;
    position: relative;
    margin-top: 0;
}
.footer_box{
    position: relative;
    margin-left: 73px;
    padding-top: 38px;
}
.footer_right_top{
    width:100%;
    /* height: 303px; */
    position: relative;
    margin-top: 0px;
    background: #0A5636;
}
.footer_border{
    width: 23px;
    height: 3px;
    background: #FFFFFF;
}
.footer_box_title{
    margin-top: 15px;
}
.footer_subtitle{
    opacity: 0.5;
    line-height: 30px;
    white-space: pre;
}
.footer_top_box{
    position: relative;
    margin-left: 72px;
    padding-top: 38px;
}
.footer_right_bottom{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
}
.footer_list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 30px;
}

.footer_list>span{
    padding-right: 20px;
}
.footer_list>p{
    line-height: 30px;
    white-space: break-spaces;
}
.style_show_bg .style_big_img_show {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 11;
}
.style_show_bg .style_big_img_show img{
    display: inline-block;
    height: 60%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
}
.ftShow{
    width: 100%;
    height: 250px;
    background: #0c5736;
    position: absolute;
    z-index: 8;
    bottom: 0;
    margin: auto;
    display: none;
}
.ftShow .ftShow_text{
    color: #FFFFFF;
    position: relative;
    margin: auto;
    margin-top: 20px;

    width: 90%;
}
@media only screen and (min-width: 1950px) {
    html,body{
        width: 100%;
        height: 100%;
        /* font-size: 65%; */
    }
    .container14{
        max-width:1400px;
    }
    .header, .banner {
        width: 100%;
        /* height: 90vh; */
    }
    .header_scroll{
        z-index: 99;
        background: #FFFFFF;
        height: auto;
        box-shadow: 3px 2px 5px #333333;
    }
    .ft-18{
        font-size: 18px;
    }
    .ft-24{
        font-size: 24px;
    }
    .ft-30{
        font-size: 30px;
    }
    .mt-100{
        /* margin-top: 1200px; */
    }
    .container14{
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }
    .nav{
        font-size: 24px;
    }
}
@media screen and (min-width:767px) and (max-width: 1024px){
    .header, .banner {
        width: 100%;
        /* height: 50vh; */
    }
    .header_img {
        position: absolute;
        top: 0;
        /* height: 50vh; */
    }
    .ctrls .banner_ctrls>li{
        width: 100%;
        height: 30px;
    }
    .bigImg_layer .bingImg_content{       
        width: 80%;
    }
    
}
@media screen and (min-width:360px) and (max-width: 767px){
    .header, .banner {
        width: 100%;
        /* height: 30vh; */
    }
    .header_img {
        position: absolute;
        top: 0;
        /* height: 30vh; */
    }

    .ctrls .banner_ctrls>li{
        width: 100%;
        height: 20px;
    }
    .bigImg_layer .bingImg_content{
        width: 90%;
    }    
}
@media screen and (max-width: 992px) {
    .top_bar{
        /*width: 1400px;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        position: relative;
        height: 10vh;
        margin-top: 0;
        z-index: 5;
    }
    .top_bar .tele992{
        position: absolute;
        top:10%;
        right: 0;
        display: block;
        font-size: 14px;
    }
    .header .tele {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .top_bar{
        position: relative;
        height: 10vh;
        margin-top: 0;
        z-index: 5;
    }
    .btn992{
        top:0;
    }
    .header .tele {
        display: none;
    }
    .top_bar .tele992{
        position: absolute;
        top:0;
        right: 0;
        display: block;
        font-size: 14px;
    }
    .honor_left{
        width: 25%;
        height: 30vh;
        position: relative;
        margin-top: 0;
    }
    .honor_right {
        width: 75%;
        height: 30vh;
        position: relative;
        margin-top: 0;
    }
    .swiper-slide-big-show {
        display: none;
        position: absolute;
        top: 50%;
        z-index: 19;
        background: #fff;
        font-size: 0;
        height: 50%;
    }
   /* .honor_left .honer_left1 {
        width: 100%;
        height: 50%;
        position: relative;
        margin-top: 0;
    }
    .honor_left .honer_left2 {
        width: 100%;
        height: 50%;
        position: relative;
        margin-top: 0;
    }*/
}

/* 修改原生swiper的样式 */
.sevice_content .swiper-slide {
    transform: scale(0.75);
}
.sevice_content .swiper-slide-active {
    transform: scale(1);
}
.planing_right .swiper-slide {
   transform: scale(0.8);
}
.planing_right .swiper-slide-active {
   transform: scale(1);
}

.beian a:hover {
  color: #0A5636;
}