.cate-show-box {
	background-color: #f8f8f8;
	padding: 20px 0 10px;
}
.intro-box {
	margin-top: 10px;
	background-color: #fff;
	padding: 30px 25px;
	box-sizing: border-box;
	border-bottom: 5px solid #3e9f36;
}
.intro-txt {
	position: relative;
	margin-bottom: 30px;
}
.intro-txt-p {
	line-height: 30px;
	font-size:14px;
	text-indent:2em;
}
.intro-txt, .thd {
	width: 100%;
	overflow: hidden;
	min-height: 500px;
}
.thd {
	padding-right: 55px;
	box-sizing: border-box;
	min-height: auto;
}
.thd h4 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.thd h4 a {
	width: 49px;
	height: 49px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	background: url(../../../upload/image/news-icon01.png) no-repeat;
}
.thd p {
	display: block;
	font-size: 12px;
	color: #999999;
	padding: 0px 0px 10px;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 10px;
}
.next-map {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	height: 70px;
}
.next-map-top, .next-map-bottom {
	width: 47%;
	float: left;
	height: 70px;
	line-height: 70px;
	margin-right: 3%;
}
.next-map-top span, .next-map-bottom span {
	float: left;
	width: 60px;
	line-height: 70px;
	display: block;
	color: #333;
}
.next-map-top a, .next-map-bottom a {
	overflow: hidden;
	font-size: 13px;
	color: #666666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.intro-txt img {
	max-width: 100%;
}
/*------------相关项目-----------------------*/

.pro-rec {
	border-top: 1px solid #e7e7e7;
	width: 100%;
	overflow: hidden;
}
.pro-rec h2 {
	padding: 30px 0 10px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.pro-rec ul {
	width: 100%;
}
.pro-rec li {
	display: inline-block;
 *display: inline;
 *zoom:1;
	vertical-align: top;
	width: 31%;
	margin: 0 1%;
	position: relative;
	padding: 12px 12px 20px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	margin-right: 6px;
	margin-bottom: 25px;
	position: relative;
}
.pro-rec li a {
	display: block;
}
.pro-rec li .txt h5 {
	font-size: 18px;
	height: 24px;
	color: #333333;
	font-weight: normal;
	margin: 15px 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-rec li img {
	width: 100%;
	display: block;
	transition: all 1s ease-out;
	transform: scale(1);
}
.pro-rec li .pic, .pro-rec li .txt {
	display: block;
	width: 100%;
	overflow: hidden;
}
.pro-rec li .txt p {
	font-size: 14px;
	color: #999999;
	margin-bottom: 15px;
	max-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pro-rec li .txt span {
	width: 105px;
	height: 33px;
	border-radius: 4px;
	text-indent: 34px;
	display: block;
	background: url(../../../upload/image/hotSale_icon01.png) no-repeat 15px center #f1f1f1;
	right: 8px;
	bottom: 25px;
	line-height: 33px;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.pro-rec li:hover img {
	transform: scale(1.2);
}
.pro-rec li:hover {
	box-shadow: 0 0 8px 4px #f3f3f3;
}
.pro-rec li:hover span {
	background: url(../../../upload/image/hotSale_icon02.png) no-repeat 15px center #ffb100;
	color: #FFF;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/xbz-left.png);
}