.news_one{
    width: 19.2rem;
    margin: 0 auto;
}
.news_two{
    padding: 0.3rem 0;
    box-sizing: border-box;
    box-shadow: 0rem 0rem 0.1rem 0.01rem 
    rgba(0, 0, 0, .15);
    margin-bottom: 0.9rem;
}
.news_two_center{
    width: 16rem;
    margin: 0 auto;
   
}
.news_two_a{
    color: #333333;
    font-size: 0.16rem;
    margin-right: 0.55rem;
}
.news_two_a:hover{
    color: #036EB8;
    font-weight: bold;
}
.news_three{
    margin-top: 0.7rem;
}
.news_three_center{
    width: 16rem;
    margin: 0 auto;
}
.news_2_tit{
    color: #333;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 3;
}
.news_2_tit::after{
    content: '';
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 0.04rem;
    background: #2093ff;
    bottom: -0.12rem;
    left: 50%;
    transform: translateX(-50%);
}
.news_2_tit::before{
    content: 'COMPANY NEWS';
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: RGBA(3,110,184,.1);
    font-size: .7rem;
    font-weight: bold;
    top: -0.1rem;
}
.news_content{
    width: 16rem;
    margin-top: 0.7rem;
}
.news_rows1{
    display: flex;
    margin-bottom: 0.5rem;
}
.news_rows_items{
    width: 5rem;
}
.news_rows_items{
    margin-right: 0.5rem;
}
.news_rows_items:last-child{
    margin-right: 0;
}
.news_rows_imgbox{
    width: 100%;
    height: 3rem;
    overflow: hidden;
}
.news_rows_imgbox:hover>img{
    transform: scale(1.05);
}
.news_rows_imgbox>img{
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.news_rows_next{
    width:5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 0.18rem;
    font-weight: bold;
    display: block;
    margin: 0.2rem 0;
}
.news_rows_next:hover{
    opacity: .9;
}
.news_rows_xbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_row_year{
    color: #666666;
    font-size: 0.16rem;
}
.news_row_right{
    color: #036EB8;
    font-size: 0.24rem;
    font-weight: bold;
}
.news_pages{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.news_pages_a{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    background:#fff;
    margin: 0 0.07rem ;
    text-align: center;
    line-height: 0.3rem;
    border: 0.01rem solid #eeeeee;
    color: #7D7D7D;
    font-size: 0.14rem;
}
.news_pages_a:nth-child(2){
    background:#036EB8;
    color: #fff;
}
.news_pages_a:hover{
    background: #036EB8;
    color: #fff;
}
.news_pages_x{
    color: #7D7D7D;
}
/* 新闻详情 */
.news_position{
    margin-top: 0.3rem;
}
.news_position_center{
    width: 16rem;
    margin: 0 auto;
}
.news_position_center a{
    font-size: 0.18rem;
    color: #333;
}
.news_position_center a:hover{
    color: #005CBC;
}
.news_article{
    margin-top: 0.3rem;
}
.news_article_center{
    width: 16rem;
    margin: 0 auto;
}
.news_article_tit{
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    margin-bottom: 0.32rem;
    cursor: pointer;
}
.news_article_gray{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AAAAAA;
    font-size: 0.16rem;
    margin-bottom: 0.5rem;
}
.news_article_gray2{
    margin: 0 0.3rem;
}
.news_article_p1{
    line-height: 2;
    text-align: justify;
    margin-bottom: 0.2rem;
}
.news_href{
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0 0.7rem 0;
}
.news_href a{
    color: #036EB8;
    font-size: 0.16rem;
}
.news_href a:hover{
    opacity: .9;
}
/* 技术支持 */
.support_tit{
    position: relative;
}
.support_tit::before{
    content: 'SAMPLE APPLICATION'!important;
}
.support_content{
    width: 100%;
    background: #F6F6F6;
    padding: 0.5rem 0.55rem 0.9rem 0.55rem;
    box-sizing: border-box;
    margin-top: 0.7rem;
    margin-bottom:1rem ;
}
.support_xtxt{
    color: #333333;
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
}
.support_items1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.support_ip1{
    width: 32%;
    height: 0.6rem;
    border: 0.01rem solid #e6e6e6;
    padding: 0.15rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff;
}
.support_img{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    position: relative;
}
.support_img::after{
    content: '';
    display: block;
    position: absolute;
    width: 0.01rem;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    right: -0.15rem;
    background: #E6E6E6;
}
.support_img>img{
    width: 100%;
    height: 100%;
}
.support_name{
    margin-left: 0.41rem;
    color: #999;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
}
sup{
    color: red;
    margin-right: 0.02rem;
    margin-bottom: 0.06rem;
}
.support_inpbox{
    flex: 1;
    margin-left: 0.03rem;
}
.support_inpbox>input{
    width: 100%;
    background: #fff;
    border: 0;
    display: block;
    padding: 0 0.16rem;
    
}
.support_50{
    width: 49%;
}
.support_100{
    width: 100%;
}
.support_items1_x{
    height: 0.7rem;
    display: flex;
    justify-content: space-between;
}
.support_50_a{
    width: 49%;
    height: 100%;
    background: #036EB8;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    border: 0;
}
.support_textbox{
    width: 49%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #666666;
}
.support_p1{
    font-size: 0.14rem;
}
.support_p1>span{
    color: red;
}
.support_50_a{
  vertical-align: bottom;
}

.support_50_a:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
 
}
.support_50_a:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
/* 白皮书 */
.support_book{
    position: relative;

}
.support_book::before{
    content: 'WHITEPAPER';
}
.support_book_content{
    display: flex;
    margin-top:0.7rem ;
}
.support_book_left{
    width: 2.6rem;
}
.support_book_top{
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.3rem;
    background: #036EB8;

}
.support_book_a{
    height: 0.5rem;
    display: block;
    background: #F2F2F2;
    padding-left: 0.16rem;
    box-sizing: border-box;
    line-height: 0.5rem;
    color: #333;
    font-size: 0.16rem;
    font-weight: bold;
    border-top: 0.01rem solid #fff;
    position: relative;
}
.support_book_a::after{
    content: '';
    display: block;
    position: absolute;
    width: 0.05rem;
    height: 0.49rem;
    background: #036EB8;
    top: 0;
    left: 0;
    display: none;
}
.support_book_a:hover::after{
    display: block;
}
.support_book_a:hover{
    color: #036EB8;
}
.support_book_right{
    flex: 1;
    margin-left: 0.5rem;
    margin-bottom: 0.8rem;
}
.support_book_right_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
    background: #F5F5F5;
}
.support_book_right_txt{
    width: 8rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    color: #666666;
    font-size: 0.18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.support_book_right_a{
    width: 1.8rem;
    height: 0.6rem;
    background: #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support_book_im{
    width: 0.22rem;
    height: 0.22rem;
    display: block;
}
.support_book_im>img{
    width: 100%;
    height: 100%;
}
.support_book_load{
    color: #333333;
    font-size: 0.18rem;
    margin-left: 0.14rem;
}
/* 问与答 */
.support_qua{
    position: relative;
}
.support_qua::before{
    content: 'Q&A';
}
.support_qua_content{
    width: 14rem;
    margin: 0.6rem auto 0 auto;
}
.support_qua_items{
    background: #F2F8FB;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}
.support_qua_row1{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.height_show{
    height:0.537rem;
    overflow: hidden;
    align-items: flex-start;
}
.height_click{
    height:auto!important;
}
.support_qua_s1{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    background: linear-gradient(to top,#036EB8,#64C0FF);
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    margin-right: 0.2rem;
}
.support_qua_q{
    width: 12rem;
    color: #333333;
    font-size: 0.2rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.support_qua_s2{
    background: linear-gradient(to top,#DA251C,#FF928D);
}
.support_qua_a{
    flex: 1;
    text-align: justify;
    font-size: 0.16rem;
    color: #333;
    line-height: 1.7;
}
.support_qua_row3{
    display: flex;
    justify-content: center;
    align-items: center ;
}
.support_ico_bottom{
    width: 0.24rem;
    height: 0.24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.support_ico_bottom img{
    width:100%;
    height:100%;
}
.support_img_absolute{
    position: absolute;
    top: 0.1rem;
    left: 0;

}








/* 产品购买 */
.support_shop{
    position: relative;
}
.support_shop::before{
    content: 'PRODUCT PURCHASE';
}
.support_shopbox{
    display: flex;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}
.support_shop_items{
    width: 5rem;
    display: block;
    margin-right: 0.5rem;
}
.support_shop_imgbox{
    width: 100%;
    height: 3rem;
    overflow: hidden;
}
.support_shop_imgbox>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.support_shop_imgbox:hover>img{
    transform: scale(1.05);
}
.support_shop_items:last-child{
    margin-right: 0;
}
.support_text{
    text-align: center;
    margin: 0.2rem 0;
    font-size: 0.18rem;
    font-weight: bold;
}
.support_forms{
    padding:0.5rem 0.7rem 0.8rem 0.7rem;
    box-sizing: border-box;
    background: #F6F6F6;
    margin-bottom: 0.8rem;
}
.support_forms_1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}
.support_forms_items{
    width: 48.5%;
    display: flex;
    flex-direction: column;
}
.support_forms_name{
    font-size: 0.18rem;
}
.support_xx{
    color: red;
    margin-right: 0.03rem;
}
.support_inputs{
    height: 0.5rem;
    background: #fff;
    border: 0.01rem solid #E6E6E6;
    padding: 0 0.16rem;
    margin-top: 0.15rem;
}
.support_forms_items_width{
    width: 100%;
}
.support_inputs_height{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 2rem;
    max-height: 2rem;
    height: 2rem;
    margin-top: 0.15rem;
    border: 0.01rem solid #e6e6e6;
    outline: 0;
    padding: 0.2rem;
    box-sizing: border-box;
    color: #AAAAAA;
}
.support_inputs_yzm{
    width:3rem;
    height: 100%;
    background: #fff;
    border:0.01rem solid #E6E6E6;
    padding:0 0.16rem  ;
}
.support_forms_ts{
    height: 0.5rem;
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
}
.support_yzm{
    width: 2.5rem;
    height: 0.5rem;
    margin: 0 0.5rem 0 0.3rem;
}
.support_yzm>img{
    width: 100%;
    height: 100%;
}
.support_git{
    display:flex;
    width: 2.5rem;
    height: 0.5rem;
    justify-content: center;
    align-items: center;
    background: #036EB8;
    color: #fff;
    font-size: 0.16rem;
    font-weight: bold;
}
.support_git {
    vertical-align: bottom;
  }
  
  
  .support_git:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
   
  }
  .support_git:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
/* 关于我们 */
.about_one_center{
    width: 16rem;
    margin: 0 auto;
}
.about_xtit{
    position: relative;
  
}
.about_xtit span{
      font-weight: bold!important;
    font-size: 0.4rem!important;
}
.about_xtit::before{
    content: 'ABOUT US';
}
.about_one_textbox{
    margin-top: 0.5rem;
}
.about_one_textbox{
    text-align: center;
    line-height: 2.2!important;
    color: #333;
    font-size: 0.18rem;    
}
.about_numbox{
    display: flex;
    justify-content:space-around;
    margin-top: 0.6rem;
}
.about_numbox_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_numbox_name{
    color: #666666;
    font-size: 0.18rem;
}
.about_numbox_year{
   
    display: flex;
    margin-top: 0.1rem;
    align-items: flex-end;
    justify-content: flex-end;
    
}

.about_numbox_year section{
    font-weight: bold;
    font-size: 0.4rem;
    color: #036EB8;
}
.about_numbox_year span{
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0.05rem;
    
}
.about_numbox_m2{
    position: relative;
}
.about_numbox_m2::after{
    content: '2';
    display: block;
    position: absolute;
    font-size: 0.12rem;
    bottom:0.12rem;
    left: 0.1rem;
    color: #000;
}
.about_imgbox_content{
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.about_imgbox_items{
    width: 32%;
    height: 3.2rem;
    overflow: hidden;
}
.about_imgbox_items>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.about_imgbox_items:hover>img{
    transform: scale(1.05);
}
/* 发展历程 */
.about_go{
    margin-top: 0.8rem;
}
.about_go_center{
    width: 19.2rem;
    margin: 0 auto;
    height: 8.88rem;
    background: url(../images/about/bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.about_go_center::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0.01rem;
    background: #999;
    top: 2.62rem;
    left: 0;
}
.about_gotit{
    position: relative;
    margin-top: 0.8rem;
}
 .about_gotit span{
     font-size: 0.4rem!important;
     font-weight: bold!important;
 }
.about_gotit::before{
    content: 'QUALIFICATION HONOR';
}
.about_go_content{
    width: 18rem;
    margin: 0.8rem auto 0 auto;
    position:relative;
}
.about_go_content .swiper-slide{
    flex-direction: column;
}
.go_top_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.go_top_year{
    color: #666666;
    font-weight: bold;
    font-size: 0.2rem;
   
}
.go_circle{
    width: 0.2rem;
    height: 0.2rem;
    border: 0.05rem solid #2093FF;
    background: #fff;
    border-radius: 50%;
    margin: 0.15rem 0;
}
.go_top_img{
    width: 0.2rem;
    height: 0.2rem;
    /* background: #DA251C; */
}
.go_top_img>img{
    width: 100%;
    height: 100%;
}
.go_bottom_content{
    width: 100%;
    margin-top: 0.5rem;
    /* background: #096; */
}
.go_bottom_year{
    color: #036EB8;
    font-size: 0.4rem;
    font-weight: bold;
    padding-bottom: 0.07rem;
    border-bottom: 0.01rem solid #999999;
}
.go_bottom_txtbox{
    display: flex;
    margin-top: 0.2rem;
    height: 1.2rem;
}
.go_bottom_sjx{
    /*width: 0.22rem;*/
    height: 0.1rem;
    margin-top: 0.1rem;
}
.go_bottom_sjx>img{
    width: 100%;
    height: 100%;
}
.go_bottom_text{
    flex: 1;
    text-align: justify;
    margin-left: 0.15rem;
    color: #666666;
    font-size: 0.18rem;
    line-height: 2.1;
    
}
.go_bottom_text span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.go_bottom_imgbox{
    height: 1.6rem;
    display: block;
    margin-top: 0.3rem;
    overflow: hidden;
}
.go_bottom_imgbox>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.go_bottom_imgbox:hover>img{
    transform: scale(1.05);
}
.about_go_content .next_x{
    width: 0.4rem;
    height: 0.4rem;
    color: transparent;
    background:url(../images/about/999_r.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
}
.about_go_content .prev_x{
    width: 0.4rem;
    height: 0.4rem;
    color: transparent;
    background:url(../images/about/999_l.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}















/* 企业荣誉 */
.about_ry{
    position: relative;
}
.about_ry::before{
    content: 'ENTERPRISE HONOR';
}
.about_ry_content{
    width: 100%;
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 1.2rem;
    cursor: pointer;
}
.about_ry_content .swiper-slide{
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
}
.about_ry_content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.07rem!important;
    width: 0.12rem;
    height: 0.12rem;
}
.about_ry_row1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.about_ry_img{
    /*width: 15.5%;*/
    height: 3.8rem;
    /*margin-right: 1.25%;*/
    /*background: pink;*/
}
.about_ry_img:last-child{
    margin-right: 0;
}
.about_ry_img>img{
    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;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }





















/* 招聘需求 */
.about_xq{
    position: relative;
}
.about_xq::before{
    width: 100%;
    content: 'TALENT RECRUITMENT';
}
.about_xq_content{
    margin-top: 0.7rem;
    display: flex;
}
.about_xq_left{
    margin-right: 2%;
    overflow: hidden;
}
.about_xq_left>img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.about_xq_left:hover>img{
    transform: scale(1.05);
}
.about_xq_left,.about_xq_right{
    width: 49%;
}
.about_xq_txt1{
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
}
.about_xq_txt2{
    color: #999;
    font-size: 0.2rem;
    margin: 0.2rem 0 0.3rem 0;
}
.about_xq_txt3{
    font-size: 0.16rem;
    color: #666;
}
.about_xq_txt4{
    color: #666666;
    font-size: 0.16rem;
    margin-top: 0.5rem;
    line-height: 1.8;
}
.about_xq_boss{
    width: 19.2rem;
    margin: 0.8rem  auto 0 auto;
    height: 9rem;
    background:url(../images/about/bg2.png) no-repeat;
    background-size: 100% 100%;
    /* overflow: hidden; */
    padding-top: 0.8rem;
}
.about_boss_1{
    width: 16rem;
    margin:0 auto;
}
.about_boss_row1{
    display: flex;
    margin-top: 0.4rem;
}
.about_boss_row_items{
    width: 48%;
    background: #fff;
    margin-right: 4%;
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
   
    display: flex;
    justify-content: space-between;
}
.about_boss_row_items:last-child{
    margin-right: 0;
}
.about_boss_row_items:hover{
    box-shadow: 0 0 0.1rem 0.03rem 
    rgba(0, 0, 0, .15);
    cursor: pointer;
}
.about_boss_left{
    width: 4.6rem;
}
.about_boss_tit{
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.22rem;
}
.about_boss_txtbox{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.about_boss_xbox{
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}
.about_ico_box{
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.07rem;
}
.about_ico_box>img{
    width: 100%;
    height: 100%;
}
.about_boss_text{
    color: #666;
    font-size: 0.14rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about_boss_right{
    display: flex;
    align-items: center;
}
.about_boss_right>a{
    width: 1.2rem;
    height: 0.43rem;
    background: #036EB8;
    display: block;
    color: #fff;
    border-radius: 1rem;
    text-align: center;
    line-height: 0.43rem;
}
.about_boss_right>a:hover{
    background: #E21616;
}
/* 联系我们 */
.about_call{
    position: relative;
}
.about_call::before{
    content: 'CONTACT US';
}
.about_call_content{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.about_call_right{
    width: 9rem;
}
.about_call_right>img{
    width: 100%;
    height: 100%;
}
.about_call_left{
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}
/* .about_call_tit{
   
} */
.about_call_tit>span{
    position: relative;
    font-weight: bold;
    color: #333333;
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
}
.about_call_tit>span::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0.03rem;
    background: #036EB8;
    bottom: 0;
    left: 0;
}
.about_call_bottom{
    margin-top: 0.5rem;
}
.about_call_bottom .about_boss_text{
    font-size: 0.2rem;
    color: #333333;
}
.about_call_bottom .about_ico_box{
    width: 0.3rem;
    height: 0.3rem;
}

@media screen and (max-width:1024px){
    .news_two_center,.news_three_center,.news_content{
        width: 100%;
    }
    .news_two,.news_three{
        padding:15px;
    }
    .news_one{
        width: 100%;
    }
    .news_one img{
        width: 100%;
        height: 100%;
    }
    .news_rows_items{
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .news_rows_imgbox{
        height: auto;
    }
    .news_rows_next{
        margin: 0.1rem 0 0 0 ;
    }
    .news_rows_next{
        width: auto;
        font-size: 16px;
        margin: 7px 0;
    }
    .news_row_year,.news_row_right{
        font-size: 14px;
    }
    .news_pages_a{
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 14px;
    }
    .news_position_center,.news_article_center{
        width: 100%;
    }
    .news_position,.news_article{
        padding-left: 15px;
        padding-right: 15px;
    }
    .news_article_gray div{
        font-size: 14px;
    }
   
    .news_article_xbox span img{
        width: 100%;
    }
    .news_href a{
        width: 50%!important;
        font-size: 16px;
    }
    .support_tit::before{
        white-space: nowrap;
        font-size: 35px;
    }
    .support_items1{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .support_ip1{
        width: 100%;
        margin-bottom: 15px;
        height: 40px;
    }
    .support_items1_x{
        height: auto!important;
        display: flex;
        flex-wrap: wrap;
    }
    .support_50_a,.support_textbox{
        width: 100%;
    }
    .support_50_a{
        padding: 15px 0;
    }
    .support_p1{
        font-size: 14px;
        margin-top: 7px;
    }
    .support_xtxt{
        font-size: 16px;
    }
    .support_book_content{
        display: flex;
        flex-wrap: wrap;
    }
    .support_book_left,.support_book_right{
        width: 100%;
    }
    .support_book_right{
        margin-left: 0;
        margin-top: 15px;
    }
    .support_book_right_txt{
        width: auto;
    }
    .support_book_a{
        font-size: 14px;
    }
    .support_book_right_txt,.support_book_load{
        font-size: 16px;
    }
   
    .news_two_a{
        font-size: 14px;
        margin-right: 0.35rem;
    }
    .about_ry_content{
        padding: 0 15px;
    }
    .about_ry_img{
        height: auto!important;
    }
    .support_book_im{
        width: 25px;
        height: 25px;
    }
    .support_qua_content{
        width: 100%;
    }
    .support_forms_1{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .support_forms_items{
        width: 100%;
        margin-bottom: 15px;
    }
   
    .support_forms_ts{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .support_inputs_yzm{
        width: 65%!important;
    }
    .support_yzm{
        width: 30%!important;
        margin: 0!important;
    }
    .support_git{
        width: 100%!important;
        margin-top: 15px;
        font-size: 16px;
    }
    .support_inputs_height{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 1.5rem;
        max-height:1.5rem;
        min-height: 1.5rem;
    }
    .news_2_tit::before{
        font-size: 28px;
        white-space: nowrap;
        top: 0!important;
    }
    .support_shopbox{
        flex-wrap: wrap;
    }
    .support_shop_items{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .support_shop_imgbox{
        height: auto!important;
    }
    .support_inpbox>input{
        font-size: 16px;
    }
    .about_one_center{
        width: 100%;
    }
    .about_one_textbox{
        padding: 0 15px;
        font-size: 16px;
    }
    .about_one_textbox strong{
        font-size: 16px;
    }
    .about_numbox{
        flex-wrap: wrap;
    }
    .about_numbox_1{
        width: 50%;
        margin-bottom: 15px;
    }
    .about_numbox_name{
        font-size: 18px;
    }
    .about_numbox_year,.about_numbox_m2{
        font-size: 20px;
    }
    .about_numbox_m2::after{
        font-size: 14px;
        left: 0.35rem;
        bottom: 0.1rem;
    }
    .about_numbox_year section{
        font-size: 35px;
    }
    .about_imgbox_content{
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .about_imgbox_items{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .support_img{
        width: 20px;
        height: 20px;
    }
    .support_name{
        font-size: 14px;
    }
    .support_textbox{
        margin-top: 7px;
    }
    .support_inputs{
        font-size: .16rem;
    }
    
    .about_go_center,.about_go_content{
        width: 100%;
    }
    .about_go_center{
        padding: 0 15px;
    }
    .go_bottom_sjx{
       width: 12px;
       height: 12px;
    }
    .go_bottom_text{
        flex: 1;
    }
    .go_top_year span{
        font-size: 16px;
    }
    .go_bottom_year span{
        font-size: 14px;
    }
    .go_bottom_text{
        line-height: normal!important;
    }
    .go_bottom_text span{
        line-height: 1.8;
        display: block;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
    .about_go_center{
        height: auto;
        padding-bottom: 20px;
    }
    .go_bottom_imgbox{
        height: auto;
    }
    .about_go_content .prev_x{
        width: 35px;
        height: 35px;
    }
    .about_go_content .next_x{
        width: 35px;
        height: 35px;
    }
    .about_call_content{
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .about_call_left,.about_call_right{
        width: 100%;
    }
    .about_call_left{
        margin-bottom: 15px;
    }
    .about_call_tit span{
        font-size: 18px;
    }
    .about_call_bottom .about_ico_box{
        width: 22px;
        height: 22px;
    }
    .about_boss_text{
        font-size: 14px!important;
    }
    .news_two_center{
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
    .news_two_a:last-child{
        margin-right: 0;
    }
    .about_ry_content .swiper-pagination{
        bottom: -0.6rem!important;
    }
    .about_xq_content{
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .about_xq_left,.about_xq_right{
        width: 100%;
    }
    .about_xq_left{
        margin-bottom: 15px;
    }
    .about_xq_txt2,.about_xq_txt3,.about_xq_txt4{
        font-size: 14px;
    }
    .about_xq_boss,.about_boss_1{
        width: 100%;
    }
    .about_boss_row1{
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .about_boss_row_items{
        width: 100%!important;
    }
    .about_xq_boss{
        height: auto;
    }
    .about_boss_text,.about_boss_text{
        font-size: 16px;
    }
    .about_ico_box{
        width: 15px;
        height: 15px;
    }
    .about_boss_row_items{
        flex-wrap: wrap;
    }
    .about_boss_left,.about_boss_right{
        width: 100%;
    }
    .about_boss_right{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about_boss_right>a{
        width: 100%;
        height:auto;
        padding: 7px 0;
        font-size: 16px;
    }
    .about_boss_tit{
        text-align: center;
        font-size: 18px;
    }
    .about_boss_xbox{
        margin-bottom: 15px;
    }
    .news_position_center a{
        font-size: 14px;
    }
    .support_50_a{
        font-size: 14px;
    }
    .support_text,.support_inputs{
        font-size: 16px;
    }
    .support_inputs{
        height: 40px;
    }
    .support_forms_name{
        font-size: 16px;
    }
    .go_top_img{
        width: auto;
        height: auto;
    }
    .go_circle{
        width: 15px;
        height: 15px;
    }
    .go_bottom_txtbox{
        height: auto!important;
    }
    
    .news_article_xbox p{
        text-align: justify;
        line-height: 1.7;
    }
    /*.news_article_tit{*/
    /*    white-space:wrap;*/
    /*     display: -webkit-box;*/
    /*    -webkit-box-orient: vertical;*/
    /*    text-overflow: ellipsis;*/
    /*    overflow: hidden;*/
    /*    -webkit-line-clamp: 2;*/
    /*}*/
}

