﻿
/*页底部样式*/
.bottom {
	margin-top: 30px;
	width: 100%;
	min-width: 1280px;
	border-top: 1px solid #e8e8e8;
}
.smallbottom{
	margin-top: 30px;
	width: 100%;
	min-width: 980px;
	border-top: 1px solid #e8e8e8;
}
.ms_bottom {
	width: 100%;
	min-width: 1280px;
	margin-top: 70px;
}

.bottom_content {
	color: #000;
	width: 704px;
	margin: 0px auto;
	height: 90px;
	text-align: center;
}

.bottom_content a:hover {
	color: #2C33E4;
	text-decoration: none;
}

.bottom_content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
}

.bottom_content ul li {
	display: inline;
	color: #666;
	cursor: pointer;
}

.bottom_content a {
	color: #666;
	margin-right: 24px;
	text-decoration: none;
	color: #999;
}

.copyright_address {
	color: #999;
	margin-top: 10px;
}

.footer {
	font-size: 12px;
	text-align: center;
	color: #999;
	/* border-top: 1px solid #e6e6e6; */
	padding-bottom: 10px;
}

.footer .links {
	padding-top: 30px;
	padding-bottom: 6px;
}

.footer .links a {
	margin: 0 5px;
	color: #999;
	cursor: pointer;
}

.footer .links span{
    margin: 0 5px;
}

.footer .links a:hover {
	color: #2C33E4;
	text-decoration: none;
}

.footer .address{
    padding-bottom: 6px;
}

.footer .copyright{
    padding-bottom: 20px;
}

.footer .copyright b{
    margin: 0 3px;
    font-weight: 400;
}