.catalog_banner {
	height: 860px;
	background: url(../images/catalogbg.jpg) center center;
}

.catalog_banner h1 {
	padding-top: 50px;
}

.catalog_banner p {
	padding: 0px;
	margin-bottom: 0px;
}

.catalog_banner a {
	width: auto;
}

.piclist_w100 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding-bottom: 50px;
}

.picScroll-left {
	position: relative;
}

.picScroll-left ul {
	display: block;
	margin: 0px auto;
}

.picScroll-left li {
	display: block;
	float: left;
	margin: 0px 10px;
	height: 297px;
	width: 215px;
}

.tempWrap {
	width: 940px;
	height: 297px;
	margin: 0px auto;
}

.picScroll-left .hd a {
	position: absolute;
	display: block;
	width: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #cbcbcb;
	color: #fff;
	top: 50%;
	margin-top: -27px;
}

.picScroll-left .hd a.next {
	right: 0px;
}

.picScroll-left .hd a.prev {
	left: 0px;
}

.picList li {
	position: relative;
	color: #fff;
}

.picList li .pic_intro {
	display: table;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.picList li .pic_intro span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.picList li .pic_intro span p {
	margin-top: 10px !important;
}

.picList li .pic_intro {
	transform: scale(0);
}

.picList li:hover .pic_intro {
	transform: scale(1);
	transition: .3s;
}

.iucn_intro h2 {
	font-size: 28px;
	line-height: 37px;
}

.iucn_intro p {
	margin-bottom: 0px;
	line-height: 27px;
}
.iucn_intro .font_small p{
	font-size: 14px;
	line-height: 22px;
}
.iucn_intro .font_small h3{
	font-size: 16px;
}
