@charset "utf-8";

	#mainbottom{
		background: #000;
	}
	.bottom_content{
		width: 80%;
		min-width: 1268px;
		margin: 0 auto;
		background: #000;

	}
	.bottom_top{
		height: 96px;
	}
	.bottom_body{
		display: flex;
		justify-content: space-between;
	}
	.botton_nav{
		width: calc(780px);
	}
	.botton_nav_list{
		display: flex;
		justify-content: space-between;		
	}
	.botton_nav_list .botton_nav_list_title{
		color: #fff;
		font-size: 18px;
		margin-bottom: 50px;
	}
	.botton_nav_list .botton_nav_list_subtitle{
		color: #fff;
		opacity: .8;
		font-size: 16px;
		margin-bottom: 16px;
		display: block;
	}
	.bottom_logo{
		width: 250px;
	}
	.bottom_logo_img{
		width: 186.21px;
		height: 22.45px;
		display: block;
		margin-right:100px;
	}
	.bottom_foot{
		text-align: center;
		color: #fff;
		opacity: .6;
		font-size: 13px;
		padding-bottom: 10px;
		padding-top: 60px;
		line-height: 24px;
	}
	._a{
		display: block;
	}
	.bottom_logo_other{
		display: flex;
		justify-content: flex-end;
		margin-top: 0px;
		color: #fff;
		font-size: 21px;
	}
	.bottom_logo_other_qrcode{
		width: 88px;
		height: 88px;
		display: block;
		margin-left: 24px;
	}
	.bottom_logo_other_imglist{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		/* height: 60px; */
	}
	.bottom_logo_other_qrcode_y{
		width: 29.81px;
		height: 21.14px;
		margin-left: 32px;
		display: block;
	}
	.bottom_logo_other_qrcode_f{
		width: 24.19px;
		margin-left: 34px;
		display: block;
	}
	.bottom_logo_other_qrcode_i{
		width: 24px;
		margin-left: 32px;
		display: block;
	}


@media screen and  (max-width:1500px){
	
	
}






