.pictitle {
	position: relative;
	width: 178px;
	height: 366px;
	overflow: hidden;
	background: url(../images/pic-bg.png) no-repeat left top;
}

.pictitle h3 {
	position: relative;
	padding: 50px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}

.pictitle .picbg p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding-top: 15px;
	font-style: italic;
}

.pictitle h3 .line {
	position: absolute;
	width: 40px;
	height: 3px;
	background: #FFFFFF;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}

.pictitle .more-arrow {
	display: block;
	width: 125px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	font-size: 13px;
	border: 1px solid #FFFFFF;
	margin: 120px auto 0;
	color: #FFFFFF;
	background: url(../images/more-arrow.png) no-repeat 75px center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pictitle .more-arrow:hover {
	width: 150px;
	background: url(../images/more-arrow.png) no-repeat 100px center;
}

.picbox {
	width: 978px;
	overflow: hidden;
}

.picbox ul li {
	overflow: hidden;
	position: relative;
}

.picbox ul li figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #1560b4;
	text-align: center;
	cursor: pointer;
}

.picbox ul li img {

	max-width: 100%;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.picbox ul li:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}

.picbox ul li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.picbox ul li p {
	position: absolute;
	text-transform: none;
	box-sizing: border-box;
	text-align: left;
	padding: 0 10px;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/titbg.png) no-repeat center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.picbox ul li.item-1 {
	width: 652px;
	height: 365px;
	float: left;

	margin-right: 18px;
}

.picbox ul li.item-2 {
	width: 308px;
	height: 175px;
	margin-bottom: 15px;
}

.mt10 {
	margin-top: 10px;
}

.picScroll-left {
	overflow: hidden;
	position: relative;
}

.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 10px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}

.picScroll-left .hd .prev {}

.picScroll-left .hd .next {}


.picScroll-left .bd {
	margin-left: -13px;
	margin-right: -13px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 13px;
	width: 280px !important;
	height: 80px;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

.picScroll-left .bd ul li img {
	width: 100%;
	height: 80px;
	max-height: 70px;
	display: block;
	margin: auto auto;
	transition: linear 0.6s;
}

.picScroll-left .bd ul li img:hover {
	transform: scale(1.1);
}