footer{
	background: #000000;
	color: #FFFFFF;
	padding: 50px 0px;
}

footer a{
	color: #999999;
}


footer>div ul li:nth-of-type(1) {
    color: white;
    font-size: 16px;
    margin-bottom: 25px;
}
footer>div ul li {
    margin-bottom: 10px;
}

footer>div dl dt {
    overflow: hidden;
    margin-bottom: 25px;
}

dt {
    font-weight: 700;
}
dt, dd {
    line-height: 1.42857143;
}
footer>div dl dd {
    font-weight: bold;
    color: #999999;
    text-align: center;
}
dd {
    margin-left: 0;
}
dt, dd {
    line-height: 1.42857143;
}

footer>div div>div:nth-of-type(3)>div>a {
    color: white;
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid white;
}
a{
	text-decoration: none;
}

footer div.col-sm-4 div div.serviceicon div {
    text-align: center;
    position: absolute;
    background: #ffffff;
    top: -220px;
    left: 0;
    width: 200px;
    height: 220px;
    padding-top: 10px;
    display: none;
}
/**
 * 电话
 */
footer>div div>div:nth-of-type(3) p:nth-of-type(1) {
    color: #999999;
    margin-top: 25px;
    padding-left: 30px;
    background: url(../img/tel.png) left center no-repeat;
}
footer>div div>div:nth-of-type(3) p:nth-of-type(2) {
    color: #999999;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(../img/email.png) left center no-repeat;
}
p {
    margin: 0 0 10px;
}
/**
 * 底部微信 facebook等
 */
footer div.col-sm-4 div div.serviceicon {
    position: relative;
}
footer>div div>div:nth-of-type(3) a:nth-of-type(1) {
    padding-left: 0;
    border-left: 0;
}

footer .serviceicon a {
    display: inline-block;
    width: 46px;
    height: 47px;
    padding: 0;
    border: 0;
    cursor: pointer;
}
footer div.col-sm-4 div div.serviceicon a{
	    display: inline-block;
    width: 46px;
    height: 47px;
    padding: 0;
    border: 0;
    cursor: pointer;
}
footer>div div>div:nth-of-type(3) a:nth-of-type(1) {
    padding-left: 0;
    border-left: 0;
}
footer .serviceicon a:nth-of-type(1) {
    background: url(../img/weixin.png);
    background-size: contain;
    margin-right: 1px;
}

footer .serviceicon a:nth-of-type(2) {
    background: url(../img/weibo.png);
    background-size: contain;
    margin-right: 1px;
}

footer .serviceicon a:nth-of-type(3) {
    background: url(../img/qqweibo.png);
    background-size: contain;
    margin-right: 1px;
}

footer .serviceicon a:nth-of-type(4) {
    background: url(../img/in.png);
    background-size: contain;
    margin-right: 1px;
}

footer .serviceicon a:nth-of-type(5) {
    background: url(../img/feige.png);
    background-size: contain;
    margin-right: 1px;
}

footer .serviceicon a:nth-of-type(6) {
    background: url(../img/facebook.png);
    background-size: contain;
}

footer>p {
    background: #000000;
    margin: 0;
    color: #999999;
    text-align: center;
    padding: 10px 0;
}
/**
 * 合作方滚动
 */
.container{
	width: 100%;
}
.gundong h3 {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-left: 15px;
    border-top: 4px solid #365d98;
    margin-top: 0;
    color: #385c9a;
    font-weight: bold;
}
.gundong>div {
    border: 0px solid #dddce1;
    border-top: 0;
    padding-bottom: 24px;
}
.partner {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.partner li {
    display: inline;
    float: left;
    margin-right: 12px;
}

.partner li a {
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
}
.partner li img {
    width: 120px;
    height: 120px;
}