.bottom_cont{width: 100%; height: 80px; background-repeat: no-repeat; background-position: 50%; background-size: cover; padding-top: 30px;}
.bottom_cont .title{float: left; color: #252b3a; font-size: 24px; line-height: 50px;}
#contact{    margin-left: 20px;
    margin-top: 6px;}

.footer{
	width: 100%;
	background-color: #262626;
}

.footer .layui-colla-title {
    color: #fff;
    background-color: transparent;
}

.footer  .layui-colla-item,.layui-collapse{
	border-color:  #383D41;
}
.footer .layui-colla-content a{
	color:#c7c7c7;
	    line-height: 30px;
	    cursor: pointer;
}
.footer .layui-colla-content p{
	color:#c7c7c7;
	    line-height: 30px;
	    cursor: pointer;
}
.footer .f_info{
	color: #dbdbdb;
	    line-height: 30px;
	    width: 100%;
	    float: left;
	    font-size: 14px;
}
.footer .f_info a {
    color: #a9a9a9;
    cursor: pointer;
    font-size: 14px;
}
.footer .f_center {
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.footer .f_center .f_item {
    width: 20%;
    height: 100%;
    float: left;
}
.footer .f_center .f_item .f_title {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
}
.footer .f_center .f_item .f_title_a a {
    color: #a9a9a9;
    font-size: 15px;
    cursor: pointer;
}
.footer .f_center .f_item .f_title_a a:HOVER {
    color: #ddd;
}
.footer .f_center .f_item .f_title_a {
    line-height: 40px;
}
.footer .f_center .f_item .f_text {
    color: #ef2a26;
}
.fangan_mobile{display: none;}

@media(max-width:768px)
{
	.bottom_cont .title {
    float: left;
    color: #252b3a;
    font-size: 13px;
    line-height: 18px;
    }
    
    .fangan_pc{display: none;}
    .fangan_mobile{display: block;}
}