/* 轮播 */
.mySwiper .swiper-slide img{width: 100%;height: auto;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 36px;height: 4px;background-color: white;opacity: 1;border-radius: unset;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #6786E7;}
/* 第一部分 */
.item1{padding: 50px;}
.item1 .w1000.row{margin-top: 60px;margin-bottom: 15px;}
.item1 .w1000.row .item{font-size: 20px;color: #393939; display: flex;flex-direction: column;align-items: center;}
.item1 .w1000.row .item img{margin-bottom: 18px;}
/* 第二部分 */
.item2{padding-bottom: 100px;padding-top: 40px; background: linear-gradient(180deg,rgba(248,249,253,0.00), #f5f7fd 100%);}
.item2 .row{margin-top: 60px;}
.item2 .row .item{display: flex; cursor:pointer; flex-direction: column;align-items: center;color: white;font-size: 20px;font-weight: 500; width:260px;height: 294px;padding:50px 20px; border-radius: 10px;background: linear-gradient(221deg,#92b8ff 0%, #3764c1 100%);}
.item2 .row .item img{margin: 70px 0 50px 0;}
/* 第三部分 */
.item3{padding: 60px 0 80px 0;}
.item3 .img{width: 100%;max-width: 1240px;margin: 0 auto;}
.item3 .img img{width: 100%;}
/* 第四部分 */
.item4 .item_subtitle{margin-bottom: 40px;}
.item4 .bg_gray{padding: 112px 0;}
.item4 .bg_gray .row:nth-child(2){margin-top: 65px;}
.item4 .bg_gray .row .item{font-size: 20px; cursor:pointer; color: #000000; background-color: white;display: flex;flex-direction: column; align-items: center;width: 146px;height: 146px;border-radius: 5px;
box-shadow: 0px 4px 4px 0px rgba(121,121,121,0.25); 
backdrop-filter: blur(20px);}
.item4 .bg_gray .row .item img{margin-top:28px;margin-bottom: 15px;width: 50px;height: 50px;}
/* 第五部分 */
.item5{padding-top: 50px;}
.item5 .content{margin-top: 40px;}
.item5 .content .left{padding-top: 43px;}
.item5 .content .left .view{}
.item5 .content .left .view .item{width: 292px;height: 76px; cursor:pointer; margin-bottom: 10px; align-items: center;font-size: 22px;color: #3A3A3A;}
.item5 .content .left .view .item img{width: 44px;height: 44px;margin-right: 15px;margin-left: 20px;}
.item5 .content .left .view .item.check{border-radius: 5px;box-shadow: 0px 2px 4px 2px rgba(138,150,169,0.22); }
/* 第六部分 */
.item6{margin-top: 100px;}
.item6 img{width: 100%;margin-top: 50px;}

.yongy{margin-top:-20px;}


.item1 .w1000.row .item{
  cursor: pointer;
  transition: all 0.6s;
}
.item1 .w1000.row .item:hover{
  transform: scale(1.1);
}



.item2 .row .item img{cursor: pointer;
  transition: all 0.6s;}
.item2 .row .item img:hover{
    transform: scale(1.3);
 }
 
 .item4 .bg_gray .row .item{cursor: pointer;
  transition: all 0.7s;}
 .item4 .bg_gray .row .item:hover{
     transform: scale(1.2);
  }