* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: top;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.common_title {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.common_title .title_en {
  color: #c1c1c1;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.common_title .title_zn {
  color: #000;
  font-size: 26px;
  line-height: 40px;
}

.common_title_invert .title_en,
.common_title_invert .title_zn {
  color: #fff;
}

.customer_button_box {
  position: fixed;
  right: 20px;
  bottom: 52px;
  z-index: 99;
  background: linear-gradient(180deg, #fdb151 7.46%, #fa5f5d 84.72%);
  border-radius: 104px;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.customer_button_box .button_item {
  cursor: pointer;
  font-size: 12px;
  padding-top: 26px;
  color: #fff;
  background: url(../images/phone_icon.png) center top / 100% auto no-repeat;
}

.customer_button_box .customer_button_kf {
  background-image: url(../images/customer_icon.png);
}

.customer_button_box .customer_button_franchise {
  background-image: url(../images/franchise_icon.png);
}

.wraper,
.header_wrap {
  position: relative;
  width: 1320px;
  max-width: 96%;
  height: 100%;
  margin: 0 auto;

}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  background: #036fda;
  z-index: 9999;
}

.header,
.height_height {
  height: 76px;
  line-height: 76px;
}

.height_height {
  /* display: none; */
}

.header .logo {
  position: relative;
  z-index: 12;
}

.header .logo a {
  display: flex;
  align-items: center;
  width: 240px;
  height: 60px;
  overflow: hidden;
}

.slogan {
  width: 172px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: end;

}

.slogan img,
.header .logo img {
  max-width: 100%;
  max-height: 100%;
}

.header .logo .logo_h5 {
  display: none;
}

.header .logo .logo_pc {
  display: block;
}

.nav,
.nav_list {
  display: flex;
}


.nav_item a {
  color: #fff;
  padding: 0 16px;
  height: 76px;
  display: block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
/* .nav_item.actived a, */
.nav_item a:hover {
  border-bottom-color: #ff6633;
}

@media only screen and (max-width:1280px) {}


.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ff6600;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  height: 102px;
  width: 46px;
  background-size: 100% 100%;
  transform: scale(0.65) translateY(-50%);
  margin: 0;
}

.banner .swiper-button-next {
  background-image: url(../images/arrow_right.png);
}

.banner .swiper-button-prev {
  background-image: url(../images/arrow_left.png);
}

.banner .swiper-pagination {
  width: auto !important;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 6px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #036fda;
  border-color: #036fda;
  width: 26px;
}


/* footer */
.footer {
  position: relative;
  min-height: 220px;
  padding: 98px 0;
  background: #036fda;
  color: #fff;
  font-size: 14px;
}

.footer::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -42px;
  right: -10px;
  width: 252px;
  height: 312px;
  background: url(../images/footer_logo_bg.png) right bottom / 100% auto no-repeat;
}

.footer_gotop {
  display: none;
  position: absolute;
  left: 50%;
  top: -36px;
  transform: translate(-50%);
  width: 120px;
  height: 56px;
  cursor: pointer;
  background: url(../images/footer_gotop.png) center top / auto 56px no-repeat;
}


.footer_wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;

}

.footer_logo {
  padding-right: 32px;
  width: 342px;
  border-right: 0 solid transparent;
}

.footer_meta {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_meta .footer_meta_contact {
  flex: 1;
  padding-left: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_meta_header {
  color: #fff;
  line-height: 32px;
  white-space: nowrap;
  padding-bottom: 22px;
  padding-right: 48px;
  display: none;
}

.footer_meta_header .meta_zn {
  font-size: 18px;
}

.footer_meta_header .meta_en {
  font-size: 12px;
  text-transform: uppercase;
}

.footer_meta_qrcode {
  display: flex;
  justify-content: center;
  gap: 10%;
}

.footer_meta_qrcode .meta_qrcode {
  width: 34%;
  text-align: center;
}

.footer_meta_qrcode .meta_qrcode_text {
  white-space: nowrap;
  line-height: 32px;
}


.footer_meta_way {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 500px;
  padding-left: 32px;
}

.meta_way_item {
  padding: 3px 3px 3px 32px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: url(../images/icon_tel.png) left top / auto 28px no-repeat;
}

.footer_meta_way .meta_way_tel {
  font-size: 22px;
  background-image: url(../images/icon_tel.png);

}

.footer_meta_way .meta_way_address {
  background-image: url(../images/icon_location.png);
}

.post_wrapper {
  width: 100%;
  background-color: #fff;
}

.post_content img {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: top;
}

.project_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 2%;
  justify-content: center;
}

.project_list li {
  width: 32%;
}

.kf_popup {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
}

.kf_popup img {
  width: 220px;
  height: auto;
}

.show_kf {
  overflow: hidden;
  height: 100vh;
}

.show_kf .kf_popup {
  display: flex;
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) and (min-width: 768px) {}

@media (max-width: 767px) {
  .header_wrap {
    padding: 0 4%;
  }
  
}

@media only screen and (max-width:1024px) {
  .js_nav_toggle {
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 11;
    display: none;
  }

  .slogan {
    display: none;
  }


  .nav_toggle {
    position: absolute;
    z-index: 10;
    transition: all 0.66s cubic-bezier(0.25, 0.1, 0.25, 1);
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }

  .nav_toggle::before,
  .nav_toggle_icon,
  .nav_toggle_icon:before,
  .nav_toggle_icon:after {
    width: 24px;
    height: 2px;
  }

  .nav_toggle::before,
  .nav_toggle_icon:before,
  .nav_toggle_icon:after {
    position: absolute;
    content: "";
  }

  .nav_toggle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.66s cubic-bezier(0.25, 0.1, 0.25, 1);
  }


  .nav_toggle_icon,
  .nav_toggle_icon:before,
  .nav_toggle_icon:after {
    background: #fff;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    border-radius: 2px;
  }

  .nav_toggle_icon:before {
    right: 0;
    top: -8px;
  }

  .nav_toggle_icon::after {
    right: 0;
    top: 8px;
  }

  .h5_nav_open {
    height: 100vh;
    overflow: hidden;
  }

  .h5_nav_open .nav_toggle_icon {
    width: 24px;
    height: 0;
  }

  .h5_nav_open .nav_toggle_icon:before,
  .h5_nav_open .nav_toggle_icon:after {
    width: 30px;
    background: #036fda;

  }

  .h5_nav_open .header .logo .logo_pc {
    display: none;
  }

  .h5_nav_open .header .logo .logo_h5 {
    display: block;
  }

  .h5_nav_open .nav_toggle_icon:before {
    transform: translate(3px, 7px) rotate(45deg);
  }

  .h5_nav_open .nav_toggle_icon:after {
    transform: translate(3px, -9px) rotate(-45deg)
  }

  .h5_nav_open .nav {
    position: fixed;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    overflow-y: scroll;
    display: block;
    z-index: 11;
    padding-top: 76px;
  }

  .h5_nav_open .nav_list {
    display: flex;
    flex-direction: column;
  }

  .h5_nav_open .nav_item {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }

  .h5_nav_open .nav_item a {
    color: #333;
  }

  .h5_nav_open .nav_item.actived a {
    color: #046fda;
    border-bottom-color: transparent;
  }

  .footer_logo {
    /* width: 280px; */
    padding-right: 52px;
  }

  .footer_meta .footer_meta_contact {
    padding-left: 32px;
  }

  .footer_meta_way {
    width: 320px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .nav {
    display: none;
  }

  .js_nav_toggle {
    display: block;
  }
  .project_list li{
    width: 49%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {


  .footer_wraper {
    flex-direction: column;
    gap: 26px;
  }

  .footer_wraper .footer_logo {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 0 38px 22px;

  }


  .footer_meta .footer_meta_contact {
    padding-left: 0;
  }

  .footer_meta_qrcode {
    justify-content: center;
  }

}

@media only screen and (max-width: 767.98px) {
  .customer_button_box {
    transform: scale(0.8);
    right: 0;
    bottom: 160px;
  }

  .header,
  .height_height {
    height: 52px;
  }

  .header .logo a {
    height: 50px;
  }

  .project_list li{
    width: 82%;
  }
  .project_list{
    gap: 22px 0;
  }

  .wraper,
  .header_wrap {
    max-width: 100%;
  }

  .footer {
    padding: 12px 0;
    min-height: auto;
  }



  .footer_wraper {
    flex-direction: column;
    gap: 16px;
  }

  .footer_meta {
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 12px;
    width: 100%;
    gap: 16px;
  }

  .meta_way_address .text {
    display: none;
  }

  .footer_wraper .footer_logo {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 70px 4px;

  }

  .footer_meta_way,
  .footer_meta .footer_meta_contact {
    padding-left: 0;
    padding-bottom: 22px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer_meta_way {
    padding-left: 0;
    gap: 0;
    flex: 1;
    padding-bottom: 0;
  }

  .footer_meta_way .meta_way_tel {
    font-size: 16px;
  }

  .footer_meta_way .meta_way_address {
    font-size: 13px;
    line-height: 16px;
  }

  .footer_meta .footer_meta_contact {
    width: 36%;
    flex: none;
  }

  .footer_meta_qrcode .meta_qrcode_text {
    line-height: 22px;
    font-size: 12px;
  }

  .footer_meta_qrcode .meta_qrcode {
    width: 46%;
  }

  .footer_meta_qrcode {
    gap: 0;
    justify-content: space-between;
  }

  .footer_meta_header {
    display: none;
  }
}