/*底部*/
.footer{
	min-width:1200px;
	width:100%;
	overflow: hidden;
	background:#1db29e;
}
.footer ul{
	width:1200px;
	margin:36px auto;
	overflow: hidden;
}
.footer ul>li{
	float:left;
	width:45%;
}
.footer ul>li:nth-child(2){
	border-left:1px solid #17a693;
	border-right:1px solid #17a693;
}
.footer ul>li:first-child .logo{
	width:138px;
	height:81px;
	margin:25px auto;
	margin-top:0;
}
.footer ul>li:first-child p{
	font-size:10px;
	color:#04685a;
	width:90%;
	margin:auto;
	line-height:20px;
}
.footer ul>li:nth-child(2){
	width: calc(44.33% - 2px);
	padding:6px 3%;
}
.footer ul>li:nth-child(2) h1{
	font-size:22px;
	color:#fff;
	margin-bottom:20px;
}
.footer ul>li:nth-child(2) ol{
	width:100%;
	overflow: hidden;
}
.footer ul>li:nth-child(2) ol>li{
	float:left;
	margin-right:66px;
	height:38px;
}
.footer ul>li:nth-child(2) ol>li:nth-child(3n){
	margin-right:0;
}
.footer ul>li:nth-child(2) ol>li a{
	font-size:16px;
	color:#fff;
}
.footer ul>li:nth-child(2) ol>li a:hover{
	color:#04685a;
}
.footer ul>li:last-child h1{
	font-size:22px;
	color:#fff;
	margin-bottom:20px;
	margin:6px 0 35px 9%;
}
.footer ul>li:last-child p{
	font-size:14px;
	color:#fff;
	height:24px;
	margin-bottom:8px;
	margin-left:9%;
}
.footer ul>li:last-child p i{
	display: inline-block;
	width:23px;
	height:22px;
	margin-right:10px;
	vertical-align:middle;
}
.footer ul>li:last-child p:nth-of-type(1) i{
	background: url(../img/icon_06.png)no-repeat 0 0;
}
.footer ul>li:last-child p:nth-of-type(2) i{
	background: url(../img/icon_06.png)no-repeat 0 -31px;
}
.footer ul>li:last-child p:nth-of-type(3) i{
	background: url(../img/icon_06.png)no-repeat 0 -61px;
}
.footer ul>li:last-child p:nth-of-type(4) i{
	background: url(../img/icon_06.png)no-repeat 0 -92px;
}
