.index_one{
    position: relative;
}
.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;
  }
.index_one .swiper-pagination-bullet{
    background: #222!important;
    opacity: 1!important;
  }
.index_one .swiper-pagination-bullet-active{
    width: 0.53rem;
    height: 0.1rem;
    border-radius: 0.3rem!important;
    background: #02ACFA!important;
}
.index_one_pagin{
    bottom: 0.42rem!important;
}
.index_two_center{
    width: 14rem;
    margin: 0 auto;
    padding: 0.8rem 0;
}
.index_two_title{
    font-size: 0.36rem;
    font-weight: bold;
    color: #222;
    text-align: center;    
}
.index_two_content{
    margin-top: 0.5rem;
    display: flex;
}
.index_two_imgbox{
    width: 7rem;
    height: 4.24rem;
    overflow: hidden;
}
.index_two_imgbox>img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_two_imgbox:hover>img{
    transform: scale(1.03);
}
.index_two_txtbox{
    flex: 1;
    margin-left: 0.6rem;
}
.index_two_enter{
    font-size: 0.28rem;
    color: #333;
    font-family: '楷体';
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.index_two_p1{
    font-size: 0.16rem;
    color: #444;
    line-height: 1.9;
    text-indent: 0.32rem;
    text-align: justify;
}
.index_two_many{
    color: #fff;
    font-size: .16rem;
    width: 1.71rem;
    height: 0.37rem;
    background: #E62129;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.35rem;
}
.index_two_many:hover{
    opacity: .9;
}
.index_two_bottom{
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}
.index_two_ximg{
    width: 1.11rem;
    height: 1.11rem;
}
.index_two_b1{
    width: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index_two_ximg img{
    width: 100%;
    height: 100%;
}
.index_two_name{
    font-size: 0.24rem;
    font-weight: bold;
    color: #222222;
    margin-top: 0.18rem;
}
.index_three{
    /* padding: 0.3rem 0; */
    background: #EEEEEE;
}
.index_three .index_two_title{
    background: #fff!important;
    padding: 0.45rem 0;
}
.index_three_content{
    width: 19.2rem;
    margin-top: 0.3rem;
    padding: 0.35rem 0;
    display: flex;
    margin: 0 auto;
}
.index_three_leftbox{
    width: 7.75rem;
    background: #02ACFA;
    display: flex;
    padding: 0.3rem 0.37rem 0.3rem 0;
    justify-content: flex-end;
    align-items: center;
}
.index_three_img{
    width: 4.9rem;
    height: 6.9rem;
}
.index_three_img>img{
    width: 100%;
    height: 100%;
}
.index_three_rightbox{
    flex: 1;
    margin-left: 0.2rem;
    padding: 0.4rem 0;
}
.index_three_items{
    width: 8.7rem;
    display: flex;
    align-self: baseline;
    background: #fff;
    padding: 0.2rem 0.35rem 0.2rem 0.15rem;
    margin-bottom: 0.2rem;
    box-shadow: 0 0 0.05rem 0.01rem
    rgba(0, 0, 0, .1);
}
.index_three_items:hover{
    background:rgba(255,255, 255, .7);
}
.index_three_items:last-child{
    margin-bottom: 0rem;
}
.index_three_ximg{
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
}
.index_three_ximg>img{
    width:100%;
    height: 100%;
}
.index_three_txtbox{
    flex: 1;
}
.index_three_tit{
    color: #222;
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
}
.index_three_txt{
    font-size: 0.14rem;
    color: #555;
}
.index_four{
    padding: 0.6rem 0;
}
.index_four_wrap{
    width: 14rem;
    margin: 0 auto;
}
.index_wrap1_content{
    margin-top: 0.6rem;
}
.index_wrap1_xlist{
    display: flex;
}
.index_list_items{
    width: 24%;
    margin-right: 1.33%;
    display: flex;
    border: 0.01rem solid #02ACFA;
    background: #fff;
    padding: 0.12rem 0;
    justify-content: center;
    align-items: center;
    border-radius: 0.15rem;
    cursor: pointer;
}
.index_list_items_active{
    background: #02ACFA;
    transition: all .25s;
}
.index_xlist_xtxt_active{
    color: #fff!important;
}


.index_list_items:nth-child(4n){
    margin-right: 0;
}
.index_list_ximg{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.08rem;
    position: relative;
}
.index_list_ximg img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_list_img2{
    display: none;
}
.index_list_img2_active{
    display: block;
    z-index: 9;
}
.index_xlist_xtxt{
    font-size: 0.25rem;
    color: #333;
    font-weight: bold;
}
.index_wrap1_imgbox{
    width: 7.37rem;
    height: 4.76rem;
    overflow: hidden;
}
.index_wrap1_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_wrap1_imgbox:hover>img{
    transform: scale(1.03);
}
.index_wrap1_detabox{
    height: 4.76rem;
    margin-top: 0.5rem;
    position: relative;
}
.index_wrap1_deta1{
    display: flex;
}
.index_wrap1_hide{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.index_wrap1_hide:first-child{
    display: block;
}
.index_wrap1_mess{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0.6rem;
}
.index_four_texts{
    text-align: justify;
    color: #555;
    font-size: 0.19rem;
    line-height: 1.8;
}
.index_wrap1_strength{
    margin-bottom: 0.4rem;
}
.index_wrap1_strength span{
    font-size: 0.33rem;
    color: #222;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.index_wrap1_strength span::before{
    content: '';
    width: 0.1rem;
    height: 0.35rem;
    background: #E62129;
    margin-right: 0.15rem;
}
.index_four_product{
    padding: 0.8rem 0;
}
.index_product_content{
    width: 100%;
    display: flex;
}
.product_par_leftbox{
    width: 2.25rem;
}
.index_product_leftbox{
    width: 100%;
    border: 0.01rem solid #BDBDBD;
    padding: 0.22rem 0.12rem;
}
.index_product_content{
    padding: 0.7rem 0 0 0 ;
}
.index_pro_one{
    width: 100%;
    padding: 0.1rem 0.25rem;
    background: #e5e5e5;
    color: #222;
    font-size: 0.17rem;
    position: relative;
    cursor: pointer;
}
.index_pro_one::after{
    content: '';
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background:url(../images/index/4d.png) no-repeat;
    background-size:100% 100% ;
    /*border-top: 0.07rem solid #222;*/
    /*border-bottom: 0.07rem solid transparent;*/
    /*border-left: 0.07rem solid transparent;*/
    /*border-right: 0.07rem solid #222;*/
    position: absolute;
    right: 0.15rem;
    top: 50%;
    /*background: pink;*/
    transform:translateY(-50%);
}
.index_pro_li{
    width: 1.8rem;
    color: #444444;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    padding-left: 0.25rem;
    margin: 0.1rem 0;
}
.index_pro_li:hover{
    color: #02ACFA;
    cursor: pointer;
}
.index_pro_li::before{
    content: '';
    display: block;
    width: 0.1rem;
    height: 0.04rem;
    background: #E62129;
    border-radius: 0.02rem;
    margin-right: 0.13rem;
}
.index_pro_ul{
    display: none;
    /* padding-bottom: 0.1rem; */
}
.index_product_rightbox{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-left:0.23rem; 
}

.index_product_abox{
    width:32%;
    margin-right: 2%;
    margin-bottom: 0.25rem;
}
.index_product_abox:nth-child(3n){
    margin-right: 0;
}
.index_pro_rigimg{
    width: 100%;
    height: 2.7rem;
    border: 0.01rem solid #ccc;
    overflow: hidden;
}
.index_pro_rigimg img{
    width: 100%;
    transition: all .25s;
    height: 100%;
}
.index_pro_rigname{
    width: 100%;
    padding: 0.1rem 0 ;
    text-align: center;
    background: #02ACFA;
    color: #fff;
    font-size: 0.2rem;
}
.index_product_abox:hover .index_pro_rigimg{
    border-color: #02ACFA;
}
.index_product_abox:hover .index_pro_rigimg>img{
    transform: scale(1.03);
}
.index_new_content{
    display: flex;
    padding-top: 0.7rem;
}
.index_four_tech{
    flex: 1;
    margin-right: 0.5rem;
}
.index_four_news{
    width: 4.3rem;
}
.index_tech_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.12rem;
    border-bottom: 0.01rem solid #CFCFCF;
}
.index_tech_img{
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.1rem;
}
.index_tech_img img{
    width: 100%;
    height: 100%;
}
.index_tech_left{
    display: flex;
    align-items: center;
}
.index_tech_tit{
    color: #222;
    font-size: 0.25rem;
    font-weight: bold;
}
.tech_many{
    color: #666;
    font-size: 0.2rem;
}
.index_tech_enter{
    display: flex;
    padding: 0.25rem 0;
    border-bottom: 0.01rem solid #cfcfcf;
}
.tech_enter_img{
    width: 2.94rem;
    height: 1.75rem;
    overflow: hidden;
}
.tech_enter_img img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.tech_enter_img:hover>img{
    transform: scale(1.03);
}
.tech_enter_txtbox{
    flex: 1;
    margin-left: 0.3rem;
}
.tech_enter_tit{
    width: 6rem;
    color: #222;
    font-size: 0.21rem;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.tech_enter_txt{
    line-height: 1.8;
    color: #222;
    font-size: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.index_tech_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_tech_bottom a{
    width:48%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}
.index_tech_bottom a::before{
    content: '';
    display: block;
    width: 0.12rem;
    height: 0.04rem;
    background: #fff;
    border: 0.01rem solid #888888;
    border-radius: 0.03rem;
    margin-right: 0.1rem;
}.index_tech_bottom a:hover::before{
    background: #888;
}
.index_tech_bottom a span{
    width: 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #222;
    font-size: 0.19rem;
}
.index_news_content{
    margin: 0.3rem 0 0 0;
    overflow: hidden;
    height: 5.2rem;
}
.index_news_abox{
    animation: move 5s linear infinite;
}

@keyframes move{
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-50%);
    }
}
.index_news_abox:hover{
    animation-play-state: paused;
}
.index_news_a{
    display: block;
    padding-bottom: 0.2rem;
}
.index_news_q,.index_news_answer{
    display: flex;
    align-items: center;
}
.news_ques,.news_ans{
    width: 0.22rem;
    height: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.02rem ;
    font-weight: bold;
}
.news_ques{
    background: #02ACFA;
}
.news_ques_tit{
    flex: 1;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222222;
    font-size: 0.19rem;
    font-weight: bold;
    margin-left: 0.1rem;
}
.index_news_answer{
    margin-top: 0.12rem ;
    align-items: flex-start;
}
.news_ans{
    background: #E62129;
}
.news_ans_txt{
    flex: 1;
    color: #555;
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-left: 0.1rem;
}
.index_four_case{
    margin-top: 0.9rem ;
    margin-bottom:1.2rem;
}
.index_list_caser {
    background:#E5E5E5 ;
    border: 0;
    border-radius: 0;
    font-size:0.25rem;
    font-weight: bold;
    
}
.index_list_caser_active{
    color: #fff;
    background: #02ACFA;
}
.index_four_casebox .index_wrap1_imgbox{
    width: 6.57rem;
    height: 3.82rem;
}
.index_four_casebox .index_four_texts{
    font-size: 0.16rem;
}
.index_case_many{
    width: 1.71rem;
    height: 0.37rem;
    background: #E62129;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    margin-top: 0.5rem;
}
.index_case_many:hover{
    opacity: .9;
}
.index_case_imgbox{
    width: 100%;
    display: flex;
    margin-top: 0.38rem;
}
.index_case_imgs{
    width: 19%;
    height: 1.54rem;
    margin-right:1.25%;
    overflow: hidden;
}
.index_case_imgs img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_case_imgs:hover>img{
    transform: scale(1.03);
}
.index_case_imgs:nth-child(5n){
    margin-right: 0;
}
.index_pro_one{
    transition: all .25s;
}
.index_product_xbox:hover .index_pro_one{
    text-indent: 0.1rem!important;
}





@media screen and (max-width: 1024px) {
   .index_one{
        margin-top: 50px;
   }
   .index_one_pagin{
       bottom: 10px!important   ;
   }
   .index_two_center{
       padding: 0;
       width: 100%;
       font-size: 14px;
   }
    .index_two_title{
       font-size: 16px;
       margin-top: 15px;
       padding: 0;
   }
   .index_two_content{
       margin: 0;
       width: 100%;
   }
    .index_two_imgbox{
       display: none;
   }
   .index_two_txtbox{
       margin: 0;
       width: 100%;
       padding: 15px;
       box-sizing: border-box;
   }
   .index_two_enter{
       text-align: center;
       font-size: 14px;
   }
   .index_two_p1{
       font-size: 14px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       line-clamp: 2;
       -webkit-line-clamp: 3;
   }
   .index_two_many{
       display: block;
       margin: 15px auto;
       font-size: 14px;
       text-align: center;
       height: 30px;
       line-height: 30px;
       width: 90px;
   }
   .index_two_bottom{
       display: none;
   }
   .index_three .index_two_title {
       padding: 0;
       padding-bottom: 15px;
   }
   .index_three_content{
       padding: 15px 15px;
       box-sizing: border-box;
       width: 100%;
   }
   .index_three_leftbox{
       display: none;
   }
   .index_three_rightbox{
       width: 100%;
       margin: 0;
       padding: 0;
   }
   .index_three_items{
       padding: 15px;
       box-sizing: border-box;
       width: 100%;
       margin-bottom: 15px;
   }
   .index_three_txtbox{
       width: 80%;
   }
   .index_three_tit{
       font-size: 14px;
   }
   .index_three_txt{
       font-size: 12px;
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
       width: 100%;
   }
   .index_four{
       padding: 15px 0;
   }
   .index_four_wrap{
       width: 100%;
       padding: 0 15px;
   }
   .index_xlist_xtxt{
       font-size: 14px;
   }
   .index_wrap1_content{
       margin-top: 15px;
   }
   .index_wrap1_detabox{
       margin-top: 15px;
       height: auto;
   }
   .index_wrap1_strength{
       display: none;
   }
   .index_wrap1_strength span::before{
       width: 3px;
       height: 20px;
       margin-right: 10px;
   }
   .index_wrap1_imgbox{
       width: 30%;
       height:auto;
   }
   .index_wrap1_strength{
       font-size: 14px;
       margin-bottom: 15px;
   }
   .index_four_texts{
       font-size: 12px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       line-clamp: 2;
       /*-webkit-line-clamp: 3;*/
   }
   .index_four_product{
       padding: 15px 0;
   }
   .index_product_content{
       padding: 15px 0;
   }
   .index_product_abox{
       margin: 0;
       margin-bottom: 15px;
       width: 48%;
   }
   .aabout_webox{
       display: none;
   }
   .index_pro_rigimg{
       /*height: 1.5rem;*/
   }
   .index_pro_rigname{
        height: 35px!important;
        min-height: 15px!important;
        font-size: 12px;
        padding: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        -webkit-line-clamp: 1;
   }
   .index_pro_one{
       font-size: 12px;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
   }
   .index_pro_one::after{
       width: 10px;
       height: 10px;
   }
   .index_new_content{
       padding-top: 15px;
   }
   .index_four_news{
       display: none;
   }
   .index_four_tech{
       width: 100%;
       margin: 0;
   }
   .index_tech_enter{
       padding: 15px 0;
   }
   .index_tech_img{
       width: 20px;
       height: 20px;
   }
   .index_tech_tit{
       font-size: 14px;
   }
   .tech_many{
       font-size: 12px;
   }
   .tech_enter_img{
       width: 150px;
       height: auto;
   }
   .tech_enter_tit{
       width: 300px;
       font-size: 14px;
       margin-bottom: 15px;
   }
   .tech_enter_txt{
       font-size: 12px;
           -webkit-line-clamp: 2;
   }
   .index_tech_bottom a{
       margin-top: 15px;
       width: 100%;
   }
   .index_tech_bottom a span{
        font-size: 12px;
        width: 100%;
   }
   .index_four_case{
       margin: 15px 0;
   }
   .index_wrap1_xlist{
       justify-content: space-evenly;
   }
   .index_list_caser{
       font-size: 14px;
       padding: 5px 0   ;
       width: 15%;
       min-width: 75px;
   }
   .index_case_imgbox{
       display: none;
   }
   /*.index_four_casebox{*/
   /*    height: 2.3rem;*/
   /*    min-height: 110px;*/
   /*}*/
   .index_wrap1_mess{
       margin-right: 0;
   }
   .index_wrap1_imgbox{
       width: 3rem!important;
       height: 2rem!important;
       min-width: 150px;
       min-height: 100px;
   }
   .index_four_texts{
       font-size: 12px!important;
   }
   .index_case_many{
       width: 1rem;
       height: 0.3rem;
       font-size: 12px;
       min-width: 60px;
       min-height: 18px;
       margin: 15px auto;
   }
   .index_product_rightbox{
       margin: 0;
       justify-content: space-between;
   }
   .product_par_leftbox{
        /*display: none;*/
         display: flex;
         width: 100%;
   }
   .index_product_leftbox{
       /*display: none;*/
       display: flex;
       width: 100%;
       flex-wrap: wrap;
       padding: 15px 15px 0 15px;
   }
   .index_pro_left_left{
       /*display: none;*/
       width: 100%!important;
       margin-bottom: 15px;
   }
   .index_product_xbox{
       margin-right: 5px;
       margin-bottom: 15px;
   }
   .index_tech_bottom{
       flex-direction: column;
   }
   .index_wrap1_deta1{
         flex-direction: column;
   }
   .index_wrap1_imgbox{
       width: 100%!important;
       height: 3.5rem !important;
       margin-top: 15px;
   }
   .index_list_items{
       min-width: 80px;
   }
   .index_wrap1_hide{
       position: static;
   }
   .tech_enter_txtbox{
       overflow: hidden;
   }
   .index_product_content{
       flex-direction: column;
   }
   .index_pro_ul{
       display: none!important;
   }
   .index_pro_one::after{
       display: none;
   }
}