﻿
@media screen and (min-width: 992px) {
	header.pchad .navbox a:hover{
		cursor: pointer;
		color: #c9002b;
		padding-right: 0;
	}
	header.pchad .navbox .home a:hover:before{
		width: 100%;
	}
	header.pchad .navbox li a:hover{
		cursor: pointer;
		color: #c9002b;
		padding-right: 40px;
	}
	header.pchad .navbox li a:hover:before{
		width: 30px;
	}
	.main .page2 li:hover .mark{
		opacity: 1;
		transition: opacity 0.4s cubic-bezier(0.55,0.085,0.68,0.53) 0.35s;
	}

	.main .page4 .left .item .text:after{
		top: 33px;
	}

	.main .page4 .left .item:hover .text:after{
		opacity: 1;
		margin-left: 0%;
	}
	.main .page4 .right .item:hover .text:after{
		right: -42%;
		opacity: 1;
	}
	.main .page4 .item:hover img{
		transform: scale(1.05);
		transition: all .5s ease-in;
	}
	.main .page6 li:hover img{
		transform: scale(1.05);
	}
	#solutioninfo a:hover{
		opacity: 1;
	}
	#news .wrap1 li .imgs:hover img{
		transform: scale(1.05);
	}
	#about .wrap3 .team a:hover .imgs{
		box-shadow: 10px 10px 20px 0 rgba(0,0,0,.1);
	}
	#about .wrap3 .team a .imgs:hover img{
		transform: scale(1.05);
	}
	#product .section li:hover .bgshow{
		opacity: 1;
		transition: opacity .4s cubic-bezier(.55,.085,.68,.53) .35s;
	}
	#product .p-list .side a:hover{
		color: #000;
	}
	.main.swiper-container .page1 .line:hover{
		bottom: 0;
	}
	#solution ul li:hover .imgs img{
		transform: scale(1.05);
	}
	footer .fot .right .r2 a.gotop:hover{
		transform: translateY(-50%);
	}
	#intro .business .item:hover img{
		transform: scale(1.1);
	}
	#intro .company:hover img{
		transform: scale(1.05);
	}
	#intro .swiper-slide .imgs:hover img{
		transform: scale(1.1);
		transition: all .3s ease-in;
	}
	#job .future:hover img{
		transform: scale(1.05);
		transition: all .3s ease-out;
	}
	#job .jlist li:hover{
		box-shadow: 0 0 1px #000;
	}
	.hf .imgs:hover img{
		transform: scale(1.05);
		transition: all .5s ease-out;
	}
	#contract .clist li:hover .text{
		opacity: 1;
		transition: all .3s ease-in;
	}
	#team .wrap1 li .imgs:hover img{
		transform: scale(1.1);
		transition: all .3s ease-in;
	}
	/* #service .outlets .control .swiper-button-prev:hover:after{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-size: 100%;
		border-radius: 0%;
		cursor: pointer;
	} */
}