
.banner{
	background: #ffffff;
	font-size: 0;
	height: 428px;
	transition: all .3s;
}
.banner a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .swiper-button-prev, 
.banner .swiper-button-next{
	color: #ffffff;
	outline: none;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
	font-size: 28px;
}

@media (min-width:426px) and (max-width: 768px) {
	.banner{
		height: 177px;
	}
}
@media screen and (max-width: 425px) {
	.banner{
		height: 160px;
	}
}

.section1{
	padding: 60px 0;
	font-size: 0;
	max-width: 1230px;
	margin: auto;
	transition: all .3s;
}
.section1 .cate-title{
	text-align: center;
	font-size: 32px;
	color: #333333;
	margin-bottom: 60px;
	transition: all .3s;
}
.section1 .list{
	
}
.section1 .list .item{
	width: 50%;
	padding: 15px;
	transition: all .3s;
}
.section1 .list .items{
	display: block;
	background: #ffffff;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.section1 .list .item .pic{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 68.5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section1 .list .item .content{
	text-align: center;
	padding: 25px;
	transition: all .3s;
}
.section1 .list .item .content .title-box{
	margin-bottom: 24px;
	height: 52px;
}
.section1 .list .item .content .title{
	font-size: 20px;
	color: #333333;
	transition: all .3s;
}
.section1 .list .item .content .desc{
	font-size: 15px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	transition: all .3s;
	height: 210px;
}
.section1 .list .item .content .more{
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	border-radius: 50px;
	font-size: 20px;
	color: #64afc3;
	border: 1px solid #64afc3;
	transition: all .3s;
}
.section1 .list .item .content .more:hover{
	background: #64afc3;
	color: #ffffff;
}
@media (min-width:769px) and (max-width:991px) {
	.section1 .list .item{
		width: 50%;
	}
	.section1 .list .item .content{
		padding: 20px;
	}
}
@media screen and (max-width:768px) {
	.section1{
		padding: 2px 0 30px;
	}
	.section1 .cate-title{
		margin-bottom: 40px;
		font-size: 28px;
	}
	.section1 .list .item{
		width: 100%;
	}
	.section1 .list .item .content{
		padding: 15px;
	}
	.section1 .list .item .content .title-box{
		height: auto;
		margin-bottom: 12px;
	}
	.section1 .list .item .content .title{
		font-size: 16px;
		font-weight: 800;
	}
	.section1 .list .item .content .desc{
		font-size: 14px;
		line-height: 28px;
		height: auto;
	}
	.section1 .list .item .content .more{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		width: 140px;
	}
}

.section2{
	padding: 30px 0 60px;
	font-size: 0;
	transition: all .3s;
}
.section2 .cate-title{
	text-align: center;
	font-size: 32px;
	color: #333333;
	margin-bottom: 60px;
	transition: all .3s;
}
.section2 .list{
	
}
.section2 .list .item{
	background: #f5f5f5;
	padding: 15px;
	display: block;
	margin-top: 30px;
	transition: all .3s;
}
.section2 .list .item:first-child{
	margin-top: 0;
}
.section2 .list .item .pic{
	width: 285px;
	height: 190px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
}
.section2 .list .item .content{
	height: 190px;
	padding: 8px 15px 0 20px;
	margin-left: 285px;
	transition: all .3s;
}
.section2 .list .item .content .title{
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}
.section2 .list .item .content .time{
	font-size: 14px;
	color: #757575;
	font-family: arial;
}
.section2 .list .item .content .desc{
	font-size: 16px;
	color: #757575;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	/*height: 48px;*/
	overflow: hidden;
	transition: all .3s;
}
.section2 .list .item .content .more{
	font-size: 16px;
	color: #64afc3;
	font-family: arial;
	width: 145px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #64afc3;
	border-radius: 50px;
	text-align: center;
	transition: all .3s;
}
.section2 .list .item:hover{
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.section2 .list .item:hover .content .title{
	color: #64afc3;
}
.section2 .list .item:hover .content .more{
	background: #64afc3;
	color: #ffffff;
}
.section2 .read_more{
	margin-top: 50px;
}
.section2 .read_more a{
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background: #64afc3;
	border-radius: 50px;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #64afc3;
	text-align: center;
	transition: all .3s;
	font-family: arial;
}
.section2 .read_more a:hover{
	background: #ffffff;
	color: #64afc3;
}
@media screen and (max-width: 600px) {
	.section2 .cate-title{
		font-size: 28px;
		margin-bottom: 40px;
	}
	.section2 .list .item .pic{
		width: 100%;
	}
	.section2 .list .item .content{
		float: left;
		margin-left: 0;
		padding: 20px 0 0 0;
		width: 100%;
	}
	.section2 .list .item .content .title{
		font-size: 18px;
	}
	.section2 .list .item .content .desc{
		font-size: 14px;
	}
	.section2 .list .item .content .more{
		font-size: 14px;
	}
	.section2 .read_more a{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		width: 140px;
	}
}