@charset "utf-8";
#globalFooter{
	background: #e70014;
}
.foot{
	width: 1200px;
	height: 340px;
	margin: auto;
	overflow: hidden;
}
.foot_left{
	width: 340px;
	height: 120px;
	background: #fff;
	border-radius: 4px;
	margin-top: 25px;
	padding-top: 15px;
	float: left;
}
.foot_left ul{
	background: #f30527;
	overflow: hidden;
	display: table;
	padding: 14px;
	border-radius: 4px;
	margin: auto;
}
.foot_left li{
	float: left;
}
.foot_left a{
	font-size: 14px;
	color: #fff;
	padding: 0px 18px;
}
.foot_left a:hover{
	color: #ffd203;
}
.foot_left div{
	overflow: hidden;
	padding-left: 20px;
	padding-top: 16px;
}
.foot_left h1{
	float: left;
	font-size: 15px;
	color: #e70014;
	width: 33px;
	padding-right: 10px;
	border-right: 1px solid #e70014
}
.foot_left h2{
	float: left;
	font-size: 32px;
	color: #e70014;
	padding-left: 16px;
}
.foot_ewm{
	float: left;
	margin: 25px 50px 0px 50px;
	padding: 0px 50px;
	border-left: 1px solid #a0000e;
	border-right: 1px solid #a0000e;
}
.foot_ewm img{
	width: 100px;
	height: 100px;
	border: 8px solid #fff;
	border-bottom: none;
}
.foot_ewm p{
	font-size: 13px;
	text-align: center;
	padding: 4px 0px;
	background: #fff;
}
.foot_right{
	float: left;
	margin-top: 25px;
	width:540px;
}
.foot_right ul{
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
}
.foot_right li{
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
}
.foot_right li a{
	color: #fff;
	padding-right: 15px;
}
.foot_right li a:hover{
	color: #ffd203;
}
.foot_right h2{
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	display: table;
	line-height: 28px;
}
.foot_right p{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}
.footlink{
	font-size: 13px;
	color: #fff;
}





