* {
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei', sans-serif;
}

img {
	display: inline-block;
	outline: 0;
	border: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.public-footer {
	position: relative;
	z-index: 1000;
}

.footer-fLinks {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8000000, endcolorstr=#C8000000);
	border-bottom: 1px solid #474f54;
}

.fLinks-inner {
	width: 80%;
	min-width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.fLinks-inner li {
	width: 25%;
	*width: 24.99999%;
	height: 40px;
	float: left;
	text-align: center;
}

.fLinks-inner li:hover {
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.fLinks-inner li>p {
	border-left: 1px solid #474f54;
	position: relative;
}

.fLinks-inner li span {
	display: inline-block;
	padding-right: 25px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	background: url(../images/dibu_select_arrow.png) no-repeat center right;
	cursor: pointer;
	text-align: center;
}

.footer-copyrightInfo {
	height: 76px;
	background: rgba(0, 0, 0, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8000000, endcolorstr=#C8000000);
}

.copyrightInfo-inner {
	width: 80%;
	min-width: 1200px;
	height: 76px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

.copyright-left,
.copyright-right {
	width: 50%;
}

.copyright-left {
	float: left;
}

.copyright-left p,
.copyright-left a,
.copyright-right p {
	font-size: 14px;
	color: #7d7d80;
	line-height: 1.8;
}

.copyright-left,
.copyright-right {
	padding-top: 14px;
}

.copyright-right {
	float: right;
}

.copyrightR-info {
	float: right;
}

.copyrightR-info p {
	text-align: right;
}

.copyrightR-slogan {
	width: 100px;
	float: right;
	margin-left: 20px;
}

.copyrightR-slogan img {
	height: 46px;
}

.fLinks-tips {
	width: 100%;
	position: absolute;
	bottom: 116px;
	left: 0;
	z-index: 999;
	background: #fafafa;
	background: rgba(255, 255, 255, .97);
	display: none;
}

.fLinksTips-inner {
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.7)
}

.fLinksTips-inner>div {
	display: none;
}

.fLinksTips-inner .links a {
	font-size: 16px;
	display: inline-block;
	width: 23.99999%;
	min-width: 288px;
	line-height: 32px;
	/*color: #666;*/
	color: white;
	text-align: center;
}

.fLinksTips-inner .pic-links {
	text-align: center;
}

.fLinksTips-inner .pic-links a {
	display: inline-block;
	margin-left: 10px;
}

.copyright-left .dzjg {
	margin: 0px 25px 0px 10px;
}

.copyright-left .dzjg img {
	height: 50px;
	width: 38px;
}

.fLinks-inner p {
    line-height: 40px;
    text-align: center;
}

.fLinks-inner p span {
    color: #7d7d80;
}