/*.all{
	display: none;
	position: fixed;
	top:95px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: 9999;
	min-width: 1200px;
	overflow-x: auto;
	overflow-y: auto;
}*/


.all{
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.29);
	position: fixed;
	top:70px;
	left: 0px;
	z-index: 999;
	min-width: 1200px;
}

.all_back{
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	height: 555px;
}

.all::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.shor_main1{
	/*width: 1120px;*/
	width: 100%;
	padding-left: 7.65%;
	padding-right: 7.65%;
	padding-top:20px;
	display: flex;
	/*justify-content: space-between;*/
}
.shor_main1_1{
	width: 25.5%;
}

.shor_main1_11{
	width: 100%;
	
}
.shor_main1_11 img{
	width: 100%;
	cursor: pointer;
}
.shor_main1_12{
	margin-top: 19px;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}

.shor_main1_13{
	margin-top:11px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
}

.shor_mactive{
	color: #479F99;
}

/*@media only screen and (max-width: 1440px) {
	.shor_main1 {
	    width: 1200px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 48px;
	    display: flex;
	    justify-content: space-between;
	    overflow-x: auto;
	}	*/
}