footer{
	width: 100%;
	background-color: #F7C600;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
footer::before{
    content:'';
    width: 100%;
    height: 100%;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
}
.footer-tops{
	width: 100%;
	position: relative;
	z-index: 2;
}
.footer-top{
	width: 100%;
	display: inline-block;
	/*padding-left: 50%;*/
	margin-top: 80px;
	/*margin-bottom: 170px;*/
}
.footer-top1{
	/*width: 48%;*/
	    width: 78%;
	float: left;
	    padding-left: 6%;
}
.footer-top1_1{
	width: 100%;
	font-size: 34px;
	color: white;
	font-weight: bold;
}
.footer-top1_2{
	min-width: 312px;
	margin-top: 20px;
	font-size: 28px;
	color: white;
	/*background: #E95611;*/
	    background: #F9790D;
	padding: 5px 10px;
	display: inline-block;
}
.footer-top1_2 img{
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer-top1_2 div{
	width: calc(100% - 39px);
	color: white !important;
	display: inline-block;
	vertical-align: middle;
}
.footer-top2{
	/*width: 48%;*/
	width: 18%;
	/*float: left;*/
	/*margin-left: 4%;*/
		float: right;
}
.footer-top2_1{
	width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
	color: white;
}
.footer-top2_1:last-child{
	margin-bottom: 0;
}
.footer-top2_1 img{
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer-top2_1 div{
	width: calc(100% - 35px);
	display: inline-block;
	vertical-align: middle;
}
.footer-down{
	width: 100%;
	position: relative;
	z-index: 2;
	/*background: rgba(0, 0, 0, 0.8);*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
}
.footer-dow{
	width: 100%;
	margin: 15px 0;
	display: inline-block;
}
.footer-dow1{
	height: 55px;
	display: block;
	float: left;
}
.footer-dow2{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin-left: 20px;
	padding: 0 20px;
	/*width: 465px;*/
	    width: 45%;
	float: left;
}
.footer-dow2_1{
	width: 100%;
	display: flex;
}
.footer-dow2_1 a{
	display: block;
	/*margin-right: 30px;*/
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: white;
}
.footer-dow2_1 a:last-child{
	margin-right: 0;
}
.footer-dow2_1 a:hover{
    color: #E95611;
}
.footer-dow2_1 a.on{
    color: #E95611;
}
.footer-dow2_2{
	width: 100%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.33);
}
.footer-dow3{
	/*width: 235px;*/
	width: 18%;
	display: inline-block;
	float: right;
}
.footer-dow3_1{
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
	font-size: 12px;
	color: white;
}
.footer-dow3_1:last-child{
	margin-right: 0;
}
.footer-dow3_1 img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}