.footer{

    background: #333333;

    /* padding: 40px 0; */

    padding: 40px 0 0;
}



.footer_all{

    display: flex;

    justify-content: space-between;

}



.footer_img{

    float: left;

    padding-right: 20px;

}



.footer_left,.footer_right{

    display: flex;

}



.footer_left{

    width: 45%;

}



.footer_right{

    width: 55%;

    display: flex;

    justify-content: space-between;

}



.footer_dizhi{

    color: #fff;

    float: left;

    font-size: 16px;

    line-height: 35px;

}



.footer_right_all{

    display: flex;

    padding-top: 30px;

}



.footer_erweima p{

    display: block;

    font-size: 16px;

    color: #fff;

    margin: 0 auto;

    margin-top: 10px;

    text-align: center;

    background: #d90d13;

    border-radius: 20px;

    width: 85%;

}



.footer_erweima2 p{

    display: block;

    font-size: 16px;

    color: #fff;

    margin: 0 auto;

    margin-top: 10px;

    text-align: center;

    background: #d90d13;

    border-radius: 20px;

    width: 85%;

}













.footer_bottom {
    padding-left: 62px;
}

.footer_bottom p{

    display: flex;

    align-items: center;

    padding-top: 40px;

    padding-bottom: 0px;

}



.footer_bottom p span:first-child{

    color: #9f9f9f;

    font-size: 16px;

    padding-right: 15px;

}



.footer_bottom p span:nth-child(2){

    color: #d90d13;

    font-size: 30px;

    font-weight: bold;

}















.bottom_footer{

    background: #333333;

}



.bf_all{

    border-top: 1px solid #1c1c1c;

    padding: 30px 0;

    text-align: center;

    color: #9f9f9f;

    font-size: 16px;

}



.bf_all a{

    color: #9f9f9f;

}



.footer_left .footer_img{

    padding-top: 30px;

}











#leftsead {
	width: 161px;
	height: 290px;
	position: fixed;
	top: 350px;
	left: 0;
	z-index: 100
}

#leftsead {
	top: 60%;
	position: fixed;
}

#leftsead li {
	width: 161px;
	height: 60px;
	list-style: none
}

#leftsead li img {
	float: left
}

#leftsead li a {
	height: 49px;
	float: left;
	display: block;
	min-width: 47px;
	max-width: 161px
}

#leftsead li a .shows {
	display: block
}

#leftsead li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: hand
}

#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 143px
}

#p2 {
	width: 112px;
	background-color: #A7D2A9;
	height: 47px;
	margin-left: 47px;
	border: 1px solid #8BC48D;
	text-align: center;
	line-height: 47px
}

#p3 {
	width: 112px;
	background-color: #EC9890;
	height: 47px;
	margin-left: 47px;
	border: 1px solid #E6776C;
	text-align: center;
	line-height: 47px
}

#p1 {
	width: 47px;
	height: 49px;
	float: left
}

#p4 {
	width: 112px;
	background-color: #8bbfc4;
	height: 47px;
	margin-left: 47px;
	border: 1px solid #8bbfc4;
	text-align: center;
	line-height: 47px
}






@media(max-width:768px){

    .footer{

        display: none;

    }

    .bf_all{

        text-align: left;

        line-height: 30px;
        
    }

    #leftsead{
        display: none;
    }

}