@charset "utf-8";
body{
	background: #eee url(../img/go_bg.png) center bottom;
}


#main{
	overflow: hidden;
	padding-bottom: 50px;
}
#main .mainBox{
	padding:0px 0;
	overflow:hidden;
}
.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: 960px;
	padding: 20px;
	background:#fff;
}
.contentBox{
	margin: 0px ;
}
.contentBox .pic img{
	width: 100%;
}
.contentBox .info{
	padding: 10px 0;
	font-size: 16px;;
}
.contentBox img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
}
.contentBox p{
	margin-bottom: 1em;
}
.contentBox {
	font-size: 18px;
	line-height: 1.8em;
	overflow: hidden;
}
.contentBox video{
	margin:40px auto; 
	width:720px; 
	display: block;
}


@media screen and (max-width: 768px) {
	#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;
	}
	.leftBox{
		float: none;
		width: 100%;
		padding: 15px;
	}
	.listBox{
		margin: 0px;
	}
	.listBlock{
		display: block;
		float: none;
		width: 100%;
		margin:0px 0 20px;
		position: relative;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}
	.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{
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.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;
	}
}





