/*-------------------------------------------------------------------------------*/
/*底部start*/

.foots {
	clear: both;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	border-top: 3px solid #000000;
	background: #D1D1D1;
	height: 249px;
}

.footRoot {
	height: 220px;
}


/*----------One--------------*/

.footRootItem1 {
	float: left;
	width: 32%;
	height: 220px;
	clear: both;
}

.footRootItem1T {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	border-right: 1px solid #B1B1B1;
	clear: both;
}
.footRootItem1T *{
	font-family:"SimSun";
	font-family:"\5B8B\4F53"
}

.footRootItem1Title {
	letter-spacing: 9px;
	padding-left: 10px;
}

.footRootItem1new {
	font-size: 13px;
	color: #757575;
}


/*----------Two--------------*/

.footRootItem2 {
	float: left;
	width: 23%;
	height: 220px;
}

.footRootItem2T {
	border-right: 1px solid #B1B1B1;
	margin-top: 48px;
	clear: both;
	padding-left: 40px;
}

.footRootItem2Title {
	text-align: left;
	clear: both;
}

.footRootItem2new {
	clear: both;
	height: 120px;
	padding-top: 15px;
}

.footRootItem2newItem {
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
}

.footRootItem2newItemstyle {
	/*padding: 5px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.footRootItem2newItemstyle a{
	text-decoration: none;
	color: #333;
}
.footRootItem2newItemstyle a:hover{
	color: #019898;
}

/*----------Three--------------*/

.footRootItem3 {
	float: left;
	width: 25%;
	height: 220px;
}

.footRootItem3T {
	border-right: 1px solid #B1B1B1;
	margin-top: 48px;
	clear: both;
	padding-left: 40px;
}

.footRootItem3Title {
	text-align: left;
	clear: both;
}

.footRootItem3new {
	clear: both;
	height: 120px;
	padding-top: 15px;
}

.footRootItem3newItem {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
}

.footRootItem3newItemstyle {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footRootItem3newItemstyle a{
	text-decoration: none;
	color: #985F0D;
}
.footRootItem3newItemstyle a:hover{
	color: #019898;
}
/*----------Four--------------*/

.footRootItem4 {
	float: left;
	width: 20%;
}

.footRootItem4T {
	padding-left: 47px;
	padding-top: 50px;
}

.footRootItem4T img {
	border: none;
	width: 100px;
	height: 100px;
}

.footRootItem4Title {
	color: #333333;
	font-size: 13px;
	padding: 3px;padding-left: 17px;
}

.footRootBottom {
	height: 50px;
	background: #333;
	text-align: center;color: #FFF;
	padding-top: 15px;
}
.footRootBottom a{
	color: #FFF;
}
.footRootBottom a:hover{
	color: #888;
}
/*底部end*/