/*顶部大图*/
.banner{
	width:100%;
	height: 630px;
	position: relative;
}


.swiper-container{
	height: 630px;
}
.swiper-container .swiper-slide{
	background-size: cover;
	background-position: center;
}

/*about*/
.about{
	background: url(../images/bg1.jpg) no-repeat;
	padding:95px 0;
}
.about .left{
	width:510px;
}
.about .left .title{
	background: url(../images/about1.png) no-repeat;
	background-size: contain;
	width:460px;
	height: 207px;
}
.about .left .info{
	padding:40px;
	background: #ffffff;
	line-height: 2;
	color: #888888;
}
.about .left .info b{
	font-size: 24px;
	color: #222222;
}
.about .left .info p{
	text-indent: 2em;
}
.about .left .info .tel-box{
	margin:20px 0 0;
	border-top: 1px solid #eeeeee;
	padding:20px 0;
}
.about .left .info .tel-box .tel{
	float: left;
}
.about .left .info .tel-box .t-info{
	
	float: right;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
.about .left .info .tel-box .t-info p{
	padding:0;
	margin:0;
}
.about .right .t2{
	margin:50px 0 0;
}
.about .right .t2 .t21{
	float: left;
}
.about .right .t2 .t21 p{
	color: #666666;
	margin:10px 0 0;
}
.about .right .t2 .t22{
	float: right;
}
.about .right .t2 .t22 .img:nth-child(1){
	margin:0px 0 30px;
}
/*service*/
.service{
	width: 100%;
	height: 470px;
	background: url(../images/bg2.jpg);
	background-position: center;
	padding:80px 0;
}
.service .wrap p{
	text-align: center;
	color: #ffffff;
	line-height: 2;
}


/*news*/
.news{
	padding:90px 0;
}
.news .tit-box .left{
	float: left;
}
.news .tit-box .left img{
	width: 460px;
}
.news .tit-box .right{
	float: right;
	width:700px;
	text-align: right;
	font-size: 15px;
	line-height: 2;
	padding:10px 0 0;
}
.news .info-box{
	padding:60px 0;
}
.news .info-box .img{
	float: left;
	margin-right: 20px;
}
.news .info-box .img:nth-child(3){
	margin-right: 0;
}
.news .info-box .img img{
	width: 386px;
	cursor: pointer;
	transition: all 0.5s;
}
.news .info-box .img img:hover{
	opacity: 0.8;
	transform: scale(1.02);
}


/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
@media screen and (max-width: 600px) { 
	.banner{height: 16rem;}
    .swiper-container{
		height: 16rem;
	}
	.swiper-container .swt1{
		width: 8rem;
		height: 2.4rem;
		background-size: contain;
		position: absolute;
		top:6rem;
		left: 4rem;
	}
	.swiper-container .swt2{
		width: 10rem;
		height: 2rem;
		background-size: contain;
		position: absolute;
		top:10rem;
		left: 4rem;
	}

	.about{margin-top:1.6rem;padding:12px;}
	.about .left{width:100%;}
	.about .left .title{width:90%;height:120px;padding:12px;}
	.about .left .info{padding: 0.5rem;}
	.about .right{padding:0px;}
	.about .right img{width:100%;}
	.about .right .t2 .t21{width:40%;}
	.about .right .t2 .t22 .img{width:100%;}
	.service{margin-top: 1.6rem;height: auto;padding:40px 20px;width:auto;}
	.news{margin-top:1.6rem;padding:12px;}
	.news .tit-box{width:100%;height: 120px;background-size: contain;}
	.news .tit-box .left img{width:80%;padding:12px;}
	.news .tit-box .right{width:auto;text-align: left;}
	.news .info-box{padding:12px 0;}
	.news .info-box .img{width:30%;margin-right: 5%;}
	.news .info-box .img:nth-child(3){margin-right: 0;}	
	.news .info-box .img img{width:100%;}

}
.im0 img{
	display:block;
	width:100% !important;
}