/* 首页底*/
.footer {
    /* background: url('../images/footer.png') center no-repeat;*/
	background:#2b3747;
    background-size: 100% 100%;
    /* padding-bottom: 50px; */
    padding-top: 1px;
    color: #d5d7d8;
}
.footer .footer-content{
    color: #d5d7d8;

}
.footer a {
    color: #d5d7d8;
}
.footer .footer-content{
    margin: 0 auto;
    padding: 80px 0;
    width:1140px;
    display:flex;
    justify-content: space-between;
}
.footer .footer-cont{

    display:flex ;
}
.footer .footer-cont.fc-1{
    padding: 0 62px 0 0 ;
    flex:1;
    width:100%;
    display:flex;
    justify-content: space-between;
}
.footer .footer-cont.fc-2{
    padding: 0 62px;
}
.footer .footer-cont.fc-3{
    padding: 0 0 0 62px;
}
.footer .footer-cont+.footer-cont{
    border-left: 1px solid #374251;
}

.footer .footer-cont .title,.list,.phone,.wx-cord {
    display: block;
    height:48px;
    line-height: 48px;
    color:#ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 0
}
.footer .footer-cont .wx-cord{
    text-align: center;
}

.footer .footer-cont .list {
    font-size: 12px;
    height:32px;
    line-height: 32px;
    opacity: 0.8;
    font-weight: 400;
}
.footer .footer-cont .phone {
    font-size: 30px;
    font-family: 'PingFang SC ', Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
}
.footer .footer-cont .wx-cord {
    font-size: 14px;
    opacity: 0.8;
    height:32px;
    line-height: 32px;
}





.footer ul{
	width:1140px;
	overflow:hidden;
	display:block;
	padding:70px 0px;
	margin: 0 auto;
	position: relative;
}
.footer .ul1 {
    border-top:#374251 1px solid
}
.footer .ul2{
	width:1140px;
	overflow:hidden;
	display:block;
	height:80px;
    line-height: 80px;
	margin: 0 auto;
	position: relative;
}
.footer.ul2 p{
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    line-height:80px;
    margin-bottom: 8px;

}




