﻿footer{
	border-top: 2px solid #137c3a;
	position: relative;
	z-index: 7;
	background-color: #FFF;
}

.footer-box{
	width: 1760px;
	max-width: 100%;
	display: block;
	margin: 0 auto; 
	padding: 10px 0;
	font-size: 0;
}
.footer-left-box{
	width: calc(100% - 365px);

}
.footer-left-box,
.web-box{
	display: inline-block;

}
.footer-title-box{
	display: block;
	margin-bottom: 10px;
}
.footer-list-box{
	display: block;
}
.footer-list{
	margin-bottom: 10px;
}
.footer-list-box .footer-list:last-child{
	margin-bottom: 0;
}
.footer-title{
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}
.footer-mail-box{
	font-size: 12px;
	color: #137c3a;
	letter-spacing: 2px;
	margin-left: 10px;
}
.footer-list-title{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
}
.footer-list span,
.footer-list a{
	font-size: 14px;
	letter-spacing: 2px;
	color: #333;
	font-weight: 400;
}
.footer-list a:after{
	content: '/';
	font-size: 14px;
	display: inline-block;
	margin: 0 5px;
}
.footer-list a:last-child:after{
	display: none;
}
.web-box{
	width: 365px;
	max-width: 100%;
	text-align: right;
	vertical-align: bottom;
}
.web-logo{
	text-align: right;

}
.web{
	margin-top: 20px;
	font-size: 12px;
	color: #555;
	letter-spacing: 1px;
}

.language-box{
	width: 40px;
	display: block;
	position: fixed;
	right: 0;
	top: 15%;
	z-index: 6;
}
.language-list{
	width: 100%;
	height: 40px;
	display: block;
	border: 1px solid #000;
	text-align: center;
	font-size:14px;
	line-height:  38px;
	color: #000;
	letter-spacing: 1px;
	background-color: #FFF;
}
#index .language-list{
	background-color: transparent;
}
.language-list.active{
	background-color: #000;
	color: #FFF;
}

#index .language-list{
	border: 1px solid #fff;
	color: #FFF;
}
#index .language-list.active{
	background-color: #FFF;
	color: #000;
}