/**
 *               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 {
  --space: clamp(2.813rem, 1.953rem + 4.3vw, 6.25rem);
  --fwb: "Bold";
  --fwl: "Light";
  --fwr: "Regular";
  --fwm: "Medium";
}
html,
body {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  font-family: var(--fwr);
}
.w_1200 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* 字体 */ 
.fwl {
  font-family: var(--fwl);
}
.fwb {
  font-family: var(--fwb);
}
.fwr {
  font-family: var(--fwr);
}
.fwm {
  font-family: var(--fwm);
}
.color46 {
  color: #464541;
}
.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_btn {
  text-align: center;
  color: #fff;
  padding: 15px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: clamp(2.5rem, 2.375rem + 0.63vw, 3rem);
  background-color: var(--hue);
  position: relative;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
.public_btn:hover {
  border-color: var(--hue);
  background-color: var(--hue);
  color: #fff !important;
}
/* 标题 */
.public_module_title {
  position: relative;
}
.public_module_title .title {
  display: inline-block;
  line-height: 1.4;
  color: #464541;
  margin-bottom: 10px;
}
.public_module_title .text {
  line-height: 1.6;
  color: #716f6f;
}
.text {
  font-family: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  font-family: var(--fwr);
  line-height: 1.6;
}
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */

.popup_inquiry{
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_inquiry_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  cursor: pointer;
}

.popup_inquiry_form {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup_inquiry_form_l {
  width: 40%;
}
.popup_inquiry_form_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_inquiry_form_r {
  width: 60%;
  padding: 30px;
  background: #fff;
}

.popup_inquiry_form_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: var(--hue);
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--hue);
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.popup_inquiry_title{
    margin-bottom: 5px;
}

.popup_inquiry_form form{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.popup_inquiry_form form .item{
  width: 100%;
  margin-bottom: 9px;
}
.popup_inquiry_form form .item input,
.popup_inquiry_form .item textarea{
  width: 100%;
  height: clamp(2.5rem, 2.349rem + 0.67vw, 2.938rem);
  padding-left: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.popup_inquiry_form .item textarea::placeholder,
.popup_inquiry_form .item input::placeholder{
  font-size: 16px;
  font-family: var(--fwr);
  color: #888;
}
.popup_inquiry_form .item textarea{
  height: 80px;
  padding-top: 8px;
  resize: none;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}


.popup_inquiry_form form .item .public_page_btn{
    border: none;
    background-color: var(--hue);
    color: #ffffff;
    cursor: pointer;
}

/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* 点击视频弹出播放框css */
.ind_video_maskBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.ind_video_maskBox .video_Box_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 800px;
  height: 485px;
}
.ind_video_maskBox .video_Box_1 .videoIframe {
  background: #333333;
  width: 100%;
  height: 100%;
  border: none;
}
.ind_video_maskBox .video_Box_1 .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ind_video_maskBox .video_Box_1 .closeBtn:hover {
  color: #f40a0a;
}
/* 点击视频弹出播放框css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css*/
.mask,
.mobile_menu_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.mask {
  z-index: 13;
}
/*
 * wap head
 */
.mobile_header {
  height: 52px;
  display: none;
  clear: both;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mobile_header_top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 14;
  width: 100%;
  height: 52px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_logo {
  height: 52px;
  margin-left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 0 15px;
}
.mobile_logo img {
  height: 42px;
  width: auto;
}
.mobile_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 54px;
  height: 52px;
  cursor: pointer;
}
.mobile_menu_btn .line {
  display: block;
  height: 3px;
  width: 28px;
  background: #333333;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child {
  margin-bottom: 0;
}
.mobile_search_icon {
  width: 34px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  margin-right: 52px;
  cursor: pointer;
}
.mobile_search_icon img{
  width: 100%;
}
.mobile_menu_b {
  margin-top: 40px;
}
.mobile_menu_b_clm {
  margin-bottom: 25px;
}
.mobile_menu_b_clm .tt {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.mobile_menu_b_clm .text {
  font-size: 14px;
  color: #333;
}
.mobile_menu_b_clm .text a {
  color: #333;
  word-break: break-all;
}
.mobile_lag_box {
  padding: 30px 0 20px;
  margin-bottom: 40px;
}
.mobile_lag_tt {
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
}
.mobile_lag_text {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mobile_lag_text a {
  color: #333;
  font-size: 16px;
  margin-right: 25px;
}
.mobile_menu_box {
  position: fixed;
  right: -110%;
  top: 0;
  z-index: 15;
  width: 75%;
  height: 100%;
  background: #fff;
  padding: 20px 15px;
  overflow-y: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_menu_box.show {
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd {
  clear: both;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mobile_menu_tt .text {
  width: calc(100% - 50px);
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  text-transform: uppercase;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text {
  color: var(--hue2);
}
.mobile_menu_tt_icon {
  /* display: none; */
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  cursor: pointer;
}
.mobile_menu_down {
  display: none;
  padding: 6px 0 10px 12px;
}
.mobile_menu_down_clm {
  margin-bottom: 8px;
}
.mobile_menu_down_clm_tts {
  max-width: 65%;
  font-family: "Poppins" !important;
}
.mobile_menu_down_clm_tt {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
}
.mobile_menu_down_clm_tt .tt {
  width: calc(100% - 50px);
  color: #333;
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}
.mobile_menu_down_clm_list {
  display: none;
  padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  padding: 5px 0 5px 14px;
  position: relative;
}
.mobile_menu_down_clm_list a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background: #333;
  border-radius: 50%;
}
.mobile_menu_tt_icon.hover {
  transform: rotateZ(270deg);
  -webkit-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
/* mobile search- */
.mobile_search_box {
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 15;
  display: none;
  width: 100%;
  padding: 20px;
  background: #fafafa;
}
.mobile_search_box form {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  padding: 0px 0;

  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.mobile_search_text {
  border: none;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  width: calc(100% - 40px);
}
.mobile_search_btn_text {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: var(--hue);
  text-align: center;
  line-height: 40px;
  border: none;
  background: none;
}
.mobile_search_btn_text {
  height: 100%;
  line-height: 100%;
  width: 30px;
}
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* swiper焦点 */
.swiper-pagination-bullets {
  margin-top: 20px;
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 5px !important;
  height: 8px;
  width: 8px;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #c7c7c7;
  color: transparent;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
  outline: none;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--hue);
}
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */

.header_box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header {
  background-image: linear-gradient(to bottom,rgba(255,255,255,80%),rgba(255,255,255,0%));
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 4;
  width: 100%;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_box .wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.header_b {
  padding: 0 4.17vw;
  height: 100%;
}
.logo {
  width: clamp(7.625rem, 7rem + 3.13vw, 10.125rem);
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.logo a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.logo img {
  width: 100%;
}
.menu_dl_box {
  width: calc(100% - clamp(7.625rem, 7rem + 3.13vw, 10.125rem));
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-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 {
  position: relative;
  margin: 0 1.3vw;
}

.menu_tt {
  font-family: var(--fwr);
  color: #333333;
  height: 100px;
  display: block;
  white-space: nowrap;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  text-transform: capitalize;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.menu_tt .icon {
  border: 2px solid #333333;
  border-color: transparent #333333 #333333 transparent;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  margin-left: 5px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_dl dd:hover .icon {
  border-color: transparent var(--hue) var(--hue) transparent;
  margin-top: 8px;
  transform: rotateZ(225deg);
  -ms-transform: rotateZ(225deg);
  -webkit-transform: rotateZ(225deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_dl .menu_tt:hover,
.menu_dl .hover .menu_tt {
  color: var(--hue);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.menu_down {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 100%;
  width: 270px;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 10px 0 20px 0;
  background-color: #ffffff;
  overflow: hidden;
  display: none;
}

.menu_down_list {
  width: 100%;
}
.menu_down_list a {
  display: block;
  color: var(--color6);
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--fwr);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 2.6vw 10px 1.3vw;
}

.menu_down_list .hover {
  background-color: #fff;
  color: var(--hue);
}

.menu_down_list a:hover {
  color: var(--hue);
}
.header_right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.header_chatnow {
  cursor: pointer;
  margin-left: 2.08vw;
  width: clamp(10rem, 8.844rem + 5.78vw, 14.625rem);
  height: clamp(2.5rem, 2.375rem + 0.63vw, 3rem);
  background-color: var(--hue);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100px;
}
/* 搜索 */
.all_public_searchBox {
  display: none;
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
  display: none;
  position: fixed;
  z-index: 21;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
}

.all_public_form input {
  background-color: #fff;
  width: 100%;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 20px 136px 20px 20px;
  border-radius: 10px 25px 10px 25px;
}

.all_public_form .icon_01 {
  cursor: pointer;
  position: absolute;
  top: 51%;
  right: 80px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  border: none;
  background: none;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888 !important;
}
.all_public_form .icon_01 img {
  width: 30px;
}
.all_public_form .public_form_close {
  width: 30px;
  position: absolute;
  top: 14px;
  right: 26px;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888 !important;
  cursor: pointer;
}
.all_public_form .public_form_close:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.all_public_form .icon_01:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header_search {
  height: 59px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  color: #fff;
}
.header_search .click_icon {
  width: 26px;
}
.shopping img,
.header_search .click_icon img {
  width: 100%;
  height: 100%;
}
.shopping {
  width: 28px;
}
.header_right .item {
  margin: 0 1.04vw;
}
.header_right .item:last-child {
  margin-right: 0;
}
.header_box .header.hover {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 6%);
  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: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #464541;
}
.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;
}

.common-cta {
  height: 440px;
  background: #ab826e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.common-cta .left {
  width: 50%;
  height: 100%;
  padding-top: 80px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/cta-bg.jpg)
}

.common-cta .text-wrap {
  max-width: 570px;
  margin: 0 auto;
  margin-right: 0;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.common-cta .text-wrap h2 {
  margin-bottom: 30px
}
.common-cta .text-wrap .public_btn{
  width: clamp(12.5rem, 11.875rem + 3.13vw, 15rem);
}
.common-cta .right {
  width: 50%;
  height: 100%;
  padding-top: 80px;
  padding-left: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.common-cta .cta-list {
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.common-cta .cta-item {
  position: relative;
  width: 44%;
  margin-top: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.common-cta .cta-item span {
  border-bottom: 1px solid #ab826e
}

.common-cta .cta-item::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
@media (max-width: 968px) {
  .common-cta .cta-item {
      width:48%
  }
}

@media (max-width: 768px) {
  .common-cta {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: unset
  }

  .common-cta .left {
      width: 100%;
      padding: 80px 10px
  }

  .common-cta .text-wrap {
      margin: 0 auto
  }

  .common-cta .right {
      width: 100%;
      padding: 80px 10px
  }
}

@media (max-width: 540px) {
  .common-cta .left {
      padding:60px 10px
  }

  .common-cta .right {
      padding: 60px 10px
  }
}




.footer_b{
  padding: 15px 0;
}

.footer_b .wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer_b_linkedin .icon{
  display: inline-block;
  width: 25px;
}
.footer_b .text {
  color: #999;
}
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
.banner {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  height: 41.67vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .wrapper {
  position: absolute;
  top: 0;
  left: 14.43vw;
  height: 100%;
  width: 65%;
  max-width: 780px;
  background-color: rgba(255, 255, 255, 80%);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.banner .con {
  width: 100%;
  padding: 0 90px;
}
.banner .con .title{
  line-height: 1.3;
}
.banner .text {
  margin: 1.56vw 0;
}
.banner .public_btn{
  width: clamp(11.25rem, 10.781rem + 2.34vw, 13.125rem);
}
/* xindex_one */
.xindex_one_t {
  margin-bottom: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem);
}
.public_swiper_btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.public_swiper_btn .icon {
  display: block;
  border: 2px solid var(--hue);
  width: clamp(2.25rem, 2.094rem + 0.78vw, 2.875rem);
  height: clamp(2.25rem, 2.094rem + 0.78vw, 2.875rem);
  cursor: pointer;
  position: relative;
}
.public_swiper_btn .icon.prev {
  margin-right: 15px;
}
.public_swiper_btn .icon::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-color: transparent transparent var(--hue) var(--hue);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.public_swiper_btn .icon.next::before {
  left: 30%;
  transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
}
.public_swiper_btn .icon:hover {
  background-color: var(--hue);
}
.public_swiper_btn .icon:hover::before {
  border-color: transparent transparent #ffffff #ffffff;
}
.xindex_one_item .title {
  color: #464541;
  text-align: center;
  margin-top: 10px;
}
.xindex_one_item .pic {
  width: 100%;
  overflow: hidden;
}
.xindex_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.xindex_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;
}
.xindex_one_b .btn {
  margin: 50px auto 0 auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.xindex_one_b .btn .public_btn{
  width: clamp(11.25rem, 10.469rem + 3.91vw, 14.375rem);
}
/* .xindex_two */
.xindex_two {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.xindex_two_con {
  max-width: 1600px;
  width: 92%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.xindex_two_l{
  width: 25%;
  max-width: 380px;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: clamp(25rem, 21.875rem + 15.63vw, 37.5rem);
  background-color: #eaded2;
}
.xindex_two_r {
  margin-left: 20px;
  position: relative;
  width: calc(75% - 20px);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.xindex_two .public_btn {
  text-transform: none;
  margin-top: 3.65vw;
}
.p1-s2 .text-wrap::after {
  content: "PRODUCT";
  position: absolute;
  top: 37%;
  left: -70%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(53, 53, 53, 0.1);
  font-size: 100px;
  z-index: -1;
  font-weight: 700;
}
.p1-s2 .text h2 {
  line-height: 1.2;
  margin-bottom: 10px;
}

.p1-s2 .text p {
  color: #716f6f;
}
.xindex_two_swiper_btn {
  /* display: none; */
  width: 100%;
  margin-left: 27%;
  margin-bottom: 40px;
}
.xindex_two_swiper .item a{
  display: block;
  width: 100%;
}
.xindex_two_swiper .item{
  width: 100%;
}
.xindex_two_swiper .item a img{
  width: 100%;
}
.xindex_two_r .item .negative-img {
  display: none;
}
.xindex_two_r .item:hover .positive-img {
  display: none;
}
.xindex_two_r .item:hover .negative-img {
  display: block;
}
.xindex_two_r .item p {
  color: #716f6f;
}
.xindex_two_r .item h3 {
  color: #464541;
  margin-bottom: 5px;
}
.xindex_two_r .item:hover h3 {
  color: var(--hue);
}

.xindex_two_r .item .item-text {
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
/* xindex_three */
.xindex_three {
  background-color: #fafafa;
}
.p1-s3 .p1-s3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.p1-s3 .left {
  max-width: 680px;
  width: 37%;
  margin: 0 auto;
}
.p1-s3 .left h2 {
  color: #464541;
}
.p1-s3 .left p {
  margin-top: 10px;
  color: #716f6f;
}

.p1-s3 .left .btn {
  margin-top: 2.6vw;
  width: clamp(17.5rem, 16.875rem + 3.13vw, 20rem);
}
.p1-s3 .left .btn .public_btn {
  text-transform: none;
  padding: 0;
}
.p1-s3 .create-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p1-s3 .item {
  text-align: center;
  width: calc(20% - 20px);
  margin: 0 10px;
  margin-top: 4.17vw;
  max-width: 95px;
}

.p1-s3 .item:hover p {
  color: var(--hue);
}

.p1-s3 .item p {
  margin-top: 1.04vw;
  text-align: center;
}

.p1-s3 .arrow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p1-s3 .arrow-item img {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.p1-s3 .right {
  max-width: 1050px;
  margin: 0 auto;
  margin-right: 0;
  width: 55%;
}

.p1-s3 .step-img {
  display: none;
}

.p1-s3 .step-active {
  display: block;
}
/* xindex_four */
.xindex_four_item .pic {
  width: 100%;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.xindex_four_item .pic img{
  width: 100%;
}
.xindex_four_item {
  width: calc((100% - 1.04vw) / 2);
  text-align: center;
  margin: 0 1.04vw 0 0;
}
.xindex_four_item:nth-child(2n) {
  margin-right: 0;
}
.xindex_four_item:nth-child(4),
.xindex_four_item:nth-child(3) {
  margin-top: 2.34vw;
}
.xindex_four_l {
  width: 48%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.xindex_four_r {
  width: 48%;
}
.xindex_four_r .title {
  color: #464541;
  margin-bottom: 1.04vw;
}
.xindex_four_r .text {
  color: #716f6f;
}
.xindex_four_r .btn {
  margin-top: 2.34vw;
  width: 250px;
}
/* xindex_six_t */
.xindex_six_t {
  margin-bottom: 40px;
}
.xindex_six_t .title {
  margin-bottom: 10px;
}
.xindex_six_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.xindex_six_item {
  width: calc((100% - 4.17vw) / 5);
  margin: 0 1.04vw 1.04vw 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  padding: 100px 50px;
}
.xindex_six_item:nth-child(5n) {
  margin-right: 0;
}
.xindex_six_item .title {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 1.56vw 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.xindex_six_item .title:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* xindex_eight */
.xindex_eight {
  background-color: #efefef;
  padding: clamp(2.5rem, 1.875rem + 3.13vw, 5rem) 0;
}
.xindex_eight_t {
  margin-bottom: 2.6vw;
}
.xindex_eight_swiper .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.xindex_eight_swiper .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.xindex_eight_swiper .pic:hover::before {
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.xindex_eight_swiper .pic img {
  width: 100%;
  height: 100%;
}
/* xindex_ten */
.p1-s5 .p1-s5-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.p1-s5 .p1-s5-wrap h2 {
  color: #464541;
}
.p1-s5 .text-wrap {
  max-width: 590px;
  width: 50%;
}

.p1-s5 .text-wrap p {
  margin-top: 20px;
  color: #716f6f;
}

.p1-s5 .btn {
  margin-top: 50px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.p1-s5 .btn a {
  padding: 0px 2.6vw;
  background-color: transparent;
  border: 2px solid var(--hue);
  color: var(--hue);
}
.p1-s5 .btn a:hover {
  background-color: var(--hue);
}
.p1-s5 .btn a:last-child {
  margin-left: 20px;
}

.p1-s5 .icon-wrap {
  max-width: 460px;
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-right: 0;
}

.p1-s5 .icon-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 140px;
  width: calc(33.3333% - 10px);
  background: #fff;
  -webkit-box-shadow: 0 4px 21px 0 rgba(171, 130, 110, 0.1);
  box-shadow: 0 4px 21px 0 rgba(171, 130, 110, 0.1);
}

.p1-s5 .icon-item:nth-child(3n-1) {
  margin: 0 20px;
}

.p1-s5 .icon-item:nth-child(n + 4) {
  margin-top: 20px;
}

.p1-s5 .icon-item img {
  margin: unset;
}

.p1-s5 .icon-item h4 {
  margin-top: 20px;
}
/* xindex_six */
.p1-s6 {
  background-color: #fafafa;
  padding: 80px 0;
}

.p1-s6 .p1-s6-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.p1-s6 .text-wrap {
  max-width: 655px;
  width: 55%;
}

.p1-s6 .text-wrap p {
  max-width: 625px;
  margin-top: 20px;
  color: #716f6f;
}

.p1-s6 .img-wrap {
  max-width: 480px;
  width: 43%;
  margin: 0 auto;
}

.p1-s6 .img-wrap .slick-dots li {
  display: inline-block;
}

.p1-s6 .cert {
  max-width: 430px;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p1-s6 .cert .item {
  width: 25%;
  margin-top: 20px;
}

.p1-s6 .cert .item img {
  margin-left: 0;
}
.xindex_six_swiper .swiper-slide {
  overflow: hidden;
}
.xindex_six_swiper img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.xindex_six_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;
}

/* xindex_seven */
.xindex_seven_swiper {
  padding: 20px !important;
}
.xindex_seven_swiper {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  padding: 10px;
}
.xindex_seven_item {
  background-color: #ffffff;
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)
    clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)
    clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem)
    clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  -webkit-box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.xindex_seven_item .pic {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.xindex_seven_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.xindex_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;
}
.xindex_seven_item .list {
  list-style: none;
}
.xindex_seven_item .list .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-top: 15px;
}
.xindex_seven_item .list .tt {
  width: calc(100% - 16px - clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem));
}
.xindex_seven_item .list .dian {
  width: 8px;
  height: 8px;
  background-color: var(--hue);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
  position: relative;
  margin-right: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}
.xindex_seven_item .list .dian::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  height: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  background-color: var(--hue);
  opacity: 60%;
  border-radius: 100%;
  overflow: hidden;
}
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
.float_fixed_top .item {
  position: relative;
}

.float_fixed {
  position: fixed;
  right: 1%;
  bottom: 50%;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  z-index: 3;
}
.float_fixed_list {
}
.float_fixed .item {
  border-radius: 5px;
  background-color: var(--hue);
  width: 40px;
  height: 40px;
  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;
  margin-bottom: 5px;
}
.float_fixed .item  .iconfont img{
  width: 60%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: auto;
}

.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: 220px;
}
.float_fixed_list .item .item_con .con {
  background-color: #f5f5f5;
  border-radius: 3px;
  color: #444;
  font-size: 14px;
  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 .con .iconfont {
  margin-right: 5px;
}
.float_fixed_list .item:hover .item_con {
  width: 220px;
  -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: 0;
}

.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: 5px;
  overflow: hidden;
}
.back_top {
  box-shadow: 0 2px 12px rgba(162, 162, 162, 28%);
  display: block;
  background-color: var(--hue) !important;
  font-weight: 900;
  overflow: hidden;
  color: #fff !important;
}
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
