.index_one{
    width: 100%;
    height:9.6rem;
}
.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: 1rem!important;
    height: 0.04rem!important;
    border-radius:0!important;
    background: #fff!important;
}
.mySwiper_index .swiper-pagination-horizontal{
    bottom: 0.4rem!important;
}
/* .mySwiper_index .swiper-pagination-bullet-active{
    background: ;
  } */
  .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;
}
.one_many:hover{
    opacity: .8;
}
.index_two{
    padding: 0.5rem 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;
}
.counter{
    font-size: 0.7rem;
    color: #0853A9;
    font-weight: bold;
    font-family: Bahnschrift-SemiBold SemiCondensed, Bahnschrift;
}
.txt2{
    font-weight: bold;
    color: #0853A9;
}
.two_numbox_bottom{
    color: #333;
    font-size: 0.2rem;
}
.aboutus_content {
    width: 100%;
    margin-top: 0.53rem;
    display: flex;
}
.aboutus_content .aboutus_img {
    width: 6.51rem;
    height: 4.24rem;
    overflow: hidden;
}
.aboutus_content .aboutus_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus_content .aboutus_info {
    flex: 1;
    margin-left: 0.4rem;
}
.aboutus_content .aboutus_info .aboutus_title {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #3A3A3A;
}
.aboutus_content .aboutus_info .aboutus_descript {
    margin-top: 0.5rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 0.28rem;
}
.aboutus_content .aboutus_info .aboutus_detail {
    display: block;
    margin-top: 0.5rem;
    width: 1.4rem;
    height: 0.42rem;
    background: #0853A9;
    text-align: center;
    line-height: 0.42rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}









/* 产品中心 */
.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: 24.9%;
    height: 2.6rem;
    position: relative;
    margin-right: 0.11%;
    margin-bottom: 0.2%;
}
.index_three_content:nth-child(4n){
    margin-right: 0;
}
.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-size:0.18rem !important;
    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 0.9rem;
    /*background: url(../images/index/c.png) no-repeat;*/
    background-color: #FFF;
    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%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.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;
}


/*9.11新增合作单位样式*/
.cooperative {
    width: 100%;
    height: auto;
}
.cooperative .cooperative_center {
    width: 14.1rem;
    margin: 0 auto;
    padding: 0.55rem 0 0 0;
}
.cooperative .coop_swiper_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.52rem;
}
.cooperative .coopSwiper {
    width: 13.2rem;
    margin: 0 auto;
}
.cooperative .coopSwiper img {
    width: 1.13rem;
    height: 0.78rem;
    object-fit: cover;
}
.cooperative .coop_swiper_box {
    --swiper-navigation-color: rgb(158,158,158);/* 单独设置按钮颜色 */
    --swiper-navigation-size: 28px;/* 设置按钮大小 */
}
.cooperative .coop_swiper_box .coop_swiper_pre {
    left: 0;
}
.cooperative .coop_swiper_box .coop_swiper_next {
    right: 0;
}



@media only screen and (max-width:1024px){
    .index_one{
        height: 4.6rem;
        margin-top: 50px;
    }
    .cooperative .cooperative_center,.index_three_center,.index_two_center,.aboutus_content .aboutus_img,.index_four_center{
        width: 100%;
    }
    .index_three_content{
        width: 50%;
        padding: 0 10px;
        margin-right: 0;
    }
    .index_three_name{
        left: auto;
        width: 91%;
        font-size: 12px !important;
    }
    .index_three_content:last-child{
        width: 45.5%;
        margin-left: 10px;
    }
    .aboutus_content{
        display: block;
    }
    .aboutus_content .aboutus_info{
        padding: 0 20px;
        margin-left: 0;
    }
    .aboutus_content .aboutus_info .aboutus_descript{
        font-size: 14px;
        line-height: 24px;
    }
    .aboutus_content .aboutus_info .aboutus_detail,.index_four_name{
        font-size: 12px;
    }
    .index_four_items{
        width: calc((100% - 0.7rem) / 2);
        margin: 0 10px 20px;
    }
    
}


















