body {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background: #fff;
}
div{
  display: block;
}
nav{
  width: 100%;
}
html, body, div, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, fieldset, legend, button, textarea, iframe, table, marquee, img {
  margin: 0;
  padding: 0;
}
ul{
  margin:0;
  padding:0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
  color:#333;
}
img{
  border:none;
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.ml10{
  margin-left: 10px;
}
.mr12{
  margin-right: 12px;
}
.mt20{
  margin-top: 20px;
}
.mt35{
  margin-top: 35px;
}
.mt40{
  margin-top: 40px;
}
.mt60{
  margin-top: 60px;
}
.mb20{
  margin-bottom: 20px;
}
.mb80{
  margin-bottom: 80px;
}
.mr30{
  margin-right: 30px;
}
.mr60{
  margin-right: 60px;
}
.mr140{
  margin-right: 140px;
}
.mr150{
  margin-right: 150px;
}
.marin14{
  margin: 0 14px;
}
.mgb80{
  margin-bottom: 80px;
}
.mgtb80{
  margin: 80px 0;
}
.pd20{
  padding: 20px;
}
.pdl60{
  padding-left: 60px;
}
.pdr60{
  padding-right: 60px;
}
.pd_lr60{
  padding: 0 60px;
}
.relative{
  position: relative;
}
.bor_bot{
  border-bottom: 1px solid #dfe1e6;
}
.bor_top{
  border-top: 1px solid #dfe1e6;
}
.bor_right{
  border-right: 1px solid #dfe1e6;
}

/* 分页 */
._page_clear{
  margin-bottom: 80px;
  padding-top: 30px;
  clear: both;
}
.qg-pages{
  text-align: center;
}
.qg-pages li{
  padding: 0 10px;
  margin-left: 6px;
  float: left;
  min-width: 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dfe1e6;
}
.qg-pages li.active{
  background-color: #2e9beb;
  color: #fff;
}
.qg-pages li a{
  display: block;
  height: 100%;
  color: #293040;
}

/*头部*/
._outermost_layer{
  width: 100%;
  min-width: 1200px;
}
._Pingtung{
  width: 100%;
}
._center_chunk{
  margin: auto;
  padding: 0 60px;
  width: 1080px;
}
._head_top{
  line-height: 30px;
  background-color: #fff;
  color: #0c301e;
}
._head_search{
  position: relative;
  width: 40px;
  text-align: right;
}
._head_search:hover ._head_search_input{
  display: block;
}
._head_search_hr::after{
  position: absolute;
  left: 10px;
  bottom: 9px;
  content: '';
  width: 152px;
  height: 1px;
  background-color: #fff;
}
._head_search_input{
  display: none;
  position: absolute;
  top: 30px;
  right: -10px;
  padding: 10px;
  width: 180px;
  height: 20px;
  line-height: 20px;
  background-color: #293040;
  text-align: left;
  z-index: 100;
}
._head_search_input input{
  width: 152px;
  height: 20px;
  border: none;
  outline: none;
  background-color: #293040;
  color: #fff;
}
._click_search{
  cursor: pointer;
  color: #fff;
}
._head_top_link{
  margin-left: 30px;
}
._head_top_link a{
  color: #0c301e;
  font-size: 12px;
}
._head_top_link span{
  margin: 0 8px;
}
._head_nav_logo{
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
._head_nav_logo img{
  width:180px;
  height:60px;
}
._head_nav_logo span{
  font-weight: bold;
  /*font-style: italic;*/
}
._head_nav_menu{
  padding: 10px 0;
}
._head_menu_item{
  height: 100%;
}
._head_menu_item a{
  /*display: block;*/
  /*padding: 0 30px;*/
  /*width: 64px;*/
  /*line-height: 60px;*/
  /*font-size: 14px;*/

  display: block;
  /* padding: 0 30px; */
  width: 120px;
  line-height: 60px;
  font-size: 16px;
  text-align: center
}

._head_menu_item.active>a{
  /*font-weight: 600;*/
  color: #2e9beb;
}
._head_show_submenu{
  position: relative;
}
._head_submenu{
  display: none;
  position: absolute;
  top: 60px;
  z-index: 100;
}
._head_show_submenu:hover ._head_submenu{
  display: block;
}
._head_show_submenu:hover ._menu_active_bg1{
  background-color: #0c301e;
  color: #fff;
}
/* ._head_show_submenu:hover ._menu_active_bg2{
  background-color: #293040;
  color: #fff;
} */
._menu_active_bg2{
  background-color: #293040;
  color: #fff;
}
._menu_active_bg2:hover{
  background-color: #2e9beb;
  color: #fff;
}
/* 脚部 */
._footer{
  background-color: #181818;
  min-width: 1200px;
}
._footer_conter{
  margin: auto;
  padding-top: 20px;
  width: 1000px;
}
._footer_content{
  padding: 40px 0;
  color: #FFFFFF;
  /* border-bottom: 1px solid #717787; */
}
._footer_lists{
  color: #717787;
}
._footer_list_title{
  padding-bottom: 5px;
  line-height: 20px;
}
._footer_list_a{
  margin-top: 15px;
  line-height: 15px;
}
._footer_lists a{
  font-size: 12px;
  color: #fff;
}
._footer_code img{
  width: 80px;
  height: 80px;
}
._footer_code_name{
  margin-top: 20px;
  line-height: 14px;
  text-align: center;
}
._footer_left{
  display: flex;
  flex-direction: column;
  float: left;
  text-align: left;
}
._footer_right{
  float: right;
  text-align: left;
}
._footer_qrcode{
  width: 100px;
  margin-bottom: 10px;
}
._copyrights_footer{
  padding-bottom: 20px;
}
._copyrights_footer_line{
  margin-bottom: 20px;
  height: 1px;
  color: #cccccc;
}
._copyrights_footer p{
  color: #9b9a9a;
}
._copyrights_footer a{
  color: #9b9a9a !important;
}
/* bananer */
._bananer_content{
  position: relative;
  min-width: 1200px;
}
._bananer_bg{
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.banner-btn{
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-btn li{
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.banner-btn li.active{
  background-color: #656565;
}
._bananer_title{
  padding-top: 180px;
  font-size: 46px;
  line-height: 65px;
}
._bananer_text{
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 1.5px;
}
._bananer_look{
  margin-top: 30px;
  padding: 12px 14px;
  display: inline-block;
  line-height: 16px;
  background-color: #2e9beb;
  color: #fff;
  font-size: 16px;
}
._bananer_cut{
  position: absolute;
  top: 50%;
  margin-top: -23px;
  height: 46px;
  line-height: 46px;
  font-size: 46px;
  color: #fff;
  cursor: pointer;
}
._cut_left{
  left: 60px;
}
._cut_right{
  right: 60px;
}
._bananer_cut:hover{
  color: #0c301e;
}
/*  */
._home_grid_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  background-color: #f9fafc;
  padding: 10px;
}

._home_grid_item {
  height: 320px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

._home_grid_item img {
  width: 50px;
  height: 50px;
  margin-top: 50px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}

._home_grid_item .title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px 0;
}
._home_grid_item .h1 {
  color: #2e9beb;
  font-size: 32px;
  margin: 30px 0 0 0;
}
._home_grid_item .description {
  color: #999999;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
._home_company{
  padding: 60px 0;
}
._page_company{
  padding: 40px 0 60px;
}
.qg_home_title{
  font-size: 20px;
}
.qg_home_title span{
  color: #1A936F;
}
._home_product_img{
  width: 540px;
  height: 420px;
}
._home_product_subimg_container {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 10px;
}
._home_product_subimg{
  height: 160px;
  width: auto;
  object-fit: contain;
}
._home_company_introduce{
  padding: 20px 0 0 20px;
  width: 500px;
  background-color: #f9fafc;
  box-sizing: border-box;
}
._home_title{
  font-size: 30px;
}
._home_title span{
  color: #2e9beb;
}
._home_block_title{
  font-size: 40px;
  text-align: center;
  color: #000000;
}
._home_block_subtitle{
  font-size: 16px;
  text-align: center;
  color: #666666;
}
._home_block_title_line{
  width: 140px;
  height: 2px;
  margin: 10px auto 0;
  background-color: #2e9beb;
}
._home_product_p{
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}
._home_product_p_hint{
  margin: 10px 0;
  line-height: 20px;
  font-size: 12px;
  color: #999999;
}
._home_business{
  padding: 60px 60px;
  min-width: 1140px;
  background-color: #f9fafc;
}
._home_business_btn{
  text-align: center;
  color: #fff;
  font-size: 14px;
}
._home_business_btn>span{
  display: inline-block;
  background-color: #293040;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
._home_business_btn>span:hover{
  background-color: #2e9beb;
}
._home_business_prev{
  margin-right: 20px;
}
._home_business_bor{
  position: relative;
  margin: 40px 0;
  height: 240px;
  overflow: hidden;
}
._home_business_content{
  position: absolute;
  left: 0;
}
._home_business_content a{
  display: block;
}
._home_business_content li{
  position: relative;
  float: left;
  margin-right: 15px;
}
._home_business_content li>img{
  width: 402px;
  height: 240px;
}
._home_business_text{
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  width: 300px;
  height: 50px;
  line-height: 18px;
  background-color: rgba(130,132,142, 0.6);
  font-size: 16px;
  color: #fff;
  z-index: 10;
  box-sizing: border-box;
}
._home_business_content>li:hover ._home_business_introduce{
  display: block;
}
._home_business_introduce{
  display: none;
  position: absolute;
  top: 0;
  padding: 30px;
  width: 240px;
  height: 180px;
  background-color: #2e9beb;
  color: #fff;
  z-index: 100;
}
._home_business_introduce h5{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
._home_business_hr{
  margin: 10px auto 20px auto;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
._home_business_introduce p{
  line-height: 24px;
  color: #fcf4f3;
}
._home_business_swipe_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 1312px;
  min-width: 1312px;
}
._home_business_rounded_prev{
  margin-right: 10px;
  width: 24px;
  height: 24px;
  /*background-color: #2e9beb;*/
  color: #2e9beb;
  font-size:24px;
  font-weight: lighter;
  cursor: pointer;
}
._home_business_rounded_next{
  margin-left: 10px;
  width: 24px;
  height: 24px;
  /*background-color: #2e9beb;*/
  color: #2e9beb;
  font-size:24px;
  font-weight: lighter;
  cursor: pointer;
}
._home_new{
  margin-top: 80px;
}
._home_new_left{
  margin-right: 40px;
  width: 560px;
  background-color: #f9fafc;
}
._home_new_left a{
  display: block;
}
._home_new_left img{
  width: 560px;
  height: 315px;
}
._home_new_left h4{
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
._home_new_left p{
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
  color: #747a8a;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._home_new_txt{
  padding: 20px 0;
  color: #acb0bc;
}
._home_new_right{
  width: 480px;
}
._home_new_list{
  padding: 20px;
  border-bottom: 1px solid #dfe1e6;
}
._home_new_list a{
  display: block;
}
._home_new_list:hover{
  background-color: #2e9beb;
  color: #fff;
}
._home_new_list:hover a{
  color: #fff;
}
._home_new_list:hover ._home_new_title span,._home_new_list:hover  ._home_new_p{
  color: #fff;
}
._home_new_title{
  line-height: 30px;
}
._home_new_title h4{
  width: 350px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
._home_new_title span{
  float: right;
  font-size: 12px;
  color: #a2a7b4;
}
._home_new_p{
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 24px;
  color: #7d8391;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
._home_bg_white{
  background-color: #ffffff;
}
._home_bg_gray{
  background-color: #f9fafc;
}
._home_industry{
  margin: auto;
  padding: 80px 60px;
  width: 1082px;
}
._home_industry_list li{
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
  float: left;
  background-color: #fff;
  text-align: center;
}
._home_industry_list li:nth-child(3n+0) {
  margin-right: 0;
}
._home_industry_list li img{
  width: 320px;
  height: 400px;
  border-radius: 8px;
  display: block;
}

/* 文字容器 - 绝对定位并居中显示 */
._home_industry_list li .pd20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;

  /* Flexbox实现完美居中 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* 半透明背景确保文字清晰可读 */
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

/* 标题样式 */
._home_industry_list li .pd20 h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* 段落样式 */
._home_industry_list li .pd20 p {
  color: #fff;
  height: 100px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 85%;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

._home_industry_introduce{
  display: none;
  position: absolute;
  top: 0;
  padding: 30px;
  width: 290px;
  height: 240px;
  background-color: #2e9beb;
  color: #fff;
  z-index: 100;
  border-radius: 8px;
}
._home_industry_introduce h5{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
._home_industry_hr{
  margin: 10px auto 20px auto;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
._home_industry_introduce p{
  line-height: 26px;
  color: #fcf4f3;
}
._home_industry_list h5{
  font-size: 18px;
  line-height: 24px;
}
._home_industry_list p{
  width: 200px;
  overflow: hidden;
  text-overflow:ellipsis;
  line-height: 20px;
  color: #b0b3bc;
}

._page_block_title{
  font-size: 40px;
  color: #000000;
}
._page_block_subtitle{
  font-size: 16px;
  color: #666666;
}
._page_block_title_line{
  height: 2px;
  margin: 10px auto 0;
  background-color: #2e9beb;
}

/*  */
._contact_bananer{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
._contact_right{
  padding: 60px 0 80px 0;
  /*width: 620px;*/
  line-height: 40px;
  text-indent: 2em;
}
._contact_company{
  position: absolute;
  top: -100px;
  padding: 60px 40px;
  width: 320px;
  color: #fff;
  background-color: RGBA(76, 175, 135,0.9);
}
._contact_company h1{
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}
._contact_company p{
  text-indent: 2em;
  line-height: 42px;
}
._contact_branch{
  padding-bottom: 40px;
}
._contact_branch>h3{
  padding: 40px 0 30px;
  font-size: 22px;
  line-height: 40px;
}
._embranchment{
  margin-bottom: 40px;
}
._embranchment_bor{
  padding-top: 60px;
  padding-left: 40px;
  width: 399px;
  height: 298px;
  border-top: 1px solid #dfe1e6;
  border-bottom: 1px solid #dfe1e6;
  border-left: 1px solid #dfe1e6;
}
._embranchment_bor h1{
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 30px;
}
._embranchment_bor p{
  line-height: 48px;
  font-size: 16px;
}
._embranchment_bor p span{
  display: inline-block;
  width: 16px;
}
._embranchment_bor p i{
  color: #2e9beb;
}
._embranchment img{
  width: 640px;
  height: 360px;
}
._new_sec_layer{
  margin: auto;
  width: 1200px;
}
/* ._new_type_title{
  width: 129px;
}
._new_type_title h1{
  padding: 35px 0 25px 0;
  font-size: 24px;
}
._new_type_link{
  display: block;
  position: relative;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
}
._new_type_link.active{
  background-color: #f9f5f5;
  color: #0c301e;
}
._new_type_link.active::after{
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #0c301e;
} */
._new_tabs{
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFE1E6;
}
._new_tab_list{
  float: left;
  width: 149px;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  border-top: 1px solid #DFE1E6;
  border-right: 1px solid #DFE1E6;
}
._new_tab_list:first-child{
  border-left: 1px solid #DFE1E6;
  border-right: none;
}
._new_tab_list:first-child.active{
  border-left: 1px solid #2e9beb;
  border-right: none;
}
._new_tab_list.active{
  border-top: 1px solid #2e9beb;
  border-right: 1px solid #2e9beb;
  background-color: #2e9beb;
  color: #fff;
}
._new_list_content{
  padding: 0 60px;
}
._new_list_bg{
  width: 720px;
  height: 405px;
  background-repeat: no-repeat;
  background-size: cover;
}
._new_bg_index{
  position: absolute;
  right: 40px;
  bottom: 40px;
}
._new_bg_index li{
  float: left;
  margin-left: 10px;
  width: 30px;
  height: 5px;
  background-color: #b1b8bf;
  cursor: pointer;
}
._new_bg_index li.active{
  background-color: #0c301e;
}
._new_list_describe{
  position: relative;
  padding: 58px 40px;
  width: 279px;
  height: 287px;
}
._new_list_describe h2{
  font-size: 24px;
  line-height: 36px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._new_list_describe p{
  margin-top: 20px;
  line-height: 24px;
  color: #717787;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._new_detail{
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #9296a3;
}
._new_detail i{
  color: #2e9beb;
}
._new_list_bor{
  margin-top: 30px;
}
._new_list_bor li a{
  display: block;
}
._new_list_bor li{
  float: left;
  margin-top: 30px;
  margin-right: 30px;
}
._new_list_bor li:nth-child(3n){
  margin-right: 0;
}
._new_list_img{
  width: 340px;
  height: 190px;
}
._new_list_describe_bor{
  position: relative;
  padding: 20px 30px;
  width: 278px;
  height: 192px;
  border: 1px solid #dfe1e6;
}
._new_list_describe_bor h3{
  color: #293040;
  line-height: 30px;
  font-size: 20px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._new_list_describe_bor p{
  margin-top: 10px;
  line-height: 22px;
  color: #717787;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._new_article_tit_layer{
  margin-top: 60px;
  position: relative;
  width: 100%;
  min-width: 1200px;
}
._new_article_tit{
  margin: auto;
  width: 1000px;
  /*height: 120px;*/
}
._new_article_tit .desc{
  margin-top:20px;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
  background-color:#f9fafc;
}
._new_article_tit .desc p{
  margin-top: 0px;
  color: #999999
}
._new_article_tit h4{
  line-height: 48px;
  font-size: 32px;
  font-weight: 500;
}
._new_article_tit p{
  margin-top: 12px;
  color: #b5b9c3;
}
._new_article{
  margin: 20px auto 80px auto;
  width: 1000px;
}
._new_article img{
  width: 100% !important;
  height: auto;  /* 保持图片的宽高比 */
}
/*  */
._project_bananer_bg{
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
._project_bananer_bg h4{
  padding-top: 110px;
  line-height: 48px;
  font-size: 48px;
}
._project_bananer_bg p{
  margin-top: 40px;
  line-height: 20px;
  font-size: 20px;
}
._project_list_layer{
  margin: 40px auto 80px auto;
  width: 1080px;
}
._project_title{
  font-size: 26px;
  font-weight: 600;
  width: 129px;
}
._project_list{
  padding-left: 30px;
  width: 920px;
  border-left: 1px solid #dfe1e6;
}
._project_list li{
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  border: 1px solid #dfe1e6;
}
._project_list li:nth-child(3n){
  margin-right: 0;
}

._project_list a{
  display: block;
  padding: 0 30px;
  width: 218px;
  /*line-height: 60px;*/
  font-size: 16px;
  height: 100%;
}
._project_list li:hover a{
  background-color: #2e9beb;
  color: #fff;
}

._center_flex{
  height: 58px!important;
  display: flex!important;
  align-items: center;
  /*justify-content: center;*/
}

/*  */
._cert_bananer_bg{
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
._cert_bananer_bg h4{
  padding-top: 110px;
  line-height: 48px;
  font-size: 48px;
}
._cert_bananer_bg p{
  margin-top: 40px;
  line-height: 20px;
  font-size: 20px;
}
._cert_list_layer{
  margin: 40px auto 80px auto;
  width: 1080px;
}
._cert_title{
  font-size: 26px;
  font-weight: 600;
  width: 129px;
}
._cert_list{
  padding-left: 30px;
  width: 920px;
  border-left: 1px solid #dfe1e6;
}
._cert_list li{
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  border: 1px solid #dfe1e6;
}
._cert_list li:nth-child(3n){
  margin-right: 0;
}

._cert_list a{
  display: block;
  padding: 0 30px;
  width: 218px;
  /*line-height: 60px;*/
  font-size: 16px;
  height: 100%;
}
._cert_list li:hover a{
  /*    background-color: #2e9beb;
      color: #fff;*/
}
._go_back{
  font-size: 24px;
}
._go_back a{
  display: block;
  width: 129px;
  font-weight: 300;
  line-height: 20px;
}
._go_back a i{
  margin-right: 8px;
  font-size: 20px;
  vertical-align: top;
}
._partner_back{
  line-height: 20px;
  font-size: 14px;
  padding-top: 40px;
  border-top: 1px solid #DFE1E6;
}
._project_article_centent{
  padding-left: 30px;
  width: 920px;
  border-left: 1px solid #dfe1e6;
}
._project_article_title{
  margin-bottom: 35px;
  padding-bottom: 20px;
  color: #2e9beb;
  border-bottom: 1px solid #2e9beb;
}
._project_article_title h1{
  line-height: 50px;
  font-size: 34px;
}
._project_article img {
  width: 100% !important;
  height: auto;  /* 保持图片的宽高比 */
}
._project_partner{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #0c301e;
}
._project_partner h5{
  line-height: 28px;
  font-size: 24px;
  color: #2e9beb;
}
._project_partner_list li{
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  padding: 19px 29px;
  width: 390px;
  height: 150px;
  border: 1px solid #dfe1e6;
}
._project_partner_list li:nth-child(2n){
  margin-right: 0;
}
._project_partner_list img{
  width: 100px;
  height: 150px;
}
._project_partner_text{
  padding-top: 10px;
  padding-left: 20px;
  width: 250px;
}
._project_partner_text h5{
  font-size: 22px;
  color: #000000;
}
._project_partner_text h5 span{
  margin-left: 15px;
  font-size: 14px;
  color: #888c95;
}
._project_partner_text p{
  margin-top: 5px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._project_partner_text p span{
  color: #abb0bb;
}

/*  */
._search_initial_bor{
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 16px;
}
._search_name label{
  margin-right: 16px;
  font-weight: 600;
}
._search_name input{
  padding: 0 20px;
  width: 208px;
  height: 38px;
  background-color: #f5f5f9;
  border: 1px solid #dfe1e6;
}
._search_name button{
  margin-left: 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2e9beb;
  border: none;
  cursor: pointer;
  outline: none;
}
._search_spell_title{
  padding: 30px 0 10px 0;
  font-weight: 600;
}
._search_spell_list li{
  float: left;
  margin-right: 6px;
  margin-top: 10px;
  border: 1px solid #dfe1e6;
}
._search_spell_list li:hover a{
  background-color: #2e9beb;
  color: #fff;
}
._search_spell_list li a{
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}
._partner_list li{
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 30px;
  width: 468px;
  height: 158px;
  border: 1px solid #dfe1e6;
}
._partner_list li:nth-child(2n){
  margin-right: 0;
}
._partner_list img{
  width: 160px;
  height: 160px;
}
._partner_text{
  padding-top: 10px;
  padding-left: 30px;
  width: 278px;
}
._partner_text a{
  display: block;
  height: 100%;
}
._partner_text h5{
  position: relative;
  font-size: 22px;
  color: #000000;
}
._partner_text h5 span{
  position: absolute;
  right: 0;
  bottom: 8px;
  line-height: 14px;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
._partner_text h5 span i{
  margin-right: 6px;
  color: #a1a6b3;
  font-size: 14px;
}
._partner_type{
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #2e9beb;
}
._partner_text p{
  margin-top: 5px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._partner_text p span{
  color: #abb0bb;
}
._partner_article{
  margin-top: 20px;
  border: 1px solid #dfe1e6;
  width: 1078px;
}
._partner_article_bg{
  padding: 39px;
  background-color: #293040;
  color: #fff;
}
._partner_article_bg>img{
  width: 320px;
  height: 320px;
}
._partner_article_text{
  padding-left: 40px;
  width: 640px;
}
._partner_article_text h1{
  position: relative;
  margin-top: 14px;
  line-height: 56px;
  font-size: 38px;
}
._partner_article_text h1 span{
  position: absolute;
  right: 0;
  bottom: 3px;
  line-height: 14px;
  font-size: 14px;
  color: #a1a6b3;
  font-weight: 300;
}
._partner_article_text h1 span i{
  margin-right: 6px;
  font-size: 18px;
}
._partner_article_type{
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 48px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
._partner_article_introduce li{
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 14px;
  width: 220px;
  height: 16px;
  line-height: 16px;
}
._partner_article_introduce li:nth-child(2n){
  margin-right: 0;
  width: 380px;
}
._partner_article_introduce li span{
  float: left;
}
/*._partner_article img {
    width: 100% !important;
    height: auto;  !* 保持图片的宽高比 *!
}*/
._partner_introduce_t{
  margin-right: 2px;
  width: 68px;
  text-align: justify;
}
._partner_introduce_t::after{
  content:"";
  display:inline-block;
  width:100%;
}
._partner_introduce_p{
  margin-left: 6px;
}
._self_introduction{
  padding: 29px 79px;
  border-top: 1px solid #dfe1e6;
}
._self_introduction li{
  float: left;
  margin-right: 100px;
  margin-bottom: 10px;
  width: 240px;
}
._self_introduction li:nth-child(3n){
  margin-right: 0;
}
._self_introduction h5{
  line-height: 56px;
  font-size: 20px;
  color: #2e9beb;
  border-bottom: 1px solid #2e9beb;
}
._self_introduction p{
  margin-top: 10px;
  line-height: 30px;
}

._self_introduction a{
  margin-top: 10px!important;
  line-height: 30px!important;
  display: block!important;
  margin-block-start: 1em!important;
  margin-block-end: 1em!important;
  margin-inline-start: 0px!important;
  margin-inline-end: 0px!important;
}
._staff_avatar{
  width: 160px !important;
  height: 240px !important;;
}
/**/
.qg-staff-tabpanel{
  padding: 29px 0;
}
.qg-staff-nav{
  display: flex;
  line-height: 56px;
  font-size: 20px;
  color: #2e9beb;
  border-bottom: 1px solid #2e9beb;
}
.qg-staff-nav-tabs{
  width: 230px;
  padding: 0 20px;
  cursor: pointer;
}
.qg-staff-active{
  background-color: #2e9beb;

}
.qg-staff-active a{
  color: #FFFFFF;
}

.qg-staff-tab-pane{
  display: none;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 30px;
  font-size: 16px;
}
.qg-staff-tab-pane.qg-staff-tab-active{
  display: block;
  word-wrap: break-word;   /* 超长单词换行 */
  word-break: break-all;   /* 中文或连续英文强制换行 */
  white-space: normal;     /* 正常换行 */
}

.qg-staff-tab-pane.qg-staff-tab-rows a{
  display: block!important;
}

/*  */
._job_table{
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
._job_table thead{
  background: #fafafa;
}
._job_table tr{
  border-bottom: 1px solid #e8e8e8;
}
._job_table th,._job_table td{
  padding: 10px 15px;
}
._job_table tbody tr:hover{
  background-color: #dddbdb;
}
/*._job_table tbody a{
    color: #0c301e;
}*/
._job_table tbody a:link {
  color: #2e9beb;       /* 标准未访问链接的蓝色 */
  text-decoration: underline;
}
._job_article_tit_layer{
  margin-top: 80px;
  position: relative;
  width: 100%;
  min-width: 1200px;
}
._job_article_tit_layer::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100px;
  background-color: #0c301e;
}
._job_article_tit{
  margin: auto;
  width: 1000px;
  height: 100px;
  text-align: center;
}
._job_article_tit h4{
  line-height: 48px;
  font-size: 32px;
  font-weight: 500;
}
._job_article_dec{
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #999999;
  font-size: 16px;
}
._job_article_dec_flex{
  flex: 1;
  border-right: 1px solid #e1e1e1;
}
._job_article_dec_flex:last-child{
  border-right: none;
}
._job_article_dec_flex i{
  margin-right: 8px;
}
._job_article img {
  width: 100% !important;
  height: auto;  /* 保持图片的宽高比 */
}

._staff_back{
  line-height: 20px;
  font-size: 14px;
  padding-top: 40px;
  border-top: 1px solid #DFE1E6;
}

._staff_list li{
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 30px;
  width: 468px;
  height: 238px;
  border: 1px solid #dfe1e6;
}
._staff_list li:nth-child(2n){
  margin-right: 0;
}
._staff_list img{
  width: 160px;
  height: 160px;
}
._staff_text{
  padding-top: 10px;
  padding-left: 30px;
  width: 278px;
}
._staff_text a{
  display: block;
  height: 100%;
}
._staff_text h5{
  position: relative;
  font-size: 22px;
  color: #000000;
}
._staff_text h5 span{
  position: absolute;
  right: 0;
  bottom: 8px;
  line-height: 14px;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
._staff_text h5 span i{
  margin-right: 6px;
  color: #a1a6b3;
  font-size: 14px;
}
._staff_type{
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #2e9beb;
}
._staff_text p{
  margin-top: 5px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-overflow:ellipsis;
}
._staff_text p span{
  color: #abb0bb;
}
._staff_article{
  margin-top: 20px;
  border: 1px solid #dfe1e6;
  width: 1078px;
}
._staff_article_bg{
  padding: 39px;
  background-color: #293040;
  color: #fff;
}
._staff_article_bg>img{
  width: 320px;
  height: 480px;
}
._staff_article_text{
  padding-left: 40px;
  width: 640px;
}
._staff_article_text h1{
  position: relative;
  margin-top: 14px;
  line-height: 56px;
  font-size: 38px;
}
._staff_article_text h1 span{
  position: absolute;
  right: 0;
  bottom: 3px;
  line-height: 14px;
  font-size: 14px;
  color: #a1a6b3;
  font-weight: 300;
}
._staff_article_text h1 span i{
  margin-right: 6px;
  font-size: 18px;
}
._staff_article_type{
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 48px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
._staff_article_introduce{
  display: flex;
  flex-wrap: wrap;
}
._staff_article_introduce li{
  /*float: left;*/
  flex: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 6px;
  /*margin-right: 40px;*/
  margin-bottom: 8px;
  /*width: 220px;*/
  /*height: 16px;*/
  line-height: 18px;
  font-size: 16px;
}
._staff_article_introduce li:nth-child(2n){
  /*margin-right: 0;*/
  /*width: 380px;*/
}
._staff_article_introduce li:last-child{
  margin-bottom: 0;
}
._staff_article_introduce li span{
  /*float: left;*/
}
/*._staff_article img {
    width: 100% !important;
    height: auto;  !* 保持图片的宽高比 *!
}*/
._staff_introduce_t{
  margin-right: 2px;
  width: 88px;
  text-align: justify;
}
.text-display {
  white-space:pre-wrap;/*保留换行和空格 */
}
._home_business_bac_img2 {
  width: 300px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
._staff_introduce_t::after{
  /*content:"";*/
  /*display:inline-block;*/
  /*width:100%;*/
}
._staff_introduce_p{
  flex: 1;
  margin-left: 18px;
}
.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

._home_flex{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
._home_business_rounded{
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #293040;*/
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
}
._home_business_rounded:hover{
  background-color: #2e9beb;
}

._home_business_bac_img{
  display: block;
  width: 422px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 联系我们  */
._flex_warp{
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  font-weight: 500;
}

._flex_warp ._flex_item{
  margin-bottom: 120px;
  margin-right: 70px;
  width: 217.5px;
  box-sizing: border-box;
}

._flex_warp ._flex_item:nth-child(4n){
  margin-right: 0;
}

._flex_warp ._flex_item_img{
  width: 100%;
}

._flex_warp ._flex_item_province{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

._flex_warp ._flex_item_adr{
  margin-bottom: 20px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

._flex_warp ._flex_item_text{
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.browse-flex{
  margin: 20px auto;
  padding: 15px 0;
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dotted #bebdbd
}

.browse-left a{
  color: #2e9beb;
  text-decoration: underline;
}

.browse-left .fl-l{
  margin-right: 15px;
}

.browse-right{
  padding: 5px 15px;
  border-radius: 5px;
  color: #2e9beb;
  text-decoration: underline;
}


.btn-go{
  display: inline-block;  
  margin-top: 20px;
  padding: 10px 12px;
  border-radius: 5px;
  background-color: #04c104;
  color: #ffffff;
}


.image-grid {
  /* 核心样式：使用 CSS Grid 布局 */
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 每行4列，等宽 */
  gap: 40px; /* 图片间距 */
  max-width: 1200px; /* 可选：限制最大宽度 */
  margin: 0; /* 左对齐，移除自动边距 */
  padding: 10px;
}

.image-item {
  /* 图片容器样式 */
  width: 100%;
  background: #f0f0f0;
  padding: 20px 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.image-item img {
  /* 图片自适应 */
  width: 100%;
  height: 500px; /* 固定高度，保持统一 */
  object-fit: cover; /* 裁剪填充，保持比例 */
  display: block;
}

/* 响应式：屏幕小于600px时改为每行2张 */
@media (max-width: 600px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 响应式：屏幕小于400px时改为每行1张 */
@media (max-width: 400px) {
  .image-grid {
    grid-template-columns: 2fr;
  }
}


.qrcode-grid {
  /* 核心样式：使用 CSS Grid 布局 */
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 每行3列，等宽 */
  gap: 20px; /* 图片间距 */
  max-width: 900px; /* 可选：限制最大宽度 */
  margin: 0; /* 左对齐，移除自动边距 */
  padding: 10px;
}

.qrcode-item {
  /* 图片容器样式 */
  width: 100%;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.qrcode-item img {
  /* 图片自适应 */
  width: 100%;
  height: 220px; /* 固定高度，保持统一 */
  object-fit: cover; /* 裁剪填充，保持比例 */
  display: block;
}

/* 响应式：屏幕小于600px时改为每行2张 */
@media (max-width: 600px) {
  .qrcode-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 响应式：屏幕小于400px时改为每行1张 */
@media (max-width: 400px) {
  .qrcode-grid {
    grid-template-columns: 1fr;
  }
}

._flex_row_warp{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex_p{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
._flex_row_img{
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

._flex_row_p{
  flex: 1;
  line-height: 30px;
  font-size: 14px;
  color: #444444;
}
._flex_row_p_hint{
  margin-left: 5px;
  line-height: 30px;
  font-size: 14px;
  color: #444444;
  vertical-align: top;
}

._product_bananer_bg{
  position: relative;  /* 关键：为伪元素提供定位基准 */
  background-size: cover;
  background-position: center;
  padding: 80px 20px;  /* 根据实际需求调整 */
  text-align: center;  /* 示例样式 */
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  color: #fff;
}
/* 添加黑色半透明蒙层 */
._product_bananer_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
._product_bananer_bg h4{
  position: relative;
  z-index: 2;
  padding-top: 110px;
  line-height: 48px;
  font-size: 48px;
}
._product_bananer_bg h2{
  position: relative;
  z-index: 2;
  margin-top: 60px;
  line-height: 20px;
  font-size: 20px;
}