			.footer{
				width: 100%;
				background: RGBA(56, 56, 56, 1);
			}
			.footer_view{
				width: 1280px;
				margin: 0 auto;
				display: flex;
			}
			.footer_view>div:nth-child(1){
				width: 530px;
				padding-bottom: 20px;
			}
			.footer_view>div:nth-child(2){
				width: 370px;
				height: 300px;
			}
			.footer_title1{
				width: 310px;
				font-size: 18px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #F3F4F5;
				height: 80px;
				line-height: 80px;
				border-bottom: 1px solid RGBA(96, 96, 96, 1);
				margin-top: 20px;
			}
			.tel_view{
				display: flex;
				align-items: center;
				height: 60px;
				font-size: 20px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #CF0304;
			}
			.tel_view img{
				margin-right: 10px;
			}
			.tel_title{
				font-size: 14px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #FFFFFF;
				margin-top: 10px;
				padding-right: 103px;
			}
			.footer_btn{
				width: 114px;
				height: 28px;
				background: #515151;
				border-radius: 2px;
				text-align: center;
				color: white;
				font-size: 14px;
				margin-top: 20px;
				line-height: 28px;
			}
			.footer_btn:hover{
				background:#BF0C0D;
			}
			.btn_view>div:nth-child(1){
				
			}
			.btn_view>div{
				margin-top: 20px;
			}
			.saoma_btn{
				width: 370px;
				display: flex;
				justify-content: space-between;
			}
			.saoma_btn>div{
				text-align: center;
				color: white;
			}
			.saoma_btn img{
				width: 105px;
				height: 105px;
				margin-top: 25px;
				margin-bottom: 15px;
			}
			.footer_Two{
				width: 100%;
				height: 50px;
				text-align: center;
				background: RGBA(46, 45, 45, 1);
				line-height: 50px;
				font-size: 14px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #FFFFFF;
			}
			.footer_title1 span{
				margin-left: 10px;
				color: #CF0304;
			}
		