.footer{
	width: 100%;
	height: 334px;
	background-color: #2D2D2D;
	margin-top: 50px;
	overflow: hidden;
	
}
.footer .nav1{
	margin: 0;
}
.footer_center{
	width: 1200px;
	height: 219px;
	margin: 0 auto;
	display: flex;
}
.footer_center .width{
	width: 100%;
	height: 219px;
	display: flex;
	position: relative;
}
.footer_center-left{
		width: 921px;
		height: 119px;
		border-top:1px solid #414141;
		margin-top: 20px;
		position: absolute;
		left:-11%;
		padding:48px 0 ;
		display: flex;
}

.logo{
	width: 247px;
	height: 69px;
	background: url(../img/images/logo_13.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.sr{
	width:622px;
	height: auto;
	display: flex;
	margin-left: 40px;
}
.xinm{
	width: 235px;
	height: 36px;
	overflow: hidden;
	position: relative;
}
.dh1{
	width: 235px;
	height: 36px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.dh1 input{
	width: 235px;
	height: 36px;
	background-color: #000;
		padding-left:25px ;
		color:#fff;
}
.xinm input{
	width: 235px;
	height: 36px;
	background-color: #000;
	padding-left:25px ;
	color:#fff;
}
.dh1 span{
	position: absolute;
	top:10px;
	left:5px;
	width: 15px;
	height: 16px;
	background: url(../img/images/xx_17.jpg) no-repeat;
}
.xinm span{
	position: absolute;
	top:8px;
	left:5px;
	width: 15px;
	height: 16px;
	background: url(../img/images/xx_13.jpg) no-repeat;
}
#nr{
	width: 250px;
	height: 98px;
	outline:none;
	resize:none;
/*	overflow:hidden ;*/
}
.wb{
	margin-left: 40px;
}

.go{
	display: block;
	width: 72px;
	height: 72px;
	background-color:#ff0000;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
	line-height: 72px;
	color:#fff;
	box-shadow: 0 4px 5px rgba(0,0,0,.5);
	margin-left: 25px;
	margin-top: 15px;
}


/*二维码*/
.footer_center-right{
	width: 512px;
	height: 219px;
	display: flex;
	position: absolute;
	right: -13%;
}
.footer_center-right_left{
	width: 269px;
	height: 219px;
	padding-top: 28px;
}
.dian_img{
	width: 330px;
	height: 66px;
} 
.dian_img1{
	float: left;
	margin-right: 10px;
}
.dian_img p{
	font-size: 16px;
	color:#fff;
}
.dian_img i{
	font-size: 18px;
	color:#ff0000;
	margin-top: 10px;
	font-weight: 600;
}
.footer_center-right_left p{
	color:#fff;
	margin-top: 15px;
	margin-left: 30px;
}

.footer_center-right_right{
	width: 111px;
	height: 110px;
	margin-left: 67px;
	margin-top: 61px;
}
.footer_center-right_right img{
	width: 100%;
	height: 100%;
}
/**/
.footer_bottom{
	width: 100%;
	height: 58px;
	background-color: #0E0E0E;
}
.footer_bottom-box{
	width: 508px;
	height: 58px;
	margin: 0 auto;
	margin-top: 4px;
}
.footer_bottom-box ul li{
	float: left;
	line-height:58px;
	margin-left:65px;
	color:#797979;
}

.footer_bottom-box ul li:first-child{
	margin-left: 0;
}


@media (min-width:1920px){
	.logo{
		width: 297px;
		height: 88px;
		background: url(../img/images/logo_13.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
}


/*返回顶部*/
.hui{
	width: 50px;
	height: 50px;
	background-color: rgba(154,154,154,.4);
	position: fixed;
	bottom:50px;
	right:20px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.hui span{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-top: 9px;
	background: url(../img/jt.png);
}
.hui_box{
	position: absolute;
	width: 80px;
	height: 30px;
	background-color:#000;
	color:#fff;
	text-align: center;
	line-height: 30px;
	top:10px;
	left:-110px;
	display: none;
}
.hui_box i{
	position: absolute;
	left:74px;
	top:5px;
	font-size: 20px;
	color:#000;
	
}
