.fixed_banner{
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #0950a0;
	z-index: 999;
	
}
.fixed_banner .wrapper{
	width: 930px;
	height: 70px;
	margin: 0 auto;
	position: relative;
		
}
.fixed_banner .wrapper .logo{
	background: url("/images/zh/home/fixed_logo.png") no-repeat;
	height: 66px;
	width: 208px;
	float: left;
	margin-top: 4px;
}
.fixed_banner .wrapper .reg{
	width: 120px;
	height: 70px;
	background-color: #7ead0b;
	font-size: 18px;
	color: #fff;
	line-height: 70px;
	float: right;
	text-align: center;
	display: block;
}
.fixed_banner .wrapper .reg:hover{
	background-color: #93ca0d;
}
.fixed_banner .wrapper .login{
	width: 90px;
	height: 70px;
	font-size: 18px;
	background-color: #0f1175;
	color: #fff;
	line-height: 70px;
	float: right;
	text-align: center;
	display: block;
}
.fixed_banner .wrapper .login:hover{
	background-color: #1618a8;
}
.fixed_banner .wrapper .tel {
	float: left;
	margin-top: 23px;
	margin-left: 20px;
}
.fixed_banner .wrapper .tel .icon1{
	background: url("/images/zh/home/fixed_icon1.png") no-repeat;
	height: 21px;
	width: 21px;
	float: left;
	margin-left: 20px;
}
.fixed_banner .wrapper .tel .con{
	font-size: 18px;
	color: #fff;
	float: left;
	margin-left: 10px;
}
.fixed_banner .wrapper .mail {
	float: left;
	margin-top: 23px;
}
.fixed_banner .wrapper .mail .icon1{
	background: url("/images/zh/home/fixed_icon2.png") no-repeat;
	height: 19px;
	width: 24px;
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}
.fixed_banner .wrapper .mail .con{
	font-size: 18px;
	color: #fff;
	float: left;
	margin-left: 10px;
	text-decoration:underline;
}
.fixed_banner_login{
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #101175;
	z-index: 999;
	
}
.fixed_banner_login .wrapper{
	width: 930px;
	height: 70px;
	margin: 0 auto;
	position: relative;
		
}
.fixed_banner_login .wrapper .logo{
	background: url("/images/zh/home/fixed_logo.png") no-repeat;
	height: 66px;
	width: 208px;
	float: left;
	margin-top: 4px;
}
.fixed_banner_login .wrapper .tel {
	float: left;
	margin-top: 23px;
	margin-left: 20px;
}
.fixed_banner_login .wrapper .tel .icon1{
	background: url("/images/zh/home/fixed_icon1.png") no-repeat;
	height: 21px;
	width: 21px;
	float: left;
	margin-left: 20px;
}
.fixed_banner_login .wrapper .tel .con{
	font-size: 18px;
	color: #fff;
	float: left;
	margin-left: 10px;
}
.fixed_banner_login .wrapper .mail {
	float: left;
	margin-top: 23px;
}
.fixed_banner_login .wrapper .mail .icon1{
	background: url("/images/zh/home/fixed_icon2.png") no-repeat;
	height: 19px;
	width: 24px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.fixed_banner_login .wrapper .mail .con{
	font-size: 18px;
	color: #fff;
	float: left;
	text-decoration:underline;
	margin-left: 10px;
}
