* {
  
	list-style-type: none;
  	font-family: "Microsoft YaHei","Arial",sans-serif;
  	padding: 0px;
  	margin: 0px;
}

.classname {
	display: none
}

/* 轮播图slide */
.banner-box {
	height: 320px;
	background: url(../img/news-bg.jpg) no-repeat 0px center;
	text-align: center;
	position: relative;
}

.banner-box p {
	font-size: 42px;
	color: #fff;
	padding-top: 130px;
}

.banner-box p span {
	font-size: 28px;
	padding: 0 8px;
}

.banner-box-two {
	height: 160px;
	background: url(../img/news-bg.jpg) no-repeat 0px center;
	text-align: center;
	position: relative;
}

.banner-box-two p {
	font-size: 32px;
	color: #fff;
	padding-top: 56px;
}

.banner-box-two p span {
	font-size: 28px;
	padding: 0 8px;
}








/*移动设备兼容*/
@media only screen and (max-width: 540px) {
	
	
}


@media only screen and (max-width: 768px) {
	
	
	
}


@media only screen and (max-width: 991px) {
	
	.hearder-box {
		display: none;
	}
	

}


@media only screen and (max-width: 1199px) {
	
	.two-list-box-right {
		display: none
	}
	
	.target {
		display: none
	}
	
	.classname {
		display: inline
	}
	
	.item {
		top: 500px;
		left: 0;
	}
	
	.prev,.next {
		display: none;
	}
	
	.obj-e {
		margin-left: -360px;
		top: 100px;
		z-index: 12;
	}
	
	.obj-f {
		width: 200px;
		height: 56px;
		top: -88px;
		margin-left: -360px;
	}
	
	/* 轮播图slide */
	.banner-box {
		height: 220px;
		background: url(../img/news-bg.jpg) no-repeat 0px center;
		text-align: center;
		position: relative;
	}

	.banner-box p {
		font-size: 32px;
		color: #fff;
		padding-top: 80px;
	}

	.banner-box p span {
		font-size: 28px;
		padding: 0 8px;
	}
	
	.banner-box-two {
		height: 120px;
		background: url(../img/news-bg.jpg) no-repeat 0px center;
		text-align: center;
		position: relative;
	}

	.banner-box-two p {
		font-size: 26px;
		color: #fff;
		padding-top: 36px;
	}

	.banner-box-two p span {
		font-size: 28px;
		padding: 0 8px;
	}
	
	
	
	
	
	
	
	
	
	
	.m-home-news-box {
		padding: 20px 30px;
	}
	
	.m-partner-box {
		display: inline;
	}
	
	.m-home-partner-box {
		padding: 20px 30px;
	}
	
	.m-home-partner-link .row {
		margin-bottom: 30px;
	}
	
	.m-home-partner-link a {
		display: block
	}
	
	.m-home-partner-link a img {
		width: 100%;
	}
	
}


@media only screen and (min-width: 0) and (max-width: 540px) {
	
	
	
}


@media only screen and (min-width: 540px) and (max-width: 768px) {
	
	
		
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
	
	
	
}









