.banner{
	width: 100%;
	height: 3rem;
}

.introduce{
	overflow: hidden;
	margin-top: 0.4rem;
}
.introduce dt{
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	border-radius: 50%;
	background: #015ea4;
	text-align: center;
	line-height: 1.2rem;
}
.introduce dt img{
	width: 50%;
	vertical-align: middle;
}
.introduce dl{
	float: left;
	margin-right: 0.17rem;
	
	overflow: hidden;
	text-align: center;
}
.introduce dd{
	margin-top: 0.24rem;
	color: #666;
	font-size: 0.22rem;
	height: .6rem;
}

.product{
	overflow: hidden;
	margin-top: 0.24rem;
	border-bottom: 1px solid #999999;
}
.list_item{
	width: 3.41rem;
	
	float: left;
	margin-right: 0.17rem;
}
.list_item img{
	width: 100%;
}
.list_item dl{
	border: 1px solid #e8e8e8;
}
.list_item dt{
	border-bottom: 1px solid #e8e8e8;
}
.list_item dd h4{
	color: #000;
	font-size: 0.26rem;
	text-align: center;
	margin-top: 0.15rem;
}
.list_item dd p{
	margin-top: 0.16rem;
	margin-bottom: 0.15rem;
	text-align: center;
	color: #666666;
	font-size: 0.24rem;
}
.tel,.qq{
	display: inline-block;
	
	padding: 0.08rem 0.06rem;
	color: white;
	text-align: center;
	line-height: 0.3rem;
	margin: 0.28rem 0;
}
.tel{
	background: #015EA4;
	margin-left: 0.4rem;
}
.qq{
	background: #bb0402;
	margin-left: 0.7rem;
}
.hon{
	margin-top: 0.24rem;
	margin-bottom: 0.34rem;
}
.honor{
	margin-bottom: 0.38rem;
	border-bottom: 1px solid #999999;
}
.honor img{
	width: 100%;
}

.leftImg{
	width: 2.58rem;
	height: 1.54rem;
	float: left;
}
.leftImg img{
width:100%;
}
.news_list{
	margin-top: 0.27rem;
	overflow: hidden;
}
.rightText h4{
	color: #666666;
	font-size: 0.26rem;
	font-weight: normal;
	
}
.rightText p{
	margin-top: 0.08rem;
	font-size: 0.24rem;
	line-height: 0.28rem;
	color: #666666;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 4;
	  -webkit-box-orient: vertical;
	 display: -moz-box;
	  -moz-line-clamp:4;
	 -moz-box-orient: vertical;
	   display: -o-box;
	  -o-line-clamp:4;
	  -o-box-orient: vertical;
}
.rightText{
	width: 4.18rem;
	float: left;
	margin-left: 0.24rem;
}

.swiper-button-prev{
	width: 0.55rem;
	height: 0.8rem;
	background: url(../img/next_03.png) no-repeat center;
	background-size: cover;
}
.swiper-button-next{
	width: 0.55rem;
	height: 0.8rem;
	background: url(../img/next_05.png) no-repeat center;
	background-size: cover;
}
