﻿/********footer*********/
.footer {
	text-align:center;
    background: #27303f;
    color: #818c9e;
}
.footer-main {
    margin: 0 auto;
    background: #27303f;
    overflow: hidden;
    padding: 0;
    width: 1000px;
    font-family: "微软雅黑";
}
.footer-main ul {
	overflow: hidden;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.footer-main ul li {
    float: left;
    padding-right: 35px;
}
.footer-main ul li h3 {
    background: url(line.gif) repeat-x bottom;
	padding-right:40px;
}
.footer-main ul li h3 span {
    display: inline-block;
    font-size: 15px;
    color: #818c9e;
    padding-bottom: 10px;
    padding-left: 40px;
}
.footer a {
    color: #818c9e
}
.footer a:hover {
    color: #fff
}
.footer-main .ft_link {
	
}
.footer-main .ft_link a {
    display: block;
    line-height: 24px;
}

.bottom {
    background: #19202d;
    color: #818c9e;
}
.bottom a {
    color: #818c9e;
}
.bottom .bottom-main {
    width: 1000px;
    margin: 0 auto;
    background: #19202d;
    line-height: 42px;
    padding: 0;
    height: 42px;
}
.bottom .bottom-main .copyright {
	width:100%;
    float: left;
    margin-left: 10px;
	text-align:center;
}

.cont-tu {
    float: left;
    padding-top: 30px;
    padding-left: 90px;
}
