/*
 * author 1452726147@qq.com
 */
:root {
  --hue: #ff8e9c;
  --hue_bg: #ee7f8a;
  --space: clamp(2.813rem, 1.953rem + 4.3vw, 6.25rem);
  --fws: "Semibold";
  --fwm: "MrDafoe";
  --fwb: "BarlowSemiCondensed";
}
html,
body {
  font-family: var(--fwr);
}

.title_text {
  overflow: hidden;
}
.relative {
  position: relative;
}
/* 字体 */
.fwb {
  font-family: var(--fwb);
}
.fwm {
  font-family: var(--fwm);
}
.fws {
  font-family: var(--fws);
  line-height: 1.1;
}

.colorf8 {
  color: #f8f8f8;
}
.color23 {
  color: #232323;
}
.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_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_btns {
  border: 1px solid #000000;
  background-color: transparent !important;
}
.public_btn {
  width: clamp(10rem, 9.188rem + 4.06vw, 13.25rem);
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  border-radius: 30px;
  background-color: var(--hue_bg);
  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.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
.public_btn .icon2 {
  margin-left: 8px;
}
.public_btn .icon1 {
  margin-right: 8px;
}
.public_btn:hover {
  background-color: var(--hue);
  color: #fff !important;
}
/* 标题 */
.public_module_title{
  overflow: hidden;
}
.public_module_title .icon {
  padding-bottom: 10px;
  width: 40%;
  margin: auto;
}
.public_module_titles .line {
  margin: 20px 0 !important;
}
.public_module_title {
  position: relative;
}
.public_module_title a {
  display: inline-block;
}
.public_module_title .subtitle {
  margin-bottom: 10px;
}
.public_module_title .title {
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 8px;
}
.public_module_title .text {
  line-height: 1.8;
  max-width: 1100px;
  margin: 0 auto 0 auto;
}
.public_module_title .line {
  width: 84px;
  height: 3px;
  background-color: var(--hue);
  margin: 20px auto 0 auto;
}
.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 {
  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 {
  border-radius: 5px 0 0 5px;
  width: 44%;
  overflow: hidden;
}
.popup_inquiry_form_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_inquiry_form_r {
  border-radius: 0 5px 5px 0;
  width: 56%;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  background: #fff;
}

.popup_inquiry_form_close {
  position: absolute;
  top: -6%;
  right: 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;
  color: #ffffff;
  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;
}
.popup_inquiry_form form {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.popup_inquiry_form form .item {
  width: 100%;
  margin-bottom: 15px;
}
.popup_inquiry_form form .item input,
.popup_inquiry_form .item textarea {
  width: 100%;
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  padding-left: 10px;
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.popup_inquiry_form .item textarea::placeholder,
.popup_inquiry_form .item input::placeholder {
  font-size: 16px;
  font-family: var(--fws);
  color: #444444;
}
.popup_inquiry_form .item textarea {
  height: 114px;
  padding-top: 8px;
  resize: none;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.popup_inquiry_form form .item .public_page_btn {
  border: none;
  width: 178px;
  border-radius: 30px;
  background-color: var(--hue);
  color: #ffffff;
  cursor: pointer;
  padding-left: 0;
}

.popup_inquiry_form form .item.btn {
  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 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.Crumbs_box {
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.Crumbs_box .icon {
  margin-right: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  color: var(--hue);
}
.Crumbs_box .a_box {
  font-size: 14px;
  font-family: var(--fws);
  color: #444444;
}
.Crumbs_box .a_box a {
  color: #444444;
  font-size: 14px;
  font-family: var(--fws);
}
.Crumbs_box .a_box a:hover {
  text-decoration: underline;
}
.Crumbs_box .a_box a:first-child {
  color: #757575;
}
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
.blog_page .wp-pagenavi,
.blog_page {
  margin-top: 5.21vw;
  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 a:hover {
    border-color:#fdecec;
  color: var(--hue) !important;
  background-color: #fdecec !important;
}
.blog_page span,
.blog_page a {
  border-radius: 5px;
  padding: 0 !important;
  color: #444444;
  border: 1px solid #e5e5e5;
  font-size: clamp(0.875rem, 0.788rem + 0.38vw, 1.125rem);
  width: 38px;
  height: 38px;
  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;
  background-color: #f9fafb;
}
.blog_page .paginationjs-next,
.blog_page .paginationjs-prev {
  width: 88px;
}
.blog_page .current,
.blog_page .hover {
  color: var(--hue) !important;
  background-color: #fdecec !important;
  border-color: #fdecec !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%, -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: var(--hue_bg);
  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: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child {
  margin-bottom: 0;
}
.mobile_search_icon {
  color: #ffffff;
  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(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  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;
  transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  -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(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 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 {
  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;
  margin-top: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem) !important;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #575757;
  width: 35px;
  height: 6px;
  border-radius: 10px;
  margin: 0 6px !important;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.swiper-pagination-bullet-active {
  background-color: var(--hue_bg) !important;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* ~~~~~~~~~~~~~~~~~~~导航,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: 140px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 4;
}
.header {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 6;
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_t {
  width: 100%;
  padding-right: 3.65vw;
  background-color: #fdecec;
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.header_t_r {
  width: 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;
}
.header_t_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header_t_item {
  margin-left: 30px;
  color: #666666;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_t_item:hover,
.header_t_item:hover span {
  color: var(--hue) !important;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_t_item .iconfont {
  color: #000000;
  margin-right: 10px;
}
.header_b {
  padding:0 3.13vw;
}
.logo {
  width: clamp(3.125rem, -0.234rem + 16.8vw, 16.563rem);
  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.hover .logo1,
.logo2 {
  display: none;
}

.header.hover .logo2 {
  display: block;
}

/* 语言切换 end*/
.menu_dl_box {
  width: calc((100% - clamp(3.125rem, -0.234rem + 16.8vw, 16.563rem)));
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.menu_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.menu_dl dd {
  position: relative;
  margin: 0 1.56vw;
}
.menu_dl_box .menu_dl dd:last-child {
  margin-right: 0;
}
.menu_dl .item.static {
  position: static;
}
.menu_tt {
  height: 100px;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  text-align: center;
  color: #444444;
  white-space: nowrap;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.menu_tt .iconfont {
  color: #565656;
  margin-left: 10px;
}
.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_down {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: none;
}
.menu_down_con {
  background-color: #f8eafc;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.menu_down_list {
  padding: 30px 0 40px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.header_right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.menu_down_item {
  text-align: center;
  margin-right: 2.08vw;
}
.menu_down_item:last-child {
  margin-right: 0;
}
.menu_down_item .pic {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: clamp(4.25rem, 3.781rem + 2.34vw, 6.125rem);
  height: clamp(4.25rem, 3.781rem + 2.34vw, 6.125rem);
  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: 50%;
  margin: 0 auto 20px auto;
}
.menu_down_item:hover .pic {
  background-color: #ffc5cc;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* .menu_down2 */
.menu_down2 {
  left: -30%;
  top: 100%;
  background-color: #f8eafc;
  padding: 20px 30px;
  min-width: 230px;
}
.menu_down_two_list {
}
.menu_down_two_list .item {
  margin: 10px 0;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  font-family: var(--fws);
  color: #404040;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_down_two_list .item:hover {
  color: var(--hue);
}

.header_right .item {
  margin-left: 1.82vw;
}
/* header_search */
.click_icon {
  cursor: pointer;
  color: #001234;
}

.header_language {
  position: relative;
  cursor: pointer;
  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;
  color: #333333;
}
.header_language_01:hover {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_language_01 .iconfont {
  margin: 0 5px;
}
.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;
  font-family: var(--fwr);
}

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

.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: 34px;
  position: absolute;
  top: 11px;
  right: 26px;
  -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 */
.footer {
  position: relative;
  z-index: 2;
  background: rgb(140, 152, 249);
  background: linear-gradient(
    245deg,
    rgba(140, 152, 249, 1) 0%,
    rgba(193, 146, 190, 1) 100%
  );
}

.footer_t {
  padding: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem) 0
    clamp(2.5rem, 1.875rem + 3.13vw, 5rem);
}

.footer_t .wrapper {
  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 .top {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: clamp(1.875rem, 1.484rem + 1.95vw, 3.438rem);
}

.footer_line {
  width: calc((100% - clamp(12.5rem, 11.156rem + 6.72vw, 17.875rem)) / 2);
  height: 1px;
  background-color: #ffffff;
}
.footer_pic {
  width: clamp(12.5rem, 11.156rem + 6.72vw, 17.875rem);
}
.footer_t_l {
  width: 27%;
}
.footer_t_l .footer_t_r_item {
  width: 100%;
}
.footer_t_r {
  width: 66%;
  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;
}
.footer_t_l_sm {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 15px;
}

.footer_t_l_sm 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: 40px;
  height: 40px;
  border: 1px solid #ff8e9c;
  background-color: #ff8e9c;
  font-size: 20px;
  border-radius: 100%;
  margin: 0 13px 0 0;
  color: #fff;
}

.footer_t_l_sm a:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.footer_t_r_item .bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer_t_r_item_tt {
  color: #fff;
  margin-bottom: 15px;
}

.footer_t_r_item {
  width: 21%;
}

.footer_t_r_item_list a {
  white-space: nowrap;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
}
.footer_t_r_item_list a span {
}
.footer_t_r_item_list a:hover {
  color: var(--hue);
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}

.footer_t_r_item_list2 .item {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.footer_t_r_item_list2 .item .iconfont {
  margin-right: 10px;
}
.footer_t_r_item_list2 .item a {
  color: #fff;
}

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

.footer_form .item input {
  width: 100%;
  height: 40px;
  margin-bottom: clamp(0.625rem, 0.409rem + 0.96vw, 1.25rem);
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  font-size: 18px;
  color: #999999;
  background-color: #343434;
  font-family: var(--fwm);
}

.footer_form .item:last-child {
  background-color: #343434;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #343434;
}
.footer_form .item textarea::placeholder,
.footer_form .item input::placeholder {
  color: #999999;
  font-family: var(--fwr);
  font-size: 16px;
}
.footer_form .item:last-child textarea {
  font-size: 16px;
  color: #999999;
  padding-top: 10px;
  width: 100%;
  border: none;
  background: none;
  font-family: var(--fwm);
  height: clamp(5rem, 3.911rem + 4.84vw, 8.75rem);
}

.footer_form .submtit input {
  background: none;
  border: none;
  background-color: var(--hue);
  color: #fff;
  width: 100%;
  max-width: 170px;
  margin-top: 15px;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
}

.footer_b .wrapper {
  border-top: 1px solid #fff;
  padding: clamp(0.938rem, 0.665rem + 1.21vw, 1.875rem) 0;
}

.footer_b_text {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--fwr);
}

.footer_b_text a {
  color: #fff;
}

.footer_b_text a:hover {
  text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */

/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
.float_fixed {
  position: fixed;
  right: 0%;
  bottom: 40%;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  z-index: 8;
}

.float_fixed .item {
  background-color: var(--hue_bg);
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 4px;
  width: clamp(2.188rem, 1.953rem + 1.17vw, 3.125rem);
  height: clamp(2.188rem, 1.953rem + 1.17vw, 3.125rem);
  position: relative;
  display: block;
  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;
}
.float_fixed_list {
}
.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: 255px;
  border-radius: 10px 0 0 10px !important;
  overflow: hidden;
}
.float_fixed_list .item .item_con .con {
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: block;
  height: 100%;
  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;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.float_fixed_list .item .item_con .con .iconfont {
  margin-right: 5px;
}
.float_fixed_list .item:hover .item_con {
  width: 270px;
  -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: #fff;
  line-height: clamp(2.875rem, 2.659rem + 0.96vw, 3.5rem);
  position: relative;
}

.back_top {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  box-shadow: 2px 0 12px rgba(162, 162, 162, 28%);
  display: block;
  font-weight: 300;
  border-radius: 4px;
  background-color: var(--hue) !important;
  color: #ffffff !important;
  overflow: hidden;
  border-bottom: none !important;
}

/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
.public_video {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: clamp(4rem, 3.531rem + 2.34vw, 5.875rem);
  height: clamp(4rem, 3.531rem + 2.34vw, 5.875rem);
  background-color: #ffffff;
  z-index: 2;
  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_swiper_btn */
.public_swiper_btn {
  margin: auto;
  z-index: 1;
  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;
}
.public_swiper_btn .iconfont {
  width: clamp(2.188rem, 1.984rem + 1.02vw, 3rem);
  height: clamp(2.188rem, 1.984rem + 1.02vw, 3rem);
  border-radius: 50%;
  color: #261919;
  background-color: #ffffff;
  border: 1px solid #f3aab1;
  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);
}
.public_swiper_btn .iconfont:hover {
  border-color: var(--hue);
  color: var(--hue);
  cursor: pointer;
}

/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
.index_banner_item {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
}
.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_pagination {
  z-index: 2;
  position: absolute;
  bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) !important;
  left: 0%;
  width: 100%;
}
/* index_one */
.index_one_b,
.index_one {
  position: relative;
  z-index: 2;
}

.index_one_table {
  margin-bottom: 4.17vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.index_one_title {
  text-align: center;
  cursor: pointer;
  margin-right: 1.82vw;
  padding: 15px 10px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_one_title:last-child {
  margin-right: 0;
}
.index_one_title .title,
.index_one_title .pic {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
.index_one_title:hover,
.index_one_title.hover {
  background-color: #ffe5e5;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_one_item {
  display: block;
  width: 100%;
  text-align: center;
}
.index_one_item .pic {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 2.08vw;
  z-index: 2;
}
.index_one_item .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_one_item:hover .pic::before {
  opacity: 1;
}
.index_one_swiper_btn {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -1.04vw;
  width: calc(100% + 2.08vw);
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.index_one_swiper_btn .prev {
  transform: translate(-100%, 0%) rotate(180deg);
  -ms-transform: translate(-100%, 0%) rotate(180deg);
  -webkit-transform: translate(-100%, 0%) rotate(180deg);
}
.index_one_swiper_btn .next {
  transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
}

.index_one_t {
  position: relative;
}

.public_pic_dian {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.public_pic_dian img {
  width: 100%;
  height: 100%;
}
.absolute_pic {
  position: absolute;
  z-index: 2;
}
.absolute_pic.left {
  left: -5%;
  top: 15%;
  transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  animation: top_bottom linear 1.5s infinite alternate-reverse;
}
.absolute_pic.right {
  top: -5%;
  right: 0;
  transform: translate(100%, -20%);
  -ms-transform: translate(100%, -20%);
  -webkit-transform: translate(100%, -20%);
  animation: bottom_top linear 1s infinite alternate-reverse;
}
@keyframes top_bottom {
  0% {
    top: 4%;
  }
  50% {
    top: 2%;
  }
  100% {
    top: 0%;
  }
}
@keyframes bottom_top {
  0% {
    top: 6%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 0%;
  }
}
/* index_two */
.index_two {
  margin-bottom: var(--space);
}
.index_two_con {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  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;
}
.index_two_l {
  width: 50%;
  position: relative;
  z-index: 2;
}
.index_two_r {
  width: 38%;
}
.index_two_l .max_pic {
  overflow: hidden;
  border-radius: 20px;
  width: 91%;
  position: relative;
}
.index_two_l .max_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_two_l .min_pic {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 5px solid #ffffff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  transform: translate(25%, 45%);
  -ms-transform: translate(25%, 45%);
  -webkit-transform: translate(25%, 45%);
}
.index_two_l .min_pic img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_two_l .min_pic:hover img,
.index_two_l .max_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;
}
.absolute_pic.bottom_left {
  left: 0%;
  bottom: -5%;
  transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  animation: bottom_left linear 1.5s infinite alternate-reverse;
}
.absolute_pic.bottom_right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  animation: bottom_right linear 3s infinite alternate-reverse;
}
@keyframes bottom_left {
  0% {
    bottom: -5%;
  }
  50% {
    bottom: -3%;
  }
  100% {
    bottom: -1%;
  }
}
@keyframes bottom_right {
  0% {
    bottom: -5%;
  }
  50% {
    bottom: -2.5%;
  }
  100% {
    bottom: -1%;
  }
}
/* index_three */
.index_three {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.index_three_t .text {
  margin-left: 0;
  margin-top: 15px;
}
.index_three_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  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;
}
.index_three_l {
  padding-left: 13.54vw;
    padding-bottom:60px;
  width: 52%;
}
.index_three_r {
  width: 48%;
}
.index_three_r img {
  width: 100%;
  height: 100%;
}
.index_three_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;
}
.index_three_item {
  width: calc((100% - 30px) / 2);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 8px 0;
}
.index_three_item .dian {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f98893;
  margin-right: clamp(0.625rem, 0.516rem + 0.55vw, 1.063rem);
}
.index_three_item .title {
  margin-top: -2px;
  width: calc(100% - clamp(0.625rem, 0.516rem + 0.55vw, 1.063rem) - 13px);
}
.index_three_item:hover .title {
  color: var(--hue);
}
/* index_four */
.index_four {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  text-align: center;
}
.index_four .public_btn {
  margin: auto;
}
/* index_five */
.index_five_con {
  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 {
  display: block;
  width: calc((100% - 3.13vw) / 2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.index_five_item .pic {
  width: 100%;
  overflow: hidden;
}
.index_five_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_five_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;
}
.index_five_item .pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 14px clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  width: 100%;
  background-color: rgba(116, 126, 222, 81%);
}
.index_five_item:hover .pic .title {
  display: none;
}

.index_five_item .con {
  padding: 14px clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgba(116, 126, 222, 81%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.index_five_item:hover .con {
  height: 100%;
  opacity: 1;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_five_item .text {
  margin-top: 2.08vw;
}
.index_five_item .public_btn {
  margin-top: 2.6vw;
}
.index_five_item:hover .con {
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* index_six */
.index_six_item {
  width: 100%;
  display: block;
}
.index_six_item .pic {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.index_six_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_six_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;
}
.index_six_item .con {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
  text-align: center;
}
.index_six_item .title {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
/* index_seven */
.index_seven {
  background-image: linear-gradient(
    to right,
    rgba(238, 234, 251, 100%),
    rgba(253, 235, 251, 100%)
  );
}
.index_seven_con {
  position: relative;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.index_seven_box {
  box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  margin: auto 1.56vw;
  width: clamp(12.5rem, 4.969rem + 37.66vw, 42.625rem);
  height: clamp(12.5rem, 4.969rem + 37.66vw, 42.625rem);
  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;
  padding: clamp(0.875rem, 0.406rem + 2.34vw, 2.75rem);
}
.index_seven_box .quan {
  border: 20px solid #f3aab1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  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;
  /* padding: 20px 50px; */
}
.index_seven_box .quan .con {
  width: 75%;
}
.index_seven_box .title {
  margin-bottom: 20px;
}
.index_seven_item {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: calc(
    (100% - clamp(12.5rem, 4.969rem + 37.66vw, 42.625rem) - 3.13vw) / 2
  );
}
.index_seven_item.left {
  left: 0;
}
.index_seven_item.right {
  right: 0;
}
.index_seven_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_eight */
.index_eight_item {
  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 5.21vw;
}
.index_eight_item .iconfont {
  color: #ffcc09;
}
.index_eight_item .pic {
  width: 14%;
  border-radius: 20px;
  overflow: hidden;
}
.index_eight_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_eight_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;
}
.index_eight_item .right {
  width: 86%;
}
.index_eight_item .con {
  border-radius: 20px;
  padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem)
    clamp(0.938rem, 0.078rem + 4.3vw, 4.375rem)
    clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem)
    calc(7% + clamp(0.938rem, 0.078rem + 4.3vw, 4.375rem));
  position: relative;
  left: -7%;
  z-index: -1;
  background-color: #fafafa;
  width: calc((100% + 7%));
}
.index_eight_item .iconfont {
  text-align: center;
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.index_eight_item .name {
  text-align: center;
  margin-top: 20px;
}
/* index_nine */
.index_nine_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;
}
.index_nine_item {
  width: calc((100% - 2.6vw) / 2);
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index_nine_item .public_video {
  width: 62px;
  height: 62px;
}
.index_nine_item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index_nine_item .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 34%;
  z-index: 1;
}
.index_nine_item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;

  padding: 20px 2.08vw;
}
.index_nine_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_nine .absolute_pic {
  transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  -webkit-transform: translate(100%, -100%);
}

/* index_ten */
.index_ten {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.index_ten_l {
  width: 52%;
}
.index_ten_r {
  width: 45%;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.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;
}
.faq_list1_item_r {
  width: 100%;
  padding: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem) 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 .icon1 {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.faq_list1_title .icon2 {
  width: 29px;
  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(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-top: clamp(0.188rem, 0.141rem + 0.23vw, 0.375rem);
}

.faq_list1_title .tt {
  color: #484848;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-left: 10px;
  width: calc(100% - clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem));
  line-height: 1.4;
}

.faq_list1_text {
  margin-top: 10px;
  overflow: hidden;
  display: none;
  line-height: 1.6;
  padding-left: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
}
.faq_list1 dd.hover .tt {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.faq_list1 dd.hover .icon2 {
  color: var(--hue);
  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;
}
.popup_inquiry_contact form {
  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;
  margin-top: 20px;
}
.popup_inquiry_contact form .item {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.popup_inquiry_contact form .item .title {
  margin-bottom: 10px;
  font-family: var(--fwr);
  color: #222222;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}
.popup_inquiry_contact form .item .input_tt {
  margin-bottom: 10px;
}
.popup_inquiry_contact form .item input {
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  border: 1px solid #aec6d6;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  padding-left: 10px;
}
.popup_inquiry_contact form .item textarea::placeholder,
.popup_inquiry_contact form .item input::placeholder {
  font-size: 16px;
  color: #a8adb1;
}
.popup_inquiry_contact form .item.country,
.popup_inquiry_contact form .item.textarea {
  width: 100%;
}
.popup_inquiry_contact form .item.textarea textarea {
  padding: 10px 0 0 10px;
  resize: none;
  background-color: transparent;
  width: 100%;
  height: clamp(5rem, 4.438rem + 2.81vw, 7.25rem);
  border: 1px solid #aec6d6;
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  font-family: var(--fwr);
}
.popup_inquiry_contact form .item.submit .title {
  color: #b9c1d5;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
}
.popup_inquiry_contact form .item.submit input {
  padding-left: 0;
  background-color: var(--hue);
  font-family: var(--fwr);
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}
.popup_inquiry_contact form .item .checkbox {
  margin-top: 3px;
  appearance: auto;
  width: 19px;
  height: 19px;
  border: 1px solid #cccccc;
  margin-right: 10px;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.16);
}
.popup_inquiry_contact form .item.checkboxs {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.popup_inquiry_contact form .item.submit {
  width: clamp(8.75rem, 8.156rem + 2.97vw, 11.125rem);
  border-radius: 30px;
  overflow: hidden;
}
/* index_eleven */
.index_eleven_item {
  display: block;
}
.index_eleven_item .pic {
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.index_eleven_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_eleven_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_eleven_item .con .trim {
  margin: 10px 0;
}
.index_eleven_item .title {
  line-height: 1.6;
}
.index_eleven_swiper {
  margin-bottom: 3.13vw;
}
.index_eleven_b .public_btn {
  margin: auto;
}
.index_eleven_t .absolute_pic {
  transform: translate(60%, 0%);
  -ms-transform: translate(60%, 0%);
  -webkit-transform: translate(60%, 0%);
}
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page    ~~~~~~~~~~~*/
.page_box {
  background-image: linear-gradient(to bottom, #eeeafb, #fdebfb);
  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_box_con {
  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_l{
  width: 45%;
}
.page_r{
  width: 45%;
}
.page_box .public_btn {
  margin: auto;
  width: 170px;
}
.page_box .title {
  font-size: clamp(7.5rem, 5.625rem + 9.38vw, 15rem);
  line-height: 0.9;
}
.page_box .text {
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
/*~~~~~~~~~~~~page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send    ~~~~~~~~~~~*/
.pop_public_send {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pop_public_send .send_con {
  background-color: #ffffff;
  border-radius: 5px;
  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;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.send_con {
  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;
}
.send_con .icon {
  font-size: 128px;
  color: var(--hue);
  overflow: hidden;
  margin: auto;
}
.send_con .title {
  margin-top: 20px;
}
.send_con .text {
  margin-top: 10px;
}
.send_con .public_btn {
  margin: 20px auto 0 auto;
}
.pop_public_send_close {
  position: absolute;
  top: 2%;
  right: 2%;
  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: #444444;
  cursor: pointer;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/*~~~~~~~~~~~~send   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~privacy_policy    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~privacy_policy    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~privacy_policy    ~~~~~~~~~~~*/
.policy_two,
.policy_one {
  background-color: #f7f7f5;
}
.policy_two_con {
  margin: 0 5.21vw;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.16);
  padding: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem)
    clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}
.policy_two_t h3 {
  margin-bottom: 30px;
}
.policy_two_b .item {
  margin-bottom: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}
.policy_two_b .item .title {
  margin-bottom: 20px;
}
/*~~~~~~~~~~~~privacy_policy   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~privacy_policy   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~privacy_policy   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
.cover_one {
  padding-top: 50px;
  text-align: center;
}
.cover_one .con {
  width: 65%;
  margin: auto;
}
.cover_one .title {
  margin-bottom: 15px;
}
.cover_one .public_btn {
  height: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
  width: 100%;
  background-color: #ceb0e0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.cover_one .public_btn .tt {
  text-decoration: underline;
  margin-left: 7px;
}

.cover_two_box .top {
  overflow: hidden;
  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 #d9d9d9;
}
.cover_two_l {
  width: 80%;
}
.cover_two_l .title {
  margin-bottom: 15px;
}
.cover_two_r {
  width: 15%;
  text-align: right;
}
.cover_two_box .bottom {
  position: relative;
  margin-top: 20px;
}
.pro_list_item {
  display: block;
  width: 100%;
}
.pro_list_item .pic {
  margin-bottom: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.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 .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item:hover .pic::before {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: var(--hue_bg);
  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;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item:hover .title {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cover_two_swiper_btn {
  /* width: calc(100% + clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem));
  left: calc(0px - clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem));
  
  */
}
.cover_two_swiper_btn .iconfont {
  position: absolute;
  top: 40%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  z-index: 2;
}
.cover_two_swiper_btn .prev {
  left: 0;

  transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
}
.cover_two_swiper_btn .next {
  right: 0;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.cover_two_b {
  text-align: right;
  border-top: 1px solid #707070;
  padding-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.cover_two_b a {
  display: inline-block;
  margin-top: 10px;
}
/* cover_three */
.cover_three_r {
  width: 47%;
}
.cover_three_l {
  width: 47%;
  background-color: #f7f7f5;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(2.5rem, 1.875rem + 3.13vw, 5rem)
    clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}
.cover_three_l .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cover_three_l .title {
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.cover_three_l .text {
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.cover_three_l h3 {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.cover_three_l .item {
  margin-bottom: 15px;
}
.cover_three_l .public_btn {
  margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.cover_three_l .iconfont {
  margin-right: 10px;
  margin-top: 2px;
}
.cover_three_r .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.cover_three_r .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.cover_three_r: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;
}
.cover_three_r .subtitle {
  margin-bottom: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
}
.cover_three_r .title {
  margin-bottom: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
}
.cover_three_r .public_btn {
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  color: #444444 !important;
  background-color: transparent;
  border: 1px solid #444444;
}
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/

/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
.list_one_t {
  background-color: #f0eef1;

  overflow: auto;
}
.list_one_table {
  height: 55px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.list_one_table .item {
  color: #444444;
  font-family: var(--fws);
  white-space: nowrap;
  margin-right: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem);
}
.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% - 6.25vw) / 4);
  margin: 2.08vw 2.08vw 0 0;
}
.pro_list_dl dd:nth-child(4n) {
  margin-right: 0;
}
.list_one_con {
  text-align: center;
  margin-top: 4.69vw;
}
.list_one_title {
  display: inline-block;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--hue);
}
.list_one_con .public_btn {
  margin: auto;
}
/* list_two */
.list_two {
  background-image: linear-gradient(to right, #fdebfb, #e8e4f3);
}
.list_two_swiper .swiper-slide {
  height: auto;
}
.list_two_swiper {
  width: calc((100% + 40px));
  position: relative;
  left: -20px;
  padding: 20px;
}
.list_two_item {
  background-color: #ffffff;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem)
    clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_two_t .text {
  margin-left: 0;
}
.list_two_item .title {
  margin-top: 20px;
}
.list_two_item .text {
  margin-top: 30px;
}
.list_two_item:hover {
  transform: translate(0%,-5%);
  -ms-transform:  translate(0%,-5%);
  -webkit-transform:  translate(0%,-5%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* list_three */
.list_three_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;
  margin: 20px 0;
}
.list_three_item {
  width: calc((100% - 9.38vw) / 4);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 14px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_three_item:nth-child(4n) {
  margin-right: 0;
}
.list_three_item:hover{
  transform: translate(3%,0%);
  -ms-transform:  translate(3%,0%);
  -webkit-transform:  translate(3%,0%);
}
.list_three_item .dian {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--hue_bg);
  margin-right: 10px;
}
.list_three_item .title{
  width: calc(100% - 13px - 10px);
}
.list_three_pic {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list_three_pic .item {
  width: calc((100% - 9.11vw) / 8);
  margin: 2.08vw 1.3vw 0 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_three_pic .item:hover{
  transform: translate(0%,-5%);
  -ms-transform:  translate(0%,-5%);
  -webkit-transform:  translate(0%,-5%);
}
.list_three_pic .item:nth-child(8n) {
  margin-right: 0;
}
.list_three_pic .item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* list_four */
.list_four_b {
  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;
}
.list_four {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.list_four_t .text {
  margin-left: 0;
}
.list_four_item {
  margin: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem) 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.list_four_item .iconfont {
  margin-right: 10px;
}
.list_four_item .text {
  margin-top: 10px;
}
.list_four_l {
  width: 35%;
}
.list_four_r {
  width: 60%;
}
.list_four_r .public_btn{
	width:177px;
}
.list_four_pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
}

/* list_five */
.list_five_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: 15px;
}
.list_five_item .title {
  margin-left: 10px;
}
.list_five_l {
  width: 35%;
}
.list_five_r {
  width: 50%;
}
.list_five_l .public_btn {
  margin-top: 40px;
  width: 300px;
}
.list_five_pic {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.list_six_item img,
.list_five_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_six_item:hover img,
.list_five_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;
}
.list_six_item {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.list_six_swiper_btn {
  left: calc(0px - clamp(2.188rem, 1.984rem + 1.02vw, 3rem) - 1.56vw);
  width: calc((100% + 3.13vw) + clamp(2.188rem, 1.984rem + 1.02vw, 3rem) * 2);
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
/* list_seven */
.list_seven {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
  z-index: 2;
}
.list_seven .cover_three_l {
  padding: 0 0 0 5.21vw;
  background-color: transparent;
}
.list_seven .index_ten_r {
  width: 47%;
}
/* list_eight_item */
.list_eight_item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.list_eight_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_eight_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;
}
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
.del_one_l {
  width: 50%;
}
.del_one_r {
  width: 40%;
}
.del_one_max_swiper {
  margin-bottom: 15px;
}
.del_one_max_pic{
  width: 100%;
  overflow: hidden;
}
.del_one_min_pic {
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  overflow: hidden;
}
.del_one_max_pic img,
.del_one_min_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.del_one_title {
  overflow: hidden;
  margin-bottom: 10px;
}
.del_one_subtitle {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.del_one_type {
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}
.del_one_type .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: 10px;
}
.del_one_type .item .tt:first-child {
  min-width: clamp(5.625rem, 5.156rem + 2.34vw, 7.5rem);
}
.del_one_btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_one_btn .public_btn {
  margin-right: 1.3vw;
  color: #444444 !important;
}
.del_one_btn .public_btn:last-child {
  margin-right: 0;
  color: #ffffff !important;
}
.del_one_list {
  margin-top: 3.65vw;
}
.del_one_item {
  cursor: pointer;
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 0;
  border-top: 1px solid rgba(112, 112, 112, 41%);
}
.del_one_item:last-child {
  border-bottom: 1px solid rgba(112, 112, 112, 41%);
}
.del_one_item .top {
  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;
}
.del_one_item .bottom {
  margin: 10px 0; 
}
/* del_two */
.del_two_con {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: var(--hue);
  border-radius: 20px;
  overflow: hidden;
}
.del_two_item {
  width: calc((100% - 3px) / 4);
  border-right: 1px solid #ffc1c7;
  text-align: center;
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem) 20px;
}
.del_two_item:last-child {
  border-right: none;
}
.del_two_item .icon {
  margin-bottom: 10px;
}
/* del_four */
.del_four {
  background-color: #f7f7f5;
}
.del_four_item .icon {
  margin-bottom: 20px;
}
.del_four_item .title {
  margin-bottom: 15px;
}
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   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% - 6.25vw) / 4);
  margin: 2.08vw 2.08vw 0 0;
}
.blog_list_dl dd:nth-child(4n) {
  margin-right: 0;
}
/*~~~~~~~~~~~~blog_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
.blog_del,
.blog_del_herf {
  background-color: #f7f7f5;
}
/* blog_del */
.blog_del_l {
  width: calc(100% - clamp(11.875rem, 8.906rem + 14.84vw, 23.75rem) - 2.08vw);
}
.blog_del_r {
  width: clamp(11.875rem, 8.906rem + 14.84vw, 23.75rem);
}
.blog_del_l .top {
  background-color: #ffffff;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: clamp(2.5rem, 1.875rem + 3.13vw, 5rem)
    clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem)
    clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}
.blog_del_title {
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}
.blog_del_trim {
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.blog_del_text {
  border-bottom: 1px solid rgba(191, 191, 191, 70%);
}
.blog_del_share {
  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;
}
.blog_del_page {
  margin-top: 3.33vw;
  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;
}
.blog_del_page .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.blog_del_page .iconfont {
  width: clamp(2.188rem, 1.984rem + 1.02vw, 3rem);
  height: clamp(2.188rem, 1.984rem + 1.02vw, 3rem);
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(253, 236, 236, 48%);
  border: 1px solid #cbcbcb;
  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-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.blog_del_page .item:nth-child(2) {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.blog_del_page .item:nth-child(2) .title {
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.blog_del_page .item:first-child .iconfont {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.blog_del_r .bottom,
.blog_del_r .top {
  background-color: #ffffff;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem)
    clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem)
    clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.blog_del_list .index_eleven_item {
  margin-top: 30px;
}
.blog_del_r .bottom {
  margin-top: clamp(1.375rem, 1.031rem + 1.72vw, 2.75rem);
}
.blog_del_form form {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.blog_del_form .title {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.blog_del_form form .item {
  width: 100%;
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.blog_del_form form .item textarea,
.blog_del_form form .item input {
  width: 100%;
  height: 43px;
  border: 1px solid #dcdcdc;
  background-color: #fcfcfc;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 10px;
  font-family: var(--fws);
}
.blog_del_form form .item textarea {
  height: clamp(5.625rem, 5.078rem + 2.73vw, 7.813rem);
  padding-top: 10px;
  resize: none;
}
.blog_del_form form .item textarea::placeholder,
.blog_del_form form .item input::placeholder {
  color: #b7b7b7;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
}
.blog_del_form form .item.btn input {
  cursor: pointer;
  background-color: var(--hue_bg);
  border-color: var(--hue_bg);
  border-radius: 30px;
  width: 150px;
}
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~fair    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~fair    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~fair    ~~~~~~~~~~~*/
.fair_one {
  background-color: #f7f7f5;
}
.fair_one_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.fair_one_dl dd {
  width: calc((100% - 7.299vw) / 3);
  margin: 0 3.65vw 2.08vw 0;
  height: auto;
}
.fair_one_dl dd:nth-child(3n) {
  margin-right: 0;
}
.fair_one_item {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
  display: block;
}
.fair_one_item .pic {
  width: 100%;
  margin-bottom: 20px;
}
.fair_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.fair_one_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;
}
.fair_one_item .title {
  text-align: center;
}
.fair_one_item .type {
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 5px;
  margin-top: 15px;
}
.fair_one_item .iconfont {
  margin-right: 10px;
}
.fair_one_item .list {
  margin: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}
.fair_one_item .public_btn {
  margin: auto;
}

/* fair_two */
.column {
  float: left;
}
@media screen and (max-width: 480px) {
  .column {
    float: none;
    position: relative;
    clear: both;
  }
}

.size-1of4 {
  width: calc((100%) / 3);
}
.size-1of4:nth-child(3n) .item {
  margin-right: 0;
}
.size-1of3 {
  width: 33.333%;
}
.size-1of2 {
  width: 50%;
}

.index_Five_list[data-columns]::before {
  content: "3 .column.size-1of4";
}
.size-1of4:nth-child(4) .item {
  margin-right: 0 !important;
}
/* Configurate salvattore with media queries */
@media screen and (max-width: 450px) {
  .index_Five_list[data-columns]::before {
    content: "1 .column";
  }
}

@media screen and (min-width: 451px) and (max-width: 700px) {
  .index_Five_list[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}

@media screen and (min-width: 701px) and (max-width: 850px) {
  .index_Five_list[data-columns]::before {
    content: "3 .column.size-1of3";
  }
}

@media screen and (min-width: 851px) {
  .index_Five_list[data-columns]::before {
    content: "3 .column.size-1of4";
  }
}
.index_Five_list {
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.index_Five_list .item img {
  width: 100%;
  height: 100%;
}
.index_Five_list .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_Five_list .item {
  margin-right: 1.3vw;
  margin-bottom: 1.3vw;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.index_Five_list .item:hover .animate-box {
  border-color: var(--hue);
  box-shadow: 10px 6px 20px rgba(68, 68, 68, 50%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_Five_list .item.fadeInUp {
  opacity: 1;
}
.index_Five_list .animate-box {
  position: relative;
  display: none;
  opacity: 0;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.index_Five_list .title {
  position: absolute;
  bottom: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
  left: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
  z-index: 3;
}
.index_Five_list .column .item:nth-child(1),
.index_Five_list .column .item:nth-child(2) {
  position: relative;
  z-index: 1;
}
.index_Five_list .column .item:nth-child(3) .animate-box,
.index_Five_list .column .item:nth-child(2) .animate-box,
.index_Five_list .column .item:nth-child(1) .animate-box {
  opacity: 1;
  display: block !important;
}
.index_Five_list.hover .item {
  opacity: 1;
  z-index: 1;
}
.click_height {
  margin-top: -2.6vw !important;
  cursor: pointer;
  height: clamp(2.5rem, 2.266rem + 1.17vw, 3.438rem);
  overflow: hidden;
  text-align: center;
  margin: auto;
  background-color: #ffffff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.click_height.hover{
  margin-top: 0 !important; 
}
.click_height .iconfont {
  transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
.index_Five_list .animate-box.fadeInUp {
  opacity: 1;
}
/*~~~~~~~~~~~~fair   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~fair   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~fair   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
.contact_one_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.contact_one_item {
  margin-right: 3.65vw;
  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;
  padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  width: calc((100% - 7.299vw) / 3);
  border: 1px solid #ee7f8a;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.contact_one_item:hover{
  transform: translate(0%,-5%);
  -ms-transform:  translate(0%,-5%);
  -webkit-transform:  translate(0%,-5%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.contact_one_item .iconfont {
  margin-bottom: 10px;
}
.contact_one_item:nth-child(3n) {
  margin-right: 0;
}
.contact_one .public_pic_dian {
  top: auto;
  bottom: 0 !important;
}
/* contact_two */
.contact_two_l .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-top: 15px;
}
.contact_two_l .item .tt {
  margin-left: 10px;
  width: calc(100% - 30px);
}
.contact_two_l .subtitle {
  text-transform: uppercase;
}
.contact_two_con {
  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;
}
.contact_two_l .footer_t_l_sm {
  margin-top: 3.13vw;
}
.contact_two_l {
  width: 40%;
}
.contact_two_r {
  width: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem)
    clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}
.contact_two_form form .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;
}
.contact_two_form form .item {
  width: calc((100% - 2.08vw) / 2);
  position: relative;
  z-index: 2;
  margin-top: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.contact_two_form form .item.textarea textarea,
.contact_two_form form .item input {
  font-family: var(--fws);
  font-size: 16px;
  color: #444444;
  padding-left: clamp(0.625rem, 0.563rem + 0.31vw, 0.875rem);
  width: 100%;
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact_two_form form .item input:hover {
  border-color: var(--hue);
}
.contact_two_form form .item .title {
  margin-bottom: 15px;
}

.contact_two_form form .item.textarea {
  width: 100%;
}
.contact_two_form form .item select,
.contact_two_form form .item input::placeholder,
.contact_two_form form .item.textarea textarea::placeholder {
  color: #a4a4a4;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  font-family: var(--fws);
}
.contact_two_form form .item.textarea textarea {
  resize: none;
  padding-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  height: clamp(5.625rem, 4.172rem + 7.27vw, 11.438rem) !important;
}
.contact_two_form form .item select {
  padding-left: clamp(0.625rem, 0.563rem + 0.31vw, 0.875rem);
  width: 100%;
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  border-radius: 5px;
  border: 1px solid #cfcfcf;
}
.contact_two_form form .item .iconfont {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #5b5b5b;
}
.contact_two_form form .item select option {
  height: 50px !important;
  padding: 15px 0 !important;
}
.contact_two_form form .item.file {
  width: 100%;
}

.public_form_FileBox {
  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_form_FileBox .con {
  position: relative;
  z-index: 2;
  width: 167px;
  height: 43px;
  margin-right: 20px;
  cursor: pointer;
}
.public_form_FileBox .con br{
display: none !important;
}
.public_form_FileBox .con span{
    cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%  !important;
  height: 100%  !important;
    padding: 0  !important;
  z-index: 1;
}
.public_form_FileBox .con .uploadBox {
  text-align: center;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  background-color: #dedede;
  cursor: pointer;
  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;
}
.public_form_FileBox .con .FileName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
  opacity: 0;
  z-index: 2;
}

.contact_two_form form .item.submit {
  margin-left: auto;
  margin-right: auto;
}
.contact_two_form form .item.submit input {
  padding-left: 0;
  width: clamp(11.25rem, 10.75rem + 2.5vw, 13.25rem);
  border-radius: 30px;
  background-color: var(--hue_bg);
  color: #ffffff;
  cursor: pointer;
}
.contact_two_con .bottom_left {
  transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}
/* contact_three */
.contact_three img,
.contact_three {
  width: 100%;
  height: 100%;
}
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem    ~~~~~~~~~~~*/
.oem_one_t .text {
  margin-left: 0;
}
.oem_one .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: clamp(8.125rem, 6.094rem + 10.16vw, 16.25rem);
}
.oem_one_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.oem_one_item {
  width: calc((100% - 5.73vw) / 3);
  display: block;
  margin: 0 2.86vw 0 0;
}
.oem_one_item:nth-child(3n) {
  margin-right: 0;
}
.oem_one_item .pic {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.08vw;
}
.oem_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_one_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;
}
.oem_one_item .text {
  margin: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}
.oem_one_item .item {
  margin-top: 10px;
}
.oem_one_item .public_btn {
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.oem_one_item .public_btn:hover {
  background-color: var(--hue_bg) !important;
  border-color: var(--hue_bg);
}
.oem_one_b .public_pic_dian {
  top: 40%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
/* oem_two */
.oem_two {
  background-image: linear-gradient(to left, #eeeafb, #fdebfb);
}
.oem_two_t .text {
  margin-left: 0;
}
.oem_two_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.oem_two_item {
  position: relative;
  z-index: 2;
  width: calc((100% - 10.42vw) / 5);
  margin: 3.65vw 2.6vw 0 0;
}
.oem_two_item:nth-child(5n) {
  margin-right: 0;
}
.oem_two_item:last-child .iconfont,
.oem_two_item:nth-child(5n) .iconfont {
  display: none;
}
.oem_two_item .trim {
  width: clamp(2.313rem, 2.156rem + 0.78vw, 2.938rem);
  height: clamp(2.313rem, 2.156rem + 0.78vw, 2.938rem);
  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;
  background-color: #ee7f8a;
  margin: 0 auto 20px auto;
}
.oem_two_item .text {
  text-align: center;
}
.oem_two_item .iconfont {
  position: absolute;
  right: 0;
  top: clamp(0.438rem, 0.344rem + 0.47vw, 0.813rem);
  width: 100%;
  transform: translate(105%, 0%);
  -ms-transform: translate(105%, 0%);
  -webkit-transform: translate(105%, 0%);
}
.oem_two_item .iconfont::after {
  content: "";
  position: absolute;
  top: 11.5px;
  left: -35%;
  width: 80%;
  height: 100%;
  border-top: 1px dashed #707070;
  z-index: -1;
}
.oem_two_b .bottom_left {
  transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  -webkit-transform: translate(-120%, -50%);
}
/* oem_three*/
.oem_three_item {
  margin-top: 50px;
}
.one_three_title .text {
  margin-top: 15px;
}
.one_three_title .title span {
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  display: inline-block;
}
.one_three_title a {
  text-decoration: underline;
  color: var(--hue);
}
.oem_three_b .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.oem_three_b .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_three_b .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;
}
.oem_three_b {
  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;
}
.oem_three_b .left {
  width: 74%;
  line-height: 1.6;
  margin-right: 5%;
}
/* oem_four */

.oem_four_item {
  padding-top: 52px;
}
.oem_four_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;
  position: relative;
}
.oem_four_b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.oem_four_l {
  width: 24%;
  position: sticky;
  top: 170px;
  left: 0px;
  height: 100%;
}
.oem_four_r {
  width: 67%;
}
.quality_three_table,
.oem_four_table {
  height: 100%;
}
.quality_three_table .item,
.oem_four_table .item {
  position: relative;
  padding: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem) 0;
  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;
  cursor: pointer;
}
.quality_three_table .quan,
.oem_four_table .quan {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 2px solid var(--hue);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: auto;
}
.quality_three_table .quan::before,
.oem_four_table .quan::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--hue);
  opacity: 0;
}
.quality_three_table .item:hover .quan,
.quality_three_table .item.hover .quan,
.oem_four_table .item:hover .quan,
.oem_four_table .item.hover .quan {
  width: 19px;
  height: 19px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.quality_three_table .item:hover .quan::before,
.quality_three_table .item.hover .quan::before,
.oem_four_table .item:hover .quan::before,
.oem_four_table .item.hover .quan::before {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.oem_four_table .item:hover .tt,
.oem_four_table .item.hover .tt{
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.quality_three_table .tt,
.oem_four_table .tt {
  margin-left: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
  width: calc((100% - 19px) - clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem));
}

.oem_four_title .title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 20px;
}
.oem_four_title .quan {
  border: 5px solid var(--hue);
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-top: clamp(0.188rem, 0.156rem + 0.16vw, 0.313rem);
}
.oem_four_title .tt {
  margin-left: 14px;
  width: calc(100% - 34px);
}
.oem_four_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.oem_four_one {
  width: calc((100% - 2.6vw) / 3);
  margin: 0 1.3vw 1.3vw 0;
}
.oem_four_one:nth-child(3n) {
  margin-right: 0;
}
.oem_four_one .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.oem_four_one img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_four_one: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;
}
.oem_four_item:nth-child(3) .oem_four_one {
  width: calc((100% - 3.13vw) / 4);
  margin: 0 1.04vw 1.04vw 0;
}
.oem_four_item:nth-child(3) .oem_four_one:nth-child(4n) {
  margin-right: 0;
}
/* oem_five */
.oem_five {
  background-image: linear-gradient(to bottom, #eeeafb, #fdebfb);
}
.oem_five_l {
  width: 46%;
  margin-left: -4%;
}
.oem_five_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_five_r {
  width: 54%;
}
.oem_five_r .contact_two_form form .item.textarea textarea,
.oem_five_r .contact_two_form form .item input {
  background-color: #ffffff;
}
.oem_five_r .contact_two_form form .item.submit {
        width: 100%;
  margin-right: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
justify-content: center;
 -ms-justify-content: center;
 -webkit-justify-content: center;
}
.oem_five_r .contact_two_form form .item.submit input {
  background-color: var(--hue_bg);
}
.oem_five_r .contact_two_form form .list {
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.oem_five_r .contact_two_form form .item.file {
  width: auto;
}
/* oem_six */
.oem_six_t {
  max-width: 1000px;
  margin: auto;
}
.oem_six_t .text {
  margin-top: 20px;
}
.oem_six_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;
  margin-top: 0.78vw;
}
.oem_six_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.oem_six_item .item {
  width: 100%;
  overflow: hidden;
}
.oem_six_item .item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_six_item .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;
}
.oem_six_list:nth-child(2) .oem_six_item:nth-child(2) .item {
  margin-left: 0.78vw;
}
.oem_six_list:nth-child(1) .oem_six_item:nth-child(1) .item {
  margin-right: 0.78vw;
}
.oem_six_list:nth-child(2) .oem_six_item:nth-child(2),
.oem_six_list:nth-child(1) .oem_six_item:nth-child(1) {
  width: 55%;
}
.oem_six_list:nth-child(2) .oem_six_item:nth-child(1),
.oem_six_list:nth-child(1) .oem_six_item:nth-child(2) {
  width: 45%;
}
/* oem_seven */
.oem_seven .title {
  text-align: center;
  margin-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}
.oem_seven .public_btn {
  margin: auto;
}
/*~~~~~~~~~~~~oem   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
.faq_one_t .text {
  margin-left: 0;
}
.faq_one_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  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;
}
.faq_one_l {
  width: 63%;
}

.faq_one_r {
  width: 27%;
  background-color: var(--hue_bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.16);
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem)
    clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.faq_one_r .blog_del_form form .item.btn input {
  border-color: #ffffff;
}
/* faq_one_item */
.faq_one_item {
  border-bottom: 1px solid #888888;
}
.faq_one_item .title {
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 10px 10px;
}
.faq_one_item .text {
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 10px;
  display: none;
}
.faq_one_item.hover .title .iconfont {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~Factory    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~Factory    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~Factory    ~~~~~~~~~~~*/
.factory_one {
  padding-bottom: clamp(2.188rem, 1.641rem + 2.73vw, 4.375rem);
}
.factory_one_table {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.factory_one_item {
  width: calc((100% - 3px) / 4);
  border-right: 1px solid #d8d8d8;
  padding: 0 3.13vw;
  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;
  cursor: pointer;
}
.factory_one_item:last-child {
  border-right: none;
}
.factory_one_item .icon{
  width: clamp(2.25rem, 1.938rem + 1.56vw, 3.5rem);
}
.factory_one_item .icon img{
  width: 100%;
  height: 100%;
}
.factory_one_item .title {
  margin-left: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  width: calc(
    (100% - clamp(2.25rem, 1.938rem + 1.56vw, 3.5rem)) -
      clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)
  );
}
/* factory_two */
.factory_two_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;
}
.factory_two_l {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.factory_two_r {
  width: 48%;
}
.factory_two_item {
  border-radius: 10px;
  overflow: hidden;
  height: calc((100% - 1.3vw) / 2);
  width: calc((100% - 1.3vw) / 2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.factory_two_r .factory_two_item {
  width: 100%;
  height: 100%;
}
.factory_two_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 65, 65, 75%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.factory_two_item .con {
  position: relative;
  z-index: 2;
  padding: clamp(0.625rem, 3.13vw, 3.125rem)
    clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.factory_two_item .show {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(65, 65, 65, 75%);
  padding: 15px clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.factory_two_item .text {
  margin-top: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
  color: #d6d6d6 !important;
}
.factory_two_item:hover .show {
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.factory_two_item:hover .con,
.factory_two_item:hover::before {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* factory_three */
.factory_three {
  background-color: #f7f7f5;
}
.factory_three_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.factory_three_item {
  width: calc((100% - 2.6vw) / 3);
  margin: 1.3vw 1.3vw 0 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.factory_three_item .icon {
  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;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: rgba(255, 142, 156, 80%);
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.factory_three_item:nth-child(3n) {
  margin-right: 0;
}
.factory_three_item:hover .icon {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/*~~~~~~~~~~~~Factory   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~Factory   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~Factory   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~quality    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~quality    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~quality    ~~~~~~~~~~~*/
.quality_one_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.quality_one_b img {
}
.quality_one .public_pic_dian {
  top: auto;
  bottom: 0 !important;
}
/* quality_two */
.quality_two {
  background-color: #f7f7f5;
}
.quality_two_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.quality_two_item {
  width: calc((100% - 7.81vw) / 4);
  margin: 2.6vw 2.6vw 0 0;
  text-align: center;
  display: block;
}
.quality_two_item:nth-child(4n) {
  margin-right: 0;
}
.quality_two_item .pic {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  border: clamp(0.125rem, 0.078rem + 0.23vw, 0.313rem) solid #ffffff;
  background-color: #e2e2e2;
  padding: clamp(0.313rem, 0.156rem + 0.78vw, 0.938rem);
  margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}
.quality_two_item .pic img {
  width: 100%;
  height: 100%;
}
/* quality_three */
.quality_three_t .text {
  margin-left: 0;
}
.quality_three_table .item.hover .tt {
  color: #ffffff !important;
}
.quality_three_table .item.hover::before {
  background-color: #ff8e9c !important;
}
.quality_three_table .item .tt {
  font-size: 14px;
  line-height: 1.6;
}
.quality_three_table .item {
  border-radius: 5px;
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}
.quality_three_table .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 5px) - 19px);
  background-color: #fbebfb;
  z-index: -1;
  height: 100%;
  border-radius: 5px;
}
.quality_three_box:first-child {
  padding-top: 0;
}
.quality_three_box {
  padding-top: 50px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.quality_three_box .left {
  width: 10%;
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.quality_three_box .right {
  width: 90%;
}
.quality_three_title .title {
  text-transform: uppercase;
  margin-bottom: 1.56vw;
}
.quality_three .trim {
  
  margin-top: calc(0px - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem));
}
.quality_three_list {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.quality_three_list .quality_two_item,
.quality_three_item {
  width: calc((100% - 2.08vw) / 3);
  margin-right: 1.04vw;
}
.quality_three_list .quality_two_item:nth-child(3n){
  margin-right: 0;
}
.quality_three_item .pic {
  border: 4px solid #ffffff;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.quality_three_item:nth-child(3n) {
  margin-right: 0;
}
.quality_three_item .pic img {
  width: 100%;
  height: 100%;
}
.quality_three_four .quality_two_item,
.quality_three_four {
  width: 100%;
}
.quality_three_four .quality_two_item {
  margin-top: 0;
}
.quality_three_four_swiper_btn {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: calc(100% + 46px);
  left: -26px;
}
/* quality_three_six */
.quality_three_six {
  width: calc((100% - 10px) / 2);
  background-color: #fdebfb;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px 20px 0;
  text-align: center;
  padding: 30px 0;
}
.quality_three_six:nth-child(2n) {
  margin-right: 0;
}
.quality_three_six:nth-child(4),
.quality_three_six:nth-child(3) {
  background-color: #f1f1f1;
}
.quality_three_six .pic {
  margin: 10px auto;
  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;
  width: 100%;
}
.quality_three_six_con {
  border-radius: 10px;
  background-color: #f3ebfb;
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem)
    clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.quality_three_six_con .list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.quality_three_six_con .list .oem_four_one {
  width: calc((100% - 2.34vw) / 4);
  margin: 0 0.78vw 0.78vw 0;
}
.quality_three_six_con .list .oem_four_one:nth-child(4n) {
  margin-right: 0;
}
.quality_three_six_con .list .oem_four_one:nth-child(2n) {
  margin-top: 35px;
}
.quality_three_six_con .list .oem_four_one .pic {
  border-radius: 0;
}
.quality_three_text {
  margin-top: 2.6vw;
  line-height: 1.8;
}
.quality_three_text .contact {
  text-decoration: underline;
  display: block;
  margin: 15px 0 25px 0;
}
/* quality_four */
.quality_four_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.quality_four_item {
  width: calc((100% - 6.51vw) / 6);
  margin: 1.3vw 1.3vw 0 0;
  border-radius: 10px;
  overflow: hidden;
}
.quality_four_item:nth-child(6n) {
  margin-right: 0;
}
.quality_four {
  background-image: linear-gradient(to right, #eeeafb, #fdebfb);
}
.quality_four_item img {
 
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.quality_four_item:hover img {
  transform: translate(0%, -5%);
  -ms-transform: translate(0%, -5%);
  -webkit-transform: translate(0%, -5%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/*~~~~~~~~~~~~quality   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~quality   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~quality   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
.about_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.about_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #8c98f9, #e4bbe3);
  opacity:0%;
  z-index: -1;
}
.about_banner_con {
  width: 45%;
  height: clamp(18.75rem, 14.844rem + 19.53vw, 34.375rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.about_banner_con .title {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.about_banner_con .public_btn {
  margin-top: 2.08vw;
}
/* about_one */
.about_one_t .text {
  max-width: 100%;
  margin-left: 0;
}
.about_one_b {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
.about_one_b img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_one_b: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_one_b .public_video {
  width: clamp(4.375rem, 3.5rem + 4.38vw, 7.875rem);
  height: clamp(4.375rem, 3.5rem + 4.38vw, 7.875rem);
  background-color: rgba(255, 142, 156, 71%);
  border: 5px solid #ffffff;
}
.about_one_b .public_video .iconfont {
  color: #ffffff;
}
.about_one_t .subtitle{
  margin: 15px 0;
}
/* about_two */
.about_two_con{
  margin-bottom: 4.17vw;
}
.about_two_l {
  width: 43.5%;
} 
.about_two_r {
  width: 50%;
  position: relative;
}
.cover_two_l   .title,
.about_two_l   .title{
	color:#ff8e9c  !important;
}
.about_two_l .subtitle {
  margin: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}
.about_two_r .max_pic {
  width: 88%;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.about_two_r .min_pic {
  width: 65%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%); 
}
.about_two_r .min_pic img{
  width: 100%;
}
.about_two_r .max_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.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_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.about_three_item {
  position: relative;
  z-index: 2;
  width: calc((100% - 3.91vw) / 4);
  margin: 0 1.3vw 1.3vw 0;
 
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_item:nth-child(4n) {
  margin-right: 0;
}
.about_three_item .con{
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 12px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) ;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_item .icon {
  width: clamp(3.375rem, 3.063rem + 1.56vw, 4.625rem);
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.about_three_item .icon2 {
  display: none;
}
.about_three_item .right {
  width: calc(
    100% - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) -
      clamp(3.375rem, 3.063rem + 1.56vw, 4.625rem)
  );
}

.about_three_item .pic{
  width: calc((100%) + 2.6vw );
  position: relative;
  left: -1.3vw;
  height: 0px;
  opacity: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  
}
.about_three_item .pic img{
  width: 100%;
  height: 100%;
}
.about_three_item:hover{
  transform: translate(0%,-30px);
}
.about_three_item:hover .pic{
  opacity: 1;
  height: 45px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_item:hover .con{
  background-color: #FF8E9C;
  padding-bottom: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_item:hover .con div{
  color: #ffffff;
}
.about_three_item .con .number{
  margin-bottom: 10px;
  line-height: .9;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
 align-items: flex-end;
 -ms-align-items: flex-end;
 -webkit-align-items: flex-end;
}
.about_three_item .con .title{
  line-height: 1.6;
}
.about_three_item:hover .icon1{
  display: none;
}
.about_three_item:hover .icon2{
  display: block;
}
.about_two_r .absolute_pic.bottom_right{
  transform: translate(50%,100%);
  -ms-transform:  translate(50%,100%);
  -webkit-transform:  translate(50%,100%);
  
}
/* about_four */
.about_four{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  height: 100vh;
}
.about_four .subtitle{
  margin: 10px 0 2.6vw 0;
}
.about_five_t .public_module_title{
  width: 60%;
}
.about_five_t .absolute_pic.right{
  transform: translate(30%, -20%);
  -ms-transform:  translate(30%, -20%);
  -webkit-transform:  translate(30%, -20%);
}
.about_five_b {
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.about_five_l {
  width: 44%;
  position: relative;
}
.about_five_l .pic{
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.about_five_l .pic img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_five_l .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;
}
.about_five_l .con{
  position: absolute;
  bottom: -70px;
  right: -30px;
  z-index: 2;
  background-color: var(--hue);
  border-radius: 10px;
  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.125rem, 7.188rem + 4.69vw, 11.875rem);
  height: clamp(8.125rem, 7.188rem + 4.69vw, 11.875rem);
  /* transform: translate(20%,40%);
  -ms-transform:  translate(20%,40%);
  -webkit-transform:  translate(20%,40%); */
}
.about_five_l .con .title{
  margin-top: 15px;
}
.about_five_r{
  width: 45%;
}
.about_five_r .faq_one_list{
  margin: 1.56vw  0 2.6vw 0;
}
.about_five_title{
  line-height: 1.6;
}
.about_six{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.about_six_con .public_module_title{
  margin: 30px 0;
}

.about_seven{
  background-color: #ffffff;
}
.about_seven .quality_four_item img{
  mix-blend-mode: multiply;
}
/* about_eight */
.about_eight{
  background-color: #F3EBFB;
}
.about_eight .public_btn{
  margin: auto;
  margin-top: 4.17vw;
}
/*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
.wpcf7-spinner{
display: none;
}














/* ~~~~~~~~~~Picture page,css  新增页面 */
/* ~~~~~~~~~~Picture page,css  新增页面 */
/* ~~~~~~~~~~Picture page,css  新增页面 */
.pictureOne1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: clamp(2.5rem, 1.916rem + 2.46vw, 4.375rem);
}

.pictureOne1_item {
  border: 1px solid #eeeeee;
  padding: 20px clamp(0.625rem, 0.236rem + 1.64vw, 1.875rem) 25px;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pictureOne1_item:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.pictureOne1_item_top {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pictureOne1_item_top .title {
  width: calc(100% - 10px - clamp(1.813rem, 1.365rem + 1.89vw, 3.25rem));
  color: #444444;
}

.pictureOne1_item_top .iconfont {
  font-size: clamp(1.5rem, 1.189rem + 1.31vw, 2.5rem);
  color: #444444;
  text-align: center;
  width: clamp(1.813rem, 1.365rem + 1.89vw, 3.25rem);
  height: clamp(1.813rem, 1.365rem + 1.89vw, 3.25rem);
  line-height: clamp(1.813rem, 1.365rem + 1.89vw, 3.25rem);
  cursor: pointer;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.pictureOne1_item_bot {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pictureOne1_item_bot_l {
  width: 42.5%;
}

.picture_every .img_box {
  -ms-perspective: 900px;
  -moz-perspective: 900px;
  -webkit-perspective: 900px;
  perspective: 900px;
  overflow: hidden;
}

.picture_every .img_box img {
  width: 100%;
}

.picture_every:hover .img_box img {
  -ms-transform: translateZ(80px);
  -moz-transform: translateZ(80px);
  -webkit-transform: translateZ(80px);
  transform: translateZ(80px);
  -ms-transition: all 1.6s;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

.picture_every .title {
  color: #444444;
  padding-top: clamp(0.5rem, 0.364rem + 0.57vw, 0.938rem);
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.picture_every:hover .title {
  color: var(--hue);
}

.pictureOne1_item_bot_r {
  width: 55.6%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.4%;
  row-gap: 25px;
}

.pictureOne1_item_bot_r > .picture_every:nth-child(n + 7) {
  display: none;
}

.pictureOne1_item.on .pictureOne1_item_top .iconfont {
  -ms-transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.pictureOne1_item.on .pictureOne1_item_bot .pictureOne1_item_bot_r > .picture_every:nth-child(n + 7) {
  display: block;
}

/* ~~~~~~~~~~Picture page,css  新增页面~~~~end */
/* ~~~~~~~~~~Picture page,css  新增页面~~~~end */
/* ~~~~~~~~~~Picture page,css  新增页面~~~~end */



.picture_every .img_box {
    position: relative;
}


.picture_every .img_box .play_btn {
    font-size: clamp(1.5rem, 1.232rem + 1.13vw, 2.5rem);
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: clamp(2.875rem, 2.474rem + 1.69vw, 4.375rem);
    height: clamp(2.875rem, 2.474rem + 1.69vw, 4.375rem);
    border-radius: 50%;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}