:root {
  --space: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
  --hue: #1c3f95;
  --bg: #f2b72f;
  --text: #04192a;
  --font: "Outfit";
  --fwt: "Inter";
}
html,
body {
 
  font-weight: 400;
  font-family: var(--font);
}
.w_1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* 字体 */
.fwb {
  font-family: var(--font);
  font-weight: 900;
}
.fwr {
  font-family: var(--font);
  font-weight: 500;
}
.fwt {
  font-family: var(--fwt);
}
.color46 {
  color: #464541;
}
.colorm {
  color: var(--text);
}

.pt {
  padding-top: var(--space);
}
.pb {
  padding-bottom: var(--space);
}
.ptb {
  padding-top: var(--space);
  padding-bottom: var(--space);
}
.p_b_20 {
  padding-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.p_b_30 {
  padding-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.p_b_40 {
  padding-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}

/* 公用btn */
.public_btn {
  font-weight: 600;
  font-family: var(--font);
  text-transform: uppercase;
  text-align: center;
  color: var(--text);
  padding: 0px clamp(0.938rem, 0.547rem + 1.95vw, 2.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;
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  background-color: var(--bg);
  position: relative;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
.public_btn:hover {
  background-color: var(--hue);
  color: #fff !important;
}
/* 标题 */
.public_module_titles {
  max-width: 680px;
  margin: auto;
  text-align: center;
}
.public_module_titles .public_subtitle {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.public_module_title {
  position: relative;
}
.public_module_title .title {
  display: inline-block;
  line-height: 1.4;
  color: #04192a;
  margin-bottom: 10px;
}
.public_module_title .line {
  margin: 1.56vw auto;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.public_module_title .line .icon {
  width: 24px;
  margin: 0 15px;
}
.public_module_title .line::before {
  flex-grow: 1;
  display: block;
  content: "";
  border-bottom: 1px dashed #adb7c0;
}
.public_module_title .line::after {
  display: block;
  flex-grow: 1;
  content: "";
  border-bottom: 1px dashed #adb7c0;
}
.text {
  font-family: var(--fwt);
  font-weight: 500;
  line-height: 1.6;
  color: #3e4751;
}
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */

.popup_inquiry {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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 {
  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: 800px;
  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: 40%;
}
.popup_inquiry_form_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_inquiry_form_r {
  width: 60%;
  padding: 30px;
  background: #fff;
}

.popup_inquiry_form_close {
  position: absolute;
  top: 10px;
  right: 10px;
  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: 30px;
  height: 30px;
  font-size: 20px;
  color: var(--hue);
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--hue);
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.popup_inquiry_title {
  margin-bottom: 5px;
}

.popup_inquiry_form form {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.popup_inquiry_form form .item {
  width: 100%;
  margin-bottom: 9px;
}
.popup_inquiry_form form .item input,
.popup_inquiry_form .item textarea {
  width: 100%;
  height: clamp(2.5rem, 2.349rem + 0.67vw, 2.938rem);
  padding-left: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.popup_inquiry_form .item.textarea textarea::placeholder,
.popup_inquiry_form .item input::placeholder {
  font-size: 16px;
  color: #888;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.popup_inquiry_form .item textarea {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  height: 80px;
  padding-top: 8px;
  resize: none;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.popup_inquiry_form form .item .public_page_btn {
  border: none;
  background-color: var(--hue);
  color: #ffffff;
  cursor: pointer;
}

/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~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%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  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 {
  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;
  z-index: 14;
  width: 100%;
  height: 52px;
  background-color: #fff;
  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: #333333;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child {
  margin-bottom: 0;
}
.mobile_search_icon {
  width: 34px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  margin-right: 52px;
  cursor: pointer;
}
.mobile_search_icon img {
  width: 100%;
}
.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 {
  /* display: none; */
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  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: 18px;
  color: #333333;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}
.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(270deg);
  -webkit-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -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: 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 {
  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;
}
.mobile_search_btn_text {
  height: 100%;
  line-height: 100%;
  width: 30px;
}
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* swiper焦点 */
.swiper-pagination-bullets {
  margin-top: 20px;
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 5px !important;
  height: 8px;
  width: 8px;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #c7c7c7;
  color: transparent;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
  outline: none;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--hue);
}
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
.header_box {
  position: relative;
  padding-top: 24px;
  z-index: 4;
  height: 137px;
}
.header {
  position: relative;
  width: 100%;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.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_b {
  height: 100%;
}
.header_tel {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.header_item_tel {
  color: var(--text);
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-right: 30px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_item_tel:hover {
  color: var(--bg) !important;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_item_tel .icon {
  width: 18px;
  margin-right: 10px;
}
.header_item_tel .icon img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.logo {
  width: 260px;
  height: 55px;
  height: 100%;
  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%;
}
.header_right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header_chatnow {
  text-transform: uppercase;
  cursor: pointer;
  width: clamp(11.25rem, 10.469rem + 3.91vw, 14.375rem);
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  font-weight: 600;
  background-color: var(--bg);
  color: var(--text);
  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.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_chatnow:hover {
  background-color: var(--hue);
  color: #ffffff;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_t {
  height: 58px;
  position: relative;
  z-index: 4;
}
.menu_dl_box {
  background-color: var(--hue);
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu_dl {
  width: 100%;
  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 {
  width: 100%;
  position: relative;
  margin: 0 5px;
  padding: 0 20px;
}
.menu_dl dd:first-child {
  margin-left: 0;
}
.menu_dl dd:last-child {
  margin-right: 0;
}
.menu_tt {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  height: 58px;
  display: block;
  white-space: nowrap;
  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;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_tt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 4px;
  background-color: var(--bg);
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_dl .menu_tt:hover::before,
.menu_dl .hover .menu_tt::before {
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_down {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 100%;
  width: 270px;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 10px 0 20px 0;
  background-color: #ffffff;
  overflow: hidden;
  display: none;
}

.menu_down_list {
  width: 100%;
}
.menu_down_list a {
  display: block;
  color: var(--color6);
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--fwr);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 2.6vw 10px 1.3vw;
}

.menu_down_list .hover {
  background-color: #fff;
  color: var(--hue);
}

.menu_down_list a:hover {
  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 {
  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 !important;
}
.all_public_form .icon_01 img {
  width: 30px;
}
.all_public_form .public_form_close {
  width: 30px;
  position: absolute;
  top: 14px;
  right: 26px;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888 !important;
  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;
}
.header_search {
  height: 59px;
  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;
  cursor: pointer;
  color: #fff;
}
.header_search .click_icon {
  width: 26px;
}
.shopping img,
.header_search .click_icon img {
  width: 100%;
  height: 100%;
}
.shopping {
  width: 28px;
}
.header_right .item {
  margin: 0 1.04vw;
}
.header_right .item:last-child {
  margin-right: 0;
}
.header_box .header.hover .header_t{
  background-color: var(--hue);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 6%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_box .header.hover .menu_dl_box{
  transform: translate(0%);
  -ms-transform: translate(0%);
  -webkit-transform: translate(0%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
.footer {
  position: relative;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #464541;
}
 
.footer_b_linkedin{
  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;
  color: #ffffff;
  font-size: 16px;
}
.footer_b_linkedin a{
  color: #ffffff;
  margin: 0 15px;
}
.footer_b {
  background: var(--hue);
  padding: 15px 0;
}
.footer_b .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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer_b .text {
  color: #fff;
}
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
.m19_banner_swiper {
  height: clamp(12.5rem, 3.75rem + 43.75vw, 47.5rem);
}
.m19_banner_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  z-index: 2;
}
.m19_banner_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(110deg, var(--text) 20%, #ffffff00 86%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.m19_banner_item .con {
  width: 55%;
  position: relative;
  z-index: 2;
}
.public_subtitle {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 15px;
}
.public_subtitle .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-right: 1.04vw;
}
.public_subtitle .icon {
  width: 12px;
  height: 12px;
  background-color: var(--bg);
  margin-right: 10px;
}
.public_subtitle .tt {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--hue);
}
.public_subtitle .item:last-child {
  margin-right: 0;
}
.m19_banner_item .title {
  margin-bottom: 2.08vw;
  font-weight: 700;
}
.m19_banner_item .text {
  font-weight: 500;
  font-family: var(--fwt);
  color: #ffffffd6;
  position: relative;
  z-index: 2;
  border-left: 4px solid var(--bg);
  padding-left: 20px;
}

.m19_banner_item .bottom {
  margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-weight: 500;
}

.m19_banner_item .public_btn {
  width: clamp(15rem, 14.063rem + 4.69vw, 18.75rem);
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.m19_banner_item .icon {
  width: 25px;
}
.elementor-headline-text-wrapper {
  position: relative;
}
@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }

  to {
    opacity: 0;
    filter: blur(10px);
  }
}
.elementor-headline svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.elementor-headline svg path {
  stroke: var(--bg);
  stroke-width: 9;
  fill: none !important;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}
.elementor-headline.e-animated svg path {
  animation: elementor-headline-dash forwards;
  animation-delay: 1s;
  animation-duration: var(--animation-duration, 2s);
  animation-iteration-count: 1;
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }

  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
/* m19_one */
.m19_one_l {
  width: 48%;
}
.m19_one_r {
  width: 48%;
}
.m19_one_item {
  margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
  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;
}
.m19_one_item .icon {
  width: clamp(2.5rem, 2.375rem + 0.63vw, 3rem);
  height: clamp(2.5rem, 2.375rem + 0.63vw, 3rem);
  background-color: var(--hue);
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  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;
}
.m19_one_item .icon img {
  width: 60%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_one_item .title {
  color: var(--text);
  margin-bottom: 10px;
  font-weight: 600;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.m19_one_item .text {
  color: #666666;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}
.m19_one_item .con {
  width: calc(
    100% - clamp(2.5rem, 2.375rem + 0.63vw, 3rem) -
      clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)
  );
}

.m19_one_r .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.m19_one_r .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_one_r .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;
}
.m19_one_r .bottom {
  position: relative;
  z-index: 2;
  margin-top: -127px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.m19_one_r .bottom .con {
  text-align: center;
  background-color: var(--hue);
  padding: 2.5vw 1.25vw;
  width: 50%;
  border-top: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem) solid #ede8e2;
}
.m19_one_r .bottom .pic {
  width: 50%;
  border: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem) solid #ede8e2;
  border-right: none;
  border-bottom: none;
}

/* .m19_two */
.m19_two {
  background-color: #f9f6ef;
}

.m19_two_l {
  width: 48%;
}
.m19_two_r {
  width: 48%;
}

.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% - 3.13vw) / 3);
  margin: 0 1.56vw 1.56vw 0;
}
.pro_list_dl dd:nth-child(3n) {
  margin-right: 0;
}
.pro_list_item {
  border: 1px solid #ede8e2;
  background-color: #ffffff;
  display: block;
  position: relative;
  z-index: 2;
}
.pro_list_item .pic {
  width: 100%;
  overflow: hidden;
}
.pro_list_item .pic 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 {
  text-align: center;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.pro_list_item .title {
  margin-bottom: 20px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item .text {
  margin-bottom: 30px;
}
.pro_list_item .btn {
  color: var(--hue);
  margin: auto;
  height: 40px;
  width: clamp(8.75rem, 8.203rem + 2.73vw, 10.938rem);
  background-color: #f9f6ef;
  border: 1px solid #ede8e2;
  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;
}
.pro_list_item:hover .title {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item:hover .btn {
  background-color: #ffffff;
  color: var(--text);
  border: 1px solid var(--bg);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.public_title_cta {
  margin-top: 20px;
}
.m19_two_btn {
  margin-top: 2.08vw;
  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;
}
.m19_two_btn .icon {
  width: 30px;
}
.m19_two_btn .public_btn {
  margin-right: 2.08vw;
}
/* m19_three */
.m19_three {
  background-color: var(--hue);
}

.m19_three_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.m19_three_item {
  display: block;
  width: calc((100% - 5.21vw) / 4);
  margin: 1.04vw 0 0 1.04vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.m19_three_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_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;
}
.m19_three_item .con {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_three_item .title {
  color: var(--bg);
  margin-bottom: 10px;
}
.m19_three_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hue);
  opacity: 0%;
  z-index: 1;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_three_item:hover::before {
  opacity: 60%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_three_item:hover .con {
  opacity: 1;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_three_b .public_btn {
  margin: 0;
  background-color: var(--bg);
}

/* m19_four */
.m19_four_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.m19_four_item .pic {
  width: 100%;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.m19_four_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_four_item {
  width: calc((100% - 3.91vw) / 4);
  text-align: center;
  margin: 0 1.3vw 1.3vw 0;
  position: relative;
  background-color: #f9f6ef;
}
.m19_four_item:nth-child(4n) {
  margin-right: 0;
}
.m19_four_item .title {
  color: var(--text);
  margin-bottom: 15px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.m19_four_item .con {
  padding: 2.5vw clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
  padding-top: 0;
}
.m19_four_item:hover .title {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* m19_five */
.m19_five {
  background-color: var(--text);
  padding: 60px 0;
}
.m19_five_l {
  width: 50%;
  margin: auto;
}
.m19_five_r {
  width: 30%;
  margin: auto;
}
.m19_five_tel {
  display: block;
  border: 1px solid var(--bg);
  background-color: var(--hue);
  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;
  padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.m19_five_tel .pic {
  width: clamp(3.125rem, 2.813rem + 1.56vw, 4.375rem);
  height: clamp(3.125rem, 2.813rem + 1.56vw, 4.375rem);
  border-radius: 50%;
  overflow: hidden;
}
.m19_five_tel .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_five_tel .con {
  width: calc(
    100% - clamp(3.125rem, 2.813rem + 1.56vw, 4.375rem) -
      clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)
  );
}
.m19_five_tel .tel {
  margin-top: 10px;
  color: var(--bg);
}

/* m19_six_item */
.m19_six_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  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;
  margin-bottom: 40px;
}
.m19_six_item:last-child {
  margin-bottom: 0;
}
.m19_six_item:nth-child(2n) {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.m19_six_l {
  width: 48%;
}
.m19_six_r {
  width: 45%;
  overflow: hidden;
}
.m19_six_list .item {
  margin-top: 5px;
  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;
}
.m19_six_list .item .icon {
  width: 16px;
  height: 16px;
}
.m19_six_list .item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_six_list .item .text {
  width: calc(100% - 16px - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem));
}
.m19_six_l .public_btn {
  margin-top: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  width: 220px;
  text-transform: capitalize;
  background-color: #f9f6ef;
  border: 1px solid #ede8e2;
  color: var(--hue);
}
.m19_six_l .public_btn:hover {
  background-color: #ffffff;
  border-color: var(--bg);
  color: var(--text) !important;
}
.m19_six_r img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_six_r: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;
}
/* m19_seven */
.m19_seven {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.m19_seven_b{
  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;
}
.m19_seven_item .top {
  background-color: var(--hue);
  padding: clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem);
  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;
}
.m19_seven_l{
  width: 60%;
  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;
}
.m19_seven_l .pic{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.m19_seven_l .con{
  width: calc(100% - 64px  -  16px);
  margin-left: 16px;
}
.m19_seven_l .list{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
} 
.m19_seven_l .list .icon{
  width: 10px;
  margin-right: 4px;
}
.m19_seven_l .tt{
  color: #FFFFFFD6;
}
.m19_seven_r{
  width: 24px;
}
.m19_seven_item .bottom {
  padding: clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem);
  background-color: #ffffff;
}
.m19_seven_btn{
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.m19_seven_btn img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m19_seven_swiper{
  width: calc(100% - 50px);
  overflow: hidden;
}
.m19_seven_btn.next{
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* m19_eight */
.m19_eight{
  padding: 30px 0;
}
.m19_eight_l{
  width: 42%;
}
.m19_eight_r{
  background-color: var(--text);
  width: 50%;
  padding: 2.6vw clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
  
}
.m19_eight_l .text{
  color: #ffffff;
}
.m19_eight_l .m19_five_tel{
  margin-top: 2.08vw;
}
.m19_eight_r .list{
  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;
}
.m19_eight_r .item{
  width: calc((100% - 25px) / 2);
  margin-bottom: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
}
.m19_eight_r .item.active{
  width: 100%;
}
.m19_eight_r .item input{
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--fwt);
  padding: 0 5px;
  height: 42px;
  border: 1px solid #FFFFFF3B;
  background-color: #FFFFFF3B;
}
.m19_eight_r .item textarea{
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--fwt);
  padding: 0 5px;
 
  border: 1px solid #FFFFFF3B;
  background-color: #FFFFFF3B;
}
.m19_eight_r .item textarea::placeholder{
  color:#FFFFFF ;
  opacity: 60%;
}
.m19_eight_r .item input::placeholder{
  color:#FFFFFF ;
  opacity: 60%;
}
.m19_eight_r .item.submit input{
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
} 
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
.float_fixed_top .item {
  position: relative;
}

.float_fixed {
  position: fixed;
  right: 1%;
  bottom: 40%;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  z-index: 3;
}

.float_fixed .item {
  background-color: var(--hue);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  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: clamp(2.25rem, 2.021rem + 0.98vw, 2.875rem);
  height: clamp(2.25rem, 2.021rem + 0.98vw, 2.875rem);
  text-align: center;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 10%);
}

.float_fixed .item img{
  width: 50%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.float_fixed_list .item .item_con {
  position: absolute;
  top: 0;
  right: 0%;
  width: 0;
  border-radius: 5px;
  color: var(--hue);
  font-size: 16px;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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;
  overflow: hidden;
}

.float_fixed_list .item:hover .item_con {
  width: 265px;
  -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;
}

.float_fixed_list .item .item_con .icon {
  width: 80px;
  height: clamp(2.875rem, 2.659rem + 0.96vw, 3.5rem);
  color: var(--hue);
  line-height: clamp(2.875rem, 2.659rem + 0.96vw, 3.5rem);
  position: relative;
}

.float_fixed_list .item .item_con .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  border-left: 15px solid var(--hue2);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid transparent;
  z-index: 2;
}

.back_top {
  display: block;
  font-weight: 900;
}
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
