@media (min-width: 1025px) {
	.shownav .sub_nav a:hover{
		transform:translateX(8px);
	}
	 .colese:hover{
		transform:rotate(180deg);
	}
	.section2.active{

	}
	.secwen {
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transform: translateY(30px);
	    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.active .animate.secwen {
	    opacity: 1;
	    transform: translateY(0);
	    filter: alpha(opacity=100);
	    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.animate.secwen.secwen1{
		transition-delay:0.1s;
	}
	.animate.secwen.secwen2{
		transition-delay:0.2s;
	}
	.animate.secwen.secwen3{
		transition-delay:0.4s;
	}
	.animate.secwen.secwen4{
		transition-delay:0.6s;
	}
	.more:hover .tit-16{
		color:#006CB7;
	}
	.more:hover .lined{
		color:#006CB7;
		transform:translateX(10px)
	}
	.section6 .content .newscontent .news-container .swiper-slide:hover .bg{
		transform:scale(1.2);
		transition:all 1s;
	}
	.section6 .content .newscontent .news-container .swiper-slide:hover .tit-24{
		color:#006CB7;
		transition:all 1s;
	}
	.section6 .content .newscontent .news-container .swiper-slide:hover .tip{
		color:#006CB7;
		transition:all 1s;
	}
	.section6 .content .newscontent .news-container .swiper-slide:hover .tip svg{
		fill:#006CB7;
		transition:all 1s;
	}
	
	footer .footer .footer_nav a:hover{
		opacity: 1;
		color:#fff;
	}
	footer .footer .footer_box .right .share .list a:hover{
		background-color: #006CB7;
		border:1px solid #006CB7;
	}
	footer .footer .footer_bot a:hover{
		color: #006CB7;
		
	}
	.li1:hover .more2 img{
		transform:translateX(15px);
	}
	.news .maincontent  .li1:hover .right .tit-30{
		color:#006CB7
	}
	.news .maincontent .newslist .ajaxlist a:hover .bg{
		transform:scale(1.2);
		transition:all 1s;
	}
	.news .maincontent .newslist .ajaxlist a:hover .tit-24{
		color:#006CB7;
	}
	.index_more:hover .t{
		transform:translateX(-15px);
		color:#fff;
	}
	.index_more:hover .img{
		transform:translateX(15px);
	}
	.inn_a .list .li:hover .right{
		color:#fff;
	}
	.inn_a .list .li:hover{
		background-image:url(../img/innabg.jpg)
	}
	.inn_a .list .li:hover .right .icon svg{
		fill:#fff;
	}
	.inn_b .imglist  .bg:hover{
		transform:scale(1.1);
	}
	.inn_e .top .box a:hover{
		border: 2px solid #006CB7;

	}
	.inn_e .top .box a:hover svg{
		fill:#006CB7;
		
	}
	.about-prev:hover , .about-next:hover{
		border: 2px solid #006CB7;
		background-color: #006CB7;
	}
	.about-prev:hover svg, .about-next:hover svg{
		fill:#fff;
		opacity: 1;
	}
	/* .inn_d .list .li:hover .bg{
		transform:scale(1.1);
	} */
}


.adds-nav .right a.active{
	color:#006CB7;
}
.scient .s_b .list .li:hover .bg{
	transform: scale(1);
}
.s_c .maincontent .list .li:hover{
    transform: translateY(-10px);
    box-shadow: 9px 12px 15px rgb(0 0 0 / 27%);
}
.s_f .maincontent .list .li:hover{
	transform: translateY(-10px);
    box-shadow: 9px 12px 15px rgb(0 0 0 / 27%);
}
.jionus_list .recruit-list-1 .list .list-top:hover{
	    background-color: #006CB7;
    color: #fff;
}
.jionus_list .recruit-list-1 .list .list-top:hover .span6 span{
	    color: #fff;
    border-bottom: 1px solid #fff;
}