.index_one{
    width: 100%;
    height:9.6rem;
}
.index_yq{
    width: 75px;
    float: left;
line-height: 5px;
}
.index_yq_content{
    font-size: 14px;
}
.index_yq_content a{
    float: left;
    margin-top: 2px;
    padding-right: 10px;
line-height: 0px;
}
.index_youqing{
    font-size: 16px;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .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;
    position: relative;
  }
.mySwiper_index .swiper-pagination-bullet{
    width: 0.2rem!important;
    height: 0.2rem!important;
    border-radius:50%!important;
    background: #ccc!important;
    opacity: 1!important;
}
.mySwiper_index .swiper-pagination-horizontal{
    bottom: 0.4rem!important;
}
 .mySwiper_index .swiper-pagination-bullet-active{
    background: #4fb8f5!important;
  } 
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.one_box{
    width: 14rem;
    position: absolute;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
}
.one_txt1{
    width: 4.2rem;
    height: 0.54rem;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    border: 0.02rem solid #0853A9;
    color: #0853A9;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.54rem;
}
.one_txt2{
    font-size: 0.5rem;
    color: #0853A9;
    font-weight: bold;
    margin-top: 0.3rem;
}
.one_txt3box{
    margin-top: 1rem;
    display: flex;
}
.one_items{
    width: 1rem;
    height: 1rem;
    border-radius: 0.07rem;
    border: 0.02rem solid #333333;
    color: #333333;
    font-size: 0.3rem;
    margin-right: 0.4rem;
    padding:0 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
}
.one_txt1_items{
    color: #333;
    font-size: 0.3rem;
}
.one_txt2_items{
    color: #0853A9;
    text-align: left!important;
    font-size: 0.6rem;
    margin-top: 0.3rem;
}
.one_many{
    width: 1.8rem;
    height: 0.5rem;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0.02rem solid #0853A9;
    text-align: center;
    line-height: 0.5rem;
    color: #0853A9;
    font-size: 0.18rem;
    margin-top: 1rem;
    display: block;
}
.one_many:hover{
    opacity: .8;
}
.index_two{
    padding: 1rem 0 1.2rem 0;
    background: url(../images/index/a1.png) no-repeat;
    background-size: 100% 100%;
}
.index_two_center{
    width: 14rem;
    margin: 0 auto;   
}
.index_two_title{
    padding-bottom: 0.2rem;
    color: #333333;
    font-size: 0.48rem;
    text-align: center;
    position: relative;
}
.index_two_title::after{
    content: '';
    display: block;
    width: 2.2rem;
    height: 0.03rem;
    background: #0853A9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.index_two_text{
    text-align: center;
    line-height: 2;
    color: #333;
    font-size: 0.18;
    margin-top: 0.7rem;
}
.index_two_numbox{
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.two_numbox_items{
    width: 12.5%;
    display: flex;
    flex-direction: column;
}
.two_numbox_1{
    display: flex;
    align-items: flex-end;
}
.counter{
    font-size: 0.7rem;
    color: #0853A9;
    font-weight: bold;
    font-family: Bahnschrift-SemiBold SemiCondensed, Bahnschrift;
}
.txt2{
    font-weight: bold;
    color: #0853A9;
    margin-bottom: 0.2rem;
}
.two_numbox_bottom{
    color: #333;
    font-size: 0.2rem;
}
/* 产品中心 */
.index_three{
    padding: 0.9rem 0;
}
.index_three_center{
    width: 14rem;
    margin:0 auto;
}
.index_three_titbox{
    display: flex;
    flex-direction: column;
}
.index_three_tit{
    display: flex;
    justify-content: center;
}
.index_three_product{
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    position: relative;

}
.index_three_product::before{
    content: '';
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 0.03rem;
    background: #0853A9;
    top: 57%;
    left: -0.5rem;
    transform: translateY(-50%);
}
.index_three_product::after{
    content: '';
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 0.03rem;
    background: #0853A9;
    top: 57%;
    right: -0.5rem;
    transform: translateY(-50%);
}
.index_three_xtxt{
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #333;
    letter-spacing: 0.01rem;
}
.index_three_xbox{
    width: 100%;
    background: #fff;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}
.index_three_content{
    width: 33.1%;
    /*width: 24.9%;*/
    height:3.5rem;
    position: relative;
    margin-right: 0.23%;
    /*margin-right: 0.11%;*/
    margin-bottom: 0.23%;
}
.many_pro{
    width: 1rem;
    padding:0.05rem 0.1rem;
    font-size: 0.16rem;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 99px;
    background: #0a51ae;
    margin-top: 0.1rem;
}
.index_three_content:nth-child(3n){
    margin-right: 0;
}
.many_pro:hover{
    opacity: 0.85;
}
/*.index_three_content:last-child{*/
/*    background: #0853A9!important;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.index_three_content:last-child .index_three_img{*/
/*    width: 0.5rem!important;*/
/*    height: 0.5rem!important;*/
/*}*/
.index_three_img{
    height: 100%;
    overflow: hidden;
}
.index_three_img img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_three_img:hover>img{
    transform: scale(1.03);
}
.index_three_name{
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    padding: 0.12rem 0;
    background: rgba(0,0,0,
    .5);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font: 0.18rem;
    letter-spacing: 0.01rem;
}
.index_three_many{
    color: #fff;
    font-weight: bold;
    font-size: 0.2rem;
    margin-top: 0.2rem;
}
/* 客户案例 */
.index_four{
    padding: 0.9rem 0;
    background: url(../images/index/c.png) no-repeat;
    background-size: 100% 100%; 
}
.index_four_center{
    width: 14rem;
    margin: 0 auto;
}
.index_four_content{
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
   
}
.index_four_items{
    width: 31%;
    background: #fff;
    margin-right: 3.5%;
}
.index_four_items:last-child{
    margin-right: 0;
}
.index_four_imgbox{
    width: 100%;
    /*height: 2.6rem;*/
    overflow: hidden;
}
.index_four_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_four_imgbox:hover>img{
    transform: scale(1.03);
}
.index_four_name{
    padding: 0.16rem 0;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 0.18rem;
}
/* 新闻资讯 */
.index_five{
    background: #fff;
    padding: 0.9rem 0;
}
.index_five_center{
    width: 18rem;
    margin: 0 auto;
}
.index_five_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}
.index_five_items{
    width: 24%;
    margin-right: 1.33%!important;
    display: block;
}
.index_five_items:nth-child(4n){
    margin-right: 0!important;
}
.index_five_imgbox{
    width: 100%;
    height: 2.7rem;
    overflow: hidden;
}
.index_five_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_five_imgbox:hover>img{
    transform: scale(1.03);
}
.index_five_text{
    margin-top: 0.24rem;
    color: #333333;
    font-size: 0.18rem;
    line-height: 1.5;
}
.index_five_text:hover{
    color: #0853A9;
}
/* 右侧模块 */
.fixed_content{
    position: fixed;
    z-index: 100;
    right: 0.2rem;
    top: 4rem;
    width: 0.6rem;
    display: flex;
    flex-direction: column;
}
.fixed_items{
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    margin-bottom: 0.1rem;
}
.fixed_items:last-child{
    margin-bottom: 0;
}
.fixed_items>img{
    width: 100%;
    height: 100%;
}
.hide_xbox{
    width: 2rem;
    height: 0.6rem;
    position: absolute;
    left: -2rem;
    top: 0;
    /* background: red;  */
    text-align: center;
    line-height: 0.6rem;
    display: none; 
    padding: 0 0.07rem;  
}
.show_callme{
    background: #fff;
    border-radius: 0.07rem;
    box-shadow: 0 0 0.05rem 0.01rem
    rgba(0,0,0,.3);
}
.fixed_items:hover .hide_xbox{
    display: block;
}



.five_newbox{
    display: flex;
    justify-content: space-between;
    width: 14rem;
    margin: 0 auto;
}
.five_news_items{
    width: 48%;
  
    background: #fff;
}
.five_news_titler{
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
  
}
.five_news_titlebox{
    display: flex;
    justify-content: space-between;
    background: #0853a9;
    align-items: center;
      padding: 0.15rem 0.2rem;
}
.five_news_titlebox a{
    font-size: 0.16rem;
    color: #fff;
    display: block;
}
.five_news_xleft{
    width: 1.2rem;
    height: 1.2rem;
    background: #FF4C4C;
    display: flex;
    flex-direction: column;
}
.five_news_onebox{
    display: flex;
    
}
.five_news_content{
    padding: 0.2rem;
}
.five_day{
    color: #fff;
    font-size: 0.5rem;
    font-weight: bold;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.five_month{
    font-size: 0.18rem;
    color: #fff;
    height: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
}
.five_news_xright{
    flex: 1;
    margin-left: 0.2rem;
}
.five_news_xright_tit{
    width: 4.85rem;
    font-size: 0.22rem;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.five_news_xright_txt{
    font-size: 0.18rem;
    color: #333;
    margin-top: 0.12rem;
    line-height: 1.8;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.five_news_listbox{
    margin-top: 0.3rem;
}
.five_news_abox{
    background: #eee;
    padding: 0.12rem 0.2rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.five_news_name{
    font-size: 0.18rem;
    color: #333;
    width: 80%;
   
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.five_news_timer{
    font-size: 0.16rem;
    color: #666;
}
.five_news_abox:last-child{
    margin-bottom: 0!important;
}
.five_news_abox:hover{
    color: #000;
}

.index_after_center{
    overflow: hidden;
}












/*移动端*/
@media only screen and (max-width: 1024px){
    .index_one{
        margin-top: 50px;
        height: auto;
    }
    .one_box{
        width: 100%;
        padding: 0 15px;
    }
    .one_txt2_items{
        font-size: 14px;
    }
    .one_txt2{
        font-size: 14px;
        margin-top: 10px;
    }
    .one_items{
        margin-right: 10px;
    }
    .one_txt3box{
        margin-top: 15px;
    }
    .swiper-fade .swiper-slide{
        height: auto;
    }
    .index_two,
    .index_three,
    .index_four,
    .index_after,
    .index_five{
        padding: 15px!important;
    }
    .index_two_center,
    .index_two_leftbox{
        width: 100%!important;
    }
    .index_two_content{
        margin-top: 15px!important;
        flex-direction: column-reverse;
    }
    .index_two_leftbox{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .index_two_text{
        margin: 0!important;
        margin-top: 15px!important;
    }
    .index_twp_many{    
        margin: 15px auto!important;
        border-radius: 99px;
    }
    .index_two_numbox{
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .two_numbox_items{
        width: 48%;
        align-items: center;
        margin-bottom: 15px;
    }
    .index_three_center{
        width: 100%;
    }
    .index_three_xbox{
        justify-content: space-between;
    }
    .index_three_content{
        width: 48%;
        margin-bottom: 15px;
    }
    .many_pro{
        min-width: 70px;
    }
    .index_four_center{
        width: 100%;
    }
    .index_after_center{
        width: 100%!important;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .index_rongyu {
        margin-top: 15px;
    }
    .index_five_center{
        width: 100%;
    }
    .five_newbox{
        width: 100% ;
        flex-direction: column;
    }
    .five_news_items{
        width: 100%;
        margin-top: 15px;
    }
    .fixed_items:nth-child(2),
    .fixed_items:nth-child(3){
        display: none;
    }
    .index_two_titlbox,
    .index_three_product{
        font-size: 16px!important;
    }
    .index_twp_many,
    .txt2,
    .two_numbox_bottom,
    .index_three_xtxt,
    .index_three_name,
    .many_pro,
    .five_news_titler,
    .five_news_titlebox a,
    .five_news_xright_tit{
        font-size: 14px;
    }
    .index_two_page,
    .five_month,
    .five_news_xright_txt,
    .five_news_name,
    .five_news_timer{
        font-size: 12px!important;
    }
}

