@charset "utf-8";
.footer_con{
	margin-top: 8%;
	padding: 40px 0;
	/*background-color: #3a3a3a;*/
	background-color: #ffaf5a;
}
.bot_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.bot_center{
	padding: 10px 120px;
	margin-left: 120px;
	border-left: 1px solid #fff;
}
.bot_right{
	padding: 10px 0;
}
.bot_int h5,.bot_int p,.bot_right a{
	color: #fff;
}
.bot_int h5{
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 22px;
}
.bot_int p{
	margin-bottom: 5px;
	font-size: 18px;
}
.footer_txt{
	height: 70px;
	line-height: 70px;
	background-color: #fa8911;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1200px){
	.bot_center{
		padding: 10px 8%;
    	margin-left: 8%;
    	flex: 1;
	}
}
@media screen and (max-width: 905px){
	.bot_logo{
		width: 20%;
	}
	.bot_int h5{font-size: 20px;}
	.bot_int p{font-size: 16px;}
}
@media screen and (max-width: 750px){
	.bot_logo{
		width: 40%;
		margin:0 auto 20px;
	}
	.bot_center{
		flex: auto;
		margin: 0;
		padding: 0;
		border-left: 0;
	}
	.bot_int{
		margin-top: 20px;
		width: 100%;
	}
	.footer_txt{
		height: 60px;
    	line-height: 60px;
    	font-size: 16px;
	}
}
@media screen and (max-width: 500px){
	.bot_logo{width: 46%;}
	.bot_int h5 {
        font-size: 18px;
    }
    .bot_int p {
        font-size: 14px;
    }
    .footer_txt{
		height: 50px;
    	line-height: 50px;
    	font-size: 12px;
	}
}
@media screen and (max-width: 400px){
	.bot_logo{width: 50%;}
}