@media (min-width: 1025px) {
	.i-video .prev:hover{
		background-image: url('../images/video-prev2.png');
	}
	.i-video .next:hover{
		background-image: url('../images/video-next2.png');
	}

	.i-break-box .right .con-box:hover .text-box{
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}
	.i-break-box .right .con-box:hover .index-more{
		display: block;
		margin: 1.5rem auto 0;
		background-color: #fff;
		color: #4698cb;
	}
	.i-break-box .right .con-box:hover .mask{
		opacity: .6;
		filter: alpha(opacity=60);
	}
	.i-break-box .right .con-box:hover .index-more{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-video .play-btn:hover .circle{
		transform: rotate(270deg);
		/* background-image: url('../img/play-btn2.png'); */
	}
	.i-video .play-btn:hover circle{
		stroke-dashoffset: 0;
	}
	.i-break-box .right .con-box:hover .text-box{
		height: auto;
	}
	.i-break-box .right .con-box:hover .index-more:hover{
		background-color: #4698cb;
		color: #fff;
	}
	header .right .nav li .navson a:hover{
		color: #4698cb;
	}
	footer .form .submit:hover{
		color: #4698cb;
	}
	.search-box .search-close:hover{
		transform: rotate(180deg) translateX(0);
	}

	.check-dialog .check-close:hover{
		transform: rotate(180deg);
	}
	.index-more:hover{
		/* background:url(../z_img/img23.jpg) no-repeat center center;
		color: #fff; */
		background-color: #fff;
		color: #4698cb;
		box-shadow: 0 0 15px rgba(0,0,0,.1);
	}
	.sweet-alert button:hover{
		background-color: #fff!important;
		color: #4698cb!important;
		box-shadow: 0 0 15px rgba(0,0,0,.1)!important;
	}
}