/*底部*/
/*2.0首页底部 所有都用*/
.home_foot_one {
	width: 100%;
	background: #fff;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.home_foot_one ul {
	width: 1200px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.home_foot_one ul > li {
	float: left;
	width: 344px;
	margin-left: 56px;
}
.home_foot_one ul > li div:first-child {
	float: left;
	width: 107px;
	height: 123px;
	margin-right: 20px;
	background-image: url(../images/polygon_red.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.home_foot_one ul > li div:first-child img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home_foot_one ul > li div:last-child {
	float: left;
}
.home_foot_one ul > li div:last-child h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 100;
	color: #de2c2c;
	line-height: 32px;
	margin-top: 21px;
}
.home_foot_one ul > li div:last-child p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.home_foot_two {
	width: 100%;
	background: #363636;
	height: auto;
	overflow: hidden;
}
.option_all_er {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.left_option_all,
.option_ul_a {
	margin-bottom: 0;
}
.left_option_all {
	float: left;
	margin-left: 56px;
}
.left_option_all > li {
	float: left;
	width: 200px;
	padding-left: 44px;
	margin-top: 59px;
}
.left_option_all > li > h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
}
.option_ul_a > li > a {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.option_ul_a > li > a:hover {
	color: #fff;
}
.right_er {
	float: left;
	margin-top: 63px;
}
.er_code {
	float: left;
	width: 110px;
	height: auto;
	margin-right: 30px;
}
.er_code > div {
	width: 110px;
	height: 110px;
	position: relative;
	overflow: hidden;
}
.er_code > div > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.er_code span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	text-align: center;
}
.phone_number {
	float: right;
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-weight: normal;
	margin-right: 70px;
	line-height: 54px;
	height: 54px;
	margin-top: 19px;
}
.phone_number span {
	font-size: 20px;
	color: #faea4b;
}






































/*所有共用底部样式*/
footer {
    overflow: hidden;
}
.all_footer {
	overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}
.those_item {
	text-align: center;
	line-height: 26px;
	height: 26px;
	margin-top: 23px;
}
.those_item > * {
	display: inline-block;
}
.those_item a {
	color: #333;
}
.those_item span {
	color: #333;
	margin-left: 26px;
	margin-right: 26px;
    font-size: 14px;
}
.those_item a:hover,
.friends_link > a:hover {
	color: #de2c2c;
}
.friends_link {
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.friends_link > * {
	display: inline-block;
	color: #666;
}
.friends_link > a {
	margin-right: 26px;
    font-size: 14px;
}
.sp_copyright {
	text-align: center;
	line-height: 26px;
	color: #666;
	height: 26px;
}
.sp_copyright > * {
	font-size: 14px;
	display: inline-block;
	height: 26px;
	margin-right: 10px;
}
.sp_copyright i {
	font-size: 18px;
	display: inline-block;
}