.footer{display: block;}
.m_footer{display: none;}
.foot {
    height: auto;
    background-color: #2f3541;
    color: #F5F5F5;
	width: 100%;
	min-width: 1200px;
	clear: both;
}
.h5_footer{
	display: none;
	height: auto;
    background-color: #2f3541;
    margin-top: 20px;
    color: #F5F5F5;
	width: 100%;
}
.foot .logo {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #fff;
}

.foot .logo img {
    padding: 20px 0;
    border: none;
	width: auto;
	float: left;
}

.foot .content {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}
.foot .m_content{
	display: none;
}
.foot .content .left,
.right {
    width: 50%;
    float: left;
}

.foot .content .left ul {
    padding: 50px 0;
}

.foot .content .left ul li {
    width: 22.5%;
    margin-right: 2.5%;
    line-height: 300%;
    float: left;
}

.foot .content .left ul li a {
    color: #fff;
}

.foot .content .left ul li:nth-child(4n) {
    margin-right: 0;
}

.foot .content .right {
    height: 140px;
    margin: 30px 0;
}

.foot .content .right .imgs {
    border-left: 1px solid #fff;
    height: 100%;
    width: 120px;
    float: left;
    text-align: center;
}

.foot .content .right .imgs2 {
    border-left: 0px solid #fff;
    height: 100%;
    width: 120px;
	margin-left: 50px;
    float: left;
    text-align: center;
}

.foot .content .right .imgs img {
    padding-left: 30px;
    border: none;
	width: auto;
}

.foot .content .right .imgs span {
    text-align: center;
    margin-left: 30px;
    width: 100%;
}

.foot .content .right .contact {
    text-align: right;
}

.foot .content .right .contact .txt1 {
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
}

.foot .content .right .contact .txt2 {
    line-height: 22px;
    font-size: 14px;
}

.foot .none {
    height: 50px;
    clear: both;
}
@media only screen and (max-width:768px) {
	.footer{display: none;}
	.m_footer{
		display: block;    
		background-color: #2f3541;
		padding: 20px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		clear: both;
	}
	.m_footer .max-top {
	    padding-bottom: 25px;
	    width: 100%;
	    border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.m_footer .max-top .ewm {
	    width: 170px;
	    height: 180px;
	    border-radius: 5px;
	    background-color: #fff;
	    padding: 12px 0px;
	    margin: 0 auto;
	}
	.m_footer .max-top img {
	    display: block;
	    width: 138px;
	    margin: 0 auto;
		height: auto;
	}
	.m_footer .max-top .fa {
	    font-size: 12px;
	    line-height: 18px;
	    color: #333333;
	    text-align: center;
	}
	.m_footer .max-fot {
	    line-height: 24px;
	    font-family: 'arial';
	    color: #fff;
	    width: 100%;
	    padding-top: 20px;
	    font-size: 13px;
	    text-align: center;
	}
	.m_footer .max-fot p:first-child{
	    line-height: 24px;
	    font-size: 18px;
	}
	.m_footer .max-fot p:last-child{
	    padding-bottom: 30px;
	}
}