*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	font-family: "microsoft yahei";
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: none;
}
a{
	text-decoration: none;
	outline: none;
}
body{
	font: normal 12px/22px 宋体;
}

.container{
	width: 1200px;
	min-height: calc(100vh - 390px);
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.container:after{
	display: block;
	clear: both;
	content: "";
}
.clearBox{
	display: block;
	clear: both;
	height: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 分页 */
.paging:after{
	display: block;
	clear: both;
	content: "";
}
.paging{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #99B5CD;
	margin-bottom: 17px;
}
.pagingLeft{
	float: left;
	width: 50%;
}
.pagingLeft a{
	font-size: 12px;
	color: #494949;
	display: inline-block;
	width: 137px;
	text-align: center;
}
.pagingLeft a:hover{
	color: #1974A1;
	text-decoration: underline;
}
.pagingRight{
	float: right;
	font-size: 12px;
	color: #494949;
	width: 50%;
	text-align: right;
}
.upAndDown{
	width: 552px;
	padding-top: 5px;
	float: left;
}
.upAndDown p{
	line-height: 29px;
	padding: 0 5px;
	font-size: 13px;
	color: #666;
	margin-bottom: 30px;
}
.upAndDown p a{
	font-size: 13px;
	color: #666;
}

.whole{
	width: 100%;
	margin: 0 auto;
}
.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.content{
	width: 100%;
}
.currentLocation a{
	color: #fff;
}
.bigImgpicMarquee-left{ width:1200px; height:300px; overflow:hidden; position:relative;margin: 0 auto;}
.bigImgpicMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.bigImgpicMarquee-left .bd ul{ overflow:hidden; zoom:1; } 
.bigImgpicMarquee-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }
.bigImgpicMarquee-left .bd ul{ overflow:hidden; zoom:1; } 
.bigImgpicMarquee-left .bd ul li .pic img{ width:100%; height:300px; display:block;  }
.bigImgpicMarquee-left .bd ul li .title{ line-height:24px;   }