*{
	margin: 0;
	padding: 0;
	font-family: "Arial";
}
ul li,ol li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000000;
}
.auto{
	width: 1200px;
	margin: 0 auto;
}
.bannerAll{
	min-width: 1200px;
	font-size: 0;
}
.bannerAll img{
	width: 100%;
}
/*网站底部*/
footer{
	width: 100%;
	background-color: #272727;
	margin-top: 48px;
	padding-top: 55px;
	min-width: 1200px;
}
footer .botNav{
	display: flex;
	justify-content: center;
	padding-bottom: 82px;
}
footer .botNav dl{
	width: 150px;
	text-align: left;
}
footer .botNav dl dt{
	color: #fefefe;
	font-size: 17px;
	margin-bottom: 5px;
}
footer .botNav dl dd a{
	display: inline-block;
	color: #737373;
	font-size: 14px;
	margin-top: 7px;
}
footer .botNav dl dd a:hover{
	color: #fefefe;
}
footer .botNav .botTell{
	width: 119px;
	margin-left: 30px;
	font-size: 0;
}
footer .botNav .botTell img{
	width: 119px;
	height: 119px;
}
footer .bottom{
	width: 100%;
	height: 34px;
	background-color: #202020;
	overflow: hidden;
	text-align: center;
}
footer .bottom span{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: #6e6e6e;
	font-size: 14px;
}
footer .bottom a{
	color: #6e6e6e;
	text-decoration: none;
}
footer .bottom a:hover{
	color: #fefefe;
}
/*左侧通用*/
.comL{
	float: left;
	margin-left: 38px;
}
.comL dt{
	width: 201px;
	height: 53px;
	color: #ffffff;
	background-color: #247ddd;
	font-size: 28px;
	line-height: 53px;
	text-align: center;
	font-weight: bold;
}
.comL dd{
	border-bottom: 2px solid #c1c1c1;
	padding-bottom: 5px;
}
.comL dd a{
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 20px;
	color: #636363;
	/*letter-spacing: 5px;*/
}
.comL dd .comLol li .comLas{
	font-size: 19px;
	height: 40px;
	letter-spacing: normal;
}
.comL dd .comLol li .comLasAct{
	color: #4583c7;
	font-weight: bold;
}
.comL .comLdAct{
	border-bottom: 2px solid #247ddd;
}
.comL dd .comLAct{
	font-weight: bold;
	color: #4583c7;
	font-size: 24px;
}
.comL dd a:hover{
	font-weight: bold;
	color: #4583c7;
	font-size: 24px;
}
.comL dd:hover{
	border-bottom: 2px solid #247ddd;
}
/*分页*/
.fy{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 56px;
}
.fy a{
	font-size: 12px;
	color: #636363;
	border: 1px solid #989898;
	padding: 1px 4px;
	float: left;
	margin: 0 2px;
	cursor: default;
}
#numes{
	display: inline-block;
	width: 22px;
	height: 20px;
	background-color: #4583c7;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	float: left;
	margin: 0 2px;
}
.fy .dians:hover{
	color: #ffffff;
	background-color: #4583c7;
	cursor: pointer;
}
/*产品样式*/
.productf .comL dd{
	text-align: center;
}
/*.productf .comL .comLdAct a{
	height: auto;
}*/
/*.productf .comL .comLdAct .comLol .comLasAct{
	height: 80px;
}*/
.productf .comL .comLdAct .comLol .comLas{
	height: auto;

}
.productf .comL dd a{
	height: auto;
	padding: 5px 0;
}
.productf .comL dd .comLAct{
	font-size: 20px;
}
.productf .comL dd a:hover{
	font-size: 20px;
}
.productf .comL dd .comLol a{
	font-size: 16px;
}
.productf .comL dd .comLol a:hover{
	font-size: 16px;
}