@charset "utf-8";
.foot_nav{
				background: #244981;
			}
			.foot_nav > ul > li > a{
				font-size: 12px;
				color: white;
				height: 48px;
				line-height: 48px;
				padding: 0 50px;
			}
			.foot_nav > ul > li > a:hover{
				color: red;
			}
			.foot_bottom{
				text-align: center;
				margin: 20px 0px;
				
			}
.foot_bottom a{ color:#333;  display: inline-block}
			.foot_bottom > h5{
				font-size: 12px;
				color: #666;
				font-weight: 100;
				line-height: 30px;
				height: 30px;
			}