﻿@charset "utf-8";
footer{
	width:100%;
	position:relative;
	bottom:0;
	font-size:16px;
}
footer img {
	vertical-align:top;
}
.adBanner{
	
}
footer .webWrap{
	padding:0;	
}
.siteMap {
	background-color:#f5f5f5;
	border-top:1px solid #dbdbdb;
	padding:1em 2em;
	/*text-align:center;*/
	text-align:left;
	margin-top:1.5em;
}
.siteMap ul{
	display:inline-block;
	margin:0 0.6em;
	vertical-align:top;
	/*line-height:2em;*/
	text-align:left;
	width:17%;
}
.siteMap ul li {
	margin:0.3em 0;
}
.siteMap ul li:first-child{
	padding-bottom:0.25em;
	margin-bottom:0.5em;
	/*color:#00ADA5;*/
	border-bottom:3px solid #00ADA5;
}
.siteMap .blueline li:first-child{
	border-bottom:3px solid #03A9F4;
}
.siteMap .orgline li:first-child{
	border-bottom:3px solid #ffad31;
}
.siteMap ul li a{
	color:#8c8c8c;
}
.copyRight{
    color: #333;
    height: 55px;
    line-height: 45px;
    border-bottom: 2px solid #ffad31;
    background: #cecece;
    padding-top: 1em;
}
.copyRight a{
	color:#000;
}
.footInfo {
    background-color: #696969;
    color: #000;
    height: 120px;
    padding: 1em 0;
}
.footInfo a{
	color:#ffad31;
	margin-left:0.5em;
}
.footInfo a:hover, .copyRight a:hover, .siteMap a:hover{
	color:#000;
}
.slideArrow {
	text-align:center;
}
.slideArrow a {
	display:inline-block;
	line-height:0;
	vertical-align:middle;
	cursor:pointer;
}
.slideContent {
}
.facebookList li::before{
	content:' ';
	display:inline-block;
	margin-right:5px;
	width:15px;
	height:15px;
	background: url(../images/icon/facebook.png);
	background-size:100%;
}
.facebookList li:first-child::before{
	display:none;
}

/*----- 手機版 -----*/
@media screen and ( max-width:767px) {
footer .copyRight{
	line-height:22px;
	height:auto;
	padding:1em;
}
footer .alignRight, footer .alignLeft {
	display:block;
	float:none;
}
footer .footInfo {
	height:auto;
	padding:1em;
}
footer .webWrap {
	width:100%;
	padding:1em;
}
}