@media only screen and (min-width: 800px) and (max-width: 19000px) {
	.headerNav a:hover{
		font-weight: bold;
		color: #F66127;
		font-size: 18px;
		/* background: url(../imgs/xuanzhong.png) no-repeat center bottom; */
   
	}
	.headerNav a:hover img{
		display: block;
	}
	.headerNav a:hover span {
		display: block;
	}
	.IndexWorksComList:hover{
		box-shadow: 0 0 5px #ccc;
	}
	.IndexWorksComList:hover h5{
		
		display: block;
		display: flex;
	    justify-content:center;
	    align-items:Center ;
	}
	
	
	.IndexWorksComList:hover p{
		color: #F66127;
	}
	.cooperationCon a img:hover{
		
	}
	.effect a:hover{
		background: #fff;
		color: #F66127;
		box-shadow: 1px -2px 0px 0px rgba(246, 97, 39, 0.29);
	}
	.processList:hover b{
		background: #F66127;
	}
	.processList:hover b:nth-child(1){
		/* display: none; */
	}
	.processList:hover b:nth-child(2){
		display: block;
		display: flex;
	    justify-content:center;
	    align-items:Center ;
	}
	.processList:hover p{
		color: #F66127;
	}
	.NewsList a:hover em p{
		color: #F66127;
	}
	.NewsList a:hover em p{
		color: #F66127;
	}
	.NewsList a:hover em h2{
		color: #F66127;
	}
	.NewsList a:hover .NewsListRight{
		color: #F66127;
	}
	.NewsList a:hover .NewsListRight span{
		border:1px solid #F66127;
	}
	.newsDetailsFooter a:hover{
		color: #F66127;
		border: 1px solid #F66127;
	}
	.IndexAbout02 h5:hover{
		opacity: 1;
	}
	.footerCetTop em a:hover{
		color: #F66127;
	}
	.footerCetTopList dl dd a:hover{
		color: #F66127;
	}
}