.FOOTS{
	width: 100%;
	display: flex;
	background-image: url(../img/img5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.FOOT{
	width: 1290px;
	margin:100px auto;
	display: inline-block;
}
.foot1{
	float: left;
	text-align: center;
	    margin-top: 4%;
}
.foot1_1{
	height: 65px;
	display: block;
	margin: auto;
}
.foot1_2{
	width: 100%;
margin-top: 25px;
font-size: 12px;
color: white;
}
.foot2{
	float: right;
	display: flex;
	align-items: center;
}
.foot2_1{
        border-right: 1px solid white;
	width: 395px;
	box-sizing: border-box;
	padding: 0 45px;
}
.foot21_1{
	width: 100%;
	font-size: 25px;
	color: white;
}
.foot21_2{
	width: 100%;
	margin-top: 5px;
	    font-size: 12px;
	    color: white;
}
.foot21_3{
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	color: white;
}
.foot21_4{
	width: 100%;
	margin-top: 10px;
}
.foot214{
	width: 100%;
	font-size: 12px;
	color: white;
	display: flex;
}
.foot214 div{
	width: 85%;
	margin-left: 2%;
}
.foot2_2{
	/*border-left: 1px solid white;*/
	box-sizing: border-box;
	padding: 0 45px;
	text-align: center;
	font-size: 12px;
	color: white;
}
.foot2_2 img{
	width: 90px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.COVERF{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	    z-index: 1001;
}
.parame_cont{
	    box-sizing: border-box;
	    z-index: 99992;
	    width: 680px;
	    max-width: 94%;
	    padding: 40px;
	    background: #fff;
	    transform: translate(-50%,-50%);
	    position: absolute;
	    left: 50%;
	    top: 50%;
}
.parameli{
	width: 100%;
	display: inline-block;
}
.parameli1{
	width: 32%;
	float: left;
	margin-right: 2%;
	    margin-bottom: 10px;
	    cursor: pointer;
		display: inline-block;
}
.parameli1 span{
	    width: 89%;
	float: left;
	margin-left: 2%;
	    color: #404040;
	    font-size: 14px;
		word-wrap:break-word;
}
.parameli1 input[type=checkbox] {
	cursor: pointer;
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	margin-top: 6px;
	-webkit-appearance: none;
	background-image: url(../img/pro_chose01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.parameli1 input[type=checkbox]::after {
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	content: ' ';
}

.parameli1 input[type=checkbox]:checked::after {
	content: "";
	background-image: url(../img/pro_chose01_on.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;

}
.parameli1:nth-child(3n){
	margin-right: 0;
}
.declare_close {
    text-align: center;
    margin-top: 20px;
}
.close_a{
	display: inline-block;
	    background: #a5a7aa;
	    color: #fff;
	    width: 100px;
	    line-height: 30px;
	    text-align: center;
	    border-radius: 4px;
	    margin: 0 5px;
}
.subbtn{
	display: inline-block;
	    color: #fff;
	    width: 100px;
	    line-height: 30px;
	    text-align: center;
	    border-radius: 4px;
	    margin: 0 5px;
	    background: #0b75d5;
}
.fdimg{
    width: 50px;
     display: none;
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 1001;
}
@media (max-width: 1300px) and (min-width: 1020px) {
	.FOOT {
	    width: 96%;
	}
}
@media (max-width: 1020px) {
	.FOOT {
	    width: 96%;
	    margin: 1rem auto;
	    display:flex;
		flex-wrap: wrap;
	}
	.foot1{
	    margin-top: 0;
		text-align: left;
		display: flex;
		align-items: center;
	}
	.foot1_1 {
	    height: 0.65rem;
	}
	.foot1_2 {
	    margin-top: 0;
		margin-left: 0.25rem;
	    font-size: 0.2rem;
	}
	.foot2{
		width: 100%;
		flex-wrap: wrap;
		margin-top: 2%;
	}
	.foot2_1 {
	    width: 100%;
	    padding: 0 0.45rem;
	}
	.foot21_1{
		font-size: 0.33rem;
	}
	.foot21_2 {
	    margin-top: 0.1rem;
	    font-size: 0.2rem;
	}
	.foot21_3 {
	    margin-top: 0.1rem;
	    font-size: 0.22rem;
	}
	.foot21_4 {
	    margin-top: 0.1rem;
	}
	.foot214{
		font-size: 0.2rem;
	}
	.foot2_2 {
	    border-left: 0;
	    padding:0 0.45rem;
		padding-top: 0.45rem;
	    font-size: 0.2rem;
	}
	.foot2_2 img {
	    width: 1.5rem;
	    margin-bottom: 0.1rem;
	}
	.COVER{
		width: 60%;
		height: 100%;
		background-color: #1c1c1c;
		/* display: none; */
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		left: -100%;
		z-index: 99;
	}
	.MULUS{
		width: 100%;
		box-sizing: border-box;
		padding: 0.2rem;
	}
	.mulu{
		border-bottom: 1px solid rgba(255,255,255,0.2);
		box-sizing: border-box;
		width: 100%;
		display: block;
	}
	.mulu1{
		width: 100%;
		padding: 0.2rem 0;
		color: white;
		font-size: 0.22rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mulu1_1{
		width: 0.18rem;
	}
	.mulu1_2{
		width: 0.2rem;
		display: none;
	}
	.mulu2{
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.2rem;
		display: none;
	}
	.mulu2_1{
		width: 100%;
		padding: 0.2rem 0;
		color: white;
		font-size: 0.22rem;
		display: block;
	}
	.search_input{
		border: 1px solid #fff;
		box-sizing: border-box;
		width: 90%;
		height: 0.5rem;
		margin: auto;
		margin-top: 0.2rem;
		display: flex;
		align-items: center;
	}
	.search_input input {
		border: none;
		outline: none;
	    color: #ffffff;
	    width: 80%;
		height: 100%;
		font-size: 0.22rem;
		background: none;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.search_input button{
		border: none;
		outline: none;
		width: 20%;
		height: 100%;
		background: none;
		background-image: url(../img/search02.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 0.3rem;
	}
	.parame_cont {
	    padding: 0.4rem;
	}
	.parameli{
		display: flex;
		flex-wrap: wrap;
	}
	.parameli1 {
		    width: 100%;
	    margin-bottom: 2%;
		margin-right: 0;
	    display: flex;
		align-items: flex-start;
	}
	.parameli1 span{
		font-size: 0.22rem;
	}
	.declare_close {
	    margin-top: 0.2rem;
		display: flex;
		justify-content: center;
	}
	.close_a {
	    width: 1rem;
	    line-height: 0.5rem;
	    border-radius: 0.05rem;
	    margin: 0 0.1rem;
		font-size: 0.2rem;
	}
	.subbtn{
		width: 1rem;
		line-height: 0.5rem;
		border-radius: 0.05rem;
		margin: 0 0.1rem;
		font-size: 0.2rem;
	}
	.fdimg{
	    display: none;
	}
}