/* 新站样式 */
#footer2{
	padding-top:3%;
	background:#079144;
}

.w1400{
	width:94%;
	max-width:1400px;
	margin:0 auto;
}

.flex_col{
	display:flex;
	flex-direction:column;

}
.footer_center_bot{
	height:80px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-top:1px solid #9cd3b4;

}
.footer_bot_left{
	font-size:14px;
	color:#fff;
}
.footer_bot_rig{
	font-size:14px;
	color:#fff;
}

.footer_bot_left a{padding-left:20px; color:#fff; font-size:14px;}


.footer_center_top{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

.footer_logo{
	width: 68%;
	max-width: 192px;
}

.w100{
	display: block;
	width: 100%;
}

.footer_cen_top_left{
	width: 24%;
}
.footer_cen_cen{
	width: 46%;
}
.footer_cen_top_rig{
	width:16%;
}

.wei_img_item{
	
	height: 140px;
	width: 45.8%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wei_img{
	display: flex;
	width: 100%;
	justify-content: space-between;
	
}
.wei_img_item div{
	padding:8%;

	
	border-radius: 6px;
	background:#fff;
	box-sizing: border-box;
}
.wei_img_item span{
	display:flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.footer_wei_title{
	height: 68px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
}
.footer_item_title{
	height: 68px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
}

.footer_cen_cen{
	display: flex;
	justify-content: space-between;
}

.footer_item_con a{
	display: flex;
	height: 38px;
	align-items: center;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
}

.footer_info_d ul li span{
	display: block;
	width: 60px;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}
.footer_info_d ul li b{
	display: block;
	
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
}
.footer_info_d ul li{
	display: flex;
	height: 32px;
	align-items: center;
	
}
.footer_center_top{
	margin-bottom: 4%;
}

.footer_info{
	padding-top: 26px;
}

.mobile_item{
	display: flex;
	height: 32px;
	align-items: center;

}
.mobile_item span{
	font-weight:bold;
	color: #fff;
	display: flex;
	width: 60px;
	font-size:16px;
}
.mobile_item b{
	font-weight:bold;
	color: #fff;
	font-size:16px;
}

@media screen and (max-width: 1400px) {
    .footer_cen_top_left{
        width: 40%;
    }
    .footer_cen_cen{
        width: 55%;
    }
    .footer_cen_top_rig{
        display: none;
    }

}

@media screen and (max-width: 992px) {
    #footer2{
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .footer_cen_top_left{
        width: 100%;
    }
    .footer_center_bot{
        height: 60px;
        display: flex;
        justify-content: center;
    }
    .footer_cen_top_rig{
        width: 70%;
    }
    .footer_bot_left{
        justify-content: center;
    }
    .footer_bot_left a{
        display: none;
        text-align: center;
    }
    .footer_bot_rig{
        display: none;
    }
    .footer_info_d ul li{
       
        height: 24px;
        
        
    }
    .footer_wei_title {
        height: 40px;
       
        font-size: 14px;
        
    }
}
