/*易优CMS（eyoucms.com）做最好的易优整站模板下载网站*/
@charset "utf-8";
/* CSS Document */

.ani {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease; /* Firefox 4 */
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
	-o-transition: all 0.4s ease; /* Opera */
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	height: 0;
	clear: both;
}
.wrap {
	min-width: 1220px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.content {
	overflow: hidden;
}
/*头部样式*/
.sokey {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.sokey a {
  color: #555;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sokey a:hover {
  color: #2563eb;
}

.header {
	height: auto;
	background: url("https://www.siniantang.com/template/pc/skin/images/222.png") center no-repeat;
    background-size: 100% 100%;
	position: relative;
	z-index: 11;
	border-bottom: 0px #e9f5ee solid;
}
.header .head {
	width: 1400px;
	height: 220px;
	margin: 0 auto;
	position: relative;
}
.header h1.logo {
	display: block;
	float: left;
	margin: 0;    margin-top: 12px;
}
.header h1.logo a {
	display: block;
}
.header h1.logo a img {
	display: block;
	height: 40px; filter: brightness(0) invert(1); opacity: 0.9;
}
.header span.tel {
	display: block;
	line-height: 106px;
	color: #1ba6df;
	font-size: 22px;
	font-family: Arial;
	padding-left: 32px;
	background: url(../images/head_tel.png) left center no-repeat;
	float: right;
	margin-left: 20px;
}

.soso {
    width: 500px;
    /* margin: 40px auto; */
    position: relative;
    top: 27px;
    margin: 0 auto;
}
.soso form {
    display: flex;
    gap: 0; width: 490px;
}
.soso input[name="keywords"] {
    flex: 1;
    height: 46px; width: 300px;
    padding: 0 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px 0 0 10px;
    outline: none;
    font-size: 15px;
    transition: all 0.3s;
}
.soso input[name="keywords"]:focus {
    border-color: #1677ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}
.soso input[name="keywords"]::placeholder {
    color: #999;
}
.soso input[type="submit"] {
    height: 48px;
    padding: 0 24px;
    background: #009688;
    color: #fff;
    border: 0px solid #009688;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.soso input[type="submit"]:hover {
    background: #ff731f;
}

/*导航样式*/
ul.nav {
	display: block;
	height: 60px;
	z-index: 99;
	float: right;
}
ul.nav li {
	display: block;
	text-align: center;
	float: left;
	position: relative;
	z-index: 99;
}
ul.nav li a {
    display: block;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 12px 0px 0;
    border-bottom: 0px solid #fff;
    position: relative;
    z-index: 99;
    margin-left: 35px;
}
ul.nav li a i {
	padding: 6px;
	background: url(../images/down_h.png) center no-repeat;
	margin-left: 6px;
}
ul.nav li.on a {
	color: red;
}
ul.nav li.on a i {
	background-image: url(../images/up.png);
}
ul.nav li.cur a {
	color: #FFC107;
    border-bottom: 2px #FFC107 solid;
}
ul.nav li.cur a i {
	background-image: url(../images/down_h.png);
}
ul.nav li.cur.on a i {
	background-image: url(../images/up_h.png);
}
ul.nav li p.sub {
	display: none;
	width: 100px;
	height: auto;
	background: #fff url(../images/nav_sub.png) right bottom no-repeat;
	padding: 4px 20px 20px 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 98;
}
ul.nav li p.sub a {
	line-height: 42px;
	color: #666;
	font-size: 15px;
	text-align: left;
	background: none;
	padding: 0 2px;
	border-bottom: 1px solid #ddd;
}
ul.nav li p.sub a:hover, ul.nav li p.sub.on a {
	color: red;
	border-bottom-color: #249857;
}
/*banner样式*/
.banner1 {
    width: 1400px;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
    margin-bottom: 15px;
}
.banner1 img {
	display: block;
	width: 100%;
}
.banner {
    width: 1400px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    margin-bottom: 15px;
}
.banner img {
	display: block;
	width: 100%;
}
/*footer样式*/
.fslogan {
	background: #e9f5ee;
	padding: 50px 0 50px;
}
.fslogan ul {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.fslogan ul li {
	display: block;
	width: 20%;
	float: left;
}
.fslogan ul li:first-child {
	margin: 0;
}
.fslogan ul li a {
	display: block;
	text-align: center;
	position: relative;
}
.fslogan ul li img {
	display: block;
	height: 98px;
	margin: 0 auto;
}
.fslogan ul li em {
	display: block;
	line-height: 40px;
	color: #333;
	font-size: 24px;
	padding: 16px 0 0;
}
.fslogan ul li span {
	display: block;
	line-height: 32px;
	color: #999;
	font-size: 18px;
}
.footer {
	background: #249857;
	overflow: hidden;
	     margin-top: 20px;
}
.footer .foot {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}
.footer dl.links {
	display: block;
	padding: 0 0 24px;
	border-bottom: 1px dashed #51b27c;
}
.footer dl.links dt {
	display: block;
	line-height: 66px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 36px;
	background: url(../images/foot_link.png) left center no-repeat;
}
.footer dl.links dd {
	display: block;
	line-height: 26px;
	font-size: 14px;
	overflow: hidden;
}
.footer dl.links dd a {
	display: block;
	color: #a6f7c8;
	margin: 0 4px;
	float: left;
}
.footer dl.links dd a:hover {
	color: #fff;
}
.footer dl.links dd span {
	display: block;
	color: #a6f7c8;
	margin: 0 22px;
	float: left;
}
.footer dl.links dd span:first-child {
	display: none;
}
.footer .code {
	display: block;
	overflow: hidden;
	float: right;      margin: 17px 0 0 0;

}
.footer .code p {
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: left;
	margin-left: 26px;
}
.footer .code img {
	display: block;
	height: 102px;
	margin: 0 auto;
}
.footer .copyright {
	line-height: 26px;
	color: #ddd;
	font-size: 15px;
	overflow: hidden;
    padding: 14px 0 0;
}
.footer .copyright span.tel {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 16px;
}
.footer .copyright span.tel img {
	display: block;
	float: left;
	margin-right: 18px;
}
.footer .copyright a {
	color: #dea767;
}
.footer .copyright a:hover {
	text-decoration: underline;
}
.footer ul{    width: 1400px;
    margin: 20px auto;}
.footer ul a {    margin-right: 20px;
    color: #fff;}
.footer ul a:hover { color: red;}
/*返回顶部*/
.backToTop {
	display: none;
	width: 50px;
	height: 50px;
	background: url(../images/top.png) center no-repeat;
	position: fixed;
	_position: absolute;
	right: 12px;
	bottom: 46px;
	cursor: pointer;
	z-index: 998;
}
/*咨询登记*/
/* 悬浮客服按钮 */
a.dengji {
	display: block;
	width: 132px;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	text-indent: 48px;
	background: #ff7e00 url(../images/kf.png) 20px center no-repeat;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	text-decoration: none;
	transition: background 0.25s ease;
}
a.dengji:hover {
	background-color: #ff9426;
}

/* 弹窗表单容器 */
form.dengji {
	display: block;
	border: 1px solid #eee;
	background: #fff;
	padding: 16px 28px 22px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(39, 39, 39, 0.15);
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	border-radius: 8px 0 0 0;
}

/* 标题 */
form.dengji h3 {
	display: block;
	line-height: 50px;
	color: #000;
	font-size: 18px;
	overflow: hidden;
	margin: 0;
	font-weight: 600;
}

/* 关闭按钮 */
form.dengji a.close {
	display: block;
	width: 20px;
	height: 44px;
	background: url(../images/close.png) center no-repeat;
	float: right;
	margin-top: 3px;
	opacity: 0.75;
	transition: opacity 0.2s ease;
}
form.dengji a.close:hover {
	opacity: 1;
}

form.dengji p {
	display: block;
	overflow: hidden;
	padding: 6px 0;
	margin: 0;
}

/* 单行输入框 */
form.dengji p input.text {
	display: block;
	width: 268px;
	height: 30px;
	color: #333;
	font-size: 14px;
	padding: 4px 12px;
	background: #f5f5f5;
	border: 0;
	border-radius: 5px;
	transition: background-color 0.2s ease;
	outline: none;
}
form.dengji p input.text:focus {
	background-color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 126, 0, 0.2);
}

/* 文本域 */
form.dengji p textarea {
	display: block;
	width: 268px;
	height: 82px;
	line-height: 22px;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	background: #f5f5f5;
	border: 0;
	border-radius: 5px;
	resize: none;
	transition: background-color 0.2s ease;
	outline: none;
}
form.dengji p textarea:focus {
	background-color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 126, 0, 0.2);
}

/* 占位文字兼容写法 */
form.dengji p input::placeholder,
form.dengji p textarea::placeholder {
	color: #aaa;
}

/* 短输入框（验证码） */
form.dengji p input.short {
	width: 164px;
	float: left;
}

/* 验证码图片 */
form.dengji p img {
	display: block;
	width: 96px;
	height: 40px;
	border-radius: 5px;
	float: left;
	cursor: pointer;
	margin-left: 8px;
	object-fit: cover;
}

/* 提交按钮 */
form.dengji p input.btn {
	display: block;
	width: 280px;
	height: 38px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #249857;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	margin: 12px 0 4px;
	transition: background 0.25s ease;
}
form.dengji p input.btn:hover {
	background-color: #ff9020;
}
form.dengji p input.btn:active {
	background-color: #e67000;
}

/*主体样式*/
.main {
	position: relative; margin: 0px auto;
}
.main::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
a.ads {
	display: block;
	width: 1400px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
a.ads img {
	display: block;
	width: 100%;
}
.adbox3 {
	overflow: hidden;
	margin: 0 -15px;
}
.adbox3 a {
	width: 380px;
	margin: 58px 15px 0;
	float: left;
}
.adbox3 a img {
	border-radius: 10px;
}
.position {
	width: 1400px;
	line-height: 48px;
	color: #999;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin: 6px auto 0; 
}
.position a {
	color: #999;
	margin: 0 4px;
}
.position a:hover {
	color: #249857;
}
.position img {
	display: block;
	float: left;
	margin: 16px 10px 0 2px;
}
/*左侧*/
.main ul.menu {
	display: block;
	width: 1400px;
	text-align: center;
	overflow: hidden;
	background: #e9f5ee;
	margin: 20px auto 0;
}
.main ul.menu li {
	display: block;
	float: left;
}
.main ul.menu li a {
    display: block;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    position: relative;
    padding: 0px 31px;
}
.main ul.menu li a:hover, .main ul.menu li.cur a {
	color: #fff;
	background: #249857;
}
/*右侧*/
.rightCon {
	width: 300px;
	float: right;
	margin: 18px 0 30px 30px;
}
.rightCon .zixun {
	background: url(../images/newsbj.png) center top no-repeat;
	padding: 128px 0 0;
}
.rightCon .zixun p {
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	background: #249857;
	border-radius: 20px 0 0 20px;
	margin: 12px 0 0 28px;
}
.rightCon .zixun p img {
	display: block;
	float: left;
}
.rightCon .zixun a {
	display: block;
	height: 50px;
	margin: 60px 0 0;
}
.rightCon dl.focus {
	display: block;
	background: #e9f5ee;
	padding: 16px 14px;
	margin: 28px 0;
}
.rightCon dl.focus dt {
	display: block;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #249857;
	margin: 0 0 10px;
}
.rightCon dl.focus dd.news {
	display: block;
	overflow: hidden;
	padding: 3px 6px;
}
.rightCon dl.focus dd.news em {
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid #249857;
	border-radius: 50%;
	float: left;
	margin: 15px 12px 0 0;
}
.rightCon dl.focus dd.news a {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rightCon dl.focus dd.news a:hover {
	color: #249857;
}
.rightCon dl.focus dd.mux {
	display: block;
	background: #fff;
	overflow: hidden;
	padding: 0 8px 0 0;
	margin: 16px 0 0;
}
.rightCon dl.focus dd.mux a.pic {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 12px 0 0;
}
.rightCon dl.focus dd.mux a.pic img {
	display: block;
	width: 115px;
	height: 88px;
}
.rightCon dl.focus dd.mux a.title {
	display: block;
	line-height: 26px;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 8px 0 0;
}
.rightCon dl.focus dd.mux a.title:hover {
	color: #249857;
}
.rightCon dl.focus dd.mux .txt {
	line-height: 22px;
	color: #999;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rightCon dl.focus dd.mux span {
	display: block;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
}
.rightCon dl.focus dd.mux span i {
	color: #c08f20;
	font-size: 17px;
}
.rightCon dl.focus dd.more a {
	display: block;
	width: 148px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #249857;
	border-radius: 16px;
	margin: 30px auto 16px;
}
.rightCon dl.focus dd.more a:hover {
	background: #c08f20;
}
.main .attr {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}
.main .attr .attr {
	width: auto;
}
.main h3.title {
	display: block;
	line-height: 48px;
	color: #333;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 38px 0 16px;
}
.main p.mark {
	display: block;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	text-align: center;
	background: #efefef;
}
.main .article {
	min-height: 20em;
	line-height: 2.25;
	color: #444;
	font-size: 16px;
	padding: 38px 4px 42px;
}
.main .article * {
	max-width: 100%;
	line-height: inherit;
	color: inherit;
	font-size: inherit; 
}
.article img {     margin: 20px 0px;
    width: 1050px;
}
/*文章切换*/
.main .change {
	overflow: hidden;
	background: #f4f4f4;
	padding: 0 26px;
}
.main .change a {
	display: block;
	max-width: 48%;
	line-height: 66px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .change a:hover {
	color: #249857;
}
.main dl.recomd {
	display: block;
	overflow: hidden;
	margin: 12px 0 36px;
}
.main dl.recomd dt {
	display: block;
	line-height: 60px;
	color: #249857;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 0 0 16px;
}
.main dl.recomd dt em {
	display: block;
	width: 4px;
	height: 22px;
	background: #249857;
	float: left;
	margin: 19px 14px 0 0;
}
.main dl.recomd dd {
	display: block;
	width: 44%;
	overflow: hidden;
	float: left;
	margin-right: 6%;
}
.main dl.recomd dd em {
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid #249857;
	border-radius: 50%;
	float: left;
	margin: 15px 12px 0 2px;
}
.main dl.recomd dd a {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main dl.recomd dd a:hover {
	color: #249857;
}
/*页码样式*/
.pages {
    margin: 30px 0;
    text-align: center;
}
.dataTables_paginate ul.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
}
.pagination li a {
    display: inline-block;
    min-width: 10px;
    height: 26px;
    line-height: 26px;
    padding: 0 6px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.pagination li a:hover {
    background-color: #374c42;
    color: #fff;
    border-color: #374c42;
}
/* 当前激活页码 */
.pagination li.active a {
    background-color: #009688;
    color: #ffffff;
    border-color: #009688;
    cursor: default;
}
/* 去除激活页hover变色，避免冲突 */
.pagination li.active a:hover {
    background-color: #374c42;
}

/*陵园分类*/
.lycate {
	background: #e9f5ee;
	padding: 14px 0;
	margin: 18px 0 0;
}
.lycate dl {
	display: block;
	overflow: hidden;
	padding: 14px 20px 4px 36px;
}
.lycate dl dt {
	display: block;
	line-height: 26px;
	color: #333;
	font-size: 16px;
	float: left;
	margin-right: 24px;
}
.lycate dl dd {
	display: block;
	overflow: hidden;
}
.lycate dl dd a {
    display: block;
    /* min-width: 20px; */
    line-height: 26px;
    color: #666;
    font-size: 15px;
    text-align: center;
    padding: 0 8px;
    border-radius: 3px;
    float: left;
    margin: 0 8px 8px 0;
}
.lycate dl dd a:hover, .lycate dl dd a.cur {
	color: #fff;
	background: #249857;
}
/*陵园列表*/
.main ul.lyList {
	display: block;
	overflow: hidden;
}
.main ul.lyList li {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 28px 0 0;
}
.main ul.lyList li a.pic {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.main ul.lyList li a.pic img {
	display: block;
	width: 267px;
	height: 177px; border-radius: 10px;
}
.main ul.lyList li .box {
	height: 176px;
	padding: 0 20px;
	border: 1px solid 1px solid #dddddd4f;
	border-width: 1px 1px 0 0;
	overflow: hidden;
}
.main ul.lyList li .box span.rz {
	display: block;
	line-height: 26px;
	color: #c08f20;
	font-size: 13px;
	background: #f4efd7;
	padding: 0 10px 0 0;
	border-radius: 13px;
	float: right;
	cursor: pointer;
	position: relative;
	margin: 15px 0 0;
}
.main ul.lyList li .box span.rz img {
	display: block;
	font-size: 26px;
	float: left;
	margin: 0 6px 0 0;
}
.main ul.lyList li .box span.rz i {
	display: none;
	width: 262px;
	line-height: 16px;
	color: #333;
	font-size: 12px;
	background: #fff;
	padding: 6px 8px;
	border: 1px solid #e6d09d;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(233,202,129,0.25);
	position: absolute;
	right: 0;
	bottom: 26px;
}
.main ul.lyList li .box span.rz:hover i {
	display: block;
}
.main ul.lyList li .box a {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 12px 0 0;
}
.main ul.lyList li .box p {
	display: block;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main ul.lyList li .box span.zan {
	display: block;
	line-height: 28px;
	color: #666;
	font-size: 13px;
	background: url(../images/zan.png) left center no-repeat;
	padding: 0 0 0 22px;
	margin: 8px 0 0;
}
.main ul.lyList li .box span.addr {
	display: block;
	line-height: 30px;
	color: #666;
	font-size: 13px;
	background: url(../images/addr.png) left center no-repeat;
	padding: 0 0 0 22px;
}
.main ul.lyList li .box span.addr font {
	color: #249857;
	margin-left: 14px;
}
.main ul.lyList li .box span.price {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #999;
	font-size: 18px;
	font-family: Arial;
	overflow: hidden;
	margin: 20px 0 0;
	float: right;
}
.main ul.lyList li .box span.price i {
	color: #ff0000;
    font-size: 26px;
    padding: 0 4px 0 2px;
    font-family: cursive;
    font-weight: bold;
}
.main ul.lyList li .box p.tag {
	height: 24px;
	margin: 8px 0 0;
}
.main ul.lyList li .box p em {
	display: block;
	line-height: 24px;
	color: #249857;
	font-size: 14px;
	text-align: center;
	background: #e9f5ee;
	padding: 0 8px;
	border-radius: 3px;
	float: left;
	margin: 0 8px 0 0;
}
.main ul.lyList li p.iftag {
	display: block;
	height: 24px;
	padding: 12px 10px;
	border: 1px solid #dddddd4f;
	border-top: 0;
}
.main ul.lyList li p.iftag span {
	display: block;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	background: #ed4c4c;
	padding: 0 16px;
	border-radius: 3px;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}
.main ul.lyList li p.iftag span.txt {
	background: #c08f20;
	padding: 0 10px 0 0;
	cursor: pointer;
	position: relative;
}
.main ul.lyList li p.iftag span.txt img {
	display: block;
	height: 24px;
	float: left;
	margin: 0 8px;
}
.main ul.lyList li p.iftag span.txt i {
	display: none;
	width: 202px;
	line-height: 20px;
	color: #444;
	font-size: 14px;
	background: #fff;
	padding: 4px 8px;
	border: 1px solid #e6d09d;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(233,202,129,0.25);
	position: absolute;
	left: 0;
	bottom: 28px;
}
.main ul.lyList li p.iftag span.txt:hover i {
	display: block;
}
.main ul.lyList li:hover {

}
.main ul.lyList li:hover a.pic img {
	transform: scale(1);
}
.main ul.lyList li .box a:hover {
	color: #c08f20;
}
/*陵园推荐*/
.lyrecomd {
	width: 1340px;
	background: #f5f5f5;
	overflow: hidden;
	padding: 0 30px 42px;
	margin: 0 auto 60px;
}
.lyrecomd h2 {
	display: block;
	line-height: 86px;
	color: #249857;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.lyrecomd .con {
	margin: 12px -28px 0;
}
.lyrecomd dl {
	display: block;
	width: 100%;
	overflow: hidden;
	float: left;
}
.lyrecomd dl:first-child dd {
	border-left: 0;
}
.lyrecomd dl dt {
	display: block;
	line-height: 64px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.lyrecomd dl dd {
	display: block;
	overflow: hidden;
	padding: 0 28px;
	border-left: 1px solid #ddd;
}
.lyrecomd dl dd a {
    display: block;
    /* width: 9%; */
    line-height: 26px;
    color: #666;
    font-size: 15px;
    float: left;
    margin-right: 20px;
}
.lyrecomd dl dd a:hover {
   color:red;
}
.lyrecomd dl dd a:hover, .lyrecomd dl dd a.cur {
	color: #249857;
}
/*陵园详情*/
.lyinfo {
	width: 1400px;
	padding: 0 0 18px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
/*陵园图片放大镜*/
.lyzoom {
	width: 540px;
	float: left;
	margin: 26px 36px 0 0;
}
.preview {
	width: 540px;
	height: 360px;
}
.preview .jqzoom {
	display: block;
	position: relative;
	cursor: pointer;
}
.preview .jqzoom img {
	display: block;
	width: 540px;
	height: 360px;
}
.preview .jqzoom .jqZoomPup {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #e2e2e2;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.preview .zoomdiv {
	display: none;
	width: 350px;
	height: 350px;
	background: #fff;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	margin: -1px 0 0 2px;
*margin:0px 0 0 4px;
}
.scroll {
	margin: 7px 0 0;
	position: relative;
	overflow: hidden;
}
.scroll a.prev, .scroll a.next {
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	text-indent: -999em;
}
.scroll a.prev {
	left: 0;
	background: url(../images/zprev.png) center no-repeat;
}
.scroll a.next {
	right: 0;
	background: url(../images/znext.png) center no-repeat;
}
.scroll .items {
	width: 548px;
	height: 88px;
	position: relative;
	overflow: hidden;
	margin: 0 -4px;
}
.scroll .items ul {
	display: block;
	width: 8000%;
	overflow: hidden;
	position: absolute;
}
.scroll .items ul li {
	display: block;
	cursor: pointer;
	overflow: hidden;
	float: left;
}
.scroll .items ul li img {
	display: block;
	width: 129px;
	height: 86px;
	border: 1px solid #fff;
	margin: 0 3px;
}
.scroll .items ul li.cur img {
	border-color: #c08f20;
}
.lyinfo .lyintro {
	padding: 26px 0 0;
	overflow: hidden;
}
.lyinfo .lyintro span.rz {
	display: block;
	line-height: 26px;
	color: #c08f20;
	font-size: 13px;
	background: #f4efd7;
	padding: 0 10px 0 0;
	border-radius: 13px;
	float: right;
	cursor: pointer;
	position: relative;
	margin: 5px 2px 0 24px;
}
.lyinfo .lyintro span.rz img {
	display: block;
	font-size: 26px;
	float: left;
	margin: 0 6px 0 0;
}
.lyinfo .lyintro span.rz i {
	display: none;
	min-width: 262px;
	line-height: 20px;
	color: #333;
	font-size: 13px;
	white-space: nowrap;
	background: #fff;
	padding: 6px 8px;
	border: 1px solid #e6d09d;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(233,202,129,0.25);
	position: absolute;
	right: 0;
	bottom: 30px;
}
.lyinfo .lyintro span.rz:hover i {
	display: block;
}
.lyinfo .lyintro h3 {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2px 0 0;
}
.lyinfo .lyintro p {
	display: block;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	padding: 0 0 8px;
	border-bottom: 1px solid #ddd;
}
.lyinfo .lyintro p.tag {
	height: 24px;
	padding: 0;
	border: 0;
	margin: 20px 2px 2px;
}
.lyinfo .lyintro p em {
	display: block;
	line-height: 24px;
	color: #249857;
	font-size: 14px;
	text-align: center;
	background: #e9f5ee;
	padding: 0 8px;
	border-radius: 3px;
	float: left;
	margin: 0 8px 0 0;
}
.lyinfo .lyintro span.price {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #999;
	font-size: 18px;
	font-family: Arial;
	overflow: hidden;
	margin: 2px 2px 0;
	float: right;
}
.lyinfo .lyintro span.price i {
color: #ff0000;
    font-size: 30px;
    padding: 0 4px 0 2px;
    font-family: cursive;
    font-weight: bold;
}
.lyinfo .lyintro span.addr {
	display: block;
	line-height: 52px;
	color: #666;
	font-size: 14px;
	background: url(../images/addr.png) left center no-repeat;
	padding: 0 0 0 22px;
	margin: 0 2px;
}
.lyinfo .lyintro span.addr a {
	color: #21a8e0;
	padding: 4px 0 4px 28px;
	background: url(../images/ly_map.png) left center no-repeat;
	margin-left: 20px;
}
.lyinfo .lyintro ul.kf {
	display: block;
	overflow: hidden;
	margin: 10px -3px 0;
}
.lyinfo .lyintro ul.kf li {
	display: block;
	width: 268px;
	text-align: center;
	background: #4caf500f;
	padding: 10px 0;
	border-radius: 5px;
	float: left;
	margin: 0 4px; 
}
.lyinfo .lyintro ul.kf li img {
	display: block;
	margin: 0 auto;
}
.lyinfo .lyintro ul.kf li span {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 14px;
}
.lyinfo .lyintro ul.kf li span i {
	color: #ed4c4c;
	padding: 0 2px;
}
.lyinfo .lyintro ul.kf li b {
	display: block;
	line-height: 32px;
	color: #1ba6df;
	font-size: 22px;
	font-family: Arial;
}
.lyinfo .lyintro ul.kf li a.zx {
	display: block;
	width: 150px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	background: #b6831e;
	border-radius: 5px;
	margin: 0 auto;
}
.lyinfo .lyintro ul.kf li a.yy {
	display: block;
	width: 150px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	background: #ed4c4c;
	border-radius: 5px;
	margin: 0 auto;
}
.lyinfo .lyintro dl {
	display: block;
	margin: 4px 0 0;
}
.lyinfo .lyintro dl dt {
	display: block;
	line-height: 54px;
	text-align: center;
	background: url(../images/tb_line.png) center repeat-x;
}
.lyinfo .lyintro dl dt span {
	color: #249857;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	padding: 0 16px;
}
.lyinfo .lyintro dl dd {
	display: block;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	padding: 4px 0;
}
.lyinfo .lyintro dl dd span {
	display: block;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	background: #249857;
	padding: 0 12px;
	border-radius: 3px;
	float: left;
	margin: 0 12px 0 0;
}
#floornav {
	height: 54px;
	margin: 36px 0 0;
}
#floornav ul {
	display: block;
	width: 1400px;
	text-align: center;
	overflow: hidden;
	background: #e9f5ee;
	margin: 0 auto;
}
#floornav ul.fixed {
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -700px;
	z-index: 99;
}
#floornav ul li {
	display: block;
	float: left;
}
#floornav ul li a {
	display: block;
	line-height: 54px;
	color: #333;
	font-size: 16px;
	position: relative;
	padding: 0 38px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease; /* Firefox 4 */
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
	-o-transition: all 0.4s ease; /* Opera */
}
#floornav ul li a:hover, #floornav ul li.active a {
	color: #fff;
	background: #249857;
}
.lytbox {
	overflow: hidden;
}
.floor {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.floor i#map {
	display: block;
	width: 100%;
	height: 43px;
	position: absolute;
	left: 0;
	top: -43px;
	z-index: 1;
}
.floor h3 {
	display: block;
	line-height: 58px;
	color: #249857;
	font-size: 20px;
	padding: 14px 0 0;
	border-bottom: 1px solid #ddd;
}
.floor h3 span {
	display: block;
	width: 4px;
	height: 24px;
	background: #249857;
	float: left;
	margin: 17px 14px 0 0;
}
.floor h3 a {
	display: block;
	width: 186px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	background: #249857;
	border-radius: 15px;
	float: right;
	margin: 16px 0 0;
}
.floor h3 a img {
	vertical-align: top;
	margin-right: 12px;
}
.floor h3 a:hover {
	background: #c5983c;
}
.floor a.ads {
	padding: 7px 0 0;
	background: url(../images/tb_line.png) left top repeat-x;
	margin: 36px 0 0;
}
.floor a.ads img {
	margin: 28px 0 0;
}
.floor .text {
    display: block;
    min-height: 240px;
    line-height: 33px;
    color: #444;
    font-size: 16px;
    padding: 20px 2px 0;
}
.floor .text * {
    max-width: 100%;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    text-indent: 32px;
    margin-top: 10px;
}
.floor ul.mux {
	display: block;
	overflow: hidden;
	margin: 0 -12px 0;
}
.floor ul.mux li {
	display: block;
	width: 33.33%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 24px 0 0;
}
.floor ul.mux li a.pic {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 12px;
	float: left;
}
.floor ul.mux li a.pic img {
	display: block;
	width: 148px;
	height: 148px;
}
.floor 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;
}
.floor ul.mux li .box {
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-left: 0;
	overflow: hidden;
	margin: 0 12px 0 0;
}
.floor ul.mux li .box a.title {
	display: block;
	line-height: 28px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.floor ul.mux li .box p {
	display: block;
	line-height: 26px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.floor ul.mux li .box span.price {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 18px;
	font-family: Arial;
	overflow: hidden;
}
.floor ul.mux li .box span.price i {
	color: #c08f20;
	font-size: 24px;
	padding: 0 4px 0 2px;
}
.floor ul.mux li .box a.more {
	display: block;
	width: 108px;
	line-height: 28px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #c5983c;
	border-radius: 5px;
	margin: 6px 0 0;
}
.floor ul.mux li:hover .box {
	border-color: #c08f20;
}
.floor ul.mux li .box a.title:hover {
	color: #c08f20;
}
.floor ul.pics {
	display: block;
	overflow: hidden;
	padding: 8px 0 10px;
	margin: 0 -10px -20px;
}
.floor ul.pics li {
	display: block;
	width: 335px;
	float: left;
	position: relative;
	z-index: 1;
	margin: 16px 10px 0;
}
.floor ul.pics li a {
	display: block;
	position: relative;
}
.floor ul.pics li a img {
	display: block;
	width: 100%;
	height: 220px;     border-radius: 10px;
}
.floor ul.pics li a span {
	display: block;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.floor ul.pics li a:hover {
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
}
.floor ul.pics li a:hover span {
	color: #c08f20;
}
.floor ul.cmt {
	display: block;
	margin: 8px 0 0;
}
.floor ul.cmt li {
	display: block;
	position: relative;
	padding: 16px 0;
	border-bottom: 1px dashed #ddd;
}
.floor ul.cmt li img.hico {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.floor ul.cmt li h4 {
	display: block;
	line-height: 34px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
.floor ul.cmt li h4 em {
	font-size: 14px;
	border: 1px solid #fff;
	padding: 5px 12px;
	border-radius: 3px;
	margin: 0 12px;
}
.floor ul.cmt li h4 em.yg {
	color: #249857;
	border-color: #249857;
}
.floor ul.cmt li h4 em.sk {
	color: #b6831e;
	border-color: #b6831e;
}
.floor ul.cmt li h4 span {
	color: #999;
	font-size: 14px;
	margin-left: 10px;
}
.floor ul.cmt li .txt {
	line-height: 20px;
	color: #999;
	font-size: 13px;
	padding: 6px 0;
	overflow: hidden;
}
.floor ul.cmt li .txt a {
	color: #249857;
	margin: 0 2px;
}
.floor ul.cmt li p {
	display: block;
	height: 54px;
	padding: 6px 0 0;
	margin-left: 70px;
}
.floor ul.cmt li p img {
	display: block;
	height: 54px;
	border-radius: 5px;
	margin-right: 8px;
	float: left;
}
.floor ul.cmt li p.reply {
	height: auto;
	line-height: 26px;
	color: #f00;
	font-size: 14px;
	padding: 0;
	margin: 0 0 -2px 70px;
}
.floor a.cmt {
	display: block;
	width: 208px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: #ed4c4c;
	border-radius: 20px;
	margin: 40px auto 0;
}
.floor a.cmt img {
	vertical-align: top;
	margin-right: 26px;
}
.floor form.comment {
	display: block;
	background: #eef5f6;
	padding: 1em 0;
	border: 1px solid #cbdbe5;
	margin: 1.7em 0 0;
}
.floor form.comment p {
	display: block;
	overflow: hidden;
	padding: 10px 40px;
}
.floor form.comment p label {
	display: block;
	width: 5em;
	line-height: 34px;
	font-size: 14px;
	text-align: right;
	margin-right: 0.8em;
	float: left;
}
.floor form.comment p input.text {
	display: block;
	width: 486px;
	height: 24px;
	font-size: 14px;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #ddd;
	float: left;
}
.floor form.comment p input.short {
	width: 326px;
}
.floor form.comment p img {
	display: block;
	width: 144px;
	height: 34px;
	cursor: pointer;
	float: left;
	margin-left: 1em;
}
.floor form.comment p textarea {
	display: block;
	width: 1050px;
	height: 96px;
	font-size: 14px;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	float: left;
}
.floor form.comment p input.btn {
	display: block;
	width: 180px;
	height: 44px;
	line-height: normal;
	color: #fff;
	font-size: 18px;
	background: #1067a1;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	margin: 18px auto 0;
}
.floor .mapbox {
	height: 400px;
	padding: 6px;
	border: 1px solid #ddd;
	margin: 24px 0 -6px;
}
.floor ul.list {
	display: block;
	overflow: hidden;
	margin: 24px -4% -8px 0;
}
.floor ul.list li {
	display: block;
	width: 42.5%;
	overflow: hidden;
	float: left;
	margin: 0 6.25% 0 1.25%;
}
.floor ul.list li em {
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid #249857;
	border-radius: 50%;
	float: left;
	margin: 15px 12px 0 2px;
}
.floor ul.list li a {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.floor ul.list li a:hover {
	color: #249857;
}
.floor ul.list li span {
	display: block;
	line-height: 36px;
	color: #999;
	font-size: 14px;
	float: right;
	margin-left: 20px;
}
.floor ul.ly {
	display: block;
	overflow: hidden;
	padding: 38px 0 48px;
	margin: 0 -10px;
}
.floor ul.ly li {
	display: block;
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
}
.floor ul.ly li a.pic {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}
.floor ul.ly li a.pic img {
	display: block;
	width: 100%;
	height: 190px;
}
.floor ul.ly li .box {
	background: #fff;
	padding: 6px 16px 8px;
	border: 1px solid #ddd;
	border-top: 0;
	overflow: hidden;
	margin: 0 10px;
}
.floor ul.ly li .box a {
	display: block;
	line-height: 38px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.floor ul.ly li .box p {
	display: block;
	height: 52px;
	line-height: 26px;
	color: #999;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.floor ul.ly li .box span.price {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #999;
	font-size: 18px;
	font-family: Arial;
	overflow: hidden;
}
.floor ul.ly li .box span.price i {
	color: #c08f20;
	font-size: 30px;
	padding: 0 4px 0 2px;
}
.floor ul.ly li:hover .box {
	border-color: #c08f20;
}
.floor ul.ly li .box a:hover {
	color: #c08f20;
}
/*墓地图片*/
h2.pictitle {
	display: block;
	width: 1400px;
	line-height: 142px;
	color: #f8f2e1;
	font-size: 36px;
	font-weight: normal;
	text-align: right;
	background: url(../images/pic_title.jpg) center top no-repeat;
	overflow: hidden;
	margin: 0 auto -12px;
}
h2.pictitle span.rz {
	display: block;
	line-height: 26px;
	color: #c08f20;
	font-size: 13px;
	background: #f4efd7;
	padding: 0 10px 0 0;
	border-radius: 13px;
	float: right;
	cursor: pointer;
	position: relative;
	margin: 58px 52px;
}
h2.pictitle span.rz img {
	display: block;
	font-size: 26px;
	float: left;
	margin: 0 6px 0 0;
}
h2.pictitle span.rz i {
	display: none;
	width: 310px;
	line-height: 18px;
	color: #666;
	font-size: 14px;
	background: #fff;
	padding: 6px 8px;
	border: 1px solid #e6d09d;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(233,202,129,0.25);
	position: absolute;
	right: 0;
	bottom: 36px;
}
h2.pictitle span.rz:hover i {
	display: block;
}
/*墓型价格*/
.floor ul.muprice {
	display: block;
	overflow: hidden;
	margin: 0 -15px 0;
}
.floor ul.muprice li {
	display: block;
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 24px 0 0;
}
.floor ul.muprice li a.pic {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 15px;
}
.floor ul.muprice li a.pic img {
	display: block;
	width: 100%;
}
.floor ul.muprice li a.pic em {
	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;
}
.floor ul.muprice li .box {
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-top: 0;
	overflow: hidden;
	margin: 0 15px;
}
.floor ul.muprice li .box a.title {
	display: block;
	line-height: 28px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.floor ul.muprice li .box p {
	display: block;
	line-height: 26px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.floor ul.muprice li .box span.price {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #999;
	font-size: 18px;
	font-family: Arial;
	overflow: hidden;
}
.floor ul.muprice li .box span.price i {
	color: #c08f20;
	font-size: 24px;
	padding: 0 4px 0 2px;
}
.floor ul.muprice li .box a.more {
	display: block;
	width: 108px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #c5983c;
	border-radius: 5px;
	margin: 6px 0 0;
}
.floor ul.muprice li:hover .box {
	border-color: #c08f20;
}
.floor ul.muprice li .box a.title:hover {
	color: #c08f20;
}
/*墓型详情*/
.lyinfo .mxpic {
	width: 528px;
	float: left;
	margin: 26px 36px 0 0;
}
.lyinfo .mxpic img {
	display: block;
	width: 100%;
	height: 528px;
}
.lyinfo .lyintro span.ss {
	display: block;
	line-height: 36px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin: 40px 0 -12px;
}
.lyinfo .lyintro span.ss a {
	color: #c08f20;
	font-weight: normal;
}
.lyinfo .lyintro h3.mx {
	line-height: 52px;
	font-size: 28px;
	padding: 12px 0 0;
}
.lyinfo .lyintro span.price.mx {
	height: 42px;
	line-height: 42px;
	color: #333;
	font-size: 14px;
	float: none;
	padding: 0 2px 10px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}
.lyinfo .lyintro span.price.mx i {
	font-size: 26px;
}
.lyinfo .lyintro ul.tags {
	display: block;
	overflow: hidden;
	padding: 16px 4px 8px;
}
.lyinfo .lyintro ul.tags li {
	display: block;
	width: 50%;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	float: left;
}
.floor h3 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin: 0 20px;
}
.floor p.btns {
	display: block;
	text-align: center;
	padding: 40px 0 48px;
}
.floor p.btns a {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	min-width: 134px;
	line-height: 34px;
	color: #cba95a;
	font-size: 15px;
	padding: 0 12px;
	border: 1px solid #cba95a;
	border-radius: 3px;
	margin: 0 10px;
}
.floor p.btns a.all {
	color: #fff;
	background: #249857;
	border-color: #249857;
}
.floor p.btns a:hover {
	color: #fff;
	background: #cba95a;
	border-color: #cba95a;
}
/*评论列表*/
.main .cmtList {
	display: block;
	overflow: hidden;
	margin: 6px -20px 0;
}
.main .cmtList ul {
	display: block;
	width: 50%;
	float: left;
}
.main .cmtList ul li {
display: block;
    position: relative;
    padding: 16px 20px;
    border: 1px solid #dddddd4f;
    margin: 28px 20px 0;
    border-radius: 15px;
}
.main .cmtList ul li img.hico {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.main .cmtList ul li h4 {
display: block;
    line-height: 48px;
    color: #4CAF50;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}
.main .cmtList ul li h4 em {
    font-size: 14px;
    border: 1px solid #fff;
    padding: 1px 4px;
    border-radius: 3px;
    margin: 0 29px;
}
.main .cmtList ul li h4 em.yg {
	color: #249857;
	border-color: #249857;
}
.main .cmtList ul li h4 em.sk {
	color: #b6831e;
	border-color: #b6831e;
}
.main .cmtList ul li h4 span {
	color: #999;
	font-size: 14px;
	margin-left: 10px;
}
.main .cmtList ul li .txt100 {
    line-height: 30px;
    color: #000000;
    font-size: 17px;
    padding: 12px 0 0 0;
    overflow: hidden;
}
.main .cmtList ul li .txt {
    padding: 6px 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 29px;
    color: #7d7c7c;
}
.main .cmtList ul li .txt a {
	color: #249857;
	margin: 0 2px;
}
.main .cmtList ul li p {
	display: block;
	padding: 6px 0 0;
	margin-left: 70px;
}
.main .cmtList ul li p img {
	display: block;
	height: 54px;
	border-radius: 5px;
	margin-right: 8px;
	float: left;
}
.main .cmtList ul li p.reply {
	height: auto;
	line-height: 26px;
	color: #f00;
	font-size: 14px;
	padding: 0;
	margin: 0 0 -2px 70px;
}
/*价格列表*/
.main dl.price {
	display: block;
	padding: 10px 0 0;
}
.main dl.price dt {
	display: block;
	line-height: 110px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.main dl.price dd {
	display: block;
}
.main dl.price dd table {
	width: 100%;
	font-family: "微软雅黑";
	table-layout: fixed;
}
.main dl.price dd table tr th {
	line-height: 22px;
	color: #333;
	font-size: 14px;
	padding: 8px;
	background: #f1f1f1;
	border: 1px solid #ddd;
}
.main dl.price dd table tr td {
	line-height: 22px;
	color: #333;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	border: 1px solid #ddd;
}
.main dl.price dd table tr.even td {
	background: #f1f1f1;
}
.main dl.price dd table tr td a {
}
.main dl.price dd table tr td a:hover {
}
/*殡仪馆列表*/
.main ul.byList {
	display: block;
	overflow: hidden;
	margin: -34px -8px 10px;
}
.main ul.byList li {
	display: block;
	width: 288px;
	float: left;
	margin: 34px 8px 0;
}
.main ul.byList li a.pic {
	display: block;
	overflow: hidden;
}
.main ul.byList li a.pic img {
	display: block;
	width: 288px;
	height: 196px;
}
.main ul.byList li p {
	display: block;
	overflow: hidden;
	padding: 14px 0;
	border: 1px solid #ddd;
	border-top: 0;
}
.main ul.byList li:hover p {
	border-color: #c08f20;
}
.main ul.byList li p a {
	display: block;
	line-height: 32px;
	color: #333;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main ul.byList li p a:hover {
	color: #c08f20;
}
.main ul.byList li p span {
	display: block;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main ul.byList li p span img {
	vertical-align: -2px;
	margin-right: 10px;
}
/*殡仪馆详情*/
.lyinfo .lyintro span.tel {
	display: block;
	line-height: 18px;
	color: #666;
	font-size: 14px;
	background: url(../images/by_tel.png) left top no-repeat;
	padding: 0 0 22px 24px;
	margin: 0 2px;
}
.lyinfo .lyintro .bybox {
	background: url(../images/by_bg.jpg) right center no-repeat;
	padding: 28px 0;
	overflow: hidden;
	margin: 36px 0 0;
}
.lyinfo .lyintro .bybox span {
	display: block;
	line-height: 34px;
	color: #b6831e;
	font-size: 16px;
	font-weight: bold;
	padding: 0 32px;
	border-left: 1px solid #b6831e;
	float: left;
}
.lyinfo .lyintro .bybox span:first-child {
	border: 0;
}
.lyinfo .lyintro .bybox span em {
	display: block;
	line-height: 40px;
	font-size: 24px;
	padding: 0 0 6px;
}
/*新闻列表*/
.main ul.newsList {
	display: block;
	overflow: hidden;
	margin: 6px 0 0;
}
.main ul.newsList li {
	display: block;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.main ul.newsList li a.pic {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 30px 0 0;
}
.main ul.newsList li a.pic img {
	display: block;
	width: 226px;
	height: 160px;
}
.main ul.newsList li a.title {
    display: block;
    line-height: 40px;
    color: #444;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
}
.main ul.newsList li a.title:hover {
	color: #249857;
}
.main ul.newsList li span {
	display: block;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
}
.main ul.newsList li .txt {
	height: 78px;
	line-height: 26px;
	color: #999;
	font-size: 16px;
	overflow: hidden;
	padding: 12px 0 0;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.main ul.newsList li a.pic:hover img {
	transform: scale(1.1);
}
/*相关文章*/
.relation {
	padding: 0 0 2%;
}
.relation h3 {
	display: block;
	line-height: 3.2em;
	color: #249857;
	font-size: 20px;
	padding: 0 1em;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.relation h3::before {
	content: '';
	display: block;
	width: 4px;
	height: 20px;
	background: #249857;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -10px;
}
.relation ul.list li {
	padding: 0 6px;
}
.shadow {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.72);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
}
/*预约弹窗*/
form.yybox {
	display: none;
	width: 480px;
	height: 360px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 8px 6px -6px #000;
	position: fixed;
	left: 50%;
	top: 48%;
	margin: -180px 0 0 -240px;
	z-index: 999;
}
form.yybox * {
	font-family: "微软雅黑";
}
form.yybox h2 {
	display: block;
	position: relative;
}
form.yybox h2 img {
	display: block;
	width: 100%;
	height: 130px;
}
form.yybox h2 a {
	display: block;
	color: #ddd;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
	padding: 1px 6px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 4px;
}
form.yybox h2 a:hover {
	color: #fff;
}
form.yybox .box {
	padding: 14px 20px;
	background: url(../images/ly_yy_bottom.jpg) center bottom no-repeat;
}
form.yybox p {
	display: block;
	overflow: hidden;
	padding: 12px 0;
}
form.yybox p label {
	display: block;
	width: 80px;
	line-height: 34px;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	margin: 0 10px 0 0;
}
form.yybox p input.text {
	display: block;
	width: 190px;
	height: 20px;
	line-height: 20px;
	color: #555;
	font-size: 14px;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	float: left;
}
form.yybox p ::placeholder {
color:#757575;
}
form.yybox p input.btn, form.yybox p a.btn {
	display: block;
	width: 124px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #b6831e;
	float: left;
	border: 0;
	border-radius: 4px;
	margin: 0 0 0 10px;
}
form.yybox p input.submit {
	display: block;
	width: 216px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	background: #be281a;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	margin: 0 0 26px;
}
/*评价弹窗*/
.banner a.cmt {
	display: block;
	width: 202px;
	height: 43px;
	position: absolute;
	right: 344px;
	bottom: 70px;
}
form.comment {
	display: none;
	width: 720px;
	min-height: 542px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 6px -6px #000;
	position: fixed;
	left: 50%;
	top: 5%;
	margin: 0 0 0 -360px;
	transform0: translateY(-50%);
*margin-top:-271px;
	z-index: 999;
}
form.comment * {
	font-family: "微软雅黑";
}
form.comment h2 {
	display: block;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0 16px;
	background: #af8a33;
	position: relative;
}
form.comment h2 a {
	display: block;
	color: #ddd;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
	padding: 1px 6px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 8px;
}
form.comment h2 a:hover {
	color: #fff;
}
form.comment .box {
	padding: 14px 20px;
	background: url(../images/ly_yy_bottom.jpg) center bottom no-repeat;
}
form.comment p {
	display: block;
	overflow: hidden;
	padding: 5px 0;
}
form.comment p label {
	display: block;
	width: 80px;
	line-height: 34px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0 10px;
}
form.comment p input.text {
	display: block;
	width: 226px;
	height: 20px;
	line-height: 20px;
	color: #555;
	font-size: 14px;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	float: left;
	margin-right: 20px;
}
form.comment p ::placeholder {
color:#757575;
}
form.comment p span {
	display: block;
	line-height: 34px;
	color: #888;
	font-size: 14px;
	overflow: hidden;
}
form.comment p span.txt {
	line-height: 20px;
	float: left;
	margin: 10px 0 0 100px;
}
form.comment p select {
	display: block;
	width: 252px;
	height: 34px;
	color: #555;
	font-size: 14px;
	padding: 6px 8px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	float: left;
	cursor: pointer;
}
form.comment p img {
	display: block;
	height: 24px;
	cursor: pointer;
	float: left;
	margin: 5px 0 0;
}
form.comment p textarea {
	display: block;
	width: 544px;
	height: 80px;
	line-height: 20px;
	color: #555;
	font-size: 14px;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	float: left;
	resize: none;
	margin-right: 10px;
}
form.comment p.file {
	padding: 10px 10px 4px;
	border: 1px solid #ebebeb;
	margin: 0 0 10px;
}
form.comment p.file font {
	padding: 0;
	height: 4em;
	line-height: 4em;
	top: 50%;
	margin-top: -2em;
}
form.comment p.file em {
	display: block;
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,0) center no-repeat;
	background-size: cover;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 0 20px 4px 0;
	float: left;
	position: relative;
	z-index: 3;
	transform: none;
}
form.comment p.file em a.del {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 20px;
	font-family: Arial;
	text-align: center;
	padding: 0 3.5px 0 5px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	top: 0;
}
form.comment p label.file {
	display: block;
	width: 6em;
	font-weight: normal;
	background: url(../images/camera.png) left center no-repeat;
	padding: 4px 0 6px 24px;
	float: none;
	cursor: pointer;
	border-top: 6px solid transparent;
	margin: 0 auto;
	clear: both;
}
form.comment p input.file {
	display: none;
}
form.comment p label.file:hover {
	color: #af8a33;
	background-image: url(../images/camera_h.png);
}
form.comment p.file span {
	text-align: center;
	clear: both;
}
form.comment .choose {
	height: 34px;
	padding: 5px 0;
}
form.comment .choose p {
	padding: 0;
	float: left;
}
.chzn-container {
	width: 252px !important;
	position: relative;
	float: left;
}
.chzn-container-single .chzn-single {
	display: block;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.chzn-container-single .chzn-single span {
	display: block;
	line-height: 32px;
	color: #555;
	font-size: 14px;
	padding: 0 12px;
	margin-right: 26px;
}
.chzn-container-single .chzn-single div {
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.chzn-container-single .chzn-single div b {
	display: block;
	height: 32px;
	background: url(../images/select.png) center no-repeat;
}
.chzn-container .chzn-drop {
	width: 250px !important;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	-o-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
	z-index: 999;
}
.chzn-container-single .chzn-drop {
	border-radius: 0 0 4px 4px;
	margin-top: -3px;
	padding-top: 3px;
	top: 34px !important;
}
.chzn-container-single .chzn-search {
	padding: 2px 6px 6px;
}
.chzn-container-single .chzn-search input {
	display: block;
	width: 210px !important;
	height: 18px;
	line-height: 18px;
	color: #555;
	font-size: 14px;
	background: #fff url(../images/search.png) right center no-repeat;
	padding: 4px 20px 4px 3px;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.chzn-container .chzn-results {
	display: block;
	max-height: 168px;
	padding: 0 0 0 6px;
	margin: 0 6px 6px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.chzn-container .chzn-results li {
	display: block;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	padding: 0 4px;
	margin: 0;
	list-style: none;
}
.chzn-container .chzn-results li:hover {
	color: #fff;
	background: #af8a33;
}
.chzn-container .chzn-results .active-result {
	cursor: pointer;
}
form.comment p a.cancel {
	display: block;
	width: 158px;
	line-height: 34px;
	color: #cba95a;
	font-size: 14px;
	text-align: center;
	border: 1px solid #cba95a;
	border-radius: 4px;
	float: left;
	margin: 16px 12px 32px 168px;
}
form.comment p input.btn {
	display: block;
	width: 160px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	background: #be281a;
	border: 0;
	border-radius: 4px;
	float: left;
	cursor: pointer;
	margin: 16px 12px 32px;
}
/*组图轮播*/
.flexslider {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	background: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	z-index: 9999;
}
.flexslider a.close {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	background: url(../images/h_close.png) center no-repeat;
	right: 2%;
	top: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.flexslider a.close:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.flexslider ul.slides {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}
.flexslider ul.slides li {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.flexslider ul.slides li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.flexslider ul.slides li a img {
	display: block;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}
.flexslider ul.slides li a span {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
}
.flexslider ul.imgChange {
}
.flexslider ul.imgChange li {
}
.flexslider ul.imgChange li a {
	display: block;
	width: 44px;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=5);
	-webkit-transition: all .3s ease;
	margin: -30px 0 0;
}
.flexslider ul.imgChange li a.prev {
	background: url(../images/l_prev.png) center no-repeat;
	left: 2%;
}
.flexslider ul.imgChange li a.next {
	background: url(../images/l_next.png) center no-repeat;
	right: 2%;
}
.flexslider ul.imgChange li a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.flexslider ol.imgPage {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin: 226px 0 0;
}
.flexslider ol.imgPage li {
	display: inline-block;
*display:inline;
*zoom:1;
	cursor: pointer;
	margin: 0 4px;
}
.flexslider ol.imgPage li img {
	display: block;
	width: 42px;
	height: 34px;
	padding: 2px;
	border: 1px solid #fff;
}
.flexslider ol.imgPage li.on img {
	border-color: #b27e3e;
}

.footer dl.links dd span:last-child{display: none;}
/* 页面申请入驻 */
/* 陵园入驻表单 PC样式
需求：隐藏左侧标签文字，地区三级下拉同行横向排列
*/
.ruzhu {
    width: 920px;
    margin: 50px auto;
    padding: 40px;
    background: #ffffff;      color: #ffffff;
}
.ruzhu > span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;     color: #333;
}

/* 隐藏所有标签文字：陵园全称：所属地区：这类文字 */
.ruzhu form > div:not(.eyou_form_attr) {
    display: block;
}
.ruzhu form > div:not(.eyou_form_attr) > span {
    display: none !important;
}

/* 每个表单区块间距 */
.eyou_form_attr {
        margin-bottom: 0px;
}

/* ===== 重点：所属地区三级下拉同行显示 ===== */
#eyou_form_div_14 {
    display: flex !important;
    gap: 12px;
}
#eyou_form_div_14 .eyou_form_select {
    flex: 1;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    box-sizing: border-box;
}

/* 普通输入框 */
.eyou_form_text {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    box-sizing: border-box;
}
.eyou_form_text:focus {
    outline: none;
    border-color: #666;
}

/* 文本域 */
.eyou_form_textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px 14px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.7;
}
.eyou_form_textarea:focus {
    outline: none;
    border-color: #666;
}

/* 单选按钮 */
.eyou_form_attr label {
    display: inline-flex;
    align-items: center;
    margin-right: 26px;
    cursor: pointer;
    line-height: 42px;
}
.eyou_form_radio {
    margin-right: 6px;
}

/* 提交按钮 */
.eyou_form_btn {
    padding: 12px 38px;
    background: #222;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
.eyou_form_btn:hover {
    background: #444;
}

/* 页面Banner */
.page-banner {
    padding: 10px 0;
    background: #f7f8fa;
    text-align: center;
    position: relative;
}
.page-banner h1 {
    font-size: 22px;
    color: #111;
    margin: 0 0 12px;
    font-weight: 600;
}
.page-banner > .container > p {
    font-size: 16px;
    color: #666;
    margin: 0 0 16px;
}
.page-banner .breadcrumb {
    font-size: 15px;
    color: #888;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 三栏网格布局 */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 60px 0 40px;
}

/* 新闻卡片 */
.news-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.news-image {
    height: 230px;
    overflow: hidden;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.news-card:hover .news-image img {
    transform: scale(1.06);
}

.news-content {
    padding: 22px;
}
.news-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
}
.news-content h3 {
    font-size: 18px;
    margin: 0 0 12px;
    line-height: 1.4;
}
.news-content h3 a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}
.news-content h3 a:hover {
    color: #1677ff;
}
.news-content > p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #1677ff;
    text-decoration: none;
    font-weight: 500;
}
.read-more i {
    transition: transform 0.25s ease;
}
.read-more:hover i {
    transform: translateX(4px);
}

/* 分页样式（易优分页通用美化） */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 50px 0;
}
.pagination a,
.pagination strong {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}
.pagination a:hover {
    border-color: #1677ff;
    color: #1677ff;
}
.pagination strong {
    background: #1677ff;
    border-color: #1677ff;
    color: #fff;
}

/* 移动端自适应 */
@media (max-width: 992px) {
    .grid-3 {
        grid-template-columns: repeat(2,1fr);
    }
    .page-banner {
        padding: 60px 0;
    }
    .page-banner h1 {
        font-size: 28px;
    }
}
@media (max-width: 640px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
}
/* 外层表单容器 */
.eyou_form {
    max-width: 820px;
    margin: 0 auto;
}
.eyou_form form {
    display: grid;
    gap: 10px;
}
.eyou_form dd{    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    color: #393939; }
/* 单行表单项：标签 + 输入框 */
.eyou_form_attr {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* 表单标签文字 */
.eyou_form_attr label {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

/* 通用输入框、下拉、文本域 */
.eyou_form_attr input[type="text"],
.eyou_form_attr input[type="number"],
.eyou_form_attr input[type="tel"],
.eyou_form_attr input[type="email"],
.eyou_form_attr select,
.eyou_form_attr textarea {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: all 0.25s ease;
    background: #ffffff;
}
/* 文本域高度单独设置 */
.eyou_form_attr textarea {
    height: 120px;
    padding: 12px 16px;
    resize: vertical;
}

/* 聚焦高亮 */
.eyou_form_attr input:focus,
.eyou_form_attr select:focus,
.eyou_form_attr textarea:focus {
    border-color: #1677ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}

/* 单选、复选框布局 */
.eyou_form_attr .checkbox-item,
.eyou_form_attr .radio-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 18px;
    margin-top: 6px;
    cursor: pointer;
}

/* 提交按钮 */
.eyou_form_btn {
    height: 46px;
    padding: 0 36px;
    background-color: #1677ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.eyou_form_btn:hover {
    background-color: #0958d9;
}
.eyou_form_btn:active {
    background-color: #0442b7;
}

/* 提交按钮外层容器 */
.eyou_form_attr:has(.eyou_form_btn) {
    margin-top: 10px;
}

/* 移动端适配 */
@media (max-width: 640px) {
    .eyou_form {
        padding: 0 10px;
    }
    .eyou_form_attr input,
    .eyou_form_attr select {
        height: 42px;
    }
}
/*=====城市下拉导航样式=====*/
.citys {
    position: relative;
    display: inline-block;
    z-index: 999;
}
.citys-toggle {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 1px 7px;
    background: transparent;
    border: 1px solid #FFC107;
    border-radius: 15px;
    cursor: pointer;
    white-space: nowrap;
    color: #FFC107;
    margin-left: 0px;
    margin-top: 24px;
    font-size: 14px;
}
.citys-toggle:hover {
    border-color: red;
    color: red;
    background: rgba(255,255,255,0.15);
}
.citys-toggle i {
    font-style: normal;
    font-size: 12px;
    transition: transform 0.2s;
}
.citys.open .citys-toggle i {
    transform: rotate(180deg);
}
.citys-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 70px;
    background: rgba(255,255,255,0.55);
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    display: none;position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: rgb(255 255 255 / 25%);
    padding: 5px 0;
}
.citys.open .citys-dropdown {
    display: block;
}
.citys-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 1px 5px;
    width: 325px;
    height: auto;
}
.citys-dropdown li { float: left;
    padding: 0px 8px;}
.citys-dropdown li a {
    display: block;
    padding: 2px 0;
    font-size: 15px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: transparent;
}
.citys-dropdown li a:hover {
    background: rgba(37, 99, 235, 0.1); color: red;
}
.citys-dropdown li.active a {
    color: red;
    font-weight: 900;
}
/*移动端优化，小屏幕右对齐防止溢出 */
@media(max-width:768px){
    .citys-dropdown{
        left:auto;
        right:0;
    }
}