/* .banner{width: 100%;overflow: hidden;height: 570px;} */
.banner img{width: 100%;height: 100%;object-fit: cover;}
.banner,.banner .swiper,.banner .swiper-slide{width: 100%;overflow: hidden;height: 570px;}
/* .banner{height: 690px;overflow: hidden;width: 100%;} */
.banner .swiper-pagination{bottom: 38px;left: 50%;transform: translateX(-50%);}
.banner .swiper-pagination-bullet{opacity: 1;background-color: #fff;margin-right: 8px;}
.swiper-pagination-bullet-active{width: 30px;height: 8px;background-color: #ff6702 !important;border-radius: 4px;}
.banner .swiper{
    --swiper-theme-color: #fff;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
.banner .swiper-button-prev{left: 5%;}
.banner .swiper-button-next{right: 5%;}
.ind_yanfa{
    width: 1400px;
    height: auto;overflow: hidden;
    margin-left: auto;margin-right: auto;
}
/* .content3_title {
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 80px;
} */
.ind_yanfa ul{
    width: 100%;
    height: auto;overflow: hidden;display: block;
    padding-top: 2px;
    padding-left: 2px;
}
.ind_yanfa li{
    float: left;
    width: 420px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
/*		  border: solid 1px #ddd;*/
    margin-right: 68px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    padding: 20px;
    cursor: pointer;
}
.ind_yanfa li:nth-child(3n){
    margin-right: 0;
}
.ind_yanfa li h1{
    font-size: 18px;
/*		  padding-bottom: 15px;*/
    margin-bottom: 15px;
/*		  border-bottom: solid 1px #ddd;*/
    color: #333;
}
.ind_yanfa li p{
    color: #666;
}
.ind_yanfa li:hover h1{
    color: #0b4da2;
}




.ind_pro{
	width: 50%;
	float: left;
	height: auto;overflow: hidden;
	padding-right: 35px;
}
.ind_pro:nth-child(2){
	width: 50%;
	float: left;
	height: auto;overflow: hidden;
	padding-right: 0px;
	padding-left: 35px;
}
.ind_pro h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #333;
}
.ind_pro img{
	width: 100%;
}
.ind_pro:hover img{
	width: 100%;
}
.ind_pro:hover h1{
	color: #2c5da9;
}

@media only screen and (max-width:1024px){
	/* .header{padding: 0 7.5px;} */
	.banner,.banner .swiper, .banner .swiper-slide{height: 173px;}
    .banner .swiper-button-prev,.swiper-button-next{display: none;}
}









