.index_onebox{
    padding: 0.3rem 0;
    background: #2E6398;
}
.index_one_center{
    width: 11rem;
    position: relative;
    margin: 0 auto;
}
.index_swiper{
    margin-bottom: 0.3rem;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .next_x,.prev_x{
      color: #fff!important;
  }
  .next_x{
      right: -0.5rem!important;
  }
  .prev_x{
      left: -0.5rem!important;
  }
  .next_x::after{
    font-size: 0.28rem!important;
  }
  .prev_x::after{
    font-size: 0.28rem!important;
  }
.index_oneimgbox{
    width: 11rem;
    margin: 0 auto;    
    display: flex;
}
.index_imgsbox{
    width: 31%;
    height: 2.6rem;
    margin-right: 3.5%;
    position: relative;
    overflow: hidden;
}
.index_imgsbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_imgsbox:hover>img{
    transform: scale(1.03);
}
.index_imgsbox:last-child{
    margin-right: 0;
}
.index_title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.4rem;
}
.index_two_center{
    width: 11rem;
    margin: 0 auto;
    padding: 0.6rem 0;
}
.index_two_text{
    text-align: justify;
    line-height: 1.8;
    font-size: 0.2rem;
    color: #2E6398;
}
.index_two_tit{
    color: #2E6398;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3rem;
}
.index_two_listbox{
    margin-top: 0.5rem;
}
.index_two_navbox{
    height:0.55rem;
    display: flex;
    border-bottom: 0.01rem solid #2E6398;
}
.index_two_1{
    width: 24%;
    cursor: pointer;
    padding: 0.1rem 0;
    text-align: center;
    font-weight: bold;
    color: #2E6398;
    margin-right:1.33%;
    font-size: 0.24rem;
    border: 0.01rem solid #2E6398;
    border-bottom: 0;
    transition: all .25s;
}
.index_two_1:hover{
    box-shadow: 0 0 59px -24px rgb(0 0 0 / 34%) inset;
    -webkit-box-shadow: 0 0 59px -24px rgb(0 0 0 / 94%) inset;
}
.index_two_active{
    border: 0;
    font-size: 0.26rem;
}

.index_two_1:nth-child(4n){
    margin-right: 0;
}
.index_two_content{
    border: 0.01rem solid  #2E6398;
    padding: 0.15rem 0;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.index_two_items{
    width: 25%;
    display: block;
    margin-bottom: 0.15rem;
    /* padding:0.15rem 0; */
    border-right: 0.01rem solid #2E6398;
}
.index_two_items:hover .index_two_span{
    text-decoration: underline;
}
.index_two_items:hover .index_two_txt3>span{
    text-decoration: underline;
}
.index_two_items:nth-child(4n){
    border-right:0;
}
.index_two_items:hover{
    box-shadow: 0 0 59px -24px rgb(0 0 0 / 34%) inset;
    -webkit-box-shadow: 0 0 59px -24px rgb(0 0 0 / 94%) inset;
}
.index_two_txt2:hover{
    color: #329beb;
}
.index_two_imgs{
    width: 100%;
    height: 1.8rem;
    padding: 0 0.15rem;
}
.index_two_imgs img{
    width: 100%;
    height: 100%;
}
.index_two_textbox{
    padding: 0.15rem;
}
.index_two_txt1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_two_span,.index_two_txt2{
    color: #2E6398;
    font-weight: bold;
    text-align: center;
}
.index_two_span{
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}
.index_two_span::before{
    content: '';
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #2E6398;
    margin-right: 0.05rem;
}
.index_two_span::after{
    content: '';
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #2E6398;
    margin-left: 0.05rem;
}
.index_two_txt2{
    font-size: 0.24rem;
    transition: all .25s;
}
.index_two_txt3{
    color: #333;
    font-size: 0.16rem;
    line-height: 1.7;
    margin-top: 0.2rem;
}
.index_two_txt3 span{
    font-weight: bold;
    font-size: 0.16rem;
    color: #2E6398;
}
@media screen and (max-width:1024px){
    .index_one_center,.index_oneimgbox,.index_two_center{
        width: 100%;
    }
    .next_x,.prev_x{
        display: none;
    }
    .index_oneimgbox{
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .index_imgsbox{
        width: 100%;
        height: auto!important;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .index_imgsbox:last-child{
        margin-bottom: 0;
    }
    .index_title{
        font-size: 30px;
    }
    .index_two{
        padding: 0 15px;
    }
    .index_two_text{
        font-size: 14px;
    }
    .index_two_1{
        font-size: 16px;
    }
    .index_two_items{
        width: 50%;
    }
    .index_two_tit span{
        font-size: 24px!important;
    }
    .index_two_navbox{
        height: auto;
        flex-wrap: wrap;
    }
    .index_two_1{
        width: 49%;
        margin-right: 2%;
        padding: 0.15rem 0;
    }
    .index_two_1:nth-child(2n){
        margin-right: 0;
    }
    .index_two_txt2{
        font-size: 18px;
    }
    .index_two_txt3{
        font-size: 14px;
    }
    .index_two_span{
        font-size: 16px;
    }
    .index_two_imgs{
        height: 2.2rem;
    }
    .index_two_imgs img{
        object-fit: fill!important;
    }
    .index_two_items:nth-child(2n){
        border-right: 0!important;
    }
    .index_two_txt3 span{
        font-size: 14px;
    }
    .index_oneimgbox{
        flex-wrap: wrap;
    }
    .index_imgsbox{
        width: 100%;
        margin-right: 0;
    }
}


