@charset "utf-8";
/* CSS Document */

/* banner */
.ibanner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ibanner .bd {
	position: relative;
	height: auto;
	z-index: 0;
}
.ibanner .bd ul {
	display: block;
}
.ibanner .bd ul li {
	display: block;
}
.ibanner .bd ul li a {
	display: block;
	width: 100%;
	height: 600px;
	background-size: cover !important;
}
.ibanner .hd {
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 6px;
}
.ibanner .hd::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.ibanner .hd ul {
	display: block;
	height: 24px;
	text-align: center;
}
.ibanner .hd ul li {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
	vertical-align: top;
	cursor: pointer;
}
.ibanner .hd ul li i {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
}
.ibanner .hd ul li.on {
	border-color: #c08f20;
}
.ibanner .hd ul li.on i {
	background: #c08f20;
}
/*主体样式*/
.ibox {
	overflow: hidden;
}
.ibox p{ font-size:16px;  padding:10px 10px; color:#212529;line-height: 30px;}
.ibox .con {
	overflow: hidden;
	position: relative;
}
.ibox h2 {

	display: block;
	line-height: 54px;
	color: #35ac39;
	font-size: 36px;
	text-align: center;
	padding: 20px 0;
	

}
.ibox h2 span {
	display: block;
	line-height: 34px;
	color: #999;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.ibox a.more {
	display: block;
	width: 226px;
	height: 48px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #249857;
	border-radius: 24px;
	margin: 56px auto 60px;
}
.ibox a.more:hover {
	background: #cea964;
}
.box1 {
	position: relative;
}
.box1 ul {
	display: block;
	overflow: hidden;
	padding: 0 20px;
	margin: -20px 0 0;
}
.box1 ul li {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 36px 0 0;
}
.box1 ul li a.pic {
	display: block;
	position: relative;
	float: left;
}
.box1 ul li a.pic img {
	display: block;
	width: 262px;
	height: 174px;
}
.box1 ul li a.pic em {
	display: block;
	height: 32px;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 16px 0 10px;
	background-color: #fb1010;
	background-image: linear-gradient(to right, #fb1010, #ed4e4e);
	border-radius: 0 16px 16px 0;
	position: absolute;
	left: 0;
	top: 16px;
	box-shadow: 0 4px 10px 5px rgba(0,0,0,0.1);
}
.box1 ul li .box {
	padding: 0 24px;
	border: 1px solid #ddd;
	border-left: 0;
	overflow: hidden;
}
.box1 ul li .box a {
	display: block;
	height: 52px;
	line-height: 54px;
	color: #333;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 6px 0 0;
}
.box1 ul li .box span.rz {
	display: block;
	height: 26px;
	line-height: 28px;
	color: #c08f20;
	font-size: 16px;
	background: #f4efd7;
	padding: 0 10px 0 0;
	border-radius: 13px;
	float: right;
	cursor: pointer;
	position: relative;
	margin: 19px -10px 0 0;
}
.box1 ul li .box span.rz img {
	display: block;
	font-size: 26px;
	float: left;
	margin: 0 6px 0 0;
}
.box1 ul li .box p {
	display: block;
	height: 48px;
	line-height: 50px;
	color: #999;
	font-size: 22px;
}
.box1 ul li .box p font {
	color: #333;
	margin-left: 32px;
}
.box1 ul li .box span.price {
	display: block;
	height: 52px;
	line-height: 54px;
	color: #999;
	font-size: 20px;
	font-family: Arial;
	overflow: hidden;
	margin: 0 0 14px;
}
.box1 ul li .box span.price i {
	color: #c08f20;
	font-size: 32px;
	padding: 0 6px 0 2px;
}
.box1 ul li:hover .box {
	border-color: #cea964;
}
.box1 ul li .box a:hover {
	color: #c08f20;
}
.box2 {
	background: #e9f5ee;

	
}
.box2 ul.tab {
	display: block;
	background: #fff;
	
	border: 1px solid #249857;
	position: relative;
	z-index: 3;
	margin: 0 auto;
}
.box2 ul.tab li {
	display: block;
	width: 50%;
	padding: 24px 0;
	cursor: pointer;
	position: relative;
	float: left;
}
.box2 ul.tab li em {
	display: block;
	height: 36px;
	line-height: 38px;
	color: #333;
	font-size: 28px;
	text-align: center;
}
.box2 ul.tab li.cur {
	color: #a6f7c8;
	background: #249857;
}
.box2 ul.tab li.cur em {
	color: #fff;
}
.box2 .tbox {
	text-align:center;
	display: none;
}
.box2 .tbox ul {
	display: block;

	margin: 0 -10px;
}
.box2 .tbox ul li {
	display: block;
	width: 50%;
	padding: 20px 10px 0;

	position: relative;
	box-sizing: border-box;
	float: left;
}
.box2 .tbox ul li a.pic {
	display: block;
	position: relative;
	
}
.box2 .tbox ul li a.pic img {
	display: block;
	width: 100%;
	height: 192px;
}
.box2 .tbox ul li a.pic em {
	display: block;
	height: 32px;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 16px 0 10px;
	background-color: #fb1010;
	background-image: linear-gradient(to right, #fb1010, #ed4e4e);
	border-radius: 0 16px 16px 0;
	position: absolute;
	left: 0;
	top: 16px;
	box-shadow: 0 4px 10px 5px rgba(0,0,0,0.1);
}
.box2 .tbox ul li .box {
	background: #fff;
	padding: 8px 16px 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.box2 .tbox ul li .box a {
	display: block;
	height: 42px;
	line-height: 44px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box2 .tbox ul li .box p {
	display: block;
	height: 40px;
	line-height: 42px;
	color: #999;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box2 .tbox ul li .box span.rz {
	display: block;
	height: 26px;
	line-height: 28px;
	color: #c08f20;
	font-size: 16px;
	background: #f4efd7;
	padding: 0 10px 0 0;
	border-radius: 13px;
	float: right;
	cursor: pointer;
	position: relative;
	margin: 7px 0 0;
}
.box2 .tbox ul li .box span.rz img {
	display: block;
	font-size: 26px;
	float: left;
	margin: 0 6px 0 0;
}
.box2 .tbox ul li .box span.price {
	display: block;
	height: 52px;
	line-height: 54px;
	color: #999;
	font-size: 20px;
	font-family: Arial;
	overflow: hidden;
}
.box2 .tbox ul li .box span.price i {
	color: #c08f20;
	font-size: 32px;
	padding: 0 6px 0 2px;
}
.box2 .tbox ul li:hover .box {
	border-color: #cea964;
}
.box2 .tbox ul li .box a:hover {
	color: #c08f20;
}
.liucheng {
	background: #e9f5ee;
	overflow: hidden;
	margin: 62px 0 0;
	position: relative;
}
.liucheng:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #249857;
	box-sizing: border-box;
	border: 1px  #ddd;
	position: absolute;
	left: 0;
	top: 0;
	margin: 169.5px 0 0;
	z-index: 1;
}
.liucheng h2 {
	display: block;
	line-height: 130px;
	color: #333;
	font-size: 36px;
	text-align: center;
}
.liucheng .attr {
	overflow-x: auto;
}
.liucheng ul {
	display: table;
	border-collapse: separate;
	border-spacing: 0 0;
}
.liucheng ul li {
	display: table-cell;
	text-align: center;
	position: relative;
	z-index: 3;
}
.liucheng ul li img {
	display: block;
	margin: 0 auto;
}
.liucheng ul li em {
	display: block;
	width: 216px;
	line-height: 36px;
	color: #333;
	font-size: 22px;
	padding: 20px 0 0;
}
.liucheng ul li span {
	display: block;
	width: 216px;
	line-height: 32px;
	color: #999;
	font-size: 20px;
	padding: 3px 0;
}
.liucheng a.tel {
	display: block;
	width: 324px;
	height: 48px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #249857;
	border-radius: 24px;
	margin: 30px auto 40px;
}
.box3 ul.mux {
	display: block;
	overflow: hidden;
	margin: -12px 12px 0;
}
.box3 ul.mux li {
	display: block;
	width: 33.33%;
	padding: 16px 8px 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	float: left;
}
.box3 ul.mux li a.pic {
	display: block;
	position: relative;
	overflow: hidden;
}
.box3 ul.mux li a.pic img {
	display: block;
	width: 100%;
	height: 189px;
}
.box3 ul.mux li a.pic em {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 22px;
	background-color: #fb1010;
	background-image: linear-gradient(to right, #fb1010, #ed4e4e);
	border-radius: 0 15px 15px 0;
	position: absolute;
	left: 0;
	top: 14px;
	box-shadow: 0 4px 10px 5px rgba(0,0,0,0.1);
}
.box3 ul.mux li a.pic i {
	display: block;
	width: 36px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 3px;
	background: rgba(0,0,0,0.6);
	padding: 5px 5px 5px 9px;
	position: absolute;
	right: 0;
	top: 0;
}
.box3 ul.mux li .box {
	text-align: center;
	padding: 14px 16px 10px;
	border: 1px solid #ddd;
	border-top: 0;
	overflow: hidden;
}
.box3 ul.mux li .box a {
	display: block;
	height: 56px;
	line-height: 28px;
	color: #333;
	font-size: 22px;
	overflow: hidden;
}
.box3 ul.mux li .box p {
	display: block;
	line-height: 36px;
	color: #999;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 4px 0 0;
}
.box3 ul.mux li .box span.price {
	display: block;
	height: 40px;
	line-height: 42px;
	color: #999;
	font-size: 20px;
	font-family: Arial;
	overflow: hidden;
}
.box3 ul.mux li .box span.price i {
	color: #c08f20;
	font-size: 30px;
	padding: 0 4px 0 2px;
}
.box3 ul.mux li:hover .box {
	border-color: #cea964;
}
.box3 ul.mux li .box a:hover {
	color: #c08f20;
}
.box4 {
	border-bottom: 12px solid #efefef;
}
.box4 .taocan {
	background: url(../images/bg4.jpg) center top no-repeat;
	padding: 0 0 60px;
}
.taocan h2 {
	color: #fff;
}
.taocan h2 span {
	color: #c3c3c3;
}
.taocan ul.tab {
	display: block;
	overflow: hidden;
	padding: 0 8px;
}
.taocan ul.tab li {
	display: block;
	width: 25%;
	float: left;
}
.taocan ul.tab li a {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 24px;
	text-align: center;
	background: #cea964;
	padding: 20px 0 18px;
	border-radius: 5px;
	margin: 0 6px;
}
.taocan ul.tab li a span {
	display: block;
	color: #f33434;
}
.taocan a.bzyp {
	display: block;
	font-weight: 600;
	background: #eee4da;
	overflow: hidden;
	border-radius: 10px;
	margin: 36px 14px 0;
}
.taocan a.bzyp img {
	display: block;
	float: left;
	margin-right: 26px;
}
.taocan a.bzyp span {
	display: block;
	line-height: 50px;
	color: #7c573d;
	font-size: 28px;
	overflow: hidden;
	margin: 16px 0 0;
}
.taocan a.bzyp p {
	display: block;
	line-height: 42px;
	color: #666;
	font-size: 22px;
	overflow: hidden;
}
.box4 .comment {
	overflow: hidden;
	margin: 0 20px;
}
.comment h3 {
	display: block;
	line-height: 58px;
	color: #249857;
	font-size: 20px;
	background: #e9f5ee url(../images/comment.png) 18px center no-repeat;
	padding: 0 18px 0 60px;
}
.comment h3 a {
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	float: right;
}
.comment h3 a:hover {
	color: #249857;
}
.comment .slider {
	overflow-x: auto;
	position: relative;
	margin: 0 -30px;
}
.comment .slider ul {
	display: table;
	border-collapse: separate;
	border-spacing: 30px 0;
}
.comment .slider ul li {
	display: table-cell;
	background: #f4f9f6;
	padding: 0 18px;
	border: 1px solid #d9e9e0;
	position: relative;
	margin: 0 15px;
}
.comment .slider ul li h4 {
	display: block;
	width: 416px;
	height: 56px;
	line-height: 58px;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	padding: 16px 0 6px;
	overflow: hidden;
}
.comment .slider ul li h4 img {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.comment .slider ul li h4 i {
	display: inline-block;
	width: 108px;
	height: 32px;
	line-height: 34px;
	color: #f4f9f6;
	text-align: center;
	border: 1px solid #f4f9f6;
	border-radius: 3px;
	margin: 11px 0 0 10px;
	vertical-align: top;
}
.comment .slider ul li h4 i.yg {
	color: #249857;
	border-color: #249857;
}
.comment .slider ul li h4 i.sk {
	color: #b6831e;
	border-color: #b6831e;
}
.comment .slider ul li h4 span {
	color: #999;
	font-size: 20px;
	margin-left: 10px;
}
.comment .slider ul li em {
	display: block;
	line-height: 64px;
	color: #333;
	font-size: 24px;
}
.comment .slider ul li .txt {
	line-height: 30px;
	color: #999;
	font-size: 20px;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.comment .slider ul li p {
	display: block;
	overflow: hidden;
	padding: 20px 0 24px;
	margin: 0 -4px;
}
.comment .slider ul li p img {
	display: block;
	width: 98px;
	height: 66px;
	border-radius: 5px;
	margin: 0 4px;
	float: left;
}
.box5 ul.tab {
	display: block;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 0 0 0 -1px;
}
.box5 ul.tab li {
	display: block;
	width: 33.33%;
	height: 60px;
	line-height: 62px;
	color: #333;
	font-size: 24px;
	text-align: center;
	background: #e9f5ee;
	border-left: 1px solid #fff;
	cursor: pointer;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.box5 ul.tab li.cur {
	color: #fff;
	background: #249857;
}
.box5 dl {
	display: none;
	overflow: hidden;
	padding: 24px 0 0;
}
.box5 dl dt {
	display: block;
	overflow: hidden;
	margin: -20px 0 0;
}
.box5 dl dd {
	display: block;
	overflow: hidden;
	padding: 0 20px;
}
.box5 dl dd em {
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #249857;
	border-radius: 50%;
	float: left;
	margin: 24px 16px 0 0;
}
.box5 dl dd a {
	display: block;
	line-height: 58px;
	color: #333;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box5 dl dd a:hover {
	color: #249857;
}
.box5 dl dd span {
	display: block;
	line-height: 58px;
	color: #999;
	font-size: 22px;
	float: right;
	margin-left: 36px;
}
/*殡葬服务*/
.lc .con {
	overflow-x: auto;
	margin: 0 -10px 50px;
}
.lc ul {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
}
.lc ul li {
	display: table-cell;
	text-align: center;
}
.lc ul li img {
	display: block;
	height: 70px;
	margin: 0 auto;
}
.lc ul li span {
	display: block;
	width: 132px;
	line-height: 66px;
	color: #333;
	font-size: 24px;
	text-align: center;
}
.tc {
	background: url(../images/bg4.jpg) center top no-repeat;
	background-size: cover;
	padding: 0 0 72px;
}
.tc h2 {
	color: #fff;
}
.tc h2 span {
	color: #c3c3c3;
}
.tc .con {
	padding: 0 20px;
}
.tc ul.tab {
	display: block;
	width: 134px;
	overflow: hidden;
	background: #f4efd7;
	padding: 0 10px 20px;
	border-radius: 5px 0 0 5px;
	float: left;
}
.tc ul.tab li {
	display: block;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	padding: 11px 0 9px;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 0 0;
}
.tc ul.tab li.cur {
	color: #fff;
	background: #cea964;
}
.tc .tbox {
	overflow: hidden;
	background: #fff url(../images/tab_bg.png) right bottom no-repeat;
	border-radius: 0 5px 5px 5px;
}
.tc .tbox ul {
	display: none;
	overflow: hidden;
	padding: 14px 20px 78px;
}
.tc .tbox ul li {
	display: block;
	height: 42px;
	line-height: 44px;
	color: #666;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tc .tbox ul li i {
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #249857;
	border-radius: 50%;
	float: left;
	margin: 16px 14px 0 0;
}
.tc .tbox ul li b {
	color: #333;
}
.case {
	padding: 0 0 50px;
}
.case .con {
	overflow-x: auto;
	margin: 0 -4px;
}
.case ul {
	display: table;
	border-collapse: separate;
	border-spacing: 24px 0;
}
.case ul li {
	display: table-cell;
}
.case ul li img {
	display: block;
	width: 270px;
	height: 192px;
}
.case ul li em {
	display: block;
	width: 270px;
	line-height: 68px;
	color: #333;
	font-size: 24px;
	text-align: center;
}
.case a.more {
	width: 332px;
	margin: 32px auto 0;
}
.tb {
	overflow: hidden;
}
.tb a.bzyp {
	display: block;
	font-weight: 600;
	background: #eee4da;
	padding: 11px 0;
	overflow: hidden;
}
.tb a.bzyp img {
	display: block;
	float: left;
	margin-right: 26px;
}
.tb a.bzyp span {
	display: block;
	line-height: 50px;
	color: #7c573d;
	font-size: 28px;
	overflow: hidden;
	margin: 16px 0 0;
}
.tb a.bzyp p {
	display: block;
	line-height: 42px;
	color: #666;
	font-size: 22px;
	overflow: hidden;
}
.binyi ul {
	display: block;
	overflow: hidden;
	margin: 0 10px -16px;
}
.binyi ul li {
	display: block;
	width: 50%;
	padding: 0 10px 20px;
	box-sizing: border-box;
	float: left;
}
.binyi ul li a.pic {
	display: block;
	overflow: hidden;
}
.binyi ul li a.pic img {
	display: block;
	width: 100%;
	height: 196px;
}
.binyi ul li p {
	display: block;
	overflow: hidden;
	padding: 14px 0;
	border: 1px solid #ddd;
	border-top: 0;
}
.binyi ul li:hover p {
	border-color: #cea964;
}
.binyi ul li p a {
	display: block;
	height: 40px;
	line-height: 42px;
	color: #333;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.binyi ul li p a:hover {
	color: #c08f20;
}
.binyi ul li p span {
	display: block;
	height: 36px;
	line-height: 38px;
	color: #999;
	font-size: 22px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.binyi ul li p span img {
	display: inline-block;
	height: 22px;
	margin: 8px 10px 0 0;
	vertical-align: top;
}
.binyi a.more {
	width: 190px;
	margin: 46px auto 48px;
}
.tese {
	padding: 0 0 54px;
	background: url(../images/tb_line.png) repeat-x;
}
.tese .con {
	overflow-x: auto;
	margin: 0 -4px;
}
.tese ul {
	display: table;
	border-collapse: separate;
}
.tese ul li {
	display: table-cell;
}
.tese ul li img {
	display: block;
	margin: 0 auto;
}
.tese ul li em {
	display: block;
	width: 150px;
	line-height: 34px;
	color: #249857;
	font-size: 22px;
	text-align: center;
	padding: 10px 0 0;
}
.tese ul li span {
	display: block;
	width: 110px;
	line-height: 26px;
	color: #999;
	font-size: 20px;
	text-align: center;
	padding: 0 20px 10px;
}
/*关于我们*/
.todo {
	padding: 10px 0 0;
}
.todo .txt {
	display: block;
	line-height: 48px;
	color: #444;
	font-size: 24px;
	padding: 0 20px 24px;
}
.todo .txt * {
	display: block;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
}
.srv h2 {
	color: #249857;
}
.srv ul {
	display: block;
	overflow: hidden;
	padding: 10px;
}
.srv ul li {
	display: block;
	width: 50%;
	text-align: center;
	padding: 0 0 20px;
	float: left;
}
.srv ul li a {
	display: block;
	background: #e9f5ee;
	padding: 10px 0 24px;
	position: relative;
	margin: 0 10px;
}
.srv ul li a span {
	display: block;
	line-height: 76px;
	color: #249857;
	font-size: 24px;
}
.srv ul li a font {
	color: #c21824;
	font-size: 22px;
}
.srv ul li a i {
	display: block;
	width: 52px;
	height: 2px;
	background: #c9e8d0;
	margin: 0 auto;
}
.srv ul li a .txt {
	display: block;
	height: 180px;
	line-height: 36px;
	color: #666;
	font-size: 22px;
	padding: 26px 20px 0;
	margin: 0 0 20px;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.srv ul li a img {
	display: block;
	margin: 0 auto;
}
.srv ul li a em {
	display: block;
	line-height: 44px;
	color: #333;
	font-size: 16px;
}
.why .con {
	overflow-x: auto;
	margin: 10px -10px;
}
.why ul {
	display: table;
	border-collapse: separate;
	border-spacing: 28px 0;
}
.why ul li {
	display: table-cell;
	text-align: center;
}
.why ul li b.t {
	display: block;
	height: 34px;
	background: url(../images/why_top.png) no-repeat;
}
.why ul li b.b {
	display: block;
	height: 34px;
	background: url(../images/why_bottom.png) no-repeat;
	margin: 0 0 10px;
}
.why ul li a {
	display: block;
	width: 280px;
	position: relative;
}
.why ul li a span {
	display: block;
	height: 72px;
	line-height: 72px;
	color: #f1f1f1;
	font-size: 22px;
	background: #c79b33;
	padding: 24px 0 0;
	border-top-right-radius: 100px 70px;
}
.why ul li a font {
	font-size: 56px;
	position: relative;
	margin-right: 6px;
}
.why ul li a i {
	height: 1em;
	line-height: 1em;
	font-size: 30px;
	position: absolute;
	right: -28px;
	top: 0;
}
.why ul li a em {
	display: block;
	line-height: 48px;
	color: #f1f1f1;
	font-size: 22px;
	padding: 0 0 24px;
	background: #c79b33;
}
.why ul li a .txt {
	display: block;
	height: 256px;
	line-height: 32px;
	color: #666;
	font-size: 20px;
	background: #f1f1f1;
	padding: 20px 20px 0;
	border-bottom: 38px solid #f1f1f1;
	border-bottom-right-radius: 100px 70px;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
.honor .con {
	overflow-x: auto;
	margin: 0 -10px;
}
.honor ul {
	display: table;
	border-collapse: separate;
	border-spacing: 30px 0;
}
.honor ul li {
	display: table-cell;
}
.honor ul li img {
	display: block;
	width: 220px;
	height: 166px;
	margin: 0 auto;
}
.honor ul li em {
	display: block;
	width: 240px;
	line-height: 68px;
	color: #333;
	font-size: 24px;
	text-align: center;
}
.std {
	padding: 0 0 30px;
}
.std .con {
	overflow-x: auto;
	margin: 0 -4px;
}
.std ul {
	display: table;
	border-collapse: separate;
	border-spacing: 24px 0;
}
.std ul li {
	display: table-cell;
}
.std ul li img {
	display: block;
	width: 276px;
	height: 196px;
}
.std ul li em {
	display: block;
	width: 276px;
	line-height: 38px;
	color: #333;
	font-size: 24px;
	text-align: center;
	padding: 10px 0 0;
}
.std ul li span {
	display: block;
	width: 276px;
	line-height: 28px;
	color: #999;
	font-size: 22px;
	text-align: center;
	padding: 4px 0 24px;
}
/*陵园详情*/
.yhq {
	background: #f8f2e1 url(../images/yhq_bg.png) center top no-repeat;
	padding: 48px 0;
}
.yhq h2 {
	padding: 0 0 24px;
	margin: -16px 0 0;
}
.yhq ul {
	display: block;
	overflow: hidden;
	padding: 0 20px;
}
.yhq ul li {
	display: block;
	height: 82px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	padding: 1px 19px 15px 4px;
	background: url(../images/yhq.png) no-repeat;
	position: relative;
	margin: 2px -19px 0 -4px;
}
.yhq ul li em {
	display: block;
	width: 58px;
	height: 58px;
	line-height: 60px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0.1;
	position: absolute;
	right: 144px;
	top: 12px;
	z-index: 1;
}
.yhq ul li span {
	display: block;
	height: 82px;
	line-height: 84px;
	font-size: 26px;
	overflow: hidden;
}
.yhq ul li i {
	display: block;
	width: 218px;
	height: 82px;
	font-size: 50px;
	text-align: center;
	float: left;
}
.yhq ul li a {
	display: block;
	width: 58px;
	height: 58px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #fe0404;
	border-radius: 50%;
	float: right;
	margin: 12px 20px;
}
.yhq ul li a:hover {
	background: #f13f3f;
}
/*陵园价格*/
.prtese {
	padding: 0 0 20px;
}
.prtese ul {
	display: block;
	overflow: hidden;
	margin: 6px 6px 0;
}
.prtese ul li {
	display: block;
	width: 286px;
	background: #e9f5ee;
	overflow: hidden;
	margin: 0 14px 28px;
	float: left;
}
.prtese ul li img {
	display: block;
	width: 100%;
	height: 164px;
}
.prtese ul li span {
	display: block;
	line-height: 74px;
	color: #333;
	font-size: 26px;
	text-align: center;
}
.prtese ul li .txt {
	height: 180px;
	line-height: 30px;
	color: #999;
	font-size: 22px;
	padding: 0 28px;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.prtese ul li a {
	display: block;
	width: 194px;
	height: 48px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #249857;
	border-radius: 5px;
	margin: 30px auto;
}
.prtese ul li a:hover {
	background: #cea964;
}


/*******首页咨询入口样式********/
.zixun{ height:185px; width:640px; background-color:#249857; margin:0 auto;}
	 .zixun dl{ text-align:center; padding:10px 0px;}
     .zixun dl dt{ color:#fff; font-size:30px;}
	 .zixun dl dd{ color:#fff; font-size:20px; padding-top:10px;}
	 
.zx_kefu {
	text-align:center;
	display: block;
	width: 640px;
	background: #fff;
	left: 50%;
	bottom: 0;
	

}
.zx_kefu li {
   border-radius: 10px;
    text-align: center;
	display: block;
	width: 90%;
	background: #ff5d4d;
	float: left;
	margin-left: 30px;
}

.zx_kefu li a {
	display: block;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	overflow: hidden;
}
.zx_kefu li a img {
	display: inline-block;
	height: 52px;
	vertical-align: top;
	margin-right: 12px;
}
/*********************************/











/**/
