﻿.footer {
	width: 100%;
	background-color: #E6E6E6;
	border: 0px solid red;
}
.pcFooter {
	height: 250px;
}
.pcFooter .pcFooterTitle {
	padding-top: 20px;
	border: 0px solid green;
}
.pcFooter .pcFooterTitle .kuan{
	float:left;
	width:105px;
}
.pcFooter .pcFooterTitle .kuani{
	float:left;
	width:350px;
	margin-left: -25px;
}
.pcFooter .pcFooterTitleHead {
	font-size: 15px;
	font-weight: bold;
	border: 0px solid green;
}
.pcFooter a {
	margin-top: 10px;
	text-decoration: none;
	color: #6F6F6F;
}
.pcFooter a:hover {
	text-decoration: none;
	color: #FF6600;
}
.pcFooter .pcFooterContent {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #C4C4C4;
}
.pcFooter .pcFooterTitle ul {
	padding-left: 0px;
	margin-top: 10px;
	border: 0px solid red;
}
.pcFooter .pcFooterTitle ul li {
	padding-left: 0px;
	margin-top: 5px;
	list-style-type: none;
}
/**/

.mobFooter {
}
.mobFooter .mobFooterTitle {
	text-align: center;
}
.mobFooter .mobFooterTitle .mobFooterModel {
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.mobFooter .mobFooterTitle .mobFooterModel .mobFooterModelT {
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: 25px;
	text-align: left;
	text-decoration: none;
	color: #808080;
}
.mobFooter .mobFooterTitle .mobFooterModel .mobFooterModelT:hover {
	color: #FF6600;
}
.mobFooter .mobFooterTitle .mobFooterModel .mobFooterModelT div {
	border: 1px solid #C4C4C4;
}
.mobFooter .mobFooterTitle .mobFooterModel ul {
	padding-left: 0px;
	margin-top: 10px;
}
.mobFooter .mobFooterTitle .mobFooterModel ul li {
	margin-top: 10px;
	font-size: 20px;
	list-style-type: none;
}
.mobFooter .mobFooterContent {
	background-color: #C4C4C4;
}
/*-----------------------------分页 start--------------------------------*/
.next1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 30px;
}
.next1 ul {
	display: inline-block;
}
.next1 ul li {
	display: inline-block;
}
.next1 a {
	display: inline-block;
	border: 1px solid #ebebeb;
	color: #999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	overflow: hidden;
}
.next1 a.on1, .next1 a:hover {
	background: #F73809;
	color: #fff;
	border: 1px solid #F73809;
}
/*--------------------分页 end----------------------*/
