@media screen and (min-width: 1300px) {
	.FOOT{
		width: 100%;
		background: #333333;
		text-align: center;
		position: relative;
	}
	.foot3{
		width: 65px;
		height: 65px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}
	.foot1{
		width: 1300px;
		margin: auto;
		margin-top: 55px;
		display: inline-block;
	}
	.foot1_1{
		/*width: 300px;*/
    width: 330px;
		height: 305px;
		box-sizing: border-box;
		float: left;
		padding-top: 35px;
		padding-bottom: 35px;
		text-align: left;
	}
	.foot11_1{
		font-size: 16px;
		color: white;
	}
	.foot11_2{
		width: 100%;
		display: inline-block;
	}
	.foot112{
		width: 130px;
		margin-right: 10px;
		display: block;
		float: left;
		margin-top: 10px;
		font-size: 14px;
		color: #999999;
		
	}
	.foot112:nth-child(2n){
		margin-right: 0;
	}
	.foot1_2{
		/*width: 280px;*/
width: 325px;
		height: 305px;
		box-sizing: border-box;
		text-align: center;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		    padding-top: 35px;
		    padding-bottom: 35px;
		border-left: 1px solid rgba(255,255,255,0.2);
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.foot12_1{
		width: 100%;
		color: white;
		font-size: 16px;
	}
	.foot12_2{
		width: 100%;
		display: block;
		    margin-top: 10px;
		    font-size: 14px;
		    color: #999999;
	}
	.foot1_3{
		width: 385px;
		height: 305px;
		box-sizing: border-box;
		text-align: left;
		float: left;
		border-right: 1px solid rgba(255,255,255,0.2);
		    padding-left: 60px;
		    padding-right: 60px;
		    padding-top: 35px;
		    padding-bottom: 35px;

	}
	.foot13_1{
		    width: 100%;
		    color: white;
		    font-size: 16px;
	}
	.foot13_2{
		width: 100%;
		font-size: 26px;
		color: #34BA89;
		margin-top: 30px;
	}
	.foot13_3{
		width: 100%;
		margin-top: 30px;
		font-size: 14px;
		color: #999999;
	}
	.foot13_4{
		display: block;
		width: 135px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		background: #34BA89;
		text-align: center;
		margin-top: 30px;
display: flex;
    justify-content: center;
    align-items: center;
	}
	.foot13_4 img{
		height: 20px;
		display: inline-block;
		vertical-align: middle;
margin-right:10px;
	}
	.foot13_4 span{
		font-size: 14px;
		color: white;
		display: inline-block;
		vertical-align: middle;
	}
	.foot1_4{
		/* border: 1px solid red; */
		width: 260px;
		height: 305px;
		    padding-top: 35px;
		    padding-bottom: 35px;
		box-sizing: border-box;
display: inline-block;
		float: left;
	}
	.foot14{
		width: 200px;
		height: 200px;
		/*margin: auto;*/
float: right;
		position: relative;
		background-image: url(../image/img_34.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.foot14 img{
		width: 150px;
		height: 150px;
		margin-top: 25px;
	}
	.foot14_1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #999999;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.foot2{
		width: 100%;
		border-top: 1px solid rgba(255,255,255,0.2);
		box-sizing: border-box;
		padding-top: 35px;
		padding-bottom: 35px;
		text-align: center;
		font-size: 14px;
		    color: #999999;
	}
}
@media screen and (max-width: 1300px) {
	.FOOT{
		border-top: 1px solid #E0E0E0;
		box-sizing: border-box;
		width: 100%;
		display: inline-block;
		background: white;
		height: 1.15rem;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1001;
	}
	.foot{
		width: 25%;
		padding-top: 0.15rem;
		padding-bottom: 0.15rem;
		text-align: center;
		display: block;
		float: left;
		border-right: 1px solid #E0E0E0;
		box-sizing: border-box;
		color: #333333;
		font-size: 0.22rem;
	}
	.foot img{
		height: 0.35rem;
		display: block;
		margin: auto;
	}
	.foot div{
		margin-top: 0.1rem;
	}
}