/** 

 * 内页面

 * 内页面背景图片

 * 

*/

.wholebg_img{

	width: 100%;

	margin: 0 auto;

	height: 380px;

	max-height: 380px;

	padding-top: 90px;

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}

.wholebg_img .mainsVw{

	margin: 0 auto;

	position: relative;

	height: 100%;

}

.wholebg_font{

	margin: 0 auto;

	padding-top: 90px;

	color: #FFFFFF;

}

/* 标题 */

.wholebg_font h2{

	font-size: 36px;

	font-weight: 500;

	text-align: center;

	position: relative;

	padding-bottom: 32px;

}

/* 图片 */

.wholebg_font .absoluteImage{

	position: absolute;

	bottom: 0;

	width: 167px;

	height: 11px;

	left: 50%;

	transform: translateX(-50%);

}



/* 位置 */

.absoluteSeat{
color: #ddd;
	width: auto;

	max-width: 100%;

	position: absolute;

	bottom: 20px;

	right: 0;

	display: flex;

	align-items: center;

}

.absoluteSeat img{

	width: 18px;

	margin-right: 10px;

}

.absoluteSeat span{

	color: #ddd;

	font-size: 14px;

	display: inline-block;

	margin: 0 8px;

}
.absoluteSeat a{

	color: #ddd;

		font-size: 14px;

	transition: all 0.5s;

}

.absoluteSeat a:hover{

	color: #fff;

}

@media (max-width: 540px) {

	.wholebg_img{

		height: 200px;

		max-height: 200px;

	}

	.wholebg_font{

		margin: 0 auto;

		padding-top: 20px;

	}

	.wholebg_font h2 {

	    font-size: 34px;

	}

}

/** 

 * 内页面

 * 内页面二级导航栏

 * 

*/

.pagingNavigation{

	width: 100%;

	background-color: #f8fcff;

}

.pagingNavigation .mainsVw{

	overflow-x:auto; 

	overflow-y:hidden; 

}

.pagingNavigation .mainsVw::-webkit-scrollbar {

	width: 2px;

	height: 1px;

}



.pagingNavigation ul{

	width: 100%;

	text-align: left;

	margin: 0 auto;

	white-space: nowrap;

}

.pagingNavigation ul li{

	display: inline-block;

	text-align: center;

	margin: 0 auto;

}

.pagingNavigation ul li a{

	font-size: 16px;

	color: #666;

	padding: 29.5px 28px;

	position: relative;

	margin-right: 8px;

}

.pagingNavigation ul li a:hover{

	color: #126eba;

}

.pagingNavigation ul li a.active{

	color: #fff;

	background-color: #126eba;

}

.pagingNavigation ul li a.active:hover{

	color: #fff;

}



@media (max-width: 540px) {

	.pagingNavigation ul li a{

		font-size: 14px;

		color: #666;

		padding: 20px;

		position: relative;

		margin-right: 0;

		

	}

}







/** 页码 */

.pages {

	margin-top: 12px;

	margin-bottom: 12px;

	position: relative;

	top: -5px;

	text-align: center;

}

.pages a {

	display: inline-block;

}

.pages a span {

	margin-right: 5px;

	padding: 12.5px 17px;

	font-size: 14px;

	display: inline-block;

	color: #333;

	background-color: #fff;

	transition: all 0.3s linear;

}

.pages a:hover span {

	color: #126eba;

}

.pages a.active span{

	color: #fff;

	background-color: #126eba;

}