

/* @media (min-width: 500px) and (max-width: 1400px) { */
   .new_box{
   	max-width: 1400px;
   	height: 140px;
   	display: flex;
   	justify-content: space-between;
	/* flex-direction: column; */
   	margin: auto;
	/* border: 1px solid red; */
	
   }
   .new_ku{
   	   height: 280px;
   }
   .new_he{
   	   height: 400px;
	   background-color: #FFFFFF;width: 32%;margin-right: 0;
   }
   .new_juz{text-align: center }
   .boxitem{
   	width: 32%;
   	display: flex;
   	flex-direction: column;
   	justify-content: center;
   	background-color: #EEF2FA;
   	padding: 0 30px;
   }
   .newtit{
   	font-size: 22px;
   	color: #181824;
   	font-weight: 400;
   }
   .newcont{
   	font-size: 14px;
   	color: #999999;
   	margin-top: 5px;
   }
   .tit1{
   	font-size: 20px;
   	font-weight: bold;
   	margin-top: 6px;
   }
   .tit2{
   	font-size: 14px;
   	margin-top: 6px;
   	/* font-weight: bold; */
   }
   .tit3{
   	font-size: 14px;
   	/* font-weight: bold; */
   	color: #999999;
   	margin-top: 6px;
   }
   
   .seeObj{
   	width: 100px;
   	height: 36px;
   	background-color: #5775F2;
   	color: #FFFFFF;
   	line-height: 36px;
   	text-align: center;
   	margin-top: 10px;
   	font-size: 16px;
   	cursor: pointer;
   }
   .nes_item{
	   display: flex;
	   flex-direction: column;
	   align-items: center;
   }
   .new_box2{
	   width: 64%;
	   height: 200px;
   }
   .list_text2{
	   display: flex;
	   justify-content: space-between;
   }
   
   .new_box3{
	   background-color: #FFFFFF;width: 49%;margin-right: 0;height: 260px;display: flex;justify-content: center;align-items: center;
   }
   .new_top{
   	   margin-top: 40px;
   }
   .new_b0h{
	  width: 32%;height: 200px;margin-right: 20px;display: flex;justify-content: center;align-items: center;
   }
   
   
   .showzhe{
   	position: fixed;
   	left: 0;
   	top: 0;
   	right: 0;
   	bottom: 0;
   	background-color: black;
   	opacity: 0.8;
   	z-index:1;
   	display: none;
   }
   .showTan{
   	width: 400px;
   	height: 400px;
   	background-color: #FFFFFF;
   	position:fixed;
   	margin:auto;
   	left:0;
   	right:0;
   	top:0;
   	bottom:0;
   	z-index:10;
   	border-radius: 15px;
   	display: none;
   }
   .tanitt{
   	text-align: center;
   	margin-top: 20px;
   }
   .chax{
   	position: absolute;
   	right:15px;
   	top: 24px;
   	width: 15px;
   	height: 15px;
   	cursor: pointer;
   }
   .tancode{
   	width: 200px;
   	height: 220px;
   	/* border: 1px solid #D6D6D6; */
   	position: absolute;
   	margin:auto;
   	left:0;
   	right:0;
   	top:-20px;
   	bottom:0;
   	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
   	display: flex;
   	justify-content: center;
   	align-items: center;
   }
   .tantip{
   	position: absolute;
   	margin:auto;
   	left:0;
   	right: 0;
   	bottom:50px;
   	font-size: 14px;
   	color: #666666;
   	text-align: center;
   	
   }
   .tanp{
   	position: absolute;
   	margin:auto;
   	left:0;
   	right: 0;
   	bottom:10px;
   	font-size: 14px;
   	color: #666666;
   	text-align: center;
   	border-top: 1px solid #D6D6D6;
   	height: 30px;
   	line-height: 35px;
   }
/* } */
@media (max-width:1400px) {
 .new_box{
	width: 90%;
   	margin: auto;
	
   }
   .new_b0h{
   	  width: 32%;height: 200px;margin-right: 20px;display: flex;justify-content: center;align-items: center;
   }
   .tit3{
   	font-size: 12px;
}

@media (max-width:1200px) {
	.new_he{
		   height: 340px;
	}
	.new_ku {
		height: 160px;
	}
	.new_box3{
		/* height:360px;
		display: flex;justify-content: space-between;align-items: flex-start;padding-top: 30px; */
		 background-color: #FFFFFF;width: 100%;margin-right: 0;height: 270px;display: flex;justify-content: center;align-items: center;margin-bottom: 20px;padding-top: 0px
	}
	.new_cha{
		   flex-direction: column;
		   margin-bottom: 0 !important;
	}
	.new_b0h{
		width: 25%;
	}
}
@media (max-width:1024px) {
/* 	.list_text2{
	flex-wrap: unset !important;
	
	} */
	.newcont{
		padding: 0 20px;
	}
}

@media (max-width:900px) {
	.new_box{
		width: 94%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		height: 250px;
	  }
	  .boxitem{
	  	width: 94%;
	  	display: flex;
	  	margin: auto;
	  	flex-direction: column;
	  	justify-content: center;
	  	background-color: #EEF2FA;
	  	padding: 10px 30px;
	  	margin-bottom: 10px;
	  	
	  }
	.new_he{
		   height: 310px;
	}
	.new_ku {
		height: 160px;
	}
	/* .new_box3{
		height:300px;
		display: flex;justify-content: space-between;align-items: flex-start;padding-top: 30px;
	} */
	.new_b0h{
		width: 34%;
	}
}

@media (max-width: 500px) {
   .new_box{
	width: 100%;
   	/* height: 140px; */
	height: auto;
   	display: flex;
   	justify-content: space-between;
	flex-direction: column;
   	margin: auto;
	/* border: 1px solid blue; */
   }
  .boxitem{
  	width: 88%;
  
  	
  }
  .new_img{
	  flex-direction: column;
  }
  .nes_item{
  	 text-align: center;
	 margin-bottom: 30px;
  }
   .new_ku{
	   height: 100px;
   }
   .newtit{
   	font-size: 16px;
   	color: #181824;
   	font-weight: 400;
   }
   .newcont{
   	font-size: 12px;
   	color: #999999;
   	margin-top: 5px;
   }
   .new_he{
	   width: 100%;
	   height: 340px;
   }
   .tit1{
   	font-size: 16px;
   	font-weight: bold;
   	margin-top: 6px;
   }
   .tit2{
   	font-size: 12px;
   	margin-top: 6px;

   }
   .tit3{
   	font-size: 12px;

   	color: #999999;
   	margin-top: 6px;
   }
   .list_text2{
	   flex-direction: column;
   }
   
   .seeObj{
   	width: 100px;
   	height: 36px;
   	background-color: #5775F2;
   	color: #FFFFFF;
   	line-height: 36px;
   	text-align: center;
   	margin-top: 10px;
   	font-size: 16px;
   	cursor: pointer;
   }
   .nes_dist{
	   padding-top: 0 !important;
   }
   
   .new_box2{
   	   width: 90%;
   	   height: 200px;
   }
   .new_box3{
   	  background-color: #FFFFFF;width: 100%;margin-right: 0;height: 480px;display: flex;justify-content: center;;margin-bottom: 20px;padding-top: 0px;flex-flow: row-reverse;flex-direction: column-reverse;
   }
   .new_cha{
	   flex-direction: column;
	   margin-bottom: 0 !important;
   }
   .new_top{
	   margin-top: 1px;
   }
   .new_b0h{
   	   /* width: 3%;height: 230px;border: 1px dotted #707070;margin-right: 20px;display: flex;justify-content: center;align-items: center */
	  width: 72%;
   }
}