@charset "utf-8";

/* main slide wrap */
.main_slide_wrap {
	width: 100%;
	overflow: hidden;
}
.main_slide_wrap .swiper-slide img {
	width: 100%;
}

/* cert info wrap */
.cert_info_wrap {
	background-image: url('/resources/images/main/img_cert_bg_1.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 78px 0;
	box-sizing: border-box;
}
.cert_info_wrap .section_title_wrap {
	margin-bottom: 100px;
}
.cert_info_wrap .cert_list_wrap {
	display: flex;
	width: 972px;
	margin: 0 auto;
}
.cert_info_wrap .cert_list_wrap .cert {
	padding: 18px;
	box-sizing: border-box;
	background-color: #f5c452;
	margin-right: 14px;
}
.cert_info_wrap .cert_list_wrap .cert:nth-last-child(1) {
	margin-right: 0;
}
.cert_info_wrap .cert_list_wrap .cert img {
	margin-bottom: 38px;
}
.cert_info_wrap .cert_list_wrap .cert .cert-title {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

/* councel wrap */
.councel_wrap {
	background-image: url('/resources/images/main/img_main_bg1.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 78px 0;
	box-sizing: border-box;
}
.councel_wrap .content_wrap {
	margin: 0 auto;
	width: 1210px;
	height: 850px;
}
.councel_wrap .content_wrap .councel_info,
.councel_wrap .content_wrap .councel_detail {
	display: inline-flex;
	vertical-align: middle;
}
.councel_wrap .content_wrap .councel_info {
	width: 350px;
	height: 330px;
	margin: 405px 75px 0 0;
	padding: 52px 38px;
	border: 2px solid #ffb127;
	border-radius: 25px;
	box-sizing: border-box;
	position: relative;
	bottom:200px;
}
.councel_wrap .content_wrap .councel_info .head_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 30px;
	color: #fff;
}
.councel_wrap .content_wrap .councel_info .desc {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}
.councel_wrap .content_wrap .councel_detail {
	width: 780px;
	height: 330px;
}
.councel_wrap .content_wrap .councel_detail .info_wrap {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	height: 330px;
	margin-left: 75px;
	margin-bottom: 75px;
	cursor:pointer;

}
.councel_wrap .content_wrap .councel_detail .info_wrap:nth-child(2n) {
	margin-right: 0;
}
.councel_wrap .content_wrap .councel_detail .info_txt {
	height: 110px;
	background-color: #fff;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 26px;
	line-height: 110px;
	font-weight: bold;
	text-align: center;
}
.councel_wrap .contact_btn {
	display: block;
	width: 450px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	position:relative;
	bottom:80px;
}
.councel_wrap .contact_btn:hover {
	background-color: #ffb127;
	border: 2px solid #ffb127;
}
/* funeral-story-wrap */

.funeral-story-wrap{
	padding: 78px 0 0 0;
	box-sizing: border-box;
	background-color: #2b3b5f;
}
.funeral-story-wrap .content_wrap {
	margin: 0 auto;
	width: 1210px;
	height: 70px;
}
.funeral-story-wrap .content_wrap h3{
	color:#fff;
	margin-bottom: 18px;
	font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.slide-box{
	width: 1400px;
    margin: 0 auto;
    background-color: #1c2842;
    height: 467px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 2% 3%;
    margin-bottom: 100px;
}
.slide-box .swiper-container2{
}
.slide-box .swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.slide-box .swiper-slide img{
	width: 340px;
	cursor: pointer;
}
.slide-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e6a32a;
}
.slide-box .swiper-button-next{
	right:20px !important;
}
.slide-box .swiper-button-prev{
	left:20px !important;
}

/* online funeral list wrap */
.online_funeral_list_wrap {
	background-color: #e8ebf0;
	padding: 80px 0;
	box-sizing: border-box;
}
.online_funeral_list_wrap .section_title_wrap {
	margin-bottom: 60px;
}
.online_funeral_list_wrap .section_title_wrap h3 {
	margin-bottom: 18px;
}
.online_funeral_list_wrap .list_wrap {
	width: 1075px;
	margin: 0 auto 40px;
}
.online_funeral_list_wrap .list_wrap .none_content {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 50px 0;
	box-sizing: border-box;
}
.online_funeral_list_wrap .list_wrap .online_funeral_wrap {
	position: relative;
	width: 246px;
	height: 380px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 30px 0;
}
.online_funeral_list_wrap .list_wrap .online_funeral_wrap:nth-child(4n) {
	margin-right: 0;
}
.online_funeral_list_wrap .list_wrap .online_funeral_wrap .corner-ribbon {
  width: 100px;
  height: 25px;
  background-color: #1c2842;
  position: absolute;
  top: 15px;
  left: -25px;
  line-height: 50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.online_funeral_list_wrap .list_wrap .online_funeral_wrap .corner-ribbon.top-left {
  top: 15px;
  left: -25px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.online_funeral_list_wrap .list_wrap .online_funeral_wrap .corner-ribbon.top-right {
  top: 15px;
  right: -25px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.online_funeral_list_wrap .list_wrap .funeral_info {
	padding: 28px 35px 5px;
	box-sizing: border-box;
}
.online_funeral_list_wrap .list_wrap .funeral_info .name_wrap {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
	margin-bottom: 30px;
}
.online_funeral_list_wrap .list_wrap .funeral_info .info_wrap {
	font-size: 16px;
	line-height: 16px;
}
.online_funeral_list_wrap .list_wrap .funeral_info .info_wrap .label {
	font-weight: bold;
	margin-bottom: 8px;
}
.online_funeral_list_wrap .list_wrap .funeral_info .info_wrap .info_txt {
	margin-bottom: 15px;
	line-height: 23px;
}
.online_funeral_list_wrap .list_wrap .funeral_info a {
	display: block;
	width: 150px;
	height: 35px;
	border: 1px solid #1c2842;
	color: #1c2842;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	margin: 30px auto 0;
	line-height: 35px;
	border-radius: 35px;
}
.online_funeral_list_wrap .list_wrap .funeral_info a:hover {
	background-color: #ffb127;
	border: 2px solid #ffb127;
	color: #fff;
}
.online_funeral_list_wrap .list_wrap .funeral_info .info_wrap:nth-last-child(1) .info_txt {
	margin-bottom: 0;
}
.online_funeral_list_wrap .more_btn {
	display: block;
	width: 450px;
	height: 50px;
	border: 2px solid #1c2842;
	border-radius: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #1c2842;
	text-align: center;
	margin: 0 auto;
}
.online_funeral_list_wrap .more_btn:hover {
	background-color: #ffb127;
	border: 2px solid #ffb127;
	color: #fff;
}

/* recommend service wrap */
.recom_service_wrap {
	background-color: #1c2842;
	padding: 80px 0;
	box-sizing: border-box;
}
.recom_service_wrap .section_title_wrap h3 {
	color: #fff;
	margin-bottom: 65px;
}
.recom_service_wrap .service_info_wrap {
	width: 920px;
	margin: 0 auto;
}
.recom_service_wrap .service_info_wrap .service_info {
	display: inline-block;
	vertical-align: top;
	width: 418px;
	margin-right: 42px;
}
.recom_service_wrap .service_info_wrap .service_info:nth-child(3) {
	margin-right: 0;
}
.recom_service_wrap .service_info_wrap .service_info .info_title {
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	margin: 30px 0 25px;
	color: #fff;
}
.recom_service_wrap .service_info_wrap .service_info .desc {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 24px;
	color: #fff;
}
.recom_service_wrap .service_info_wrap .service_info .view_btn {
	font-size: 25px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 38px;
	padding: 5px 25px;
	box-sizing: border-box;
}
.recom_service_wrap .service_info_wrap .service_info .view_btn:hover {
	background-color: #ffb127;
	border: 2px solid #ffb127;
}