.carousel {
    width: 100%;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.ad-image {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-position: center center;
}

.ad-1 {
    background-color: #fff;
    background-image: url("../images/banner/banner01.png");
    background-size: cover;
}

.ad-2 {
    background-image: url("../images/banner/banner02.png");
    background-size: cover;
}

.ad-3 {
    background-image: url("../images/banner/banner03.png");
    background-size: cover;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s linear;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.grid-item:hover {
    border-radius: 5px;
    background-color: #2796E5;
    transition: all 0.5s linear;
}

.p1-1:hover img {
    content: url(../images/home/p1_1.png);
}

.p1-2:hover img {
    content: url(../images/home/p1_2.png);
}

.p1-3:hover img {
    content: url(../images/home/p1_3.png);
}

.p1-4:hover img {
    content: url(../images/home/p1_4.png);
}

.grid-item:hover span {
    color: #fff;
}

.p2 {
    background-image: url(../images/home/p2_bg.png);
    background-size: cover;
    background-position: center center;
}

.part2-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.part2-text img {
    width: 9px;
    height: 12px;
    margin-top: 5px;
}

.part2-left {
    color: #2796E5;
    font-weight: bold;
    font-size: 14px;
}

.part5-right {
    background-color: #F3F3F3;
    flex: 1;
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
}

.part5-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.part5-text img {
    width: 9px;
    height: 12px;
    margin-top: 5px;
}

.grid-item6 {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.p6 {
    background-image: linear-gradient(90deg, #F3F3F3 50%, #93caf2 50%);
}

.p7 {
    background-image: linear-gradient(90deg, #93caf2 50%, #F3F3F3 50%);
}

@media (min-width: 1024px) {

    .part2-left {
        font-size: 16px;
    }

    .part2-text {
        align-items: center;
    }

    .part2-text img {
        margin-top: 0px;
    }

    .part5-right {
        padding: 45px 58px 45px 58px;
        font-size: 16px;
        line-height: 28px;
    }


    .grid-item6 {
        height: 300px;
    }
}

.text-333{
  color:#333333;
}
.text-666{
  color:#666666;
}
.p2-bck{
  background:#FAFAFA
}
.p2-c{
  width: 75px;
  height: 75px;
  background: #EDF5FF;
  box-shadow: -5px 6px 28px 4px rgba(26,119,249,0.15);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.m-auto{
  margin:0 auto;
}
.p2-2-l{
  background: #EDF5FF;
}
.triangle{
  position: absolute;
}
.p2-1-l-text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.p2-1:hover ,.p2-2:hover,.p2-1-active{
  .triangle{
    transition: all 0.1s linear;
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    border-style: solid;
    border-width: 8px;
    transform: rotate(45deg);
    top: 58px;
    right: -6px;
    border-color: #2796E5 #2796E5 transparent transparent;
  }
  .p2-2-l{
    transition: all 0.5s linear;
    background: #2796E5;
    .text-333{
      color:#ffffff
    }
  }
  .p2-c{
    transition: all 0.8s linear;
    width: 75px;
    height: 75px;
    background: linear-gradient(0deg, #3BA0FF 0%, #1B78FA 48%, #3986F9 100%);
    box-shadow: -5px 6px 28px 4px rgba(26,119,249,0.15);
    border-radius: 50%;
  }
  .p2-1-1    
    img{
      content: url(../images/home/p2-1-1-h.png);
    }
  
  .p2-1-2    
    img{
      content: url(../images/home/p2-1-2-h.png);
    }
  
  .p2-1-3    
    img{
      content: url(../images/home/p2-1-3-h.png);
    }
  
  .p2-1-4   
    img{
      content: url(../images/home/p2-1-4-h.png);
    }
  
  .p2-2-1   
    img{
      content: url(../images/home/p2-2-1-h.png);
    }
  
  .p2-2-2
    img{
      content: url(../images/home/p2-2-2-h.png);
    }
  
  .p2-2-3    
    img{
      content: url(../images/home/p2-2-3-h.png);
    }
  
  .p2-2-4
    img{
      content: url(../images/home/p2-2-4-h.png);
    }
  
  .p2-2-5
    img{
      content: url(../images/home/p2-2-5-h.png);
    }
  
}