.newFooterWrap{
	 min-width: 1200px;
	 width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	background: #1d1d1d;
}
.newFooter{
	width: 1200px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	background: url(../images/newFooter_pic1.jpg) 140px 20px no-repeat;
	background-size: 600px;
	padding-top: 58px;
}
.newFooter_top{
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #666;
	padding-bottom: 30px;
}
.newFooter_left{
	width: 260px;
	float: left;
}
.newFooter_left_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
}
.newFooter_left_inp{
	width: 100%;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	border: 1px solid #666666;
	border-radius: 5px;
	margin-top: 20px;
}
.newFooter_left_inp input{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #666;
	padding: 10px;
	background: none;
	border: none;
}
.newFooter_left_btn{
	width: 100%;
	overflow: hidden;
	clear: both;
	border: none;
	background: #fc1472;
	font-size: 14px;
	padding: 10px 0;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
.newFooter_center{
	width: 550px;
	float: left;
	padding-top: 70px;
}
.newFooter_center_top{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: right;
}
.newFooter_center_top span{
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 10px 0;
}
.newFooter_center_top span b{
	font-size: 30px;
}
.newFooter_center_top span:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 60%;
	background: #fff;
	height: 1px;
}
.newFooter_center_top span:after{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 60%;
	background: #fff;
	height: 1px;
}
.newFooter_center_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: right;
	margin-top: 30px;
	vertical-align: middle;
}
.newFooter_center_bottom a,.newFooter_center_bottom b,.newFooter_center_bottom span{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.newFooter_center_bottom span{
	font-size: 16px;
	font-weight: bold;
}
.newFooter_center_bottom a{
	font-size: 14px;
	line-height: 24px;
	position: relative;
	padding: 0 5px;
}
.newFooter_center_bottom a:after{
	width: 1px;
	height: 10px;
	background: #666;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	content: '';
}
.newFooter_center_bottom a:last-child{
	padding-right: 0;
}
.newFooter_center_bottom a:last-child:after{
	display: none;
}
.newFooter_right{
	float: right;
	width: 290px;
	padding-top: 15px;
}
.newFooter_right_one{
	float: left;
	width: 135px;
}
.newFooter_right_one:last-child{
	margin-left: 20px;
}
.newFooter_right img.img1{
	display: block;
	width: 135px;
}
.newFooter_right_p1{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
	padding-bottom: 10px;
}
.newFooter_right_p2{
	width: 100%;
	overflow: hidden;
	clear: both;
	vertical-align: middle;
}
.newFooter_right_p2 img{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
}
.newFooter_right_p2 span,.newFooter_right_p2 a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
	line-height: 20px;
}
.newFooter_right_p2 a:hover{
	text-decoration: underline;
}
.newFooter_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
.newFooter_bottom_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
	line-height: 22px;
	padding: 5px 0;
}
.newFooter_bottom_p1 span{
	font-size: 12px;
	color: #fff;
}
.newFooter_bottom_p1 a{
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	padding: 0 2px;
}
.newFooter_bottom_p1 a:hover{
	color: #fff;
}
.newFooter_bottom_p1 span.span1{
	color: rgba(255,255,255,0.6);
	position: relative;
	padding: 0 10px;
}
.newFooter_bottom_p1 span.span1:after{
	width: 1px;
	height: 10px;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -5px;
	background: #666;
}
.newFooter_bottom_p1 span.span2{
	padding-left: 0;
}
.newFooter_bottom_p1 span.span2:after{
	display: none;
}