@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;
}
body {
  --header_h: 6.25rem;
  --container: 16.25rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #FBD300;
}
.bgcolor {
  background: #F7F7F7;
}
.c {
  color: #FBD300;
}
.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: #FBD300;
  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: #FBD300;
  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: #FBD300;
}
.search_more:hover::before {
  background: #FBD300;
}
.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: 8.125rem;
  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: 0.875rem;
}
.er-ul li:hover a {
  color: #FBD300 !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: #FBD300;
}
.searchbox {
  border-color: #FBD300;
}
@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;
}
.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.5008px;
  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.5008px 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: #7C7C7C;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  padding: 1.875rem 0;
}
.ajhhsd a {
  color: #7C7C7C;
}
.ajhhsd a:hover {
  color: #FBD300;
}
.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: #FBD300;
  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 / 100);
  }
}
@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: #FBD300;
  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: #FBD300;
}
.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.9008px;
  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;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0074CA;
}
.rightfix li:hover .iconfont {
  background: #ec8402;
  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%);
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: #fff;
}
.head .head2 {
  line-height: 5.625rem;
  position: relative;
  transition: all 0.6s;
}
.head .head2 .wh1 {
  padding: 0 5.5rem;
}
.head .head2 .logo {
  display: flex;
  align-items: center;
}
.head .head2 .logo a img {
  width: 4.375rem;
}
.head .head2 .gpxx {
  color: #FBD300;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-left: 1.35rem;
  padding-left: 1.125rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.head .head2 .zywena {
  margin: 0 0 0 1rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: #3C3D3D;
  line-height: 1.25rem;
  display: block;
  border-left: 1px solid #D0D0D0;
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  vertical-align: middle;
}
.head .head2 .zywena a.rhgxt i.icon-jiantou-bottom {
  font-size: 0.75rem;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3rem;
  width: 5.5rem;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #555;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: #FBD300;
}
.head .head2 .more-sxa {
  background: #0052D8;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2.8rem;
  padding: 0 1.5em;
  border-radius: 2rem;
}
.head .head2 .sska a {
  color: #3C3D3D;
  line-height: 1.25rem;
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.375rem;
}
.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  animation: sticky 1s;
}
.sticky .head2 {
  background: #fff;
}
.sticky .head2 #menu .nav_a1 > li:hover > a,
.sticky .head2 #menu .nav_a1 > li.active > a,
.sticky .head2 #menu .nav_a1 > li > a,
.sticky .head2 .sska a,
.sticky .head2 .zywena a.rhgxt {
  color: #555555;
}
.sticky .head2 #menu .nav_a1 > li:hover > a,
.sticky .head2 #menu .nav_a1 > li.active > a {
  color: #FBD300;
}
.sticky .head2 #menu .nav_a1 > li > a span::after {
  background: #FBD300;
}
.sticky .head2 .logo a {
  filter: unset;
}
#menu {
  margin-right: 1vw;
}
#menu .nav_a1 > li {
  float: left;
}
#menu .nav_a1 > li a {
  display: block;
  color: #333;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 1.5rem;
  transition: all 0.6s;
  font-weight: 400;
  position: relative;
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s ease;
}
#menu .nav_a1 > li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 > li > a i {
  position: absolute;
  left: 50%;
  bottom: 1.125rem;
  width: 0.75rem;
  transform: translateX(-50%);
  line-height: 1;
  opacity: 0;
}
#menu .nav_a1 > li > a i img {
  width: 100%;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: calc(100% + 1px);
  width: 18.75rem;
  max-width: inherit;
  left: 50%;
  background: white;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease-in-out;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  padding: 2.4375rem 1.25rem 1.5rem 1.4375rem;
  text-align: center;
}
#menu .nav_a1 > li .sec.sec1 {
  width: 58.875rem;
  left: auto;
  right: -130%;
  padding: 1.6rem 2.5rem 2.5rem;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl {
  flex: 1;
  text-align: left;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl a {
  display: block;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl > a {
  color: #555555;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.45rem 0;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl .asrcxa a {
  color: #575757;
  font-size: 1rem;
  line-height: 1.85em;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl .asrcxa a:hover {
  color: #555555;
}
#menu .nav_a1 > li .sec > a {
  color: #555;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.125rem;
}
#menu .nav_a1 > li .sec > a:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#menu .nav_a1 > li .sec > a:hover {
  color: #fff;
  background-color: #FBD300;
}
#menu .nav_a1 > li:hover .sec {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}
#menu .nav_a1 > li:hover .sec.sec1 {
  transform: translateY(0);
}
#menu .nav_a1 > li:hover .sec_box {
  transform: scaleY(1);
  opacity: 1;
}
#menu .nav_a1 > li:hover > a,
#menu .nav_a1 > li.active > a {
  color: #FBD300;
}
#menu .nav_a1 > li:hover > a i,
#menu .nav_a1 > li.active > a i {
  opacity: 1;
}
#menu .nav_a1 > li:hover > a span::after,
#menu .nav_a1 > li.active > a span::after {
  width: 100%;
  background-color: #FBD300;
}
#menu .nav_a1 li .sec_box1 {
  padding: 2.4375rem 0 4.375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}
#menu .nav_a1 li .sec1 {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  display: flex;
  min-height: 25rem;
}
#menu .nav_a1 li .sec1 .aseca1 {
  width: 22%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .nav_a1 li .sec1 .aseca1 a {
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75em 2em;
}
#menu .nav_a1 li .sec1 .aseca1 a.on {
  background: linear-gradient(90deg, #FBD300 0%, rgba(251, 211, 0, 0) 100%);
}
#menu .nav_a1 li .sec1 .aseca2 {
  min-height: 100%;
  background: #fff;
  position: relative;
}
#menu .nav_a1 li .sec1 .aseca2::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 80%;
  top: 0;
}
#menu .nav_a1 li .sec1 .aseca-ast {
  flex: 1;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba {
  background: white;
  width: 100%;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .flex {
  align-items: start;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .wehxa1 a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.85em 0;
  color: #727171;
  text-align: center;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a {
  font: 400 1rem/1.5em "Noto Sans SC";
  color: #727171;
  text-align: center;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a i {
  color: #DADADA;
  font-size: 1.25rem;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a:hover,
#menu .nav_a1 li .sec1 .aseca-ast .ttba a.on {
  color: #014199;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba a:hover i,
#menu .nav_a1 li .sec1 .aseca-ast .ttba a.on i {
  color: #014199;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa1,
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 {
  width: 20%;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 {
  min-height: 100%;
  flex: 1;
  position: relative;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc {
  width: 100%;
  display: none;
  flex: 1;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul {
  width: 20%;
  position: relative;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_li a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.85em 0;
  color: #727171;
  text-align: center;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_li:hover a,
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_li:active a {
  color: #014199;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_li:hover .san_grid,
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_li:active .san_grid {
  display: grid;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_grid {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 36vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8125rem 2.375rem;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_grid a .over {
  height: 8.75rem;
  border-radius: 1.875rem;
  background: #F7F7F7;
  text-align: center;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_grid a .over img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .san_ul .san_grid a p {
  padding-top: 1.25rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .grid {
  padding-left: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8125rem 2.375rem;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .grid a .over {
  height: 8.75rem;
  border-radius: 1.875rem;
  background: #F7F7F7;
  text-align: center;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .grid a .over img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#menu .nav_a1 li .sec1 .aseca-ast .ttba .cont-asd .wehxa2 .ttbc .grid a p {
  padding-top: 1.25rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sec_box {
  position: absolute;
  left: 0%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
.sec_box .left {
  width: 45%;
  padding-top: 2.4375rem;
  padding-bottom: 4.8125rem;
}
.sec_box .left .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  position: relative;
  gap: 0 1.25rem;
}
.sec_box .left .ul::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 0;
}
.sec_box .left .ul .li {
  position: relative;
}
.sec_box .left .ul .li a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  line-height: 3.375rem;
  padding: 0 1.1875rem 0 1.75rem;
}
.sec_box .left .ul .li a span {
  color: #2A2926;
  font-size: 1rem;
  font-weight: 500;
}
.sec_box .left .ul .li a i {
  font-size: 1rem;
  color: #8F8F8F;
}
.sec_box .left .ul .li:hover a,
.sec_box .left .ul .li.active a {
  background: linear-gradient(90deg, #FBD300 0%, rgba(251, 211, 0, 0) 100%);
}
.sec_box .right {
  background-color: #fff;
  flex: 1;
  padding-top: 3.1875rem;
  padding-bottom: 4.875rem;
  padding-left: 9.375rem;
}
.sec_box .right .pro_ul .pro_li {
  display: none;
}
.sec_box .right .pro_ul .pro_li .over {
  border-radius: 1.875rem;
}
.sec_box .right .pro_ul .pro_li.active {
  display: block;
}
@-webkit-keyframes banscaleDraw {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(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);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .left {
  width: 50%;
}
.banner .hover .right {
  width: 50%;
}
.banner .hover .right .swiper_banner {
  position: relative;
  overflow: hidden;
  width: 22.75rem;
  height: 26.1875rem;
  border-radius: 1.375rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(0.3125rem);
  margin: 0 auto;
}
.banner .hover .right .swiper_banner .ban_box {
  padding: 2.75rem 1.875rem 2.5rem;
}
.banner .hover .right .swiper_banner .ban_box .text {
  margin-top: 1.875rem;
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.banner .hover .right .swiper_banner .swiper-pagination {
  bottom: 2.5rem;
  justify-content: center;
}
.banner .hover .right .swiper_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBD300;
}
.banner .hover .right .swiper_banner .swiper-pagination-bullet {
  background: #fff;
}
.banner .hover .p1 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 4rem;
  font-weight: 700;
}
.banner .hover .p2 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.banner .hover2 {
  position: absolute;
  left: 10%;
  bottom: 3.125rem;
}
.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;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBD300;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: none;
  opacity: unset;
  background: #D9D9D9;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  z-index: 9;
}
.banner .scroll::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.375rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: 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: 0.75rem;
  height: 0.75rem;
  background: #D9D9D9;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBD300;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.neibanner .neibanner_txt .le {
  width: 40%;
}
.neibanner .neibanner_txt .ri {
  width: 50%;
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 4rem;
  font-weight: 700;
}
.neibanner .neibanner_txt p {
  color: #FFF;
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .pro_banner {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.neibanner .pro_banner .swiper-pagination {
  justify-content: center;
  bottom: 2.1875rem;
}
.neibanner .pro_banner .swiper-pagination-bullet {
  border: none;
  background: #fff;
}
.neibanner .pro_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FBD300;
}
.channel {
  position: sticky;
  top: 6.25rem;
  z-index: 9;
  margin-top: -4.375rem;
}
.channel .channel_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  position: sticky;
  top: 6.25rem;
  z-index: 99;
}
.channel .channel_list li {
  flex: 1;
}
.channel .channel_list li a {
  height: 4.375rem;
  line-height: 4.375rem;
  background: #D9D9D9;
  color: #000;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.channel .channel_list li a span {
  position: relative;
  z-index: 2;
}
.channel .channel_list li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FBD300;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel .channel_list li:hover a::before,
.channel .channel_list li.active a::before {
  left: 0;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  background-color: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
}
.news_box .swipernews .news_new_box .left .over {
  height: 100%;
  border-radius: 1.875rem;
  height: 27.75rem;
}
.news_box .swipernews .news_new_box .left .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  border-radius: 1.875rem;
  border: 1px solid #EBEBEB;
  background: #FBD300;
  backdrop-filter: blur(1.875rem);
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.0625rem 5.375rem 3.625rem 5.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt .time h3 {
  color: #004098;
  text-align: justify;
  font-family: Inter;
  font-size: 3.9334rem;
  font-weight: 600;
  line-height: 4.9168rem;
}
.news_box .swipernews .news_new_box .right .newstxt .time p {
  color: #004098;
  text-align: justify;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5096rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  margin-top: 0.5rem;
  color: #454545;
  font-family: "Noto Sans SC";
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.news_box .swipernews .news_new_box .right .newstxt p.p {
  margin-top: 0.875rem;
  color: #454545;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.news_box .swipernews .news_new_box .right .newstxt a.more {
  color: #454545;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.news_box .swipernews .swiper-pagination {
  justify-content: center;
}
.yyhy_content .qbxw .rq-cont {
  padding: 0 1.375rem 0 2.1875rem;
  width: 19.25rem;
  height: 3.6875rem;
  border-radius: 1.8438rem;
  border: 1px solid rgba(0, 0, 0, 0.45);
}
.yyhy_content .qbxw select {
  width: 100%;
  height: 100%;
  border: none;
  background-color: unset;
}
.yyhy_content .qbxw .sskzxx {
  padding-left: 1.25rem;
}
.yyhy_content .qbxw .sskzxx button {
  border: none;
  background-color: unset;
}
.yyhy_content .qbxw .sskzxx button i {
  font-size: 1.25rem;
}
.yyhy_content .yyhy_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #F7F7F7;
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 3.125rem 2.4375rem 2.1875rem;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #7E7E7E;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.yyhy_content .yyhy_con .yyhy_item .text .time i {
  color: #FBD300;
  font-size: 1rem;
  margin-right: 0.5625rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  min-height: 3.75rem;
}
.yyhy_content .yyhy_con .yyhy_item .text a {
  color: #7F8384;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #FBD300;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #FBD300;
}
.news_show_box .left {
  padding-right: 5.3125rem;
}
.news_show_box .left .title {
  margin-bottom: 1.875rem;
}
.news_show_box .left .title h3 {
  color: #000;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 2.75rem;
  font-weight: 700;
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}
.news_show_box .left .content .subtit {
  display: flex;
  align-items: center;
}
.news_show_box .left .content .subtit .time {
  color: #7E7E7E;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.news_show_box .left .content .subtit .time i {
  font-size: 1rem;
  color: #FBD300;
}
.news_show_box .left .content .subtit .fx_box {
  margin-left: 2.0625rem;
}
.news_show_box .left .content .subtit .fx_box .tt {
  color: #7E7E7E;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.news_show_box .left .content .subtit .fx_box .social-share li {
  margin: 0 0.4375rem;
}
.news_show_box .left .content .subtit .fx_box .social-share li .social-share-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.375rem;
  background: #F6F6F6;
  border: none;
  color: rgba(0, 0, 0, 0.5);
}
.news_show_box .left .content .subtit .fx_box .social-share li:hover .social-share-icon {
  background: #FBD300;
  color: #fff;
}
.news_show_box .left .content .cont table tr td {
  padding: 0.5rem;
}
.news_show_box .left .content .cont img {
  width: 100%;
}
.news_show_box .left .content .cont p {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.news_show_box .left .shangxia_p .all_more span {
  padding-right: 0;
  padding-left: 2.5rem;
}
.news_show_box .left .shangxia_p .all_more i {
  left: 1.6875rem;
  right: unset;
}
.news_show_box .left .shangxia_p .all_more::before {
  right: unset;
  left: 1.25rem;
}
.news_show_box .left .shangxia_p .all_more:hover::before {
  left: 0;
}
.news_show_box .right {
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.news_show_box .right .title h3 {
  color: #000;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
}
.news_show_box .right ul li {
  border-bottom: 1px solid #DBDBDB;
  padding: 1.5625rem 0 1.625rem;
}
.news_show_box .right ul li a {
  display: inline-flex;
}
.news_show_box .right ul li a .over {
  width: 10.125rem;
  height: 6.7272rem;
  border-radius: 1.25rem;
}
.news_show_box .right ul li a .text {
  flex: 1;
  padding-left: 1.75rem;
}
.news_show_box .right ul li a .text p.p1 {
  color: #7E7E7E;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.news_show_box .right ul li a .text p.p1 i {
  font-size: 1rem;
  color: #FBD300;
  margin-right: 0.5625rem;
}
.news_show_box .right ul li a .text h3 {
  color: #000;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 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;
}
.all_more {
  display: inline-block;
  width: 11.375rem;
  height: 3.6875rem;
  line-height: 3.6875rem;
  border-radius: 3.6875rem;
  border: 1px solid #1F1F1F;
  text-align: center;
  position: relative;
}
.all_more.white span {
  color: #fff;
}
.all_more.all_white {
  border-color: #fff;
}
.all_more.all_white span {
  color: #fff;
}
.all_more.all_white::before {
  background-color: #fff;
}
.all_more.all_white:hover span {
  color: #FBD300;
}
.all_more.yellow {
  background-color: #FBD300;
  border: 1px solid #FBD300;
}
.all_more.yellow::before {
  background-color: #fff;
}
.all_more.yellow span {
  color: #fff;
}
.all_more.yellow i {
  color: #014199;
}
.all_more.yellow:hover span {
  color: #FBD300;
}
.all_more.blue2 {
  background-color: unset;
  border: 1px solid #014199;
}
.all_more.blue2::before {
  background-color: #014199;
}
.all_more.blue2 span {
  color: #014199;
}
.all_more.blue2 i {
  color: #fff;
}
.all_more.blue2:hover span {
  color: #fff;
}
.all_more.blue {
  background-color: #014199;
  border: 1px solid #014199;
}
.all_more.blue::before {
  background-color: #fff;
}
.all_more.blue span {
  color: #fff;
}
.all_more.blue i {
  color: #014199;
}
.all_more.blue:hover span {
  color: #014199;
}
.all_more::before {
  content: '';
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #1F1F1F;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more span {
  color: #1F1F1F;
  font-size: 1rem;
  padding-right: 2.5rem;
}
.all_more i {
  font-size: 1rem;
  color: #014199;
  font-weight: 600;
  position: absolute;
  right: 1.6875rem;
}
.all_more:hover::before {
  width: 11.375rem;
  height: 3.6875rem;
  border-radius: 3.6875rem;
  right: 0;
}
.all_more:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}
.all_title p {
  color: #474747;
  text-align: center;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.all_title h3 {
  padding-top: 0.8125rem;
  color: #474747;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 3.375rem;
  position: relative;
}
.all_title h3::before {
  content: '';
  display: block;
  width: 1.7813rem;
  height: 0.25rem;
  background-color: #FBD300;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.25rem;
}
.all_title.left p,
.all_title.left h3 {
  text-align: left;
}
.all_title.left h3::before {
  content: '';
  display: block;
  width: 1.7813rem;
  height: 0.25rem;
  background-color: #FBD300;
  position: absolute;
  top: 0;
  left: 0%;
  transform: unset;
  border-radius: 0.25rem;
}
.all_title.white p,
.all_title.white h3 {
  color: #fff;
  text-align: left;
}
.all_title.white h3::before {
  content: '';
  display: block;
  width: 1.7813rem;
  height: 0.25rem;
  background-color: #FBD300;
  position: absolute;
  top: 0;
  left: 0%;
  transform: unset;
  border-radius: 0.25rem;
}
.list_contact_one {
  padding-bottom: 6.875rem;
}
.list_contact_one .content .le {
  width: 35%;
  padding-right: 3rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.list_contact_one .content .le ul {
  display: grid;
  gap: 1.5625rem;
}
.list_contact_one .content .le ul li {
  display: flex;
  align-items: center;
}
.list_contact_one .content .le ul li .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FBD300;
}
.list_contact_one .content .le ul li .icon img {
  width: 50%;
}
.list_contact_one .content .le ul li .tt {
  padding-left: 1.375rem;
  flex: 1;
}
.list_contact_one .content .le ul li .tt h3 {
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
.list_contact_one .content .le ul li .tt p {
  margin-top: 0.625rem;
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.list_contact_one .content .le ul li .tt p a,
.list_contact_one .content .le ul li .tt p span {
  color: #014199;
}
.list_contact_one .content .mi {
  min-height: 28.125rem;
  padding-left: 3.125rem;
  padding-right: 3.75rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: table;
}
.list_contact_one .content .mi .text {
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  display: table-cell;
  vertical-align: middle;
}
.list_contact_one .content .mi .text p:not(:nth-last-child(1)) {
  margin-bottom: 1.25rem;
}
.list_contact_one .content .ri {
  padding-left: 2.8125rem;
  flex: 1;
}
.list_contact_one .content .ri ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.list_contact_one .content .ri ul li .img {
  border-radius: 0.625rem;
  border: 1px solid #F4F4F4;
  background: #FFF;
  padding: 0.75rem;
}
.list_contact_one .content .ri ul li .tt {
  margin-top: 0.625rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.list_contact_one .cont .tit {
  color: #000;
  font-family: Inter;
  font-size: 1.375rem;
  font-weight: 500;
}
.list_contact_one .cont ul {
  margin-top: 2.125rem;
  display: flex;
  justify-content: space-between;
}
.list_contact_one .cont ul li h3 {
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 1.35rem;
  font-weight: 400;
}
.list_contact_one .cont ul li p {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 500;
}
.list_contact_two {
  background: #F7F7F7;
}
.list_contact_two .content {
  position: relative;
}
.list_contact_two .content .quan {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 18.5%;
  top: 42%;
}
.list_contact_two .content .quan .i {
  border-radius: 50%;
  border: 0.5008px solid #FBD300;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(251, 211, 0, 0.1) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_contact_two .content .quan .i:nth-child(1) {
  width: 4rem;
  height: 4rem;
  animation: spreading 3s infinite ease-out;
}
.list_contact_two .content .quan .i:nth-child(2) {
  animation: spreading 3s infinite ease-out 0.5s;
}
.list_contact_two .content .quan .i:nth-child(3) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(251, 211, 0, 0.1) 100%);
  animation: spreading 3s infinite ease-out 1s;
}
.list_contact_two .content .quan .i:nth-child(4) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.04) 0%, rgba(251, 211, 0, 0.04) 100%);
  animation: spreading 3s infinite ease-out 1.5s;
}
@keyframes spreading {
  0% {
    width: 4rem;
    height: 4rem;
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.4;
  }
  100% {
    width: 24.625rem;
    height: 24.625rem;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.list_contact_two .content .dian_ul li {
  position: absolute;
}
.list_contact_two .content .dian_ul li .dian svg {
  width: 1.6875rem !important;
  height: 2.8125rem !important;
}
.list_contact_two .content .dian_ul li:nth-child(1) {
  top: 41%;
  right: 19.6%;
}
.list_contact_two .content .dian_ul li:nth-child(2) {
  top: 38%;
  right: 23%;
}
.list_contact_two .content .dian_ul li:nth-child(2) .dian svg path {
  fill: #014199 !important;
}
.list_contact_two .content .dian_ul li:hover .dian_cont,
.list_contact_two .content .dian_ul li.active .dian_cont {
  opacity: 1;
  transform: translateY(0);
}
.list_contact_two .content .dian_ul li .dian_cont {
  width: 27.625rem;
  min-height: 32.0625rem;
  position: absolute;
  top: -16rem;
  left: -33rem;
  border-radius: 1.25rem;
  background: rgba(1, 65, 153, 0.8);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.05);
  padding: 2.8125rem 2.1875rem 2.8125rem 2.5rem;
  transform: translateY(-0.625rem);
  opacity: 0;
}
.list_contact_two .content .dian_ul li .dian_cont .over {
  border-radius: 1.25rem;
}
.list_contact_two .content .dian_ul li .dian_cont .con {
  padding-top: 1.875rem;
}
.list_contact_two .content .dian_ul li .dian_cont .con .tit {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 700;
}
.list_contact_two .content .dian_ul li .dian_cont .con .desc {
  margin-top: 0.625rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_contact_two .content .dian_ul li:nth-child(3) {
  top: 25%;
  right: 82%;
}
.list_contact_two .content .dian_ul li:nth-child(3) .dian svg path {
  fill: #014199 !important;
}
.list_contact_two .content .dian_ul li:nth-child(3) .dian_cont {
  left: 5rem;
  top: -9.375rem;
}
.list_contact_three .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 1.9375rem;
}
.list_contact_three .content .msg-a1 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_contact_three .content .msg-a1 .inpt p span {
  color: #FBD300;
}
.list_contact_three .content .msg-a1 .inpt input,
.list_contact_three .content .msg-a1 .inpt .sect_box {
  padding: 0 1.125rem;
  width: 100%;
  height: 3.6875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(71, 71, 71, 0.4);
}
.list_contact_three .content .msg-a1 .inpt select {
  width: 100%;
  height: 100%;
  border: none;
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_contact_three .content .msg-a2 {
  margin-top: 1.0625rem;
}
.list_contact_three .content .msg-a2 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_contact_three .content .msg-a2 .inpt p span {
  color: #FBD300;
}
.list_contact_three .content .msg-a2 .inpt textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.list_contact_three .content .div_aghgha label {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_three .content .div_aghgha label a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_three .content .div_aghgha label a:hover {
  color: #FBD300;
}
.list_contact_three .content .div_aghgha label span:nth-last-child(1) {
  display: none;
}
.list_about_one {
  padding-bottom: 8.125rem;
  background-size: cover;
}
.list_about_one .content .left {
  padding-right: 2.1875rem;
}
.list_about_one .content .left .img_box .over {
  display: none;
  border-radius: 1.875rem;
}
.list_about_one .content .left .img_box .over.active {
  display: block;
}
.list_about_one .content .left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.list_about_one .content .left ul li {
  padding: 1.75rem 0;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1);
  position: relative;
}
.list_about_one .content .left ul li::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #014199;
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_one .content .left ul li:hover,
.list_about_one .content .left ul li.active {
  color: #014199;
}
.list_about_one .content .left ul li:hover::before,
.list_about_one .content .left ul li.active::before {
  width: 100%;
}
.list_about_one .content .right {
  padding-left: 2.1875rem;
}
.list_about_one .content .right .text_box .text {
  display: none;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_about_one .content .right .text_box .text.active {
  display: block;
}
.list_about_two {
  background: #F7F7F7;
}
.list_about_two .content .accordion-container {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.9375rem;
}
.list_about_two .content .accordion-container .accordion-item {
  list-style: none;
  height: 32.6875rem;
  transition: width 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
.list_about_two .content .accordion-container .accordion-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(1, 65, 153, 0.9) 0%, rgba(1, 65, 153, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.list_about_two .content .accordion-container .accordion-item:not(:hover) {
  width: 12.3125rem;
}
.list_about_two .content .accordion-container .accordion-item:hover,
.list_about_two .content .accordion-container .accordion-item.active {
  width: 47.5rem;
  padding: 3.4375rem 4.375rem;
}
.list_about_two .content .accordion-container .accordion-item:hover::before,
.list_about_two .content .accordion-container .accordion-item.active::before {
  display: none;
}
.list_about_two .content .accordion-container .accordion-item:hover .accordion-title,
.list_about_two .content .accordion-container .accordion-item.active .accordion-title {
  justify-content: end;
}
.list_about_two .content .accordion-container .accordion-item:hover .accordion-title .icon,
.list_about_two .content .accordion-container .accordion-item.active .accordion-title .icon {
  filter: unset;
  margin: unset;
}
.list_about_two .content .accordion-container .accordion-item:hover .accordion-title h3,
.list_about_two .content .accordion-container .accordion-item.active .accordion-title h3 {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.375rem;
  text-align: left;
}
.list_about_two .content .accordion-container .accordion-item:hover .accordion-title p,
.list_about_two .content .accordion-container .accordion-item.active .accordion-title p {
  display: block;
  text-align: left;
}
.list_about_two .content .accordion-container .accordion-item .accordion-title {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_about_two .content .accordion-container .accordion-item .accordion-title .img {
  width: 100%;
}
.list_about_two .content .accordion-container .accordion-item .accordion-title .icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.list_about_two .content .accordion-container .accordion-item .accordion-title h3 {
  width: 100%;
  margin-top: 0.6875rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.375rem;
}
.list_about_two .content .accordion-container .accordion-item .accordion-title p {
  width: 100%;
  color: #474747;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  display: none;
}
.list_about_two .content .swiper_qywh {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.list_about_two .content .swiper_qywh .swiper-pagination {
  justify-content: center;
}
.list_about_two .content .swiper_qywh .accordion-item {
  list-style: none;
  height: 20rem;
  transition: width 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
.list_about_two .content .swiper_qywh .accordion-item .accordion-title {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_about_two .content .swiper_qywh .accordion-item .accordion-title .img {
  width: 100%;
}
.list_about_two .content .swiper_qywh .accordion-item .accordion-title .icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.list_about_two .content .swiper_qywh .accordion-item .accordion-title h3 {
  width: 100%;
  margin-top: 0.6875rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.375rem;
}
.list_about_two .content .swiper_qywh .accordion-item .accordion-title p {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_about_three {
  background-size: cover;
  padding-top: 7.875rem;
  padding-bottom: 2.5rem;
}
.list_about_three .content {
  position: relative;
}
.list_about_three .content .swiper-button-prev,
.list_about_three .content .swiper-button-next {
  border: 1px solid #FFF;
  background-color: unset;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  top: 30%;
}
.list_about_three .content .swiper-button-prev i,
.list_about_three .content .swiper-button-next i {
  font-size: 1rem;
  color: #fff;
}
.list_about_three .content .swiper_histroy {
  position: relative;
  overflow: hidden;
}
.list_about_three .content .swiper_histroy .swiper-slide {
  padding-left: 0.625rem;
}
.list_about_three .content .swiper_histroy .swiper-slide.swiper-slide-active {
  margin-top: 20rem;
}
.list_about_three .content .swiper_histroy .swiper-slide.swiper-slide-active + .swiper-slide {
  margin-top: 9rem;
}
.list_about_three .content .swiper_histroy .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  margin-top: 1.875rem;
}
.list_about_three .content .swiper_histroy .swiper-slide .his_box {
  height: 16.25rem;
  border-left: 1px dashed #FFF;
  padding-left: 2.125rem;
  position: relative;
}
.list_about_three .content .swiper_histroy .swiper-slide .his_box h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 3.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.list_about_three .content .swiper_histroy .swiper-slide .his_box h3 span {
  color: #FFF;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
}
.list_about_three .content .swiper_histroy .swiper-slide .his_box .con {
  color: #FFF;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_about_three .content .swiper_histroy .swiper-slide .his_box::before {
  content: '';
  display: block;
  width: 2px;
  height: 2.7813rem;
  background-color: #fff;
  position: absolute;
  left: -0.5008px;
  top: 0;
}
.list_about_three .content .swiper_histroy .swiper-slide .his_box::after {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -0.4375rem;
}
.list_about_four {
  position: relative;
}
.list_about_four .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.list_about_four .content .desc ul li {
  padding-left: 3.125rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 4.375rem;
  position: relative;
}
.list_about_four .content .desc ul li::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/Frame.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1.25rem;
}
.list_about_six {
  padding-top: 7.375rem;
  padding-bottom: 2.75rem;
}
.list_about_six .swiper_coop {
  position: relative;
  overflow: hidden;
  margin: -0.9375rem;
  padding-bottom: 2.5rem;
}
.list_about_six .swiper_coop .swiper-slide {
  padding: 0.9375rem;
}
.list_about_six .swiper_coop .swiper-slide .img_box {
  border: 1px solid #DDD;
  background: #FFF;
}
.list_about_six .swiper_coop .swiper-pagination {
  justify-content: center;
}
#ryzz {
  display: none;
  width: 80%;
  padding: 0;
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1.9375rem 0px rgba(0, 0, 0, 0.05);
}
#ryzz .carousel__button.is-close {
  top: 2.5rem;
  right: 2.5rem;
  color: #000;
}
#ryzz .ryzz-cont1 {
  position: relative;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  overflow: hidden;
}
#ryzz .ryzz-cont1 u {
  display: block;
  font-size: 0;
}
#ryzz .ryzz-cont1 u img {
  width: 100%;
}
#ryzz .ryzz-cont1 .cont-p {
  position: absolute;
  left: 3.125rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
  top: 50%;
}
#ryzz .ryzz-cont1 .cont-p .desc {
  color: #777;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
#ryzz .ryzz-cont1 .cont-p .desc ul li {
  padding-left: 3.125rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
}
#ryzz .ryzz-cont1 .cont-p .desc ul li::before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../img/Frame.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.875rem;
}
#ryzz .ryzz-cont2 {
  padding: 4.5rem 4.5625rem 6.625rem 3.4375rem;
}
#ryzz .ryzz-cont2 .asx-asxrt1 {
  border-radius: 5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ryzz .ryzz-cont2 .asx-asxrt1 li {
  margin: 0 0.625rem;
}
#ryzz .ryzz-cont2 .tabxa {
  display: none;
}
#ryzz .ryzz-cont2 .tabxa.active {
  display: block;
}
#ryzz .ryzz-cont2 .ryzz_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.1875rem 2.1875rem;
}
#ryzz .ryzz-cont2 .ryzz_list1 li {
  position: relative;
}
#ryzz .ryzz-cont2 .ryzz_list1 li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/kuang.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ryzz .ryzz-cont2 .ryzz_list1 li .img {
  padding: 1.25rem;
  position: relative;
  z-index: 2;
}
.list_tech_one {
  padding-bottom: 9.5rem;
  background: #F7F7F7;
}
.list_tech_one .row {
  align-items: center;
}
.list_tech_one .right {
  padding-left: 1.875rem;
}
.list_tech_one .right .over {
  border-radius: 1.875rem;
}
.list_tech_one .left {
  padding-right: 2.5rem;
}
.list_tech_one .left .desc {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_tech_one .left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list_tech_one .left ul li {
  display: flex;
  align-items: center;
}
.list_tech_one .left ul li .icon {
  width: 4.5rem;
  height: 4.5rem;
}
.list_tech_one .left ul li .text {
  padding-left: 2rem;
}
.list_tech_one .left ul li .text h3 span {
  color: #014199;
  font-family: Inter;
  font-size: 3.4052rem;
  font-weight: 700;
  line-height: 1;
}
.list_tech_one .left ul li .text h3 sub {
  color: #014199;
  font-family: Inter;
  font-size: 1.7026rem;
  font-weight: 700;
  line-height: 1;
}
.list_tech_one .left ul li .text p {
  color: #777;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.list_tech_two {
  padding-top: 6.625rem;
  padding-bottom: 3.25rem;
}
.list_tech_two .swiper_sbimg {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 4.375rem;
}
.list_tech_two .swiper_sbimg .swiper-slide {
  padding: 0 1.25rem;
}
.list_tech_two .swiper_sbimg .swiper-slide .sb_img .over {
  border-radius: 1.25rem;
}
.list_tech_two .swiper_sbimg .swiper-slide .sb_img .tt {
  padding-top: 2.0625rem;
  color: #777;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.list_tech_two .swiper_sbimg .swiper-pagination {
  justify-content: center;
}
.list_tech_three {
  padding-bottom: 6.5rem;
}
.list_tech_three .left {
  padding-right: 1.875rem;
}
.list_tech_three .left .swiper_jstd {
  position: relative;
  overflow: hidden;
}
.list_tech_three .left .swiper_jstd .over {
  border-radius: 1.25rem;
}
.list_tech_three .right {
  padding-left: 1.875rem;
}
.list_tech_three .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_tech_three .right ul li.active,
.list_tech_three .right ul li:hover {
  border-bottom: unset;
}
.list_tech_three .right ul li.active .title,
.list_tech_three .right ul li:hover .title {
  padding: 0.25rem 0 1.8125rem;
  border-bottom: 1px solid #014199;
}
.list_tech_three .right ul li.active .title i,
.list_tech_three .right ul li:hover .title i {
  transform: rotate(180deg);
}
.list_tech_three .right ul li.active .cont,
.list_tech_three .right ul li:hover .cont {
  padding-top: 1rem;
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  height: 6.875rem;
}
.list_tech_three .right ul li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.3125rem 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_tech_three .right ul li .title .tt {
  color: #666;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_tech_three .right ul li .title i {
  font-size: 1rem;
}
.list_tech_three .right ul li .cont {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_tech_four {
  position: relative;
}
.list_tech_four .content {
  position: absolute;
  top: 10.8125rem;
  left: 0;
  width: 100%;
}
.list_tech_four .content .desc {
  color: #777;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_service_one {
  padding-bottom: 7.25rem;
  background: #F7F7F7;
}
.list_service_one .content {
  margin-top: 6.125rem;
  position: relative;
}
.list_service_one .content .img {
  width: 50%;
  margin: 0 auto;
}
.list_service_one .content ul li {
  display: flex;
  align-items: center;
  position: absolute;
}
.list_service_one .content ul li .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service_one .content ul li .icon img {
  width: 60%;
}
.list_service_one .content ul li .tt {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
}
.list_service_one .content ul li:nth-child(1) {
  top: 5%;
  left: 17%;
}
.list_service_one .content ul li:nth-child(1) .tt {
  order: 1;
  padding-right: 1.0625rem;
}
.list_service_one .content ul li:nth-child(1) .icon {
  order: 2;
}
.list_service_one .content ul li:nth-child(2) {
  bottom: 5%;
  left: 17%;
}
.list_service_one .content ul li:nth-child(2) .tt {
  order: 1;
  padding-right: 1.0625rem;
}
.list_service_one .content ul li:nth-child(2) .icon {
  order: 2;
}
.list_service_one .content ul li:nth-child(3) {
  top: 5%;
  right: 17%;
}
.list_service_one .content ul li:nth-child(3) .tt {
  padding-left: 1.0625rem;
}
.list_service_one .content ul li:nth-child(4) {
  bottom: 5%;
  right: 17%;
}
.list_service_one .content ul li:nth-child(4) .tt {
  padding-left: 1.0625rem;
}
.list_service_two {
  padding-top: 8.125rem;
  padding-bottom: 5rem;
}
.list_service_two .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_service_two .content ul li {
  flex: 1;
  position: relative;
}
.list_service_two .content ul li::before {
  content: '';
  display: block;
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  background-color: #014199;
  position: absolute;
  top: -0.6875rem;
  left: -0.625rem;
  z-index: -1;
}
.list_service_two .content ul li .li_box {
  position: relative;
  z-index: 89;
  border-radius: 3.3438rem;
  border: 1px solid #DCDCDC;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.3125rem);
  padding: 1.125rem 4.3125rem 1.25rem 1.5rem;
}
.list_service_two .content ul li .icon {
  width: 2rem;
}
.list_service_two .content ul li .tt {
  color: #484848;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.list_service_two .content ul li.img {
  flex: unset;
  border: none;
  padding: 0 2rem;
}
.list_service_two .content ul li.img img {
  width: 1.125rem;
}
.list_service_two .content ul li.img:nth-last-child(1) {
  display: none;
}
.list_service_two .content ul li.img::before {
  display: none;
}
.list_service_two .content .jiantou {
  width: 9.375rem;
  margin: 2.1875rem auto 1.25rem;
}
.list_service_two .content .img {
  border-radius: 1.25rem;
  position: relative;
}
.list_service_two .content .img .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_service_two .content .img .text h3 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.list_service_two .content .img .text p {
  margin-top: 0.3125rem;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.list_service_three .top .le {
  padding-right: 3.125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.list_service_three .top .le ul {
  display: grid;
  gap: 2.25rem;
}
.list_service_three .top .le ul li {
  display: flex;
  align-items: center;
}
.list_service_three .top .le ul li .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FBD300;
}
.list_service_three .top .le ul li .icon img {
  width: 50%;
}
.list_service_three .top .le ul li .tt {
  padding-left: 1.375rem;
}
.list_service_three .top .le ul li .tt h3 {
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 400;
}
.list_service_three .top .le ul li .tt p {
  margin-top: 0.75rem;
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
}
.list_service_three .top .le ul li .tt p a,
.list_service_three .top .le ul li .tt p span {
  color: #014199;
}
.list_service_three .top .ri {
  padding-left: 2.8125rem;
  flex: 1;
}
.list_service_three .top .ri ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}
.list_service_three .top .ri ul li .img {
  border-radius: 0.625rem;
  border: 1px solid #F4F4F4;
  background: #FFF;
  padding: 0.75rem;
  width: 9.25rem;
  margin: 0 auto;
}
.list_service_three .top .ri ul li .tt {
  margin-top: 0.625rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.list_service_three .top .ri ul li .tt.tag {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 3.75rem;
  background: #FBD300;
  padding: 0.4375rem 1.25rem;
}
.list_service_three .top .ri ul li .tt.tag img {
  width: 1.5rem;
}
.list_service_three .middle {
  margin-top: 6.8125rem;
}
.list_service_three .middle ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 1.25rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  padding: 4.375rem 0 5.5rem;
}
.list_service_three .middle ul li h3 {
  color: #014199;
  text-align: justify;
  font-family: Inter;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.list_service_three .middle ul li p {
  margin-top: 1.25rem;
  color: #484848;
  text-align: justify;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #E3E3E3;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.list_service_three .bottom ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_service_three .bottom ul li {
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 4.625rem 1.25rem 4.8125rem;
}
.list_service_three .bottom ul li .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.list_service_three .bottom ul li .text h3 {
  margin-top: 1.5rem;
  color: #484848;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  font-weight: 700;
}
.list_service_three .bottom ul li .text p {
  margin-top: 1.0625rem;
  color: #737373;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
}
.list_service_four {
  padding-bottom: 7.0625rem;
}
.list_service_four .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 1.9375rem;
}
.list_service_four .content .msg-a1 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_service_four .content .msg-a1 .inpt p span {
  color: #FBD300;
}
.list_service_four .content .msg-a1 .inpt input,
.list_service_four .content .msg-a1 .inpt .sect_box {
  padding: 0 1.125rem;
  width: 100%;
  height: 3.6875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(71, 71, 71, 0.4);
}
.list_service_four .content .msg-a1 .inpt select {
  width: 100%;
  height: 100%;
  border: none;
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_service_four .content .msg-a2 {
  margin-top: 1.0625rem;
}
.list_service_four .content .msg-a2 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_service_four .content .msg-a2 .inpt p span {
  color: #FBD300;
}
.list_service_four .content .msg-a2 .inpt textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.list_download {
  background-color: unset;
}
.list_download .top_select {
  width: 65%;
  margin: 0 auto;
  border-radius: 3.75rem;
  border: 1px solid rgba(71, 71, 71, 0.4);
  background: #FFF;
}
.list_download .top_select .select_le {
  width: 31%;
  height: 3.6875rem;
  padding: 0 1.0625rem;
  position: relative;
  border-right: 1px solid rgba(71, 71, 71, 0.4);
  padding-left: 1.875rem;
}
.list_download .top_select .select_le::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/selecticon.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.list_download .top_select .select_le p {
  flex: 1;
  width: 100%;
  line-height: 3.6875rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #717171;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
}
.list_download .top_select .select_le .dropdown {
  min-width: 23.5625rem;
  position: absolute;
  left: 0;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0 0 3.75rem 0 rgba(0, 0, 0, 0.05);
  padding: 1.25rem 0 1.875rem;
  display: none;
  z-index: 99;
}
.list_download .top_select .select_le .dropdown .flex {
  align-items: start;
}
.list_download .top_select .select_le .dropdown .left {
  width: 55%;
  border-right: 1px solid rgba(71, 71, 71, 0.1);
}
.list_download .top_select .select_le .dropdown .left ul li {
  padding-left: 2.4375rem;
}
.list_download .top_select .select_le .dropdown .left ul li a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_download .top_select .select_le .dropdown .left ul li.active a,
.list_download .top_select .select_le .dropdown .left ul li:hover a {
  cursor: pointer;
  color: #014199;
}
.list_download .top_select .select_le .dropdown .right {
  width: 45%;
  padding-left: 2.8125rem;
  position: relative;
}
.list_download .top_select .select_le .dropdown .right ul.one {
  display: none;
}
.list_download .top_select .select_le .dropdown .right ul.one.active {
  display: block;
}
.list_download .top_select .select_le .dropdown .right ul.one > li {
  padding-right: 2.4375rem;
}
.list_download .top_select .select_le .dropdown .right ul.one > li a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_download .top_select .select_le .dropdown .right ul.one > li.active a,
.list_download .top_select .select_le .dropdown .right ul.one > li:hover a {
  cursor: pointer;
  color: #014199;
}
.list_download .top_select .select_le .dropdown .right ul.one > li.active ul.two,
.list_download .top_select .select_le .dropdown .right ul.one > li:hover ul.two {
  display: block;
}
.list_download .top_select .select_le .dropdown .right ul.one > li ul.two {
  min-width: 9.375rem;
  display: none;
  position: absolute;
  top: -1.25rem;
  left: 100%;
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 1.25rem;
}
.list_download .top_select .select_le .dropdown .right ul.one > li ul.two > li a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_download .top_select .select_le .dropdown .right ul.one > li ul.two > li.active a,
.list_download .top_select .select_le .dropdown .right ul.one > li ul.two > li:hover a {
  cursor: pointer;
  color: #014199;
}
.list_download .top_select .select_ri {
  flex: 1;
  position: relative;
  padding-right: 1.875rem;
}
.list_download .top_select .select_ri input {
  width: 100%;
  height: 3.6875rem;
  background-color: #fff;
  padding-left: 2.1875rem;
}
.list_download .top_select .select_ri button {
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: unset;
}
.list_download .top_select .select_ri button i {
  font-size: 1.25rem;
  color: #3C3D3D;
}
.list_download .content .fangan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3125rem 2.5625rem;
}
.list_download .content .fangan_box {
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 4.375rem 4.25rem 5.125rem 3.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .content .fangan_box .flex {
  flex-wrap: nowrap;
}
.list_download .content .fangan_box .left {
  flex: 1;
}
.list_download .content .fangan_box .left .tit h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 400;
}
.list_download .content .fangan_box .left .tit p {
  margin-top: 0.6875rem;
  color: #7C7C7C;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_download .content .fangan_box .right .img {
  width: 5rem;
}
.list_download .content .fangan_box:hover {
  background: #014199;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
.list_download .content .fangan_box:hover .left .tit h3,
.list_download .content .fangan_box:hover .left .tit p {
  color: #fff;
}
.list_download .content .fangan_box:hover .right .img {
  filter: brightness(0) invert(1);
}
.list_faq .top_form {
  width: 50%;
  height: 3.6875rem;
  margin: 0 auto;
  border-radius: 3.75rem;
  border: 1px solid rgba(71, 71, 71, 0.4);
  background: #FFF;
  padding: 0 2.0625rem 0 2.3125rem;
}
.list_faq .top_form .conx input {
  flex: 1;
  height: 3.5625rem;
  background-color: unset !important;
}
.list_faq .top_form .conx button {
  border: none;
  background-color: unset;
}
.list_faq .top_form .conx button i {
  font-size: 1.25rem;
  color: #3C3D3D;
}
.list_faq .faq_box {
  display: grid;
  gap: 1.875rem;
}
.list_faq .faq_box .faq_item {
  border-radius: 1.25rem;
  border: 1px solid #EAEAEA;
  padding: 3.4375rem 3.4375rem 4.125rem;
  cursor: pointer;
}
.list_faq .faq_box .faq_item .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_faq .faq_box .faq_item .tit span {
  color: #474747;
  -webkit-text-stroke-width: 0.1008px;
  -webkit-text-stroke-color: #EAEAEA;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_faq .faq_box .faq_item .tit i {
  font-size: 1rem;
  color: #333;
}
.list_faq .faq_box .faq_item .cont {
  height: 0;
  opacity: 0;
  color: rgba(71, 71, 71, 0.7);
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_faq .faq_box .faq_item.active .tit span {
  color: #014199;
}
.list_faq .faq_box .faq_item.active .cont {
  padding-top: 1.4375rem;
  height: auto;
  opacity: 1;
}
.list_customize {
  background: #F7F7F7;
}
.list_customize .content {
  width: 68.75rem;
  border-radius: 1.25rem;
  background: #FFF;
  margin: 0 auto;
}
.list_customize .content .cont {
  padding: 0 5.5625rem;
}
.list_customize .content .cont .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1.875rem;
}
.list_customize .content .cont .msg-a1 .inpt {
  position: relative;
}
.list_customize .content .cont .msg-a1 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_customize .content .cont .msg-a1 .inpt p span {
  color: #FBD300;
}
.list_customize .content .cont .msg-a1 .inpt input,
.list_customize .content .cont .msg-a1 .inpt .inpt {
  width: 100%;
  height: 3.6875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0 1.25rem;
}
.list_customize .content .cont .msg-a1 .inpt input select,
.list_customize .content .cont .msg-a1 .inpt .inpt select {
  width: 100%;
  height: 100%;
  border: none;
  background-color: unset;
}
.list_customize .content .cont .msg-a1 .inpt .modal_inp_a {
  margin-left: 1rem;
  width: auto;
  height: 3.4375rem;
  color: #014199;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: none;
}
.list_customize .content .cont .msg-a2 {
  margin-top: 1.0625rem;
}
.list_customize .content .cont .msg-a2 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_customize .content .cont .msg-a2 .inpt p span {
  color: #FBD300;
}
.list_customize .content .cont .msg-a2 .inpt textarea {
  padding: 1.25rem;
  width: 100%;
  height: 9.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_customize .content .cont label {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.list_customize .content .cont label a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.list_customize .content .cont label a:hover {
  color: #FBD300;
}
.list_customize .content .cont label span:nth-last-child(1) {
  display: none;
}
.pro_channel .channel_product {
  padding-bottom: 7.1875rem;
}
.pro_channel .channel_product:nth-child(even) {
  background: #F7F7F7;
}
.pro_channel .channel_product:nth-child(even) .cont .pro_box .pro_item .over {
  background-color: #fff;
}
.pro_channel .channel_product .nav_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pro_channel .channel_product .nav_box .nav_item {
  margin: 0 0.9375rem;
}
.pro_channel .channel_product .nav_box .nav_item ul {
  margin-top: 1rem;
  width: 100%;
  position: absolute;
  align-items: center;
  display: none;
}
.pro_channel .channel_product .nav_box .nav_item ul li {
  padding: 0 0.625rem;
}
.pro_channel .channel_product .nav_box .nav_item ul li a {
  min-width: 9rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  border: 1px solid #014199;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.pro_channel .channel_product .nav_box .nav_item ul li:hover a {
  background-color: #FBD300;
  border-color: #FBD300;
}
.pro_channel .channel_product .nav_box .nav_item > a {
  min-width: 11.375rem;
  height: 3.6875rem;
  line-height: 3.6875rem;
  border-radius: 3.75rem;
  border: 1px solid #014199;
  padding: 0 1rem;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pro_channel .channel_product .nav_box .nav_item:hover > a,
.pro_channel .channel_product .nav_box .nav_item.active > a {
  background-color: #FBD300;
  border-color: #FBD300;
}
.pro_channel .channel_product .nav_box .nav_item:hover ul,
.pro_channel .channel_product .nav_box .nav_item.active ul {
  display: flex;
}
.pro_channel .channel_product .cont .pro_box {
  display: none;
 
}

.pro_channel .channel_product .cont .pro_box .pro_boxflex{
    display: grid;
     grid-template-columns: repeat(4, 1fr);
  gap: 2.25rem 2.5625rem;
}
.pro_channel .channel_product .cont .pro_box.active {
  display: block;
}
.pro_channel .channel_product .cont .pro_box .pro_item .over {
  height: 16rem;
  border-radius: 1.875rem;
  background: #F7F7F7;
  padding: 2rem 0.625rem;
  text-align: center;
}
.pro_channel .channel_product .cont .pro_box .pro_item .over img {
  width: auto;
  height: 100%;
}
.pro_channel .channel_product .cont .pro_box .pro_item .text {
  padding-top: 1.4375rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.left_menu {
  width: 12.8125rem;
  position: fixed;
  top: 6.25rem;
  left: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 0, 0, 0.06);
  z-index: 99;
}
.left_menu .tit {
  border-radius: 0.625rem 0.625rem 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FBD300;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.05);
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0.875rem 0;
}
.left_menu .tit i {
  color: #474747;
  margin-right: 0.5625rem;
  font-size: 1.125rem;
}
.left_menu ul.one {
  padding-left: 1rem;
  padding-right: 1rem;
}
.left_menu ul.one > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.left_menu ul.one > li:hover a,
.left_menu ul.one > li.active a {
  color: #FBD300;
}
.left_menu ul.one > li > a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  /* 214.286% */
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-flex;
}
.left_menu ul.one > li .two > li > a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: relative;
  padding-left: 0.625rem;
  /* 171.429% */
}
.left_menu ul.one > li .two > li > a i {
  font-size: 0.5rem;
  color: #014199;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.left_menu ul.one > li .two > li:hover > a,
.left_menu ul.one > li .two > li.active > a {
  color: #FBD300;
}
.left_menu ul.one > li .two > li:hover .three,
.left_menu ul.one > li .two > li.active .three {
  display: block;
}
.left_menu ul.one > li .two > li .three {
  display: none;
}
.left_menu ul.one > li .two > li .three li {
  padding-left: 1.25rem;
  position: relative;
}
.left_menu ul.one > li .two > li .three li a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.left_menu ul.one > li .two > li .three li:hover a {
  color: #FBD300;
}
.left_menu ul.one > li .two > li .three li::before {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: rgba(1, 65, 153, 0.9);
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
}
.left_menu ul.one > li:not(:nth-last-child(1)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pro_bottom {
  background: #014199;
  padding: 9.4375rem 0;
}
.pro_bottom h3 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 3.375rem;
}
.show_pro_one {
  padding-top: 12.5rem;
  background-size: cover;
}
.show_pro_one .left {
  padding-right: 4.375rem;
}
.show_pro_one .left .tit h3 {
  color: #014199;
  font-family: Inter;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.show_pro_one .left .tit p {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 4rem;
  font-weight: 700;
}
.show_pro_one .left .desc {
  margin-top: 1.75rem;
  color: #7C7C7C;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_pro_one .right {
  padding-left: 7.5rem;
}
.show_pro_one .right .swiper_moreimg {
  overflow: hidden;
  position: relative;
}
.show_pro_one .right .swiper_moreimg .swiper-pagination {
  justify-content: center;
}
.show_pro_two {
  color: #7C7C7C;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_pro_three .swiper_protx {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.75rem;
}
.show_pro_three .swiper_protx .swiper-pagination {
  justify-content: center;
}
.show_pro_three .swiper_protx .tx_box .icon {
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
}
.show_pro_three .swiper_protx .tx_box .text {
  margin-top: 1.5625rem;
}
.show_pro_three .swiper_protx .tx_box .text h3 {
  color: #474747;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_pro_three .swiper_protx .tx_box .text p {
  width: 9em;
  margin-top: 0.375rem;
  color: #7C7C7C;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 0 auto;
  /* 166.667% */
}
.show_pro_four {
  color: #7C7C7C;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_pro_five .table_box {
  width: 100%;
  overflow-x: auto;
}
.show_pro_five .table_box table {
  width: 100%;
}
.show_pro_five .table_box table thead tr td {
  border: 1px solid #D9D9D9;
  background: #014199;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.125rem !important;
}
.show_pro_five .table_box table tr td {
  color: #474747;
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.9375rem !important;
}
.show_pro_six .table_box {
  width: 45%;
  margin: 0 auto;
  overflow-x: auto;
}
.show_pro_six .table_box table {
  width: 100%;
}
.show_pro_six .table_box table tr td {
  padding: 0.9375rem !important;
  border: none;
  border-bottom: 1px solid #D9D9D9;
}
.show_pro_six .table_box table tr td:nth-child(1) {
  color: #474747;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  border-right: 1px solid #CACACA;
}
.show_pro_six .table_box table tr td:nth-child(2) {
  padding-left: 8.625rem !important;
}
.show_pro_six .table_box table tr:nth-child(even) {
  background: #F7F7F7;
}
.show_pro_eight .grid_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.show_pro_eight .grid_box .grid_item {
  width: 33.3%;
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 4.375rem 4.25rem 5.125rem 3.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_eight .grid_box .grid_item .flex {
  flex-wrap: nowrap;
}
.show_pro_eight .grid_box .grid_item .left {
  flex: 1;
}
.show_pro_eight .grid_box .grid_item .left .tit h3 {
  color: #333;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 400;
}
.show_pro_eight .grid_box .grid_item .left .tit p {
  margin-top: 0.6875rem;
  color: #7C7C7C;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_pro_eight .grid_box .grid_item .right .img {
  width: 5rem;
}
.show_pro_eight .grid_box .grid_item:hover {
  background: #014199;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
.show_pro_eight .grid_box .grid_item:hover .left .tit h3,
.show_pro_eight .grid_box .grid_item:hover .left .tit p {
  color: #fff;
}
.show_pro_eight .grid_box .grid_item:hover .right .img {
  filter: brightness(0) invert(1);
}
.show_pro_nine {
  padding-bottom: 8.0625rem;
}
.show_pro_nine .cont .con_box {
  height: 41.4375rem;
  border-radius: 3.5625rem;
  background: #F7F7F7;
}
.list_fangan {
  padding-top: 4.5625rem;
  padding-bottom: 5.625rem;
}
.list_fangan .fangan_box .fangan_item:not(:nth-last-child(1)) {
  margin-bottom: 5.625rem;
}
.list_fangan .fangan_box .fangan_item:nth-child(even) .row .left {
  order: 2;
}
.list_fangan .fangan_box .fangan_item .row {
  align-items: center;
}
.list_fangan .fangan_box .fangan_item .left {
  padding-right: 2.5rem;
}
.list_fangan .fangan_box .fangan_item .left .over {
  border-radius: 1.875rem;
}
.list_fangan .fangan_box .fangan_item .right {
  display: table;
}
.list_fangan .fangan_box .fangan_item .right .txt {
  display: table-cell;
  vertical-align: middle;
}
.list_fangan .fangan_box .fangan_item .right .txt h3 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}
.list_fangan .fangan_box .fangan_item .right .txt p {
  margin-top: 1.25rem;
  color: #676767;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.list_appli_one {
  padding-bottom: 9.875rem;
}
.list_appli_one .cont {
  color: #7C7C7C;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_appli_one .cont .swiper_appliimg {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
}
.list_appli_one .cont .swiper_appliimg .over {
  border-radius: 3.5625rem;
}
.list_appli_one .cont .swiper_appliimg .swiper-pagination {
  justify-content: center;
}
.list_appli_one .cont p {
  color: #7C7C7C;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-align: center;
}
.list_appli_one .cont strong {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_appli_two {
  padding-top: 6.5rem;
  overflow: hidden;
}
.list_appli_two .swiper_tjpro {
  position: relative;
  overflow: hidden;
  margin: 0 -2.8125rem;
  padding-bottom: 4.375rem;
}
.list_appli_two .swiper_tjpro .swiper-pagination {
  justify-content: center;
}
.list_appli_two .swiper_tjpro .swiper-slide {
  padding: 0 2.8125rem;
  position: relative;
}
.list_appli_two .swiper_tjpro .swiper-slide:hover .over {
  background: #F7F7F7;
}
.list_appli_two .swiper_tjpro .swiper-slide:hover .more {
  opacity: 1;
}
.list_appli_two .swiper_tjpro .swiper-slide .more {
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  background-color: #FBD300;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 18rem;
  right: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
}
.list_appli_two .swiper_tjpro .swiper-slide .more i {
  font-size: 2.5rem;
  color: #333333;
  font-weight: 400;
}
.list_appli_two .swiper_tjpro .swiper-slide .over {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.list_appli_two .swiper_tjpro .swiper-slide .over img {
  width: auto;
  height: 15.625rem;
}
.list_appli_two .swiper_tjpro .swiper-slide .text {
  padding-top: 2.1875rem;
}
.list_appli_two .swiper_tjpro .swiper-slide .text h3 {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.list_appli_two .swiper_tjpro .swiper-slide .text p {
  margin-top: 0.6875rem;
  color: #7C7C7C;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_appli_three {
  padding-bottom: 9rem;
}
.list_appli_three .cont {
  border-radius: 3.5625rem;
  background: #FFF;
  overflow: hidden;
}
.list_appli_four {
  padding-top: 6.5rem;
}
.tcmgs-a {
  display: none;
  width: 68.75rem;
  border-radius: 1.25rem;
  background: #FFF;
  padding: 4.0625rem 5.5625rem 3.125rem;
}
.tcmgs-a .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1.875rem;
}
.tcmgs-a .msg-a1 .inpt {
  position: relative;
}
.tcmgs-a .msg-a1 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.tcmgs-a .msg-a1 .inpt p span {
  color: #FBD300;
}
.tcmgs-a .msg-a1 .inpt input {
  width: 100%;
  height: 3.6875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0 1.25rem;
}
.tcmgs-a .msg-a1 .inpt .modal_inp_a {
  margin-left: 1rem;
  width: auto;
  height: 3.4375rem;
  color: #014199;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: none;
}
.tcmgs-a .msg-a2 {
  margin-top: 1.0625rem;
}
.tcmgs-a .msg-a2 .inpt p {
  color: #474747;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.tcmgs-a .msg-a2 .inpt p span {
  color: #FBD300;
}
.tcmgs-a .msg-a2 .inpt textarea {
  padding: 1.25rem;
  width: 100%;
  height: 9.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.tcmgs-a label {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.tcmgs-a label a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.tcmgs-a label a:hover {
  color: #FBD300;
}
.tcmgs-a label span:nth-last-child(1) {
  display: none;
}
.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
  width: 3.75rem;
  background: #fff;
  border: 0.5px solid #DAD9D9;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}
.zd_erha .aat_list li + li:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #DEDDDD;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hidden {
  display: none;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  height: 3.75rem;
  position: relative;
  background: white;
  margin: 0 auto;
  -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);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.zd_erha .aat_list li > a i {
  display: block;
  border-radius: 50%;
}
.zd_erha .aat_list li > a i svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
}
.zd_erha .aat_list li > a p {
  color: #5E5E5E;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
}
.zd_erha .aat_list li > a:hover i svg path {
  stroke: #014199;
}
.zd_erha .aat_list li > a:hover p {
  color: #014199;
}
.zd_erha .aat_list li > a svg {
  width: 1.75rem;
  height: 1.75rem;
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.5em 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: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 9.375rem;
  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);
}
footer {
  background: #F7F7F7;
}
footer .foot_top .foot_one {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .foot_one > li .tit {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
}
footer .foot_top .foot_one > li .two_ul.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  position: relative;
  gap: 0 3.5rem;
}
footer .foot_top .foot_one > li .two_ul .two_li .tt {
  margin-top: 0.4375rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.875rem;
}
footer .foot_top .foot_one > li .two_ul .two_li .three_ul .three_li {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
footer .foot_top .foot_one > li .two_ul .two_li .three_ul .three_li a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
footer .foot_top .foot_one > li .two_ul .two_li .three_ul .three_li a i {
  font-size: 0.4375rem;
  color: #014199;
  vertical-align: middle;
  font-weight: 600;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item {
  margin: 0 0.4375rem;
  position: relative;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item:hover .img {
  display: block;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img {
  display: none;
  position: absolute;
  bottom: 2.75rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.625rem;
  background: #FFF;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img.img2 {
  padding: 0.8125rem 1.0625rem 0.5625rem;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img.img2 .flex {
  flex-wrap: nowrap;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img.img2 .flex .le,
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img.img2 .flex .ri {
  padding: 0 0.5rem;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img.img2 .flex .ii {
  border-radius: 0.625rem;
  border: 1px solid #F4F4F4;
  background: #FFF;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img .ii {
  width: 7.25rem;
  height: 7.25rem;
  padding: 0.375rem;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .img p {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
  white-space: nowrap;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .i i {
  font-size: 1.375rem;
  color: #808080;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .i:hover {
  cursor: pointer;
  background-color: #FBD300;
}
footer .foot_top .foot_one > li .two_ul .two_li .share_box .share_item .i:hover i {
  color: #fff;
}
footer .copyright {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.125rem;
  padding: 1.6875rem 0;
}
footer .copyright a {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.125rem;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
.list_one .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem 1.625rem;
}
.list_one .grid_box .grid_item {
  border-radius: 1.875rem;
  background: #F7F7F7;
  display: flex;
  padding: 3.9375rem 3.125rem 3.9375rem 1.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_one .grid_box .grid_item:hover {
  background-color: #FBD300;
}
.list_one .grid_box .grid_item:hover .icon {
  filter: brightness(0) invert(0);
}
.list_one .grid_box .grid_item .icon {
  width: 7.125rem;
  height: 7.125rem;
}
.list_one .grid_box .grid_item .text {
  padding-left: 2.9375rem;
  flex: 1;
}
.list_one .grid_box .grid_item .text h3 {
  color: #454545;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_one .grid_box .grid_item .text p {
  margin-top: 0.9375rem;
  color: rgba(69, 69, 69, 0.7);
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}
.index_two {
  position: relative;
}
.index_two .desc {
  margin-top: 0.5625rem;
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}
.index_two .cont .bgimg img {
  display: none;
}
.index_two .cont .bgimg img.active {
  display: block;
}
.index_two .cont .appli_box {
  width: 100%;
  position: absolute;
  bottom: 6.625rem;
}
.index_two .cont .appli_cont .swiper_applicont {
  position: relative;
  overflow: hidden;
}
.index_two .cont .appli_cont .appli_item {
  width: 45%;
}
.index_two .cont .appli_cont .appli_item.active {
  display: block;
}
.index_two .cont .appli_cont .appli_item h3 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 2.75rem;
  font-weight: 700;
}
.index_two .cont .appli_cont .appli_item p {
  margin-top: 1.125rem;
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}
.index_two .cont .swiper_box .swiper_indexappli {
  position: relative;
  overflow: hidden;
  margin: 0 -0.3125rem;
}
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide {
  padding: 0 0.3125rem;
}
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide:hover,
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide.swiper-slide-thumb-active {
  cursor: pointer;
}
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide:hover .indexappli_box,
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide.swiper-slide-thumb-active .indexappli_box {
  background-color: #FBD300;
}
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide .indexappli_box {
  border-radius: 1.25rem;
  background: rgba(247, 247, 247, 0.9);
  padding: 1.4375rem 1.25rem 2.0625rem;
}
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide .indexappli_box .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
}
.index_two .cont .swiper_box .swiper_indexappli .swiper-slide .indexappli_box .text {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.cont44 {
  position: relative;
  width: 100%;
  height: 200vh;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cont44 {
    height: 300vh;
  }
}
.cont44 .title1 .tit {
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .cont44 .title1 .tit {
    font-size: 1.85rem;
  }
}
.cont44 .index-about0 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 0;
  background-size: cover;
}
.cont44 .index-about0 .zcn2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  justify-content: center;
}
.cont44 .index-about0 .zcn2 img {
  margin-right: 0.1rem;
}
.cont44 .index-about0 .texbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cont44 .index-about0 .texbox .container {
  position: relative;
  height: 100vh;
}
.cont44 .index-about0 .texbox .container .tcn1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
@media (max-width: 991px) {
  .cont44 .index-about0 .texbox .container .tcn1 {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .cont44 .index-about0 .texbox .container .tcn1 {
    top: 42%;
    left: 5%;
  }
}
.cont44 .index-about0 .texbox .container .tcn1 span.as1 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 3.375rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont44 .index-about0 .texbox .container .tcn1 span.as1 {
    font-size: 1.85rem;
  }
}
.cont44 .index-about0 .texbox .container .tcn1 span.en {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont44 .index-about0 .texbox .container .tcn1 span.en {
    font-size: 1.85rem;
  }
}
.cont44 .index-about0 .texbox .container .tcn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
  text-align: right;
}
@media (max-width: 991px) {
  .cont44 .index-about0 .texbox .container .tcn2 {
    right: 10%;
  }
}
@media (max-width: 768px) {
  .cont44 .index-about0 .texbox .container .tcn2 {
    right: 5%;
    top: 60%;
  }
}
.cont44 .index-about0 .texbox .container .tcn2 span.as1 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 3.375rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont44 .index-about0 .texbox .container .tcn2 span.as1 {
    font-size: 1.85rem;
  }
}
.cont44 .index-about0 .texbox .container .tcn2 span.en {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont44 .index-about0 .texbox .container .tcn2 span.en {
    font-size: 1.85rem;
  }
}
.cont44 .index-about0 .picbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont44 .index-about0 .picbox .line {
  width: 2px;
  height: 40%;
  transform: rotate(45deg);
  background-color: #fff;
}
@media (max-width: 991px) {
  .cont44 .index-about0 .picbox .line {
    max-height: 60%;
  }
}
.cont44 .index-about0 .picbox > .img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 60%;
  opacity: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #F7F7F7;
}
.cont44 .index-about0 .picbox > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.cont44 .index-about0 .picbox > .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
@media (max-width: 991px) {
  .cont44 .index-about0 .picbox > .img video {
    display: none;
  }
}
.cont44 .index-about0 .dq-cont {
  width: 80vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cont44 .index-about0 .dq-cont .cont ul li {
  position: absolute;
  text-align: center;
}
.cont44 .index-about0 .dq-cont .cont ul li .tit {
  display: inline-block;
  color: #000;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.0625rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.4562rem 0.6062rem 0.425rem 0.8375rem;
  border-radius: 4.5744rem;
  border: 1.22px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.cont44 .index-about0 .dq-cont .cont ul li .text_box {
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(1, 65, 153, 0.9);
  text-align: center;
  padding: 2.375rem 3.125rem 1.875rem;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
}
.cont44 .index-about0 .dq-cont .cont ul li .text_box .tt {
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: unset;
  white-space: nowrap;
}
.cont44 .index-about0 .dq-cont .cont ul li .text_box .all_more {
  display: inline-block;
}
.cont44 .index-about0 .dq-cont .cont ul li .dian {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #014199;
  position: relative;
  margin: 0.5rem auto 0;
}
.cont44 .index-about0 .dq-cont .cont ul li .dian::before,
.cont44 .index-about0 .dq-cont .cont ul li .dian::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #014199;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.8;
}
.cont44 .index-about0 .dq-cont .cont ul li .dian::after {
  animation: spreading2 1s infinite ease-out;
}
.cont44 .index-about0 .dq-cont .cont ul li:hover .text_box {
  opacity: 1;
}
.cont44 .index-about0 .dq-cont .cont ul li:hover .tit {
  opacity: 0;
}
.cont44 .index-about0 .dq-cont .cont ul li:nth-child(1) {
  top: 59%;
  left: 15%;
}
.cont44 .index-about0 .dq-cont .cont ul li:nth-child(2) {
  top: 37%;
  left: 18%;
}
.cont44 .index-about0 .dq-cont .cont ul li:nth-child(3) {
  top: 39%;
  left: 32%;
}
.cont44 .index-about0 .dq-cont .cont ul li:nth-child(4) {
  top: 5%;
  left: 52%;
}
.cont44 .index-about0 .dq-cont .cont ul li:nth-child(5) {
  top: 21%;
  left: 70%;
}
.cont44 .index-about0 .dq-cont .cont ul li:nth-child(6) {
  top: 18%;
  left: 80%;
}
@keyframes spreading2 {
  0% {
    width: 1.125rem;
    height: 1.125rem;
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.4;
  }
  100% {
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.index_six {
  padding-top: 6.6875rem;
  background-size: cover;
  overflow: hidden;
}
.index_six #earth {
  width: 38.4375rem;
  height: 38.4375rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index_six #earth {
    width: 25rem;
    height: 25rem;
  }
}
.index_six #earth .x1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  border: 0.125rem solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.5rem);
  border-radius: 50%;
}
.index_six #earth canvas {
  width: 100% !important;
  height: 100% !important;
}
.index_six #earth .shadow1 {
  display: block;
  position: absolute;
  width: 94%;
  height: 94%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.index_six #earth .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.index_six #earth .position .point {
  position: absolute;
  pointer-events: auto;
}
.index_six #earth .position .point .add {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background-color: #FBD300;
}
.index_six #earth .position .point .add img {
  display: block;
  width: 100%;
}
.index_six #earth .position .point .text {
  position: absolute;
  height: 2rem;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0rem 0.1875rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 0 1rem;
  gap: 0 0.8125rem;
  top: 50%;
  transform: translate(100%, -50%);
  right: -0.3125rem;
}
.index_six #earth .position .point .text .logo {
  width: 6.625rem;
}
.index_six #earth .position .point .text .logo img {
  display: block;
  width: 100%;
}
.index_six #earth .position .point .text p {
  font-weight: 400;
  font-size: 1rem;
  color: #111111;
  white-space: nowrap;
}
.index_six #earth .position .point:nth-child(2) .text {
  top: unset;
  right: unset;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.index_six .cont_box {
  position: relative;
  z-index: 9;
  margin-top: -9.375rem;
  border-radius: 2.5rem 2.5rem 0 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.3125rem);
  padding: 6.6875rem 3.4375rem 6.4375rem 6.1875rem;
}
.index_six .cont_box .left {
  padding-right: 5rem;
}
.index_six .cont_box .left .tit {
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.875rem;
  font-weight: 700;
}
.index_six .cont_box .left .desc {
  margin-top: 1.1875rem;
  color: #7C7C7C;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.index_six .cont_box .right {
  padding-left: 5.625rem;
}
.index_six .cont_box .right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.375rem 5.625rem;
}
.index_six .cont_box .right ul li {
  display: flex;
  align-items: center;
}
.index_six .cont_box .right ul li .icon {
  width: 4rem;
  height: 4rem;
}
.index_six .cont_box .right ul li .text {
  flex: 1;
  padding-left: 2.6875rem;
}
.index_six .cont_box .right ul li .text h3 {
  color: #014199;
  font-family: Inter;
  font-size: 2.75rem;
  font-weight: 500;
}
.index_six .cont_box .right ul li .text h3 sup {
  font-size: 2.125rem;
}
.index_six .cont_box .right ul li .text p {
  color: #959595;
  font-family: "Noto Sans SC";
  font-size: 1.25rem;
  font-weight: 700;
}
.index_seven .swiper_indexnews {
  position: relative;
  overflow: hidden;
  margin: 0 -0.8125rem;
  padding-bottom: 3.125rem;
}
.index_seven .swiper_indexnews .swiper-slide {
  padding: 0 0.8125rem;
}
.index_seven .swiper_indexnews .indexnews_box {
  overflow: hidden;
  position: relative;
}
.index_seven .swiper_indexnews .indexnews_box a {
  display: inline-flex;
  gap: 1.875rem;
}
.index_seven .swiper_indexnews .indexnews_box a .over {
  width: 50%;
  border-radius: 1.875rem;
  height: 27.75rem;
}
.index_seven .swiper_indexnews .indexnews_box a .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_seven .swiper_indexnews .indexnews_box a .text {
  width: 50%;
  border-radius: 1.875rem;
  background-color: #FBD300;
  padding: 3.0625rem 5.375rem 3.625rem 5.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_seven .swiper_indexnews .indexnews_box a .text .time h3 {
  color: #004098;
  text-align: justify;
  font-family: Inter;
  font-size: 3.9334rem;
  font-weight: 600;
  line-height: 1;
}
.index_seven .swiper_indexnews .indexnews_box a .text .time p {
  color: #004098;
  text-align: justify;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5096rem;
}
.index_seven .swiper_indexnews .indexnews_box a .text .tit {
  margin-top: 0.5rem;
}
.index_seven .swiper_indexnews .indexnews_box a .text .tit h3 {
  color: #454545;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.index_seven .swiper_indexnews .indexnews_box a .text .tit p {
  margin-top: 0.875rem;
  color: #454545;
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_seven .swiper_indexnews .indexnews_box a .text .more {
  color: #454545;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.index_seven .swiper_indexnews .swiper-pagination {
  justify-content: center;
}
.index_seven .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.index_seven .grid_box .grid_item {
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 3.125rem 3.125rem 2.1875rem 2.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_seven .grid_box .grid_item .time {
  color: #7E7E7E;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}
.index_seven .grid_box .grid_item .time i {
  color: #FBD300;
  font-size: 1rem;
}
.index_seven .grid_box .grid_item .tit {
  margin-top: 0.9375rem;
  color: #474747;
  font-family: "Noto Sans SC";
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_seven .grid_box .grid_item .more {
  margin-top: 3.0625rem;
  color: #7F8384;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
}
.index_seven .grid_box .grid_item a:hover {
  color: #FBD300;
}
.index_seven .grid_box .grid_item a:hover .more {
  color: #FBD300;
}
.index_eight {
  background: #014199;
  padding-top: 7.5rem;
  padding-bottom: 6.0625rem;
}
.index_eight .row {
  align-items: center;
}
.index_eight .right .ri_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.05);
  padding: 3.125rem 0 3.75rem;
}
.index_eight .right .ri_box .ri_item:not(:nth-last-child(1)) {
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.index_eight .right .ri_box .ri_item:hover .icon {
  transform: rotateY(180deg);
}
.index_eight .right .ri_box .ri_item .icon {
  width: 3.375rem;
  height: 3.375rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_eight .right .ri_box .ri_item .tt {
  margin-top: 0.8125rem;
  color: #3C3D3D;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
