.manage1_cont{
	flex-wrap: wrap;
	    justify-content: space-between;
}
.manage1_li{
	flex: 0 0 30%;
	justify-content: space-between;
	margin-top: 0.28rem;
	overflow: hidden;
}
.manage1_img{
	width: 100%;
	height: 3.64rem;
	overflow: hidden;
}
.manage1_img img{
    transition: all 0.5s;
    transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.manage1_cover{
	width: 100%;
	height: 0.55rem;
	background: rgba(219, 219, 219, 0.4);
}
.manage1_l{
	flex: 0 0 55%;
}
.manage1_l p{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
}
.manage1_l span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.16rem;
	color: #333333;
	margin-left: 0.04rem;
}
.manage1_r{
	flex: 0 0 45%;
	background: #E5E5E5;
	height: 0.55rem;
	transition: all 0.5s;
}
.manage1_r img{
	width: 0.26rem;
	height: 0.24rem;
	margin: auto;
	margin-top: 0.02rem;
}

.manage1_r img:nth-of-type(1){
	opacity: 1;
}
.manage1_r img:nth-of-type(2){
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.manage1_r p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #888888;
	margin-top: 0.04rem;
	text-align: center;
	transition: all 0.5s;
}
.manage1_li:hover .manage1_r{
	background: #F14F50;
	transition: all 0.5s;
}
.manage1_li:hover .manage1_r p{
	color: #ffffff;
	transition: all 0.5s;
}
.manage1_li:hover .manage1_r img:nth-of-type(1){
	opacity: 0;
	transition: all 0.5s;
}
.manage1_li:hover .manage1_r img:nth-of-type(2){
	opacity: 1;
	transition: all 0.5s;
}
.manage1_li:hover .manage1_img img{
	transform:scale(1.2);
}
.manage1_rimg{
	position: relative;
}

.tech_pe{
	width: 36%;
}
.tech_bzM{
	margin: 0rem 0 0.17rem !important;
}
.tech_decM{
	margin-top: 0.1rem !important;
}
.manage_button{
	width: 1.75rem;
	height:0.46rem;
	background: #F14F50;
	justify-content: center;
	margin-top: 0.44rem;
	position: relative;
}

.manage_button:hover img{
    -webkit-animation: scaleUp 0.5s;
	-moz-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
}
@-webkit-keyframes scaleUp {
	80% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
}

@-moz-keyframes scaleUp {
	80% {
		opacity: 0;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2);
	}
}
.manage_button img{
	width: 0.26rem;
	height: 0.24rem;
}
.manage_button p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-left: 0.1rem;
	text-align: center;
}
.m_input{
	margin-top: 0.29rem;
	background-color: rgba(248, 248, 248, 0.4);
	padding:0.3rem 0.2rem 0.48rem;
}
.m_input input:first-child{
    margin-top: 0;
}
.m_input input{
	width: 100%;
	height: 0.5rem;
	border-radius: 0.05rem;
	border: 1px solid #E5E5E5;
	padding: 0.15rem 0.3rem;
	color: #888888;
	margin-top: 0.29rem;
}
.m_input input::-webkit-input-placeholder{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #888888;
	margin-left: 0.1rem;
}
.m_input_e{
	margin-top: 0.3rem;
	justify-content: space-between;
}
.m_input_e input:nth-of-type(1),.m_input_e input:nth-of-type(2){
	flex: 0 0 49%;
}
.m_input textarea{
	width: 100%;
	height: 1.8rem;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	margin-top: 0.3rem;
	padding: 0.24rem 0.3rem;
	color: #888888;
}
.m_input textarea::-webkit-input-placeholder{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #888888;
}
.m_input button{
	width: 2.7rem;
	height: 0.45rem;
	background: #C50608;
	border-radius: 0.05rem;
	margin: 0.4rem auto 0;
	border: none;
	display: block;
	color: #fff;
	position: relative;
}
.m_input button:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: #C50608 solid 2px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	border-radius: 0.05rem;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.m_input button:hover:before {
    top: -0px;
    right: -0px;
    bottom: -0px;
    left: -0px;
    opacity: 1;
}


.button{
	width: 100%;
}
.intBox{
    position: relative;
}

.intBox>span{
    color: red;
    position: absolute;
    left: 0.2rem;
    top: 0.15rem;
}
input:not(:placeholder-shown) + span {
    display: none;
}

@media only screen and (max-width: 1024px) { 
	.manage1_li{
		flex: 0 0 49%;
	}
	.manage1_cover{
		height: auto;
		display: block;
		padding: 0.12rem 0 0;
	}
	.manage1_l{
		padding: 0 0.1rem;
	}
	.manage1_r{
		padding: 0.1rem 0;
		height: auto;
	}
	.manage1_l p,.manage1_l span,.manage1_r p{
		font-size: 14px;
	}
	.manage_button p,.m_input input,.m_input input::placeholder,.m_input textarea,.m_input textarea::placeholder,.m_input button{
		font-size: 12px;
	}
}