.banner1{
	margin-bottom: 20px;
}


.swiper-container {
	width: 1200px;
	height: 360px;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	background: #fff !important;
	margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
	background: #FFCC36 !important;
}

.swiper-pagination {
	bottom: 16px !important;
}


.catlist {
	padding-bottom: 20px;
}

.catlist ul {
	padding: 0;
}

.catlist ul>li {
	padding: 0;
	margin: 0;
	margin-right: 40px;
	display: inline-block;
}
.catlist ul>li:nth-child(10n){
	margin-right: 0;
}

.catlist ul>li>a {
	display: block;
	line-height: 36px;

	color: #656565;
	font-size: 24px;


	text-decoration: none;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.catlist ul>li>a:hover,
.catlist ul>li>a:active,
.catlist ul>li>a.sel {
	color: #1DA977;
}
.catlist ul>li>a.sel::after{
	content: '';
	display:block;
	border-bottom:4px solid #1CA877;
}


.news {
}

.news>ul {
	margin-top:20px;
}
.news>ul.items {
}

.news>ul.items>li {
	height: 275px;
	margin-bottom:70px;

	overflow: hidden;
	position: relative;

}

.news>ul.items>li .thumb {
	width:450px;
	height:275px;
	overflow: hidden;
}

.news>ul.items>li .thumb img {
	width:450px;
	height:275px;
}

.news>ul.items>li .title {
	position: absolute;
	left:490px;
	top:30px;
}
.news>ul.items>li .title>a{
	font-weight: bold;
	font-size: 24px;
	color: #000;

	text-decoration: none;
}
.news>ul.items>li .title>a:hover,
.news>ul.items>li .title>a:active {
	color: #00AD4D;
}


.news>ul.items>li .info {
	position: absolute;
	left:490px;
	top:85px;
	line-height: 200%;
	font-size: 14px;
	color: #656565;
}

.news>ul.items>li .time {
	position: absolute;
	left:490px;
	top:190px;
	font-size: 14px;
	color: #656565;
}



