.list{
	width:1200px;
	height:auto;
	
}
.list-topimg{
	padding:0px;
	line-height:0px;
	width:200px;
	height:60px;
	margin:0 auto;
	margin-bottom:20px;
}
.list-topimg img{
	width:200px;
	margin-top:-30px;
}
.list-list{
	padding:15px 0 15px 0;
	background:#fff;
	margin-bottom:30px;
	border-radius:20px;
	box-shadow:0 0 10px #bebbbf;
}
.jypx{
	margin:0 auto;
	width:auto;
	height:31px;
	padding: 0px 10px 0px 10px;
	 display:flex;
    justify-content:center;
}
.jypx a{
	float:left;
	margin-left:12px;
	margin-right:12px;
	height:35px;
	font-size:30px;
	font-family:'����';
	line-height:35px;
	color:#ff552e;
}
.jypx a:hover{
	color:#ddd;
}
.jypx div{
	float:left;
	width:55px;
	height:7px;
	background:#ff552e;
	margin-top:16px;
	
}
.list-nav{
	width:1200px;
	height:auto;
	margin:0 auto;
	margin-top:18px;
	margin-bottom:18px;
	text-align:center;
}
.list-nav a{
	padding:0 17px 0 17px;
	/* border-right:1px solid #fc7071; */
	/* border-right:1px solid #63CF6E; */
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#999;
	margin-bottom:8px;
	font-weight:bolder;
}
div.list-nav a:last-child{
	border:0;
}
.list-nav a:hover{
	color:#ff552e;
}
.sp{
	width:100%;	
}

.sp div{
	width:215px;
	height:290px;
	background:#f4f4f4;
	float:left;
	/* margin-right:9px; */
	margin-left:21px;
	padding-bottom:9px;
	/* box-shadow: #ddd 0px 0px 5px 1px; */
	margin-bottom:20px;
	/* border-radius:12px; */
}
.sp div a{
	float:left;
	width:215px;
	height:210px;
	text-align:center;
}

.sp div a img{
	width:150px;
	height:150px;
	/* border-radius:12px; */
	background:#ff552e;
	margin:30px auto 30px;
}
.sp div p{
	font-size:16px;
	line-height:30px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
	color:#111;
	padding: 0 5px;
	font-weight:normal;
}
.sp div p span{
	color:#F40;
	font-size:20px;
	font-family:"Microsoft Yahei";
}
.sp div p span b{
	font-size:12px;
	margin-right: 2px;
	font-weight:normal;
}
.shanchuxian{
	text-decoration:line-through;
}
.sp div span.shanchuxian{
	color:#999;
	font-size: 16px;
	margin-right:5px;
}
/* .right{
	float:left;
	margin:0 !important;
	
} */
/* �ֲ�ͼ1 */
.example {
	width: 1200px;
	height:90px;
	margin-bottom:30px;
}
.carousel-item img{
	width: 1200px;
	height: 90px;
}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
	border-radius: 8px;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

/* .ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
} */

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../img/next.png) no-repeat;
}
/* �ֲ�ͼ2 */
.box{
	width: 1200px;
	height:90px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.box ul{
	position: absolute;
	left: 0;
	top:0;
	height: 90px;
}
.box ul li{
	float: left;
	width: 1200px;
	height: 114px;
}
.box ul li a{
	display: block;
	height: 114px;
}
.box ul li a img:nth-of-type(1){
	width: 1200px;
	height: 114px;
}
.box ul li a img{
	width: 1200px;
	height: 114px;
}	

