﻿.footer-box{
	width: 1200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 0;
	padding: 50px 0;
}
.footer-pic-box,
.footer-news-box,
.footer-info-box
{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.footer-pic-box,
.footer-info-box{
	width: 320px;
}
.footer-news-box{
	width: 400px;
	margin: 0 80px;
}
.footer-title{
	font-size: 14px;
	color: #00a48b;
	letter-spacing: 2px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.footer-list-box{
	font-size: 0;
	padding-top: 10px;
}
.footer-pic-list{
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer-list-box .footer-pic-list:nth-child(3n+2){
	margin: 0 10px;
}
.footer-list-img{
	width: 100%;
	height: 100%;
}

.footer-list-img span{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-cooperation-box{
	margin-bottom: 45px;
}
.footer-news-list{
	width: 100%;
	margin-bottom: 10px;
	display: block;
	font-size: 0;
}
.footer-list-img{
	width: 100px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.footer-list-img span{
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s ease;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-news-info{
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	box-sizing: border-box;
}
.footer-news-date{
	font-size: 14px;
	color: #00a48b;
	letter-spacing: 2px;
}
.footer-news-p{
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
}

.footer-cooperation-link{
	width: 134px;
	height: 34px;
	display: block;
	border: 1px solid #00a48b;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	color: #00a48b;
	line-height: 32px;
	margin: 20px 0; 
	position: relative;
}
.footer-cooperation-p{
	font-size: 14px;
	color: #555;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
.footer-contact-title{
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	margin: 5px 0;
}
.footer-contact-p{
	font-size: 12px;
	color: #555;
	display: block;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.web{
	text-align: center;
	letter-spacing: 2px;
	font-size: 12px;
	color: #555;
	margin-top: 60px;
}
.footer-title span{
	float: right;
    display: block;
    font-size: 12px;
}
#other .footer-box {
	padding: 10px 0;
}
#other .footer-box section{
	display: none;
}
#other .footer-box .web{
	margin-top: 0;
}