@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: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #295799;
}
.c {
  color: #295799;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
img {
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.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: #295799;
  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: #295799;
  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: #295799;
  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;
  padding-bottom: 1rem;
}
.search_more:hover {
  color: #295799;
}
.search_more:hover::before {
  background: #295799;
}
.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: 19rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: calc(100% + 0.625rem);
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
}
.er-ul li {
  line-height: 2rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.er-ul li:hover a {
  color: #295799 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.75rem;
}
.er-ul li:last-child {
  padding-bottom: 0.75rem;
}
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: 14.8125rem;
}
@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: #295799;
}
.searchbox {
  border-color: #295799;
}
@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.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.ajhhsd a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.ajhhsd a:hover {
  font-weight: 600;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #295799;
  -o-background-size: cover;
  background-size: cover;
  padding: 14rem 0 12rem;
  position: relative;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font-size: 3.125rem;
  font-weight: 500;
}
.xw_ny_banner .ajhhsd {
  position: absolute;
  bottom: 1.875rem;
}
@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%;
  padding: 0.4375rem 0.5rem 0.4375rem 1.25rem;
  border-radius: 5rem;
  background: #EEE;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form .i {
  padding-right: 1.5rem;
  position: relative;
}
.ssy-sskaa .searchsa form .i i {
  font-size: 1.5rem;
  color: #4E4E4E;
}
.ssy-sskaa .searchsa form .i::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.5rem;
  background: #A7A7A7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  height: 100%;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
  width: 5.625rem;
  height: 2.875rem;
  border-radius: 5rem;
  background: #295799;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
}
@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;
  aspect-ratio: 39/27;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.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: #295799;
  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 / 100);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
}
@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: #295799;
  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: #295799;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #4a94d1;
}
.rightfix li:hover .iconfont {
  background: #295799;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 5rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.36s ease;
}
header .head_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.875rem 0;
}
header .head_top ul {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
header .head_top ul li {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
header .head_top ul li svg {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
  margin-right: 0.75rem;
}
header .head_top .conatct_box a {
  line-height: 1;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
header .head_top .conatct_box a:hover {
  color: #295799;
}
header:hover,
header.active,
header.active2 {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a,
header.active2 .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before,
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #295799;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a,
header.active2 .center ul li.active > a {
  color: #295799;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before,
header.active2 .center ul li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .lanuage a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}
header:hover .logo img,
header.active .logo img,
header.active2 .logo img {
  filter: unset;
}
header:hover .head_top,
header.active .head_top,
header.active2 .head_top {
  border-color: rgba(0, 0, 0, 0.3);
}
header:hover .head_top ul li,
header.active .head_top ul li,
header.active2 .head_top ul li {
  color: #000;
}
header:hover .head_top ul li svg path,
header.active .head_top ul li svg path,
header.active2 .head_top ul li svg path {
  stroke: #000;
}
header:hover .head_top .conatct_box a,
header.active .head_top .conatct_box a,
header.active2 .head_top .conatct_box a {
  color: #000;
}
header:hover .head_top .conatct_box a:hover,
header.active .head_top .conatct_box a:hover,
header.active2 .head_top .conatct_box a:hover {
  color: #295799;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .lanuage {
  margin-left: 2rem;
  display: block;
  position: relative;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #295799;
}
header .lanuage .yy-sec {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 5rem;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
header .lanuage .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
header .lanuage .yy-sec a + a {
  border-top: 1px solid #333;
}
header .lanuage .yy-sec a:hover {
  color: #295799;
}
header .center > ul > li {
  float: left;
  padding: 0 2.1875rem;
}
header .center > ul > li > a {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #295799;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #295799;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #295799;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:nth-child(1) .er-ul {
  width: 12rem;
}
header .center > ul > li:nth-child(4) .er-ul {
  width: 12rem;
}
footer {
  background: #295799;
}
footer .foot_top {
  padding-top: 7.5rem;
  padding-bottom: 5.5rem;
}
footer .foot_top .left {
  color: #fff;
  width: 35%;
}
footer .foot_top .left .foot-contact ul li {
  display: flex;
  /* align-items: center; */
  margin-top: 1.0625rem;
}
footer .foot_top .left .foot-contact {
  font-size: 1rem;
  margin-top: 1.375rem;
}
footer .foot_top .left .foot-contact .icon {
  margin-right: 0.4375rem;
}
footer .foot_top .left .foot-contact .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
footer .foot_top .left .foot-contact p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  flex: 1;
}
footer .foot_top .right {
  width: 58%;
}
footer .foot_top .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .right .footnav .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
footer .foot_top .right .footnav .subfootnav {
  margin-top: 1.25rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.7);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}
footer .foot_top .right .footnav .subfootnav .subfootli > a:hover {
  color: #ffffff;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 1.75rem 0;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  color: #fff;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-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 {
  overflow: hidden;
}
.banner .img {
  position: relative;
}
.banner .img::before {
  content: '';
  display: block;
  width: 53%;
  height: calc(100% - 0.375rem);
  background: linear-gradient(96deg, #003b90 4.7%, rgba(0, 0, 0, 0) 79.07%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
.banner .hover .p1 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 1.25;
}
.banner .hover .p2 {
  margin-top: 1.5625rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
}
.banner .hover2 {
  position: absolute;
  right: 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: #fff;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  width: 7.75rem;
  position: absolute;
  left: 50%;
  bottom: 2.1875rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 3s infinite ease-in-out;
}
@keyframes xiangxia {
  0% {
    transform: translateX(-50%) translateY(-1.25rem);
  }
  50% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(-1.25rem);
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #295799;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/645;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 2.8125rem;
  font-weight: 600;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.neibanner .mbxdh .ajhhsd {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.neibanner .mbxdh .ajhhsd a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.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: 1.25rem;
  color: #000;
  font-weight: 700;
}
.all_more {
  width: 10.875rem;
  height: 3.4375rem;
  border-radius: 0.1875rem;
  background: #295799;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more:hover {
  border: 1px solid #295799;
  background-color: unset;
  color: #295799;
}
.all_title p {
  color: #464646;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.1125rem;
  padding-left: 3.75rem;
  position: relative;
}
.all_title p::before {
  content: '';
  display: block;
  width: 2.6875rem;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.all_title h3 {
  margin-top: 1.875rem;
  color: #343434;
  font-family: Montserrat;
  font-size: 2.5rem;
  font-weight: 600;
}
.all_title.white h3 {
  color: #fff;
}
.list_contact_one {
  padding: 7.5rem 0 7.3125rem;
}
.list_contact_one .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #CDCDCD;
}
.list_contact_one .content ul li {
  padding: 3.875rem 2.5rem;
}
.list_contact_one .content ul li:not(:nth-child(1)) {
  border-left: 1px solid #CDCDCD;
}
.list_contact_one .content ul li .icon {
  width: 3.75rem;
  height: 3.75rem;
  aspect-ratio: 1/1;
}
.list_contact_one .content ul li .text {
  margin-top: 0.9375rem;
}
.list_contact_one .content ul li .text .t {
  color: #404040;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.8125rem;
}
.list_contact_one .content ul li .text .p {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.8125rem;
}
.list_contact_two .right {
  padding-right: var(--container);
  padding-left: 6.25rem;
}
.list_contact_two .right .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.list_contact_two .right .content .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #CDCDCD;
  background: #FAFAFA;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  height: 3.75rem;
  padding: 0 1.5rem;
}
.list_contact_two .right .content .msg-a1 .inpt input::placeholder {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .right .content .msg-a2 .inpt {
  margin-top: 1.25rem;
}
.list_contact_two .right .content .msg-a2 .inpt input {
  width: 100%;
  border: 1px solid #CDCDCD;
  background: #FAFAFA;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  height: 3.75rem;
  padding: 0 1.5rem;
}
.list_contact_two .right .content .msg-a2 .inpt input::placeholder {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .right .content .msg-a3 {
  margin-top: 1.25rem;
}
.list_contact_two .right .content .msg-a3 .inpt {
  margin-top: 1.25rem;
}
.list_contact_two .right .content .msg-a3 .inpt textarea {
  width: 100%;
  border: 1px solid #CDCDCD;
  background: #FAFAFA;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.875rem 1.5rem;
}
.list_contact_two .right .content .msg-a3 .inpt textarea::placeholder {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .right .content .div_aghgha button {
  width: 100%;
  height: 3.75rem;
  background: #295799;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_product {
  background: rgba(41, 87, 153, 0.1);
  padding-bottom: 9.0625rem;
}
.list_product .channel_probox {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.list_product .channel_probox .channel_proitem {
  background: #FFF;
  padding: 0.75rem 0.75rem 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .channel_probox .channel_proitem a {
  color: #3F3F3F;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.list_product .channel_probox .channel_proitem:hover,
.list_product .channel_probox .channel_proitem.active {
  background-color: #295799;
}
.list_product .channel_probox .channel_proitem:hover a,
.list_product .channel_probox .channel_proitem.active a {
  color: #fff;
}
.list_product .product_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.8125rem 1.25rem;
}
.list_product .product_box .product_item {
  background: linear-gradient(90deg, #4a94d1 50%, #295799 81%);
  padding: 2rem 1.875rem 3rem;
  position: relative;
}
.list_product .product_box .product_item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% + 0.0625rem);
  height: calc(100% - 0.125rem);
  background: #fff;
  z-index: 1;
  pointer-events: none;
}
.list_product .product_box .product_item a {
  position: relative;
  z-index: 2;
}
.list_product .product_box .product_item .more {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background: #295799;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .product_box .product_item .more i {
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
}
.list_product .product_box .product_item .more .i2 {
  transform: rotate(90deg);
  position: absolute;
}
.list_product .product_box .product_item p {
  position: relative;
  padding-left: 3.75rem;
  color: #464646;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.list_product .product_box .product_item p::before {
  content: '';
  display: block;
  width: 2.6875rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.list_product .product_box .product_item .over img {
  aspect-ratio: 39/27;
  object-fit: contain;
}
.list_product .product_box .product_item .tit {
  margin-top: 0.625rem;
  color: #404040;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
.list_product .product_box .product_item:hover .more {
  opacity: 1;
}
.list_product .product_box .product_item:hover .tit {
  color: #295799;
}
.show_pro_one {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background: #295799;
  padding-top: 13.9375rem;
  padding-bottom: 1.875rem;
}
.show_pro_one::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('https://cloud-1251007531.bcdn8.com/henegia0718/uploads/20260720/7807bbdc6088e8b2c23338a860ec3248.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.02);
  transform-origin: center;
  animation: showProBgFloat 12s ease-in-out infinite alternate;
  will-change: transform;
}
.show_pro_one .row {
  padding-bottom: 7.6875rem;
}
.show_pro_one .row .left {
  padding-right: 2.5rem;
}
.show_pro_one .row .left .title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 2.8125rem;
  font-weight: 600;
}
.show_pro_one .row .left .desc {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  position: relative;
}
.show_pro_one .row .left .desc ul li {
  position: relative;
  padding-left: 1.625rem;
}
.show_pro_one .row .left .desc ul li::before {
  content: '';
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1rem;
}
.show_pro_one .row .left .btn_group {
  display: flex;
  align-items: center;
  gap: 2.0625rem;
}
.show_pro_one .row .left .btn_group .more {
  width: 10.875rem;
  height: 3.4375rem;
  border-radius: 0.1875rem;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_one .row .left .btn_group .more i {
  font-size: 1.375rem;
  margin-left: 0.5rem;
  font-weight: 400;
}
.show_pro_one .row .left .btn_group .more:hover {
  background-color: #fff;
  color: #295799;
}
.show_pro_one .row .right {
  padding-left: 6.25rem;
}
.show_pro_one .row .right .img_box {
  position: relative;
  padding: 4.125rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.show_pro_one .row .right .img_box .more_proimg {
  position: relative;
  overflow: hidden;
}
.show_pro_one .row .right .img_box .more_proimg .over img {
  aspect-ratio: 39/27;
  object-fit: contain;
}
.show_pro_one .row .right .img_box .swiper-button-prev {
  left: 2.5rem;
}
.show_pro_one .row .right .img_box .swiper-button-next {
  right: 2.5rem;
}
.show_pro_one .row .right .img_box .swiper-button-prev,
.show_pro_one .row .right .img_box .swiper-button-next {
  width: auto;
  height: auto;
  border-radius: unset;
  background-color: unset;
  border: none;
}
.show_pro_one .row .right .img_box .swiper-button-prev i,
.show_pro_one .row .right .img_box .swiper-button-next i {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
}
.show_pro_one .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.ptb {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.show_product {
  padding-top: 7.5rem;
  padding-bottom: 7.6875rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.65;
}
.show_product .title {
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
}
.show_product ul {
  gap: 3.125rem;
}
.show_product ul li {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 3.4375rem;
  position: relative;
  padding-left: 1.25rem;
}
.show_product ul li::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #295799;
  position: absolute;
  left: 0;
  top: 1.375rem;
}
.show_product .table_box {
  width: 100%;
  overflow-x: auto;
}
.show_product .table_box table {
  width: 100%;
}
.show_product .table_box table tr td {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border: 1px solid #CDCDCD;
  line-height: 1.5;
  padding: 0.875rem !important;
}
.show_product .table_box table tr th {
  background-color: #295799;
  color: #fff;
  font-family: Montserrat;
  border: 1px solid #CDCDCD;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.875rem;
}
.show_pro_core .title {
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
}
.show_pro_core .prodet-adv-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.show_pro_core .prodet-adv-ul .paul-box {
  border-bottom: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-left: none;
  border-top: none;
  height: 100%;
  padding: 2.6875rem 2.25rem;
  position: relative;
  overflow: hidden;
  transition: all 0.36s ease;
}
.show_pro_core .prodet-adv-ul .paul-box:hover {
  background-color: #295799;
}
.show_pro_core .prodet-adv-ul .paul-box:hover .paul-box-tp p,
.show_pro_core .prodet-adv-ul .paul-box:hover .paul-box-tp p span {
  color: #fff;
}
.show_pro_core .prodet-adv-ul .prodet-adv-ul-li:nth-child(3n+1) .paul-box {
  border-left: 1px solid #E3E3E3 !important;
}
.show_pro_core .prodet-adv-ul .prodet-adv-ul-li:nth-child(1),
.show_pro_core .prodet-adv-ul .prodet-adv-ul-li:nth-child(2),
.show_pro_core .prodet-adv-ul .prodet-adv-ul-li:nth-child(3) {
  border-top: 1px solid #E3E3E3 !important;
}
.show_pro_core .prodet-adv-ul .paul-box-tp {
  display: flex;
  align-items: flex-start;
}
.show_pro_core .prodet-adv-ul .paul-box-tp-icon {
  width: 1.875rem;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 1.625rem;
  position: relative;
  top: 0.375rem;
}
.show_pro_core .prodet-adv-ul .paul-box-tp-icon img {
  display: none;
}
.show_pro_core .prodet-adv-ul .paul-box-tp-icon::before {
  content: '';
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(https://cloud-1251007531.bcdn8.com/henegia0718/uploads/20260730/01beca29b185cae3f954a8c56fb29d89.svg);
  background-size: 100% 100%;
}
.show_pro_core .prodet-adv-ul .paul-box-tp p {
  color: #999;
  line-height: 1.45;
  font-size: 1rem;
  transition: all 0.36s ease;
}
.show_pro_core .prodet-adv-ul .paul-box-tp p span {
  display: block;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  transition: all 0.36s ease;
}
.show_pro_core .prodet-adv-ul .paul-box-num {
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: -3.375rem;
  right: 2rem;
  opacity: 0.05;
  color: #fff;
  transition: all 0.36s ease;
}
.list_case_one .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #CDCDCD;
}
.list_case_one .grid_box .grid_item {
  padding: 3.125rem 2.625rem 2.5rem;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
.list_case_one .grid_box .grid_item:nth-child(odd) {
  border-left: 1px solid #CDCDCD;
}
.list_case_one .grid_box .grid_item .icon {
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case_one .grid_box .grid_item .tt {
  margin-top: 0.625rem;
  color: #404040;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.8125rem;
  padding-bottom: 1.875rem;
  position: relative;
}
.list_case_one .grid_box .grid_item .tt::before {
  content: '';
  display: block;
  width: 4.25rem;
  height: 0.125rem;
  background-color: #295799;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list_case_one .grid_box .grid_item .pp {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin-top: 1.5625rem;
}
.list_case_one .grid_box .grid_item:hover .icon {
  transform: rotateY(180deg);
}
.list_case_two {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_case_three {
  background: rgba(41, 87, 153, 0.1);
}
.list_case_three .swiper_xgpro {
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
  padding-bottom: 5rem;
}
.list_case_three .swiper_xgpro .swiper-slide {
  padding: 0 0.9375rem;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box {
  background: linear-gradient(90deg, #4a94d1 50%, #295799 81%);
  padding: 2rem 1.875rem 3rem;
  position: relative;
  min-height: 21.875rem;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% + 0.0625rem);
  height: calc(100% - 0.125rem);
  background: #fff;
  z-index: 1;
  pointer-events: none;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box a {
  position: relative;
  z-index: 9;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box .more {
  position: absolute;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background: #295799;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box .more i {
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box .more .i2 {
  transform: rotate(90deg);
  position: absolute;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box p {
  position: relative;
  padding-left: 3.75rem;
  color: #464646;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box p::before {
  content: '';
  display: block;
  width: 2.6875rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box .over img {
  aspect-ratio: 39/27;
  object-fit: contain;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box .tit {
  margin-top: 0.625rem;
  color: #404040;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box:hover .more {
  opacity: 1;
}
.list_case_three .swiper_xgpro .swiper-slide .xgpro_box:hover .tit {
  color: #295799;
}
.list_case_three .swiper_xgpro .swiper-pagination {
  justify-content: center;
}
.list_case_four2 .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 3.125rem;
}
.list_case_four2 .grid_box .grid_item {
  height: 15.625rem;
  overflow: hidden;
  position: relative;
  border-top: 3px solid #295799;
  background: #FFF;
  box-shadow: 0 0.625rem 0.9375rem 0.3125rem rgba(41, 87, 153, 0.05);
}
.list_case_four2 .grid_box .grid_item .bgimg {
  position: relative;
  height: 100%;
}
.list_case_four2 .grid_box .grid_item .bgimg img {
  width: 70%;
  height: 100%;
  object-fit: cover;
}
.list_case_four2 .grid_box .grid_item .bgimg::before {
  content: '';
  width: 30%;
  height: 100%;
  background: linear-gradient(96deg, rgba(255, 255, 255, 0) 4.7%, #fff 79.07%);
  position: absolute;
  left: 45%;
  top: 0;
  z-index: 2;
}
.list_case_four2 .grid_box .grid_item .text {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
}
.list_case_four2 .grid_box .grid_item .text h3 {
  text-align: right;
  font-size: 1.375rem;
  font-weight: 600;
  color: #404040;
}
.list_case_four2 .grid_box .grid_item .text p {
  text-align: right;
  font-size: 1rem;
  color: #404040;
}
.list_case_four2 .grid_box .grid_item .text p i {
  color: #295799;
  font-size: 1.25rem;
}
.list_case_four .row {
  border: 1px solid #CDCDCD;
}
.list_case_four .left {
  background: linear-gradient(233deg, #295799 19.33%, #4A94D1 102.4%);
  padding: 2.5rem 1.625rem;
}
.list_case_four .left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.9375rem;
}
.list_case_four .left ul:not(:nth-last-child(1)) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.list_case_four .left ul li .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_case_four .left ul li .pp {
  margin-top: 1.875rem;
  color: rgba(255, 255, 255, 0.4);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_case_four .left ul li .num {
  margin-top: 0.3125rem;
}
.list_case_four .left ul li .num span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 400;
}
.list_case_four .left ul li .num sub,
.list_case_four .left ul li .num sup {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_case_four .right .swiper_soluction {
  position: relative;
  overflow: hidden;
  height: 30.1875rem;
}
.list_case_four .right .swiper_soluction .btn_box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: absolute;
  bottom: 3.75rem;
  left: 3.3125rem;
}
.list_case_four .right .swiper_soluction .swiper-button-prev,
.list_case_four .right .swiper_soluction .swiper-button-next {
  position: relative;
  margin-top: 0;
  top: unset;
  left: unset;
  right: unset;
  width: auto;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: unset;
  border: none;
}
.list_case_four .right .swiper_soluction .swiper-button-prev i,
.list_case_four .right .swiper_soluction .swiper-button-next i {
  font-size: 2.25rem;
  color: #000;
}
.list_case_four .right .swiper_soluction .swiper-pagination {
  width: auto;
  position: relative;
  height: 1.875rem;
  line-height: 1.875rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  bottom: unset;
  display: inline;
}
.list_case_four .right .swiper_soluction .swiper-pagination .swiper-pagination-current {
  color: #000;
}
.list_case_four .right .swiper_soluction .soluction_box {
  padding: 3.3125rem;
}
.list_case_four .right .swiper_soluction .add {
  display: inline-flex;
  border-radius: 1.875rem;
  background: rgba(41, 87, 153, 0.1);
  padding: 0.625rem 1.25rem;
}
.list_case_four .right .swiper_soluction .add img {
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
}
.list_case_four .right .swiper_soluction .tit {
  margin-top: 1.75rem;
  color: #404040;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.8125rem;
}
.list_case_four .right .swiper_soluction .desc {
  margin-top: 0.75rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about .content {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_about .content2 .left {
  padding-right: 0;
}
.list_about .content2 .right {
  padding-right: var(--container);
  padding-left: 0;
}
.list_about .content2 .right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list_about .content2 .right ul li {
  display: flex;
  padding: 3.5rem 0 3.5rem 4.0625rem;
  border-bottom: 1px solid #D9D9D9;
}
.list_about .content2 .right ul li:nth-last-child(1),
.list_about .content2 .right ul li:nth-last-child(2) {
  border-bottom: unset;
}
.list_about .content2 .right ul li .icon {
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about .content2 .right ul li .text {
  flex: 1;
  padding-left: 1.875rem;
}
.list_about .content2 .right ul li .text .num {
  color: #474747;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about .content2 .right ul li .text .tt {
  margin-top: 0.125rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about .content2 .right ul li:hover .icon {
  transform: rotateY(180deg);
}
.index_four {
  background: rgba(41, 87, 153, 0.1);
}
.index_four .swiper_coop {
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
  padding-bottom: 4.375rem;
}
.index_four .swiper_coop .swiper-slide {
  padding: 0 0.9375rem;
}
.index_four .swiper_coop .swiper-slide .coop_box .img {
  border-radius: 0.1875rem;
  overflow: hidden;
}
.index_four .swiper_coop .swiper-pagination {
  justify-content: center;
}
.index_three {
  padding-bottom: 5rem;
}
.index_three .flex_box {
  align-items: end;
}
.index_three .channel_probox {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.index_three .channel_probox .channel_proitem {
  background: #e9eef5;
  padding: 0.75rem 1.25rem 0.9375rem 1.5625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .channel_probox .channel_proitem a {
  color: #3F3F3F;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.index_three .channel_probox .channel_proitem:hover,
.index_three .channel_probox .channel_proitem.active {
  background-color: #295799;
}
.index_three .channel_probox .channel_proitem:hover a,
.index_three .channel_probox .channel_proitem.active a {
  color: #fff;
}
.index_three .swiper_box {
  display: none;
}
.index_three .swiper_box.active {
  display: block;
}
.index_three .swiper_indexpro {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 7rem;
}
.index_three .swiper_indexpro .swiper-slide {
  padding: 0 1.25rem;
}
.index_three .swiper_indexpro .swiper-slide .indexpro {
  position: relative;
  background-color: #e9eef5;
}
.index_three .swiper_indexpro .swiper-slide .indexpro a.flex_box {
  display: grid;
  grid-template-columns: 35% 65%;
}
.index_three .swiper_indexpro .swiper-slide .indexpro .over {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.index_three .swiper_indexpro .swiper-slide .indexpro .over img {
  object-fit: contain;
  aspect-ratio: 1/1;
}
.index_three .swiper_indexpro .swiper-slide .indexpro .text_box {
  background-color: #295799;
  height: 100%;
  padding: 2rem 1.25rem;
  position: relative;
}
.index_three .swiper_indexpro .swiper-slide .indexpro .text_box .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
}
.index_three .swiper_indexpro .swiper-slide .indexpro .text_box .desc {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: Montserrat;
}
.index_three .swiper_indexpro .swiper-slide .indexpro .text_box .more {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: Montserrat;
  position: absolute;
  width: 100%;
  background-color: #3586c6;
  bottom: 0;
  left: 0;
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_three .swiper_indexpro .swiper-slide .indexpro .text_box .more i {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.index_three .btn_box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 63%;
}
.index_three .swiper-button-prev,
.index_three .swiper-button-next {
  position: relative;
  margin-top: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  aspect-ratio: 1/1;
  background-color: #295799;
  border-radius: 50%;
  top: unset;
  left: unset;
  right: unset;
  border: none;
}
.index_three .swiper-button-prev i,
.index_three .swiper-button-next i {
  font-size: 1.25rem;
  color: #fff;
}
.index_three .swiper-pagination {
  width: auto;
  position: relative;
  height: 1.875rem;
  line-height: 1.875rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  bottom: unset;
  display: inline;
}
.index_three .swiper-pagination .swiper-pagination-current {
  color: #000;
}
.index_two .top_channel {
  position: absolute;
  top: 2.6875rem;
  z-index: 9;
  width: 100%;
}
.index_two .channel_box {
  margin: 0 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index_two .channel_box .channel_item {
  flex: 1;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.8125rem 0 0.625rem;
  cursor: pointer;
}
.index_two .channel_box .channel_item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.index_two .channel_box .channel_item.active {
  background: #4A94D1;
}
.index_two .swiper_box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.index_two .swiper_box .swiper_indexsoluction {
  width: 45%;
  overflow: hidden;
}
.index_two .swiper_box .swiper_indexsoluction .indexsoluction_box {
  padding-top: 7.75rem;
}
.index_two .swiper_box .swiper_indexsoluction .indexsoluction_box .icon {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_two .swiper_box .swiper_indexsoluction .indexsoluction_box .icon img {
  width: 45%;
}
.index_two .swiper_box .swiper_indexsoluction .indexsoluction_box .title {
  margin-top: 2.5rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 500;
}
.index_two .swiper_box .swiper_indexsoluction .indexsoluction_box .desc {
  margin-top: 0.6875rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_two .swiper_box .swiper_indexsoluction .indexsoluction_box .more {
  margin-top: 2.5rem;
  display: inline-block;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper_box .swiper_indexsoluction .indexsoluction_box .more:hover {
  color: #4a94d1;
  border-color: #4a94d1;
}
.index_one {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}
.index_one .index_search {
  justify-content: center;
}
.index_one .index_search .search_flex {
  width: 60%;
  height: 3.75rem;
  border-radius: 5rem;
  background: #EEE;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4375rem 0.5rem 0.4375rem 1.25rem;
}
.index_one .index_search .search_flex .i {
  padding-right: 1.5rem;
  position: relative;
}
.index_one .index_search .search_flex .i i {
  font-size: 1.5rem;
  color: #4E4E4E;
}
.index_one .index_search .search_flex .i::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.5rem;
  background: #A7A7A7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index_one .index_search .search_flex input {
  flex: 1;
  height: 100%;
  background-color: unset;
  padding-left: 1.375rem;
  color: #656565;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}
.index_one .index_search .search_flex input::placeholder {
  color: #656565;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}
.index_one .index_search .search_flex .search_btn {
  width: 5.625rem;
  height: 2.875rem;
  border-radius: 5rem;
  background: #295799;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.index_one .content {
  margin-top: 8.125rem;
}
.index_one .content .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@keyframes showProBgFloat {
  from {
    transform: scale(0.99) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.2) translate3d(-0.5%, -0.35%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .show_pro_one::before {
    animation: none;
    transform: scale(1.02);
  }
}
.list_danye {
  font-size: 1rem;
  color: #666;
  font-family: Montserrat;
  font-weight: 400;
}
.list_danye .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem 3.125rem;
}
.list_danye .grid_item {
  background-color: #fff;
  position: relative;
}
.list_danye .grid_item .icon {
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: 50%;
  background: #295799;
  position: absolute;
  right: 3.875rem;
  top: -2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_danye .grid_item .icon img {
  width: 50%;
}
.list_danye .grid_item .text {
  padding: 4.0625rem 3.625rem 3.125rem;
}
.list_danye .grid_item .text h3 {
  color: #333;
  line-height: 1.5;
  font-size: 1.75rem;
  margin-bottom: 1.0625rem;
  font-family: Montserrat;
  font-weight: 400;
}
.list_danye .grid_item .text p {
  font-size: 1rem;
  color: #666;
  font-family: Montserrat;
  font-weight: 400;
}
.list_about_two .all_title h3 {
  margin-top: 0;
}
.list_about_two .ri {
  width: 50%;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about_two .content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.list_about_two .content ul li {
  padding: 0 1.875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .content ul li:not(:nth-last-child(1)) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_two .content ul li .icon {
  width: 3.75rem;
  margin: 0 auto 0;
  padding-bottom: 1.375rem;
  position: relative;
}
.list_about_two .content ul li .icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  width: 1.625rem;
  height: 0.1875rem;
  background-color: #fff;
}
.list_about_two .content ul li .text h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.list_about_two .content ul li .text .p {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .content ul li .top {
  transform: translateY(3.125rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-bottom: 1.25rem;
}
.list_about_two .content ul li:hover {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0.625rem);
}
.list_about_two .content ul li:hover .top {
  transform: translateY(0);
}
.list_about_two .content ul li:hover .p {
  opacity: 1;
}
.list_about_three {
  background-size: cover;
  object-position: 100%;
}
.list_about_three .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
.list_about_three .grid_box .grid_item {
  padding: 5.25rem 3.25rem 4.9375rem 3.25rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0.625rem);
}
.list_about_three .grid_box .grid_item .icon {
  width: 4.0625rem;
  margin: 0 auto;
}
.list_about_three .grid_box .grid_item .text h3 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.list_about_three .grid_box .grid_item .text p {
  font-size: 1rem;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
}
.list_global .cont {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_global .cont p {
  margin-bottom: 0.625rem;
}
@keyframes page-loader-ripple2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.list_global .map .ccpm-ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list_global .map .ccpm-ul .ccpm-ul-li {
  position: absolute;
  transform: translate(-50%, -50%);
}
.list_global .map .ccpm-ul .ccpm-ul-li .ccpm-ul-li-link {
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: all;
}
.list_global .map .ccpm-ul .ccpm-ul-li .ccpm-ul-li-link .cull-icon {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
  font-size: 0;
}
.list_global .map .ccpm-ul .ccpm-ul-li .ccpm-ul-li-link .cull-icon img {
  width: 100%;
}
.list_global .map .ccpm-ul .ccpm-ul-li .ccpm-ul-li-link .cull-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #295799;
  border-radius: 50%;
  z-index: -1;
  /* animation: bounce-circle 2.5s infinite; */
  animation: page-loader-ripple2 3s linear infinite 0s;
}
.list_global .map .ccpm-ul .ccpm-ul-li .ccpm-ul-li-link .cull-text {
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 6.25rem;
  background: rgba(167, 164, 164, 0.4);
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  -moz-backdrop-filter: blur(0.625rem);
  -ms-backdrop-filter: blur(0.625rem);
  -o-backdrop-filter: blur(0.625rem);
  padding: 0 1.5rem;
  margin-left: 1.25rem;
  pointer-events: none;
  transition: all 0.4s;
  white-space: nowrap;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0.0625rem solid #295799;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0.1875rem);
  -webkit-backdrop-filter: blur(0.1875rem);
  -moz-backdrop-filter: blur(0.1875rem);
  -ms-backdrop-filter: blur(0.1875rem);
  -o-backdrop-filter: blur(0.1875rem);
  color: #333;
}
.list_csr_one .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_csr_one .img ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
  padding: 0 3.125rem;
}
.list_csr_one .img ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
}
.list_csr_one .img ul li .icon {
  width: 3.125rem;
  margin: 0 auto;
}
.list_csr_one .img ul li .text {
  margin-top: 1.25rem;
  text-align: center;
}
.list_csr_one .img ul li .text h3 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
}
.list_csr_one .img ul li .text p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.list_csr_two .left {
  padding-right: 1.5625rem;
}
.list_csr_two .right {
  padding-left: 1.5625rem;
}
.list_csr_two .right .all_title h3 {
  margin-top: 0;
}
.list_csr_two .right .cont {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_csr_two .right .cont ul {
  margin: 0.625rem 0;
}
.list_csr_two .right .cont ul li {
  position: relative;
  padding-left: 1.875rem;
}
.list_csr_two .right .cont ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #6D6D6D;
  position: absolute;
  top: 0.75rem;
  left: 0.625rem;
}
