﻿/**
 *               ii.                                         ;9ABH,
 *              SA391,                                    .r9GG35&G
 *              &#ii13Gh;                               i3X31i;:,rB1
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8
 *               :SB9s:,............................,,,.,,,SASh53h,1G.
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&,
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
, *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */
/*
 * author 1452726147@qq.com
 */

:root {
  --hue: #fb8328;
  --space: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
  --fwb: 'Bold';
  --fwl: 'Light';
  --fwr: 'Regular';
  --fws: 'SemiBold';
}
html,
body {
  font-family: var(--fwr);
}
/* 字体 */
.fwl {
  font-family: var(--fwl);
}
.fwb {
  font-family: var(--fwb);
}
.fwr {
  font-family: var(--fwr);
}
.fws {
  font-family: var(--fws);
}
.colorba {
  color: #bababa;
}
.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 {
  color: #ffffff !important;
  border: none !important;
  background: linear-gradient(90deg, rgba(251, 131, 41, 1) 0%, rgba(251, 178, 17, 1) 100%);
}
.public_btn {
  width: clamp(12.5rem, 12.031rem + 2.34vw, 14.375rem);
  height: clamp(2.688rem, 2.484rem + 1.02vw, 3.5rem);
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 100px;
  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 {
  box-shadow: none;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.public_btns .icon2 {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.public_btn:hover {
  border: none;
  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);
  background: linear-gradient(90deg, rgba(251, 131, 41, 1) 0%, rgba(251, 178, 17, 1) 100%);
  color: #fff !important;
}
/* 标题 */
.public_module_title.tc .line {
  margin-right: auto;
  margin-left: auto;
}
.public_module_title {
  position: relative;
}
.public_module_title .subtitle {
  line-height: 0.8;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.public_module_title .title {
  display: inline-block;
  line-height: clamp(2.5rem, 2.136rem + 1.82vw, 3.5rem);
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.public_module_title .text {
  line-height: 1.4;
}
.public_module_title .line {
  width: clamp(3rem, 2.688rem + 1.56vw, 4.25rem);
  height: 4px;
  background-color: var(--hue);
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.text {
  line-height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
}
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
.popup_inquiry {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup_inquiry_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 50%);
  cursor: pointer;
}
.popup_inquiry_form {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 38.3%;
  max-width: 1600px;
  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;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.popup_inquiry_form_close {
  position: absolute;
  top: -5%;
  right: 0%;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.popup_inquiry_form_close:hover {
  color: var(--hue);
}
.click_popup_inquiry {
  cursor: pointer;
}
.popup_inquiry_con {
  position: relative;
  background-color: rgba(255, 255, 255, 70%);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 10%);
  padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem);
}
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
.public_herf {
  width: 100%;
  padding: 12px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.Crumbs_box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.Crumbs_box .icon {
  margin-right: 10px;
  color: #ffffff;
}
.Crumbs_box .a_box {
  font-size: 16px;
  font-family: var(--fwr);
  color: #ffffff;
}
.Crumbs_box .a_box a {
  color: #ffffff;
  font-size: 16px;
  font-family: var(--fwr);
}
.Crumbs_box .a_box a:hover {
  text-decoration: underline;
}
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
.blog_page {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_page a:hover {
  color: #fff !important;
  background-color: var(--hue);
}
.blog_page .paginationjs-prev,
.blog_page .paginationjs-next {
  width: clamp(8.125rem, 7.762rem + 1.61vw, 9.375rem);
  display: block;
  font-size: 16px;
}
.blog_page a {
  background-color: #fff;
  color: #666;
  font-size: clamp(0.875rem, 0.788rem + 0.38vw, 1.125rem);
  width: clamp(2.125rem, 1.944rem + 0.81vw, 2.75rem);
  height: clamp(2.125rem, 1.944rem + 0.81vw, 2.75rem);
  line-height: clamp(2.125rem, 1.944rem + 0.81vw, 2.75rem);
  margin: 0px clamp(0.313rem, 0.204rem + 0.48vw, 0.625rem);
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 10%);
}
.blog_page .hover {
  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: #ffffff;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_logo {
  height: 52px;
  margin-left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 0 15px;
}
.mobile_logo img {
  height: 42px;
  width: auto;
}
.mobile_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 54px;
  height: 52px;
  cursor: pointer;
}
.mobile_menu_btn .line {
  display: block;
  height: 3px;
  width: 28px;
  background: #333333;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child {
  margin-bottom: 0;
}
.mobile_search_icon {
  width: 52px;
  height: 52px;
  font-size: 34px;
  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 {
  /* display: none; */
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  cursor: pointer;
}
.mobile_menu_down {
  display: none;
  padding: 6px 0 10px 12px;
}
.mobile_menu_down_clm {
  margin-bottom: 8px;
}
.mobile_menu_down_clm_tts {
  max-width: 65%;
  font-family: 'Poppins' !important;
}
.mobile_menu_down_clm_tt {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
}
.mobile_menu_down_clm_tt .tt {
  width: calc(100% - 50px);
  color: #333;
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}
.mobile_menu_down_clm_list {
  display: none;
  padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  padding: 5px 0 5px 14px;
  position: relative;
}
.mobile_menu_down_clm_list a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background: #333;
  border-radius: 50%;
}
.mobile_menu_tt_icon.hover {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
/* mobile search- */
.mobile_search_box {
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 15;
  display: none;
  width: 100%;
  padding: 20px;
  background: #fafafa;
}
.mobile_search_box form {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  padding: 0px 0;

  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.mobile_search_text {
  border: none;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  width: calc(100% - 40px);
}
.mobile_search_btn_text {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: var(--hue);
  text-align: center;
  line-height: 40px;
  border: none;
  background: none;
}
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* swiper焦点 */
.swiper-pagination-bullets {
  margin-top: 40px;
  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;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #333333;
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--hue) !important;
}

/* ~~~~~~~~~~~~~~~~~~~导航,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 {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 4;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 20%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header.active {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 24%);
  background-color: #ffffff;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header.active .menu_dl dd .menu_tt {
  color: #333333;
}
.header.active .header_right .item {
  border-color: #333333;
  color: #333333 !important;
}
.header.active .menu_dl dd.hover .menu_tt,
.header.active .menu_dl dd:hover .menu_tt {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header.active .menu_dl dd.hover .menu_tt::before,
.header.active .menu_dl dd:hover .menu_tt::before {
  width: 100%;
  background-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header.active .all_public_searchBox {
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  height: 100vh;
}

.header_b {
  position: relative;
  width: 100%;
  height: 100%;
}
.logo {
  width: 234px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.logo a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.logo img {
  width: 100%;
}
.menu_dl_box {
  width: calc(100% - 234px - 128px);
  display: flex;
  align-items: center;
  justify-content: end;
}
.menu_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.menu_dl dd {
  margin: 0 1.56vw;
  position: relative;
}
.menu_dl dd:last-child {
  margin-right: 0;
}
.menu_tt {
  height: 137px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: var(--fws);
  white-space: nowrap;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}
.menu_tt::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0%;
  border-radius: 42px;
  height: 2px;
  background-color: #fff;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.menu_dl dd.hover .menu_tt::before,
.menu_dl dd:hover .menu_tt::before {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.menu_down {
  position: absolute;
  left: -100%;
  top: 100%;
  border-radius: 10px;
  width: 270px;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 7px 9px rgba(0, 0, 0, 6%);
  display: none;
}
.menu_down_list {
  width: 100%;
}
.menu_down_item_a {
  display: block;
  padding: 0px 20px;
  height: 50px;
  border-bottom: 1px solid #ececec;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.menu_down_item_a .icon {
  width: 45px;
  padding-right: 0.52vw;
  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;
}
.menu_down_item_a .icon .hide {
  display: none;
}
.menu_down_item_a:hover .show {
  display: none;
}
.menu_down_item_a:hover .hide {
  display: block;
}
.menu_down_item_a:hover {
  color: #fff;
  background-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_dl dd.static {
  position: static;
}
.menu_down2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.menu_down_list2 {
  background-color: #fff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 2.6vw 0px;
  border-radius: 6px;
  overflow: hidden;
}
.menu_down_list_01 {
  border-right: 1px solid #eeeeee;
  width: calc((100%) / 4);
  padding: 0 clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.menu_down_list_01:last-child {
  border-right: none;
}
.menu_down_list_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1.3vw;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.menu_down_dd {
  margin-top: 20px;
}
.menu_down_dd .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 2.34vw 0 1.56vw;
  position: relative;
}
.menu_down_dd .item .pic {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  margin-right: 0.78vw;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_down_dd .item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_down_dd .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;
}
.menu_down_dd .item:hover .pic {
  border-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_down_dd .item:hover .text {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* 右侧语言切换 */
.header_right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header_right_line {
  margin: 0 1.3vw;
  width: 1px;
  background-color: #eeeeee;
}
.header_right .item {
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  color: #fff !important;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_right .item:hover {
  color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_right .item:last-child {
  border: none;
  margin-left: 2.08vw;
  background-color: var(--hue);
}
/* 顶部搜索 */
.header_search {
  width: 100%;
  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;
  cursor: pointer;
}

.header_language {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_language .icon1 {
}
.header_language_01 {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_language_02 {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc(100% + 48px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.header_language_02 a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333e46;
  text-align: center;
}

.header_language_02 a:hover {
  color: var(--hue);
}

.header_chatnow a {
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  width: clamp(8.75rem, 7.318rem + 2.23vw, 10rem);
  height: clamp(2.5rem, 1.426rem + 1.68vw, 3.438rem);
  border-radius: 3px;
  background-color: var(--hue);
}

/* 可公用导航搜索 */
.all_public_searchBox {
  display: none;
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
  display: none;
  position: fixed;
  z-index: 21;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
}

.all_public_form input {
  background-color: #fff;
  width: 100%;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 20px 136px 20px 20px;
  border-radius: 10px 25px 10px 25px;
}

.all_public_form .icon_01 {
  font-size: 38px;
  cursor: pointer;
  position: absolute;
  top: 51%;
  right: 80px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  border: none;
  background: none;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888;
}
.all_public_form .public_form_close {
  font-size: 34px;
  position: absolute;
  top: 11px;
  right: 26px;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888;
  cursor: pointer;
}

.all_public_form .public_form_close:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.all_public_form .icon_01:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
.footer {
  position: relative;
  z-index: 2;
  border-top: 6px solid var(--hue);
  background-color: #2a2a2a;
}

.footer_t {
  padding: 4.17vw 0 40px;
}

.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: 76.2%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer_t_l_sm {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 1.56vw;
}

.footer_t_l_sm a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  font-size: 20px;
  border-radius: 100%;
  margin: 0 13px 0 0;
  color: #fff;
}

.footer_t_l_sm a:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.footer_t_r_item .bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer_t_r_item {
  width: 25%;
}
.footer_t_r_item:nth-child(1) {
  width: 35%;
}
.footer_t_r_item_tt {
  color: #fff;
  margin-bottom: 15px;
}

.footer_t_r_item_list a {
  white-space: nowrap;
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  font-family: var(--fwr) !important;
}
.footer_t_r_item_list a span {
}
.footer_t_r_item_list a:hover {
  color: var(--hue);
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}

.footer_t_r_item_list2 .item {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-family: var(--fwr);
  flex-wrap: wrap;
}
.footer_t_r_item_list2 .item .iconfont {
  margin-right: 10px;
}
.footer_t_r_item_list2 .item a {
  color: #999;
  font-family: var(--fwr);
}

.footer_t_r_item_list2 .item a:hover {
  text-decoration: underline;
}
.footer_t_r {
  width: 23.8%;
}
.footer_form .item input {
  width: 100%;
  height: 40px;
  margin-bottom: clamp(0.625rem, 0.409rem + 0.96vw, 1.25rem);
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  font-size: 18px;
  color: #999999;
  background-color: #343434;
  font-family: var(--fwm);
}

.footer_form .item:last-child {
  background-color: #343434;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #343434;
}
.footer_form .item textarea::placeholder,
.footer_form .item input::placeholder {
  color: #999999;
  font-family: var(--fwr);
  font-size: 16px;
}
.footer_form .item:last-child textarea {
  font-size: 16px;
  color: #999999;
  padding-top: 10px;
  width: 100%;
  border: none;
  background: none;
  font-family: var(--fwm);
  height: clamp(5rem, 3.911rem + 4.84vw, 8.75rem);
}

.footer_form .submtit input {
  background: none;
  border: none;
  background-color: var(--hue);
  color: #fff;
  width: 100%;
  max-width: 170px;
  margin-top: 15px;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
}

.footer_b {
  padding: clamp(0.938rem, 0.665rem + 1.21vw, 1.875rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 10%);
}

.footer_b .wrapper {
  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;
}

.footer_b_text {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--fwr);
}

.footer_b_text a {
  color: #888888;
}

.footer_b_text a:hover {
  text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */

/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
.float_fixed_top .item {
  position: relative;
}

.float_fixed {
  position: fixed;
  right: 0%;
  bottom: 50%;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  z-index: 3;
}
.float_fixed_list {
  box-shadow: 0 2px 12px rgba(162, 162, 162, 28%);
}
.float_fixed .item:first-child {
  border-radius: 6px 0 0 0;
  border-top: none;
}

.float_fixed .item {
  border-top: 1px solid rgba(255, 151, 72, 100%);
  background-color: var(--hue);
  color: #ffffff;
  width: clamp(2.563rem, 2.381rem + 0.81vw, 3.188rem);
  height: clamp(2.563rem, 2.381rem + 0.81vw, 3.188rem);
  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 .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;
  padding-right: 15px;
}
.float_fixed_list .item .item_con .con {
  background-color: var(--hue);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  display: block;
  height: 100%;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
  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::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: var(--hue);
  position: absolute;
  top: 35%;
  right: 7.5px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.float_fixed_list .item:hover .item_con {
  width: 255px;
  -ms-transform: translate(1px, 0);
  -webkit-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  right: calc(100%);
}

.float_fixed_list .item .item_con .icon {
  width: 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;
}
.float_fixed_top .back_top {
  border-radius: 0 0 0 6px !important;
}
.back_top {
  border-top: 1px solid rgba(255, 151, 72, 100%) !important;
  box-shadow: 0 2px 12px rgba(162, 162, 162, 28%);
  display: block;
  font-weight: 900;
  overflow: hidden;
  color: #fff !important;
}
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
.public_video {
  position: relative;
  display: inline-block;
}
.public_video .video {
  width: clamp(5.313rem, 4.531rem + 3.91vw, 8.438rem);
  height: clamp(5.313rem, 4.531rem + 3.91vw, 8.438rem);
  border-radius: 100%;
  overflow: hidden;
}
.public_video .video img {
  width: 100%;
  height: 100%;
}
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
.index_banner {
  position: relative;
}
.index_banner_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 18%);
  z-index: -1;
}
.index_banner_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 22%), rgba(0, 0, 0, 0%));
  z-index: -1;
}

.index_banner_item {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 20;
}
.index_banner_item .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.index_banner_con {
  position: relative;
  height: 100%;
}
.index_banner_l {
  width: 80%;
  position: absolute;
  top: 52%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.index_banner_l .title {
  line-height: clamp(3.125rem, 2.67rem + 2.27vw, 4.375rem);
}
.index_banner_l .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.index_banner_l .public_btn {
  margin-top: 2.08vw;
  margin-right: 1.04vw;
}
.index_banner_swiper_pagination {
  position: absolute;
  bottom: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem) !important;
  left: 0;
  z-index: 2;
}
.index_banner_swiper_pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 10px !important;
  background-color: rgba(255, 255, 255, 40%) !important;
  opacity: 1;
  position: relative;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_banner_swiper_pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 100%;
}
.index_banner_swiper_pagination .swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 5px solid #ffffff;
}
.index_banner_swiper_pagination .swiper-pagination-bullet-active::before {
  opacity: 0;
}
/* index_one */
.index_one {
  position: relative;
  background-color: #f5f3f0;
  z-index: 3;
}
.index_one::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  background-image: url(../images/index_one_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100% - var(--space));
  border-radius: 50px 0 0 0;
  z-index: -1;
}
.index_one_l {
  width: clamp(12.5rem, 10.234rem + 11.33vw, 21.563rem);
}
.index_one_r {
  width: calc(100% - clamp(12.5rem, 10.234rem + 11.33vw, 21.563rem) - 5.21vw);
}
.pro_table_item:first-child {
  border-top: 1px solid #ebe8e5;
}
.pro_table_item {
  cursor: pointer;
  height: 60px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #ebe8e5;
}
.pro_table_item .icon {
  margin-right: 0.52vw;
  width: clamp(2.188rem, 2.031rem + 0.78vw, 2.813rem);
  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_table_item .icon .hide {
  display: none;
}
.pro_table_item .tt {
  width: calc(100% - clamp(2.813rem, 2.656rem + 0.78vw, 3.438rem));
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_table_item.hover .icon .show {
  display: none;
}
.pro_table_item.hover .icon .hide {
  display: block;
}
.pro_table_item.hover .tt {
  font-family: var(--fws);
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_one_r .item {
  animation: both fadeInRight 1s ease;
}
.index_one_item {
  display: block;
  background-color: #fafafa;
  border-radius: 20px;
  overflow: hidden;
}
.index_one_item .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.index_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_one_item:hover .pic 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_one_item .pic .tt {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--hue);
  padding: 10px 20px;
  border-radius: 20px 0 0 0;
}
.index_one_item .title {
  padding: 1.56vw 15px;
  text-align: center;
}
.index_one_swiper_btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-top: 2.6vw;
}
.index_one_swiper_btn .iconfont {
  width: 52px;
  height: 52px;
  border: 1px solid var(--hue);
  color: var(--hue);
  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-radius: 100%;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_one_swiper_btn .iconfont:hover {
  color: #ffffff;
  border-color: transparent;
  background-image: linear-gradient(270deg, rgba(251, 131, 41, 1) 0%, rgba(251, 178, 17, 1) 100%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* .index_two */
.index_two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.index_two_l {
  width: 53%;
}
.index_two_r {
  width: 47%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.number_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 7.29vw;
}
.number_list_item {
  border-right: 1px solid rgba(255, 255, 255, 15%);
  width: calc(100% / 4);
  text-align: center;
}
.number_list_item:last-child {
  border-right: none;
}
.number_list_item .number {
  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;
}
.number_list_item .title {
  text-transform: uppercase;
}
/* index_three */
.index_three_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index_three_item .pic {
  width: 100%;
  overflow: hidden;
}
.index_three_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_three_item .con {
  position: absolute;
  bottom: 3.39vw;
  right: 0;
  width: 56%;
  background-color: rgba(255, 255, 255, 88%);
  border-radius: 20px 0 0 20px;
  padding: 2.08vw;
  border-right: 2px solid var(--hue);
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_three_item .trim {
  border: 1px solid var(--hue);
  border-radius: 100px;
  display: inline-block;
  padding: 2px clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
  margin-bottom: 15px;
}
.index_three_item .title {
  margin-bottom: 5px;
}
.index_three_item .public_btn {
  height: 44px;
  width: clamp(10rem, 9.375rem + 3.13vw, 12.5rem);
  margin-top: 15px;
}

.swiper-slide-active .index_three_item .con {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_three_swiper_pagination {
  margin-top: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
}
.index_three_swiper_pagination .swiper-pagination-bullet {
  width: 80px;
  height: 2px;
  background-color: var(--hue);
  border-radius: 0;
}
/* index_four */
.index_Four {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.index_Four_t .line {
  background-color: #ffffff;
}
.index_Four_b .pc {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  padding: 0 3.13vw;
}
.index_Four_list {
  width: calc((100% - 30.21vw - 3.13vw) / 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_Four_right {
  text-align: right;
  justify-content: space-between;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.index_Four_center {
  position: relative;
  width: 30.21vw;
  margin: auto 1.56vw;
  padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}
.index_Four_center_swiper {
  border-radius: 100%;
  overflow: hidden;
}
.index_Four_center_swiper .pic {
  width: 100%;
  border-radius: 100%;
  position: relative;
}
.index_Four_center_swiper .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.center_dian {
  width: 0;
  transform-origin: 50%;
  height: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: -1;
}
.center_dian .dian {
  height: calc(100% + 4px);
  transform-origin: 50% 100%;
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  position: absolute;
  top: -4px;
  left: 0;
}
.center_dian .dian span {
  width: 12px;
  height: 12px;
  background-color: #d6ab77;
  border: 3px solid #fbaf13;
  border-radius: 50%;
  transition: border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.center_dian .dian:nth-child(1) {
  transform: rotate(45deg);
}
.center_dian .dian:nth-child(1) span {
  transform: translate(-50%) rotate(-45deg);
}

.center_dian .dian:nth-child(2) {
  transform: rotate(90deg);
}
.center_dian .dian:nth-child(2) span {
  transform: translate(-50%) rotate(-90deg);
}

.center_dian .dian:nth-child(3) {
  transform: rotate(135deg);
}
.center_dian .dian:nth-child(3) span {
  transform: translate(-50%) rotate(-135deg);
}

.center_dian .dian:nth-child(4) {
  transform: rotate(225deg);
}
.center_dian .dian:nth-child(4) span {
  transform: translate(-50%) rotate(-225deg);
}

.center_dian .dian:nth-child(5) {
  transform: rotate(270deg);
}
.center_dian .dian:nth-child(5) span {
  transform: translate(-50%) rotate(-270deg);
}

.center_dian .dian:nth-child(6) {
  transform: rotate(315deg);
}
.center_dian .dian:nth-child(6) span {
  transform: translate(-50%) rotate(-315deg);
}
.center_routate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.center_routate .st {
  fill: #fbaf13;
}
.index_Four_item {
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.index_Four_item.on .number,
.index_Four_item.on .title {
  color: #fbaf13 !important;
}
.center_dian .dian.on {
  opacity: 0;
}
.center_dian .dian.color span {
  border-color: #ffffff;
}
.center_dian .dian.colors span {
  border-color: skyblue;
}
.index_Four_btn {
  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;
  color: #ffffff;
}
.index_Four_btn .prev {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.index_Four_center_move .con .item,
.index_Four_center_move {
  display: none;
}
.index_Four_center_move .con .item.on {
  display: block;
}
.index_Four_center_move .con .item {
  text-align: center;
  width: 85%;
  margin: auto;
}
/* .index_Four */
/* index_six*/
.index_six_item {
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  filter: grayscale(100%);
}
.index_six_item .top {
  border-bottom: 1px solid #dcdcdc;
  padding: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem) clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}
.index_six_item .card {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.index_six_item .pic {
  width: clamp(4rem, 3.531rem + 2.34vw, 5.875rem);
  height: clamp(4rem, 3.531rem + 2.34vw, 5.875rem);
  border-radius: 100%;
  overflow: hidden;
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.index_six_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_six_item .icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: var(--hue);
}
.index_six_item .iconfont {
  font-size: 18px;
  margin-right: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}
.index_six_item .bottom {
  padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem) clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}
.index_six_item .text {
  margin: 10px 0;
}
.index_six_swiper_pagination {
  height: 2px !important;
  position: relative !important;
  bottom: 0 !important;
  width: 57.29vw !important;
  margin: auto !important;
  background-color: #dad4cd !important;
}
.index_six_swiper_pagination .swiper-pagination-progressbar-fill {
  background-color: var(--hue) !important;
}
.index_six_swiper {
  padding-bottom: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}
.index_six_item:hover {
  box-shadow: 4px 10px 28px rgba(251, 132, 40, 10%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index_six_swiper .swiper-slide-active .index_six_item,
.index_six_swiper .swiper-slide-prev .index_six_item {
  filter: grayscale(0%);
}
/* index_seven */
.index_seven {
  background-color: #f5f3f0;
}
.index_seven_item {
  background-color: #ffffff;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.index_seven_item .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #231815;
  margin-top: clamp(0.625rem, 0.234rem + 1.95vw, 2.188rem);
}
.index_seven_item .btn .tt {
  display: inline-block;
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.index_seven_item .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 14rem;
}
.index_seven_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_seven_item .trim {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 22%);
  border-radius: 10px 0 0 0;
  padding: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}
.index_seven_item .con {
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.index_seven_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}
.index_seven_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;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about—us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about—us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about—us    ~~~~~~~~~~~*/
.about_banner {
  position: relative;
}
.about_banner .pic {
  position: relative;
}
.about_banner .pic img {
  width: 100%;
  height: 100%;
}
.about_banner_con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(245, 245, 245, 30%);
  backdrop-filter: blur(60px);
}
/* about_one */
.about_one_l {
  width: 45%;
}
.about_one_r {
  width: 48%;
}
.about_one_r .pic {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.about_one_r .pic .img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_one_r:hover .pic img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_one_r .public_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* about_two */
.about_two {
  background-color: #f48836;
  padding: 50px 0;
}
.about_two .number_list {
  margin-top: 0;
}
/* about_three */
.about_three {
  background-color: #f5f3f0;
}

.about_three_pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.about_three_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_pic:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_three_pic::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(244, 136, 54, 80%), rgba(244, 136, 54, 0%));
}
.about_three_b {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about_three_page {
  overflow: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 30%);
}
.about_three_page .swiper-slide {
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, 22%);
}
.about_three_item {
  cursor: pointer;
  padding: 0 2.08vw;
  margin-bottom: 10px;
  text-align: center;
  margin-top: calc(0px - clamp(1.875rem, 1.484rem + 1.95vw, 3.438rem));
}
.about_three_item .icon {
  padding: 20px;
  width: clamp(3.75rem, 2.969rem + 3.91vw, 6.875rem);
  height: clamp(3.75rem, 2.969rem + 3.91vw, 6.875rem);
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: auto;
}
.about_three_item .icon::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 20%) rotate(45deg);
  -ms-transform: translate(-50%, 20%) rotate(45deg);
  -webkit-transform: translate(-50%, 20%) rotate(45deg);
  border: 10px solid #ffffff;
  border-color: transparent #ffffff #ffffff transparent;
}
.about_three_item .hide {
  display: none;
}
.about_three_item .title {
  margin-top: 15px;
}
.about_three_page .swiper-slide-thumb-active .show {
  display: none;
}
.about_three_page .swiper-slide-thumb-active .hide {
  display: block;
}
.about_three_page .swiper-slide-thumb-active .icon {
  background-color: var(--hue);
}
.about_three_page .swiper-slide-thumb-active .icon::before {
  border-color: var(--hue);
}
/* about_four */
.about_four_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.about_four_item {
  width: calc((100% - 1.56vw) / 2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.about_four_item .pic {
  width: 100%;
}

.about_four_item .con {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.about_four_item .icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: clamp(2.813rem, 2.109rem + 3.52vw, 5.625rem);
  margin: auto;
}
.about_four_item .text {
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.about_five_item {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.about_five_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_five_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_five {
  background-color: #f5f3f0;
}
/* about_six */
.about_six_b img {
  width: 100%;
  height: 100%;
}
/* .about_seven */
.about_seven {
  background-color: #f5f3f0;
}
.about_seven_item {
  display: block;
  position: relative;
}
.about_seven_item .pic {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_seven_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_seven_item .title {
  text-align: center;
  margin-top: 1.04vw;
}
.about_seven_item:hover .pic {
  box-shadow: 2px 0 10px rgba(0, 0, 0, 12%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* about_eight */
.about_eight_item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ececec;
  overflow: hidden;
  background-color: #ffffff;
}
.about_eight_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about_eight_item:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/*~~~~~~~~~~~~about—us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about—us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about—us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us    ~~~~~~~~~~~*/
.contact_one_l {
  width: 48%;
}
.contact_one_r {
  width: 48%;
  box-shadow: 6px 20px 20px rgba(28, 1, 1, 4%);
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem);
}
.contact_one_r .contact_form form .item.textarea textarea,
.contact_one_r .contact_form form .item input {
  background-color: transparent;
}
.contact_left_line {
  width: 75px;
  height: 1px;
  background-color: var(--hue);
}
.contact_share {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.contact_share .footer_t_l_sm {
  margin-top: 0;
  margin-left: 10px;
}
.contact_left_list {
  padding: 10px 0 0px;
}

.contact_left_list .icon_block {
  font-size: clamp(1.75rem, 1.62rem + 0.58vw, 2.125rem);
  display: inline-block;
  width: clamp(2.938rem, 2.505rem + 1.92vw, 4.188rem);
  height: clamp(2.938rem, 2.505rem + 1.92vw, 4.188rem);
  background-color: #f5f5f5;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_left_icon {
  width: 42px;
}

.contact_left_icon img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.contact_left_list {
  margin-bottom: 2.6vw;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_left_list > .item {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: clamp(0.938rem, 0.613rem + 1.44vw, 1.875rem) 0;
  border-bottom: 1px solid #ececec;
}

.contact_left_list > .item:last-child {
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}

.contact_left_list > .item:hover .icon_block {
  color: #fff !important;
  background-color: var(--hue);
}

.contact_left_right {
  padding-left: 10px;
  width: calc(100% - 42px);
}

.contact_left_right a:hover {
  color: var(--hue) !important;
}

.contact_left_list .item_right {
  width: calc(100% - 66px);
  padding-left: 10px;
}

.contact_left_list .item_right .item_text {
  padding-top: 10px;
  color: #333333;
  font-family: var(--fwr);
}

.contact_left_list .item_text a {
  color: #333333;
  font-family: var(--fwr);
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
}

.contact_left_list > .last {
  width: 100%;
}
.contact_left_list > .last .icon {
  margin-right: 10px;
  width: 32px;
}

.contact_left_list > .last .icon img {
  width: 100%;
}
.contact_left_list > .last .item_text a {
  text-decoration: underline;
}

.contact_left_bottom {
  max-width: 620px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact_form 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;
}
.contact_form form .item {
  width: calc((100% - 1.3vw) / 2);
  margin-top: 1.3vw;
}
.contact_form form .item input {
  height: 40px;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  font-family: var(--fwr);
}
.contact_form form .title {
  margin-bottom: 15px;
}
.contact_form form .item.submit,
.contact_form form .item.textarea {
  width: 100%;
}
.contact_form form .item.textarea textarea {
  resize: none;
  background-color: #f5f5f5;
  width: 100%;
  height: 10.83vw;
  border: 1px solid #efefef;
  border-radius: 3px;
  font-size: 16px;
  color: #333;
  font-family: var(--fwr);
  padding: clamp(0.625rem, 0.444rem + 0.81vw, 1.25rem) 0 0 clamp(0.625rem, 0.534rem + 0.4vw, 0.938rem);
}
.contact_form form .item.textarea textarea::placeholder {
  color: #999999;
  font-family: var(--fwl);
}
.contact_form form .item.submit input {
  width: 100%;
  background-color: var(--hue);
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  height: 50px;
  border: none;
  font-family: var(--fwb);
}
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact_us   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition    ~~~~~~~~~~~*/
.exhibition_one_b {
  background-color: #f5f3f0;
}
.exhibition_one_l {
  width: 50%;
  padding: 4.17vw;
}
.exhibition_one_l .text {
  margin: 1.56vw 0;
}
.exhibition_one_r {
  width: 50%;
}
.exhibition_one_l .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.exhibition_one_l .btn a:first-child {
  border-color: #666666;
  color: #666666;
}
.exhibition_one_l .btn a {
  margin-right: 1.04vw;
}
.exhibition_one_l .btn a:hover {
  color: #ffffff !important;
}
.exhibition_one_item {
  width: 100%;
  overflow: hidden;
}
.exhibition_one_swiper_pagination {
  position: absolute;
  bottom: 1.56vw !important;
  left: 0;
  width: 100%;
  z-index: 2;
}
.exhibition_one_swiper_pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
/* .exhibition_two */
.exhibition_two {
  background-color: #f5f3f0;
}
.exhibition_two_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.exhibition_two_dl dd {
  width: calc((100% - 5.73vw) / 3);
  margin: 0 2.86vw 2.86vw 0;
}
.exhibition_two_dl dd:nth-child(3n) {
  margin-right: 0;
}
.exhibition_two_item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  border: 1px solid #ececec;
}
.exhibition_two_item .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}
.exhibition_two_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.exhibition_two_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_two_item .title {
  display: block;
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}
.exhibition_two_item .btn {
  margin-top: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #ececec;
  padding-top: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}
.exhibition_two_item .btn a:first-child {
  border-right: 1px solid #ececec;
}
.exhibition_two_item .btn a {
  width: calc(100% / 2);
  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_two_item .btn a .icon1 {
  margin-right: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}
.exhibition_two_item .btn a:hover {
  color: var(--hue) !important;
}
/*~~~~~~~~~~~~exhibition   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~exhibition   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
.faq {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
.faq_t {
  background-color: #f5f3f0;
  padding: 20px 0;
}
.faq_t .left {
  width: 50%;
}
.faq_t .left .title {
  margin-bottom: 15px;
}
.faq_t .right {
  width: 30%;
  margin-right: 4.17vw;
}
.faq_t .right img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.faq_t .right: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;
}
.faq_l {
  width: clamp(12.5rem, 9.531rem + 14.84vw, 24.375rem);
  margin-right: 2.34vw;
}

.faq_r {
  width: calc(100% - clamp(12.5rem, 9.531rem + 14.84vw, 24.375rem) - 2.34vw);
}

.faq_list1 dd {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: #fff;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.faq_list1_item_num {
  width: 61px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 18px;
  background: #ececec;
  border-right: 1px solid #dbdbdb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.faq_list1_item_r {
  width: calc(100% - 61px);
}

.faq_list1_title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 2.6vw;
}

.faq_list1_title .icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  width: 24px;
  text-align: center;
  font-size: 24px;
}

.faq_list1_title .tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: calc(100% - 50px);
  line-height: 1.4;
}

.faq_list1_title .icon2 {
  color: #a7a7a7;
  position: relative;
}

.faq_list1_text {
  overflow: hidden;
  display: none;
  padding: 0 2.6vw 1.82vw;
}
.faq_list1 dd.hover .faq_list1_title .icon2::before {
  content: '\eb79';
}

.form_input {
  font-family: var(--fwr);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding-left: 1.04vw;
  margin-top: 1.04vw;
}
.form_textarea textarea::placeholder,
.form_input input::placeholder {
  font-family: var(--fwr);
  color: #666666;
}
.form_input input {
  width: 100%;
  border: none;
  background: none;
  font-size: 16px;
  color: #333;
}

.form_input span {
  color: var(--hue);
  font-size: 14px;
  font-family: var(--fwm);
}

.form_textarea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding-left: 1.04vw;
  border: 1px solid #e5e5e5;
  height: 190px;
}

.form_textarea textarea {
  font-size: 16px;
  color: #333333;
  width: 100%;
  font-family: var(--fwr);
  margin-top: 0.52vw;
  border: none;
  background: none;
  resize: none;
}

.form_submit input {
  cursor: pointer;
  background: none;
  border: none;
  background-color: var(--hue);
  color: #fff;
  line-height: 45px;
  margin-top: 1.56vw;
  border-radius: 100px;
  width: clamp(9.375rem, 8.75rem + 3.13vw, 11.875rem);
  overflow: hidden;
}
.faq_r .blog_page {
  margin-top: 3.13vw;
}
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
.news_list {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
.news_list_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  margin-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  border-bottom: 1px solid #dcdcdc;
}
.news_list_item .left {
  width: 24%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news_list_item .right {
  width: 76%;
  padding-left: 2.08vw;
}
.news_list_item .pic_img {
  width: 100%;
  height: 100%;
}

.news_list_item .left .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news_list_item:hover .left .icon,
.news_list_item:hover .left::before {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.news_list_item .title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: clamp(0.313rem, 0.156rem + 0.78vw, 0.938rem);
}
.news_list_item .title .line {
  width: 30px;
  height: 1px;
  background-color: var(--hue);
  margin-right: 9px;
}
.news_list_item .title .line2 {
  width: 1px;
  height: 12px;
  background-color: var(--hue);
  margin: 0 0.68vw;
}
.news_list_item .text {
  margin-bottom: clamp(0.625rem, 0.444rem + 0.81vw, 1.25rem);
}
.news_list_item .public_btn {
  background-color: #fff;
  border: 1px solid #666666;
  color: #666666;
}
.news_list_item:hover .public_btn {
  background-color: var(--hue);
  color: #fff;
  border-color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del    ~~~~~~~~~~~*/
.blo_deBoxOne {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
}
.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: 71%;
  padding-right: 2.08vw;
  border-right: 1px solid #eeeeee;
}

.blo_deOne1_L_01 {
  color: #333333;
}

.blo_deOne1_L_02 {
  border-bottom: 1px solid #eeeeee;
  padding: clamp(0.625rem, 0.3rem + 1.44vw, 1.563rem) 0 clamp(0.625rem, 0.365rem + 1.15vw, 1.375rem);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blo_deOne1_L_02 .item {
  margin-right: 3.13vw;
  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: 14px;
  color: #999999;
  padding: 4px 0 0 5px;
}
.blo_deOne1_L_02 .item .item_tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.blo_deOne1_L_04 {
  background-color: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.blo_deOne1_L_04 .item {
  width: auto;
  margin-top: 0;
  margin-right: 3.13vw;
}
.blo_deOne1_L_04 .item div {
  color: #333333 !important;
}
.blo_deOne1_L_04 .item .iconfont {
  border-color: #333333;
}
.blo_deOne1_L_04 .cases_type_list {
  margin-bottom: 0;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.blo_deOne1_L_03 {
  color: #333333;
  margin-top: 1.82vw;
}

.blo_deOne1_L_03 img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.blo_deOne1_L_05 {
  margin-top: 2.6vw;
  background-color: #f5f5f5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: clamp(0.625rem, 0.444rem + 0.81vw, 1.25rem) 0;
  border-radius: 10px;
  align-items: center;
}
.blo_deOne1_L_05 .item {
  padding: 0 30px;
  border-right: 1px solid #ececec;
  width: calc((100%) / 2);
}
.blo_deOne1_L_05 .item:last-child {
  margin-right: 0;
  border-right: none;
}
.blo_deOne1_L_05 .item .title {
  /* width: 120px; */
  color: #333333;
}

.blo_deOne1_L_05 .item .text {
  padding-top: 4px;
  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 {
  width: calc(100% - 100px);
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blo_deOne1_L_05 .item:hover .text {
  border-bottom: 1px solid var(--hue);
}
.blo_deOne1_L_05 .item:hover .text .trim,
.blo_deOne1_L_05 .item:hover .text a {
  color: var(--hue) !important;
}
.blo_deOne1_R {
  width: 29%;
  padding-left: 2.08vw;
}

.blo_deOne1_R_01 {
  color: #333333;
}

.blo_deOne1_R_02 .item {
  margin-top: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  width: 100%;
}

.blo_deOne1_R_02 .item a {
  display: flex;
  width: 100%;
  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;
}

.blo_deOne1_R_02 .item a .pic {
  width: 36%;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.blo_deOne1_R_02 .item a .pic img {
  width: 100%;
  height: 100%;
  min-height: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.blo_deOne1_R_02 .item a: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;
}

.blo_deOne1_R_02 .item a .bottom {
  width: 60%;
}
.blo_deOne1_R_02 .item .title {
  margin-bottom: 0;
}
.blo_deOne1_R_02 .item a .title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0.52vw;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.blo_deOne1_R_02 .item a:hover .title {
  color: var(--hue);
}
.blo_deOne1_R .public_btn {
  width: 100%;
}
.blo_deOne1_R_02 .item a .bottom .line {
  width: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  height: 1px;
  background-color: var(--hue);
  margin-right: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}
.blo_deOne1_R_02 .item a .bottom .line2 {
  width: 1px;
  height: 12px;
  background-color: var(--hue);
  margin: 0 0.68vw;
}
.swiper-pagination-bullets {
  margin-top: 2.6vw;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #444444 !important;
  margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--hue) !important;
}
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~blog_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products    ~~~~~~~~~~~*/
.list_one {
  background-color: #f5f3f0;
}
.list_one_l {
  width: clamp(16.25rem, 14.594rem + 8.28vw, 22.875rem);
  height: 100%;
  position: sticky;
  top: 130px;
  left: 0;
  border-radius: 20px;
  border: 1px solid #ebe8e5;
  background-color: #ffffff;
}
.list_one_l .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  height: clamp(3.125rem, 2.969rem + 0.78vw, 3.75rem);
  border-top: 1px solid #ebe8e5;
  padding: 0 clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}
.list_one_l .item .icon {
  width: 45px;
}
.list_one_l .item .icon .hide {
  display: none;
}
.list_one_l .item.hover .icon .show {
  display: none;
}
.list_one_l .item.hover .icon .hide {
  display: block;
}
.list_one_r {
  padding-left: 3.13vw;
  width: calc(100% - clamp(16.25rem, 14.594rem + 8.28vw, 22.875rem));
}
.list_one_l .title {
  height: 70px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 0 clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}
.list_one_l .item.hover {
  color: var(--hue);
}
/* pro_list_dl */
.pro_list_dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.pro_list_dl dd {
  width: calc((100% - 4.17vw) / 3);
  margin: 0 2.08vw 2.08vw 0;
}
.pro_list_dl dd:nth-child(3n) {
  margin-right: 0;
}

.del_five_swiper .index_one_item {
  background-color: #ffffff;
}
.del_five_swiper .index_one_item,
.pro_list_dl dd .index_one_item {
  border: 1px solid #ebe8e5;
}
.del_five_swiper .index_one_item:hover,
.pro_list_dl dd .index_one_item:hover {
  border-color: var(--hue);
  box-shadow: 4px 10px 38px rgba(0, 0, 0, 6%);
}
/* list_two */
.list_two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 3;
}
.list_two_t .line {
  background-color: #ffffff;
}
.list_two_item {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.list_two_item .icon {
  margin-bottom: 20px;
}
.list_two_item .title {
  border-bottom: 1px solid #eaeae9;
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  padding-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.list_two_swiper_pagination .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
/* list_three */
.list_three {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.list_three_l {
  width: 49%;
}
.list_three_r {
  width: 45%;
}
.list_three_l .line {
  background-color: #ffffff;
}
.xw_seven_list {
  margin-top: 2.6vw;
}
.xw_seven_item {
  padding: clamp(0.625rem, 0.262rem + 1.61vw, 1.875rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 30%);
}
.xw_seven_item .top {
  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;
  cursor: pointer;
}
.xw_seven_item.hover .top .icon::before {
  content: '\eb79';
}
.xw_seven_item .bottom .tt,
.xw_seven_item .top .title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.xw_seven_item .bottom .icon,
.xw_seven_item .top .title .icon {
  margin-right: 20px;
}
.xw_seven_item .bottom .icon {
  width: 26px;
}
.xw_seven_item .top .title .tt {
  width: calc((100% - 34px));
}
.xw_seven_item .bottom .text {
  width: calc((100% - 36px));
}
.xw_seven_item .bottom {
  width: calc(100% - 30px);
  display: none;
  margin-top: 15px;
}
.xw_seven_item.hover .top .title {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list_three .contact_one_r {
  width: 45%;
  background-color: rgba(255, 255, 255, 60%);
  backdrop-filter: blur(60px);
  box-shadow: 6px 20px 20px rgba(0, 0, 0, 30%);
}
.list_three textarea,
.list_three input {
  background-color: #ffffff !important;
}
.list_three .contact_form form .item.submit input {
  background-color: var(--hue) !important;
}
/*~~~~~~~~~~~~products   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
.del_one {
  background-color: #f5f3f0;
  position: relative;
  z-index: 2;
}
.del_one_l {
  width: 42%;
  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;
}
.del_one_r {
  width: calc(55% - 2.6vw);
}
.del_one_swiper {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  width: calc(100% - 7.81vw - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem));
  margin-left: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.del_one_list_swiper {
  max-width: 7.81vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_one_list_swiper .item {
  cursor: pointer;
  margin-bottom: 1.04vw;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.del_one_list_swiper .item:last-child {
  margin-bottom: 0;
}
.del_one_list_swiper img {
  width: 100%;
  height: 100%;
}
.del_one_list_swiper .item.hover {
  border-color: var(--hue);
  box-shadow: 4px 10px 10px rgba(62, 62, 62, 20%);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.del_one_swiper img {
  width: 100% !important;
  height: 100% !important;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_one_swiper: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_one_title {
  margin-bottom: 15px;
}
.del_one_text {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.del_one_list {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;

  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.del_one_list .list {
  margin: clamp(0.625rem, 0.444rem + 0.81vw, 1.25rem) 0;
}

.del_one_list .list .item {
  margin-bottom: 5px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.del_one_list .list .item:last-child {
  margin-right: 0;
}
.del_one_list .list .item .icon {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 0.52vw;
  background-color: var(--hue);
}
.del_one_list .list .item .tt {
  width: calc((100% - 6px));
}
.del_one_btn {
  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;
  margin-bottom: 1.04vw;
}
.del_one_btn a {
  margin-right: 1.04vw;
}
.del_one_btn a:last-child {
  background-color: #333333;
}
.del_one_money {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.del_one_money .tt {
  margin-left: 10px;
}
.del_one_share {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
/* pro_deBoxTwo */
.pro_deBoxTwo {
  position: relative;
  z-index: 3;
  height: 88px;
}
.pro_deTwo1 {
  background-color: var(--hue);
}

.pro_deTwo1_list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: 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 {
  width: calc((100%) / 5);
  height: 88px;
  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::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 1px;
  height: 23px;
  background-color: rgba(255, 255, 255, 32%);
}
.pro_deTwo1_list .item:last-child {
  margin-right: 0;
}
.pro_deTwo1_list .item:last-child::before {
  opacity: 0;
}
.pro_deTwo1_list .item .iconfont {
  border-radius: 100%;
  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;
  padding-left: 10px;
  -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: #333333;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pro_deTwo1_list .item:hover::before,
.pro_deTwo1_list .item.hover::before {
  opacity: 0;
}
.pro_deTwo1_list .item:hover span,
.pro_deTwo1_list .item.hover span {
  color: #fff;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* del_two */
.del_two_l {
  width: 50%;
}
.del_two_l .del_one_list {
  border: none;
}
.del_two_r {
  border-radius: 21px;
  overflow: hidden;
  width: 45%;
}
.del_two_r img {
  width: 100%;
  height: 100%;
}

/* del_three */
.del_three {
  background-color: #f5f3f0;
}
.del_three_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_three_item {
  width: calc(100% / 4);
  background-color: #f0ede8;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  text-align: center;
}
.del_three_item .pic {
  width: clamp(5.625rem, 4.844rem + 3.91vw, 8.75rem);
  height: clamp(5.625rem, 4.844rem + 3.91vw, 8.75rem);
  border-radius: 100%;
  margin: auto;
  overflow: hidden;
}
.del_three_item .pic img {
  width: 100%;
  height: 100%;
}
.del_three_item .title {
  margin-top: 15px;
}
.del_three_item:nth-child(4),
.del_three_item:nth-child(5n),
.del_three_item:nth-child(5n + 2) {
  background-color: #faf7f3;
}

.del_four_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.del_four_r,
.del_four_l {
  width: 23.5%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: space-between;
}
.del_four_center {
  width: calc(53% - 4.17vw);
  margin: 0 1.04vw;
}

.del_four_item {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.del_four_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.del_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;
}

/* del_five */
.del_five {
  background-color: #f5f3f0;
}
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
