@charset "utf-8";
/* CSS Document */
/*内页新闻切换按钮样式*/
#sectTwo .swiper-pagination-bullet-active {
	background: #C02230;
	width: 50px;
}
#sectFive-2 .swiper-pagination {
	bottom: 70px
}
#sectFive-2 .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	border-radius: 5px;
	background: rgb(163, 158, 158);
	opacity: 1
}
#sectFive-2 .swiper-pagination-bullet-active {
	background: #C02230;
	width: 50px;
}
/*内页新闻切换按钮样式  end*/
.show-kcfl{
	width:100%;
	background-color:#f5f5f5;
	padding: 50px 0;
}
.kcfl-max{
	width: 1290px;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px;
}
.mk-1 p{
	line-height: 28px;
	font-size: 14px;
	text-indent: 2em;
}
.mk-1 h1{
	font-size: 30px;
    font-weight: normal;
    line-height: 50px;
    padding-top: 45px;
    text-align: center;
}
.por-show{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.zykc-fl ul li{
	width: 20%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	float: left;
	border:solid 1px #ccc;
	box-sizing: border-box;

}
.zykc-fl ul li a{
	color: #333
}
.zykc-fl ul .on a{
	background-color: #c02230;
	display: inline-block;
	width: 100%;
	color: #fff
}
.zykc-fl ul li  a:hover{
	background-color: #c02230;
	display: inline-block;
	width: 100%;
	color: #fff;
}
/*首页视频*/
.index-sp img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 35px;
}
/* 分页 */
#pages{
	display:flex;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
}
#pages li{
	border: solid 1px #ccc;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	border-radius:3px;
	width: 35px;
	text-align: center;
}
#pages .active span{
	color: #fff;
	display: block;
	width: 35px;
	border-radius:3px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #C02230
}
@media screen and (max-width:768px){
	.kcfl-max{
		width: 100%;
		padding: 0px;
	}
	.mk-1 p{
		padding: 5px;
	}
	.zykc-fl ul li{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	float: left;

}
.index-sp img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 35px;
	width: 100%
}
.index-ht{
	height:150px;
}
.index-ht img{
	width:100%;
}
}
