@charset "utf-8";
/* banner公共 */
.swiper-banner .swiper-slide ,.swiper-container2 .swiper-slide{
	text-align: center;
}
.swiper-banner .swiper-slide img,.swiper-container2 .swiper-slide img{
	width: 100%;
}
.swiper-banner.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:10px;
}
.swiper-banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.swiper-banner .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	opacity: 0.2;
}
.swiper-banner .swiper-pagination-bullet-active{
	opacity: 1;
	background: #0096d0;
}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev{
	background-size: auto;
	width: 24px;
	height: 42px;
}
.swiper-banner .swiper-button-prev{
	background-image: url(../img/ban_l.png);
	left:10px;
}
.swiper-banner .swiper-button-next{
	background-image: url(../img/ban_r.png);
	background-position: right center; 
	right:10px;
}
.swiper-notification{
	display: none;
}

.ind_a{
	padding: 30px 0;
}
.ind_a ul li{
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
	padding: 6px;
}
.ind_a ul li a{
	display: block;
}
.ind_a ul li .img{
	overflow: hidden;
}
.ind_a ul li .img img{
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.ind_a ul li .h3{
	font-size: 18px;
	color: #000000;
	line-height: 1.4;
	padding: 12px 5px 0px;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.ind_a ul li p{
	font-size: 14px;
	color: #666;
	padding: 0 5px 5px;
}
.ind_a ul li a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.ind_a ul li a:hover .h3{
	color:#0096d0;
}

.ind_b{
	padding: 0 0 30px;
}
.ind_b ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 6px;
}
.ind_b ul li a{
	display: block;
}
.ind_b ul li .img{
	overflow: hidden;
}
.ind_b ul li .img img{
	width: 100%;
	height: 154px;
	object-fit: cover;
}
.ind_b ul li p{
	font-size: 18px;
	color: #000000;
	line-height: 1.4;
	padding: 12px 5px 5px;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}

.ind_b ul li a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.ind_b ul li a:hover p{
	color:#0096d0;
}
