﻿@charset "utf-8";
/* CSS Document */

.footer{
	background-color: white;
	border-top: 10px solid #015293;
	margin-top: 20px;
}
.footer .footer_body{
	width: 1200px;
	margin: auto;
	padding: 15px 0;
	margin-top: 35px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	overflow: hidden;
	
}
.footer .footer_body .footer_title .link{
	font-size: 16px;
	color: #015293;
	float: left;
}
.footer .footer_body .footer_title{
	overflow: hidden;
} 
.footer .footer_body .footer_title ul{
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.footer .footer_body .footer_title ul li{
	list-style: none;
	margin-left: 15px;
	float: left;
	cursor:pointer;
}
.footer .footer_body .footer_title ul li {
	color: #5d5d5d;

}
.footer .footer_body .footer_title ul li span{
	background: url(../images/triangle.png) no-repeat right center;
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
	
}
.footer_title .current{
	color: #d53e2d;
}

.footer .footer_body .footer_title ul li:hover{
	color:#d53e2d;
}
.footer .footer_body .footer_content{
	margin-top: 10px;
}
.footer .footer_body .footer_content .footer_word{
	display: none;
	background-color: #f4f4f4;
	padding: 10px;
}
.footer .footer_body .footer_content .footer_word a{
	color: #5d5d5d;
	padding: 15px;font-size: 14px;
}
.footer .footer_body .footer_content .current{
	display:block;
}
.footer .footer_intro{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
}
.footer .footer_intro img{
	display: inline-block;    
	vertical-align: middle;
}






	