@charset "UTF-8";
/*首页banner*/
.indexbanner .swiper-container .swiper-wrapper .swiper-slide a { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.indexbanner .swiper-container .pagination { margin: 0; width: 100%; display: block; position: absolute; z-index: 20; bottom: 5px; border-radius: 0; text-align: center; }
.indexbanner .swiper-container .pagination .swiper-pagination-switch { width: 10px; height: 10px; cursor: pointer; background: #fff; margin-right: 8px; border-radius: 50%; display: inline-block; }
.indexbanner .swiper-container .pagination .swiper-active-switch { background: #e62129; }

/*内容*/
.content { overflow: hidden; }
.content .con { text-align: center; position: relative; }
.content .con .con-img { width: 100%; }
.content .con .con-img img { max-width: 100%; }
.content .con .con-text { width: 100%; position: absolute; top: 20%; left: 0; z-index: 2; }
.content .con .con-text h4 { color: #333; font-size: 24px; margin-bottom: 4px; }
.content .con .con-text p { color: #666; font-size: 12px; line-height: 16px; }
.content .con .con-text.in h4 { color: #fff; }
.content .con .con-text.in p { color: #fff; }
.content .con1 { margin-left: 12%; }
.content .swiper-container { overflow: visible; }
.content .swiper-container .swiper-pagination { bottom: -40px; }
.content .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; cursor: pointer; background: #ccc; margin-right: 8px; border-radius: 50%; display: inline-block; }
.content .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background: #e62129; }

@media screen and (max-width: 767px) { .content { padding-bottom: 40px; }
  .content .con .con-text h4 { font-size: 16px; } }

/*# sourceMappingURL=index.css.map */
.honerLine {
	/* clear: both; */
	/* margin-top: 30px; */
	/* height: 210px; */
}
.honerLine ul {
	overflow: hidden;
}
.honerLine ul li {
	float: left;
	width: 227px;
	height: 210px;
	margin: 0 9px;
}
.honerLine ul li .honerBox {
	width: 227px;
	height: 165px;
	background: url(../images/honerBg.jpg) no-repeat center 0;
}
.honerLine ul li .honerBox img {
	display: block;
	width: 212px;
	height: 148px;
	margin: 0px auto;
	padding-top: 7px;
}
.honerLine ul li p {
	text-align: center;
	line-height: 40px;
}
.honerLine ul li p a {
	font-size: 14px;
}