
/* CSS Document */


/*foot样式*/
#footer{
	width: 100%;
	float: left;
}

#footer .bottom{
	width: 100%;
	height: 360px;
	background: #484848;
	margin-top: 20px
}
#footer .bottom .char{
	width: 1200px;
	margin: auto;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
}
#footer .bottom .char .left,#footer .bottom .char .char_middle,#footer .bottom .char .right{
	float: left;
}
.char_middle img {position: absolute; }
#footer .bottom .char .left{
	width: 370px;
	overflow: hidden;
	padding-bottom:50px;
	margin-left: 30px
}
#footer .bottom .char .left .one{
	width: 50%;
	float: left;
}

#footer .bottom .char .left .one .title{
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #FEFEFE;
}
#footer .bottom .char .left .one li{
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #CCC;
	padding: 5px 0px;
}

#footer .bottom .char .char_middle{
	height: 180px;
	border-left: 1px solid #585858;
	color: white;
	padding: 0px 50px;
}


#footer .bottom .char .right{
	width: 271px;
	height: 180px;
	border-left: 1px solid #585858;
}

#footer .bottom .char .right .name{
	width: 100%;
	color: white;
	text-align: center;
	padding: 15px 0px;
	font-size: 14px;
	font-family: "微软雅黑";
}



#footer .bottom .footer_last{
	height: 34px;
	margin: auto;
	width: 780px;
}

#footer .bottom .footer_last li{
	float: left;
	font-size: 13px;
	color: #BABABA;
	padding: 0px 10px;
	margin-top: 10px;
}




.foot-list {
    width: 230px;
    float: left;
    margin-top: 10px;
}



.foot-list ul li {
    margin-bottom: 10px;
    position: relative;
}

.foot-list ul li a,
.foot-list p {
    color: #8d8d8d;
}

.foot-list ul li a:hover {
    color: #84a3e3;
}

.foot-list .weixin-img {
    display: none;
    width: 209px;
    height: 206px;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 74px;
    z-index: 1;
}

.foot-list .weixin:hover > .weixin-img {
    display: block;
    width: 209px;
    height: 206px;
}

.foot-list .weixin:hover > p {
    color: #84a3e3;
}

.ft-blog {
    width: 380px; margin-left: 40px
}

.ft-blog ul li {
    float: left;
    margin-right: 30px;
    text-align: center;
}

.ft-blog img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
	cursor: pointer;
}

.ft-blog p {
    margin-top: 5px;
}
