 .banner{
	background:url(/images/pc/banner3.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	height:260px
}

.content{
    width:1200px;
	margin:0 auto;
}
.text{
	text-align:center;
	margin:30px 0;
}
.text h3{
	font-weight:normal;
	font-size: 20px;
}

.text p{
	color:#666;
	margin-top:20px;
}


.pic {
    height: 490px;
    overflow: hidden;
	width:100%;
	min-width:1200px;
}
.pic ul{
	
}
.pic li {
    text-align: center;
	float:left;
	padding-bottom:30px;
	width: 20%;
	position:relative;
	cursor:pointer;
}

.box{
	margin-top:25px;
	
}
.txt{
	margin-bottom:15px;
}
.cover {
    background:rgba(0,0,0,0.4);
	position:absolute;
    width:208px;
	height:281px;	
	bottom:30px;
	display:none;
	z-index:999;
}

.txt p{
	color:#fff;
	font-size:13px;
	margin-top:3px;
}

.bg{
	position:relative;
	background:#646464;
	width:208px;
	height:295px;
	border-radius:15px 15px 0 0;
	box-shadow:0px 0px 15px #dcdcdc;
}


.bg img{
	position:absolute;
	left: 0;
    bottom: 0;
}
