/* 清除无序列表（ul）的默认样式 */

.vererss_1{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.vererss_2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* 通配符选择器 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* 盒模型设为 border-box */
  }
  
  /* 重置标题样式 */
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  
  /* 重置列表样式 */
  ul, ol {
    list-style: none;
  }
  
  /* 重置链接样式 */
  a {
    text-decoration: none;
    color: inherit;
    text-decoration: none !important;
  }
  
  /* 重置图片样式 */
  img {
    display: block;
    max-width: 100%;
    height: auto;
  } 
ul {
    list-style: none; /* 移除默认的项目符号 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
  }
  
  /* 清除有序列表（ol）的默认样式 */
  ol {
    list-style: none; /* 移除默认的数字或字母标记 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
  }
  
  /* 如果你还需要清除单独的li元素样式 */
  li {
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
  }

/* 公用 */
.bg_color{
    background-color: rgb(206, 15, 24);
    
}


/* 盒子 */
.l_flex{
    display: flex; 
}
.l_flex_c{
    display: flex;
    flex-direction: column;
}
.l_flex_center{
    display: flex;
    justify-self: center;
    
}
.man_middle_boxs{
    max-width: 100%;
    overflow: hidden; 
}
.l_flex_center_a_i{
    align-items: center;
}
.sz_14{
    font-size: 14px !important;
}
.swiper-container { 
    transition: transform 0.5s ease-in-out, width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.swiper-container .swiper-wrapper {
    transition-timing-function: linear !important; /* 没错就是这个属性 */
  }

.swiper-slide2{
    width: 100%;
    height: 100%; 
    max-width: 100% !important;
    background-color: transparent !important;
}
 
.swiper-slide2 img{
    width: 100%;
    max-width: 100% !important;

}
.swiper-button-prevres{
    background-image: none;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2); 
    display: flex;
    justify-content: center;
    align-items: center; 
}
.swiper-button-prevres:hover{
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.swiper-button-prevres i{
    font-size: 22px;
    color: #ffffff;
}
.swiper-button-prevres_l{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
}
.swiper-button-prevres_r{
    position: absolute;

    z-index: 99;
    top: 50%;

    right: 0;
}

.man_boxs_pd{
    margin-top: 6.0533%;
    margin-left: 6.0533%;
    margin-right: 6.0533%;
    margin-bottom: 0.0000%;
}

.man_boxs_pds .pd_h1{
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    padding: 0;
    margin: 5px;
    line-height: 36px;
}
.man_boxs_pds .pd_texts{
    font-size: 20px;
    font-family: arial, helvetica, sans-serif;
    color: rgb(127, 127, 127); 
}
.man_boxs_pds_list{ 
    max-width: 60vw;
    overflow-x: auto;
    white-space: nowrap; 
    
}
 
.man_boxs_pd_tweos{ 
   display: flex;
   justify-content: space-between;
    
}
.man_boxs_pds_list_w2{
    display: flex;
    justify-content: flex-end;
}
.pds_list_dives{
    width: 145px;
    height: 40px;
    border: 1px solid rgb(236, 236, 236);
    color:  #666;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pds_list_dives:hover{
    background-color: rgba(36, 145, 55, 1);
    color: #ffffff;
}
.man_boxs_pd_ones_boxse{
    width: 100%;
}
.boxs_list_chanp{
    margin:0  20px;
    padding-top: 20px;
    border: 5px solid transparent;
}   
.boxs_list_chanp2{
    border: 5px solid rgba(36, 145, 55, 1);
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;

} 
.boxs_list_chanp_texts{
    text-align: center;
    font-size: 18px;
    color: #323232;
}
.boxs_list_chanp_Button{
    padding: 20px 12px 0 12px;
}
.boxs_list_chanp_genduos{  
    width: 120px;
    height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    max-width: 90%;
    margin: 20px auto;
    background: #fff; 
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxs_list_chanp2 .boxs_list_chanp_genduos{
    background-color:rgba(36, 145, 55, 1) ;
    color: #ffffff;
    transform:translateY(16px)
}
.boxs_list_chanp  img{
    overflow: hidden;
    background-color: #ffffff;
}
.boxs_list_chanp {
    overflow: hidden;
}
.boxs_list_chanp2  img{
    transition: all 1s;
    transform: scale(1.08);

}
.gengduo_man_s{
    margin: 20px auto;
}
.boxs_list_chanp_genduos2se{
    position: relative;
}
.boxs_list_chanp_genduos2{
    position: relative;
    z-index: 2;
}
.boxs_list_chanp_genduos2se:hover{
    background-color:rgba(36, 145, 55, 1) ;
    color: #ffffff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent; 
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transform-origin: 0 50%;
    transition: all .3s ease-out;
}

.boxs_list_chanp_genduoses{
    width: 120px;
    height: 38px;
    text-align: center;
    border: 1px solid #dddddd !important;
    max-width: 90%;
    margin: 20px auto;
    background: #fff; 
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   
    display: flex;
    align-items: center;
    justify-content: center;
}
.touch-button {
    position: relative;
    overflow: hidden; 
    border: none;
    background-color: transparent !important;
    color: #333;
    cursor: pointer; 
    border: 1px solid #dddddd !important;
    margin-top: 40px;
}
.touch-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(36, 145, 55, 1); /* 这里设置你希望的颜色 */
    transition: width 0.3s ease-in-out; /* 控制过渡效果 */
    z-index: -1;
    color: #ffffff !important;
}

.touch-button:hover::before {
    color: #ffffff;
    width: 100%; /* 当按钮被点击时，宽度变为100%，实现从左到右的过渡 */
}
.touch-button:hover{
    color: #ffffff;

}
.chanp_mna_showse_boxse{
    background-color: #f7f7f7;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    padding: 10px 10px 27px 10px;
    color: #333333;
    margin-bottom: 20px;
}
.chanp_mna_showse_boxse_imgs{
    width: 100%;
}
.chanp_mna_showse_boxse_imgs_boxs{
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}
 
.aBoxs{
    display: inline-block;
}
.chanp_mna_showse_boxse_texts{
    margin-top: 20px;
    text-align: center;
    
}
.chanp_mna_showse_boxse2{ 
    background-color: rgba(36, 145, 55, 1); 
}
.chanp_mna_showse_boxse2{
    color: #ffffff;
}
.chanp_mna_showse_boxse2  img{
    transition: all 1s;
    transform: scale(1.2);

}
.chanp_mna_showse{
    padding: 20px;
}
.chanppc{
    display: show;
}
.chanph5{
    display: none;
}
.man_pads{
    margin-top: 6.0533%;
    margin-left: 6.0533%;
    margin-right: 6.0533%;
}
.man_numsdse_sd{
    /* padding: 10px 20px; */
    border-top: 1px solid rgb(236, 236, 236);
    border-bottom: 1px solid rgb(236, 236, 236);
    padding: 28px 0;
    box-sizing: border-box;

}
.man_numsdse_sd_boxs{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-right: 1px solid rgb(236, 236, 236);
    margin-bottom: 20px;
}
.man_numsdse_sd_boxs_p_1{
    display: flex;
    justify-content: center;
}
.man_numsdse_sd_boxs_p_1_ps{ 
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: rgba(36, 145, 55, 1); 
    line-height: 50px;
    position: relative;
}
.man_numsdse_sd_boxs_p_1_ps .span2{
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -10px;
    line-height: 16px;

}
.man_numsdse_sd_boxs_p_2{ 
    font-size: 16px;
    margin-top: 14px;
    color: #666666;
    padding: 0;
    margin: 0;
}
.man_cant_pm{
    background-color: #f6f6f6;
    padding-top: 0.0000%;
    padding-left: 5.9630%;
    padding-right: 5.9630%;
    padding-bottom: 2.9815%;
}
.man_cant_pm_h1{
    font-size: 36px;
    font-weight: 700;
    padding: 0;
    margin: 0;

}
.digital-num{
    max-width: 122px;
    font-weight: 600;
}
.man_cant_pm_h1 span{
    color: #249137;
}
.man_cant_pm_t_text p{
    text-align: center;
    line-height: 3.5em;
    padding: 0;

}
.man_cant_pm_t_text{
    padding-top: 2.9815%;
    padding-left: 0.0000%;
    padding-right: 0.0000%;
    text-align: center;
}
.man_cant_pm_box_copnesre{
    padding-bottom: 5.9815%;
}
.man_cant_pm_box_copnesre_h2{
    font-size: 20px;
    font-weight: 600;
}
.man_cant_pm_box_copnesre_p{
    background-color: rgb(36, 145, 55);
    width:34px;
    height: 2px;
    margin: 15px 0;
    margin-bottom: 21px;
} 
.man_cant_pm_box_copnesre_img_boxs{
    width: 100%;
    margin-top: 21px;
    overflow: hidden;
}
.man_cant_pm_box_copnesre_img{
    width: 100%;
}
.man_cant_pm_box_copnesre_ps{
    font-size: 14px;
}
.man_cant_pm_box_copnesre_img:hover{
    transition: all 1s;
    transform: scale(1.2);
}
.man_cant_pm_box_copnesre_textse{
    padding: 4px;
    box-sizing: border-box;
}
.man_has_gs-jeishaop{
    padding-top: 8.9445%;
    padding-left: 0.0000%;
    padding-right: 10.2564%;
    padding-bottom: 8.9445%; 
    background-color: transparent;
    
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: fixed;
}

.gs-jeishaop_tedxt_boxse{
   
    background-color: #ffffff;
    padding-top: 6.7568%;
    padding-left: 6.7568%;
    padding-right: 6.7568%;
    padding-bottom: 6.7568%;
    width: 100%;
}
.gs-jeishaop_tedxt_boxse_ps{
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
}

.touch-button2 {
    position: relative;
    overflow: hidden; 
    border: none;
    background-color: transparent;
    color: #333;
    cursor: pointer; 
    border: 1px solid #dddddd !important;
    margin-top: 40px;
}
.touch-button2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(36, 145, 55, 1); /* 这里设置你希望的颜色 */
    transition: width 0.3s ease-in-out; /* 控制过渡效果 */
    z-index: -1;
    color: #ffffff !important;
}

.touch-button2:hover::before {
    color: #ffffff;
    width: 100%; /* 当按钮被点击时，宽度变为100%，实现从左到右的过渡 */
}
.touch-button2:hover{
    color: #ffffff;

}
.touch-buttontebsdbutton{
    transition: all 0.8s;
    margin: 0;
    margin-top: 20px;
}
.touch-buttontebsdbutton:hover{
    background-color: #249137;
    color: #ffffff;
}
.man_navs_list{
    padding-bottom: 13.5501%;
    padding-left: 5.9630%;
    padding-right: 5.9630%; 
    padding-bottom: 0.9630%;
}
.man_navs_lists_boxs{
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgb(236, 236, 236);
}
.man_navs_lists_boxs_div{
    display: flex;
    align-items: center;
}
.man_navs_lists_boxs_div .man_navs_lists_boxs_div_img{
    width: 18%;
    margin-left: 5px;
    overflow: hidden;
}
.man_navs_lists_boxs_div .man_navs_lists_boxs_div_img img{
    width: 100%;
}
.xiant{
    width:19px ;
    height: 1px;
    background-color:#d3d3d3 ;
}
.man_navs_lists_boxs_div_left{
    width: 100%;
}
.boxs_1{
    display: flex;
    align-items: center;
}
.boxs_1_time{
    color: #999;
    margin-bottom: 16px;
    padding-top: 14px;
    font-size: 24px;
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    white-space:nowrap
}
.boxs_1_texts{
    margin-top: 19px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18pt;
    color: #000000;
    font-weight: 600;
}
.boxs_2{
    display: flex;

}
.boxs_2 .xiant{
    background: transparent;
}
.boxs_2_texts{
    font-size: 14px;
    color: #999999; 
}
.boxs_2_time_jiant{
    width: 35px !important;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #666666;
    margin-right: 35px; 
    min-width: 35px;
}
 .man_navs_lists_boxs2 .boxs_1_texts{
    color: #249137;
 }
 .man_navs_lists_boxs2 .boxs_2_time_jiant{
    transition: all 0.8s;
    background-color: #249137;
    color: #ffffff;
 }
/* transition: all 1s; 
    border-right: 1px solid rgb(236, 236, 236);

    transform: scale(1.2); */
.man_lxi_fs_one{
    padding-top:  5.9630%;
    padding-left: 5.9630%;
    padding-right: 5.9630%;
    padding-bottom:  5.9630%;
    border-top: 1px solid rgb(236, 236, 236);
    margin-top: 60px;

}
.touch-button_miensee{
    width: 70%;
    border-radius: 350px;
    margin: 0 auto;
}
.man_lxi_fs_one_Boxs{
    text-align: center;
}
.man_lxi_fs_one_Boxsixs{
    font-size: 60px !important;
    height: 65px;
}
.man_lxi_fs_one_Boxs_dizhi{
    font-size: 16px; 
    padding-bottom: 15px;
}
.man_lxi_fs_one_Boxs_p2{
     width: 50%;
    text-align: center;
    margin: auto;
    font-size: 12px;
    color: rgb(127, 127, 127);
    line-height: 24px;
    margin-top: 10px;
}
.web_dibu{
    background-color: #f6f6f6;
    font-size: 14px;
    color: rgb(127, 127, 127);
    text-align: center;
    padding: 10px 0;
}
.man_Content_top_imgs{
    width: 100%;
    overflow: hidden;
}
.man_Content_top_imgs img{
    width: 100%;
}
.man_Content_top_imgs img:hover{
    transition: all 2s;

    transform: scale(1.08);
}
.man_Content_one_1_boxs{
    margin-top: 5.9096%;
    margin-left: 6.3654%;
    margin-right: 6.3654%;
    padding-bottom: 3.8192%;
    border-bottom: 1px solid rgb(236, 236, 236);
    box-shadow: 0px 0px 0px 0px #ccc;
}
.man_Content_one_1_boxs .man_boxs_pds .pd_h1{
    font-size: 20px;
    color: #333333 !important;
    line-height: 20px;
    font-weight: normal;
} 
.man_Content_one_1_boxs .man_boxs_pds .pd_texts{
    font-size: 14px;
    color: #bfbfbf;
} 
.man_Content_one_1_pds_right_html{
    width: 100%;
}
.man_Content_one_1_pds_right_text{
    text-align: left;
    line-height: 2.5em;
    letter-spacing: 2px;
}
.man_boxs_pdstewxz{
    padding-bottom: 50px;
}
.man_has_gs-jeishaop .man_numsdse_sd{
    border: none;
}
.man_has_gs-jeishaop .man_numsdse_sd_boxs_p_1_ps{
    color: #ffffff !important;
}

.man_has_gs-jeishaop .man_numsdse_sd_boxs_p_2{
    color: #ffffff !important;
}
.man_has_gs-jeishaop_texts{
    color: #ffffff;
    font-size: 16px;
    max-width: 60%;
    width: 60%;
    text-align: center;
    margin: auto;
    font-weight: 700;

}
.man_has_gs-jeishaop .man_has_gs-jeishaop {
    padding-top: 8.9445%;
    margin:0 10.2564% !important;
    padding-left: 0!important; 

    padding-right: 10.2564%;
    /* padding-bottom: 8.9445%; */
    box-sizing: border-box;
}   
.man_has_gs-jeishaops_osiueh1{
    margin: 35px 0;
}
 
.nodeborder{
    border: none !important;
}
.man_has_gs-jeishaops_osiueh_right {
    width: 100%;
}
.man_has_gs-jeishaops_osiueh_right img{
    width: 100%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.man_has_gs-jeishaops_osiueh_text1{
    line-height: 3em;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.jeishaops_osiueh_p_1{
    font-weight: 600;
}
/* .swiper_wsqwesdasd{
    padding: 20px 0;
    width: 100%;
    height: 40px;
} */
.man_has_gs-jeishaopseProduct{
    padding-top: 9.2290%;
    padding-left: 0.0000%;
    padding-right: 0.0000%;
    padding-bottom: 9.7841%;
}
.swiper_wsqwesdasd{
    width: 100%;
    height: 180px;
}
.man_has_gs-jeishaopseProduct_topimgs{
    padding-top: 8.2290%;
    padding-left: 0.0000%;
    padding-right: 0.0000%;
    padding-bottom: 5.7841%;
    background-color: transparent;
    
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
}
.pds_list_dives_Product_teb{
    border: 1px solid #fd6e27;
}
.pds_list_dives_Product_teb:hover{
    background-color: #fd6e27;
    color: #ffffff;
}
.pds_list_dives_Product_teb2{
    background-color: #fd6e27;
    color: #ffffff;
}
.man_middle_boxs_tables{
    margin-top: 6.8878%;
    margin-left: 0.0000%;
    margin-right: 0.0000%;
    margin-bottom: 4.3367%; 
}
.man_middle_boxs_tables.man_boxs_pds_list {
    display: flex;
    justify-content: center;
    max-width: auto;
}
.man_middle_boxs_tables {
    display: flex;
}
.NoData{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px 100px 20px;
    text-align: center;
}
.NoDatai{
    font-size: 120px !important;
    color: #bfbfbf;
    
}
.NoDatatext{
    color: #333333;
}
.man_middle_boxs_tables_tiems{
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
     
}
.man_middle_boxs_tables_tiems_boxs{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #262626;
    width: 100%;
    background-color: #f2f2f2;
    padding: 10px 20px;
    align-items: center;
}
.man_middle_boxs_tables_tiems_boxs .tijians{
    font-size: 25px;
}
.man_middle_boxs_tables_mini_ui{
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    display: none;
    border-right-style: solid;
}
.man_middle_boxs_tables_mini_ui_li{
    height: 45px;
    display: flex; 
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.mini_ui_liXzhons{
    background-color: #eeeeee;
}
.mini_ui_liXzhons_span{
    width: 3px;
    height: 15px;
    background-color: transparent;
    margin-right: 20px;
}
.mini_ui_liXzhons .mini_ui_liXzhons_span{
    background-color: #000000;
   
}
.man_navs_lists_boxsNews .man_navs_lists_boxs_div{
    display: flex;
    align-items: flex-start !important;
}
.man_navs_lists_boxsNews .boxs_2{
    margin-top: 3px;
    padding-top:3px ;
}
.man_navs_lists_boxsNews .boxs_1_texts{
    margin: 0;
}
.man_navs_lists_boxsNews .man_navs_lists_boxs_div_img{
    margin-right: 5%;
}
.man_navs_lists_boxsNews .man_navs_lists_boxs2 .man_navs_lists_boxs_div_img img{
    transition: all 1s;
    transform: scale(1.1);
}
.man_navs_lists_boxsNews .man_navs_lists_boxs{
    border-bottom-width: 1px;
    display: block;
    padding: 14px 0;
    border-bottom: 1px dotted rgb(201, 201, 201) !important;
}
.man_navs_lists_boxs_div_left_button_Boxs{
    width: 108px;
    display: block;
    cursor: pointer;
    height: 30px;
    margin-top: 20px;
    background: #fff;
    transition: all .3s ease-out 0s;
    position: relative;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
    font-size: 11px;
    color: #999;
    line-height: 30px;
    text-align: center;
}
.man_navs_lists_boxs_div_left_button span{
    transition: all .3s ease-out 0s;
}
.man_navs_lists_boxs_div_left_button{
    display: flex;

}
.man_navs_lists_boxs_div_left_button_Boxs .buttonSpan{
    width: 100%;
    display: flex;
    justify-content: center;
}
.lvsejiants{  
    width: 30px;
    min-width: 30px!important;
    height: 30px;
    display: none;
    line-height: 20px;
    background-color: #249137;
    color: #ffffff;
    transition: all 2s ease-out 0s;
    transition: background-color 2s ease;



}
.pds_list_dives2es{
    background-color: #249137;
    color: #ffffff;

}
.man_navs_lists_boxs_div_left_button2 .lvsejiants{
    display: block;
    transition: all 2s ease-out 0s;
    transition: background-color 2s ease;
}
.lvsejiants_div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}
.man_middle_boxs_tablesBoxs{
    margin-top: 0.0000%;
    margin-left: 5.9630%;
    margin-right: 5.9630%;
    margin-bottom: 2.3852%;
}

.man_middle_boxs_tablesBoxsList{
    display: flex;
    margin-bottom: 70px;
}
.man_middle_boxs_tablesBoxsListImg{
    width: 13%;
    padding-top: 10px;
}
.man_middle_boxs_tablesBoxsListText{
    width: 100%;
    padding: 15px 34px 0 34px;
}
.man_middle_boxs_tablesBoxsListText .boxs_1_texts{
    margin: 0;
    padding: 0;
    color: #249137;
}
.man_middle_boxs_tablesBoxsListText .boxs_2_texts{
    margin-top: 10px;
}
.man_middle_boxs_tablesBoxsListText .boxs_1_textsbuz{
    color: #000000;
}
.man_middle_boxs_tablesBoxsList2 .boxs_1_texts{
    color: #000000;
}
.man_middle_boxs_tablesBoxsList2 .man_middle_boxs_tablesBoxsListImg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.man_middle_boxs_tablesBoxsList2 .man_middle_boxs_tablesBoxsListText{
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.man_joinus_rimg{
    margin-top: 7.1031%;
    margin-left: 8.2173%;
    margin-right: 0.0000%;
    margin-bottom: 0.0000%; 
}
.talent_Boxs{
    padding-top: 3.0137%;
    padding-left: 5.9589%;
    padding-right: 5.9589%;
    padding-bottom: 3.0137%; 
}
.talent_Boxs .pd_h1{
    font-size: 28px;
    margin: 0;
}
.talent_Boxs_top_one{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.man_boxs_pds_talent_boxs .man_boxs_pds_talent_boxs1{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3px;
}
.man_boxs_pds_talent_boxs .man_boxs_pds_talent_boxs2{
    font-size: 12px;
    color: #999999;
}
.tale_z_js{
    background-color: rgba(255, 192, 0, 0.17);
    
    padding: 1.6510%; 
    margin-top:  3.0137%;
}
.tale_z_jsOne{
    font-size: 16px;
    line-height: 175%;
}
.tale_z_jsOne1_w{
    font-weight: 700;
}
.tale_z_zw{
    margin-top: 5.0311%;

}
.tale_z_zw_list{

    padding-top: 1.3541%;
    padding-left: 3.3852%;
    padding-right: 3.3852%;
    padding-bottom: 1.5572%;
    background: none;
    background-color: rgb(255, 255, 255); 
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 6%);
    margin-bottom: 3.86%;
}
.tale_z_zw_list1{
    width: 100%;
    height: 21px;
}
.tale_z_zw_list2{
    color: #f31515;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.tale_z_zw_list3{
    font-size: 14px;
    color: #333333;
    text-align: center;

}
.tale_z_zw_list_boxses_03{
    line-height: 2em;
    margin-top: 10px;
}
.listHead{
    border-bottom:  1px solid #eee;
}
.con_from_heads_boxse_1{
    padding-top: 6.1926%;
    padding-left: 0.0000%;
    padding-right: 0.0000%;
    padding-bottom: 2.3852%;  
}
.con_from_heads_1{
    display: flex;
    align-items: flex-end;
    
}
.con_from_heads_boxse{
    margin-top: 0.0000%;
    margin-left: 12.5149%;
    margin-right: 0.0000%;
    margin-bottom: 0.0000%;
}
.con_from_heads_1s_span_1{
    font-size:30px;
}
.con_from_heads_1s_span_2{
    font-size: 16px;
    color: rgb(165, 165, 165);;
    margin:3px 0;
    margin-left: 6px;
}
.con_from_heads_li_imgBoxs{
    width: 4%;
    margin-right: 20px;
}
.con_from_heads_li_texts{
    font-size: 15px;
    line-height: 1.333; 
}
.con_from_heads_li{
    display:flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 10px;
}
.con_from_heads_liBoxs{
    margin-top: 60px;
}
.man_joinus_rimg_boxs_img_list{
    padding: 20px 60px;
}
.man_joinus_rimg_boxs_img_list p{
    font-size: 14px;
    line-height: 133%;
    text-align: center;
    margin-top: 15px;
}
.man_con_form_tionBoxs{
    padding-top: 5.1926%;
    padding-left: 0.0000%;
    padding-right: 0.0000%;
    padding-bottom: 2.3852%;
}
.form_tionBoxs_left{

}
.form_tionBoxs_left_title{
    display: flex;
    align-items: flex-end;
}
.form_tionBoxs_left_title_title1{
    font-size: 28px;
    color: #3f3f3f;
}
.form_tionBoxs_left_title_title2{
    font-size: 16px;
    color: #a5a5a5;
    margin-left: 5px;
}
.form_tionBoxs_left_top1{
    margin-top: 0.0000%;
    margin-left: 12.5149%;
    margin-right: 0.0000%;
    margin-bottom: 0.0000%;
}
.form_tionBoxs_left_top2_ul_li{
    display: flex;
    align-items: center;
    margin: 40px 0;
}
.form_tionBoxs_left_top2_ul_li img{
    width: 5%;
    margin-right: 20px;
}
.form_tionBoxs_left_top2_ul_li p{
    font-size: 14px;
    color: #666666;

}
.form_tionBoxs_left_imges_gz{
    padding: 20px 60px;
    box-sizing: border-box;
}
.form_tionBoxs_left_imges_gz_img_boxs{
    padding: 0 15px;
}
.form_tionBoxs_left_imges_gz_img_boxs_title{
    font-size: 14px;
    /* margin-top: 30px; */
    padding-top: 3px;
    text-align: center;
}
.list_boxs_imgBoxs{
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
}
.list_boxs_imgBoxs_hover{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;

}
.man_middle_Qf_img_list_boxs{
    padding-left: 5%;
    padding-right: 5%;
}
.list_boxs_imgBoxs_hover{
     
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.list_boxs_imgBoxs_hover_topshows{
    /* transform: translate(-50%, -50%) scale(0.7); */
    transition: 0.3s ease 0s;
    
}
.list_boxs_imgBoxs_hover_top{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.1); */

}
.list_boxs_imgBoxs_hover{
    display: none;
}
.list_boxs_imgBoxs2s .shows{
    transition: box-shadow 0.3s ease;
    box-shadow: inset 0px -20px 15px -5px rgb(0 0 0 / 50%);
    transition: 0.3s ease 0s;

}
.list_boxs_imgBoxs2s .list_boxs_imgBoxs_hover{
    display: block;
}

.list_boxs_admin-icons{
    
    width: 50px;
    height: 50px;
    background-color: #249137;
    border-radius: 50%;
    position: relative;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px; 
    /* transform: translate(-50%, -50%) scale(0.7); */
    transition: 0.3s ease 0s;
    z-index: 0;
    
  
}
.imgsetop-z-999{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    position: absolute;
    
}
.list_boxs_imgBoxs{
    margin: 0 auto;
    margin-bottom: 20px;
}
.list_boxs_admin-icons:before {
    background-color: #249137;

    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    /* background: rgba(255, 158, 32, 0.6); */
    z-index: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: i3bg 2s linear 0s infinite;
}

.qf_title1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.qf_title1_1{
    color: rgb(128, 128, 128);
    font-size: 1.375rem;
    line-height: 150%;
    margin-right: 8px;
}
.qf_title1_2{ 
    font-weight: 700;
    line-height: 1.5;
    color: #e50b1c !important;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.qf_title2{
text-align: center;
font-size: 22px;
}
.swiper-slidesesdjsh{
    width: 100%;
}
.swiper-slidesesdjsh img{
    width: 60vw;
    max-width: 660px!important;
    background-color: #ffffff;
    margin: auto;
}
.man_middle_boxs_cpesdr .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    display: flex;
    justify-content: center;
    
}
.man_middle_boxs_cpesdr   .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #000000;
}
.chanppctres{
    padding: 25px 0;
    margin-bottom: 9%;
    border-bottom: 1px solid #eee;
}
.chanppc_ps{
    font-size: 20px;
    color: #333333;
}
.man_middle_boxs_cpesdr_boxs2{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.chanppc_psbutton{
    width: 18%;
    height: 48px;
    vertical-align: middle;
    margin-right: 21px;
    background-color: #f10215;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.up_suepcsjkrcdse{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.up_suepcsjkrcdse a{
    color: #000000;
}
.cpd_top_resfd{
    position: fixed;
    left: 10px;
    top: 15px;
    display: none;
}
.cpd_top_resfd a{
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
}
.cpd_booton_resfd{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.cpd_booton_resfd_boxs{
    width: 100%;
    background-color: #f10215;
    color: #ffffff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cunpan_cg_is_flex{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 6;
}
.cunpan_cg_is_flex_boxs{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cunpan_cg_is_flex_boxs_02{
    width: 100%;
    max-width: 580px;
    background-color: #ffffff;
    padding: 34px 25px;
    border-radius: 5px;
    margin: 0 10px;
}
.cunpan_cg_is_flex2e{
    display: none;
}
.cunpan_cg_is_flex_boxs_02_button{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
   
}
.cunpan_cg_is_flex_boxs_02_img{
    display: flex;
    align-items: center;
    justify-content: center;
     
}
.cunpan_cg_is_flex_boxs_02_img img{
    margin-right: 10px;
}
.cunpan_cg_is_flex_boxs_02_button_02{
    width: 40%;
    height: 43px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
}
.boxs_02_button_021{
    background-color: #575757;
}
.boxs_02_button_022{
    background-color: #a4a4a4;
}
.cunpan_cg_is_flex_boxs_zaixianBoxs{
    width: 100%;
    background-color: #f7f8f9;
    max-width: 900px;
    margin: auto;
}
.NewsDetail_Boxs{
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}
.NewsDetail_Boxs_texts {
    padding: 20px 0 35px 0;
}
.NewsDetail_Boxs_texts h1{
    font-size: 24px;
    color: #333;
    font-weight: bold;

}
.NewsDetail_Boxs_texts2{
    font-size: 14px;
    line-height: 150%;
    color: #666666;
}
.NewsDetail_Boxs_texts3{
    margin: 30px 0;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color:#f5f5f5; 
}
.NewsDetail_Boxs_texts3 .NewsDetail_Boxs_texts3_2{
    margin: 0 10px;
    text-align: left;
    width: 100%;
    color: #666666;
}
.NewsDetail_Boxs_texts3_1,.NewsDetail_Boxs_texts3_3{
    font-size: 32px;
    color: #999999;
    font-weight: 800;
    display: flex;
    flex-direction: column;
}
.NewsDetail_Boxs_texts3_1{
    justify-content: flex-start;
    transform: translateY(-20px);
}
.NewsDetail_Boxs_texts3_3{
    justify-content: flex-end;
    transform: translateY(20px);

} 
.NewsDetail_Boxs_texts5_chus{
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    margin: 45px 0;
}
.NewsDetail_Boxs_texts5_chus .henxian{
    width: 5px;
    height: 16px;
    margin-right: 9px;
    background-color:  #E52121 ;
}
.cunpan_cg_is_flex44esd .bithonm{
    color:#E52121 ;
    margin-left: 6px;
}
.cunpan_cg_is_flex44esd input {
    width: 100%;
    height: 100%;
    border: none; 
    background-color: #f1efef;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    color: #000000;
    border-radius: 5px;
} 
.cunpan_cg_is_flex44esd .textarea{  
    width: 100%;
}
.cunpan_cg_is_flex44esd{
    display: none;
}
@keyframes i3bg {
	0% {width: 100%; height: 100%; opacity: 1;}
	100% {width: calc(100% + 40px); height: calc(100% + 40px); opacity: 0;}
}
@media screen and (max-width: 767px) {
    .cunpan_cg_is_flex_boxs_02_button_02{
        width: 100%;
    }
    .boxs_02_button_022{
        margin-top: 15px;
    }
    .man_boxs_pds_talent_boxs{
        display: none;
    }
    .man_middle_boxs_tablesBoxsListImg{
        width: 30%;
    }
    .man_joinus_rimg{
        margin-top: 7.1031%;
        margin-left: 10px;
        margin-right:10px;
        margin-bottom: 0.0000%; 

    }
.chanppc{
    display: none;
}
.h5show{
    display: block;
}
.chanph5{
    display: block;
}
.noshowsesd{
    display: none;
}
.man_numsdse_sd_boxs_p_2{
    display: none;
}
.man_numsdse_sd .man_numsdse_sd_boxs:nth-of-type(2) {
    border: 1px solid transparent; /* 或者你想要的边框样式 */
}
  .man_has_gs-jeishaop{
    padding-top: 14.4092%;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom: 14.4092%;
}
.gs-jeishaop_tedxt_boxse{
    padding: 10px;
}
.h5node{
    display: none;
}
.boxs_1_time{
    margin-right: 10px;
}
.man_navs_lists_boxs_div .man_navs_lists_boxs_div_img{
    width: 30%;
    margin-left: 5px;
}
.man_has_gs-jeishaop_texts{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    max-width: 80%;
    width: 80%;
    text-align: center;
    margin: auto;
}
.man_has_gs-jeishaops .man_numsdse_sd .man_numsdse_sd_boxs:nth-of-type(2) {
    border: 1px solid transparent; /* 或者你想要的边框样式 */
}
.man_has_gs-jeishaops .man_has_gs-jeishaop {
     
    margin:0 10px !important;
 
    /* padding-bottom: 8.9445%; */ 
    box-sizing: border-box;
}   
.noarder{
    border: none !important;
}
.man_has_gs-jeishaops{
    margin: 0 10px;
}
.man_has_gs-jeishaops .man_has_gs-jeishaop{
    padding-top: 5.4092%;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom: 5.4092%;
}
.man_has_gs-jeishaops .man_has_gs-jeishaop_texts{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.talent_Boxs{
    padding-left: 1.6%;
    padding-right: 1.6%;
}
.con_from_heads_boxse{
    margin-left: 3.5149%;
}
.con_from_heads_li_imgBoxs {
    width: 9%;
    margin-right: 20px;
}
.ditusss{
    padding: 0 10px;
}
.form_tionBoxs_left_top1{
    margin: 3%;
}
.form_tionBoxs_left_top2_ul_li img{
    width: 6%;
    margin-right: 20px;
}
.form_tionBoxs_right{
    padding: 0 10px;
}
}