
.section0 .list a *:not(.section0 .list a .title),
.section0 .list .swiper-slide-active a .title,
.section6 *,
.section5,
.section5 *:not(.section5 .wrap .left .list),
.searchMain *,
.head:after,
.section3 .list .swiper-container .swiper-wrapper .swiper-slide .content .right *,
.section2 .list *,
.section2 .list a,
.section1 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img,
.head,.head *{
	
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}


.section0 .list a:hover .imgbox img,
.section5 .wrap .right .newslist ul li a:hover .imbox img,
.section1 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img:hover{
	-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
.index .section1 .left .swiper-slide .title{
    bottom: -50px;
    transition-delay: .3s;
}
.index .section1 .left .swiper-slide.swiper-slide-active .title{
    bottom: 0px;
}

.index .section1 .right .list ul li a:hover{
  background: linear-gradient(65deg, #1051a1, #5f15bb);
}
.index .section1 .right .list ul li a:hover *{
    color: #fff !important
}
.section2 .list a:hover{
	    transform: translateY(-10px);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.section6 .wrap .right ul li a .title:hover,
.section5 .wrap .right .newslist ul li a:hover .ris .title,
.section2 .list a:hover .con .tit{
	color: rgb(43 118 245);
}
.section2 .list a:hover .con .line{
	width: 100%;
}

.current .head{
	background: url(../images/fbg.jpg) no-repeat center/cover;
	box-shadow: 0 2px 7px 0 rgba(63,63,63,0.88);
	padding: calc(13 / 1920* 100vw) 0;
}
.current .head:after{
	height: 0;
}
.current .head .nav{padding-top: calc(24 / 1920* 100vw);}
.current .head .infor1{display: none;}
.current .head .logo {
    float: left;
    padding-top: revert-layer;
}
