* {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
  font-family: inherit;
}
body {
  background: #F4F4F4;
  padding-top: 1.7rem;
}
.bread_nav .main {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.contact_banner {
  height: 4rem;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  padding-top: 0.43rem;
}
.contact_banner .banner_bg {
  position: absolute;
  inset: 0;
}
.contact_banner .banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_banner .banner_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(90deg, rgba(0, 15, 31, 0.78) 0%, rgba(0, 26, 55, 0) 54%, rgba(0, 0, 0, 0.04) 100%);*/
}
.contact_banner > .main {
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 0.36rem;
}
.contact_banner .bread_line {
  font-family: Poppins-SemiBold;
  font-size: 0.12rem;
  color: #FFFFFF;
}
.contact_banner .banner_txt {
  width: calc(50% + 1.35rem);
}
.contact_banner .banner_txt h1 {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.45rem;
  line-height: 1;
}
.contact_banner .banner_txt p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.875;
}
.banner_btns {
  margin-top: 0.35rem;
  display: flex;
  column-gap: 0.17rem;
}
.banner_btns a {
  width: fit-content;
  padding: 0.1rem 0.13rem;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 0.23rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.44);
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.625;
}
.banner_btns a.active,
.banner_btns a:hover {
  border-color: #FFBA00;
  background: #FFBA00;
}
.contact_main {
  padding: 0.7rem 0 0.72rem;
}
.contact_main .support_note {
  margin-top: 0.55rem;
  display: flex;
  column-gap: 0.15rem;
}
.contact_main .support_note .note_icon {
  width: 0.56rem;
  height: 0.56rem;
}
.contact_main .support_note .note_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_main .support_note .note_txt {
  width: calc(100% - 0.71rem);
  padding-top: 0.03rem;
}
.contact_main .support_note .note_txt h3 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.21rem;
  color: #000000;
}
.contact_main .support_note .note_txt p {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  color: #5D5D5D;
  line-height: 1.55;
}
.contact_main .contact_cards {
  margin-top: 0.47rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.29rem;
}
.contact_main .contact_cards .cards_tiem {
  height: 1.8rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  padding: 0.25rem 0.39rem;
}
.contact_main .contact_cards .cards_tiem i {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #0069DB;
  overflow: hidden;
}
.contact_main .contact_cards .cards_tiem i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*filter: brightness(0) invert(1);*/
}
.contact_main .contact_cards .cards_tiem h3 {
  margin-top: 0.1rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.6;
}
.contact_main .contact_cards .cards_tiem p {
  margin-top: 0.04rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #5D5D5D;
  line-height: 1.5625;
}
.contact_main .contact_cards .cards_tiem:hover {
  box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(0, 0, 0, 0.1);
}
.contact_main .contact_cards .cards_tiem:hover h3,
.contact_main .contact_cards .cards_tiem:hover p {
  color: #0069DB;
}
.contact_main .map_box {
  height: 5rem;
  margin-top: 0.47rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.contact_main .map_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scope_sec {
  padding: 0.68rem 0 0.76rem;
  background: #FFFFFF;
}
.scope_sec .scope_list {
  margin-top: 0.59rem;
}
.scope_sec .scope_list .scope_tiem {
  padding-bottom: 0.23rem;
  border-bottom: 0.01rem solid #D0D0D0;
  margin-bottom: 0.3rem;
  position: relative;
}
.scope_sec .scope_list .scope_tiem::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.01rem;
  background: #0169DB;
  transition: all 0.5s;
}
.scope_sec .scope_list .scope_tiem:last-child {
  margin-bottom: 0;
}
.scope_sec .scope_list .scope_tiem h3 {
  display: flex;
  align-items: center;
  column-gap: 0.09rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000;
}
.scope_sec .scope_list .scope_tiem h3 .scope_icon {
  width: 0.33rem;
  height: 0.33rem;
  overflow: hidden;
}
.scope_sec .scope_list .scope_tiem h3 .scope_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scope_sec .scope_list .scope_tiem p {
  margin-top: 0.06rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #707070;
  line-height: 1.611;
}
.scope_sec .scope_list .scope_tiem:hover h3,
.scope_sec .scope_list .scope_tiem:hover p {
  color: #0069DB;
}
.scope_sec .scope_list .scope_tiem:hover::before {
  left: 0;
  width: 100%;
}
.choose_sec {
  padding: 0.7rem 0;
}
.choose_sec .choose_list {
  margin-top: 0.63rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem 0.6rem;
}
.choose_sec .choose_list .choose_tiem {
  height: 1.68rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  padding: 0.33rem 0.35rem;
  display: flex;
  column-gap: 0.14rem;
}
.choose_sec .choose_list .choose_tiem i {
  width: 0.47rem;
  height: 0.47rem;
  background: #0069DB;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0.09rem;
}
.choose_sec .choose_list .choose_tiem i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.choose_sec .choose_list .choose_tiem .choose_txt {
  width: calc(100% - 0.61rem);
}
.choose_sec .choose_list .choose_tiem .choose_txt .choose_num {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.35rem;
  color: #000000;
  line-height: 1.63;
}
.choose_sec .choose_list .choose_tiem .choose_txt p {
  width: 100%;
  font-size: 0.18rem;
  color: #5D5D5D;
}
.choose_sec .choose_list .choose_tiem:hover {
  background: #0069DB;
}
.choose_sec .choose_list .choose_tiem:hover .choose_num,
.choose_sec .choose_list .choose_tiem:hover p {
  color: #FFFFFF;
}
.choose_sec .choose_list .choose_tiem:hover i {
  background: #FFFFFF;
}
.choose_sec .choose_list .choose_tiem:hover i img {
  filter: brightness(1) invert(0);
}










@media screen and (max-width: 1042px) {
  .contact_banner{
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .contact_banner > .main{
    padding-top: 50px;
  }
  .contact_banner .banner_txt{
    width: 100%;
  }
  .contact_banner .banner_txt h1,
  .sol_title .class_name1{
    font-size: 28px;
  }
  .contact_banner .banner_txt p,
  .sol_title .class_txt{
    font-size: 16px;
    margin-top: 16px;
  }
  .banner_btns a{
    font-size: 16px;
    padding: 6px 12px;
  }



  .contact_main .contact_cards{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .contact_main .contact_cards .cards_tiem{
    width: calc(50% - 10px);
    height: auto;
    padding: 20px;
  }



  .contact_main .map_box{
    display: flex;
    justify-content: center;
    align-items: center;
  }







  .choose_sec .choose_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .choose_sec .choose_list .choose_tiem{
    width: calc(50% - 10px);
    min-height: 1.5rem;
    height: auto;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner_btns a {
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 24px;
  }


  .contact_main .contact_cards .cards_tiem{
    width: 100%;
  }

  .choose_sec .choose_list .choose_tiem{
    width: calc(50% - 5px);
  }

  .choose_sec .choose_list{
    gap: 10px;
  }

  .contact_banner .banner_txt h1, 
  .sol_title .class_name1 {
    font-size: 22px;
  }

  .contact_main .contact_cards .cards_tiem i,
  .scope_sec .scope_list .scope_tiem h3 .scope_icon{
    width: 30px;
    height: 30px;
  }
  
  .choose_sec .choose_list .choose_tiem .choose_txt .choose_num{
      font-size: 18px;
  }

  .contact_main .support_note .note_txt h3,
  .scope_sec .scope_list .scope_tiem h3,
  .contact_main .contact_cards .cards_tiem h3{
    font-size: 16px;
  }

  .contact_main .contact_cards .cards_tiem p,
  .contact_banner .banner_txt p, .sol_title .class_txt {
    font-size: 14px;
  }

  .contact_main .support_note .note_txt p,
  .scope_sec .scope_list .scope_tiem p,
  .choose_sec .choose_list .choose_tiem .choose_txt p{
    font-size: 12px;
  }
}

