@charset "utf-8";


/*新闻资讯*/
.new{
	width: 1230px;
}
.new .new_bottom{
	width: 100%;
	height: 182px;
}
@media screen and (min-width:800px){
	.new .new_bottom{
		height: 180px;
	}
}
@media screen and (min-width:900px){
	.new .new_bottom{
		height: 200px;
	}
}
.new .new_bottom .nb_left {
	width: 48%;
	height: 100%;
	float: left;
}
.new .new_bottom .nb_left .swiper-container{
	width: 100%;
	height: 100%;
}
.new .new_bottom .nb_left .swiper-slide{
	width: 100%;
	height: 100%;
}
.new .new_bottom .nb_left .swiper-slide .img{
	height: 100%;
	overflow: hidden;
}
.new .new_bottom .nb_left .swiper-slide img{
	width: 100%;
}
.new .new_bottom .nb_right{
	width: 48%;
	float: right;
	height: 100%;
	margin-top: 0;
}

.new .wei a{
	display: inline-block;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #192444;
	color: #fff;
	line-height: 30px;
}
/*我们的客户*/

.pad_hide{
	display: none;
}
.pad_show{
	display: block;
}