#baguetteBox-overlay {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea {
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
a:hover,
a {
  text-decoration: none;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/*
 * author 1452726147@qq.com
 */
:root {
  --hue: #0097ee;
  --space: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
  --fwm: "Medium";
  --fwb: "Bold";
  --fwr: "Regular";
  --fwl: "Light";
}
body {
  font-family: var(--fwr);
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* 字体 */
.fwl {
  font-family: var(--fwl);
}
.fws {
  font-family: var(--fws);
}
.fwb {
  font-family: var(--fwb);
}
.fwm {
  font-family: var(--fwm);
}
.fwr {
  font-family: var(--fwr);
}
.colorm {
  color: var(--hue);
}
.pt {
  padding-top: var(--space);
}
.pb {
  padding-bottom: var(--space);
}
.ptb {
  padding-top: var(--space);
  padding-bottom: var(--space);
}
.p_b_50 {
  padding-bottom: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
}
.p_b_40 {
  padding-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}
.p_b_30 {
  padding-bottom: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
}
.w_1600 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.w_1400 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
/* 字体大小 */
.fz72 {
  font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
  font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
  font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
  font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
  font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fz62 {
  font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fz60 {
  font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fz58 {
  font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fz56 {
  font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fz54 {
  font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fz52 {
  font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
  font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fz48 {
  font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.fz46 {
  font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz44 {
  font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz42 {
  font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
  font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fz38 {
  font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fz36 {
  font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
  font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fz32 {
  font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fz30 {
  font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fz28 {
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
  font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fz24 {
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}

.fz22 {
  font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}
.fz20 {
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fz18 {
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.fz16 {
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}
.fz14 {
  font-size: 14px;
  line-height: 24px;
}
.wrap_baw {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.wrap_btw {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.wrap_bw {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.textOverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.textOverClm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clm2 {
  -webkit-line-clamp: 2;
}
.clm3 {
  -webkit-line-clamp: 3;
}
.clm4 {
  -webkit-line-clamp: 4;
}
.colorf {
  color: #fff;
}
.color0 {
  color: #000;
}
.color1 {
  color: #111;
}
.color2 {
  color: #222;
}
.color3 {
  color: #333;
}
.color4 {
  color: #444;
}
.color5 {
  color: #555;
}
.color6 {
  color: #666;
}
.color8 {
  color: #888;
}
.color9 {
  color: #999;
}
.upp {
  text-transform: uppercase;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.imgZoom img,
.imgY180 img {
  -moz-transition: all.8s ease 0s;
  -ms-transition: all.8s ease 0s;
  -o-transition: all.8s ease 0s;
  -webkit-transition: all.8s ease 0s;
  transition: all.8s ease 0s;
}
.imgZoom {
  overflow: hidden;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.imgY180:hover img {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pro_page_table {
  overflow-x: auto;
  white-space: nowrap;
}
.pro_page_table table {
  width: 100%;
}
.pro_page_table table tr td {
  border: 1px solid #c5c5c5;
  padding: clamp(0.313rem, 0.156rem + 0.78vw, 0.938rem);
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
}
.pro_page_table::-webkit-scrollbar {
  height: 3px;
}

.cir_line_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
}
.cir_line_box .line,
.cir_line_box .line1,
.cir_line_box .line2,
.cir_line_box .line3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  border: 1px solid#fff;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.cir_line_box .pic {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.cir_line_box .line {
  animation: aaaa3 3s infinite linear;
  animation-delay: -2s;
}
.cir_line_box .line1 {
  animation: aaaa3 3s infinite linear;
  animation-delay: -1s;
}
.cir_line_box .line2 {
  animation: aaaa3 3s infinite linear;
  animation-delay: 0s;
}
.cir_line_box .line3 {
  animation: aaaa3 3s infinite linear;
  animation-delay: 1s;
}
@keyframes aaaa3 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  50% {
    width: 130%;
    height: 130%;
    opacity: 0.45;
  }
  100% {
    width: 160%;
    height: 160%;
    opacity: 0;
  }
}
@keyframes rotates {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.click_video {
  cursor: pointer;
}
.bgscroll {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
.bgf5 {
  background-color: #f5f5f5;
}
/* 公用btn */
.public_btns {
  background-color: var(--hue) !important;
  color: #ffffff;
}
.public_btn {
  background-color: #ffffff;
  width: 160px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
.public_btn .icon2 {
  margin-left: 8px;
}
.public_btn .icon1 {
  margin-right: 8px;
}
.public_btn:hover {
  color: #fff !important;
  border-color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.hover1_style {
  position: relative;
  overflow: hidden;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hover1_style:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18) !important;
}
.hover1_style::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -ms-background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.8) 50%,
    transparent
  );
  -moz-background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.8) 50%,
    transparent
  );
  -webkit-background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.8) 50%,
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.8) 50%,
    transparent
  );
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover1_style:hover::after {
  left: 100%;
}
/* 标题 */
.public_module_title {
  overflow: hidden;
  position: relative;
}
.public_module_title a {
  display: inline-block;
}
.public_module_title .subtitle {
  margin-bottom: 10px;
}
.public_module_title .title {
  line-height: 1.2;
}
.public_module_title .text {
  line-height: 1.6;
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}
.text {
  line-height: 1.6;
}
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
.click_popup_from {
  cursor: pointer;
}
.popup_inquiry {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pop_public_send_mask,
.popup_inquiry_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.popup_inquiry_form {
  background-color: #ffffff;
  border-radius: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 1400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup_inquiry_form_l {
  width: 50%;
}
.popup_inquiry_form_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_inquiry_form_r {
  width: 50%;
  padding: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem)
    clamp(0.938rem, 0.078rem + 4.3vw, 4.375rem);
}

.popup_inquiry_form_close {
  position: absolute;
  top: 1%;
  right: 1%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #000000;
  cursor: pointer;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.popup_inquiry_title {
  margin-bottom: 15px;
}
.popup_inquiry_text {
  margin-bottom: 1.56vw;
  line-height: 1.6;
}
.popup_inquiry_form form {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.popup_inquiry_form form .item {
  width: calc((100% - 2.08vw) / 2);
  margin-top: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
.popup_inquiry_form form .item input,
.popup_inquiry_form .item textarea {
  width: calc(100% - 10px);
  height: clamp(2.5rem, 2.23rem + 1.35vw, 3.75rem);
  padding-left: 10px;
  border: 1px solid #c8c8c8;
  margin-top: clamp(0.313rem, 0.245rem + 0.34vw, 0.625rem);
  border-radius: 10px;
  color: #333333;
  font-size: 18px;
  font-family: var(--fwr);
}

.popup_inquiry_form .item textarea {
  height: clamp(3.75rem, 3.48rem + 1.35vw, 5rem);
  padding-top: 8px;
  resize: none;
  border: 1px solid #c8c8c8;
}
.popup_inquiry_form .item.textarea,
.popup_inquiry_form .item.country {
  width: 100%;
}
.popup_inquiry_form form .item .public_page_btn {
  width: 290px;
  border: none;
  border-radius: 30px;
  background-color: var(--hue);
  color: #ffffff;
  cursor: pointer;
  padding-left: 0;
}

.popup_inquiry_form form .item.btn {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
.public_herf {
  padding: clamp(0.625rem, 0.355rem + 1.35vw, 1.875rem) 0;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 2;
}
.Crumbs_box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.Crumbs_box .icon {
  margin-right: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  color: #fff;
  line-height: 20px;
}
.Crumbs_box .a_box {
  font-size: 16px;
  font-family: var(--fwr);
  color: #fff;
}
.Crumbs_box .a_box a {
  color: #fff;
  font-size: 16px;
  font-family: var(--fwr);
}
.Crumbs_box .a_box a:hover {
  text-decoration: underline;
}
.Crumbs_box .a_box a:first-child {
  color: #fff;
}
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
.blog_page .wp-pagenavi,
.blog_page .paginationjs-pages,
.blog_page {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_page .current,
.blog_page a:hover {
  color: #ffffff !important;
  background-color: var(--hue) !important;
  border-color: var(--hue) !important;
}

.blog_page span {
  border: none;
  display: inline-block;
}
.blog_page a {
  border-radius: 50%;
  padding: 0 !important;
  color: #666666;
  background-color: #fafafa;
  font-size: clamp(0.875rem, 0.788rem + 0.38vw, 1.125rem);
  width: clamp(2.188rem, 2.078rem + 0.55vw, 2.625rem);
  height: clamp(2.188rem, 2.078rem + 0.55vw, 2.625rem);
  border: 1px solid #fafafa;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 0px clamp(0.313rem, 0.204rem + 0.48vw, 0.625rem);
  text-align: center;
}

.blog_page .paginationjs-prev {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.blog_page .current,
.blog_page .hover {
  color: #ffffff !important;
  background-color: var(--hue) !important;
  border-color: var(--hue) !important;
}
/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* 点击视频弹出播放框css */
.ind_video_maskBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.ind_video_maskBox .video_Box_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
  height: 485px;
}
.ind_video_maskBox .video_Box_1 .videoIframe {
  background: #333333;
  width: 100%;
  height: 100%;
  border: none;
}
.ind_video_maskBox .video_Box_1 .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ind_video_maskBox .video_Box_1 .closeBtn:hover {
  color: #f40a0a;
}
/* 点击视频弹出播放框css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css*/
.mask,
.mobile_menu_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.mask {
  z-index: 13;
}
/*
 * wap head
 */
.mobile_header {
  position: relative;
  height: 52px;
  display: none;
  clear: both;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mobile_header_top {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  z-index: 14;
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_logo {
  height: 52px;
  margin-left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 0 15px;
}
.mobile_logo img {
  height: 42px;
  width: auto;
}
.mobile_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 54px;
  height: 52px;
  cursor: pointer;
}
.mobile_menu_btn .line {
  display: block;
  height: 3px;
  width: 28px;
  background: #000000;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child {
  margin-bottom: 0;
}
.mobile_search_icon {
  color: #000000;
  width: 52px;
  height: 52px;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  margin-right: 52px;
  cursor: pointer;
}
.mobile_menu_b {
  margin-top: 40px;
}
.mobile_menu_b_clm {
  margin-bottom: 25px;
}
.mobile_menu_b_clm .tt {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.mobile_menu_b_clm .text {
  font-size: 14px;
  color: #333;
}
.mobile_menu_b_clm .text a {
  color: #333;
  word-break: break-all;
}
.mobile_lag_box {
  padding: 30px 0 20px;
  margin-bottom: 40px;
}
.mobile_lag_tt {
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
}
.mobile_lag_text {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mobile_lag_text a {
  color: #333;
  font-size: 16px;
  margin-right: 25px;
}
.mobile_menu_box {
  position: fixed;
  right: -110%;
  top: 0;
  z-index: 15;
  width: 75%;
  height: 100%;
  background: #fff;
  padding: 20px 15px;
  overflow-y: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_menu_box.show {
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd {
  clear: both;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mobile_menu_tt .text {
  width: calc(100% - 50px);
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  text-transform: uppercase;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text {
  color: var(--hue2);
}
.mobile_menu_tt_icon {
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 14px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  cursor: pointer;
}
.mobile_menu_down {
  display: none;
  padding: 6px 0 10px 12px;
}
.mobile_menu_down_clm {
  margin-bottom: 8px;
}
.mobile_menu_down_clm_tts {
  max-width: 65%;
  font-family: "Poppins" !important;
}
.mobile_menu_down_clm_tt {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
}
.mobile_menu_down_clm_tt .tt {
  width: calc(100% - 50px);
  color: #333;
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile_menu_down_clm_list {
  display: none;
  padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  padding: 5px 0 5px 14px;
  position: relative;
}
/* .mobile_menu_down_clm_list a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background: #333;
  border-radius: 50%;
} */
.mobile_menu_tt_icon.hover {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
/* mobile search- */
.mobile_search_box {
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 15;
  display: none;
  width: calc(100%);
  padding: 20px;
  background: #fafafa;
}
.mobile_search_box form {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  padding: 0px 0;

  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.mobile_search_text {
  outline: none;
  border: none;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  width: calc(100% - 40px);
}
.mobile_search_btn_text {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: var(--hue);
  text-align: center;
  line-height: 40px;
  border: none;
  background: none;
}
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* swiper焦点 */
.swiper-pagination-bullets {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem) !important;
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #ffffff;
  width: 6.25vw;
  height: 1px;
  margin: 0 5px !important;
  position: relative;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--hue);
}

.swiper-pagination-bullet-active::before {
  animation: widhts 6s linear;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@keyframes widhts {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
.header_box .wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.header_box {
  height: 120px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 4;
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header.active {
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 10%); */
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.header_t {
  background-color: #f5f5f5;
}
.header_t .wrapper {
  padding-left: 13.54vw;
  padding-right: 12.5vw;
}
.header_t_sm a {
  display: inline-block;
  margin: 0 5px;
  color: #666666;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}
.header_t_list .item,
.header_t_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header_t_list .item {
  margin-left: 2.08vw;
  height: 40px;
}
.header_t_list .item a {
  color: #666666;
  display: inline-block;
  line-height: 0.8;
  font-size: 14px;
}
.header_b {
  position: relative;
  width: 100%;
  height: 100%;
}
.logo {
  width: clamp(3.75rem, 2.872rem + 4.39vw, 7.813rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.logo a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.logo img {
  width: 100%;
}
.menu_dl_box {
  width: calc(
    100% - clamp(3.75rem, 2.872rem + 4.39vw, 7.813rem) -
      clamp(3.75rem, 3.345rem + 2.03vw, 5.625rem)
  );
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.menu_dl {
  width: 75%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.menu_dl dd {
  position: relative;
  box-sizing: border-box;
}
.menu_dl dd:last-child {
  margin-right: 0;
}
.menu_tt {
  box-sizing: border-box;
  height: 80px;
  text-transform: capitalize;
  text-align: center;
  color: #222222;
  font-family: var(--fwr);
  white-space: nowrap;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_tt::before {
  content: "";
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  width: 0%;
  height: 4px;
  background-color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_dl dd:hover .menu_tt,
.menu_dl dd.hover .menu_tt {
  color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_dl dd:hover .menu_tt::before,
.menu_dl dd.hover .menu_tt::before {
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_dl .item.static {
  position: static;
}
.menu_down {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0%;
  top: 100%;
  transform: translate(-25%, 0%);
  -ms-transform: translate(-25%, 0%);
  -webkit-transform: translate(-25%, 0%);
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  background-color: #fff;
  display: none;
  padding: 10px;
}
.menu_down_list {
  width: 100%;
}
.menu_down_list a {
  white-space: nowrap;
  position: relative;
  display: block;
  color: #222222;
  font-size: 16px;
  font-family: var(--fwr);
  padding: 10px 1.04vw;
  margin-left: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_dl dd:hover .icon {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_down_list .hover {
  background-color: #fff;
  color: var(--hue);
}
.menu_down_list a:hover {
  color: var(--hue);
}
.menu_down2 {
  width: 100%;
  border-radius: 0;
}
.menu_down2_con {
  border-radius: 0;
  padding: 2.86vw 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 94%);
}
.menu_down2_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.menu_down2_item:first-child {
  margin-bottom: 40px;
}
.menu_down2_item {
  width: calc((100% - 10.95vw) / 4);
  margin: 0 3.65vw 0 0;
}
.menu_down2_item:nth-child(4n) {
  margin-right: 0;
}
.menu_down2_item .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.56vw;
}
.menu_down2_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_down2_item:hover .pic img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

/* 右侧语言切换 */
.header_right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.header_right .item {
  position: relative;
  margin-left: 1.04vw;
  color: #333333;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_right .item:hover .iconfont,
.header_right .item:hover {
  color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

/* 顶部搜索 */
.header_search {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}

.header_language {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.header_language_01 {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_language_01 .icon1 {
  animation: rotates linear 10s infinite;
}
@keyframes rotates {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.header_language_02 {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc(100%);
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.header_language_02 a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333e46;
  text-align: center;
}

.header_language_02 a:hover {
  color: var(--hue);
}

.header_chatnow a {
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  width: clamp(8.75rem, 7.318rem + 2.23vw, 10rem);
  height: clamp(2.5rem, 1.426rem + 1.68vw, 3.438rem);
  border-radius: 3px;
  background-color: var(--hue);
}
/* 可公用导航搜索 */
.all_public_searchBox {
  display: none;
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
  display: none;
  position: fixed;
  z-index: 21;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
}

.all_public_form input {
  background-color: #fff;
  width: 100%;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 20px 136px 20px 20px;
  border-radius: 10px 25px 10px 25px;
}

.all_public_form .icon_01 {
  font-size: 38px;
  cursor: pointer;
  position: absolute;
  top: 51%;
  right: 80px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  border: none;
  background: none;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888;
}
.all_public_form .public_form_close {
  font-size: 38px;
  position: absolute;
  top: 5px;
  right: 40px;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888;
  cursor: pointer;
}

.all_public_form .public_form_close:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.all_public_form .icon_01:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* public_footer */
.public_footer {
  background-color: #2c343e;
}
.public_footer .wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.public_footer_t {
  padding: clamp(1.875rem, 1.334rem + 2.7vw, 4.375rem) 0;
}
.public_footer_l {
  width: 28%;
}

.public_footer_logo {
  width: clamp(6.25rem, 5.345rem + 4.53vw, 10.438rem);
  margin-bottom: 2.08vw;
  display: block;
}
.public_footer_mailto {
  border: 1px solid #707070;
  border-radius: 3px;
  overflow: hidden;
}
.public_footer_mailto form {
  height: clamp(2.5rem, 2.365rem + 0.68vw, 3.125rem);
  padding: 0 1.04vw;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.public_footer_mailto .text {
  border: none;
  height: 100%;
  background-color: transparent;

  width: calc(100% - 30px);
  color: #ffffff;
  font-family: var(--fwr);
  font-size: 16px;
}
.public_footer_mailto .text::placeholder {
  color: #898989;
  font-size: 16px;
  font-family: var(--fwr);
}
.public_footer_mailto .submit {
  width: 30px;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../images/public_footer_mailto_icon.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.public_footer_ms {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: clamp(0.938rem, 0.735rem + 1.01vw, 1.875rem);
}

.public_footer_ms a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  color: #0b1109;
  font-size: 18px;
  border-radius: 100%;
  margin: 0 13px 0 0;
}

.public_footer_ms a:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.public_footer_r {
  width: 62%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.footer_t_r_item {
  width: 33%;
}
.footer_t_r_item:last-child {
  width: 23%;
}
.footer_t_r_item .bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.footer_t_r_item_tt {
  color: #ffffff;
  margin-bottom: 15px;
}
.footer_t_r_item_list:first-child {
  width: 60%;
}

.footer_t_r_item_list a {
  position: relative;
  display: block;
  color: #898989;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
}

.footer_t_r_item_list a:hover {
  color: var(--hue);
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}

.footer_t_r_item_list2 .item {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: clamp(0rem, -0.094rem + 0.47vw, 0.375rem) 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.footer_t_r_item_list2 .item:last-child {
  font-size: 14px;
}
.footer_t_r_item_list2 .item .iconfont {
  margin-right: 10px;
}
.footer_t_r_item_list2 .item a {
  color: #ffffff;
  word-break: break-all;
}

.footer_t_r_item_list2 .item a:hover {
  text-decoration: underline;
}

.public_footer_b {
  padding: 15px 0;
  border-top: 1px solid #707070;
}
.public_footer_b .left {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.public_footer_b .footer_b_text {
  color: #888888;
  font-size: 16px;
  font-family: var(--fwr);
  margin-right: 2.6vw;
}
.public_footer_b .footer_b_text a {
  color: #888888;
}
.public_footer_b .footer_b_text a:hover {
  text-decoration: underline;
}

.header_t_l_item {
  width: 120px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #707070;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  color: #fff;
  position: relative;
  margin-left: 1.41vw;
}

.header_b_r_lag {
  height: 20px;
  position: relative;
}

.header_b_r_lag_tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.header_b_r_lag_tt .icon {
  background-image: url(../images/en.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.header_b_r_lag_tt .icon2 {
  margin-left: 4px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.header_b_r_lag_tt .icon2.hover {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.header_b_r_lag_down {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 170%;
  border-radius: 15px;
  margin: 0px 0 0 -60px;
  z-index: 2;
  width: 120px;
  background: #fff;
  padding: 8px 0;
}

.header_b_r_lag_down a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
}

.header_b_r_lag_down a:hover {
  color: var(--hue);
}
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */

/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
.float_fixed_top .item {
  position: relative;
}

.float_fixed {
  position: fixed;
  right: 0%;
  bottom: 40%;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  border-radius: 5px;
  z-index: 3;
}
.float_fixed .item {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
  color: #666666;
  display: block;
  width: clamp(2.5rem, 1.959rem + 2.7vw, 5rem);
  height: clamp(2.5rem, 1.959rem + 2.7vw, 5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 14px;
  font-family: var(--fwm);
  color: #666666;
  position: relative;
}
.float_fixed_list {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}
.float_fixed .item .item_tt .iconfont {
  margin-bottom: clamp(0.25rem, 0.196rem + 0.27vw, 0.5rem);
}
.float_fixed .item .item_tt .tt {
  word-break: break-all;
}
.float_fixed_list .item .item_con {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  -ms-transform: translate(110%, 0);
  -webkit-transform: translate(110%, 0);
  transform: translate(110%, 0);
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 300px;
  padding-right: 15px;
}
.float_fixed_list .item .item_con .con {
  height: 100%;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
  background: var(--hue);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.float_fixed_list .item .item_con::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--hue);
  position: absolute;
  top: 35%;
  right: 7.5px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.float_fixed_list .item:hover .item_con {
  width: 300px;
  -ms-transform: translate(1px, 0);
  -webkit-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  right: calc(100%);
}

.float_fixed_list .item .item_con .icon {
  width: 60px;
  height: clamp(2.875rem, 2.659rem + 0.96vw, 3.5rem);
  color: #fff;
  line-height: clamp(2.875rem, 2.659rem + 0.96vw, 3.5rem);
  position: relative;
}

.back_top {
  display: block;
  border-bottom: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  margin-top: 5px;
}
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
.public_video {
  position: absolute;
  bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  left: 3.13vw;
  z-index: 3;
  cursor: pointer;
  width: clamp(3.688rem, 3.219rem + 2.34vw, 5.563rem);
  height: clamp(3.688rem, 3.219rem + 2.34vw, 5.563rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100%;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.public_video .text_pic {
  width: 100%;
  position: relative;
  padding: 12px;
}
.public_video .icon img {
  width: 100%;
  height: 100%;
}

/* public_swiper_btn */
.public_swiper_btn {
  position: relative;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.public_swiper_btn .iconfont {
  width: clamp(2.188rem, 2.12rem + 0.34vw, 2.5rem);
  height: clamp(2.188rem, 2.12rem + 0.34vw, 2.5rem);
  border-radius: 50%;
  color: #dbdbdb;
  background-color: transparent;
  border: 1px solid #dbdbdb;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.public_swiper_btn .prev {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-right: 15px;
}
.public_swiper_btn .iconfont:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
.index_banner_swiper {
  position: relative;
  z-index: 2;
}

.index_banner_item {
  display: block;
  position: relative;
  z-index: 2;
}
.index_banner_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.index_banner_swiper_page {
  position: absolute;
  bottom: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem) !important;
}

/* index_one */
.index_one {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.index_one_b {
  padding: 0 15px;
}
.pro_list_item {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.pro_list_item .bg {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  position: relative;
  z-index: 2;
}
.pro_list_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: calc(100% - 2px);
  height: 100%;
  background-color: var(--hue);
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;

  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item:hover::before {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item .pic {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.pro_list_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.pro_list_item:hover .pic img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.pro_list_item .con {
  padding: 10px clamp(0.625rem, 0.355rem + 1.35vw, 1.875rem)
    clamp(0.625rem, 0.355rem + 1.35vw, 1.875rem);
}
.pro_list_item .con .title {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.pro_list_item .con .text {
  text-align: center;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.pro_list_item .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin-top: 10px;
}
.pro_list_item .btn a:first-child {
  margin-right: 2.6vw;
}
.pro_list_item .btn a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.pro_list_item .btn .iconfont {
  margin-right: 8px;
}
.pro_list_item .btn a:hover {
  color: var(--hue) !important;
}
.index_one_swiper_pagination {
  position: relative;
  background-color: #e8e8e8 !important;
  height: 1px !important;
}
.index_one_swiper_pagination .swiper-pagination-progressbar-fill {
  height: 7px !important;
  top: -3.5px;
  border-radius: 5.21vw;
  background-color: var(--hue) !important;
}
/* index_two */
.index_two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.index_two_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index_two_item {
  width: calc((100% - 7.81vw) / 6);
  margin: 0 1.56vw 0 0;
  border-radius: 10px;
  overflow: hidden;
}
.index_two_item:nth-child(6n) {
  margin-right: 0;
}
.index_two_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_two_item:hover {
  transform: translate(0%, -5px);
  -ms-transform: translate(0%, -5px);
  -webkit-transform: translate(0%, -5px);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* index_three */
.index_three_l {
  width: calc(50% - 0.52vw);
}
.index_three_r {
  width: calc(50% - 0.52vw);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: space-between;
}
.index_three_item {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
.index_three_item::before {
  content: "";
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 145, 148, 64%);
}
.index_three_item img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_three_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_three_item .con {
  position: absolute;
  bottom: 2.6vw;
  left: 2.08vw;
}
.index_three_item .btn {
  margin-top: 1.04vw;
}
.index_three_b .bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(1.25rem, 0.777rem + 2.36vw, 3.438rem);
  box-shadow: 0 3px 6px rgba(32, 28, 26, 30%);
}
.index_three_b .public_btn {
  width: clamp(17.5rem, 16.824rem + 3.38vw, 20.625rem);
  height: clamp(2.5rem, 2.23rem + 1.35vw, 3.75rem);
  border-radius: 50px;
}
.index_three_b .left {
  width: 45%;
}
.index_three_b .right {
  width: 40%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* index_four */
.index_four_con {
  height: clamp(25rem, 19.595rem + 27.03vw, 50rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index_four_l {
  width: 52%;
}
.index_four_r {
  width: 30%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index_four_l .public_btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  height: 40px;
  width: 160px;
}
.index_four_l .public_btn:hover {
  background-color: #ffffff;
  color: var(--hue) !important;
}
.index_four_item {
  text-align: center;
  margin-left: 5px;
  margin-bottom: 5px;
  width: clamp(6.25rem, 5.439rem + 4.05vw, 10rem);
  height: clamp(6.25rem, 5.439rem + 4.05vw, 10rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_four_item .iconfont {
  margin-bottom: clamp(0.5rem, 0.405rem + 0.47vw, 0.938rem);
}
.index_four_item:hover {
  background-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_four_item:hover div {
  color: #ffffff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* index_five */
.index_five {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.index_five_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index_five_item {
  width: calc((100% - 2.08vw) / 2);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  margin-top: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: clamp(1.25rem, 0.845rem + 2.03vw, 3.125rem)
    clamp(0.938rem, 0.6rem + 1.69vw, 2.5rem);
}
.index_five_item .icon {
  width: clamp(3.125rem, 2.449rem + 3.38vw, 6.25rem);
  margin-right: 1.04vw;
}
.index_five_item .icon img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_five_item .con {
  width: calc(100% - clamp(3.75rem, 2.939rem + 4.05vw, 7.5rem));
}
.index_five_item .title {
  margin-bottom: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
/* index_six */
.index_six {
  height: clamp(18.75rem, 16.047rem + 13.51vw, 31.25rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.index_six_con .public_btn {
  width: clamp(16.25rem, 15.439rem + 4.05vw, 20rem);
  height: 40px;
  border: 1px solid #ffffff;
  margin: auto;
}
/* index_seven */
.index_seven_item {
  display: block;
}
.index_seven_item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.56vw;
}
.index_seven_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_seven_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_seven_item .trim {
  margin-bottom: 10px;
  color: #1c21f5;
}
.index_seven_item .title {
  margin-bottom: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_seven_item .btn {
  margin-top: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
.index_seven_item:hover .title {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* index_eight */
.index_eight_l {
  width: 50%;
}
.index_eight_r {
  width: 38%;
  margin: auto;
}
.public_inquiry_form {
  padding: 4.17vw clamp(0.938rem, 0.465rem + 2.36vw, 3.125rem);
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: brightness(130%) blur(5px);
}
.public_inquiry_title {
  text-align: center;
}
.public_inquiry_form .item {
  margin-top: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
.public_inquiry_form input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ecf8ff;
  padding-left: 1.04vw;
  font-family: var(--fwr);
  font-size: 16px;
  color: #222222;
}
.public_inquiry_form .textarea textarea::placeholder,
.public_inquiry_form input::placeholder {
  color: #222222;
  font-family: var(--fwl);
  font-size: 14px;
}
.public_inquiry_form .textarea textarea {
  width: 100%;
  font-family: var(--fwr);
  font-size: 16px;
  color: #222222;
  border-radius: 3px;
  height: clamp(3.75rem, 3.48rem + 1.35vw, 5rem);
  resize: none;
  background-color: #ecf8ff;
  padding: 10px 1.04vw;
  border: none;
}
.public_inquiry_form .btn input {
  background-color: #0084d8;
  border-radius: 30px;
  cursor: pointer;
  color: #ffffff;
  padding: 0;
  font-family: var(--fwm);
}

.faq_list1 dd {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 20%);
}
.faq_list1 dd:first-child {
  border-top: 1px solid rgba(255, 255, 255, 20%);
}
.faq_list1_item_r {
  width: 100%;
  padding: clamp(0.625rem, 0.355rem + 1.35vw, 1.875rem) 0;
}

.faq_list1_title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
}

.faq_list1_title .icon2 {
  width: 25px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  color: #000000;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.faq_list1_title .icon2::before {
  width: clamp(0.938rem, 0.802rem + 0.68vw, 1.563rem);
  content: "";
  position: relative;
  height: clamp(0.938rem, 0.802rem + 0.68vw, 1.563rem);
  background-image: url(../images/faq_list1_icon_jia.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.faq_list1 dd.hover .icon2::before {
  background-image: url(../images/faq_list1_icon_jian.png);
}
.faq_list1_title .tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: calc(100% - 50px);
  line-height: 1.4;
}

.faq_list1_text {
  margin-top: 10px;
  overflow: hidden;
  display: none;
  line-height: 1.6;
}
.faq_list1 dd.hover .icon2 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
.public_banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.public_banner_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.pro_banner_con {
  width: 50%;
  overflow: hidden;
}
.pro_banner_con .subtitle {
  margin-bottom: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
.pro_banner_con .title {
  margin-bottom: 15px;
  overflow: hidden;
}
/* list_one */
.list_one_table {
  border-top: 1px solid #e5e5e5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  overflow-x: auto;
  padding: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem) 0;
}
.list_one_table:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.list_one_table .title {
  min-width: clamp(6.25rem, 5.574rem + 3.38vw, 9.375rem);
}
.list_one_table .list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.list_one_table .item {
  white-space: nowrap;
  margin-right: 1.56vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  color: #222222;
  font-family: var(--fwr);
  height: 30px;
  padding: 0 clamp(0.938rem, 0.735rem + 1.01vw, 1.875rem);
  border-radius: 100px;
  font-size: clamp(1rem, 0.973rem + 0.14vw, 1.125rem);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_one_table .item:hover,
.list_one_table .item.hover {
  background-color: var(--hue);
  color: #ffffff;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_one_item {
  padding: 4.17vw 0;
}
.list_one_item:nth-child(2n) {
  background-color: #f5f5f5;
}
.list_one_l {
  position: relative;
  width: 45%;
  z-index: 2;
}
.list_one_r {
  width: 45%;
}
.list_one_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7f4fc;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_one_item:hover .list_one_l::before {
  background-color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_one_l .pic {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  margin-top: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
  margin-bottom: calc(0px - clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem));
  margin-left: clamp(0.625rem, 0.422rem + 1.01vw, 1.563rem);
  overflow: hidden;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_one_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_one_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.list_one_item:hover .title {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_one_r .text {
  margin: 15px 0;
}
.list_one_r .type .item {
  margin-top: 15px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.list_one_r .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-top: 2.08vw;
}
.list_one_r .btn a {
  border: 1px solid #666666;
  background-color: transparent;
  margin-right: 1.04vw;
}
.list_one_r .btn a:hover {
  background-color: var(--hue);
  border-color: var(--hue);
}
/* list_three */
.list_three_swiper .swiper-slide {
  height: auto;
}
.list_three_item {
  padding: clamp(0.938rem, 0.329rem + 3.04vw, 3.75rem);
  background-color: rgba(0, 151, 238, 60%);
  border-radius: 10px;
  height: 100%;
}
.list_three_item .content {
  position: relative;
  z-index: 2;
}
.list_three_item .dian {
  position: absolute;
  top: calc(0px - clamp(0.938rem, 0.87rem + 0.34vw, 1.25rem));
  left: calc(0px - clamp(0.938rem, 0.87rem + 0.34vw, 1.25rem));
  width: 100%;
  color: var(--hue);
  font-size: clamp(2.375rem, 2.321rem + 0.27vw, 2.625rem);
}
.list_three_item .dian2 {
  top: auto;
  bottom: -45px !important;
}
.list_three_item .cars {
  margin-top: clamp(0.625rem, 0.422rem + 1.01vw, 1.563rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.list_three_item .icon {
  width: clamp(3.438rem, 3.14rem + 1.49vw, 4.813rem);
  height: clamp(3.438rem, 3.14rem + 1.49vw, 4.813rem);
  border-radius: 50%;
  overflow: hidden;
  margin-right: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
.list_three_item .name {
  margin-bottom: 5px;
}
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
.pro_del_one {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-color: #f5f5f5;
}
.pro_del_one_t .Crumbs_box .a_box,
.pro_del_one_t .Crumbs_box .iconfont,
.pro_del_one_t .Crumbs_box .a_box a {
  color: #666666 !important;
  font-family: var(--fwl);
}
.pro_del_one_b {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.pro_del_one_l {
  width: 50%;
}
.pro_del_one_r {
  width: 44%;
}
.pro_max_swiper {
  margin-bottom: 15px;
  overflow: hidden;
}
.pro_min_swiper_item,
.pro_max_swiper_item {
  width: 100%;
  position: relative;
}
.pro_min_swiper_item img,
.pro_max_swiper_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.pro_del_one_l .bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.pro_min_swiper {
  width: calc(
    100% - (clamp(1.563rem, 1.427rem + 0.68vw, 2.188rem) * 2) - 2.34vw
  );
}
.pro_min_swiper_item {
  cursor: pointer;
  border: 1px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_min_swiper .swiper-slide-thumb-active .pro_min_swiper_item {
  border-color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.pro_swiper_btn {
  width: clamp(1.563rem, 1.427rem + 0.68vw, 2.188rem);
  background-color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
  color: var(--hue);
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_swiper_btn.prev {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pro_swiper_btn:hover {
  background-color: var(--hue);
  color: #ffffff;
}
.pro_del_one_r .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}
.pro_del_one_list {
  position: relative;
  margin-top: 20px;
  margin-bottom: 2.34vw;
}
.pro_del_one_list .item:last-child {
  padding-bottom: 0;
}
.pro_del_one_list .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-bottom: 10px;
  line-height: 1.3;
  position: relative;
}
.pro_del_one_list .item div {
  display: inline-block;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.pro_del_one_list .item .tt {
  min-width: clamp(6.25rem, 5.978rem + 1.21vw, 7.188rem);
}
.pro_del_one_r .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 1.56vw;
}
.pro_del_one_r .btn a {
  border-radius: 100px;
  border: 1px solid transparent;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: clamp(10rem, 9.492rem + 2.26vw, 11.75rem);
  height: clamp(2.5rem, 2.319rem + 0.81vw, 3.125rem);
  border: 1px solid transparent;
  margin-right: 10px;
}
.pro_del_one_r .btn a .iconfont {
  margin-right: 5px;
}
.pro_del_one_r .tel {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.pro_del_one_r .tel .iconfont {
  margin-right: 10px;
}
.pro_del_one_r .sm {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.pro_del_one_r .sm .share {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.pro_del_one_r .sm .share .tt {
  margin-left: 6px;
}
.pro_max_swiper_item .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pro_max_swiper_item .icon_pic {
  width: 19px;
  height: 29px;
}
/* del_two */
.del_two {
  position: relative;
}
.del_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8.85vw);
  background-image: url(../images/del_two_bg.jpg);
  z-index: -1;
}

.del_two_swiper_btn .iconfont:hover {
  color: var(--hue);
  background-color: #ffffff;
}
.del_two_l {
  width: 60%;
}
.del_two_r {
  width: 30%;
  margin-left: auto;
}
.del_public_title {
  position: relative;
  overflow: hidden;
}
.del_public_title .title {
  margin-bottom: clamp(0.938rem, 0.802rem + 0.68vw, 1.563rem);
}
.del_two_r .public_swiper_btn {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.del_two_swiper {
  width: calc((100% - 10px) + 50vw / 2);
  position: relative;
  z-index: 2;
}
.del_two_item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.del_two_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_two_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* del_three */
.del_three_table {
  margin-top: 1.82vw;
}

.del_three_b .list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_three_b .item {
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  padding: 0 clamp(0.625rem, 0.422rem + 1.01vw, 1.563rem);
  border-radius: 100px;

  border: 1px solid #f5f5f5;
  margin: 1.04vw 1.04vw 0 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_three_b .item:hover {
  background-color: var(--hue);
  color: #ffffff;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* del_four */
.del_four {
  background-color: #f8f8f8;
}
.del_four_l {
  width: 48%;
}
.del_four_r {
  margin: auto;
  width: 44%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}
.del_four_l .pic {
  margin-top: 1.56vw;
  width: 100%;
}
.del_four_l .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_four_l .title {
  margin-bottom: 1.82vw;
}
.del_four_r .public_inquiry_form .textarea textarea,
.del_four_r .public_inquiry_form input {
  background-color: #f8f8ff;
}
.del_four_r .public_inquiry_form .textarea textarea::placeholder,
.del_four_r .public_inquiry_form input::placeholder {
  color: #979797;
}
.del_four_r .public_inquiry_form .btn input {
  background-color: var(--hue);
}
/* del_five */
.del_five_item {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #e2e5e6;
  padding: clamp(0.938rem, 0.667rem + 1.35vw, 2.188rem) 3.39vw;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  background-color: #ffffff;
}
.del_five_item .title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.del_five_item .text {
  display: none;
  margin-top: 15px;
  width: 98%;
}
.del_five_item .iconfont {
  color: #253d4a;
  font-weight: 900;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_five_item.hover {
  background-color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_five_item.hover .iconfont {
  color: #ffffff;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_five_item.hover .title {
  color: #ffffff;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* del_six */
.del_six {
  background-color: #f8f8f8;
}
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
.pro_list_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.pro_list_dl dd {
  width: calc((100% - 30px) / 3);
  margin: 0 15px clamp(0.938rem, 0.735rem + 1.01vw, 1.875rem) 0;
}
.pro_list_dl dd:nth-child(3n) {
  margin-right: 0;
}
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us    ~~~~~~~~~~~*/
.about_one {
  position: relative;
  z-index: 2;
}
.about_one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/about_one_bg_t.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.about_one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/about_one_bg_b.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.about_one_l {
  width: 45%;
}
.about_one_r {
  width: 45%;
}
.about_one_c {
  width: 100%;
  position: relative;
}
.about_one_c .pic {
  width: 100%;
}
.about_one_c .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_one_c .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: clamp(3.75rem, 3.48rem + 1.35vw, 5rem);
  height: clamp(3.75rem, 3.48rem + 1.35vw, 5rem);
  border-radius: 50%;
  overflow: hidden;
}
.about_one_b {
  margin-top: 4.17vw;
}
.about_one_swiper .swiper-slide {
  margin-top: 1.56vw !important;
}
/* about_two */
.about_two_l {
  width: 45%;
}
.about_two_r {
  width: 38%;
  position: relative;
}
.about_two_l .title {
  margin-bottom: 2.6vw;
}
.about_two_r .max {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.about_two_r img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_two_r .min {
  position: absolute;
  bottom: -2.86vw;
  left: -3.39vw;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}
.about_two_r img:hover {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* about_three */
.about_three {
  background-color: #f8f8f8;
}
.about_three_item {
  background-color: #f4f8fa;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.about_three_item .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.about_three_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_item .con {
  padding: 1.56vw;
  text-align: center;
}
.about_three_item .title {
  margin-top: 10px;
}
.about_three_item .list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin-top: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
.about_three_item .iconfont {
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  margin: 0 clamp(0.188rem, 0.16rem + 0.14vw, 0.313rem);
  width: clamp(1.875rem, 1.74rem + 0.68vw, 2.5rem);
  height: clamp(1.875rem, 1.74rem + 0.68vw, 2.5rem);
  border-radius: 5px;
  background-color: #3d3632;
  color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.about_three_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  width: calc(100% - 2.08vw);
  height: 4px;
  background-color: #e4e9eb;
  border-radius: 10px;
  overflow: hidden;
}

/*~~~~~~~~~~~~about_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~how_to_buy    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~how_to_buy    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~how_to_buy    ~~~~~~~~~~~*/
.how_one {
  position: relative;
  z-index: 2;
}
.how_one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/how_banner.jpg);
  z-index: -1;
}
.how_one_swiper {
  position: relative;
  left: -10px;
  z-index: 2;
  width: calc(100% + 20px);
  padding: 10px;
}
.how_one_swiper .swiper-slide {
  height: auto;
}
.how_one_item {
  height: 100%;
  background-color: #f8f8ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.how_one_item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.how_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.how_one_item .pic:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.how_one_item .con {
  padding: 1.04vw 1.56vw 1.56vw;
  text-align: center;
}
.how_one_item .title {
  margin-bottom: 10px;
}
.how_one_item .text a {
  text-decoration: underline;
  display: block;
  color: #222222;
}
/* how_two */
.how_two_l {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}
.how_two_r {
  width: 50%;
}
.how_two_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.how_two_item {
  margin-top: 1.3vw;
}
.how_two_item .top {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: clamp(0.313rem, 0.177rem + 0.68vw, 0.938rem);
}
.how_two_item .icon {
  width: 21px;
  margin-right: 9px;
}
.how_two_item .title {
  line-height: 30px;
}
/* how_five */
.how_five_l {
  width: 50%;
}
.how_five_r {
  width: 48%;
}
.how_five_r img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.how_five_item {
  cursor: pointer;
  margin-top: clamp(0.938rem, 0.735rem + 1.01vw, 1.875rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.how_five_item .icon {
  width: clamp(1.25rem, 1.128rem + 0.61vw, 1.813rem);
  height: clamp(1.25rem, 1.128rem + 0.61vw, 1.813rem);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  background-color: #918e8c;
  color: #ffffff;
  margin-right: 1.04vw;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.how_five_item .icon::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.how_five_item .con {
  width: calc(100% - 1.04vw - clamp(1.25rem, 1.128rem + 0.61vw, 1.813rem));
}
.how_five_item .title {
  line-height: clamp(1.5rem, 1.419rem + 0.41vw, 1.875rem);
}
.how_five_item .text {
  margin-top: 1.04vw;
  display: none;
}

.how_five_item.hover .icon {
  background-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.how_five_item.hover .icon::before {
  content: "-";
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/*~~~~~~~~~~~~how_to_buy   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~how_to_buy   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~how_to_buy   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~team    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~team    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~team    ~~~~~~~~~~~*/
.team_one_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.team_one_dl dd {
  width: calc((100% - 45px) / 4);
  margin: 0px 15px 20px 0;
}
.team_one_dl dd:nth-child(4n) {
  margin-right: 0;
}
/*~~~~~~~~~~~~team   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~team   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~team   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
.faq_one_con {
  padding: 4.17vw 0 3.13vw 0;
}
.faq_one_search .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 100px;
  max-width: clamp(25rem, 17.568rem + 37.16vw, 59.375rem);
  margin: auto;
  overflow: hidden;
  height: clamp(2.5rem, 2.23rem + 1.35vw, 3.75rem);
}
.faq_one_search .search {
  width: calc(100% - clamp(5rem, 3.784rem + 6.08vw, 10.625rem));
  background-color: transparent;
  padding-left: 2.08vw;
  font-size: 18px;
  font-family: var(--fwr);
  color: #222222;
}
.faq_one_search .search::placeholder {
  font-size: clamp(0.875rem, 0.848rem + 0.14vw, 1rem);
  color: #666666;
  font-family: var(--fwl);
}
.faq_one_search input {
  border: none;
}
.faq_one_search .submit {
  width: clamp(5rem, 3.784rem + 6.08vw, 10.625rem);
  background-color: var(--hue);
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  background-image: url(../images/search.png);
  background-size: clamp(0.938rem, 0.802rem + 0.68vw, 1.563rem);
  background-repeat: no-repeat;
  background-position: center center;
}
/* faq_two */
.faq_two {
  background-color: #f8f8f8;
}
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_list    ~~~~~~~~~~~*/
.blog_list_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.blog_list_dl dd {
  width: calc((100% - 4.17vw) / 3);
  margin: 0 2.08vw 3.13vw 0;
}
.blog_list_dl dd:nth-child(3n) {
  margin-right: 0;
}
/*~~~~~~~~~~~~blog_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
.blog_del_t {
  background-color: #f7f8fa;
}
.blog_del_t .a_box a,
.blog_del_t .a_box {
  color: #888888 !important;
}
.blog_del_t .pro_banner_con {
  padding: 0 clamp(0rem, -2.703rem + 13.51vw, 12.5rem);
  width: 100%;
  padding-bottom: 3.13vw;
}
.blog_del_b {
  padding: 40px clamp(0rem, -2.703rem + 13.51vw, 12.5rem) var(--space);
}

.blo_deOne1_L_02 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 0;
}
.blo_deOne1_L_02 .item {
  color: #999;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-right: 1.04vw;
}
.blo_deOne1_L_02 .item .item_tt {
  font-size: 14px;
  font-family: var(--fwr);
  color: #888888;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.blo_deOne1_L_02 .item div {
  margin-right: 5px;
}
.blo_deOne1_L_02 .item .ms {
  margin-left: 5px;
}

.new_deOne1_L_05 {
  margin-top: 2.6vw;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.new_deOne1_L_05 .item {
  white-space: nowrap;
  padding: 1.04vw clamp(1.25rem, 0.859rem + 1.95vw, 2.813rem);
  width: calc((100% - clamp(4.375rem, 3.906rem + 2.34vw, 6.25rem)) / 2);
}
.new_deOne1_L_05 .item.back {
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: clamp(4.375rem, 3.906rem + 2.34vw, 6.25rem);
  border: 1px solid transparent;
  border-color: transparent #ececec transparent #ececec;
}

.new_deOne1_L_05 .item a {
  white-space: nowrap;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #888888;
  line-height: clamp(1.25rem, 1.156rem + 0.47vw, 1.625rem);
}
.new_deOne1_L_05 .item img {
  padding-right: 10px;
}
.new_deOne1_L_05 .item:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
.contact_one_l {
  width: 45%;
}
.contact_one_r {
  width: 45%;
}
.contact_one_l .line {
  width: 132px;
  height: 8px;
  border-radius: 20px;
  background-color: var(--hue);
  margin: 2.08vw 0;
}
.contact_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 1.56vw;
}
.contact_item .iconfont {
  margin-right: 5px;
  line-height: 1.6;
}
.contact_item .tt {
  color: #707070;
}
.contact_item a {
  display: block;
  margin-top: 10px;
}
.contact_item a:hover {
  color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.contact_item:last-child a {
  font-size: 14px;
}
.contact_ms {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contact_ms a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: clamp(1.938rem, 1.802rem + 0.68vw, 2.563rem);
  height: clamp(1.938rem, 1.802rem + 0.68vw, 2.563rem);
  border-radius: 50%;
  overflow: hidden;
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
  border: 1px solid transparent;
  margin-right: 12px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.contact_ms a:hover{
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* contact_two */
.contact_two {
  border-top: 15px solid var(--hue);
}
.contact_two img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~tags    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~tags    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~tags    ~~~~~~~~~~~*/
.tags_list_t {
  background-color: #f7f8fa;
  padding: 3.65vw 0;
  text-align: center;
}
.tags_list_b {
  padding: 0 clamp(0rem, -2.703rem + 13.51vw, 12.5rem);
}
.tags_list_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding: clamp(0.938rem, 0.6rem + 1.69vw, 2.5rem) 0;
}

.tags_list_item .pic {
  width: 27%;
  border-radius: 10px;
  overflow: hidden;
}
.tags_list_item:hover .pic img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.tags_list_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.tags_list_item .con {
  width: 68%;
}
.tags_list_item .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-top: clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
}
.tags_list_item .iconfont {
  margin-right: 8px;
}
/*~~~~~~~~~~~~tags   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~tags   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~tags   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~404page    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~404page    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~404page    ~~~~~~~~~~~*/
.page_404_box {
  width: 100%;
  height: calc(100vh - 120px);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center; 
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.page_404_con {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.page_404_l {
  margin-left: 5%;
}
.page_404_l .number {
  font-size: clamp(6.25rem, 4.688rem + 7.81vw, 12.5rem);
  line-height: 0.9;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.page_404_l .number span:nth-child(2) {
  color: var(--hue);
}
.page_404_l .title {
  margin-bottom: 10px;
}
.page_404_l .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  white-space: nowrap;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-top: 3.13vw;
}
.page_404_l .line {
  margin: 0 20px;
  width: 1px;
  height: 21px;
  background-color: var(--hue);
}
.page_404_l .icon1 {
  margin-right: 5px;
}
.page_404_l .btn a .tt {
  text-decoration: underline;
}
/*~~~~~~~~~~~~404page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~404page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~404page   end ~~~~~~~~~~~*/
