/* 滚动图片 */
.swiper-container {
	width: 100%;
	height: 500px;
}
.swiper-slide{
	text-align: center;
}
.swiper-img{
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.swiper-desc{
	color: #fff;
}
.swiper-desc-tit{
	font-size: 30px;
	font-family: "Microsoft YaHei";
}
.swiper-desc-content{
	font-size: 20px;
	margin-top: 20px;
}
.model{
	float: left;
	height: auto;
}
.model-tit{
	width: 100%;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.model-content{
	width: 400px;
	height: 310px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow:0 5px 5px 0 RGBA(62,71,79,.44);
}
.model-row{
	width: 100%;
	height: auto;
}
.model-l{
	float: left;
	width: 140px;
	height: auto;
	text-align: center;
}
.model-r{
	float: right;
	width: 260px;
	height: auto;
	text-align: left;
}
.model-txt{
	font-size: 14px;
	margin-top: 14px;
}
.content-row{
	width: 100%;
	height:40px;
	line-height: 40px;
	vertical-align: middle;
}
.content-dot{
	font-size: 8px !important;
	color: #ee5a6a;
}
.content-nr{
	display: inline-block;
	width: 220px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	cursor:pointer;
	border-bottom: 1px solid #f2f2f2;
	margin-left: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-nr:hover{
	color: #ee5a6a;
}
.more-btn{
	width: 230px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	font-size: 14px;
	text-align: right;
	color: #F4985A;
	cursor:pointer;
}
.model-full{
	width: 100%;
	height: auto;
}
.model-content-full{
	width: 100%;
	height: 380px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow:0 5px 5px 0 RGBA(62,71,79,.44);
	cursor: pointer;
}
.model-fl{
	float: left;
	width: 575px;
	height: 340px;
	margin: 20px 20px 20px 15px;
}
.model-fr{
	float: left;
	width: 580px;
	height: 340px;
	margin: 20px 0;
}
.model-ft{
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.model-fl-1{
	float: left;
	width: 45%;
	height: 300px;
}
.model-fr-1{
	float: left;
	width: 55%;
	height: 300px;
	padding: 0 2.5%;
}
.model-tit-div{
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.model-tit-1{
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.model-more-1{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #888;
	cursor: pointer;
}
.bg-f{
	width: 100%;
	height: 300px;
	background-color: #fff !important;
	border-radius: 5px;
}
.model-f-content{
	width: 90% !important;
	text-align: left;
}
.dzz-list{
	width: 100%;
	height: 230px;
	text-align: center;
}
.dzz-item{
	width: 140px;
	float: left;
	margin: 0 10px;
}
.dzz-item > img{
	width: 140px;
	height: 160px;
}