#footer{
	background-color: #393c43;
	padding-top: 60px;
}
.footer-logo{
	margin-bottom: 30px;
}
.footer-content-bottom {
	border-top: 1px solid #808080;
	box-sizing: border-box;
	padding: 20px 0;
}
.footer-item{
	border-left: 1px solid #626262;
	padding: 0 15px;
}
.footer-item:first-child{
	border-left: 0;
}
#footer a,
#footer h2,
#footer span,
#footer p{
	color: #fff;
}
#footer .footer-content-top .footer-left img{
	display: block;
}
#footer .footer-content-top .footer-left span{
	display: block;
	font-size: 16px;
}
#footer .footer-content-top{
	text-align: center;
	padding-bottom: 70px;
}
.footer-right{
	float: right;
	text-align: left;
	width: 290px;
	color: #cccccc;
}
.footer-left{
	float: left;
	text-align: left;
}
.footer-middle{
	display: inline-block;
	vertical-align: top;
    width: 425px;
}
.footer-middle .item{
	display: inline-block;
	margin-right: 95px;
	margin-bottom: 60px;
}
.footer-middle .item:nth-child(3n){
	margin-right: 0;
}
.footer-right h2{
	font-size: 16px;
	padding-bottom: 30px;
}
.footer-right p{
	margin-top: 20px;
	font-size: 16px;
}
.footer-right select{
	background-color: transparent;
	color: #CCCCCC;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 15px 0;
	border-bottom: 1px solid #616369;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/left-btn-footer.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 16px;
}
.footer-right select option {
	color: #000000;
	box-sizing: border-box;
	padding: 15px 0;
	display: block;
}
#footer .footer-b-right a,
#footer .footer-b-right p{
	color: #ccc;
	font-size: 16px;
}
#footer .footer-b-left a,
#footer .footer-b-left p{
	color: #b2b2b2;
	font-size: 16px;
}
#footer .footer-b-left {
	float: left;
}
#footer .footer-b-right {
	float: right;
}