@media (min-width: 1025px) {
	.innews .list li:hover{
		transform: translateY(-0.5rem);
		box-shadow:0 20px 50px 5px #a2c4e0;
	}
	.innews .list li .back{
		transition: all 0.3s ease 0s;
		-position: relative;
	}
	.innews .list li .back:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(39,73,124,0.8);
	}
	.innews .list li:hover .back{
		opacity: 1;
	}
	.innews .list li:hover .con-t h3{
		color: #fff;
	}
	.innews .list li:hover .con-t .more{
		color: #fff;
	}
	.innews .list li:hover .con-t .more:before {
		background: url('../../web/img/arrow-rw.png')no-repeat center center;
		background-size: contain;
	}
	.member-w .list li .ico{
		transition: all 0.3s ease 0s;
	}
	.member-w .list li .ico:hover{
		top: 51%;
	}


	.pro-last .swiper-container .swiper-slide .ico{
		transition: all 0.3s ease 0s;
	}
	.pro-last .swiper-container .swiper-slide:hover .ico{
		transform: translateY(5px);
	}
	.pro-last .swiper-container .swiper-slide p{
		transition: all 0.3s ease 0.2s;
	}
	.pro-last .swiper-container .swiper-slide:hover p{
		transform: translateY(5px);
	}


	.re-pop .close-btn{
		transition: all 0.3s ease 0s;
	}
	.re-pop .close-btn:hover{
		transform: rotateZ(90deg);
	}
	.hezuo-wrap .map_info .con .t{
		transition: all 0.3s ease 0s;
	}
	.hezuo-wrap .map_info .con p{
		transition: all 0.3s ease 0.2s;
	}
	.hezuo-wrap .map_info .item:hover .t{
		transform: translateY(5px);
	}
	.hezuo-wrap .map_info .item:hover p{
		transform: translateY(5px);
	}
	.hezuo-wrap .last-w .input_con .input:hover{
		border: 1px solid #053871;
	}
	.hezuo-wrap .last-w .input_con textarea:hover{
		border: 1px solid #053871;
	}
	.hezuo-wrap .last-w .input-w .le input:hover{
		border: 1px solid #053871;
	}
	.hztc_wrap .con-wrap .title img{
		transition: all 0.3s ease 0s;
	}
	.hztc_wrap .con-wrap .title img:hover{
		transform: rotateZ(90deg);
	}
}