*{
	font-family: Miscrosoft Yahei, sans-serif;
}
.clearFix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.center{
	width: 1100px;
	margin: 0 auto;
}
.bannerSer{
	width: 100%;
	min-height: 100%;
	min-width: 1100px;
}
.bannerSer>img{
	width: 100%;
	
}
.positionBox{
	height: 60px;
	line-height: 60px;
	font-size: 17px;
}
.positionBox table,.positionBox td{
	line-height: 60px;
}
.positionBox a{
	font-size: 17px;
	color: #222;
}

/*================================================
====================department_css:::START*/
.departLists{
	margin: 0 -20px;
}
.departLists li{
	float: left;
	min-width: 245px;
	height: 57px;
	margin: 0 20px 20px;
}
.departLists li>a{
	display: block;
	width: 100%;
	height: 57px;
	text-align: center;
	line-height: 57px;
	font-size: 17px;
	color: #222;
	background: #f0f0f0; 
}
.departLists li>a:hover{
	color: #fff;
	background: #c43011; 
}
/*===================department_css:::END;
===============================================*/

/*=============================================
====================local_css:::START*/
.localQNav{
	position: relative;
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #868686;
}
.localQNavTxt{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 42px;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px solid #c40311;
}
.localLists{
	margin: 20px -12px;
}
.localLists li{
	float: left;
	margin: 0 12px 24px;
	width: 257px;
	box-shadow: 0px 1px 2px #ddd;
}
.localLists li>a{
	display: block;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.localLists li>a>img{
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.localLists li>a>img:hover{
	transform: scale(1.1);
	transition: 0.3s;
}
.localLists li>p{
	width: 100%;
	height: 65px;
	text-align: center;
}
.localLists li>p>a{
	line-height: 65px;
	font-size: 17px;
	color: #222;
}

.gray_mask {
    pointer-events: none; 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: gray;
}

/*==================local_css:::END
==================04309012SdL======================*/