@media screen and (min-width: 1024px) {
	.foot{
		width: 100%;
		height: 180px;
		background: url(https://gudongjd.com/index/img/footbg.jpg) no-repeat #0d5440;
		background-size: 100% 100%;
	}
}
@media screen and (max-width: 1024px) {
	.foot{
		width: 1400px;
		height: 180px;
		background: url(https://gudongjd.com/index/img/footbg.jpg) no-repeat #0d5440;
		background-size: 100% 100%;
	}
}
.link{
	width: 1400px;
	padding: 40px 0;
	height: auto;
	margin: 0 auto;
}
.newfr_link{
		  	 width: 100%;
		  	 height: auto;
		  	 margin: 0 auto;
		  	 border: #cdcdcd 1px solid;
		  	 border-radius: 5px;
		  	 position: relative;
			 display: flex;
			 justify-content: space-between;
			 align-items: center;
		  	 background-image: linear-gradient(180deg, #ffffff, #ebebeb);
		  } 
		  .newlink_left{
		  	 width: 15%;
		  	 height: 62px;
			 margin-left: 2%;
		  	 border-radius: 5px;
		  	 text-align: center;
		  	 background-image: linear-gradient(180deg, #158f50, #0D5440);
		  }
		   .newlink_left span{
		  	  display: block;
		  	  margin: 4px;
		  	  height: 54px;
		  	  line-height: 54px;
		  	  border: #fff 1px dashed;
		  	  border-radius: 5px;
		  	  font-size: 18px;
		  	  color: #fff;
		   }
		   .newlink_left span i{
		   	  font-size: 12px;
		  	  font-style:normal;
		   }
		   .newlink_right{
		   	  width: 80%;
		   	  height: auto;
			  display: flex;
			  justify-content: flex-start;
			  flex-wrap: wrap;
		   }
		      .newlink_right a{
		   		 font-size: 16px;
		   		 color: #404040;
		   		 line-height: 28px;
		   		 padding-right: 20px;
		   	 }
		   	 .newlink_right a:hover{
		   	 		 font-size: 16px;
		   	 		 color: #ff3333;
		   	 		 line-height: 28px;
		   			 padding-right: 20px;
		   	 }
			 
.newfoot_con{
				 width: 1000px;
				 margin: 0 auto;
				 display: flex;
				 padding-top: 35px;
				 justify-content: center;
				 align-items: center;
			 }
			 .newfoot_con span{
			 	line-height: 32px;
				margin-right: 20px;
			 	font-size: 16px;
				color: #fff;
				white-space: nowrap;
				overflow: hidden;
				font-weight: normal;
			 }
			 .newfoot_mes{
				 height: 110px;
				 display: flex;
				 flex-direction: column;
				 justify-content: flex-start;
				 align-items: flex-start;
			 }
			 .newfoot_img{
				 padding-top: 10px;
				 padding-right: 80px;
				 width: 100px;
				 height: 80px;
				 text-align: right;
			 }