@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Alibaba-PuHuiTi-Regular" !important;
}
:root {
  --header_h: 5.625rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: rgba(18, 125, 255, 0.05);
  --header_cf: #fff;
  --swiper_pag_c: #444;
  --color: #127DFF;
}
.bg {
  background: var(--color);
}
.c {
  color: var(--color);
}
.sjbanner{
    display: none;
}
.bgf8 {
  background: var(--bgf8);
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Regular";
  src: url(../fonts/AlibabaPuHuiTi-3-55-Regular.woff);
}
@font-face {
  font-family: "AlibabaPuHuiTi-3-45-Light";
  src: url(../fonts/AlibabaPuHuiTi-3-45-Light.ttf);
}
body {
  outline: none;
  font-weight: 500;
  font-family: "Alibaba-PuHuiTi-Regular" !important;
}
.p_top {
  position: absolute;
  top: calc(-1 * var(--header_h));
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: var(--color);
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
.foot-fot.white {
  background: #F7F7F7;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: var(--color);
}
.search_more:hover::before {
  background: var(--color);
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  padding: 4rem 0;
}
.er-ul-pro .container ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.er-ul-pro .container ul li {
  padding: 0 0;
  flex: 1 0 0;
  display: flex;
  position: relative;
}
.er-ul-pro .container ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1px;
  height: calc(100% - 2rem);
  background: #B3B3B3;
}
.er-ul-pro .container ul li .l {
  width: 9.375rem;
  margin-top: 2rem;
}
.er-ul-pro .container ul li .r {
  width: calc(100% - 9.375rem);
  padding-left: 2rem;
}
.er-ul-pro .container ul li .r .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -2px;
  color: #000000;
}
.er-ul-pro .container ul li .r .name1 {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -2px;
  color: #000000;
  margin: 0.3125rem 0 1.5625rem;
}
.er-ul-pro .container ul li .r .text {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -2px;
  color: #000000;
}
.er-ul-pro .container ul li .r .text.c1 {
  color: var(--color);
  margin-top: 1rem;
}
.er-ul-pro .container ul li .r .text:hover {
  color: var(--color);
}
.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
}
.er-ul > li a {
  letter-spacing: -2px;
  color: #000000;
}
.er-ul > li:nth-child(1) {
  padding-top: 1rem;
}
.er-ul > li:last-child {
  padding-bottom: 1rem;
}
.er-ul > li:hover > a {
  color: var(--color);
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .center > ul > li:hover .er-ul-pro {
  transform: scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 13.0625rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang {
  --fenxiangwidth: 2.5rem;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: var(--color);
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: var(--fenxiangwidth);
  height: var(--fenxiangwidth);
  line-height: calc(var(--fenxiangwidth) - 2px);
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: calc(var(--fenxiangwidth) - 2px);
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: var(--color);
}
.searchbox {
  border-color: var(--color);
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: var(--color);
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}




@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color);
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

/*经销商页面*/
.sell_ara{
    padding-top: 3.125rem;
}
.sell_ara_box{
    display: flex;
    padding: 2.6875rem 3.75rem 2.5rem;
    border-radius: 1.25rem;
    background: #FFF;
    box-shadow: 0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02), 0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03), 0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04), 0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04), 0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05), 0px -4px 10px 0px rgba(80, 164, 255, 0.05);
}
.sell_area_le{
        width: 23%;
    padding-right: 4rem;
    position: relative;
}
.sell_area_ri{
    width: 77%;
    padding-left: 6.6875rem;
}
.sell_area_le_tit{
    margin-bottom: 1.1875rem;
}
.sell_area_le_tit p{
    color: #727272;
    font-size: 1.15rem;

}
.salu_li_text p{
    font-size: 1.05rem;
    line-height:2.5rem;
    text-align: center;
    color: var(--color666);
    transition: all .36s;
}
.salu_li_text{
    padding: 0px 2rem;
    background: transparent;
    border-radius: 1.875rem;
    border: 1px solid #E9ECEF;
    transition: all .36s;
    cursor: pointer;
}
.salu_li.act .salu_li_text{
    background: var(--colormain1);
}
.salu_li.act .salu_li_text p{
    color: var(--colorfff);
}
.salu_li{
    margin-bottom: 1rem;
 width: 100%;
}
.sell_area_le::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 82%;
    background: #DEDEDE;
}
.salu_li .salu_li_text{
      display: inline-block;
}
.salu_li:last-child{
    margin-bottom: 0px;
}
.salu_li.act .salu_li_text{
    background: var(--color);
    color: #fff;
}
.saru_list{
    width: 33.333333%;
    /*padding: 0 6.25rem;*/
}
.saru_li_box{
    display: flex;
    /*margin: 0 -6.25rem;*/
}
.saru_list_item p{
    font-size: var(--text16);
    color: var(--color333);
    line-height: 2.2;
    cursor: pointer;
    display: inline-block;
    transition: all .36s;
    font-size: 1.05rem;
}
.saru_li_tit{
    margin-bottom: 1.1875rem;
        color: #727272;
    font-size: 1.15rem;
}
.sell_bg_svg_item.active{
    fill:var(--colormain2);
}
.sell_bg, .sell_bg svg{
    width: 100%;
}
.sell_from_bg{
    width: 41.875rem;
    position: relative;
    bottom: -6.25rem;
    left: -18.75rem;
}
.sell_from_bg img{
    width: 100%;
}
.sell_from_box{
    display: flex;
}
.mod_text20{
    font-size: 1.25rem;
    line-height: var(--lineh175);
    color: var(--color666);
}
.sell_from_le{
    width: 37.5%;
}
.sell_from_ri{
    width: 62.5%;
    padding-left: 8.125rem;
}
.sell_from_le h2{
    margin-bottom: 1.25rem;
}
.sfrc_list{
    display: flex;
    margin: 0 -1.25rem 2rem;
}
.sfrc_list_item{
    width: 50%;
    padding: 0 1.25rem;
}
.sfrc_list_item_label{
    width: 100%;
    height: 1.25rem;
    border-bottom: solid 1px #999;
    display: flex;
    align-items: center;
}
.sfrc_list_item_label p, .sfrc_text_label p{
    font-size: var(--text16);
    color: var(--color333);
    line-height: var(--lineh15);
    padding-right: .625rem;
    flex-shrink: 0;
}
.sfrc_list_item_label p span, .sfrc_text_label p span{
    color:#FF0606;
    margin-left: .1875rem;
}
.slil_input{
    width: 100%;
}
.slil_input input{
    width: 100%;
    height: 100%;
    font-size: var(--text16);
    color: var(--color333);
    line-height: var(--lineh15);
}
.sfrc_text{
    width: 100%;
    margin-bottom: 1.375rem;
}
.sfrc_text_label{
    width: 100%;
    border-bottom: solid 1px #999;
}
.sfrc_text_label_area textarea{
    width: 100%;
    height:5.125rem;
    font-size: var(--text16);
    color: var(--color333);
    line-height: var(--lineh15);
}

.list_jxs .part_one .title{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
}
.list_jxs .part_one .ditu{
    padding: 0 5rem;
    text-align: center;
}
.list_sq{
    margin: 10rem 0 6.5rem;
}
.list_jxs .list_sq .left .font34{
    font-size: 2.375rem;
    color: #000;
}
.list_jxs .list_sq .left .font22{
    font-size: 1.7rem;
    margin-top: 1.875rem;
  
}
.list_contact .right.left{
    padding-right: 0;
    padding-left: 6.5rem;
}
.red{
color: #e41523;
}
.flex11{
    display: flex;
}
.list_contact.list_jxs .right.left .list input{
    border: none;
   width: calc(100% - 5.9375rem);
}
.list_contact.list_jxs .right.left .list .col-md-6>div{
    border-bottom: 1px solid #989898;
    font-size: 1.2rem;
}
.list_contact.list_jxs .right.left .list span.flex11{
    width: auto;
}
.list_contact.list_jxs .right.left .list p.ly{
    font-weight: normal;
}
.list_contact.list_jxs .right.left .list .ysm{
    border-bottom: 1px solid #989898;
}
.list_contact.list_jxs .right.left .list .mb15{
    margin-bottom: 2rem;
}

.list_contact.list_jxs .right.left .list textarea{
    border: 1px solid rgba(0, 0, 0, 0.36);
}
.list_contact.list_jxs .right.left .list .agree{
    margin-top: 2rem;
}
.list_contact.list_jxs .right.left .list .agree input{
     cursor: pointer;
}
.list_contact.list_jxs .right.left .submit button{
    line-height: 3.625rem;
    border-radius: 5rem;
    font-size: 1.375rem;
}
.list_contact.list_jxs .right.left .list .col-md-8{
    cursor: pointer;
}
.list_contact.list_jxs .list_sq .left{
    padding-right: 0;
}





@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }

}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
  
  .sell_area_le{
      width: 30%;
  }
  .sell_area_ri{
      width: 70%;
  }
  
  

}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
  .list_jxs .list_sq .left .font34{
      font-size: 1.65rem;
  }
  .list_jxs .list_sq .left .font22{
      font-size: 1.125rem;
  }
  .list_contact.list_jxs .right.left{
      padding-right: 15px;
  }
  .list_contact.list_jxs .list_sq .left{
      padding-right: 3rem;
  }
  .list_contact.list_jxs .right.left{
      padding-left: 1rem;
  }
  .sell_ara_box{
          padding: 2.6875rem 2rem 2.5rem;
  }
  .sell_area_le{
      padding-right: 1rem;
  }
  .sell_area_ri{
      padding-left: 2rem;
  }
  
  
  
  
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
  .list_contact.list_jxs .right.left .row .col-md-4 {
      width: 60%;
  }
    .list_contact.list_jxs .right.left .row .col-md-8 {
      width: 40%;
  }
  .list_jxs .list_sq .left .font34{
      font-size: 1.875rem;
  }
  .list_jxs .part_one .ditu{
      padding: 0 1rem;
  }
  .saru_list_item p{
      font-size: 1rem;
  }
  .list_jxs .list_sq .left .font22{
      margin-top: 1rem;
  }
  .sell_ara_box{
      flex-wrap: wrap;
  }
  .sell_area_le{
      width: 100%;
      padding-right: 0;
  }
  .sell_area_ri{
      width: 100%;
      padding-left: 0;
  }
  .sell_area_le_ul{
      display: flex;
      flex-wrap: wrap;
  }
    .sell_area_le_ul .salu_li{
        width: 33.33%;
    }
    .sell_area_le::after{
        display: none;
    }
    .sell_area_le_ul .salu_li:last-child{
        width: 100%;
    }
    .sell_area_le_ul .salu_li:nth-child(3) .salu_li_text{
        padding: 0 1.25rem;
    }
    .sell_area_ri{
        margin-top: 2rem;
    }
    .list_contact.list_jxs .list_sq .left{
        padding-right: 15px;
    }
    .list_sq{
        margin: 30px 0;
    }
    .list_contact.list_jxs .right.left .list{
        margin-bottom: 30px;
    }
    .sell_ara_box{
        padding: 2.6875rem .5rem 2.5rem;
    }
    .saru_li_box{
        justify-content: space-between;
    }
    .saru_list{
        width: auto;
    }
  
  
  
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: var(--color);
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: var(--color);
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: var(--color);
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .ta {
  text-align: left;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 0 0 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li {
  padding: 0 40px;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 0;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding: 20px 40px;
}
.sjj_nav .bot > li.yuyan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjj_nav .bot > li.yuyan > div {
  width: auto;
  padding: 0 30px;
}
.sjj_nav .bot > li > div {
  padding-bottom: 0;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 95%;
  float: right;
  font-size: 14px;
  color: #818181;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #818181;
  margin-bottom: 18px;
}
.sjj_nav .bot > li .list .right a.c1 {
  color: var(--color);
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 0;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: var(--color);
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: var(--color);
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}
.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color1: #000000;
}
.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
.show_header header .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li.active > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: var(--color);
}
.show_header header .center > ul > li:hover > a::before,
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: var(--color);
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color1: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 2.875rem;
  filter: brightness(0) invert(1);
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color1);
}
header .lanuage a.c {
  color: var(--color);
}
header .contact a {
  padding: 0 1.25rem;
  position: relative;
  font-weight: 350;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.25rem;
  letter-spacing: -1.6px;
  color: #000000;
}
header .contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2.0625rem;
  border-radius: 0.625rem;
  background: var(--bgf8);
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .contact a:hover {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .contact a:hover::before {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center {
  margin-left: 3.4375rem;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5625rem;
}
header .center > ul > li > a {
  font-size: 1.25rem;
  color: var(--color1);
  position: relative;
  letter-spacing: -1.6px;
  font-weight: 400;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  font-size: 5rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  letter-spacing: -2px;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .font26 {
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 4.125rem;
  line-height: 1.25;
  letter-spacing: -3.5px;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  font-size: 1rem;
  color: #262626;
}
.bread a {
  color: #262626;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1.25rem;
  height: 2px;
  border-radius: 0%;
  opacity: 1;
  margin: 1.875rem 0.325rem 0;
  background: #393E42;
  opacity: 0.3;
}
.swiper_pag .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  display: inline-block;
  padding: 0 4rem;
  line-height: 3.5rem;
  border-radius: 3.125rem;
  background: -moz-linear-gradient(0% 50% 0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -webkit-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #1b4def), color-stop(0.1843, #1b53f0), color-stop(0.4299, #1c64f3), color-stop(0.71, #1d80f8), color-stop(1, #1fa4ff));
  background: -o-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -ms-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B4DEF', endColorstr='#1FA4FF' ,GradientType=0)";
  background: linear-gradient(90deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  --more_c: #fff;
  position: relative;
  color: #fff;
  border: none;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more:hover {
  border-color: var(--color);
}
.more:hover div {
  color: #fff;
}
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before {
  transform: scale(1);
}
.more > div {
  display: block;
  color: var(--more_c);
  font-size: 2.25rem;
  font-weight: 400;
  border: none;
  letter-spacing: -2px;
}
.more.bg {
  border-color: var(--color);
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: var(--color);
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: var(--color);
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: var(--color);
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  font-size: 3.125rem;
  line-height: 1.4;
  letter-spacing: -2px;
  color: #393E42;
  font-weight: bolder;
}
.title div {
  position: relative;
  padding-bottom: 1.5rem;
}
.title div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 0.1875rem;
  background: var(--color);
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: var(--color);
}
.show_news .margin.text {
  border-top: 1px solid #9BBFDE;
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 1.25rem 0;
}
.show_news .data .fenxiang {
  margin-left: 1.875rem;
}
.show_news .left {
  padding-right: 5rem;
}
.show_news .rightt ul li .over {
  display: none;
}
.show_news .rightt ul li a {
  padding: 1.375rem 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
.show_news .rightt ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .rightt ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .rightt ul li:hover .over,
.show_news .rightt ul li.active .over {
  display: block;
}
.show_news .rightt ul li:hover .over img,
.show_news .rightt ul li.active .over img {
  transform: scale(1.1);
}
.show_news .rightt ul li:hover .name,
.show_news .rightt ul li.active .name {
  color: var(--color);
}
.show_news .rightt ul li .name1 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
}
.show_news .rightt ul li .over {
  margin-bottom: 1.25rem;
}
.show_news .rightt ul li .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  border-top: 1px solid #9BBFDE;
  padding-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_news .shangxia .l {
  width: calc(100% - 11rem);
}
.show_news .shangxia .r {
  width: 11rem;
}
.show_news .shangxia .l a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia .l a:hover {
  color: var(--color);
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.font22 {
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #393E42;
  font-weight: 350;
  text-align: justify;
  letter-spacing: -2px;
}
@media (max-width: 1280px) {
  .font22 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 16px;
    line-height: 28px;
  }
}
.index_one {
  padding: 7.1875rem 0 7.8125rem;
}
.index_one .top {
  background: var(--bgf8);
  margin-top: 4.375rem;
}
.index_one .top .left {
  display: flex;
  align-items: center;
}
.index_one .top .left .name {
  line-height: 1.3;
  font-weight: 600;
  font-size: 2.625rem;
  color: #242424;
  letter-spacing: -2px;
}
.index_one .top .left .text {
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #393E42;
  font-weight: 350;
  text-align: justify;
  margin-top: 1rem;
  letter-spacing: -2px;
}
@media (max-width: 1280px) {
  .index_one .top .left .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .index_one .top .left .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.index_one .top .left > div {
  padding: 0 3rem;
}
.index_one .ul {
  margin: 1rem -0.5rem 0;
}
.index_one .ul li {
  padding: 0 0.5rem;
}
.index_one .ul li > a {
  background: var(--bgf8);
  height: 100%;
}
.index_one .ul li > a .content {
  padding: 1.5625rem 2.9375rem;
}
.index_one .ul li > a .content .name {
  font-weight: bold;
  font-size: 1.625rem;
  color: #393E42;
  letter-spacing: -2px;
  line-height: 1.5;
  font-weight: 600;
  text-align: justify;
}
.font26 {
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #393E42;
  font-weight: 400;
  letter-spacing: -2px;
}
.index_two {
  padding-bottom: 11.875rem;
}
.index_two .margin {
  width: 67%;
  margin: 1.5rem auto 3.4375rem;
}
.index_two .ul li {
  background: var(--bgf8);
  display: flex;
  flex-wrap: wrap;
}
.index_two .ul li:hover .over img {
  transform: scale(1.1);
}
.index_two .ul li:hover .right .name {
  color: var(--color);
}
.index_two .ul li:not(:last-child) {
  margin-bottom: 3rem;
}
.index_two .ul li:nth-child(even) .left {
  order: 2;
}
.index_two .ul li:nth-child(even) .right {
  order: 1;
}
.index_two .ul li .left,
.index_two .ul li .right {
  width: 50%;
}
.index_two .ul li .right {
  display: flex;
  align-items: center;
  padding: 0 3rem;
}
.index_two .ul li .right .name {
  line-height: 1.25;
  font-weight: bolder;
  letter-spacing: -2.5px;
  font-size: 2.625rem;
  color: #242424;
}
.index_two .ul li .right .text {
  margin-top: 1rem;
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #393E42;
  font-weight: 350;
  text-align: justify;
  letter-spacing: -2px;
  letter-spacing: -1.76px;
}
@media (max-width: 1280px) {
  .index_two .ul li .right .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .index_two .ul li .right .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.index_three {
  padding: 3.125rem 0 4.375rem;
}
.index_three .swiper-container {
  margin-top: 4.375rem;
}
.index_three .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper-slide .img {
  position: relative;
  z-index: -1;
}
.index_three .swiper-slide .img img {
  height: 43.3125rem;
  object-fit: cover;
}
.index_three .swiper-slide .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.index_three .hover {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 3rem 0 4rem;
}
.index_three .hover .icon img {
  height: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .hover .name {
  font-weight: bolder;
  margin: 2.5rem 0;
  font-size: 2.375rem;
  letter-spacing: -2px;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 1.25;
}
.index_three .hover .text {
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #393E42;
  font-weight: 350;
  text-align: justify;
  letter-spacing: -2px;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  height: calc(1.375rem * 1.5 * 5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index_three .hover .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .index_three .hover .text {
    font-size: 16px;
    line-height: 28px;
  }
  .sjbanner{
      display: block;
  }
  .pcbanner{
      display: none;
  }
}
.index_three .hover .more_a {
  display: flex;
  align-items: center;
  color: var(--color);
  margin-top: 3.5rem;
  font-size: 1.375rem;
  cursor: pointer;
}
.index_three .hover .more_a .iconfont {
  font-size: 1.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.25rem;
}
.index_three .hover .more_a:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#translate {
  display: none;
}
.index_four {
  padding: 5.4375rem 0 6.875rem;
}
.index_four .text {
  margin: 2.8125rem auto;
  text-align: center;
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #393E42;
  font-weight: 350;
  letter-spacing: -2px;
}

footer {
  background: -moz-linear-gradient(0% 50% 0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -webkit-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #1b4def), color-stop(0.1843, #1b53f0), color-stop(0.4299, #1c64f3), color-stop(0.71, #1d80f8), color-stop(1, #1fa4ff));
  background: -o-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -ms-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B4DEF', endColorstr='#1FA4FF' ,GradientType=0)";
  background: linear-gradient(90deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  padding: 5rem 0 0;
}
footer .left {
  width: 36.875rem;
  padding-right: 3rem;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
}
footer .left .logo img {
  height: 4.125rem;
  filter: brightness(0) invert(1);
}
footer .left .ul li {
  display: flex;
  align-items: center;
}
footer .left .ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
footer .left .ul li img {
  width: 2.1875rem;
}
footer .left .ul li .con {
  width: calc(100% - 2.1875rem);
  padding-left: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: -2px;
}
footer .bot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
footer .center {
  width: calc(100% - 36.875rem - 23rem);
  display: flex;
  flex-wrap: wrap;
}
footer .center .l {
  width: 50%;
}
footer .center .l ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}
footer .center .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
footer .center a.text:hover {
  text-decoration: underline;
}
footer .center .text,
footer .center .name2 {
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: -1px;
  color: #FFFFFF;
}
footer .center .text {
  font-weight: 300;
  font-size: 1rem;
}
footer .center .name2 {
  font-weight: 600;
}
footer .right {
  width: 23rem;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
}
footer .right .ul2 {
  display: flex;
  margin: 2rem -0.5rem 0;
}
footer .right .ul2 li {
  padding: 0 0.5rem;
  flex: 1 0 0;
}
footer .right .ul2 li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
footer .right input {
  width: 100%;
  line-height: 2.8125rem;
  background: #fff;
  font-size: 1.125rem;
  color: #000000;
  padding: 0 1.25rem;
  font-weight: 350;
  letter-spacing: -2px;
}
footer .right input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
footer .right input:not(:last-child) {
  margin-bottom: 0.625rem;
}
footer .right .row {
  margin: 0 -0.4375rem;
}
footer .right .row > div {
  padding: 0 0.4375rem;
}
footer .right textarea {
  width: 100%;
  height: 17.875rem;
  background: #fff;
  padding: 0 1.25rem;
  line-height: 3.4375rem;
  font-size: 1.5rem;
  color: #000000;
  display: block;
  border: none;
  font-weight: 350;
  letter-spacing: -2px;
}
footer .right button {
  width: 100%;
  line-height: 3.1875rem;
  font-size: 1.5rem;
  letter-spacing: 6.48px;
  color: #fff;
  border: none;
  font-weight: 600;
  letter-spacing: -2px;
  background: #1B4DEF;
  border-radius: 0 0 1.375rem 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .right button:hover {
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
footer .beian {
  height: 6.25rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  border-top: 1px solid #FFFFFF;
  margin-top: 3.25rem;
  letter-spacing: -2px;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: var(--color) !important;
  background-color: var(--color) !important;
}
.list_news .content .tags {
  margin-bottom: 0.625rem;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 0 !important;
  font-size: 1.25rem !important;
}
.list_news .content .name {
  line-height: 1.25;
  font-weight: bolder;
  letter-spacing: -2px;
  font-size: 1.75rem;
  color: #242424;
}
.list_news .content .font22 {
  margin-top: 1rem;
  font-size: 1.25rem;
}
.list_news .content .text {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #393E42;
  letter-spacing: -0.02em;
  font-weight: 350;
  text-align: justify;
  letter-spacing: -1.76px;
}
.list_news .content .data {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #dbdbdb;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0;
}
.list_news .top {
  background: #fff;
  margin-bottom: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .top:hover {
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .top:hover .over img {
  transform: scale(1.1);
}
.list_news .top .right {
  display: flex;
  align-items: center;
}
.list_news .top .right > div {
  padding: 0 3rem 0 1.875rem;
}
.list_news .ul {
  margin: 0 -0.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
.list_news .ul li {
  padding: 0 0.5rem 0;
  margin-bottom: 1rem;
  width: 33.3%;
}
.list_news .ul li:nth-child(1),
.list_news .ul li:nth-child(2) {
  width: 50%;
}
.list_news .ul li:hover a {
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li .content {
  background: #fff;
  padding: 1.5rem 2.5rem 2.5rem;
}
.list_news .ul li a {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
}
.show_news1 .content {
  width: 43.625rem;
  margin: 0 auto;
}
.show_news1 .content .tags {
  margin-bottom: 0.625rem;
  font-weight: 600;
  margin-top: 0;
}
.show_news1 .content .name {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 1rem;
  line-height: 1.25;
  font-weight: bolder;
  letter-spacing: -2px;
  font-size: 2rem;
  color: #242424;
}
.show_news1 .content .data {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: -0.24px;
  line-height: 1rem;
}
.show_news1 .content .font22 {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: -0.32px;
  text-align: justify;
}
.show_news1 .content .text {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: -0.32px;
  line-height: 1.5rem;
  text-align: justify;
}
.show_news1 .fenxiang {
  display: flex;
  justify-content: flex-start;
  margin-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.show_news1 .fenxiang ul {
  display: flex;
}
.show_news1 .fenxiang ul li {
  margin-right: 1.5rem !important;
}
.show_news1 .fenxiang ul li a {
  color: #565757 !important;
}
.show_news1 .fenxiang ul li .style__share-icon___2bH_- {
  cursor: pointer;
  position: relative;
}
.show_news1 .fenxiang ul li .style__share-icon___2bH_- span {
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: -0.28px;
  line-height: 1.25rem;
  background-color: #262626;
  position: absolute;
  border-radius: 0.25rem;
  opacity: 0;
  z-index: 999;
  padding: 0.5rem 0.75rem;
  top: -2.875rem;
  white-space: nowrap;
  right: 0.5rem;
  transform: translate(50%);
  transition: all 0.3s ease;
}
.show_news1 .fenxiang ul li .style__share-icon___2bH_- span.active {
  opacity: 1;
}
.show_news1 .fenxiang ul li .style__share-icon___2bH_- span::before {
  position: absolute;
  display: inline-block;
  top: 2rem;
  width: 0;
  height: 0;
  content: "";
  border-color: #262626 #262626 transparent transparent;
  border-style: solid;
  border-width: 4px;
  transform: rotate(135deg);
  left: 48%;
}
.show_news1 .about_news .name1 {
  line-height: 1.25;
  font-weight: bolder;
  letter-spacing: -2px;
  font-size: 32px;
  color: #242424;
}
.show_news1 .about_news .more_a {
  font-size: 1.25rem;
  color: #1890ff;
  letter-spacing: -2px;
  line-height: 1.25rem;
}
.show_news1 .about_news ul {
  margin-top: 2rem;
}
.show_news1 .about_news ul li {
  padding: 1rem 0;
}
.show_news1 .about_news ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.show_news1 .about_news ul li:hover .right .over img {
  transform: scale(1.1);
}
.show_news1 .about_news ul li a {
  display: flex;
  align-items: center;
}
.show_news1 .about_news ul li a .left {
  width: calc(100% - 12rem);
  padding-right: 4rem;
}
.show_news1 .about_news ul li a .right {
  width: 12rem;
}
.show_news1 .about_news ul li .tag {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 0.5rem;
}
.show_news1 .about_news ul li .name2 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.show_news1 .about_news ul li .data1 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: -2px;
  line-height: 1rem;
}
.list_product .ul li {
  padding: 5.9375rem 0 5.125rem;
  border-bottom: 1px solid #B3B3B3;
  display: flex;
}
.list_product .ul li .name {
  font-weight: bold;
  font-size: 2.625rem;
  letter-spacing: -2px;
  color: #000000;
  width: 17.75rem;
}
.list_product .ul li .img {
  width: 18.8125rem;
}
.list_product .ul li .right {
  width: calc(100% - 18.8125rem - 17.75rem);
  padding-left: 4rem;
}
.list_product .ul li .name1 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: -2px;
  color: #000000;
}
.list_product .ul li .text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -2px;
  color: #000000;
  margin-bottom: 1.125rem;
}
.list_product .ul li .a {
  display: flex;
  align-items: center;
  width: 15.625rem;
  height: 3.875rem;
  border-bottom: 1px solid #B3B3B3;
}
.list_product .ul li .a div {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -2px;
  color: #0969EF;
  width: 5.25rem;
}
.list_product .ul li .a span {
  font-size: 1.25rem;
  letter-spacing: -2px;
  color: #231815;
}
.list_product .ul li .more_a {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -2px;
}
.list_product .ul li .more_a a {
  color: #0969EF;
}
.channel_product .ul li {
  padding: 5.9375rem 0 5.125rem;
  border-bottom: 1px solid #B3B3B3;
  display: flex;
}
.channel_product .ul li .name {
  font-weight: bold;
  font-size: 2.625rem;
  letter-spacing: -2px;
  color: #000000;
  width: 17.75rem;
}
.channel_product .ul li .img {
  width: 18.8125rem;
}
.channel_product .ul li .right {
  width: calc(100% - 18.8125rem - 17.75rem);
  padding-left: 4rem;
}
.channel_product .ul li .name1 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: -2px;
  color: #000000;
}
.channel_product .ul li .text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -2px;
  color: #000000;
  margin-bottom: 1.125rem;
}
.channel_product .ul li .a {
  display: flex;
  align-items: center;
  width: 15.625rem;
  height: 3.875rem;
  border-bottom: 1px solid #B3B3B3;
}
.channel_product .ul li .a div {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -1px;
  color: #0969EF;
  padding-right: 1rem;
}
.channel_product .ul li .a span {
  font-size: 1.25rem;
  letter-spacing: -2px;
  color: #231815;
}
.channel_product .ul li .more_a {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -2px;
}
.channel_product .ul li .more_a a {
  color: #0969EF;
}
.list_product {
  padding: 8.125rem 0;
  position: relative;
}
.list_product .img img {
  width: 100%;
}
.list_product .hover {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 12.5rem;
}
.list_product .hover ul {
  display: flex;
  justify-content: space-between;
}
.list_product .hover li {
  text-align: center;
}
.list_product .hover li .text {
  font-size: 1.25rem;
  line-height: 2.375rem;
  letter-spacing: -2px;
  color: #FFFFFF;
}
.list_product .hover li .div {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -2px;
  color: #FFFFFF;
}
.list_product .hover li .div span {
  font-size: 3.375rem;
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
}
.list_product .margin {
  margin-bottom: 2.9375rem;
}
.list_product_two.about {
  padding-bottom: 9.375rem;
}
.list_product_two.about .ul {
  margin-top: 2.5rem;
}
.list_product_two.about .ul li .hover {
  padding-bottom: 0.5rem;
}
.list_product_two.about .ul li .hover .name {
  font-size: 2rem;
}
.list_product_two.about .ul li .hover .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -2px;
  margin-top: 1rem;
  text-align: justify;
  height: 5.625rem;
}
.list_product_two.pro .ul li .hover {
  padding-bottom: 2.5rem;
}
.list_product_two.pro .ul li .hover .text {
  height: calc(2.375rem * 2);
}
.list_product_two .ul {
  margin: -1.25rem;
}
.list_product_two .ul li {
  padding: 1.25rem;
}
.list_product_two .ul li .over img {
  width: 100%;
}
.list_product_two .ul li .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3rem 1.5rem 3.5rem;
}
.list_product_two .ul li .hover .text {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -2px;
  color: #FFFFFF;
  height: calc(2rem * 3);
}
.list_product_two .ul li .hover .name {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -1.92px;
  color: #FFFFFF;
  margin-bottom: 1.125rem;
}
.list_product_three .pr {
  margin-top: 2.5rem;
}
.list_product_three .swiper-slide .img {
  text-align: center;
}
.list_product_three .swiper-button-prev {
  left: -5rem;
  margin-top: 0;
}
.list_product_three .swiper_btn {
  border: none;
  width: auto;
  height: auto;
  top: 8rem;
}
.list_product_three .swiper_btn .iconfont {
  font-size: 2rem;
  color: #231815;
}
.list_product_three .swiper_btn:hover {
  background: transparent;
}
.list_product_three .swiper_btn:hover .iconfont {
  color: var(--color);
}
.list_product_three .swiper-button-next {
  right: -5rem;
  margin-top: 0;
}
.list_product_three table {
  width: 100%;
}
.list_product_three table tr:nth-child(1) td {
  border-bottom: 0.1875rem solid var(--color);
}
.list_product_three table tr:nth-child(1) td,
.list_product_three table tr td:nth-child(1) {
  font-weight: 600;
}
.list_product_three table tr:nth-child(10) td:nth-child(2) {
  height: 6rem;
}
.list_product_three table td {
  border: none;
  border-bottom: 1px solid #B3B3B3;
  font-size: 1rem;
  letter-spacing: -1px;
  color: #231815;
  width: 50%;
  padding: 0.375rem 0 !important;
  font-weight: 400;
}
.list_solution .ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.list_solution .ul li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: relative;
  cursor: pointer;
  color: #000000;
}
.list_solution .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #242424;
}
.list_solution .ul li div {
  padding-bottom: 0.625rem;
  position: relative;
}
.list_solution .ul li div::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution .ul li:hover div::before,
.list_solution .ul li.active div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution .ul li:not(:last-child) {
  padding-right: 12.5rem;
}
.list_solution .swiper-slide {
  opacity: 0 !important;
}
.list_solution .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.list_solution .swiper-slide .font22 {
  text-align: center;
  margin-top: 2.5rem;
}
.list_solution .font26.ta,
.list_solution_three .font26.ta,
.list_solution_two .font26.ta {
  margin: 1.375rem 0 4rem;
}
.list_solution_two {
  background: rgba(18, 125, 255, 0.04);
}
.list_solution_two .swiper-container {
  padding: 0 20.625rem;
}
.list_solution_two .name {
  font-size: 1.875rem;
  line-height: 2.125rem;
  letter-spacing: -2px;
  color: #393E42;
  margin-top: 2.75rem;
  text-align: center;
  opacity: 0;
}
.list_solution_two .swiper-slide-active .name {
  opacity: 1;
}
.list_solution_two .over img {
  width: 100%;
}
.list_solution_three .right .over img {
  width: 100%;
}
.list_solution_three .right .swiper-slide {
  opacity: 0 !important;
}
.list_solution_three .right .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.list_solution_three .right {
  padding-left: 0;
}
.list_solution_three .left {
  padding-right: 4.5rem;
}
.list_solution_three .left .name {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -3px;
  color: #000000;
}
.list_solution_three .left .font24 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -2px;
  color: #000000;
  margin: 1rem 0 2.875rem;
}
.list_solution_three .left ul {
  position: relative;
}
.list_solution_three .left ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #898989;
}
.list_solution_three .left ul li {
  letter-spacing: -2px;
  color: #898989;
  position: relative;
  cursor: pointer;
  padding: 1rem 0 1rem 1.5625rem;
}
.list_solution_three .left ul li .top {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.list_solution_three .left ul li .text {
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.125rem;
  margin-top: 0.625rem;
  overflow: hidden;
  font-weight: 400;
}
.list_solution_three .left ul li.active,
.list_solution_three .left ul li:hover {
  color: #000000;
}
.list_solution_three .left ul li.active .top,
.list_solution_three .left ul li:hover .top {
  font-weight: 700;
}
.list_solution_three .left ul li.active::before,
.list_solution_three .left ul li:hover::before {
  height: 6.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution_three .left ul li.active .text,
.list_solution_three .left ul li:hover .text {
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution_three .left ul li span {
  margin-right: 0.625rem;
}
.list_solution_three .left ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution_four {
  background: rgba(18, 125, 255, 0.04);
}
.list_solution_four .ul {
  display: flex;
  justify-content: center;
  margin: 2.75rem 0 2.5rem;
  display: none;
}
.list_solution_four .ul li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: relative;
  cursor: pointer;
  color: #000000;
}
.list_solution_four .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #242424;
}
.list_solution_four .ul li div {
  padding-bottom: 0.625rem;
  position: relative;
}
.list_solution_four .ul li div::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution_four .ul li:hover div::before,
.list_solution_four .ul li.active div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution_four .ul li:not(:last-child) {
  padding-right: 3.25rem;
}
.list_solution_four .swiper-container {
  padding: 0 var(--container);
  margin-top: 3.5rem;
}
.list_solution_four .swiper-slide {
  background: #fff;
  opacity: 0 !important;
}
.list_solution_four .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.list_solution_four .left {
  display: flex;
  align-items: center;
  padding: 0 5rem 0 3.75rem;
}
.list_solution_four .left .name {
  font-size: 2.625rem;
  letter-spacing: -3px;
  color: #242424;
}
.list_solution_four .left .shengfen {
  font-size: 2rem;
  letter-spacing: -3px;
  color: #242424;
  opacity: 0.5;
}
.list_solution_four .left .list {
  margin-top: 2.5rem;
  position: relative;
}
.list_solution_four .left .list.aa {
  display: inline-block;
}
.list_solution_four .left .list.aa:hover .pr_ul {
  display: block;
}
.list_solution_four .left .list .div {
  display: inline-block;
  font-size: 1.75rem;
  letter-spacing: -2px;
  color: #242424;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.list_solution_four .left .list .div img {
  height: 1.375rem;
  margin-left: 0.375rem;
}
.list_solution_four .left .list .font22 span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -1.44px;
  border: 1px solid #252525;
  border-radius: 0.3125rem;
  color: #393E42;
  padding: 0 0.6875rem;
}
.list_solution_four .left .list .pr_ul {
  position: absolute;
  bottom: 3rem;
  z-index: 99;
  background: #fff;
  left: -5.985rem;
  display: none;
}
.list_solution_four .left .list .pr_ul.active {
  display: block;
}
.list_solution_four .left .list .pr_ul > div {
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0;
  height: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.list_solution_four .left .list ul {
  width: 27.5rem;
  max-width: 30rem;
  padding: 2rem 2rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.list_solution_four .left .list ul li {
  width: 33.3%;
}
.list_solution_four .left .list ul li {
  margin-bottom: 1.5rem;
}
.list_solution_four .left .list ul li div {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
}
.list_solution_four .left .list ul li p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  padding-bottom: 0.5rem;
}
.list_about .font22 {
  width: 60%;
  margin: 1.5rem auto 3rem;
  margin: 2.8125rem auto;
  text-align: center;
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #393E42;
  font-weight: 350;
  letter-spacing: -2px;
}
.list_about .img img {
  width: 100%;
}
.list_service .top {
  background: rgba(18, 125, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
}
.list_service .top .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service .top .left .icon img {
  width: 4.6875rem;
  height: 4.6875rem;
}
.list_service .top .left .name {
  font-weight: bold;
  letter-spacing: -3px;
  color: #000000;
  margin: 1rem 0 1.5rem;
  line-height: 2.125rem;
}
.list_service .top .left .font22 {
  color: #000000;
}
.list_service .top .left .font22.c {
  color: var(--color);
}
.list_service .top .left a {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -2px;
  color: #127DFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.list_service .top .left a .iconfont {
  font-size: 1.5rem;
  margin-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service .top .left a:hover .iconfont {
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service .right,
.list_service .left {
  width: 50%;
}
.list_service .ul {
  margin-top: 2rem;
}
.list_service .ul li {
  text-align: center;
}
.list_service .ul li > div {
  background: rgba(18, 125, 255, 0.05);
  padding: 3rem 1rem 2rem;
  height: 100%;
}
.list_service .ul li > div .icon {
  margin: 0 auto;
  height: 6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.list_service .ul li > div .icon.tel {
  background: transparent;
}
.list_service .ul li > div .icon.tel img {
  width: 3rem;
  height: 3rem;
}
.list_service .ul li > div .font22 {
  text-align: center;
  font-size: 1.25rem;
}
.list_service .ul li > div .font22.c {
  color: var(--color);
  font-size: 1.125rem;
}
.list_service .ul li > div .font22.c span {
  letter-spacing: -1px;
}
.list_service .ul li > div .name {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.125rem;
  letter-spacing: -2px;
  color: #000000;
  margin: 1.75rem 0 1rem;
}
.list_contact .content {
  padding: 0 5rem;
}
.list_contact .title {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.list_contact .right > div {
  padding: 2rem 3rem;
  background-color: #fff;
}
.list_contact .name {
  font-size: 1.75rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  margin-bottom: 1rem;
}
.list_contact .text {
  padding-bottom: 1rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.list_contact .font34 {
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 1.875rem;
}
.list_contact .font22 {
  margin: 0.5rem 0 0.875rem;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.65);
}
.list_contact .tel {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.125rem;
}
.list_contact .tel img {
  width: 1.875rem;
  opacity: 0.65;
  margin-right: 0.625rem;
}
.list_contact .left {
  padding-right: 7rem;
}
.list_contact .left .list .font34 {
  margin-bottom: 0.75rem;
}
.list_contact .left .list p {
  font-weight: 600;
  padding-bottom: 0.5rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.125rem;
}
.list_contact .left .list p i {
  color: rgba(0, 0, 0, 0.45);
  font-weight: 300;
}
.list_contact .left .list:not(:last-child) {
  margin-bottom: 3rem;
}
.list_contact .left .list textarea {
  width: 100%;
  height: 5.5rem;
  border-radius: 0.1875rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.list_contact .left .list select,
.list_contact .left .list input {
  line-height: 2.125rem;
  height: 2.125rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 0.75rem;
  width: 100%;
  border-radius: 0.1875rem;
  font-size: 0.9375rem;
  color: #3b3e40;
}
.list_contact .left .list select::placeholder,
.list_contact .left .list input::placeholder {
  color: #3b3e40;
}
.list_contact .left .list .danxuan {
  flex-wrap: wrap;
}
.list_contact .left .list .danxuan li {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.5rem;
  line-height: 1.25rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.65);
}
.list_contact .left .list .danxuan li:not(:last-child) {
  margin-bottom: 1rem;
}
.list_contact .left .list .danxuan li input[type="radio"] {
  display: none;
  /* 隐藏原生radio按钮 */
}
.list_contact .left .list .danxuan li input[type="radio"] + label::before {
  content: "";
  /* 创建一个自定义内容 */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  /* 自定义宽度 */
  height: 1rem;
  /* 自定义高度 */
  background: white;
  /* 背景颜色 */
  border: 1px solid rgba(0, 0, 0, 0.15);
  /* 边框颜色和宽度 */
  border-radius: 50%;
  /* 圆形 */
  margin-right: 10px;
  /* 与文本的间距 */
  cursor: pointer;
  /* 鼠标指针样式 */
}
.list_contact .left .list .danxuan li input[type="radio"]:checked + label::before {
  border-color: var(--color);
}
.list_contact .left .list .danxuan li label {
  margin-bottom: 0;
  position: relative;
  padding-left: 1.5625rem;
}
.list_contact .left .list .danxuan li input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color);
}
.list_contact .left .list select {
  background-image: url('../img/xjt.svg');
  /* 调整背景图片的位置 */
  background-size: 0.875rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 96%;
  /* 移除默认样式（推荐使用） */
}
.list_contact .left .list .agree {
  letter-spacing: -2px;
}
.list_contact .left .list .agree input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.list_contact .left .list .agree .list_message .msg-a4 label span:last-child {
  display: none;
}
.list_contact .left .list .agree input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/radio.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
.list_contact .left .list .agree input[type=checkbox]:checked::before {
  background: url(../img/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}
.list_contact .left .list .agree label {
  color: rgba(34, 34, 34, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
.list_contact .left .list .agree label a {
  color: var(--color);
}
.list_contact .left .list .agree label span:last-child {
  display: none;
}
.list_contact .left button {
  width: 11.625rem;
  line-height: 2.5rem;
  border-radius: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -webkit-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #1b4def), color-stop(0.1843, #1b53f0), color-stop(0.4299, #1c64f3), color-stop(0.71, #1d80f8), color-stop(1, #1fa4ff));
  background: -o-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  background: -ms-linear-gradient(0deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B4DEF', endColorstr='#1FA4FF' ,GradientType=0)";
  background: linear-gradient(90deg, #1b4def 0%, #1b53f0 18.43%, #1c64f3 42.99%, #1d80f8 71%, #1fa4ff 100%);
  border: none;
  color: #fff;
  font-size: 1rem;
}
.list_contact .left button:hover {
  opacity: 0.8;
}
