@font-face {
  font-family: 'HARMONYOS_SANS_BOLD';
  src: url('../font/HarmonyOS_Sans_SC_Black.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HARMONYOS_SANS_MEDIUM';
  src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HARMONYOS_SANS_REGULAR';
  src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  --primary-color: #1751dc;
  --complementary-colors: #f0f4ff;
  --color2: #ff733e;
}

:root {
  --font-bold: 'HARMONYOS_SANS_BOLD';
  --font-medium: 'HARMONYOS_SANS_MEDIUM';
  --font-regulary: 'HARMONYOS_SANS_REGULAR'
}

body {
  font-family: var(--font-regulary), sans-serif;
  --font-size-h2index: 0.52rem;
  --font-size-h2: 0.5rem;
  --font-size-h3: 36px;
  --font-size-p: 16px;
  --font-size-28: 28px;
  --font-size-26: 26px;
  --font-size-24: 24px;
  --font-size-22: 22px;
  --font-size-20: 20px;
  --font-size-18: 18px;
}

@media (max-width: 1500px) {
  body {
    --font-size-h2index: 46px;
    --font-size-h2: 42px;
    --font-size-h3: 30px;
    --font-size-p: 16px;
    --font-size-28: 27px;
    --font-size-26: 25px;
    --font-size-24: 23px;
    --font-size-22: 21px;
    --font-size-20: 19px;
    --font-size-18: 17px;
  }
}

@media (max-width: 1300px) {
  body {
    --font-size-h2index: 40px;
    --font-size-h2: 36px;
    --font-size-h3: 26px;
    --font-size-p: 16px;
    --font-size-28: 26px;
    --font-size-26: 24px;
    --font-size-24: 22px;
    --font-size-22: 19px;
    --font-size-20: 18px;
    --font-size-18: 16px;
  }
}

@media (max-width: 790px) {
  body {
    --font-size-h2index: 30px;
    --font-size-h2: 28px;
    --font-size-h3: 22px;
    --font-size-p: 14px;
    --font-size-28: 24px;
    --font-size-26: 22px;
    --font-size-24: 19px;
    --font-size-22: 18px;
    --font-size-20: 17px;
    --font-size-18: 16px;
  }
}


/* header */
.btn_phone {
  position: relative;
  z-index: 99999;
  width: 26px;
  height: 26px;
  display: none;
}

.headfixed {
  position: fixed;
  z-index: 999;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  /* border-bottom: 1px solid #f7f7f7;
      box-shadow: 0 0 20px rgb(0, 0, 0, 0.05); */
}

.headfixed .headfixed_show {
  position: relative;
  z-index: 3;
  transition: all 0.8s;
  align-items: center;
}
@media (min-width:1920px) {
  .headfixed .headfixed_show {
    width: 73%;
    
  }
}
.headfixed .logo {
  position: relative;
  width: 180px;
}

.headfixed .logo img {
  margin: 0px;
}

.headfixed.headerbgm1 .language_text {
  color: #333;
}

.headfixed .menu_list {
  width: 88%;
  align-items: center;
  justify-content: flex-end;
}

.header-button,
.headfixed .header-button {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  background: url(../images/in-ssicon.png) no-repeat center center;
  text-align: left;
  text-indent: -119988px;
  text-transform: capitalize;
  cursor: pointer;
}

.headfixed.headerbgm .header-button,
.headfixed.headerbgm1 .header-button,
.headfixed1 .header-button {
  background: url(../images/in-bssicon.png) no-repeat center center;
}

.headfixed .toggle_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  z-index: 9999;
}

.headfixed .toggle_btn span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  background: var(--primary-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.headfixed .toggle_btn span:first-child {
  top: 8px;
}

.headfixed .toggle_btn span:nth-child(2) {
  top: 50%;
  width: 20px;
}

.headfixed .toggle_btn span:last-child {
  bottom: 6px;
}

.headfixed .toggle_btn.on span {
  background-color: var(--primary-color);
}

.headfixed .toggle_btn.on span:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -o-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
}

.headfixed .toggle_btn.on span:nth-child(2) {
  opacity: 0;
}

.headfixed .toggle_btn.on span:last-child {
  bottom: 9px;
  -webkit-transform: translate(0, -3px) rotate(-45deg);
  -o-transform: translate(0, -3px) rotate(-45deg);
  transform: translate(0, -3px) rotate(-45deg);
  -ms-transform: translate(0, -3px) rotate(-45deg);
}

.mobile_nav_box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 50px 0;
  width: 86%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  transform: translateX(150%);
  pointer-events: none;
}
@media screen and (max-width:1000px) {
  .mobile_nav_box{
    overflow-y: auto;
  }
}

.headfixed .headfixed_show.on .mobile_nav_box {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.headfixed .mobile_nav_box .tit {
  position: relative;
  padding: 0 5%;
  width: 100%;
  display: block;
  color: #282828;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
}

.headfixed .mobile_nav_box .tit:hover {
  color: var(--primary-color);
}

.headfixed .mobile_nav_box .mobile_ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.headfixed .mobile_nav_box .head_subnav {
  padding: 12px 4.5%;
  width: 100%;
  background: #f5f5f5;
  display: none;
}

.headfixed .mobile_nav_box .head_subnav a {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.headfixed .mobile_nav_box .head_subnav a {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.headfixed .mobile_nav_box .head_subnav a.stit {
  font-size: 16px;
}

.headfixed .head_tit {
  position: relative;
  padding: 15px 0;
}

.headfixed .mobile_nav_box .mobile_down,
.headfixed .mobile_nav_box .smobile_down {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 5;
  display: block;
  width: 150px;
  height: 100%;
  transform: translateY(-50%);
}

.headfixed .mobile_nav_box .smobile_down {
  right: 1.5%;
}

.headfixed .mobile_nav_box .mobile_down:before,
.headfixed .mobile_nav_box .smobile_down::before {
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.btn_search {
  width: 26px;
  height: 26px;
  color: #222222;
  font-size: 19px;
  cursor: pointer;
}

.btn_search .icon_ssicon {
  font-size: 19px;
}

.headfixed .menu_pcul {
  /* width: calc(100% - 160px); */
  justify-content: flex-end;
  padding-right: 0.5rem;
}

.headfixed .menu_pcul li {
  vertical-align: top;
  padding: 0 1.4vw;
  position: relative;
}

.headfixed .menu_pcul li>a {
  position: relative;
  z-index: 2;
  display: block;
  color: #222222;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: var(--font-regulary);
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .headfixed .menu_pcul li {
    vertical-align: top;
    padding: 0 1vw;
    position: relative;
  }
  
}
@media (max-width: 1300px) {
  .headfixed .menu_pcul li {

    padding: 0 0.9vw;

  }

  .headfixed .menu_pcul li>a {
    font-size: 15px;
  }

  .phone_num .num {
    font-size: 15px;
  }

}

.headfixed .menu_pcul li .head_subnav {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  width: 100%;
  padding: 60px 8%;
  background: #ffffff;
  box-shadow: 0px 7px 29px 0px rgba(184, 184, 184, 0.14);
  border-top: 1px solid #e9e9e9;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  display: none;
}

.menu_list>ul>li:hover .head_subnav {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  -ms-transform: translate(-50%);
  pointer-events: auto;
}

.headfixed .head_lfBox {
  width: 70%;
  margin-right: 1rem;
  align-items: flex-start;
}

.headfixed .head_lfBox .hli {
  flex: 1;
  padding: 0 0.85rem;
  border-right: 1px solid #f2f2f2;
}

.headfixed .head_lfBox .hli:last-child {
  margin-right: 0px;
}

.headfixed .head_lfBox .hli:first-child {
  padding-left: 0px;
}

.headfixed .head_rtBox {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.headfixed .head_rtBox .htit {
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
}

.headfixed .head_imgBox {
  max-width: 380px;
}

.headfixed .head_imgBox img {
  margin: 0px;
}

.headfixed .hlink {
  position: relative;
  color: #666666;
  font-size: 18px;
  display: block;
  padding: 14px 20px;
  margin-top: 12px;
}

.headfixed .canavli .hlink {
  padding: 10px 20px;
}

.headfixed .hlink:last-child {
  margin-right: 0px;
}

.headfixed .hlink:first-child {
  margin-top: 0px;
}

.headfixed .hlink::before {
  content: '\e715';
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  font-size: 16px;
  margin-top: 2px;
  color: #696969;
}

.headfixed .hlink.active {
  background-color: var(--primary-color);
  color: #fff;
}

.headfixed .hlink.active::before {
  color: #fff;
}

.headfixed .hlink .iconBox {
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.headfixed .hlink .hsapn {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.headfixed .hlink .iconBox .himg,
.headfixed .hlink.active .iconBox .img {
  opacity: 0;
}

.headfixed .hlink .iconBox .img,
.headfixed .hlink.active .iconBox .himg {
  opacity: 1;
}

.headfixed .menu_pcul li.canavli .head_lfBox .hli:last-child {
  padding-right: 0px;
  border-right-width: 0px;
}

.headfixed .head_stit .stit {
  color: #222222;
  font-size: 0.3rem;
  line-height: 1.3;
}

.headfixed .head_stit .sdec {
  color: #777;
  font-size: 16px;
  line-height: 1.75;
  padding-top: 10px;
}

.headfixed .head_sublink {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  background: #fff;
  border-radius: 0.1rem;
  min-width: 200px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  display: none;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
  padding: 20px 30px 30px;
}

.navli:hover .head_sublink {
  display: block;
}

.headfixed .head_sublink a {
  position: relative;
  color: #666;
  font-size: 14px;
  display: block;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
  text-align: center;
}

.headfixed .head_sublink a::before {
  content: '\e715';
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  font-size: 15px;
  margin-top: 1px;
  display: none;
}

.headfixed .head_sublink a:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.menu_list .menu_pcul>li>a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.headfixed .menu_pcul>li.active>a::after,
.menu_list .menu_pcul>li:hover>a:after {
  width: 100%;
}

.headfixed .menu_pcul li:hover>a {
  color: var(--primary-color);
}

.btn_quote {
  background: var(--primary-color);
  color: #fff;
  width: 140px;
  height: 46px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: var(--font-medium);
}

.btn_quote:hover::before {
  left: 120%;
}

.btn_quote::before {
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.headfixed .menu_pcul li:hover .head_subnav {
  display: block;
}

@media (max-width: 1300px) {
  .headfixed .menu_pcul li {

    padding: 0 0.9vw;

  }

  .headfixed .menu_pcul li>a {
    font-size: 15px;
  }

  .phone_num .num {
    font-size: 15px;
  }

}

@media screen and (max-width: 1000px) {
  .headfixed .menu_pcul {
    display: none;
  }

  .btn_phone {
    display: block;
  }

  .btn_quote {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    width: 110px;
    height: 36px;
    line-height: 36px;
  }

  .headfixed {
    height: 70px;
    top: 0;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }
}

.headfixed.white {
  background: #fff;
}

.phone_num {
  display: flex;
  height: 100%;
  align-items: center;
}

.phone_num .phone_icon {
  width: 34px;
  height: 34px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.phone_num .num {
  font-size: 18px;
  font-family: var(--font-regulary);
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .phone_num {
    display: none;
  }
}

/* 璇█鍒囨崲 */
.ri-la {
  position: relative;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.language {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.language .la-box {
  display: flex;
  align-items: center;
}

.language .la-box .en {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: var(--font-regulary);
  color: #333333;
  margin-right: 5px;
  transition: all 0.5s;
}

.ri-la:hover .language .la-box .en {
  color: var(--primary-color);
}

.language .earth {
  margin-right: 6px;
  width: 22px;
  height: 22px;
}

.ri-la .la-hov {
  position: absolute;
  background: #fff;
  border-radius: 0.1rem;
  text-align: left;
  padding: 0 10px;
  display: none;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.05);
  top: 100%;
}

.ri-la:hover .la-hov {
  display: block;
  /* width: 100%; */
  z-index: 100;
}

.ri-la .la-hov a {
  padding: 10px 0;
  font-size: 14px;
  font-family: var(--font-regulary);
  color: #333;
  white-space: nowrap;
  transition: all 0.5s;
  display: block;
}

.ri-la .la-hov a:hover {
  color: var(--primary-color);
}

.ri-la .la-hov a:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 1000px) {
  .ri-la {
    display: none;
  }
}

@media screen and (max-width: 768px){
  .ri-la {
    display: block;
  }
}









/* footer */
.footer {
  background-color: #202123;
  padding: 0.88rem 0 0.4rem;
}

.footer .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer .bottom .left {
  display: flex;
  font-family: Gilroy-Regular;
  font-size: 17px;
  color: #ffffff;
  opacity: 0.4;
}

.footer .bottom .copy {
  margin-right: 30px;
}

.footer .bottom .right ul {
  display: flex;
  align-items: center;
}

.footer .bottom .right li {
  margin-left: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255, 0.1);
  transition: all 0.5s;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .bottom .right li::after {
  content: '';
  width: 0;
  height: 0;
  background: var(--primary-color);
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
}

.footer .bottom .right li:hover::after {
  width: 100%;
  height: 100%;
}

.footer .bottom .right li img {
  position: relative;
  z-index: 9;
}

.footer .top {
  display: flex;
  justify-content: space-between;
}

.footer .item {
  position: relative;
}

.normal {
  width: auto;
}

.footer .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 100%;
  background: rgb(255, 255, 255, 0.2);
  display: none;
}

.footer .top {
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
}

.footer .item .biglink {
  font-size: 20px;
  color: #ffffff;
  position: relative;
}

.footer .item .biglink::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  border-radius: 4px;
  height: 18px;
  background: var(--color2);
}

.footer .item .smalltxt a {
  font-family: var(--font-regulary);
  font-size: 17px;
  color: rgb(255, 255, 255, 0.4);
  line-height: 1;
}

.footer .item .smalltxt {
  margin-top: 10px;
}

.footer .item .smalltxt li {
  margin-bottom: 10px;
}



/* 搴曢儴鑱旂郴淇℃伅 */
.waylist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.waylist .way-le {
  flex: 1;
}

.waylist .way-ri {
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.waylist .way-le .company {
  font-family: var(--font-regulary);
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.waylist .way-le .underlist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.waylist .way-le .underlist .way-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 45px;
}


.waylist .way-le .underlist .way-item .way-icon {
  margin-right: 10px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.5s;

}

.waylist .way-le .underlist .way-item:hover .way-icon {
  background: var(--color2);
}

.waylist .way-le .underlist .way-item .way-icon img {
  width: 40%;
  height: auto;
}

.waylist .way-le .underlist .way-item .way-txt {
  font-family: var(--font-regulary);
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.waylist .way-ri .codebox {
  width: 88px;
  height: 88px;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.waylist .way-ri .codebox img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .waylist {
    flex-direction: column;
  }

  .waylist .way-le,
  .waylist .way-ri {
    width: 100%;
  }

  .waylist .way-ri {
    margin-top: 30px;
  }

  .waylist .way-ri .codebox {
    display: inline-block;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1299px) {
  .waylist {
    display: block;

  }

  .waylist .way-le .underlist {
    margin-bottom: 20px;
  }

  .waylist .way-ri {
    justify-content: flex-start;
  }

  .waylist .way-ri .codebox:nth-child(1) {
    margin-right: 25px;
  }

  .footer .top {
    display: none;
  }
}








@media screen and (max-width: 1599px) {
  .footer .item .smalltxt li {
    margin-bottom: 12px;
  }

  .footer .item .intr,
  footer .item .smalltxt a,
  .co-box .co-name,
  .co-box .co-info,
  .footer .bottom .left {
    font-size: 14px;
  }
}

@media screen and (max-width: 1399px) {
  .footer .item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wbtn.mar {
    margin-bottom: 20px;
  }

  .headfixed .menu_pcul li>a {
    font-size: 13px;
  }

  .btn_quote {
    font-size: 14px;
  }

  .footer .top {
    flex-wrap: wrap;
  }

  .footer .special.item {
    width: 100%;
    padding: 40px 20px 0;
  }

  .sec5 {
    padding-left: 0;
  }

  .answerlist {
    padding: 0;
    overflow: visible;
    max-height: 100%;
  }
}

@media screen and (max-width: 1099px) {
  .footer .item {
    display: none;
  }

  .footer .special.item {
    display: block;
    padding: 0;
  }

  .footer .special.item::after {
    display: none;
  }

  .footer .item .intr,
  footer .item .smalltxt a,
  .co-box .co-name,
  .co-box .co-info,
  .footer .bottom .left {
    font-size: 16px;
  }

  .footer .bottom .right li {
    margin-left: 0;
    margin-right: 16px;
  }

  .copy {
    margin-bottom: 10px;
  }

  .phone .phicon {
    display: none;
  }


}

@media screen and (max-width: 1000px) {
  .btn_box {
    display: block;
  }

  .btn {
    min-width: 200px;
    text-align: center;
    font-size: 14px;
  }

  .footer .bottom .left {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .footer .top {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 760px) {
  .footer .bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    padding: 50px 0;
  }
}

/* footer end */










/* 鐣欒仈琛ㄥ崟 */
.formBox {
  background: var(--primary-color);
  background-size: cover;
  padding: 0.7rem 0 0.4rem;
  /* background-color:  var(--primary-color); */
  background-size: cover;
}

.formBox .in_tit {
  flex: 1;

  width: 100%;
  margin-bottom: 30px;
}

.formBox .in_tit .tit,
.formBox .in_tit .dec {
  color: #ffffff;
}

.formBox .right {
  border-radius: 10px;
}

.formBox .right .contactForm1 {
  flex-wrap: wrap;
}

.formBox .form_li {
  position: relative;
  margin-right: 15px;
  width: 22%;
  min-width: 240px;
  margin-top: 15px;
}

.formBox .form_li:last-child {
  margin-right: 0px;
}

.formBox .form_li .input {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 5px 16px;
  display: block;
  background-color: #ffffff;
  border-radius: 24px;
}

.formBox .more {
  width: 213px;
  line-height: 50px;
  padding: 0px;
  background-color: black;
  font-family: var(--font-bold);
  /* border: 2px solid var(--primary-color); */
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}

.formBox label.error {
  position: absolute;
  left: 0px;
  bottom: -22px;
  padding: 0 16px;
  font-size: 14px;
  color: #ff1818;
}

.in_tit .tit {
  position: relative;
  z-index: 2;
  font-size: 0.52rem;
  line-height: 1.4;
  color: #222222;
  font-family: var(--font-bold);
}

.in_tit .dec {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-family: var(--font-regulary);
}

.maxw {
  max-width: 696px;
}

.copyright {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.4;
  font-family: var(--font-regulary);
}

.copyright span {
  margin-left: 0.5rem;
}


@media screen and (max-width: 1000px) {
  .formBox .more {
    width: 100%;
  }

  .formBox .in_tit {
    margin-bottom: 20px;
  }

  .formBox .form_li {
    width: 100%;
    margin-right: 0;
  }
}

/*end  */

/* 鐣欒仈琛ㄥ崟 */
.qh {
  position: relative;
}

.qhjsdy {
  position: absolute;
  height: 100%;
  left: 0;
  width: 25%;
  z-index: 8;
  text-align: center;
  /* background-color: #ff9800; */
  cursor: pointer;
  border-radius: 60px 0 0 60px;
}

.popupBox .qhjsdy {
  width: 100px;
  border-radius: 10px 0 0 10px;
}

.qhjsdy2 {
  background-color: #1d1d1d;
  border-radius: 0.1rem 0 0 0.1rem;
  width: 20%;
  height: auto;
}

.qhjsdy p {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-family: var(--font-bold);
}

.qhjsdy2 p {
  line-height: 2;
  color: var(--primary-color);
  text-align: left;
}

.qhjsdy ul {
  background-color: white;
  padding: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  box-sizing: border-box;
  position: absolute;
  width: 240px;
  left: 0;
  z-index: 999;
  bottom: 50px;
  max-height: 200px;
  overflow-x: auto;
  display: none;
}

.qhjsdy ul.on {
  display: block;
}

.qhjsdy ul li {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
  color: #666666;
  background-color: rgb(158 158 158 / 8%);
}

.qhjsdy ul li:hover {}

.qhjsdy ul li:hover span {
  color: white;
  background-color: var(--primary-color);
}

.qhjsdy ul li span {
  /* margin: 0 3px; */
  background-color: #9e9e9e;
  padding: 5px;
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: white;
}

/* .qh input {
    padding-left: 120px !important;
  } */

.formBox .in_tith {
  padding: 0 0.6rem;
  margin-bottom: 0;
}

.formBox .in_tith .tit {
  color: black;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 0.46rem;
}

.formBox .in_tith .dec {
  color: #666666;
}

#hktxt {
  font-size: 14px;
}

#hkyz {
  margin-bottom: 5%;
  opacity: 1;
  filter: Alpha(opacity=100);
  transition: opacity 2s;
  margin-top: 3%;
}

#hkyz:hover {
  opacity: 0.7;
  filter: Alpha(opacity=0);
}

.wrap {
  width: 380px;
  height: 32px;
  background-color: #e8e8e8;
  /* margin: 56px auto; */
  text-align: center;
  line-height: 32px;
  /*border-radius: 7px;*/
  position: relative;
  padding-bottom: 0px;
  margin: auto;
  cursor: pointer;
}

.rect {
  position: relative;
  width: 354px;
  height: 100%;
}

.rec {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00b894;
}

.silde {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  /* background: url(/static/sxadmin/images/gou.png) no-repeat center; */
  /* background-size: 28px; */
  border: 1px solid #dddddd;
}

.hkyztc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  left: 0;
  background-color: #0000001c;
  display: none;
}

.hkyztc.on {
  display: block;
}

.input-more,
.sjxs p {
  overflow: hidden;
}

.input-more::before,
.sjxs p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -120%;
  overflow: hidden;
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.5)),
      color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.9) 40%,
      rgba(255, 255, 255, 0.9) 60%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: movemove 1.5s ease-in-out infinite;
  -moz-animation: movemove 1.5s ease-in-out infinite;
  animation: movemove 1.5s ease-in-out infinite;
}

@keyframes movemove {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

@-moz-keyframes movemove

/* Firefox */
  {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

@-webkit-keyframes movemove {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

@-o-keyframes movemove

/* Opera */
  {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

.hkyztc h5 {
  font-size: 24px;
  text-align: center;
}

.hkyztc-cont {
  width: 500px;
  background: white;
  height: 200px;
  z-index: 9999;
  box-shadow: rgb(126 119 119) 0px 2px 15px;
  border-radius: 8px;
  margin: auto;
  margin-top: 12%;
  padding: 1.5% 0%;
}

.hkyztc .gb {
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #009688;
  text-decoration: underline;
}

.pcxs {}

.sjxs {
  display: none;
}

@media screen and (max-width: 1000px) {
  .hkyztc {}

  .hkyztc-cont {
    width: 90%;
    margin-top: 45%;
    padding: 15px 0%;
  }

  .pcxs {
    display: none;
  }

  .sjxs {
    display: block;
    text-align: center;
    margin: 15px 0px 20px;
  }

  .sjxs p {
    text-align: center;
    display: inline-block;
    background-color: #009688;
    color: white;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 9px;
    position: relative;
  }
}

/* 璇㈢洏寮圭獥 */
.f-flexbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

.tyheadh {
  text-align: center;
  margin-bottom: 60px;
}

.tyheaddb {
  margin-bottom: 0px;
}

.tyhead-bt {
  font-size: 28px !important;
  font-family: var(--font-bold);
  text-align: left;
}

.tyhead-des {
  color: #666666;
  font-size: 16px !important;
  margin-top: 10px !important;
  font-family: 'var(--font-regulary)';
  text-align: left;
  margin-bottom: 15px;
}

@media screen and (max-width: 1459px) {
  .tyhead-bt {
    font-size: 40px !important;
    line-height: 1.3 !important;
  }
}

@media screen and (max-width: 1259px) {
  .tyhead-bt {
    font-size: 42px !important;
    line-height: 1.3 !important;
  }
}

@media screen and (max-width: 970px) {
  .tyhead-bt {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .tyhead-bt br {
    display: none;
  }

  .tyheadh {
    margin-bottom: 15px;
  }

  .popupBox .formBox .li {
    margin-top: 25px;
  }

  .f-flexbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.popupBox .formBox .list {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0.75rem 3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
  box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
  border-radius: 10px;
}

.popupBox .formBox .list::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: -5.8rem;
  bottom: -8.25rem;
  background: url(../images/pro-bgm2.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.popupBox .formBox .ul {
  margin-top: 35px;
}

.popupBox .formBox .liBox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popupBox .formBox .li {
  position: relative;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  /* background: #f7f7f7; */
  border-bottom: 1px solid rgb(27, 27, 27, 0.2);
}

.popupBox .formBox .li:last-child {
  margin-right: 0px;
}

.popupBox .formBox .li input {
  flex: 1;
  padding: 15px;
}

.popupBox .formBox .li .qh input {
  flex: 1;
  padding: 15px 15px 15px 0;
}

.popupBox .formBox .li textarea {
  position: relative;
  display: block;
  padding: 15px 20px 0;
  width: auto;
  flex: 1;
  height: 50px;
  color: #222;
  overflow: hidden;
  border-radius: 6px;
}

.popupBox .formBox .li textarea {
  height: 50px;
}

.popupBox .formBox .sub {
  width: auto;
  margin-top: 20px;
  padding: 12px 40px;
  line-height: 1;

  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.5s;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

.popupBox .formBox .more span {
  background: transparent;
}

.popupBox .formBox .more::after {
  display: none;
  width: 0;
}

.popupBox .formBox .sub:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.popupBox .formBox label.error {
  padding: 0 20px;
  color: #f00;
}

.popupBox .formBox .placeholder {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: #666666;
}

.popupBox .formBox .placeholder::after {
  content: '*';
  color: #f5af27;
}

.popcont {
  position: relative;
  padding: 0.5rem 0.7rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  overflow: hidden;
}

.popupBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
}

.popupBox.on {
  display: block;
}

.popupBox .poplist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popupBox .poplist .ul {
  margin-top: 0px;
}

.popupBox .close {
  position: absolute;
  top: -3%;
  right: 19%;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.6s;
}

.popupBox .popcont {
  margin: 0 auto;
  width: 60%;
  padding: 0.5rem 0 0.6rem 0;
  background: #fff;
  border-radius: 15px;
  padding: 30px 5%;
  max-height: 90vh;
  overflow: auto;
}

.popupBox .popcont .popcont_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 1.25;
  transform: translate(-50%, -50%);
}

.popupBox .shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.popupBox::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1279px) {
  .popupBox .popcont {
    width: 70%;
  }

  .popupBox .formBox .li input {
    height: 42px;
  }

  .qhjsdy p {}

  /* .popupBox .formBox .li textarea {
    height: 140px;
  }
 */
  .popupBox .close {
    right: 13.5%;
  }
}

@media screen and (max-width: 1151px) {
  .popupBox .popcont {
    padding: 25px 15px;
    width: 95%;
  }

  /* .popupBox .formBox .li textarea {
    height: 120px;
  } */

  .popupBox .formBox .placeholder {
    font-size: 15px;
    padding: 10px 15px;
  }

  .popupBox .formBox .sub {
    margin-top: 20px;
    padding: 6px 10px;
    font-size: 16px;
    height: 40px;
  }

  .popupBox .close {
    right: 0.5%;
  }

  .banner-nc2 {
    top: 35%;
  }

  /* .index-banner::before {
display: block;
} */
}

.qh {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.qhjsdy {
  position: relative;
  height: 100%;
  left: 0;
  width: 25%;
  z-index: 8;
  text-align: center;
  /* background-color: #ff9800; */

  cursor: pointer;
  border-radius: 60px 0 0 60px;
}

.popupBox .qhjsdy {
  width: fit-content;
  border-radius: 10px 0 0 10px;
}

.qhjsdy2 {
  background-color: #1d1d1d;
  border-radius: 0.1rem 0 0 0.1rem;
  width: 20%;
  height: auto;
}

.qhjsdy p {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-family: 'WixMadeforDisplay-Bold';
  width: 100px;
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0px 30px 0 5px;
  width: auto;
}

.from-modle .qhjsdy p {
  color: #fff;

}

.qhjsdy::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid var(--primary-color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.from-modle .qhjsdy::after {
  border-top: 6px solid #fff;
}

.qhjsdy2 p {
  line-height: 2;
  color: var(--primary-color);
  text-align: left;
}

.qhjsdy ul {
  background-color: white;
  padding: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  box-sizing: border-box;
  position: absolute;
  width: 240px;
  left: 0;
  z-index: 999;
  bottom: 50px;
  max-height: 200px;
  overflow-x: auto;
  display: none;
}

.qhjsdy ul.on {
  display: block;
}

.qhjsdy ul li {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
  color: #666666;
  background-color: rgb(158 158 158 / 8%);
}

.qhjsdy ul li:hover {}

.qhjsdy ul li:hover span {
  color: white;
  background-color: var(--primary-color);
}

.qhjsdy ul li span {
  /* margin: 0 3px; */
  background-color: #9e9e9e;
  padding: 5px;
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: white;
}

.qh input {
  /* padding-left: 28% !important; */
}

.formBox .in_tith {
  padding: 0 0.6rem;
  margin-bottom: 0;
}

.formBox .in_tith .tit {
  color: black;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 0.46rem;
}

.formBox .in_tith .dec {
  color: #666666;
}

.tjzz {
  display: none;
}

#hktxt {
  font-size: 14px;
}

#hkyz {
  margin-bottom: 5%;
  opacity: 1;
  filter: Alpha(opacity=100);
  transition: opacity 2s;
  margin-top: 3%;
}

#hkyz:hover {
  opacity: 0.7;
  filter: Alpha(opacity=0);
}

.wrap {
  width: 380px;
  height: 32px;
  background-color: #e8e8e8;
  /* margin: 56px auto; */
  text-align: center;
  line-height: 32px;
  /*border-radius: 7px;*/
  position: relative;
  padding-bottom: 0px;
  margin: auto;
  cursor: pointer;
}

.rect {
  position: relative;
  width: 354px;
  height: 100%;
}

.rec {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00b894;
}

.silde {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  /* background: url(/static/sxadmin/images/gou.png) no-repeat center; */
  /* background-size: 28px; */
  border: 1px solid #dddddd;
}

.hkyztc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  left: 0;
  background-color: #0000001c;
  display: none;
}

.hkyztc.on {
  display: block;
}

.input-more,
.sjxs p {
  overflow: hidden;
}

.input-more::before,
.sjxs p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -120%;
  overflow: hidden;
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.5)),
      color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.9) 40%,
      rgba(255, 255, 255, 0.9) 60%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: movemove 1.5s ease-in-out infinite;
  -moz-animation: movemove 1.5s ease-in-out infinite;
  animation: movemove 1.5s ease-in-out infinite;
}

@keyframes movemove {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

@-moz-keyframes movemove

/* Firefox */
  {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

@-webkit-keyframes movemove {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

@-o-keyframes movemove

/* Opera */
  {
  0% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

.hkyztc h5 {
  font-size: 24px;
  text-align: center;
}

.hkyztc-cont {
  width: 500px;
  background: white;
  height: 200px;
  z-index: 9999;
  box-shadow: rgb(126 119 119) 0px 2px 15px;
  border-radius: 8px;
  margin: auto;
  margin-top: 12%;
  padding: 1.5% 0%;
}

.hkyztc .gb {
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #009688;
  text-decoration: underline;
}

.pcxs {}

.sjxs {
  display: none;
}

@media screen and (max-width: 1000px) {
  .hkyztc {}

  .hkyztc-cont {
    width: 90%;
    margin-top: 45%;
    padding: 15px 0%;
  }

  .pcxs {
    display: none;
  }

  .sjxs {
    display: block;
    text-align: center;
    margin: 15px 0px 20px;
  }

  .sjxs p {
    text-align: center;
    display: inline-block;
    background-color: #009688;
    color: white;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 9px;
    position: relative;
  }
}



/* btn1 钃濆簳鐧藉瓧*/
.btn1 {
  width: fit-content;
  height: auto;
  padding: 8px 30px;
  font-size: 16px;
  border: 1px solid var(--color2);
  background-color: var(--color2);
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
}

.btn1::before {
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn1:hover::before {
  left: 120%;
}

/* btn2 钃濇钃濆瓧 */
.btn2 {
  width: fit-content;
  height: auto;
  padding: 8px 30px;
  font-size: 16px;
  color: #222;
  border: 1px solid #222;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s;
}

.btn2:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn4 {
  width: fit-content;
  height: auto;
  padding: 8px 30px;
  font-size: 16px;
  color: #222;
  border: solid 1px #222;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s;
}

.btn2:hover {
  border: solid 1px var(--color2);
  background-color: var(--color2);
  color: #fff;
}


/* btn3 鐧芥鐧藉瓧 */
.btn3 {
  width: fit-content;
  height: auto;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s;
}

.btn3:hover {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);

}

.btnbox {
  display: flex;
  flex-direction: wrap;
}

.btnbox .mar {
  margin-bottom: 15px;
  margin-right: 22px;
}

.blocktitle {
  font-size: var(--font-size-h2);
  color: #222222;
  font-family: var(--font-bold);
  text-align: center;
  line-height: 1.25;
}

.blocktitle.white {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1000px) {

  .btn1,
  .btn2,
  .btn3,
  .btn4 {
    font-size: 14px;
    padding: 8px 20px;
  }

  .blocktitle {
    font-size: 26px;
  }
}

.picbox {
  overflow: hidden;
}

.picbox img {
  transition: all 0.5s;
}

.picbox:hover img {
  transform: scale(1.1);
}

/* 浜嗚В鏇村 */
.tomore {
  display: flex;
  align-items: center;
}

.tomore .arrow {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.5s;
  margin-right: 20px;
}

.tomore .arrow img {

  width: 35%;
  max-width: 100%;
  transition: all 0.5s;
}

.tomore .moretxt {
  font-size: var(--font-size-p);
  font-family: var(--font-regulary);
  color: #fff;
  transition: all 0.5s;
  -webkit-box-shadow: 0 1px 0 #fff;
}

.tomore:hover .arrow img {
  transform: rotate(-45deg);
}

@media screen and (max-width: 790px) {
  .tomore .arrow {
    width: 40px;
    height: 40px;
  }
}

/* 浜у搧涓嬫媺瀵艰埅 */
.headfixed .navli .full-menu {
  padding: 10px 0 50px;
  box-shadow: unset;
  border-bottom: 1px solid #ececec;
  width: 100vw;
  left: 50vw;
  transform: translateX(-50vw);
}

.headfixed .navli:hover .full-menu {
  position: fixed;
  display: block;
}

.full-menu .full-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.full-menu .grade {
  width: 27%;
  padding: 18px 22px;
}

.grade1 {
  background: var(--primary-color);
}

.grade1 .classify,
.grade2 .g-list .li,
.grade3 .g3-li,
.headfixed .grade4 .g4-li {
  font-size: var(--font-size-18);
  height: 40px;
  margin-bottom: 5px;
  padding: 0 15px;
  line-height: 40px;
  color: #333;
  text-align: left;
  border: none;
  background: url(../images/nav-icon7.png) no-repeat right 15px center;
}

.grade1 .classify {
  color: #fff;
}

.headfixed .head_sublink .full-flex .grade1 .classify.on {
  color: var(--primary-color);
  font-family: var(--font-medium);
  background: #fff url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade .item {
  display: none;
}

.grade .item.on {
  display: block;
}

.grade2 .g-list .li.on {
  color: var(--primary-color);
  font-family: var(--font-medium);
  background: url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade3 .g-list .li {
  display: none;
}

.grade3 .g-list .li.on {
  display: block;
}

.grade3 .g-list .g3-li.on {
  color: var(--primary-color);
  background: url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade4 .g3-li {
  display: none;
}

.grade4 .li.on .g3-li.on {
  display: block;
}

.grade4 .g4-li.on {
  color: var(--primary-color);
  background: url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade3,
.grade4 {
  border-left: 1px solid #ececec;
  align-self: stretch;
}

.headfixed .head_sublink .full-flex a {
  padding: 0 10px;
  border: none;
  font-size: var(--font-size-18);
  text-align: left;
}

.headfixed .head_sublink .full-flex .grade1 .classify {
  color: #fff;
}

header .menu_list .on>.nav-tit1,
header .menu_list .on>.nav-tit2 {
  background: unset;
}

header .menu_list .nav-tit1,
header .menu_list .nav-tit2 {
  background: unset;
}

/* 浜у搧浜岀骇鑿滃崟 */
.menu-box1 {
  width:30%;
  z-index: 9;
}

.full-menu .menu-box1 .grade1 {
  padding: 0px 30px;
  background-color: #1751dc;
}

.full-menu .menu-box1 .grade1 a {
  font-size: var(--font-size-18);
  height: 46px;
  padding: 0;
  line-height: 46px;
  margin: 5px 0;
  color: #fff;
  text-align: left;
  border: none;
  background:no-repeat right 30px center;

}
.full-menu .menu-box1 .grade1.on a {
  background: url(../images/arrow1.png) no-repeat right  center;
}

.full-menu .rightbox1{
  position: absolute;
  top: 0;
  left:30%;
  width: 35%;
  min-height: 100%;
  background: #fff;
  height: auto;
  padding: 40px 0;
}
.full-menu .rightbox2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 80%;
  min-height: 100%;
  background: #fff;
  height: auto;
  padding: 40px 0;
}

.full-menu .menu-box1 .grade2 a {
  font-size: var(--font-size-18);
  height: 46px;
  padding: 0;
  line-height: 46px;
  border-radius: 50px;
  padding:0 15px;
  color: #333;
  text-align: left;
  border: none;
  background: no-repeat right 0px center;
  border-bottom: #ececec;
  margin-bottom: 10px;
  background:no-repeat right 15px center;
}

.full-menu .menu-box1 .grade2.on a {
  color: #1751dc;
  background: #f5f5f5 url(../images/arrow5.png) no-repeat right 15px center;
}
.menu-box1 .rightbox1 ,.menu-box1 .rightbox2{
  display: none;
  padding:40px 30px;
  height: 500px;
  border-right: 1px solid #f5f5f5;
}
.menu-box1 .rightbox2{
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  overflow-y: auto;
  width: fit-content;
}
.menu-box1.on .rightbox1 ,.menu-box1.on  .rightbox2.on{
  display: block;
}
.rightbox1.on .rightbox2{
  display: block;
}


.full-menu .menu-box1 .grade3{
  text-align: left;
  height: 46px;
  line-height: 46px;
  border-left: none;
  padding: 0;
  text-align: left;
  border-bottom: none;
  font-size: var(--font-size-18);
  width: 200px;
}

.headfixed .navli:hover .full-menu{
 padding: 0;
}
.full-menu:nth-child(1) {
 padding:20px 30px 5px;
}
.full-menu:last-child{
  padding: 5px 30px 20px;
}
.full-menu .background{
  height: 530px;
  overflow: hidden;
  position: relative;
  width: 60%;
  padding: 40px 0;
}
.full-menu .background::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  background: #1751dc;
  height: 100%;
  z-index:-1;
}
.full-menu  .hot{
  width: 40%;
  padding: 40px 0.4rem;
  display: flex;
  justify-content: space-between;
}
.full-menu  .hot .plist{
  width:48%;
}
.full-menu .flex{
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}
.full-menu  .hot  .tag{
  margin: 0 0 30px;
  font-size: var(--font-size-18);
  color: #222;
  font-weight: bold;
}
.full-menu  .hot .tag span{
  font-size: 14px;
  color: #fff;
  background: var(--color2);
  border-radius: 0 30px 30px 30px;
  font-weight: 400;
  padding: 0 5px;
}

.full-menu  .hot .grid .plink{
   display: flex;
   align-items: center;
   border: 1px solid #ececec;
   margin-bottom: 10px;
   padding: 0;
   transition: all 0.5s;
}
.full-menu  .hot .grid .plink:hover{
  border: 1px solid var(--color2);
}
.full-menu  .hot .grid .plink .leftimg{
  width: 40%;
  padding: 10px;
}
.full-menu  .hot .grid .plink .leftimg img{
  max-width: 100%;
}


.full-menu  .hot .grid .plink .tit{
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
}
.full-menu  .hot .grid .plink .txt{
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
}

.full-menu  .hot .grid .plink:hover .tit{
  color: var(--color2);
}
.full-menu  .hot .grid .plink:hover .txt{
  color: var(--color2);
}

 /* 鎸備欢 */
 .icon-xjiantou:before {
  content: "\e606";
}
.right-flex {
  position: fixed;
 top: 80%;
 margin-top: -200px;
  right: 0;
  z-index: 99;
  width: 50px;
  height: auto;
}
.right-flex ul {
  width: 100%;
}
.right-flex li {
  position: relative;
  float: right;
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
  border-radius: 8px 0 0 8px;
  background: #d1d1d1;
  line-height: 50px;
  transition: width 0.3s, background 0.3s, margin 0.3s;
}
.right-flex li .ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transition: right 0.3s;
}
.right-flex li a {
  display: block;
  width: 100%;
  height: 100%;
}
.right-flex li p {
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  transition: transform 0.3s;
}
.right-flex li.one {
  width: 90px;
  height: 50px;
  border-radius: 4px;
  background-color: #458d45;
}
.right-flex li.one p {
  padding: 3px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.right-flex li.four .ico,
.right-flex li.li-three .ico,
.right-flex li.two .ico {
  left: 0;
}
.right-flex li.four p,
.right-flex li.li-three p,
.right-flex li.two p {
  padding: 0 20px 0 50px;
}
.right-flex li.two {
  /*margin-right: -150px;*/
  width: 50px;
}
.right-flex li.three {
  /*margin-right: -100px;*/
  width: 150px;
}
.right-flex li .ico {
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.right-flex li .ico.ico03 {
  font-size: 32px;
}
.right-flex li .ico.ico08 {
  font-weight: 700;
  font-size: 18px;
  transform: rotate(180deg);
}
.right-flex .right-close {
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 12px;
}
.right-flex .close-icon {
  display: block;
  margin: 0 auto 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d1d1d1;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.right-flex.show .close-icon {
  transform: rotate(0);
}
.right-flex .to-top em {
  display: block;
  padding-top: 10px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1025px) {
  .right-flex li:hover {
    width: 50px;
    /*background: var(--primary-color);*/
  }
  .right-flex li.one:hover {
    width: 90px;
    /*background-color: var(--primary-color);*/
  }
  .right-flex li.four:hover .ico,
  .right-flex li.li-three:hover .ico,
  .right-flex li.two:hover .ico,
  .right-flex li:hover .ico {
    right: 0;
    left: auto;
  }
  .right-flex li.two:hover {
    /*margin-right: 0;*/
    width: 50px;
  }
  .right-flex li.three:hover {
    margin-right: 0;
    width: 140px;
  }
  .right-flex li.four:hover {
    margin-right: 0;
    width: 155px;
  }
  .right-flex li.li-three:hover p,
  .right-flex li.two:hover p {
    padding: 0 20px;
  }
  .right-flex li.four:hover p:last-child {
    padding: 0 53px 0 0;
  }
  .right-flex li.four:hover p:last-child img {
    border: 3px solid var(--primary-color);
    border-radius: 8px;
  }
}
@media (max-width: 1100px) {
  /* .right-flex .four,
  .right-flex .right-close,
  .right-flex .two,
  .right-flex li.one {
    display: none !important;
  } */
}
@media (max-width: 767px) {
  .right-flex,
  .right-flex li {
    width: 40px;
    height: 40px;
  }
  .right-flex li .ico {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .right-flex .to-top em {
    margin-top: 0;
    font-size: 12px;
    line-height: 30px;
  }
  .right-flex {
    top: 100%;
  }
  .right-flex li.two{
    margin-right: -160px;
  }
}
.app-kfbt {
  display: none;
  height: 48px;
}
.app-kf {
  position: fixed;
  z-index: 99;
  overflow: hidden;
}
.app-kf,
.kufuul {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.kufuul {
  position: absolute;
  display: inline-block;
  padding: 2px 0;
}
.kefu li,
.kufuul {
  text-align: center;
}
.kefu li {
  float: left;
  width: 50%;
  height: 50px;
  color: #fff;
  line-height: 50px;
  transition: all 0.4s;
}
.kefu li a em {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
  font-size: 20px;
}
.kf-dh,
.kf-zx {
  display: block;
  width: 100%;
  height: 100%;
  background: #a7afb9;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
}
.kf-dh {
  background: #17c32f;
}
