
@media (min-width: 1025px){
	.pcNav>ul>li>a:hover{
		position: relative;
		font-weight: bold;
	}
	
	.pcNav>ul>li>a:hover::after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -0.3rem;
	}
	
	.language a:hover{
		position: relative;
	}
	
	.language a:hover::after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -0.3rem;
	}
	
	
	
	.scroll ul li a:hover{
		color: #005a41;
	}
	.scroll ul li a:hover::after{
		background-color: #005a41;
	}
	
	.scroll a:hover{
		color: #005a41;
	}
	
	.scroll a:hover::after{
		background-color: #005a41;
	}
	.indexFADList a:first-child:hover{
		background-color: #005a41;
	}
	
	.indexFADList a:first-child:hover img{
		filter:brightness(0) invert(1);
	}
	
	.indexNewList:hover a{
		color: #005a41;
	}
	
	/* .wx:hover div{
		display: block;
	} */
	.barBox a:hover{
		color: #005a41;
	}
	
	.aboutFZList:hover div::before{
		height: 5px;
		background-color: #005a41;
	}
	
	.aboutFZList:hover div img{
		filter:brightness(0) invert(1);
	}
	
	.aboutFZList:hover div span{
		color: #fff;
	}
	.aboutFZList:hover div i{
		background-color: #fff;
	} 
	.aboutFZList:hover div p{
		color: #fff;
	}
	
	.newsList:hover .newsListB::before{
		height: 0;
	}
	
	.newsList:hover .newsCon span{
		color: #fff;
	}
	.newsList:hover .newsCon h2{
		color: #fff;
	}
	.newsList:hover .newsCon p{
		color: #fff;
	}
	
	.newsList:hover .newsRight{
		border: 1px solid #fff;
	}
	
	.newsList:hover .newsRight img{
		filter:brightness(0) invert(1);
	}
	
	.newsPageL a:hover{
		color: #005a41;
	}
	
	
	
	
	.TJList:hover .TJListB::before{
		height: 0;
	}
	
	
	.proNav:hover{
		background-color: #005a41;
		
	}
	
	.proNav:hover img{
		filter:brightness(0) invert(1);
	}
	
	.proNav:hover span{
		color: #fff;
	}
	
	.proNav:hover p{
		color: rgba(236, 255, 248, .08);
	}
	
	
	.barBox a:hover{
		color: #005a41;
	}
	
	.newsRight:hover{
		background-color: #005a41;
	}
	.newsRight:hover img{
		filter:brightness(0) invert(1);
	}
	.indexFATopRightList a:hover{
		padding: 0 0.5rem 0 1rem;
	}
	.bannerPrev:hover,
	.bannerNext:hover{
		background-color: #005a41;
	}
	
	.bannerPrev:hover img,
	.bannerNext:hover img{
		filter:brightness(0) invert(1);
	}
	
	.indexFANext:hover{
		background-color: #005a41;
	}
	
	.indexFANext:hover img{
		filter:brightness(0) invert(1);
	}
	
	.indexFAPrev:hover{
		background-color: #005a41;
	}
	
	.indexFAPrev:hover img{
		filter:brightness(0) invert(1);
	}
	

	.footerRT a:hover>img{
		margin-top: -0.5rem;
		transition: all .2s ease-out;
	}
	
	.conBtn button:hover{
		background-color: #fff !important;
		color: #005a41;
	}
	.newsPageR a:hover{
		padding: 0 0.5rem 0 1rem;
	}
	
	.pcNavEJ li:hover{
		background-color: #005a41;
	}
	
	.pcNavEJ li:hover a{
		color: #fff !important;
	}
	
	
	.pcNav>ul>li>a:hover .IndexActive>a::after{
		display: none !important;
	}
	
	
	
	
}

