.w_1200{
  width: 1200px;
  margin: 0 auto;
}
.m_t_10{
  margin-bottom: 0.625rem;
}
a:hover{
  text-decoration: none;
}
.pc_p_90{
  padding: 5.625rem 0;
}
@media only screen and (min-width: 1920px) {
  html,body{font-size:16px;}
}
@media (min-width: 1200px) and (max-width: 1919px) {
  html,body{font-size:14px;}
}
@media (min-width:992px) and (max-width: 1199px) {
  html,body{font-size:12px;}
}
@media (max-width: 991px) {
  html,body{font-size:10px;}
}
/**

导航栏
*/.pc_code_box
.header,.navbar{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}
.my_nav_container::before,.my_nav_container::after,
.navbar-header::before,.navbar-header::after{
    display: none;
}
.my_nav_container{
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    height: 70px;
}
.navbar-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar,.navbar-nav{
    height: 70px;
    margin-bottom: 0;
}
.navbar-nav li{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 3.75rem;
    justify-content: center;
}
.navbar-nav li a{
    color: #4D4D4D !important;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1rem;
    padding: 0 !important;
    height: auto !important;
}
.navbar-nav li.active a{
    font-weight: 600 !important;  
    color: #000 !important;
}
.navbar-nav li.active .nav_line{
    background:  #C5E861 !important;
}
.navbar-nav li  .nav_line{
    width: 1.875rem;
    height: 3px;
    background:  transparent;
    margin-top: 0.625rem;
}
#footer{
    background:  #F8F9F5;
}
#footer .footer_container{
  width: 1200px;
  margin: 0 auto;
}
.footer_container_top{
  display: flex;
  /*justify-content: space-between;*/
  border-bottom: 1px solid #EEEFEA;
  padding: 3.75rem 0;
}
.footer_container_top_right{
  flex:1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_container_top_right_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
}
.footer_container_top_right_item:first-child{
  margin-left: 0px;
}
.footer_container_top_right_item .code_img_box canvas,
.footer_container_top_right_item .code_img_box,
.footer_container_top_right_item .code_img{
  width: 6.25rem !important;
  height: 6.25rem !important;
  border-radius: 0.625rem; 
}
.footer_container_top_right_item .txt{
  color:  #4D4D4D;
  font-family: "PingFang SC";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem; 
  margin-top: 0.75rem;
}
.footer_container_top_left{
  display: flex;
}
.logo_box{
  margin-right: 9.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo_box .logo_box_txt{
  color:  #4D4D4D;
  font-family: "PingFang SC";
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 2.38px;
  /*margin-top: 0.75rem;*/
}
.content_box .h1{
  color:  #000;
  font-family: "PingFang SC";
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.contact_list .contact_list_item{
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}
.contact_list .contact_list_item .icons{
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}
.contact_list .contact_list_item .txt{
  color: #84877C;
  font-family: "PingFang SC";
  font-size: 0.875rem;
  font-weight: 400;
}
#footer .banquan{
  color: #B0B0B0;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
  padding: 1.875rem 0;
}
#floatbtn .floatbtn_container{
  width: 100%;
  padding: 1.25rem 0px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.75rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.06);
  position: relative;
}
.floatbtn_container_item{
  display: flex;
  flex-direction: column;
  align-items: center; 
  margin-top: 1.875rem;
  cursor: pointer;
}
.floatbtn_container_item:first-child{
  margin-top: 0;
}
.floatbtn_container_item .icons{
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.625rem;
}
.floatbtn_container_item .none{
  display: none;
}
.floatbtn_container_item:hover .block{
  display: none;
}
.floatbtn_container_item:hover .none{
  display: block;
}
.floatbtn_container_item:hover .txt{
  color: #7CA211;
}
.floatbtn_container_item .txt{
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem; 
}
#floatbtn .floatbtn_container .float_box1{
  padding: 0.875rem !important;
  height: auto !important;
}
#floatbtn .floatbtn_container .float_box1 .txt{
  width: 100%;
  text-align: left !important;
  font-size: 1rem;
  font-weight: 500; 
  margin-bottom: 0.875rem;
}
#floatbtn .floatbtn_container .float_box1 .f_12{
  color:  #4D4D4D;
  font-family: "PingFang SC";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem; white-space: nowrap;
}
#floatbtn .floatbtn_container .float_box1 .line{
  width: 100%;
  height: 1px;
  background:  #EEEFEA;
  margin: 1.25rem 0;
}
#floatbtn .floatbtn_container .float_box1 .contact_txt{
  color:  #7CA211;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-align: left;
  width: 100%;
}
#floatbtn .floatbtn_container .float_box3{
  top: 50% !important;
}
#floatbtn .floatbtn_container .float_box{
  border-radius: 0.75rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  height: 14.875rem;
  right: 6.25rem;
  padding: 0.625rem;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  display: none;
}
#floatbtn .floatbtn_container .float_box .txt{
  color:  #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.875rem;
  font-weight: 400;
}
#floatbtn .floatbtn_container .float_box .code_img{
  width: 10rem;
  height: 10rem;
  margin-top: 0.625rem;
}
#floatbtn .floatbtn_container  .floatbtn_container_item:hover .float_box{
  display: flex;
}
.my_banner{
  position: relative;
  min-width: 1200px
}
.my_banner .bg{
  width: 100%;
  display: block;
  height: auto;
}
.my_banner .mask{
  position: absolute;
  width: 1200px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.mask_sb{
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding:2.5rem 0 ;
}
.my_banner .mask .tex_b{
  color: #000;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-family: "PingFang SC";
  /* font-size: 54px; */
  font-size: 3.375rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.my_banner .mask .tex_l{
  color:  #000;
  font-family: "PingFang SC";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.92px;
}
.my_banner .mask .btn{
  display:flex ;
  border-radius: 0.625rem;
  border: 1px solid #000;
  width: 14.25rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  color:  #000;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2.5rem;
}
.my_banner .mask .btn:hover{
  background-color: #000;
  color: #fff;
}
.consulting_service{
  height: 44.8125rem;
 
}
.consulting_service .bg{
  height: 100%;
  object-fit: cover;
}
.consulting_service .mask .title{
  color:  #000;
  font-family: "PingFang SC";
  font-size: 2.08vw;
  font-weight: 600;
  line-height: 6.25rem;
  margin-bottom:5vw ;
  text-align: center;
}
.consulting_service .mask{
  align-items: center !important;
}
.consulting_service .mask  .small_txt{
  color:#000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 1.5rem;
  font-weight: 400;
}
.my_b_title{
  color:  #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 2rem;
  font-weight: 600;
}
.my_l_txt{
  margin-top: 1.25rem;
  color: #4D4D4D;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 4.375rem;
}
.pc_flex{
  display: flex;
  flex-wrap: wrap;
}
.pc_flex .flex_item{
  width: calc((100% - 6.25rem) / 2);
  margin-left: 6.25rem;
  margin-bottom: 6.25rem;
  display: flex;
  align-items: center;
}
.pc_flex .flex_item:nth-child(2n+1){
  margin-left: 0;
}
.pc_flex .flex_item .icon{
  width: 7.5rem;
  height: 7.5rem;
  margin-right: 2.5rem;
}
.pc_f_16_l{
  color:  #4D4D4D;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.pc_f_24_b{
  color: #000;
  font-family: "PingFang SC";
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pc_flex_box{
  display: flex;
  align-items: center;
}
.pc_flex_box .icon{
  width: 3.875rem;
  height: 3.875rem;
  margin-bottom: 3.125rem;
}
.pc_flex_box .f_34_b{
  color:  #000;
  font-family: "PingFang SC";
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.pc_flex_box_3 .flex_box_item{
  width: calc((100% - 4.5rem) / 3);
  margin-left: 2.25rem;
  border-radius: 0.625rem; 
  padding: 3.5rem 3.3125rem; 
  transition: all 1s; 
}
.pc_flex_box_3 .flex_box_item:first-child{
  margin-left: 0;
}
.pc_flex_box_3 .flex_box_item:hover{
  transform: scale(1.1);
}
.pc_phone_box{
  display: flex;
  justify-content: center;
  margin-bottom: 3.75rem;
}
.pc_position_img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24.25rem;
}
.pc_phone_box .left_bg{
  width: 15.75rem;
  height: 33.875rem;
  display: block;
  margin-right: 5rem;
  margin-left: 10rem;
}
.pc_phone_box_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pc_phone_box_right .txt_item{
  cursor: pointer;
  margin-top: 1.375rem;
}
.pc_phone_box_right .txt_item:first-child{
  margin-top: 0;
}
.pc_phone_box_right .txt_item_num{
  color:  rgba(197, 232, 97, 0.40);
  font-family: Poppins;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 0.625rem;
}
.pc_phone_box_right .txt_item_h1{
  color:  #B0B0B0;
  font-family: "PingFang SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 0.875rem;
}
.pc_phone_box_right .txt_item_txt{
  color:  #B0B0B0;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem; 
}
.pc_phone_box .txt_item.txt_item_active .txt_item_num{
  color:  #C5E861;
}
.pc_phone_box .txt_item.txt_item_active .txt_item_h1{
  color:  #000;
}
.pc_phone_box .txt_item.txt_item_active .txt_item_txt{
  color:  #4D4D4D;
}
.pc_phone_btn_box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc_phone_btn_box .pc_phone_btn{
  margin: 0;
}
.pc_phone_btn_box .pc_phone_btn:first-child{
  margin-right: 1.25rem;
}
.pc_phone_btn_1{
  background:  #C5E861 !important;
  color: #000;
}
.pc_phone_btn{
  cursor: pointer;
  border-radius: 0.625rem;
  border: 1px solid  #C5E861;
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  width: 14.25rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.pc_phone_btn:hover{
  background:  #C5E861; 
}
.pc_code_box{
  transform: translateX(5%);
  position: absolute;
  top: -13.75rem;
  left: 0;
  border-radius: 0.75rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 0.625rem 1.25rem;
  display: none;
  align-items: center;
}
.pc_code_box_item{
  margin-left: 1.875rem;
}
.pc_code_box_item:first-child{
  margin-left: 0px;
}
.pc_code_box_item_txt{
  color:  #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.875rem;
  font-weight: 400;
}
.pc_code_box_item_img{
  margin-top: 0.625rem;
}
.pc_code_box_item_img canvas,
.pc_code_box_item_img{
  width: 10rem !important;
  height: 10rem !important;
}
.pc_phone_btn:hover .pc_code_box{
  display: flex;
}

.rcode_com .mask .rcode{
  border-radius: 10px;
  background: #FFF;
  display: flex;
  padding: 8px 10px;
  flex-direction: column;
  align-items: center;
  margin-left: 42px;
}
.pc_phone_btn_box .rcode_box,
.footer_container_top_right_item .code_img_box,
.rcode_com .mask .rcode_box{
  position: relative;
}
.pc_phone_btn_box .rcode_box .logo_img,
.footer_container_top_right_item .code_img_box .logo_img,
.rcode_com .mask .rcode_box .logo_img{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.rcode_com .mask .rcode_box,
.rcode_com .mask .rcode_img{
  width: 118px !important;
  height: 118px !important;
}
.rcode_com .mask .rcode .tct{
  color: #4D4D4D;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px; 
  margin-top: 6px;
}