@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:myFont1;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
}
.index-banner .swiper-slide img{
    width: 100%;
    min-width: 1200px;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    text-align: center;
    color:#fff;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 65px;
    font-family: myFont4;
}
.index-banner .banner-text h6{
    font-size: 28px;
    color:#fff;
    font-family: myFont1;
}
/* 按钮 */
.index-banner .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background:none;
	border-radius: 50px;
	/* margin-right:20px; */
    border:2px solid #fff;
    margin:0 9px !important;
    opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 20px;
	height: 20px;
	background:none;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50px;
}

.index-banner .swiper-slide img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}



}



@-webkit-keyframes mymove /*Safari and Chrome*/

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}

}

/* 标题 */
.title{
    text-align: center;
    margin-bottom: 40px;
}
.title h1{
    font-size: 36px;
    color:#000;
}
.title img{
    display: inline-block;
    margin:0 0 8px 0;
}
.title p{
    font-size: 17px;
    color:#666666;
}

/* 殡葬服务流程 */
.cont1-list ul li i{
    display: block;
    width: 84px;
    height: 84px;
    background:#999;
    border-radius: 10px;
}
.cont1-list ul li:hover i{
    background:#339933;
}
.cont1-list ul li:hover p{
    color:#339933;
}
.cont1-list ul li p{
    line-height: 42px;
    font-size: 18px;
    text-align: center;
}
.cont1-list ul span.iconfont{
    font-size: 34px;
    color: #e8e8e8;
    display: inline-block;
    padding-top: 17px;
}
.cont1-list .text{
    text-align: center;
    margin-top: 30px;
}
.cont1-list .text h2{
    font-size: 34px;
    color:#339933;
    font-family: myFont4;
}
.cont1-list .text h2 span{
    font-family: myFont4;
    color:#ff7300;
}
.cont1-list .text p{
    font-size: 22px;
    margin-top: 15px;
}
.cont1-list .text p span{
    color:#339933;
    margin:0 25px 0 3px;
    text-decoration: underline;
}

/* 殡仪服务项目 */
.cont-2{
    background:#f6f6f6;
}
.cont-2 .cont2-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px 20px;
}
.cont-2 .cont2-list dl dt{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.cont-2 .cont2-list dl a{
    display: block;
    position: relative;
}
.cont-2 .cont2-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.cont-2 .cont2-list dl dd{
    width: 210px;
    height: 68px;
    background:rgba(51, 153, 51, .75);
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 50%;
    margin-left: -105px;
    text-align: center;
    font-size: 24px;
    color:#fff;
    line-height: 68px;
    transition: .4s;
}
.cont-2 .cont2-list dl:hover dt img{
    transform: scale(1.06);
}
.cont-2 .cont2-list dl:hover dd{
    background:#f26d00;
}

/* 殡仪服务站 */
.cont-3{
    background:#339933;
}
.cont-3 .img{
    width: 922px;
    height: auto;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -460px;
}
.cont-3 .title,
.cont-3 .area{
    position: relative;
    z-index: 2;
}
.cont-3 .title h1,
.cont-3 .title p{
    color:#fff;
}
.cont-3 .text{
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color:#fff;
}

.link-box{
    display: block;
    width: 270px;
    height: 70px;
    margin: 0 auto;
    background: #038603;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    margin-top: 40px;
    transition: .4s;
}
.link-box .iconfont{
    font-size: 25px;
    vertical-align: middle;
    transition: .4s;
}
.link-box:hover{
    background:#f26d00;
}
.link-box:hover .iconfont{
    margin-left: 5px;
}

/* 厅堂展示 */
.cont-3 .title-ev{
    margin:40px 0 20px 0;
    position: relative;
    color:#fff;
    font-size: 30px;
}
.cont-3 .title-ev::after{
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 130px;
}
.cont-3 .index-evir .swiper-slide i{
    display: block;
    height: 225px;
    overflow: hidden;
}
.cont-3 .index-evir .swiper-slide p{
    font-size: 18px;
    text-align: center;
    color:#fff;
    border-bottom: 1px solid #fff;
    padding:15px 0;
}

.cont-4 .cont4-list .left{
    width: 27%;
    height: 560px;
    overflow: hidden;
}
.cont-4 .cont4-list .right{
    width: 72%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px 15px;
}
.cont-4 .cont4-list .right .img{
    height: 272px;
    overflow: hidden;
}

/* 殡葬超市 */
.cont5-list .item .item-title{
    width: 23.5%;
}
.cont5-list .item .item-title img{
    width: 100%;
    height: 320px;
}
.cont5-list .item .item-title p{
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.cont5-list .item .list{
    width: 75%;
}
.cont5-list .item .list dl{
    width: 23.9%;
    border:1px solid #e9e9e9;
}
.cont5-list .item .list dl dt{
    width: 100%;
    height: 230px;
    padding: 15px;
    overflow: hidden;
}
.cont5-list .item .list dl dd{
    padding:0 20px 0 20px;
    text-align: center;
}
.cont5-list .item .list dl dd p{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont5-list .item .list dl dd a{
    font-size: 16px;
    color:#f66f00;
}
.cont5-list .item .list dl dd a:hover{
    text-decoration: underline;
    color:#339933;
}

/* 殡葬信息 */
.cont-6{
    background:#f6f6f6;
}
.cont-6 .cont6-list .left,
.cont-6 .cont6-list .right{
    width: 48.5%;
}
.cont-6 .cont6-list .cont6-title{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    align-items: center;
}
.cont-6 .cont6-list .cont6-title h5{
    font-size: 26px;
    position: relative;
}
.cont-6 .cont6-list .cont6-title a{
    font-size: 18px;
    color:#b0b0b0;
    margin-top: 10px;
}
.cont-6 .cont6-list .cont6-title a:hover{
    color:#f26d00;
}
.cont-6 .cont6-list .cont6-title h5::after{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: none;
    border: 3px solid #ba2a3a;
    position: absolute;
    right: -4px;
    bottom: 2px;
}
.cont-6 .cont6-list .left .list dl{
    margin-top: 25px;
}
.cont-6 .cont6-list .left .list dl dt,
.cont-6 .cont6-list .right .list .top .text h5,
.cont-6 .cont6-list .right .list .bottom dl dt h5{
    font-size: 18px;
    color:#000;
    padding-left: 23px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.cont-6 .cont6-list .left .list dl dt::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: none;
    border: 4px solid #ba2a3a;
    position: absolute;
    top: 6px;
    left: 0;
}
.cont-6 .cont6-list .left .list dl dd,
.cont-6 .cont6-list .right .list .top .text p,
.cont-6 .cont6-list .right .list .bottom dl dd{
    font-size: 15px;
    color:#656565;
    margin-top: 9px;
    line-height: 25px;
}
.cont-6 .cont6-list .right .list .top{
    margin-top: 30px;
    margin-bottom: 20px;
}
.cont-6 .cont6-list .right .list .top .img{
    width: 27%;
    height: 140px;
    overflow: hidden;
}
.cont-6 .cont6-list .right .list .top .text{
    width: 70%;
}
.cont-6 .cont6-list .right .list .top .text h5{
    padding-left: 0;
}
.cont-6 .cont6-list .right .list .top .text .iconfont{
    text-align: right;
    width: 100%;
    transition: .4s;
    display: inline-block;
}
.cont-6 .cont6-list .right .list .top .text:hover .iconfont{
    color:#f26d00;
}
.cont-6 .cont6-list .right .list .bottom dl{
    background: #fff;
    padding:20px;
    margin-top: 15px;
}
.cont-6 .cont6-list .right .list .bottom dl dt h5{
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 18px;
    width: 85%;
}
.cont-6 .cont6-list .right .list .bottom dl dt h5::before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#ba2a3a;
    position: absolute;
    left: 0;
    top: 10px;
}
.cont-6 .cont6-list .right .list .bottom dl dt .iconfont{
    color:#ba2a3a;
}
.cont-6 .cont6-list .right .list .bottom dl:hover{
    background:#f76f00;
    transition: .4s;
}
.cont-6 .cont6-list .right .list .bottom dl:hover dt h5,
.cont-6 .cont6-list .right .list .bottom dl:hover dt .iconfont,
.cont-6 .cont6-list .right .list .bottom dl:hover dd{
    color:#fff;
}
.cont-6 .cont6-list .right .list .bottom dl:hover dt h5::before{
    background:#fff;
}
.cont-6 .cont6-list .left .list dl:hover dt,
.cont-6 .cont6-list .left .list dl:hover dd,
.cont-6 .cont6-list .right .list .top:hover .text h5{
    color:#f76f00;
    transition: .4s;
}
.cont-6 .cont6-list .left .list dl:hover dt::before{
    border:4px solid #f76f00;
}

/* 地图 */
.map-content .address_map{
    width: 100%;
    height: 500px;
}

/* 当前位置 */
.location-box{
    padding: 20px 0;
    font-size: 15px;
    color: #999;
    border-bottom: 1px solid #e0e0e0;
}
.location-box .iconfont{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

/* banner */
.column-banner,
.column-banner img{
    width: 100%;
    height: auto;
}

/* 栏目关于我们 */
.introduce-box,
.introduce-box .left .text{
    font-size: 16px;
    color:#333;
    line-height: 35px;
    padding:35px 0 60px 0;
}
.introduce-box .left .text img,
.introduce-box img{
    max-width: 75%;
    display: inline-block;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.introduce-box .left .date{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color:#666;
    font-size: 15px;
}
.introduce-box .left .date p:first-child{
    margin-right: 10px;
}

/* 图片列表 */
.product-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px 30px;
    padding: 35px 0 60px 0;
}
.product-box dl{
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 10px #eee;
}
.product-box dl dt{
    width: 100%;
    height: 250px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}
.product-box dl dd{
    background: #fff;
    padding: 15px 0;
    text-align: center;
    color:#333;
    font-size: 17px;
}
.product-box dl:hover dd{
    background:#339933;
    color:#fff;
}

/* 详情 */
.introduce-box .left{
    width: 73%;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 30px;
}
.introduce-box .right{
    width: 25%;
}
.introduce-box .left h5{
    font-size: 25px;
    color:#333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.introduce-box .right .top{
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e3e3e3;
}
.introduce-box .right .top h5{
    padding: 12px 20px 10px 35px;
    font-size: 18px;
    font-family: 'myFont4';
    border-bottom: 1px solid #eee;
    position: relative;
}
.introduce-box .right .top h5::before{
    position: absolute;
    top: 22px;
    left: 20px;
    display: block;
    width: 4px;
    height: 16px;
    background-color: #038603;
    content: '';
}
.introduce-box .right .top ul li a{
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color:#333;
    padding: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.introduce-box .right .top ul li a .iconfont{
    font-size: 12px;
    margin-right: 5px;
}
.introduce-box .right .top ul li a:hover,
.introduce-box .right .top ul li a:hover .iconfont{
    color:#038603;
}
.introduce-box .right .top ul{
    padding: 12px 20px;
}
.introduce-box .right .top ul li:last-child a{
    border-bottom: 0;
}

/* 上下篇 */
.news-fh{
    margin: 20px 0 20px 0;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}
.news-fh li{
    font-size: 15px;
}
.news-fh li a:hover{
    color:#038603;
    text-decoration: underline;
}


/*分页*/
.pages-box {
    padding-bottom: 60px;
    margin-top: 20px;
}
.pages-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.pages-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.pages-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #038603;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

/* 殡葬用品 */
.location-box .type-list{
    display: flex;
    justify-content: flex-end;
}
.location-box .type-list a{
    font-size: 18px;
    color:#333;
    margin-right: 60px;
    position: relative;
}
.location-box .type-list a:last-child{
    margin-right: 0;
}
.location-box .type-list a.active,
.location-box .type-list a:hover{
    color:#038603;
}
.location-box .type-list a::before{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#038603;
    position: absolute;
    bottom: -22px;
    left: 0;
    transition: .4s;
}
.location-box .type-list a:hover::before,
.location-box .type-list a.active::before{
    width: 100%;
}
.column-container{
    background: #F5F5F5;
}

/* 公墓信息 */
.gmxx-box dl{
    overflow: hidden;
    background: #fff;
    padding: 15px;
    border: 1px solid #e3e3e3;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.gmxx-box dl dt{
    display: flex;
    width: 72%;
    justify-content: space-between;
}
.gmxx-box dl dt .img{
    width: 30%;
    height: 130px;
    overflow: hidden;
}
.gmxx-box dl dt .img img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    margin: 0;
}
.gmxx-box dl dt .des{
    width: 66%;
}
.gmxx-box dl dt .des h2{
    overflow: hidden;
    margin-bottom: 8px;
    height: 36px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 36px;
    font-family: myFont4;
}
.gmxx-box dl dt .des h6{
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 32px;
}
.gmxx-box dl dt .des h6 .iconfont,
.gmxx-box dl dt .des p .iconfont{
    font-size: 18px;
    color: #038603;
    margin-right: 5px;
    vertical-align: middle;
}
.gmxx-box dl dt .des p{
    font-size: 15px;
    color:#666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gmxx-box dl dd{
    width: 21%;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.gmxx-box dl dd a:first-child{
    background-color: #038603;
}
.gmxx-box dl dd a{
    display: block;
    margin-top: 14px;
    width: 100%;
    height: 41px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 41px;
    transition: .4s;
}
.gmxx-box dl dd a .iconfont{
    font-size: 20px;
    vertical-align: middle;
}
.gmxx-box dl dd a:last-child:hover{
    background: #ff7300;
}
.gmxx-box dl dd a:first-child .iconfont{
    margin-right: 5px;
}
.gmxx-box dl dd a:last-child .iconfont{
    margin-left: 5px;
}

/* 殡葬百科 */
.bzbk-box dl{
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 20px;
    transition: .4s;
}
.bzbk-box dl dt{
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color:#333;
}
.bzbk-box dl dd h3{
    font-size: 15px;
    line-height: 27px;
    color:#333;
}
.bzbk-box dl dd p{
    border: 1px solid #e3e3e3;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-top: 15px;
    color:#666;
    transition: .4s;
}
.bzbk-box dl:hover{
    box-shadow: 1px 1px 10px #eee;
}
.bzbk-box dl:hover dd p{
    background:#038603;
    color:#fff;
}

/* 联系我们 */
.contact-box{
    padding: 50px 0 80px 0;
}
.contact-box .contact-list{
    width: 40%;
}
.contact-box .contact-list .c-title{
    margin-bottom: 30px;
}
.contact-box .contact-list .c-title h5{
    font-size: 66px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #dcdcdc, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: myFont2;
}
.contact-box .contact-list .c-title p{
    font-size: 36px;
    color: #000;
    font-family: myFont4;
    line-height: 22px;
    margin-top: -37px;
}
.contact-box .contact-list .contact-item dl{
    padding:25px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
}
.contact-box .contact-list .contact-item dl dt{
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #cccccc;
}
.contact-box .contact-list .contact-item dl dt .iconfont{
    font-size:25px;
    color:#222;
}
.contact-box .contact-list .contact-item dl dd{
    margin-left: 30px;
}
.contact-box .contact-list .contact-item dl dd em{
    font-size: 16px;
    color: #999999;
    margin-bottom: 4px;
    display: block;
}
.contact-box .contact-list .contact-item dl dd p{
    font-size: 18px;
    font-family: myFont4;
    color:#222;
}

.contact-box .contact-map{
    width: 54%;
    height: 500px;
    margin-top: 50px;
}

.envirment-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    margin-top: 20px;
}
.envirment-box li{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.envirment-box li img{
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin:0 !important;
}