

.index_one_center .swiper-pagination{
    display: none;
}


.index_one_center{
    /*width: 19.2rem;*/
    /*height: 7.98rem;*/
    margin: 0 auto;
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* 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;
  }
  .mySwiper_index .swiper-pagination{
    bottom: 0.5rem!important;
}
.mySwiper_index .swiper-pagination-bullet {
    width: 0.35rem!important;
    height: 0.35rem!important;
    text-align: center;
    line-height: 0.35rem;
    font-size:0.16rem!important;
    opacity: 1!important;
    border: 0.01rem solid #fff!important;
    background: transparent!important;
    color: #fff;
    margin: 0 0.37rem!important;
    position: relative;
}
.mySwiper_index .swiper-pagination-bullet::after{
    content: '-------';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.6rem;

}
.mySwiper_index .swiper-pagination-bullet:last-child::after{
    display: none;
}
.mySwiper_index .swiper-pagination-bullet-active {
    background: #0e88cc!important;
    border: 0!important;
    outline:0.04rem solid rgba(200,227,244,.2) !important;
    text-align: center!important;
    line-height: 0.35rem!important;
    box-sizing: border-box;
}

.mySwiper_index .swiper-button-next,.swiper-button-prev{
    color: #fff!important;
}
.mySwiper_index .swiper-button-next{
    right: 1.5rem!important;
}
.mySwiper_index .swiper-button-prev{
    left: 1.5rem!important;
}
.mySwiper_index .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1!important;
}
.index_one .mySwiper_index{
    height: 7.25rem;
}


/*后添加的*/
.video_after{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
}
.index_btn_1,.index_btn_2{
    z-index: 99;
}
.mySwiper_index .swiper-slide{
    position: relative;
}
.mySwiper_index .swiper-slide::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
 .video_after::-webkit-media-controls-enclosure{ 
    display: none;
}

.index_firm_big .swiper-slide:nth-child(n+9){
    display: none !important;
}


/* 快速选择 */
.fast{
    width: 19.2rem;
    margin: 0 auto;
    background: url(../images/index/a0_bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: auto;
}
.fast_center{
    width: 13rem;
    margin: 0 auto;
}
.fast_top{
    width: 12rem;
    margin: 0.35rem auto 0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.fast_bottom{
    width: 100%;
    margin-bottom: 0.3rem;
    box-shadow: 0.07rem 0.07rem 0.07rem 0.01rem rgba(27,131,219,.09);
}
.fast_top_1{
    width: 2.56rem;
    height: 0.4rem;
    /* background: red; */
    position: relative;
}
.fast_top_1 input{
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.3rem;
    /* background: palegreen; */
    padding-left: 0.5rem;
    padding-right: 0.3rem;
    font-size: 0.14rem;
}
.fast_top_search{
    width: 0.21rem;
    height: 0.21rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.2rem;
}
.fast_top_search img{
    width: 100%;
    height: 100%;
}
.fast_top_2{
    display: flex;
    align-items: center;
}
.fast_top_imgbox{
    width: 0.13rem;
    height: 0.26rem;
}
.fast_top_imgbox img{
    width: 100%;
    height: 100%;
}
.fast_top_tit{
    color: #222;
    font-size: 0.26rem;
    margin: 0 0.1rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
}
.fast_top_3{
    display: flex;
    align-items: center;
    position: relative;
}
.fast_top_3::after{
    content: '';
    display: block;
    position: absolute;
    width: 0.01rem;
    height: 90%;
    background: #999;
    left: 54%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.fast_top_right{
    display:flex;
    align-items: center;
    padding: 0 0 0 0.19rem;
}
.fast_right_txt{
    color: #222;
    font-size: 0.16rem;
    font-weight: bold;
}
.fast_right_img1{
  
   
    width: 0.23rem;
    height: 0.23rem;
    position: relative;
    margin-right: 0.1rem;
}
.fast_right_img1 img{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
}
.fast_top_right:hover .fast_icos2{
    display: block;
}
.fast_top_right:hover .fast_icos1{
    display:none;
}
.fast_top_right:hover .fast_right_txt{
    color: #0E88CC;
}


.fast_icos2{
    display: none;
}
.fast_right_img2{
    width: 0.28rem;
    height: 0.25rem;
}
.fast_right_img2 img{
    width: 100%;
    height: 100%;
}
.fast_bottom{
    margin-top: 0.27rem;
    border-radius: 0.07rem;
    padding:0 0.32rem;
    background: rgba(255,255,255,.5);
    /*background:rgba(255,255,255,.7);*/
}
.fast_bottom_abox{
    padding: 0.18rem 0;
   
    display: flex;
    /* align-items: center; */
    border-bottom: 0.01rem dashed #BFBFBF;
}
.fast_bottom_abox:last-child{
    margin-bottom: 0!important;
    border-bottom: 0;
}
.fast_bottom_title{
    min-width: 0.6rem;
    color: #222;
    font-size: 0.16rem;
    font-weight: bold;
    padding-top: 0.08rem;
    
}
.fast_bottom_list{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.fast_bottom_list_items{
    padding: 0.08rem 0.32rem;
    box-sizing: border-box;
    color: #222;
    font-size: 0.16rem;
    letter-spacing: 0.03rem;
    /* margin-right: 0.10rem; */
}
.fast_bottom_list_items:hover{
    color: #fff;
    background: #0E88CC;
    border-radius: 0.07rem;
}
.index_about_right{
    padding-bottom: 0.3rem;
}
/*后插入的*/
.index_about_right{
    position: relative;
}

/*.index_about_mb{*/
/*   position: absolute;*/
/*    width: 5.5rem;*/
/*    height: 3rem;*/
/*    bottom: 0.05rem;*/
/*    right:0.5rem;*/
/*    z-index: -1;*/
/*    border:0.01rem solid  #e6e6e6;*/
/*    background: #fff;*/
/*}*/

/* 热销产品 */

.hot{
    width: 19.2rem;
    /* height: 9.52rem; */
    background:url(../images/index/a4_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.hot_center{
    width: 16rem;
    margin: 0 auto;
}
.hot_title{
     padding: 0.15rem 0; 
    height:0.8rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: bold;
    line-height: 0.8rem;
    text-transform: uppercase!important;
    padding-top: 0.;
}
.hot_title_items{
    display: flex;
    justify-content: center;
}
.hot_top_tit{
    color: #fff;
}
.hot_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}
.hot_list{
    width: 49%;
    display:flex;
    margin:0 10px 10px 0;
}
.hot_list:nth-child(2) .hot_list_left{
    background: rgba(6, 206, 242, .3);
}
.hot_list:nth-child(3) .hot_list_left{
    background: rgba(6, 206, 242, .3);
}
.hot_list_left{
    flex: 1;
    padding: 0.3rem 0.6rem 0.3rem 0.4rem;
    position: relative;
    background: rgba(6, 206, 242, .5);
}
.hot_list_1{
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #fff;
}
.hot_list_tit{
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
}
.hot_list_txt{
    height: 0.3rem;
    color: #fff;
    font-size: 0.22rem;
    margin-top: 0.1rem;
    letter-spacing: 0.01rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    
    
}
.hot_list_2{
    margin-top: 0.3rem;
}
.hot_list_type{
    color: #fff;
    font-size: 0.16rem;
    line-height: 1.5;
}
.hot_list_right{
    /*width: 3.16rem;*/
    width: 3.16rem;
    /*height: 3.16rem;*/
    background: #fff;
  
    overflow: hidden;
}
.hot_list_right img{
    width: 100%;
    height: 100%;
    transition: all .3s;
      object-fit: contain!important;
}
.hot_list_right:hover>img{
    transform: scale(1.02);
}
.hot_list_radius{
    position: absolute;
    width: 0.59rem;
    height: 0.59rem;
    background: #fff;
    right:-0.295rem;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    box-shadow: 0 0.05rem 0.05rem 0.01rem 
    rgba(0, 0, 0, .2);
}
.hot_list_radius img{
    width: 0.22rem;
    height: 0.24rem;
}
.hot_list_radius_right{
    left: -0.295rem!important;
}
.hot_many{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}
.hot_many_a{
    width: 1.66rem;
    height: 0.5rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.16rem;
}
.hot_many_a:hover{
    opacity: .9;
}
/* 我们的服务 */
.services{
    background:url(../images/index/a9_bg_.jpg) no-repeat;
    background-size: 100% 4.76rem;
    background-position: bottom;
}
.services_center{
    width: 16rem;
    margin: 0 auto;
}
.services_title{
    color: #222222;
}
.services_top_tit{
    color: #0E88CC;
}
.services_txt{
    text-align: center;
    margin-top: 0.2rem;
    color: #888;
}
.services_content{
    width: 100%;
    display: flex;
    margin-top: 0.39rem;
}
.services_items{
    width:25%;
    height:4.52rem;
    background: pink;
}
.services_items:nth-child(1){
    background:url(../images/index/a6.png) no-repeat;
    background-size: 100% 100%;
}
.services_items:nth-child(2){
    background:url(../images/index/a888.jpg) no-repeat;
    background-size: 100% 100%;
}
.services_items:nth-child(3){
    background:url(../images/index/a7.png) no-repeat;
    background-size: 100% 100%;
}
.services_items:nth-child(4){
    background:url(../images/index/a8.png) no-repeat;
    background-size: 100% 100%;
}
.services_xbox{
    width: 100%;
    height: 100%;
    padding: 0.41rem 0.49rem 0.3rem 0.3rem;
    background: rgba(0,0,0, .65);
    transition: all .3s;
}

.services_xbox:hover{
    background: #2FA7D4;
    cursor: pointer;
}
.services_top{
    height: 1.5rem;
    padding-bottom:0.3rem;
    border-bottom: 0.01rem solid #fff;
}
.services_xbox_tit{
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.02rem;
}
.services_xbox_gray{
    color: #fff;
    font-size: 0.16rem;
    margin-top: 0.29rem;
}
.services_bottom{
    width: 100%;
    margin-top: 0.3rem;
}
.services_x1{
    color: #fff;
}
.services_js,.services_mm{
    line-height: 1.7;
    font-size: 0.16rem;
}
.services_js{
    text-align: justify;
}
.services_x1{
    margin-bottom: 0.44rem;
}
.services_x1:last-child{
    margin-bottom: 0;
}
/* 交货时间 */
.services_timer{
    width: 100%;
    display: flex;
    margin-top: 0.5rem;
}
.timer_items{
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0.5rem;
    position: relative;
    /* border-right: 0.01rem solid #fff; */
}
.timer_items::after{
    content: '';
    display: block;
    width: 0.01rem ;
    height: 70%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%);
}
.timer_items:last-child::after{
    display: none;
}
.timer_items:last-child{
    border-right: 0;
}
.timer_items_top{
    display: flex;
    align-items: center;
}
.timer_items_im1{
    width: 0.38rem;
    height: 0.38rem;
    display: block;
}
.timer_items_im1 img{
    width: 100%;
    height: 100%;
}
.timer_items_tit{
    font-weight: bold;
    font-size: 0.3rem;
    color: #fff;
    margin-left: 0.19rem;
    letter-spacing: 0.02rem;
}
.timer_items_bottom{
    /* width: 4.4rem; */
    text-align: center;
    line-height: 2;
    margin-top: 0.3rem;
    color: #fff;
}
.timer_items_im2{
    width: 0.33rem!important;
    height: 0.37rem!important;
}
.timer_items_im3{
    width: 0.36rem!important;
    height: 0.36rem!important;
}
/* 关于我们 */
.index_about{

}
.index_about_center{
    width: 16rem;
    margin: 0 auto;
}
.index_about_content{
    display: flex;
    margin-top: 0.2rem;
    justify-content: space-between;
}
.index_about_left{
    width:9rem;
}
.index_about_left_tit{
    color: #222222;
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    letter-spacing: 0.01rem;
}
.index_about_p1{
    margin-bottom: 0.4rem!important;
    /*margin-bottom:0.2rem;*/
    line-height: 1.8;
    color: #222;
    font-size: 0.16rem;
    text-align: justify;
}
/* .index_about_p1:last-child{
    margin-bottom: 0;
} */
.index_about_tab{
    width: 100%;
    display: flex;
}
.index_about_a{
    width: 2.15rem;
    height: 0.59rem;
    background: #EEEEEE;
    margin-right: 0.1rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.59rem;
    transition: all .3s;
}
.index_about_a_active{
    background: #0E88CC;
    color: #fff;
    font-weight: bold;
}
.index_about_img{
    width: 6.5rem;
    /*height: 6.19rem;*/
}
.index_about_firm_content{
    position: relative;
    margin-top: 0.2rem;
}

/*.index_about_firm_content .swiper-slide{*/
/*    height: 1.46rem;*/
/*}*/
.index_about_firm{
    width: 86%;
    /*background: pink;*/
    height: 2.1rem;
}
.index_about_firm_content{
    position: relative;
}
.about_next,.about_prev{
    width: 0.36rem!important;
    height: 0.36rem!important;
    border-radius: 50%;
    color: #1b8fcf!important;
    font-weight: bold;
    border: 0.02rem solid #1b8fcf;
}
.about_next{
    right: 0rem!important;
}
.about_prev{
    left: 0rem!important;
}
.about_next::after{
    font-size: 0.18rem!important;
}
.about_prev::after{
    font-size: 0.18rem!important;
}
.about_next:hover{
    background: #0e88cc;
    color: #fff!important;
}
.about_prev:hover{
    background: #0e88cc;
    color: #fff!important;
}

.news_border:last-child{
    border-bottom: 0.01rem solid #E5E5E5!important;
}

/* 客户案例 */
.case{
    width: 19.2rem;
    padding-bottom: 0.25rem;
    /*height: 7.55rem;*/
    margin: 0.45rem  auto 0 auto;
    background: url(../images/index/i-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.case_content{
    width: 16rem;
    margin: 0.5rem auto 0 auto;
    display: flex;
}
.case_left{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.case_left_items{
    width: 48%;
    /* height: 1.05rem; */
    background: #fff;
    display: flex;
    align-items: center;
    margin-right:2%!important;
    padding-left: 0.4rem;
    margin: 0;
    transition: all .2s;
    margin-bottom: 0.2rem;
    
}

.case_left_items_active{
    background: #0E88CC;
    color: #fff;
}
.case_items_small_active{
    color: #fff!important;
}
.case_left_items:nth-child(1) .case_ico1{
    width: 0.61rem;
    height: 0.51rem;
}
.case_left_items:nth-child(2) .case_ico1{
    width: 0.54rem;
    height: 0.47rem;
}
.case_left_items:nth-child(3) .case_ico1{
    width: 0.42rem;
    height: 0.48rem;
}
.case_left_items:nth-child(4) .case_ico1{
    width: 0.44rem;
    height: 0.47rem;
}
.case_left_items:nth-child(5) .case_ico1{
    width: 0.55rem;
    height: 0.52rem;
}
.case_left_items:nth-child(6) .case_ico1{
    width: 0.39rem;
    height: 0.47rem;
}
.case_left_items:nth-child(7) .case_ico1{
    width: 0.47rem;
    height: 0.47rem;
}
.case_left_items:nth-child(8) .case_ico1{
    width: 0.5rem;
    height: 0.42rem;
}
/* .case_left_items:hover{
    background: #0E88CC;
} */
.case_left_items:hover .case_items_tit{
    color: #fff;
}
/* .case_left_items:hover .case_items_small{
    color: #fff;
} */
.case_ico{
    position: relative;
}
.case_ico img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case_ico1{
    width: 0.54rem;
    height: 0.47rem;
    display: block;
}
.icos2{
    display: none;
    z-index: 9;
}
.case_txtbox{
    display: flex;
    flex-direction: column;
    margin-left: 0.16rem;
}
.case_items_tit{
    font-size: 0.24rem;
    margin-bottom: 0.07rem;
}
.case_items_small{
    font-size: 0.14rem;
    color: #999;
    text-transform:uppercase;
}
.case_left_items:hover{
    box-shadow: 0 0 0.1rem 0.01rem rgba(0,0,0,.15);
}
.case_right{
    flex: 1;
}
.case_content_x{
    width: 100%;
    height: 5.05rem;
    position:relative;
}
.case_right_items{
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
}
.case_right_items:first-child{
    display: block;
}

.case_right_bigimg{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.case_right_xbox{
    position: absolute;
    width: 100%;
    height: 0.7rem;
    background: #0E88CC;
    bottom: 0rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
}
.case_right_1{
    display: flex;
    align-items: center;
}
.case_right_circle{
    width: 0.1rem;
    height: 0.1rem;
    display: block;
    border-radius: 50%;
    background: #fff;
}
.case_right_name{
    color: #fff;
    font-size: 0.28rem;
    margin-left: 0.13rem;
    margin-right: 0.18rem;
}
.case_right_ele{
    color: #fff;
    font-size: 0.14rem;
    text-transform: uppercase;
}
.case_right_2{
    width: 0.32rem;
    height: 0.15rem;
}
.case_right_2 img{
    width: 100%;
    height: 100%;    
}
/* 新闻中心 */
.index_news{
    background: #fff;
    padding-bottom: 0.1rem;
}
.index_news_center{
    width: 16rem;
    margin: 0.5rem auto;
    /* background: pink; */
    display: flex;
    justify-content: space-between;
}
.index_news_left{
    width: 7.5rem;
    /* height: 5.3rem; */
}
.index_news_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #E5E5E5;
    padding-bottom: 0.2rem;
}
.index_news_titbox{
    width: 50%;
    justify-content: space-between;
    display: flex;
    
}








.index_news_solid,.index_news_txt{
    font-weight: bold;
    font-size: 0.22rem;
    padding-left: 0.14rem;
    cursor: pointer;
}
.index_news_solid{
    color: #0E88CC;
    position: relative;
}
.index_news_solid::before{
    content: '';
    display: block;
    position: absolute;
    width: 0.04rem;
    height: 0.23rem;
    top: 50%;
    transform: translateY(-50%);
    /*top: 0.02rem;*/
    left: 0;
    background: #0E88CC;
}
.index_news_txt{
    color: #888;
    /*margin-left: 1.8rem;*/
    margin-left: 0!important;
    margin-right: 0!important;
}
















.index_news_s1{
    color: #888;
    font-size: 0.16rem;
}
.index_news_s1:hover{
    color: #222;
}
.index_news_items1{
    width: 100%;
    display: flex;
    margin-top: 0.27rem;
    border-bottom: 0.01rem solid #E5E5E5;
    padding-bottom: 0.2rem;
}
.news_items_left{
    width: 2.6rem;
    min-width: 2.6rem;
    height: 1.52rem;
    overflow: hidden;
    position: relative;
}
.news_items_left img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.news_items_left:hover>img{
    transform: scale(1.03);
}
.news_data{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.58rem;
    height: 0.4rem;
    background: #0E88CC;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.16rem;
}
.news_items_right{
    flex: 1;
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
}
.news_right_title{
    width: 4.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222;
    font-size: 0.16rem;
    font-weight: bold;
    display: block;
}
.news_right_txt{
    color: #222;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    margin-top: 0.18rem;
}
.news_right_more{
    color: #0E88CC;
    font-size: 0.16rem;
    margin-top: 0.35rem;
    font-weight: bold;
}
.index_news_items2{
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: space-between;
    
}
.news_items2_text{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}



.news_items2_xbox{
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid #E5E5E5 ;
}



/*.news_items2_xbox:last-child{*/
/*    border-bottom: 0;*/
/*}*/
.news_items2_time,.news_items2_text{
    font-size: 0.16rem;
    color: #222222;
}
.news_items2_time{
    margin-bottom: 0.1rem;
}
.index_news_right{
    width: 7.1rem;
    /* height: 5.3rem; */
    /* background: purple; */
}
.news_right_content{
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
}
.news_right_items{
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: show 7s linear infinite ;
}
.news_right_items:hover{
    animation-play-state: paused;
}
@keyframes show {
    0%{
        /* transform: translateY(0); */
    }
    100%{
        transform: translateY(-50%);
    }
}
.news_right_abox{
    padding: 0.27rem 0;
    display: flex;
    border-bottom: 0.01rem dashed #EEEEEE;
}
.news_right_abox:hover{
    opacity: 0.8;
}

.news_right_im{
    width: 0.26rem;
    height: 0.24rem;
    display: block;
}
.news_right_im img{
    width: 100%;
    height: 100%;
}
.news_right_news{
    flex: 1;
    margin-left: 0.2rem;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    color: #222;
    font-size: 0.16rem;
}


/*后来新加的*/
.new_mess_tit{
    margin-bottom: 0.15rem;
}
.new_mess_tit .new_mess_titler{
    color: #333;
    font-weight: bold;
    font-size: 0.16rem;
}
.new_mess_txt .new_mess_titler{
    font-size: .16rem;
    color: #222;
}
.new_mess_tit,.new_mess_txt{
    display: flex;
    align-items: center;
}
.new_mess_titler{
    flex: 1;
    width: 0rem;
    margin-left: 0.12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new_mess_ques{
    width: 0.35rem;
    height: 0.35rem;
}
.new_mess_ques img{
    width: 100%;
    height: 100%;
}
.new_messbox{
    flex: 1;
    margin-left: 0.3rem;
}

.new_dates{
    width: 0.94rem;
    height: 0.94rem;
    border-radius: 0.07rem;
    border: 0.02rem solid #9FCFEB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.news_right_im{
    margin-right: 0.3rem;
    margin-top: 0.02rem;
}
.new_weight{
    font-size: 0.28rem;
    color: #0E88CC;
}
.news_year{
    font-size: 0.16rem;
    color: #0E88CC;
}



.news_news{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.news_right_newss{
    width: 5.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.16rem;
    color: #222;
    font-weight: bold;
}
.news_right_mess{
    font-size: 0.14rem;
    width: 6.2rem;
    color: #222;
    padding-top:0.1rem;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    
}




















/* 友情链接 */
.friends{
    background: #F9F9F9;
    padding: 0.4rem 0 0.2rem 0;
}
.friends_center{
    width: 16rem;
    margin: 0 auto;
}
.friends_border{
    border-bottom: 0;
}
.friens_bottom{
    display: flex;
    flex-wrap: wrap;
}
.friends_a{
    /*width: 0.85rem;*/
    /*height: 0.4rem;*/
    padding: 0.07rem 0.1rem;
    border: 0.01rem solid #E5E5E5;
    border-radius: 0.25rem;
    text-align: center;
    /*line-height: 0.35rem;*/
    color: #222;
    font-size: 0.16rem;
    margin-right: 0.235rem;
    margin-bottom: 0.28rem;
}
.friends_a:hover{
    border-color: #0E88CC;
}
/*.friends_a:nth-child(11n){*/
/*    margin-right: 0!important;*/
/*}*/
@media screen and (min-width:1024px){
    .case_right_items:hover .case_right_bigimg{
        transform: scale(1.05);
    }
}
@media screen and (max-width:1024px){
    .index_one .mySwiper_index{
        /*height:10rem!important;*/
    }
    .index_one .mySwiper_index{
        height: auto;
    }
    .index_one .swiper-slide img{
        object-fit: contain;
    }
    .fast,.fast_center{
        width: 100%;
    }
    .fast{
        padding: 0 15px 15px 15px;
    }
    .fast_top{
        width: 100%;
        flex-wrap: wrap;
    }
    .fast_top_2{
        order: 0;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    .fast_top_1{
        width: 100%;
        height: 1.5rem;
        /*height: 0.5rem;*/
        /*width: auto;*/
        order: 1;
       margin-bottom:15px;
    }
    .fast_top_1 input{
        border-radius: 99rem;
        padding-left:1.5rem ;
    }
    .fast_top_search{
        width: 0.75rem;
        height: 0.75rem;
        left: 0.5rem;
    }
    .fast_top_3{
        order: 2;
        margin-bottom: 15px;
        width: 100%;
    }
    .fast_bottom_abox{
        padding: 0.7rem 0;
    }
    .fast_top_right{
        margin-right: 15px;
    }
    .fast_top_tit{
        font-size: 18px;
    }
    .fast_right_txt,.fast_bottom_list_items,.fast_bottom_title{
        font-size: 14px;
    }
    .fast_top_1 input{
        font-size: 14px;
    }
    .hot,.hot_center{
        width: 100%;
    }
    .hot{
        padding: 15px 0;
        /*padding:0 0 15px 0;*/
    }
    .hot_list{
        width: 100%;
    }
    .hot_list_radius{
        display: none;
    }
    .hot_list_left,.hot_list_right{
        width: 50%;
    }
    .hot_list_right{
        height: auto;
    }
    /*.hot_list:nth-child(1) .hot_list_right{*/
    /*    order: 0;*/
    /*}*/
    /*.hot_list:nth-child(1) .hot_list_left{*/
    /*    order: 1;*/
    /*}*/
    .hot_list:nth-child(2) .hot_list_right{
        order: 0;
    }
    .hot_list:nth-child(2) .hot_list_left{
        order: 1;
    }
    
    .hot_list:nth-child(3) .hot_list_right{
        order: 1;
    }
    .hot_list:nth-child(3) .hot_list_left{
        order: 0;
    }
    
    .hot_many {
        margin-top: 0.8rem;
    }
    
    .hot_title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .hot_list_tit{
        font-size: 18px;
    }
    .hot_list_txt{
        font-size: 14px;
        height: auto!important;
         display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
    .hot_list_type{
        font-size: 12px;
        margin-bottom: 0.1rem;
    }
    .hot_list_type:last-child{
        margin-bottom: 0;
    }
    .hot_many_a{
        width: auto;
        height: auto;
        padding: 0.3rem 1.15rem;
        /*width: 3rem;*/
        /*height: 0.7rem;*/
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .services,.services_center{
        width: 100%;
    }
    .services_content{
        flex-wrap: wrap;
    }
    .services_items{
        width: 50%;
        height: auto!important;
    }
    .services_top{
        height: auto!important;
    }
    .services_xbox_tit{
        height: 3rem;
        font-size: 16px;
        /* display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
        /*-webkit-line-clamp: 2;*/

        
        
    }
    
    .services_js,.services_xbox_gray,.services_mm{
        font-size: 14px;
    }
    .services_txt{
        font-size: 14px;
        padding: 0 15px;
    }
    .services_timer{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .timer_items{
        width: 48%;
    }
    
    
    
    .timer_items_tit{
        font-size: 16px;
    }
    .timer_items_bottom{
        font-size: 14px;
    }
    .services{
        background: transparent;
        padding: 15px 0;
    }
    
    .services_timer{
        padding: 0.5rem 15px;
        margin-top: 0;
        background: url(../images/index/a9_bg.png) no-repeat;
        background-size:100% 100% ;
    }
    .timer_items:last-child{
        width: 100%;
        padding-bottom: 0;
    }
    .index_about_center{
        width: 100%;
    }
    .index_about_content{
        flex-wrap: wrap;
    }
    .index_about_left,.index_about_right{
        width: 100%;
    }
    .index_about{
        padding: 0 15px;
    }
    .index_about_img{
        width: 100%;
        height: auto;
    }
    .index_about_left_tit{
        font-size: 14px;
    }
    .index_about_p1{
        font-size: 14px;
    }
    .index_about_tab{
        justify-content: space-between;
    }
    .index_about_a{
        width: 48%;
        height: auto;
        line-height: normal;
        padding: 0.4rem 0;
        font-size: 14px;
    }
    .case{
        padding: 15px 0;
    }
    .case,.case_content{
        width: 100%;
    }
    .case_content{
        flex-wrap: wrap;
    }
    .case_left,.case_right{
        width: 100%;
    }
    .case_right{
        flex: none;
        margin-top: 0.3rem;
    }
    .case_center{
        padding: 0 15px;
    }
    .index_about_right{
        margin-top: 15px;
        display: none;
    }
    .case_txtbox{
        flex: 1;
    }
    .case_items_tit{
        font-size: 14px;
    }
    .case_items_small{
        font-size: 12px;
    }
    .timer_items::after{
        display: none;
    }
    .case_left_items{
        /*height: 3rem;*/
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .case_left{
        justify-content: space-between!important;
    }
    .case_left_items:nth-child(2n){
        margin-right: 0!important;
    }
    .case_right_name{
        font-size: 16px;
    }
    .case_right_ele{
        font-size: 12px;
    }
    .index_news_center{
        width: 100%;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .index_news_left,.index_news_right{
        width: 100%;
    }
    .index_news_right{
        margin-top: 0.3rem;
    }
    .index_news_items1{
        flex-wrap: wrap;
    }
    .news_items_left,.news_items_right{
        width: 100%;
    }
    .news_items_left{
        height: auto!important;  
    }
    .news_items_right{
        padding: 0.25rem;
        line-height: 3;
    }
    .news_right_title{
        font-size: 14px;
    }
    .news_right_txt,.news_right_more,.index_news_solid,.index_news_txt,.index_news_s1{
        font-size: 14px;
    }
    .friends_center{
        width: 100%;
        padding: 0 15px;
    }
    .new_dates{
        width: auto!important;
        height: auto!important;
        padding: 0.1rem;
    }
    .friends_a{
        font-size: 14px!important;
    }
    .new_mess_titler{
        font-size: 14px!important;
    }
    
    .new_weight,.news_year{
        font-size: 14px!important;
    }
    .index_about_mb{
        display: none;
    }
    .honour_name,.news_data{
        font-size: 14px;
    }
    .news_data{
        width: auto!important;
        height: auto;
        line-height: noraml;
        padding:0.5rem  0.7rem;
    }
   
    .index_news_solid::before{
        display: none;
    }
    .fast_top_3::after{
        display: none;
    }
    .timer_items_im1{
        width: 35px!important;
        height: 35px!important;
    }
    .timer_items_im1 img{
        max-width: 80%;
        max-height: 100%;
        object-fit: contain!important;
    }
    .fast_right_img1{
       width: 18px;
       height: 18px;
       margin-right: 5px;
    }
    .index_about_firm{
        height: auto!important;
    }
    .about_next,.about_prev{
        display: none;
    }
    .fast_top_imgbox{
        width: auto!important;
        height: 0.52rem;
    }
    .case_content_x{
        height: auto!important;
    }
    .case_right_items{
        position: initial;
    }
    .case_right_xbox{
        height: 1.7rem;
    }
    .index_news{
        padding: 15px 0;
    }
   .news_items2_xbox{
       line-height: 2;
   }
   .news_items2_time,.news_items2_text{
       font-size: 14px;
   }
   .new_mess_ques{
       width: 0.62rem;
       height: 0.62rem;
   }
   .new_mess_titler{
       line-height: 1.8;
   }
   .news_right_content{
       height: 12rem;
   }
   .index_news_top{
       padding: 0.5rem 0;
   }
   .friends_a{
       padding: 0.3rem 0.45rem;
       border-radius: 99rem;
   }
   .case_ico{
       width: 1rem!important;
       height: 1rem!important;
        /*display: none;*/
   }
   .case_ico img{
       max-width: 80%;
       max-height: 100%;
       object-fit: contain!important;
   }
   .news_right_abox{
       padding: 0.42rem 0;
   }
   .case_right_circle{
       width: 6px;
       height: 6px;
   }
}   
