﻿#footer{
	width: 100%;
}
.footer-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 200px;
}
.footer-top-left,
.footer-top-right{
	display: flex;
}
.footer-logo1{
	width: 200px;
}
.footer-logo2{
	width: 400px;
	margin-left: 30px;
}
.footer-logo1 img,
.footer-logo2 img{
	width: 100%;
}
.footer-top-right{
	margin-top: 25px;
}
.each-ewm{
	width: 112px; text-align:center;
	margin: 0 20px;
}
.each-ewm img{
	width: 100%;
	border: 1px solid #e3e3e3;
}
.ewm-title{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	width: 112px;
}

.footer-bottom{
	height: 98px;
	background-color: #AD1D26;
	color: #fff;
	font-size: 14px;
}
.footer-bottom a,.footer-bottom a:visited{ color: #fff; }
.footer-bottom-main{
	height: 98px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-bottom-left{
	display: flex;	align-items: center;
}
.footer-left-one{
	display: flex;
	align-items: center;
}
.footer-left-one label{
	font-size: 18px;
	margin-left: 8px;
	margin-right: 15px;
}
.footer-left-two{
	line-height: 26px;
}
.footer-left-three{
	margin-left: 40px;
	line-height: 26px;
}

@media screen and (max-width: 1300px){
	.footer-bottom{
		height: auto;
		padding: 30px 0;
	}
	.footer-top{
		display: block;
		height: auto;
		padding: 30px 0;
	}
	.footer-top-left,
	.footer-top-right{
		justify-content: center;
	}
	.footer-bottom-main{
		 
		height: auto;
		 padding:0 15px;
		margin: 0 auto!important;
	}
	.footer-bottom,
	.footer-bottom-left{
		display: block;
	}
	.footer-bottom-left span{
		color: #d9a4a8;
	}
	.footer-left-one{
		display: block;
	}
	.footer-left-one span{
		display: block;
	}
	.footer-left-one label{
		display: block;
		margin: 10px 0 0;
	}
	.footer-left-two{
		margin-top: 10px;
		display: flex;
	}
	.two-left{
		margin-left: 15px;
	}
	.footer-left-three{
		margin-left: 0;
		margin-top: 10px;
		line-height: 22px;
	}
	.footer-bottom-right{
		margin-top: 20px;
		text-align: center;
	}
}
@media screen and (max-width: 1240px){
}

@media screen and (max-width: 1000px){
	.footer-top-left{ display:none; }
}

@media screen and (max-width: 950px){
}

@media screen and (max-width: 840px){

}

@media screen and (max-width: 768px){
	.footer-logo1{
		width: 130px;
	}
	.footer-logo2{
		width: 260px;
	}
	.footer-bottom-main{
		 
	}
}

@media screen and (max-width: 550px){
	.footer-logo1{
		width: 90px;
	}
	.footer-logo2{
		width: 180px;
		margin-left: 10px;
	}
	.each-ewm {
	    width: 32%;
	    margin: 0 0.6%;
	}
	.ewm-title{
		width: auto;
		font-size: 12px;
	}
.footer-left-one img{ width:100%; height:auto; }
.footer-bottom{ font-size:12px; padding:15px 0; }
	.each-ewm img{ width:80%; }
	.footer-bottom-main{
		width: auto!important; 
		margin: 0!important;
flex-wrap: wrap;
	}
	.footer-bottom-left{
		
	}
	.footer-left-two{
		display: block; line-height: 20px; margin-top: 5px;
	}
.footer-left-three{ margin-top: 5px; }
	.two-left{
		margin-left: 0;
	}
.footer-bottom-right{ margin-top:5px; }
}

@media screen and (max-width: 425px){
}

@media screen and (max-width: 375px){
	
}

