body {
	background: url(../images/bg.jpg) center 60px no-repeat;
}
.container {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.banner {
	width: 1180px;
	height: 340px;
	margin: 0 auto;
}
.lead {
    width: 1180px;
    height: 281px;
    padding-top: 52px;
    margin: 0 auto;
    background: url(../images/lead.png) top center no-repeat;
    margin-bottom: 20px;
}
.lead p {
    color: #fff;
    font-size: 20px;
    padding: 10px 100px 10px 80px;
    text-align: justify;
}
.p-list {
    margin: 0 -10px 100px;
}
.p-list li {
    width: 378px;
    float: left;
    margin: 0 10px 20px;
    border: 1px solid #ffb418;
}
.p-list .u-pic {
	position: relative;
    display: block;
    height: 212px;
    overflow: hidden;
}
.p-list .u-pic img {
    width: 100%;
    border: 1px solid #ffaf17;
}
.p-list li .play {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/play-bg.png) bottom center no-repeat;
	background-size: 100%;
}
.p-list .u-tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	z-index: 2;
}
.p-list .u-tit p {
	padding: 10px 70px 14px 15px;
}