/*
 * author 1452726147@qq.com
 */
:root {
  --hue: #e40000;
  --space: clamp(2.813rem, 1.641rem + 5.86vw, 7.5rem);
  --fws: "SemiBold";
  --fwr: "Regular";
  --fwc: "BarlowCondensed";
  --fwb: "Bold";
}
html,
body {
  font-family: var(--fwr);
}

.title_text {
  overflow: hidden;
}
/* 字体 */
.fwb {
  font-family: var(--fwb);
}
.fwr {
  font-family: var(--fwr);
}
.fws {
  font-family: var(--fws);
  line-height: 1.1;
}
.fwc {
  font-family: var(--fwc);
}
.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(11.25rem, 10.547rem + 3.52vw, 14.063rem);
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  border-radius: 5px;
  background-color: var(--hue);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: 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 .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;
}
.public_module_title .text {
  line-height: 1.8;
  max-width: 1100px;
  margin: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) auto 0 auto;
}
.public_module_title .line {
  width: 84px;
  height: 3px;
  background-color: var(--hue);
  margin: 20px auto 0 auto;
}
.text {
  font-family: var(--fwr);
  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%;
}

.popup_inquiry_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 37%);
  cursor: pointer;
}

.popup_inquiry_form {
  width: 40%;
  max-width: 680px;
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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_close {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  -webkit-transform: translate(150%, -50%);
  cursor: pointer;
  border: 2px solid #ffffff;
  color: #ffffff;
  z-index: 4;
  width: clamp(2.188rem, 2.016rem + 0.86vw, 2.875rem);
  height: clamp(2.188rem, 2.016rem + 0.86vw, 2.875rem);
  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: 100%;
  overflow: hidden;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.click_popup_inquiry {
  cursor: pointer;
}
.popup_inquiry_b {
  overflow: hidden;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.popup_inquiry_l {
  width: 44%;
  overflow: hidden;
}
.popup_inquiry_l img {
  width: 100%;
  height: 100%;
}
.popup_inquiry_r {
  border: 1px solid #5b5b5a;
  position: relative;
  z-index: 2;
  left: 0px;
  width: 100%;
  padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem)
    clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #ffffff;
}
.popup_inquiry_r .title {
  margin-bottom: 10px;
}
.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: 1.56vw;
}
.popup_inquiry_contact form .item {
  width: 100%;
  margin-top: 15px;
}
.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 {
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  border: 1px solid #444444;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  padding-left: 10px;
  font-family: var(--fwr);
}
.popup_inquiry_contact form .item textarea::placeholder,
.popup_inquiry_contact form .item input::placeholder {
  font-size: 16px;
  font-family: var(--fwr);
  color: #333333;
}
.popup_inquiry_contact form .item.country,
.popup_inquiry_contact form .item.submit,
.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 #444444;
  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:hover textarea,
.popup_inquiry_contact form .item:hover input {
  border-color: var(--hue);
}
.popup_inquiry_send {
  width: 80%;
  max-width: 800px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  background-color: #ffffff;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  display: none;
}
.popup_inquiry_send .con {
  width: 100%;
  padding: 7.29vw;
}
.popup_inquiry_send .iconfont {
  font-size: clamp(2.75rem, 2.062rem + 3.44vw, 5.5rem);
  color: var(--hue);
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.popup_inquiry_send .title {
  margin-bottom: 10px;
}
.popup_inquiry_send .public_btn {
  margin: 20px auto;
  width: clamp(11.25rem, 10.547rem + 3.52vw, 14.063rem);
}
/* ~~~~~~~~~~~~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: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  font-family: var(--fwr);
  color: #444444;
}
.Crumbs_box .a_box a {
  color: #444444;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  font-family: var(--fwr);
}
.Crumbs_box .a_box a:hover {
  text-decoration: underline;
}
.Crumbs_box .a_box a:last-child {
  color: #444444;
}
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
.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 {
  color: #fff !important;
  background-color: var(--hue) !important;
}
.blog_page span,
.blog_page a {
  padding: 0 !important;
  color: #666;
  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: #e9e9e9;
}
.blog_page .paginationjs-next,
.blog_page .paginationjs-prev {
  width: clamp(7.5rem, 6.75rem + 3.75vw, 10.5rem);
}
.blog_page .current,
.blog_page .hover {
  border-color: var(--hue) !important;
  color: #fff !important;
  background-color: var(--hue) !important;
}
/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* 点击视频弹出播放框css */
.ind_video_maskBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.ind_video_maskBox .video_Box_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -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: #000000;
  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;
  border-radius: 50%;
  background-color: #727171;
  width: 16px;
  height: 16px;
  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) !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 {
  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 {
  position: fixed;
  left: 0;
  top: 0px;
  background-color: rgba(0, 0, 0, 25%);
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  z-index: 6;
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.header.active {
  border-bottom: none;
  background-color: #000000;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_t {
  background-color: var(--hue);
  height: 48px;
  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;
}
.header_t_sm a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin-right: 1.3vw;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_t_sm a:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_t_l {
  width: 100%;
}
.header_t_r {
  width: 50%;
  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-right: 3.13vw;
  color: #ffffff;
  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 {
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_t_item .iconfont {
  margin-right: 5px;
  line-height: 1;
}
.header_t_r .public_btn {
  height: 31px;
  width: 110px;
  background-color: #ffffff;
  color: var(--hue) !important;
  margin-left: 1.82vw;
}

.logo {
  width: clamp(8.75rem, 8.313rem + 2.19vw, 10.5rem);
  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 {
  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-right: 3.13vw;
}
.menu_dl_box .menu_dl dd:last-child {
  margin-right: 0;
}
.menu_dl .item.static {
  position: static;
}
.menu_tt {
  height: 102px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
  font-family: var(--fwr);
  white-space: nowrap;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.menu_tt .iconfont {
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.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 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0%;
  top: calc(100% + 1px);
  min-width: 240px;
  width: 100%;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 3.13vw 0;
  background-color: rgba(0, 0, 0, 80%);
  display: none;
}

.menu_down2{
  padding: 10px !important;
}
.menu_down_l {
  width: 30%;
  overflow: hidden;
}
.menu_down_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_down_l: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;
}
.menu_down_r {
  width: 70%;
  padding-left: 4.17vw;
}
.menu_down_r .con {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.menu_down_list {
  margin-right: 6.25vw;
}
.menu_down_list a {
  display: block;
  margin-bottom: 1.56vw;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_down_list2 a{
  display: block;
  padding: 10px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_down_title {
  margin-bottom: 20px;
}
.menu_down_list2 a:hover,
.menu_down_list a:hover {
  color: var(--hue) !important;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_right {
  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;
}
/* header_search */
.click_icon {
  cursor: pointer;
  color: #ffffff;
}

.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: #ffffff;
}
.header_language_01:hover {
  color: #ffffff;
  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_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 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4a4a4a;
}

.footer_t {
  padding: clamp(2.5rem, 1.875rem + 3.13vw, 5rem) 0
    clamp(2.188rem, 1.641rem + 2.73vw, 4.375rem) 0;
}

.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_l {
  width: 24%;
}

.footer_t_l_logo {
  display: block;
  margin-bottom: 20px;
}

.footer_t_l_text {
  color: #b9b9b9;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer_t_l_sm {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.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;
  position: relative;
  width: 40px;
  height: 48px;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/footer_sm_icon.png);
}

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

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

.footer_t_r_item {
  width: 33%;
}

.footer_t_r_item_tt {
  color: #ffffff;
  margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.footer_t_r_item_list a {
  font-size: 14px;
  font-weight: var(--fwr);
  position: relative;
  display: block;
  color: #afafaf;
  line-height: 28px;
}

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

.footer_t_r_item_list2 .item {
  color: #afafaf;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.footer_t_r_item_list2 .item .iconfont {
  margin-right: 10px;
  color: var(--hue2);
}
.footer_t_r_item_list2 .item a {
  color: #d2d2d2;
}

.footer_t_r_item_list2 .item a:hover {
  text-decoration: underline;
}
.footer_t_r_item_list2 .active a {
  color: var(--hue);
  font-size: 16px;
  font-family: var(--fws);
}
.footer_t_r_item_list2 .active {
  margin: 15px 0;
  color: var(--hue);
}
.footer_b {
}

.footer_b .wrapper {
  border-top: 1px solid #747474;
  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-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 18px 0;
}

.footer_b_text {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 24px;
}

.footer_b_text a {
  color: #bfbfbf;
}

.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: #ffffff;
  color: var(--hue);
  cursor: pointer;
  width: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  height: clamp(2.5rem, 2.344rem + 0.78vw, 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 {
  box-shadow: 2px 0 12px rgba(162, 162, 162, 28%);
}
.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 {
  box-shadow: 2px 0 12px rgba(162, 162, 162, 28%);
  margin-top: 2.08vw;
  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;
  color: var(--hue);
  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.563rem, 2.094rem + 2.34vw, 4.438rem);
  height: clamp(2.563rem, 2.094rem + 2.34vw, 4.438rem);
  border-radius: 50%;
  border: 1px solid #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;
  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%;
}
.index_banner_swiper_btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.index_banner_swiper_btn .next {
  right: 0;
}
.index_banner_swiper_btn .hide {
  opacity: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_banner_swiper_btn .swiper-button-next,
.index_banner_swiper_btn .swiper-button-prev {
  transition: opacity 0.5s;
}
.index_banner_page {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: clamp(9.375rem, 7.031rem + 11.72vw, 18.75rem);
  margin: auto;
  border-bottom: 1px solid #b4b4b4;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.index_banner_page .item {
  cursor: pointer;
  width: calc((100%) / 4);
  height: clamp(0.188rem, 0.125rem + 0.31vw, 0.438rem);
  background-color: #ffffff;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_banner_page .item.hover {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* index_one */
.index_one_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.index_one_item {
  margin: 0 2.34vw;
   width: 25%;
}
.index_one_item:last-child {
  margin-right: 0;
}
.index_one_item .iconfont {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_one_item .text {
  margin-top: 15px;
}
.index_one_item:hover .iconfont {
  transform: translate(0%, -8%);
  -ms-transform: translate(0%, -8%);
  -webkit-transform: translate(0%, -8%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* .index_two */
.index_two {
  background-color: #f1efea;
}
.index_two_t .left {
  width: 72%;
}
.index_two_t .right {
  width: 20%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.index_two_b .top {
  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_two_b .bottom {
  margin-top: 4.17vw;
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index_two_b .public_btn {
  width: clamp(14.375rem, 13.75rem + 3.13vw, 16.875rem);
  margin-left: 3.13vw;
}
.index_two_l {
  width: calc(49% - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem));
}
.index_two_r {
  width: 51%;
  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_two_item {
  width: calc((100% - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)) / 2);
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  background-color: #ffffff;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  overflow: hidden;
  position: relative;
}
.index_two_item:nth-last-child(2),
.index_two_item:last-child {
  margin-bottom: 0;
}
.index_two_item .pic {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index_two_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_two_item .con {
  position: absolute;
  top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  left: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  z-index: 2;
  width: calc((100% - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) * 2));
  height: calc((100% - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) * 2));
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: space-between;
}
.index_two_item .title {
  width: 100%;
}

.index_two_item .iconfont {
  margin-left: auto;
  border: 1px solid #000000;
  border-radius: 5px;
  width: clamp(1.563rem, 1.391rem + 0.86vw, 2.25rem);
  height: clamp(1.563rem, 1.391rem + 0.86vw, 2.25rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.index_two_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.index_two_box {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  height: 100%;
}
.index_two_box .con {
  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;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}
.index_two_box .iconfont {
  background-color: var(--hue);
  border-radius: 5px;
  width: 36px;
  height: 36px;
  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;
}
.index_two_box .pic {
  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;
  transform: translate(-5%, 25%);
  -ms-transform: translate(-5%, 25%);
  -webkit-transform: translate(-5%, 25%);
  transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
}
.index_two_box .pic img {
  width: 58%;
}
.index_two_box:hover .pic {
  transform: translate(0%, 25%);
  -ms-transform: translate(0%, 25%);
  -webkit-transform: translate(0%, 25%);
  transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
}
/* index_three */
.index_three {
  background-color: var(--hue);
  position: relative;
}
.index_three_l {
  width: 55%;
  padding-right: 6.77vw;
}
.index_three_r {
  width: 45%;
}
.index_three_r img {
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.index_three_item {
  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;
  margin-top: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}
.index_three_item .icon {
  width: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}
.index_three_item .con {
  width: calc(100% - 6.25vw);
  margin-left: 3.13vw;
}
.index_three_item .title {
  margin-bottom: 10px;
}
/* index_four */
.index_five,
.index_four {
  background-color: #f1efea;
}
.index_four_t {
  position: relative;
  z-index: 2;
}
.index_four_t .public_module_title {
  width: 89%;
  padding-left: 24.48vw;
}
.index_four_bg {
  position: absolute;
  left: 0;
  top: -3.13vw;
}
.index_four_l {
  width: 30%;
}
.index_four_r {
  position: relative;
  width: calc(70% - 2.6vw);
}
.index_four_l .pic {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.56vw;
}
.index_four_l .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_four_l: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_four_l .public_btn {
  margin-top: 1.56vw;
}
.index_four_r img {
  max-width: none;
}
.index_four_r .public_video {
  left: 56%;
}
.index_five_table {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.index_five_title {
  border: 1px solid #000000;
  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 2.08vw;
  white-space: nowrap;
  background-color: #ffffff;
  height: 50px;
  border-left: none;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_five_title:first-child {
  border-left: 1px solid #000000;
}
.index_five_title .icon {
  margin-right: 10px;
}
.index_five_title .icon1 {
  display: none;
}
.index_five_title:hover,
.index_five_title.hover {
  border-color: #444444;
  background-color: #444444;
}
.index_five_title.hover div,
.index_five_title:hover div {
  color: #fff !important;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_five_title:hover .icon2,
.index_five_title.hover .icon2 {
  display: none;
}
.index_five_title:hover .icon1,
.index_five_title.hover .icon1 {
  display: block;
}
.index_five_box {
  max-width: 1150px;
  margin: 4.17vw auto;
}
.index_five_item {
  text-align: center;
}

.index_five_item .pic {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.index_five_item .pic img {
  width: 100%;
  max-width: 95px;
}
.index_five_item .title {
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.index_five_item:hover .pic 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;
}
.index_five_b .bottom .text {
  text-align: center;
  margin-bottom: 1.56vw;
}
.index_five_b .bottom .public_btn {
  margin: auto;
}
/* index_six */
.index_six_con {
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.index_six_l {
  width: 25%;
}
.index_six_r {
  width: 70%;
  position: relative;
}
.index_six_item {
  width: 100%;
  overflow: hidden;
}
.index_six_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_six_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_six_l .public_btn:hover {
  background-color: var(--hue) !important;
  color: #ffffff !important;
  border-color: var(--hue);
}
.index_six_swiper_btn {
  width: calc(100% + 44px);
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.index_six_swiper_btn .iconfont {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-color: #4e4e4e;
}
.index_six_swiper_btn .iconfont:hover {
  color: #ffffff;
  background-color: #4e4e4e;
}
/* index_seven */
.index_seven {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index_seven::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 30%;
  z-index: -1;
}
.index_seven_b {
  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_seven_t .title {
  line-height: 1.6;
}
.index_seven_b {
  margin-top: 4.69vw;
}
.index_seven_b .public_btn {
  background-color: #ffffff;
  margin: 0 15px;
}
.index_seven_b .public_btn:hover {
  color: #ffffff;
  background-color: var(--hue);
}
/* index_eight */
.index_eight {
  background-color: #f1efea;
}
.index_eight_t .left {
  width: 70%;
}
.index_two_t .right .public_btn:hover,
.index_eight_t .public_btn:hover {
  color: #ffffff !important;
  background-color: var(--hue) !important;
  border-color: var(--hue) !important;
}
.index_eight_r {
  width: 20%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.index_eight_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index_eight_l {
  width: 44%;
}
.index_eight_r {
  margin-left: 1.56vw;
  width: calc((56% - 1.56vw));
  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_eight_r .index_eight_item {
  width: calc((100% - 1.56vw) / 2);
}
.index_eight_item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
  display: block;
  height: 100%;
}
.index_eight_item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.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 .pic .trim {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: var(--hue);
  width: clamp(10rem, 9.375rem + 3.13vw, 12.5rem);
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
}
.index_eight_item .con {
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem)
    clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: space-between;
}
.index_eight_item .title {
  margin-bottom: 1.56vw;
}
.index_eight_item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index_eight_item .btn {
  width: 100%;
  margin-top: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem);
  border-top: 1px solid #000000;
  padding-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
/* index_nine */
.index_nine {
  position: relative;
  z-index: 2;
}
.index_nine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/index_nine_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -2;
}
.index_nine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hue);
  opacity: 89%;
  z-index: -1;
}
.index_nine_con {
  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;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 25px;
}
.index_nine_l {
  margin-top: -8.69vw;
  width: 20%;
  position: relative;
  z-index: 2;
}
.index_nine_r {
  width: 75%;
}
.index_nine_r .text {
  margin-left: 0;
}
.index_nine_form form {
  margin-top: 1.82vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index_nine_form form .item {
  height: 50px;
  width: calc((100% - clamp(7.5rem, 7.031rem + 2.34vw, 9.375rem) - 2.34vw) / 3);
  margin-right: 0.78vw;
}
.index_nine_form form .item.submit {
  width: clamp(7.5rem, 7.031rem + 2.34vw, 9.375rem);
  margin-right: 0;
}
.index_nine_form form .item input {
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  background-color: #ffffff;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  padding-left: 1.3vw;
  font-family: var(--fwr);
  color: #444444;
}
.index_nine_form form .item input::placeholder {
  color: #b8b8b8;
  font-family: var(--fwr);
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}
.index_nine_form form .item.submit input {
  background-color: #e7a644;
  color: #ffffff;
  padding-left: 0;
  cursor: pointer;
}
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page    ~~~~~~~~~~~*/
.page_box {
  background-color: #f3f2ed;
  height: calc(100vh);
  padding-top: 7.86vw;
  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;
}
.page_box .public_btn {
  margin: auto;
  width: 170px;
}
.page_l {
  margin-bottom: 40px;
}
.page_box .title {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.page_box .text {
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
/*~~~~~~~~~~~~page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~page   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us    ~~~~~~~~~~~*/
.about_banner {
  position: relative;
  width: 100%;
  z-index: 2;
}
.about_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 15%;
}
.about_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 160px;
}
.about_banner_con {
  text-align: center;

  width: 100%;
  height: calc(100% - clamp(0.063rem, -2.281rem + 11.72vw, 9.438rem));
  position: absolute;
  top: clamp(0.063rem, -2.281rem + 11.72vw, 9.438rem);
  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;
}
.about_banner_con .public_herf {
  width: 100%;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.about_banner_con .public_herf div,
.about_banner_con .public_herf a {
  color: #ffffff !important;
}
/* about_one */
.about_one_l {
  width: 55%;
}
.about_one_r {
  width: 41%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about_one_r::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 30%;
  z-index: 1;
}
.about_one_r img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_one_r:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* about_two */
.about_two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
  z-index: 2;
}
.about_two_l {
  width: 47%;
}
/* about_three */
.about_three {
  background-color: #f1efea;
}
.about_three_item {
  text-align: center;
  height: 100%;
}
.about_three_item .icon {
  min-height: clamp(3.25rem, 2.938rem + 1.56vw, 4.5rem);
  max-height: clamp(3.25rem, 2.938rem + 1.56vw, 4.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.about_three_item .title {
  min-height: 2.5vw;
}
.about_three_item .text {
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.about_three_swiper {
  padding: 20px 0;
}
.about_three_swiper .swiper-slide {
  height: auto;
}
/* about_four */
.about_four_icon {
  position: relative;
}
.about_four_icon .iconfont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
}
/* about_five */
.about_five {
  background-color: #f1efea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about_five_b {
  position: relative;
  z-index: 2;
}
.about_five_b::before {
  content: "";
  position: absolute;
  top: clamp(2.063rem, 1.563rem + 2.5vw, 4.063rem);
  left: 0;
  width: calc(100% + 4.17vw);
  height: 35px;
  background-image: url(../img/about_five_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.about_five_item {
  cursor: pointer;
  text-align: center;
}

.about_five_item .top {
  height: clamp(4.563rem, 4.375rem + 0.94vw, 5.313rem);
}
.about_five_item .page {
  margin-bottom: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}
.about_five_item .dian {
  width: clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
  height: clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
  background-color: #b2b8bb;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.about_five_item .bottom {
  margin-top: 2.6vw;
}
.about_five_item .pic {
  border: 2px solid transparent;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.56vw;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_five_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_five_item .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 40%);
  z-index: 1;
}
.about_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;
}
.about_five_swiper .swiper-slide.hover .pic::before {
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_five_swiper .swiper-slide.hover .dian {
  background-color: var(--hue);
}
.about_five_swiper .swiper-slide.hover .page {
  color: var(--hue);
}
.about_five_swiper .swiper-slide.hover .pic {
  border-color: var(--hue);
  box-shadow: 3px 10px 20px rgba(144, 144, 144, 50%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_five_swiper .swiper-slide.hover .about_five_item .page {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* about_six */
.about_six_l {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}
.about_six_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_six_l: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_six_r {
  width: 46%;
}
.about_six_r .public_btn {
  width: 170px;
}
.about_six_r .text {
  line-height: 2;
}
/* about_seven */
.about_seven {
  background-color: #f1efea;
}
.about_seven_swiper {
  padding: 40px 0;
}
.about_seven_swiper .swiper-slide {
  transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.about_seven_item {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about_seven_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_seven_item .title {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
  opacity: 0;
  padding-bottom: 15px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_seven_item .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 40%),
    rgba(0, 0, 0, 0%)
  );
  z-index: -1;
}
.about_seven_swiper .swiper-slide-active {
  transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_seven_swiper .swiper-slide-active .title {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_seven_swiper_btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.about_seven_swiper_btn .iconfont {
  width: 44px;
  height: 44px;
  border-color: #5b5b5b;
  color: #5b5b5b;
  background-color: #ffffff;
}
.about_seven_swiper_btn .iconfont:hover {
  background-color: #5b5b5b;
  color: #ffffff;
}
.about_seven_b .public_btn {
  width: 280px;
  margin: 3.65vw auto 0 auto;
}
/*~~~~~~~~~~~~about_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
.news_list_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.news_list_dl dd {
  width: calc((100% - 5.21vw) / 3);
  margin: 2.6vw 2.6vw 0 0;
}
.news_list_dl dd:nth-child(3n) {
  margin-right: 0;
}
.news_list_dl dd .index_eight_item:hover {
  box-shadow: 2px 8px 20px rgba(214, 216, 219, 50%);
}
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del    ~~~~~~~~~~~*/
.blo_deOne1 {
  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;
}

.blo_deOne1_L {
  width: 68%;
  padding-right: 2.08vw;
}

.blo_deOne1_L_01 {
  color: #333333;
}

.blo_deOne1_L_02 {
  padding: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem) 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
}

.blo_deOne1_L_02 .item {
  margin-right: 5.21vw;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.blo_deOne1_L_02 .item .iconfont {
  color: #999999;
}

.blo_deOne1_L_02 .item span {
  font-size: 16px;
  color: #999999;
}
.blo_deOne1_L_02 .item .item_tt {
  margin: 0 5px;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.blo_deOne1_L_03 {
  color: #333333;
  margin-top: 2.6vw;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2.6vw;
}

.blo_deOne1_L_03 img {
  display: inline-block;

  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.blo_deOne1_L_04 {
  margin-top: 30px;
  background-color: #f6f7f8;
  border-radius: 4px;
  overflow: hidden;
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)
    clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 0;
}
.blo_deOne1_L_04 li {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.blo_deOne1_L_04 .tt {
  display: inline-block;
  margin: 0 10px 0 5px;
}
.blo_deOne1_L_05 {
  margin-top: 2.6vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.blo_deOne1_L_05 .item {
  margin-bottom: 1.82vw;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.blo_deOne1_L_05 .item:last-child {
  margin-right: 0;
  border-right: none;
}
.blo_deOne1_L_05 .item .title {
  color: #333333;
  white-space: nowrap;
}

.blo_deOne1_L_05 .item .text {
  margin-top: -3px;
  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;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid transparent;
}
.blo_deOne1_L_05 .item .text a {
  color: #333333;
  margin-left: 15px;
}
.blo_deOne1_L_05 .item .text a:hover {
  color: var(--hue);
  text-decoration: underline;
}
.blo_deOne1_R {
  width: 31.3%;
  padding-left: 2.6vw;
}

.blo_deOne1_R .popup_inquiry_contact {
  border: 1px solid #525252;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
/* news_list_one */
.news_list_one {
  background-color: #f1efea;
}
.news_list_one .swiper-slide {
  height: auto;
}
/*~~~~~~~~~~~~news_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem    ~~~~~~~~~~~*/
.oem_one {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
  z-index: 2;
}
.oem_one_con {
  max-width: 62.5vw;
}
.oem_one_t .text {
  margin-left: 0;
}
.oem_one_b {
  margin-top: 3.65vw;
  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;
}
.oem_one_b .public_btn {
  width: clamp(15rem, 14.375rem + 3.13vw, 17.5rem);
  margin-right: 1.82vw;
}
.public_tel {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.public_tel .iconfont {
  width: clamp(2.938rem, 2.781rem + 0.78vw, 3.563rem);
  height: clamp(2.938rem, 2.781rem + 0.78vw, 3.563rem);
  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: var(--hue);
  margin-right: 10px;
  color: #ffffff;
}
/* oem_two */
.oem_two .index_five_box {
  max-width: 100%;
}
.oem_two .index_five_item .pic img {
  max-width: 100%;
}
.index_five_item .title {
  color: #444444;
  font-family: var(--fws);
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}
/* oem_three */
.oem_three_l {
  width: 35%;
}
.oem_three_l .text {
  margin-left: 0;
}
.oem_three_l .public_btn {
  margin-top: 3.65vw;
}
.oem_three_r {
  width: 58%;
}

.faq_list1 dd {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 1px solid #444444;
}
.faq_list1_item_r {
  width: 100%;
  padding: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem) 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 {
  color: #aaaaaa;
  margin-right: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}
.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;
  width: calc(100% - clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem));
  line-height: 1.4;
}

.faq_list1_text {
  margin-top: 10px;
  overflow: hidden;
  display: none;
  line-height: 1.6;
  padding-left: clamp(2.5rem, 2.109rem + 1.95vw, 4.063rem);
}
.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;
}
/* oem_four */
.oem_four {
  background-color: #f1efea;
}
.oem_four_item {
  width: 100%;
  position: relative;
  z-index: 2;
}
.oem_four_item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.oem_four_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_four_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_four_item {
  text-align: center;
}
.oem_four_item .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 50%);
  opacity: 1;
  z-index: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.oem_four_swiper .swiper-slide-next .pic::before,
.oem_four_swiper .swiper-slide-prev .pic::before,
.oem_four_swiper .swiper-slide-active .pic::before {
  opacity: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_four_swiper_btn {
  margin-top: 4.17vw;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.oem_four_swiper_btn .iconfont {
  margin: 0 15px;
  width: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  background-color: #ffffff;
  border-color: #4e4e4e;
  color: #4e4e4e;
}
.oem_four_swiper_btn .iconfont:hover {
  background-color: #4e4e4e;
  color: #ffffff;
  border-color: #4e4e4e;
}
/* oem_five */
.oem_five_item:last-child {
  padding-bottom: var(--space);
}
.oem_five_item:nth-child(2n) .oem_five_con {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.oem_five_l {
  width: 48%;
  overflow: hidden;
}
.oem_five_r {
  width: 45%;
}
.oem_five_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.oem_five_l: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 */
.oem_six {
  background-color: #f1efea;
}
.oem_six_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

/*~~~~~~~~~~~~oem   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~oem   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~cases_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~cases_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~cases_list    ~~~~~~~~~~~*/
.cases_list_item:hover {
  box-shadow: 2px 5px 15px rgba(175, 177, 180, 20%);
}
.cases_list_item {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cases_list_item .pic {
  width: 100%;
  overflow: hidden;
}
.cases_list_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.cases_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;
}
.cases_list_item .con {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.cases_list_item .text {
  margin: 15px 0;
}
.cases_list_item .list .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: 10px;
}
.cases_list_item .list .item .type {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
  margin-right: 15px;
  color: #898989;
}
.cases_list_item .list .item .type .iconfont {
  margin-right: 5px;
}
.cases_list_item .btn {
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.cases_list_item:hover .title {
  color: var(--hue);
}
.cases_list_item:hover .btn {
  color: var(--hue);
  text-decoration: underline;
}
/*~~~~~~~~~~~~cases_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~cases_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~cases_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover    ~~~~~~~~~~~*/
.cover_one_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;
}
.cover_one_item {
  width: calc((100% - 4.17vw) / 2);
  margin-bottom: 2.6vw;
}
.cover_one_item .pic {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cover_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.cover_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;
}
.cover_one_item .con {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.cover_one_item .title {
  margin-bottom: 15px;
}
.cover_one_item .public_btn {
  width: 136px;
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
/* cover_two */
.cover_two {
  background-color: #f1efea;
}
.cover_two_l {
  width: 47%;
}
.cover_two_l .text {
  margin-left: 0;
}
.cover_two_l .faq_list1_title .icon1 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: var(--hue);
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cover_two_l .faq_list1_text {
  padding-left: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
}
.cover_two_l .faq_list1 dd.hover .icon1 {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cover_two_l .faq_list1 dd.hover .tt {
  color: #232323;
}
.cover_two_l .faq_list1 dd {
  border-bottom: none;
}
.cover_two_l .faq_list1_item_r {
  padding: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem) 0;
}
.cover_two_r {
  border: 1px solid #5c5c5c;
  padding: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
  width: 46%;
  background-color: rgba(255, 255, 255, 50%);
}
.cover_two_r .input_tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 5px;
}
.cover_two_r textarea::placeholder,
.cover_two_r input::placeholder {
  color: #999999 !important;
}
.cover_two_r .item {
  margin-top: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) !important;
}
.cover_two_r .popup_inquiry_contact form {
  margin-top: 5px;
}
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_cover   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
.list_one_l {
  width: 55%;
}
.list_one_r {
  width: 40%;
  overflow: hidden;
  position: relative;
}
.list_one_r img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_one_r:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* list_two */
.list_two {
  background-color: #f1efea;
}
.list_two_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list_two_dl dd {
  width: calc((100% - 6.25vw) / 4);
  margin: 2.08vw 2.08vw 0 0;
}
.list_two_dl dd:nth-child(4n) {
  margin-right: 0;
}
.list_two_b .blog_page a {
  background-color: #ffffff;
}
/* .list_three */
.list_three_l {
  width: 48%;
}
.list_three_r {
  width: 48%;
}
.list_three_table {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list_three_table .item {
  width: clamp(6.25rem, 3.438rem + 14.06vw, 17.5rem);
  margin-right: 1.56vw;
  margin-top: 1.3vw;
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.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;
  border: 1px solid #444444;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_three_table .item:nth-child(2n) {
  margin-right: 0;
}
.list_three_table .item.hover,
.list_three_table .item:hover {
  color: #ffffff;
  background-color: var(--hue);
  border-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_three_l .public_btn {
  margin-top: 2.6vw;
}
.list_three_item .pic {
  width: 100%;
  overflow: hidden;
}
.list_three_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_three_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_three_item .con {
  background-color: var(--hue);
  padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem)
    clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}
.list_three_item .title {
  margin-bottom: 15px;
}
/* .list_four */
.list_four_page {
  padding-bottom: 3.65vw;
}

.list_four_title {
  text-align: center;

  cursor: pointer;
}
.list_four_title .trim {
  color: #eeeeee;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_four_item {
  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;
}
.list_four_item .pic {
  width: 48%;
  overflow: hidden;
}
.list_four_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_four_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_four_item .con {
  width: 48%;
}
.list_four_item .title {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.list_four_item .public_btn {
  margin-top: 2.6vw;
}
.list_four_page .swiper-slide-thumb-active .list_four_title div {
  color: var(--hue) !important;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* list_five */
.list_five {
  position: relative;
  z-index: 2;
}

.list_five::before {
  content: "";
  background-image: url(../img/list_five_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
}
.list_five::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: rgba(17, 16, 16, 70%);
  z-index: -1;
}
.list_five_t {
  margin-bottom: 4.17vw;
}
.list_five_b .about_three_item {
  background-color: #ffffff;
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem) 15px;
  box-shadow: 4px 5px 16px rgba(193, 193, 193, 50%);
}
.list_five_b .icon2 {
  display: none;
}

.about_three_item .iconfont {
  margin-top: 3.13vw;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--hue);
  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;
  margin: 3.13vw auto 0 auto;
}
.list_five_b .about_three_item:hover .icon1 {
  display: none;
}
.list_five_b .about_three_item:hover {
  background-color: var(--hue);
  box-shadow: 4px 5px 16px rgba(193, 193, 193, 50%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_five_b .about_three_item:hover .icon2 {
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.list_five_b .about_three_item:hover div {
  color: #ffffff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_five_b .about_three_item:hover .iconfont {
  background-color: #ffffff;
  color: var(--hue);
}
/* list_six */
.list_six_item {
  display: block;
  text-align: center;
}
.list_six_item .pic {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #aeaeae;
  margin-bottom: 30px;
  padding: 15px 10px;
}
.list_six_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_six_b {
  position: relative;
}
.list_six_swiper {
  width: calc((100% - clamp(6.25rem, 5.313rem + 4.69vw, 10rem)));
}
.list_six_swiper_btn {
  position: absolute;
  top: 50%;
  left: -1.46vw;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: calc(100% + 2.92vw);
}
.list_six_swiper_btn .iconfont {
  border-color: #4e4e4e;
  width: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
}
.list_six_swiper_btn .iconfont:hover {
  background-color: #4e4e4e;
  color: #ffffff;
}
/* list_seven */
.list_seven {
  border-top: 1px solid #dddddd;
}
.list_seven_l {
  width: 48%;
  overflow: hidden;
}
.list_seven_r {
  width: 46%;
}
.list_seven_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list_seven_l: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_seven_r .public_btn {
  margin-top: 2.6vw;
}
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
.del_one {
  background-color: #f1efea;
}
.del_one_con {
  padding-left: 8.33vw;
}
.del_one_b {
}
.del_one_l {
  width: 40%;
  margin-bottom: 20px;
}
.del_one_l .text{
  margin-left: 0;
}
.del_one_r {
  width: 59%;
  position: relative;
  z-index: 2;
}
.del_one_r .bg {
  position: relative;
  left: -10%;
  width: calc((112%));
}
.del_one_r .bg img {
  width: 100%;
  height: 100%;
}
.del_one_swiper {
  position: absolute;
  top: 45%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  left: 0;
  width: 100%;
  height: 100%;
}
.del_one_item {
  height: 100%;
  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;
}
.del_one_item img {
  height: 90%;
}
.del_one_swiper_btn {
  position: absolute;
  top: 40%;
  left: 11%;
  width: calc(90% - 8.33vw);
}
.del_one_swiper_btn .iconfont {
  width: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  border-color: #4e4e4e !important;
  background-color: #ffffff;
}
.del_one_swiper_btn .iconfont:hover {
  background-color: #4e4e4e;
  color: #ffffff;
}
.del_one_list .type {
  margin-top: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.del_one_list .type .dian {
  width: 8px;
  height: 8px;
  margin-bottom: 3px;
  background-color: var(--hue);
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.del_one_list .type .title {
  margin-right: 15px;
  /*min-width: clamp(6.25rem, 6.016rem + 1.17vw, 7.188rem);*/
}
.del_one_btn {
  margin-top: 4.17vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; 
}
.del_one_btn a {
  width: clamp(10rem, 9.375rem + 3.13vw, 12.5rem);
  margin-right: 0.78vw;
}
.del_one_btn a:last-child {
  margin-right: 0;
  background-color: #3ac34c;
}
.del_one_btn a:nth-child(2) {
  background-color: transparent !important;
  color: var(--hue) !important;
  border: 1px solid var(--hue) !important;
}
.del_one_share {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-top: 25px;
}
/* pro_two */
/* pro_deBoxTwo */
.pro_deBoxTwo {
  position: relative;
  z-index: 5;
  height: 100px;
}
.pro_deTwo1 {
  background-color: var(--hue);
}

.pro_deTwo1_list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.pro_deTwo1_list .item {
  width: calc((100%));
  height: 100px;
  position: relative;
  cursor: pointer;
  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;
}
.pro_deTwo1_list .item .iconfont {
  margin-right: 10px;
  color: #ffffff;
  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;
}
.pro_deTwo1_list .item span {
  display: inline-block;
  color: #ffffff;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.pro_deTwo1_list .item:hover,
.pro_deTwo1_list .item.hover {
  background-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_deTwo1_list .item:hover span,
.pro_deTwo1_list .item.hover span {
  color: #ffffff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* del_two */
.del_two_l {
  width: 55%;
}
.del_two_r {
  width: 40%;
  overflow: hidden;
}
.del_two_r img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_two_r:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/* del_three */
.del_four,
.del_three {
  background-color: #f1efea;
}
.del_three_l {
  width: 49%;
  overflow: hidden;
}
.del_three_l img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_three_l:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_three_r {
  width: 45%;
  padding-right: 8.33vw;
}
.del_three_r .pro_page_table{
        white-space: normal;
}
.del_three_r .title{
  margin-bottom: 2.08vw;
}
.pro_page_table table{
  width: 100%;
}
.pro_page_table table tr td{
  border: 1px solid #50504f;
  padding: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}
.pro_page_table table tr td{
  font-size: 14px;
  color: #444444;
  font-family: var(--fwr);
}
.pro_page_table table tr td:first-child{
  font-family: var(--fws);
  color: #232323;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}
/* del_four */

.del_four_l{
  width: 53%;
}
.del_four_r{
  width: 44%;
}
.del_four_r img{
  width: 100%;
  height: 100%;
}
.del_four_item{
  margin-top: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.del_four_item .icon{
  width: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.3vw;
}
.del_four_item .icon img{
  width: 100%;
  
}
.del_four_item .con{
  width: calc(100% - 1.3vw - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem));
}
.del_four_item .title{
  margin-bottom: 15px;
}
/* del_five */
.del_five_l{
  width: 34%;
  border: 1px solid #444444;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.del_five_r{
  width: 60%;
}
.del_five_item{
  margin-top: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
  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_five_item .text{
  width: calc(100% - 35px);
}

 



.del_six {
  background-color: #f1efea;
}
.pro_list_item {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_list_item .text {
  padding: 0 15px;
}
.pro_list_item .pic {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.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 .title {

  text-align: center;
  width: 100%;
}
.pro_list_item .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-top: 1px solid #dddddd;
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.pro_list_item .btn .public_btn {
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  background-color: transparent;
  border-radius: 0;
}
.pro_list_item .btn .public_btn:last-child {
  border-left: 1px solid #dddddd;
}
.pro_list_item .btn .public_btn:hover {
  color: var(--hue) !important;
}
.pro_list_item .btn .public_btn:hover .tt {
  text-decoration: underline;
}
.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;
}
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory_list    ~~~~~~~~~~~*/
.factory_list_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_list_table .item{
  width: clamp(11.875rem, 11.094rem + 3.91vw, 15rem);
  height: clamp(2.75rem, 2.438rem + 1.56vw, 4rem);
  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: #e9e9e9;
  margin-right: 1.56vw;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.factory_list_table .item:last-child{
  margin-right: 0;
}
.factory_list_table .item:hover,
.factory_list_table .item.hover{
  background-color: var(--hue);
  color: #ffffff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.factory_list_dl{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.factory_list_dl dd{
  width: calc((100% - 4.69vw) / 3);
  margin: 2.34vw 2.34vw 0 0;
}
.factory_list_dl dd:nth-child(3n){
  margin-right: 0;
}
.factory_list_item{
  display: block;
  text-align: center;
}
.factory_list_item .pic{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
  z-index: 2;
}
.factory_list_item .pic img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.factory_list_item .iconfont{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  background-color: rgba(0, 0, 0, 30%);
  opacity: 0;
}
.factory_list_item:hover .iconfont{
  opacity: 1;
}
/*~~~~~~~~~~~~factory_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact    ~~~~~~~~~~~*/
.contact_one{
  background-color: #f8f6f0;
}
.contact_one_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;
}
.contact_one_l{
  width: 45%;
}
.contact_one_r{
  width: 45%;
  position: relative;
  border: 1px solid #444444;
  border-radius: 8px;
  padding: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}
.contact_one_r::before{
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%,0%);
-ms-transform:  translate(-50%,0%);
-webkit-transform:  translate(-50%,0%);
width: 40%;
height: 6px;
background-color: var(--hue);
}
.contact_one_r .popup_inquiry_contact form .item input{
  height: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
}
.contact_one_r .popup_inquiry_contact form .item.textarea textarea{
  background-color: transparent;
  height: clamp(6.25rem, 5rem + 6.25vw, 11.25rem);
}
.contact_one_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: 2.08vw 0;
}
.contact_one_item {
  margin-bottom: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.contact_one_item:last-child{
  margin-bottom: 0;
}

.contact_one_item .iconfont{
  width: clamp(2.75rem, 2.438rem + 1.56vw, 4rem);
  height: clamp(2.75rem, 2.438rem + 1.56vw, 4rem);
  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;
  border: 1px solid var(--hue);
  border-radius: 100%;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact_one_item:hover .iconfont{
  border-color: var(--hue);
  background-color: var(--hue);
  color: #ffffff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact_one_item .con {
  width: calc((100% - 65px - 1.04vw));
  margin-left: 1.04vw;
}
.contact_one_item .con .text {
  margin-top: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  display: inline-block;
  word-break: break-all;
}
.contact_one_sm a {
  width: clamp(2.875rem, 2.719rem + 0.78vw, 3.5rem);
  height: clamp(2.875rem, 2.719rem + 0.78vw, 3.5rem);
  font-size: clamp(1.5rem, 1.438rem + 0.31vw, 1.75rem);
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  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;
}
.contact_one_sm .list {
  margin-top: 1.56vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.contact_one_sm .list a:hover {
  background-color: transparent;
}







.contact_map img {
  width: 100%;
  height: 100%;
}
/*~~~~~~~~~~~~contact   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send    ~~~~~~~~~~~*/
.send{
  background-color: #f1efea;
}
.send_con{
  height: calc(83vh);
  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{
  width: clamp(6.25rem, 5.469rem + 3.91vw, 9.375rem);
  height: clamp(6.25rem, 5.469rem + 3.91vw, 9.375rem);
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.send_con .icon img{
  width: 100%;
  height: 100%;
}
.send_con .title{
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.send_con .subtitle{
  margin: 15px 0;
}
.send_con .public_btn{
  margin: 3.13vw auto 0 auto;
}
/*~~~~~~~~~~~~send   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~send   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition_list    ~~~~~~~~~~~*/
.exhibition_list_item{
  width: 100%;
  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;
  margin-bottom: 4.17vw;
}
.exhibition_list_item .pic{
  width: 26%;
  overflow: hidden;
  border-radius: 10px;
}
.exhibition_list_item .pic img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.exhibition_list_item .con{
  
  width: 70%;
}
.exhibition_list_item .list{
  margin: 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;
  
}
.exhibition_list_item .list .type{
  margin-right: 2.6vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.exhibition_list_item .list .type .iconfont{
  margin-right: 5px;
}
.exhibition_list_item .btn{
  margin-top: 2.6vw;
  background-color: var(--hue);
  width: 144px;
  height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
  border-radius: 8px;
  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;
}
.exhibition_list_item:hover .title{
  color: var(--hue);
  text-decoration: underline;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.exhibition_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;
}
/*~~~~~~~~~~~~exhibition_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition_list   end ~~~~~~~~~~~*/