.list{
	width:1200px;
	height:auto;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	background:#f4f4f4;
}
.list-topimg{
	width:200px;
	height:33px;
	margin:0 auto;
	margin-bottom:25px;
}
.list-topimg img{
	width:200px;
	height:33px;
}
.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:26px;
	font-family:'黑体';
	line-height:35px;
	
}
.jypx div{
	float:left;
	width:55px;
	height:7px;
	background:#fc7071;
	margin-top:16px;
}
.list-nav{
	width:1200px;
	height:auto;
	margin:0 auto;
	margin-top:22px;
	margin-bottom:15px;
text-align:center;
}
.list-nav a{
	padding:0 17px 0 17px;
	border-right:1px solid #fc7071;
	text-align:center;
	font-size:14px;
	line-height:28px;
	color:#999;
	margin-bottom:8px;
	font-weight:bold;
}
div.list-nav a:last-child{
	border:0;
}
div.list div:nth-child(2) div div.list-nav a{
	border-color:#fc7071;
}
div.list div:nth-child(3) div div.list-nav a{
	border-color:#59b5fe;
}
div.list div:nth-child(6) div div.list-nav a{
	border-color:#fc7071;
}
div.list div:nth-child(7) div div.list-nav a{
	border-color:#59b5fe;
}
div.list div:nth-child(10) div div.list-nav a{
	border-color:#ea7575;
}
div.list div:nth-child(11) div div.list-nav a{
	border-color:#59b5fe;
}
.list-nav a:hover{
	color:#e54829;
}
.sp{
	width:100%;	
}

.sp div{
	width:215px;
	height:295px;
	background:#FFF;
	float:left;
	margin-left:20px;
	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;
	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%;
	border-radius: 10px;
}

.ft-carousel .carousel-item img {
	width: 100%;
	border-radius: 10px;
}

.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;
}	

