@charset "utf-8";
/*Css Document*/

.foot_top_wrap{
	border-top: 1px solid #005BAC;
	padding-top: 50px;
}
.foot_top_wrap .foot_top{
	margin-bottom: 50px;
}
.foot_top_wrap .foot_top_left,.foot_top_wrap .foot_top_right{
	float: left;
}
.foot_top_left .foot_menu{
	float: left;
	margin-right: 65px;
}
.foot_menu li{
	height: 45px;
	line-height: 45px;
}
.foot_menu li a{
	font-size: 16px;
	color: #999;
}
.foot_menu li:hover a{
	color: #666;
}
.foot_menu li:first-child{
	height: 50px;
	line-height: 45px;
}
.foot_menu li:first-child a{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.foot_top_wrap .foot_top_right{
	width: 300px;
	padding-left: 200px;
}
.foot_top_right h2{
	width: 100%;
	text-align: center;
	height: 50px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.foot_top_right .ewm{
	width: 158px;
	margin: 0 auto;
	height: 158px;
}
.ewm img{
	display: block;
	width: 100%;
	height: 100%;
}
.foot_bottom_wrap{
	background: #005BAC;
}
.foot_bottom_wrap .foot_bottom{
	padding: 30px 0;
}
.foot_bottom .foot_bottom_left,.foot_bottom .foot_bottom_right{
	float: left;
}
.foot_bottom .foot_bottom_left{
	width: 70%;
}
.foot_bottom_left p{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
}
.foot_bottom_left p a{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
}
.foot_bottom_left p a:first-child{
	padding-left: 0;
}
.foot_bottom .foot_bottom_right{
	width: 30%;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #fff;
	text-align: right;
}

.cnzz{
	display:none;
}



























