锘?pc-style #Bot {
	background: #ffffff;
	padding: 20px 0px;
	width: 100%;
}

.pc-style #Bot .BotInner {
	text-align: left;
	width: 1120px;
	color: #666666;
	margin: 0px auto;
	position: relative;
}

.pc-style #Bot .BotInner a {
	color: #666666;
	padding: 0px 10px;
}

.pc-style #Bot .BotInner a:first-child {
	padding-left: 0px;
}

.pc-style #Bot .BotInner a.index {
	padding-left: 0px;
}

.pc-style #Bot .BotInner .CooperationBtn {
	position: absolute;
	top: 10px;
	right: 0px;
}

.pc-style #Bot .BotInner .CooperationBtn a {
	line-height: 30px;
	height: 30px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 10px;
	display: block;
	float: right;
	font-size: 14px;
}

.pc-style #Bot .BotInner .CooperationBtn a:hover {
	background: #1e50a2;
	color: #ffffff;
	text-decoration: none;
}

.mobile-style #Bot {
	background: #ffffff;
	padding:20px;
}

.mobile-style #Bot .BotInner {
	color: #666666;
	margin: 0px auto;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.mobile-style #Bot .BotInner a {
	color: #666666;
	padding: 0px 10px;
	display: inline-block;
}

.mobile-style #Bot .BotInner a:first-child {
	padding-left: 0px;
}

.mobile-style #Bot .BotInner a.index {
	padding-left: 0px;
}

.mobile-style #Bot .BotInner .CooperationBtn {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.mobile-style #Bot .BotInner .CooperationBtn a {
	line-height: 40px;
	height: 40px;
	background: #e53737;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 15px;
	display: block;
	width: 4em;
	margin: 0px auto;
	border-radius: 4px;
}

.mobile-style #Bot .BotInner .CooperationBtn a:hover {
	background: #1e50a2;
	color: #ffffff;
	text-decoration: none;
}
