@charset "utf-8";
body{
	background: #eee url(../img/go_bg.png) center bottom;
}

#header .menu ul li.i4 {
	background: #296bff;
}

#main{
	overflow: hidden;
	padding-bottom: 50px;
}
#main .mainBox{
	padding:0px 0;
	overflow:hidden;
	width: 1000px;
	margin-top: 20px;
}
.pageTitle{
	padding: 10px 0px;
}
.pageTitle h2{
	color: #000;
	font-size: 18px;
}
.pageTitle span{
	display: block;
	margin: 5px 0 0 0;
	width: 20px;
	height: 3px;
	background: #529FFF;
}
.leftBox{
	float: left;
	width: 1000px;
	padding: 30px;
	background:#fff;
}
.listBox{
	margin: 10px -15px 0;
}
.listBlock{
	display: block;
	float: left;
	/* width: 270px; */
	margin:0px 15px 30px;
	position: relative;
}
.listBlock .listPic img{
	width: 100%;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.listBlock:hover .listPic img{
	transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.listPic {
       width:455px;
}
.listBlock .title {
	font-size: 16px;
	margin: 5px 0 3px;
	color: #54a2d6;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listBlock .describe {
	font-size: 12px;
	color: #888;
	text-align: center;
	font-weight: normal;
	line-height: 1.8em;
}



@media screen and (max-width: 768px) {
	body{
		min-width: 100%;
	}
	#header .menu ul li.i4 {
		background: #fff;
	}	

	.banner{
		margin-top: 50px;
		position: relative;
	}
	.banner .bd li{
		height: 35vw;
	}
	.banner .bd li a{
		display: block;
		height: 100%;
		position: relative;
		background-size: cover;
		background-position: center center;
	}
	.banner .hd{
		position: absolute;
		z-index: 1;
		width: 100%;
		text-align: center;
		bottom: 0px;
		left: 0;
	}
	.banner .hd li{
		text-indent: -9999em;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 3px;
		border-radius: 3px;
		background: #fff;
		opacity: 0.5;
	}
	.banner .hd li.on{
		opacity: 1;
		width: 10px;
	}	
		
	
	#main{
		background: none;
		overflow: hidden;
		padding-bottom: 0px;
	}
	#main .mainBox{
		overflow:hidden;
		background:#fff;
		padding:0px;
		margin: 0;
		width: 100%;
	}
	.leftBox{
		float: none;
		width: 100%;
		padding: 15px;
	}
	.listBox{
		margin: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.listBlock{
		display: block;
		float: none;
		width: 100%;
		margin:0px 0 20px;
		position: relative;
		padding-bottom: 0px;
		border-bottom: 0;
	}
	
	.listPic {
	       width:100%;
	}
	.listBlock .listPic img{
		width: 100%;
		border-radius: 3px;
		background-position: center;
		background-size: cover;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.listBlock:hover .listPic img{
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0);
	}
	.listPic {
	       width:100%;
	       height:auto;
	       overflow:hidden;
	}
	.listBlock .title {
		font-size: 16px;
		margin-bottom: 3px;
		color: #54a2d6;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.listBlock .describe {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.8em;
	}
	.listBlock .more{
		position: absolute;
		bottom: 10px;
		right: 0;
		color: #54A2D6;
		padding-left: 15px;
		background: url(../img/icon_more.png) no-repeat left center;
	}
	
	
	
	.rightBox{
	  display: none;
	}
}





