@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-face {
  font-family: 'Jost';
  font-weight: 500;
  src: url('../font/Jost-Light.ttf') format("truetype"), /* 尝试使用本地字体 */;
}
@font-face {
  font-family: 'Jost-Bold';
  font-weight: 600;
  src: url('../font/Jost-Bold.ttf') format("truetype"), /* 尝试使用本地字体 */;
}
@font-face {
  font-family: 'Jost-Medium';
  font-weight: 600;
  src: url('../font/Jost-Medium.ttf') format("truetype"), /* 尝试使用本地字体 */;
}
@font-face {
  font-family: 'Jost-Regular';
  font-weight: 600;
  src: url('../font/Jost-Regular.ttf') format("truetype"), /* 尝试使用本地字体 */;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
  font-family: 'Jost';
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #674498;
}
.c {
  color: #674498;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  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;
}
.pagination > li:hover {
  background: #674498;
  color: #fff;
  text-align: center;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #674498;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
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: #674498;
}
.search_more:hover::before {
  background: #674498;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.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 {
  position: absolute;
  width: 15rem;
  left: 50%;
  box-shadow: 0 0 0.125rem 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 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  font-family: Jost-Light;
}
.er-ul li:hover a {
  color: #674498 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  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: 16.25rem;
}
@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;
  }
}
.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 .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #674498;
}
.searchbox {
  border-color: #674498;
}
@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: 990px) {
  .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 .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-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: 40px;
  width: 120px;
}
.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 .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.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;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.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;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  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 > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .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;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #674498;
}
.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;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@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 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  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%;
}
.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 h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #674498;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  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;
}
@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);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@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);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.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 {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  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: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.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: #674498;
  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: #674498;
}
.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;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  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: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.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: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  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 {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
  background: #674498;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightfix li .iconfont {
  color: #fff;
  border-radius: 50%;
}
.rightfix li:hover {
  background: #EB6622;
}
.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;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-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%);
  }
}
header {
  position: fixed;
  line-height: 5.625rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  backdrop-filter: blur(0.9375rem);
}
header:hover,
header.active,
header.active2 {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a,
header.active2 .center ul li a {
  color: rgba(0, 0, 0, 0.9);
}
header:hover .center ul li a::before,
header.active .center ul li a::before,
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #674498;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a,
header.active2 .center ul li.active > a {
  color: #674498;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before,
header.active2 .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;
}
header:hover .lanuage a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: rgba(0, 0, 0, 0.9);
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #363636;
}
header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}
header:hover .logo img,
header.active .logo img,
header.active2 .logo img {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 4.1875rem;
  filter: brightness(0) invert(1);
}
header .container {
  padding: 0 6.25rem 0 5.625rem;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .head_btn {
  margin-left: 3rem;
}
header .head_btn a {
  display: inline-block;
  width: 11.875rem;
  height: 2.875rem;
  border-radius: 1.4375rem;
  background: #EB6622;
  border: 1px solid #EB6622;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.875rem;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .head_btn a:hover {
  background-color: unset;
  color: #EB6622;
}
header .head_btn a:hover svg path {
  fill: #EB6622;
}
header .lanuage {
  margin-left: 3.0625rem;
  display: block;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #674498;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  font-weight: 600;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  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 {
  color: #674498;
}
header .center > 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;
}
header .center > ul > li.active > a {
  color: #674498;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #674498;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #363636;
}
footer > .container {
  padding-top: 5.9375rem;
  padding-bottom: 5.5625rem;
  background: #363636;
}
footer > .container .left {
  color: #fff;
  width: 50%;
}
footer > .container .left .foot-contact ul li {
  display: flex;
  /* align-items: center; */
  margin-top: 0.6875rem;
}
footer > .container .left .foot-contact {
  font-size: 1rem;
  margin-top: 2.1875rem;
}
footer > .container .left .foot-contact .icon {
  margin-right: 1rem;
  width: 1.25rem;
  height: 1.3125rem;
}
footer > .container .left .foot-contact .icon svg {
  width: 100%;
  height: 100%;
}
footer > .container .left .foot-contact p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  flex: 1;
}
footer > .container .right .tit {
  color: #FFF;
  font-family: Jost-Bold;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}
footer > .container .right .footnav {
  display: flex;
  align-items: center;
}
footer > .container .right .footnav li .tt {
  color: #FFF;
  font-family: Jost;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer > .container .right .footnav li span {
  color: rgba(0, 0, 0, 0.4);
  font-family: Jost;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
footer > .container .right .footnav li:nth-last-child(1) span {
  display: none;
}
footer > .container .right .footnav li:hover .tt {
  color: #eb6622;
}
footer > .container .right .share_box {
  margin-top: 0.1875rem;
  display: flex;
  align-items: center;
  margin: 0 -0.2813rem;
}
footer > .container .right .share_box .share_item {
  margin: 0 0.2813rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer > .container .right .share_box .share_item:hover svg {
  transform: scale(1.1);
}
footer .copyright {
  background-color: #282828;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.375rem 0;
  font-family: Jost;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  color: #fff;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-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);
  }
}
.all_title h3 {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Medium;
  font-size: 3.25rem;
  font-weight: 900;
  text-align: center;
}
.all_title h4 {
  color: #674498;
  text-align: center;
  font-family: Jost-Medium;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.all_title p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Jost;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.banner {
  position: relative;
}
.banner::before {
  content: '';
  display: block;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/bgb.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
.banner .hover {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .pp {
  font-family: Jost-Medium;
  font-weight: 700;
  color: rgba(103, 68, 152, 0.2);
  width: 34.375rem;
}
.banner .hover .p1 {
  color: #674498;
  font-family: Jost-Bold;
  font-size: 3.75rem;
  font-weight: 700;
}
.banner .hover .p2 {
  color: rgba(0, 0, 0, 0.6);
  font-family: Jost;
  font-size: 2rem;
  font-weight: 600;
}
.banner .hover.hover_w2 .pp {
  color: rgba(255, 255, 255, 0.2);
  filter: brightness(0) invert(1);
}
.banner .hover.hover_w2 .p1,
.banner .hover.hover_w2 .p2 {
  color: #fff;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
  bottom: 5.3125rem;
  right: 10%;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: unset;
  color: #674498;
  opacity: 1;
  font-weight: 700;
}
.banner .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: unset;
  margin-right: 0.625rem;
  border: none;
  opacity: unset;
  background: unset;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
  margin: 0 1.5625rem;
}
.banner .scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateX(-50%) translateY(-0.625rem);
  }
  50% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #674498;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
  overflow: hidden;
}
.neibanner::before {
  content: '';
  display: block;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/bgb.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  z-index: 99;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #674498;
  font-family: Jost-Medium;
  font-size: 3.75rem;
  font-weight: 600;
}
.neibanner .neibanner_txt p {
  margin-top: 0.9375rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: Jost-Regular;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.index_one {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.index_one .content .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.index_one .content .grid_box .grid_item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .grid_box .grid_item .img {
  border-radius: 1.25rem;
}
.index_one .content .grid_box .grid_item:hover {
  box-shadow: 6px 15px 27px #00000012;
}
.index_one .content .grid_box .grid_item .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4.6875rem;
  padding-left: 2.5rem;
}
.index_one .content .grid_box .grid_item .text h3 {
  color: #040404;
  font-family: Jost-Bold;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.index_one .content .grid_box .grid_item .text p {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: Jost;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75rem;
}
.index_one .content .grid_box .grid_item .text .pp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  position: absolute;
  bottom: 9%;
}
.index_one .content .grid_box .grid_item .text .pp p {
  color: #000;
  text-align: center;
  font-family: Jost;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.index_one .content .grid_box .grid_item .text a {
  margin-top: 1.5rem;
  display: inline-block;
  color: #EB6622;
  font-family: Jost;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.index_one .content .grid_box .grid_item .text a i {
  font-size: 1rem;
  font-weight: 600;
}
.index_one .content .grid_box .grid_item:nth-child(1) {
  grid-row: 1/3;
}
.index_one .content .grid_box .grid_item:nth-child(1)::before {
  content: '';
  display: block;
  width: 5.5rem;
  height: 6.125rem;
  background-image: url(../img/tcp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.5rem;
  right: 1.25rem;
}
.index_one .content .grid_box .grid_item:nth-child(1) .text {
  text-align: center;
  padding-left: 0;
}
.index_one .content .grid_box .grid_item:nth-child(1) .text a {
  margin-top: 1.875rem;
}
.index_two {
  padding-top: 7rem;
  padding-bottom: 10.75rem;
  position: relative;
  overflow: hidden;
  background: #F8F8F8;
}
.index_two::before {
  content: '';
  display: block;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/bgw.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_two::after {
  content: '';
  display: block;
  width: 39.625rem;
  height: 39.625rem;
  border-radius: 39.625rem;
  background: #674498;
  filter: blur(6.25rem);
  position: absolute;
  top: -28.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.index_two .all_title {
  position: relative;
  z-index: 2;
}
.index_two .content {
  position: relative;
  z-index: 2;
}
.index_two .content .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.875rem;
}
.index_two .content .grid_box .grid_item .img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.25rem;
}
.index_two .content .grid_box .grid_item .img:hover {
  box-shadow: 6px 15px 27px #00000012;
}
.index_two .content .grid_box .grid_item:hover .text h3 {
  color: #674498;
}
.index_two .content .grid_box .grid_item .text {
  padding-top: 3.0625rem;
}
.index_two .content .grid_box .grid_item .text h3 {
  color: #000;
  font-family: Jost-Bold;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.index_two .content .grid_box .grid_item .text p {
  margin-top: 1.3125rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: Jost;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.index_three {
  padding-top: 5.625rem;
  padding-bottom: 4.625rem;
}
.index_three .content {
  margin-top: 4.125rem;
}
.index_three .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.index_three .content .grid_box .grid_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 3.125rem 3.3125rem 4.5625rem 3.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .content .grid_box .grid_item:hover {
  box-shadow: 6px 15px 27px #00000012;
}
.index_three .content .grid_box .grid_item .d {
  width: 4.25rem;
}
.index_three .content .grid_box .grid_item .mt110 {
  margin-top: 6.875rem;
}
.index_three .content .grid_box .grid_item .text {
  margin-top: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: Jost;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 20.625rem;
}
.index_three .content .grid_box .grid_item .time {
  color: rgba(0, 0, 0, 0.4);
  font-family: Jost;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.index_three .content .grid_box .grid_item .bottom {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_three .content .grid_box .grid_item .bottom .over {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}
.index_three .content .grid_box .grid_item .bottom .text_b {
  flex: 1;
  padding-left: 0.625rem;
}
.index_three .content .grid_box .grid_item .bottom .text_b h3 {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Bold;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.index_three .content .grid_box .grid_item .bottom .text_b p {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.list_message {
  padding-bottom: 6.125rem;
}
.list_message .content {
  border-radius: 1.25rem;
  border: 1px solid #E6E6E6;
  background: linear-gradient(0deg, #F8F8F8 0%, #F8F8F8 100%), linear-gradient(180deg, rgba(235, 102, 34, 0.15) 0%, rgba(255, 243, 235, 0.15) 100%);
  padding: 4.9375rem 4.9375rem 5.5625rem 5rem;
  position: relative;
  overflow: hidden;
}
.list_message .content .img {
  width: 15rem;
  position: absolute;
  right: 1.25rem;
  top: 0;
}
.list_message .content::after {
  content: '';
  display: block;
  width: 39.625rem;
  height: 39.625rem;
  border-radius: 39.625rem;
  background: #674498;
  filter: blur(6.25rem);
  position: absolute;
  top: -28.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.list_message .content .title {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Bold;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
.list_message .content .subtit {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Regular;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
}
.list_message .content form {
  position: relative;
  z-index: 2;
}
.list_message .content .msg-a1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2.5rem;
}
.list_message .content .msg-a1 .inpt {
  width: 100%;
  height: 3.75rem;
  border-radius: 3.75rem;
  background: #FFF;
  overflow: hidden;
  padding: 0 1.875rem;
  color: #000;
  font-family: Jost;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_message .content .msg-a1 .inpt input {
  width: 100%;
  height: 3.75rem;
}
.list_message .content .msg-a1 .inpt input::placeholder {
  color: #000;
}
.list_message .content .msg-a1 .inpt select {
  width: 100%;
  height: 100%;
  border: none;
  color: #000;
  font-family: Jost;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_message .content .msg-a3 {
  margin-top: 1.25rem;
}
.list_message .content .msg-a3 .inpt {
  width: 100%;
  overflow: hidden;
}
.list_message .content .msg-a3 .inpt textarea {
  border-radius: 1.875rem;
  background: #FFF;
  width: 100%;
  border: none;
  padding: 1rem 1.875rem;
}
.list_message .content .msg-a3 .inpt textarea::placeholder {
  color: #000;
  font-family: Jost;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_message .content .div_aghgha {
  text-align: center;
}
.list_message .content .div_aghgha button {
  border: none;
  width: 11.875rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  background: #EB6622;
  font-family: Jost-Bold;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
}
.list_message .content .div_aghgha button i {
  font-size: 1.125rem;
  color: #fff;
}
.list_four {
  position: relative;
}
.list_four .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13.75rem;
}
.list_four .text .tit {
  color: #000;
  font-family: Jost-Bold;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.list_four .text .subtit {
  color: rgba(0, 0, 0, 0.6);
  font-family: Jost;
  font-size: 1.75rem;
}
.list_four .text .bottom_btn {
  margin-top: 2.375rem;
  width: 20.3125rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 2.5rem;
  background: #EB6622;
  border: 1px solid #EB6622;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_four .text .bottom_btn span {
  color: #FFF;
  font-family: Jost;
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.625rem;
}
.list_four .text .bottom_btn:hover {
  cursor: pointer;
  background: #FFF;
  border: 1px solid #EB6622;
}
.list_four .text .bottom_btn:hover span {
  color: #EB6622;
}
.list_four .text .bottom_btn:hover svg path {
  fill: #EB6622;
}
.list_about_one {
  padding-top: 4.5625rem;
  padding-bottom: 7.5rem;
}
.list_about_one .content h3 {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Medium;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.list_about_one .content p {
  color: rgba(0, 0, 0, 0.6);
  font-family: Jost;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.list_about_one .content .over {
  border-radius: 1.25rem;
}
.list_about_one .content .right {
  display: table;
}
.list_about_one .content .right .text_con {
  display: table-cell;
  vertical-align: middle;
}
.list_about_two {
  position: relative;
  background: #F9F9F9;
  overflow: hidden;
  padding-bottom: 14.375rem;
}
.list_about_two::before {
  content: "";
  display: block;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/bgw.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_about_two::after {
  content: '';
  display: block;
  width: 39.625rem;
  height: 39.625rem;
  border-radius: 39.625rem;
  background: #674498;
  filter: blur(6.25rem);
  position: absolute;
  top: -28.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.list_about_two .all_title {
  position: relative;
  z-index: 2;
}
.list_about_two .content {
  position: relative;
  z-index: 2;
}
.list_getting_one {
  padding-top: 4.5rem;
  padding-bottom: 8.125rem;
}
.list_getting_one .content p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-family: Jost;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.list_getting_one .content h3 {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Medium;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.list_getting_one .content .grid_con .countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  background-color: #ECDEFF;
  padding: 2.6875rem;
  box-sizing: border-box;
  z-index: 2;
}
.list_getting_one .content .grid_con .countdown::before {
  content: '';
  display: block;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  background-image: url(https://cloud-1251007531.bcdn8.com/shali0719/uploads/20250721/be0535b2cae6c4d38c7abbb475589bd8.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  animation: spin 4s linear infinite;
}
.list_getting_one .content .grid_con .countdown::after {
  content: '';
  display: block;
  width: calc(100% - 3.75rem);
  height: calc(100% - 3.75rem);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.list_getting_one .content .grid_con .countdown .countdown_box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(https://cloud-1251007531.bcdn8.com/shali0719/uploads/20250721/07a5358e560da37e6d8d3d38688ec4d5.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.list_getting_one .content .grid_con .countdown .countdown_box .countdown_num {
  color: #674498;
  font-family: Jost-Bold;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.list_getting_one .content .grid_con .countdown .countdown_box .countdown_text {
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: Jost-Regular;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}
.list_getting_one .content .grid_box {
  margin-bottom: 6.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2.625rem;
}
.list_getting_one .content .grid_box .grid_item {
  opacity: 0;
  transition: opacity 3s ease;
}
.list_getting_one .content .grid_box .grid_item .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_getting_one .content .grid_box .grid_item p {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Regular;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 1.125rem 0;
}
.pro_banner {
  padding-top: 7.5rem;
  padding-bottom: 6.375rem;
  background-size: cover;
  position: relative;
}
.pro_banner::before {
  content: '';
  display: block;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/bgb.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro_banner .left {
  width: 51%;
}
.pro_banner .left .title h3 {
  color: #674498;
  font-family: Jost-Bold;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
}
.pro_banner .left .title h4 {
  margin-top: 0.5625rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: Jost-Regular;
  font-size: 1.75rem;
  font-weight: 500;
}
.pro_banner .left .title p {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: Jost-Regular;
  font-size: 1.25rem;
  font-weight: 400;
}
.pro_banner .left .all_more {
  border-radius: 1.5625rem;
  border: 1px solid #674498;
  background: #FFF;
  padding: 0.875rem 1.4375rem 0.8125rem;
  line-height: 1;
  font-family: Jost-Bold;
  color: #674498;
  font-size: 1rem;
  font-weight: 700;
}
.pro_banner .left .all_more.more2 {
  border-color: #EB6622;
  color: #EB6622;
}
.pro_banner .right {
  width: 49%;
  position: relative;
  padding-top: 2.5rem;
}
.pro_banner .right .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_banner .right .le_swiper {
  position: relative;
  width: 83%;
  padding-right: 4.125rem;
  padding-left: 1.875rem;
}
.pro_banner .right .le_swiper .swiper_showpro {
  position: relative;
  overflow: hidden;
}
.pro_banner .right .le_swiper .swiper_showpro .over {
  padding: 0 3.125rem;
}
.pro_banner .right .right_swiper {
  width: 17%;
  position: relative;
}
.pro_banner .right .swiper_showtab {
  overflow: hidden;
  position: relative;
  height: 50vh;
}
.pro_banner .right .swiper_showtab .swiper-slide .over_bb {
  position: relative;
  padding: 0.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 7.5rem;
}
.pro_banner .right .swiper_showtab .swiper-slide .over_bb .over {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 1rem 1.25rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pro_banner .right .swiper_showtab .swiper-slide-thumb-active .over_bb {
  border-color: #EB6622;
}
.pro_banner .right .swiper_showtab .swiper-slide-thumb-active .over_bb::before {
  opacity: 1;
}
.pro_banner .right .swiper-button-next,
.pro_banner .right .swiper-button-prev {
  background-color: unset;
  border: none;
}
.pro_banner .right .swiper-button-next i,
.pro_banner .right .swiper-button-prev i {
  font-size: 1.625rem;
  color: #EB6622;
  font-weight: 600;
}
.pro_banner .right .swiper-button-prev,
.pro_banner .right .swiper-container-rtl .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  top: -3.125rem;
  margin-top: 0;
}
.pro_banner .right .swiper-button-next,
.pro_banner .right .swiper-container-rtl .swiper-button-prev {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  bottom: -2.125rem;
  top: unset;
  margin-top: 0;
}
.list_product_one {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.list_product_one .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_product_one .content .grid_box .grid_item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_one .content .grid_box .grid_item .img {
  border-radius: 1.25rem;
}
.list_product_one .content .grid_box .grid_item:hover {
  box-shadow: 6px 15px 27px #00000012;
}
.list_product_one .content .grid_box .grid_item .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4.6875rem;
}
.list_product_one .content .grid_box .grid_item .text h3 {
  color: #040404;
  font-family: Jost-Bold;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.25rem;
}
.list_product_one .content .grid_box .grid_item .text > p {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: Jost;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75rem;
  padding-left: 1.25rem;
}
.list_product_one .content .grid_box .grid_item .text .pp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  position: absolute;
  bottom: 9%;
}
.list_product_one .content .grid_box .grid_item .text .pp p {
  color: #000;
  text-align: center;
  font-family: Jost;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_product_one .content .grid_box .grid_item .text a {
  margin-top: 1.5rem;
  display: inline-block;
  color: #EB6622;
  font-family: Jost;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.list_product_one .content .grid_box .grid_item .text a i {
  font-size: 1rem;
  font-weight: 600;
}
.list_product_one .content .grid_box .grid_item:nth-child(1)::before {
  content: '';
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/tcp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.5rem;
  right: 1.25rem;
}
.list_product_two {
  padding-top: 3.75rem;
  padding-bottom: 8.125rem;
}
.list_product_two .content .table {
  overflow-x: auto;
}
.list_product_two .content .table table {
  width: 100%;
}
.list_product_two .content .table table tr td {
  color: rgba(0, 0, 0, 0.7);
  font-family: Jost-Regular;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.list_product_two .content .table table tr td:nth-child(2) {
  background: #F7F2FF;
}
.list_product_two .content .table table tr td .svg {
  display: inline-block;
  width: 1.5rem;
  margin-right: 0.625rem;
}
.list_product_two .content .table table tr:not(:nth-child(1)) td:nth-child(1) {
  padding: 0 !important;
}
.list_product_two .content .table table tr:not(:nth-child(1)) td:nth-child(4) {
  text-align: left;
  padding-left: 6.25rem !important;
}
.list_product_two .content .table table tr:nth-child(1) td {
  background: #F7F2FF;
}
.list_product_two .content .table table tr:nth-child(1) td:nth-child(1),
.list_product_two .content .table table tr:nth-child(1) td:nth-child(3),
.list_product_two .content .table table tr:nth-child(1) td:nth-child(4) {
  background: #F9F9F9;
}
.list_product_two .content p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-family: Jost-Regular;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_faq_box {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.list_faq_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 1.25rem;
  background: #F9F9F9;
  overflow: hidden;
  padding: 1.9375rem 2.9375rem 2.0625rem 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_faq_box ul li:hover {
  box-shadow: 6px 15px 27px #00000012;
}
.list_faq_box ul li:not(:nth-last-child(1)) {
  margin-bottom: 1.25rem;
}
.list_faq_box ul li .ii i {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_faq_box ul li .text {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.6875rem;
}
.list_faq_box ul li .text .icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #EB6622;
  text-align: center;
  line-height: 2.25rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.list_faq_box ul li .text h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Jost-Regular;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.list_faq_box ul li .text .p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-family: Jost;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  flex: 1;
  padding-left: 1.1875rem;
}
.list_faq_box ul li.active {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  border-bottom: none;
}
.list_faq_box ul li.active .ii i {
  color: #eb6622;
  display: inline-block;
  transform: rotate(180deg);
}
.list_faq_tow {
  padding-top: 7rem;
  padding-bottom: 10.625rem;
  position: relative;
  background: #F9F9F9;
  overflow: hidden;
}
.list_faq_tow::after {
  content: '';
  display: block;
  width: 39.625rem;
  height: 39.625rem;
  border-radius: 39.625rem;
  background: #674498;
  filter: blur(6.25rem);
  position: absolute;
  top: -28.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.list_faq_tow::before {
  content: '';
  display: block;
  width: 100%;
  height: 5.5rem;
  background-image: url(../img/bgw.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_faq_tow .all_title {
  position: relative;
  z-index: 2;
}
.list_faq_tow .content {
  position: relative;
  z-index: 2;
}
.list_faq_tow .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_faq_tow .content .grid_box .grid_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 3.1875rem 2.625rem 3.25rem 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_faq_tow .content .grid_box .grid_item:hover {
  box-shadow: 6px 15px 27px #00000012;
}
.list_faq_tow .content .grid_box .grid_item .tit {
  color: rgba(0, 0, 0, 0.8);
  font-family: Jost-Medium;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.list_faq_tow .content .grid_box .grid_item .desc span {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border-radius: 3.125rem;
  background: #EB6622;
  text-align: center;
  line-height: 2.25rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.list_faq_tow .content .grid_box .grid_item .desc .pp {
  color: rgba(0, 0, 0, 0.7);
  font-family: Jost-Regular;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_faq_three {
  padding-top: 5.625rem;
  padding-bottom: 10rem;
}
.list_faq_three ul li {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 1.25rem;
  background: #F9F9F9;
  overflow: hidden;
  padding: 1.9375rem 2.9375rem 2.0625rem 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_faq_three ul li:not(:nth-last-child(1)) {
  margin-bottom: 1.25rem;
}
.list_faq_three ul li:hover {
  box-shadow: 6px 15px 27px #00000012;
}
.list_faq_three ul li .ii i {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_faq_three ul li .text {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.6875rem;
}
.list_faq_three ul li .text .icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #EB6622;
  text-align: center;
  line-height: 2.25rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.list_faq_three ul li .text h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Jost-Regular;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.list_faq_three ul li .text .p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-family: Jost;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  flex: 1;
  padding-left: 1.1875rem;
}
.list_faq_three ul li.active {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  border-bottom: none;
}
.list_faq_three ul li.active .ii i {
  color: #eb6622;
  display: inline-block;
  transform: rotate(180deg);
}
.list_contact_one {
  padding-top: 6.8125rem;
  padding-bottom: 9.0625rem;
}
.list_contact_one .content .subtit {
  color: rgba(0, 0, 0, 0.9);
  font-family: Jost-Medium;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.625rem;
}
.list_contact_one .content .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.list_contact_one .content .grid_box .grid_item {
  border-radius: 1.25rem;
  background: #F9F9F9;
  padding: 3.4375rem 2rem 3.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_one .content .grid_box .grid_item .icon {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_one .content .grid_box .grid_item .text {
  margin-top: 1.625rem;
  color: #000;
  font-family: Jost-Regular;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
}
.list_contact_one .content .grid_box .grid_item:hover {
  transform: translateY(-0.625rem);
}
.list_contact_one .content .grid_box .grid_item:hover .icon {
  transform: rotateY(180deg);
}
