﻿@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: #0074CA;
}
.c {
  color: #0074CA;
}
.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: #0074CA;
  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: #0074CA;
  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: 0.875rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 0.875rem;
  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: #0074CA;
}
.search_more:hover::before {
  background: #0074CA;
}
.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: 16rem;
  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: #0074CA !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: #0074CA;
}
.searchbox {
  border-color: #0074CA;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.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: 12px;
  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: 14px;
  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;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 400;
}
.ajhhsd a {
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 400;
}
.ajhhsd a:hover {
  color: #0074CA;
}
.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: #0074CA;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left {
  vertical-align: middle;
}
.phone.white .left img {
  filter: brightness(0);
}
.phone.white .left i {
  padding-top: 2px;
  font-size: 14px;
}
@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: 30%;
  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: #0074CA;
  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: #0074CA;
}
.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: 0.875rem;
  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: 1rem;
  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-size: 1rem;
  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: 0.875rem;
  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: #0074CA;
  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: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header:hover,
header.active {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0074CA;
  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 {
  color: #0074CA;
}
header:hover .center ul li.active > a::before,
header.active .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,
header.active .lanuage {
  color: #000;
}
header:hover .lanuage a,
header.active .lanuage a,
header:hover .lanuage i,
header.active .lanuage i {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}
header:hover .logo img,
header.active .logo img {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 4rem;
  filter: brightness(0) invert(1);
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .lanuage {
  margin-left: 1.875rem;
  display: block;
  color: #fff;
}
header .lanuage i {
  font-size: 1.5rem;
  color: #fff;
  padding-right: 0.625rem;
}
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: #0074CA;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  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: #0074CA;
}
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: #0074CA;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #0074CA;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fp-viewing-2 header {
  background: #fff;
}
.fp-viewing-2 header .center ul li a {
  color: #000;
}
.fp-viewing-2 header .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0074CA;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fp-viewing-2 header .center ul li.active > a {
  color: #0074CA;
}
.fp-viewing-2 header .center ul li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fp-viewing-2 header .lanuage {
  color: #000;
}
.fp-viewing-2 header .lanuage a,
.fp-viewing-2 header .lanuage i {
  color: #000;
}
.fp-viewing-2 header .ds1 .iconfont {
  color: #000;
}
.fp-viewing-2 header .ds1:hover {
  cursor: pointer;
}
.fp-viewing-2 header .logo img {
  filter: unset;
}
.fp-viewing-2 #fp-nav ul li a span,
.fp-viewing-2 .fp-slidesNav ul li a span {
  background-color: #0074CA;
}
footer {
  background: #1E1E1E;
  padding-top: 3.125rem;
}
footer .foot_top {
  padding-bottom: 2.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .foot_top .logo {
  width: 13.25rem;
}
footer .foot_top .logo img {
  filter: brightness(0) invert(1);
}
footer .foot_top .foot_contact {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .foot_top .foot_contact li .tit {
  display: flex;
  align-items: flex-end;
}
footer .foot_top .foot_contact li .tit i {
  font-size: 1.5rem;
  color: #848484;
  line-height: 1;
}
footer .foot_top .foot_contact li .tit .tt {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.6875rem;
}
footer .foot_top .foot_contact li p {
  color: #b6b6b6;
  font-size: 0.8800rem;
  font-weight: 400;
  line-height: 1;
}
footer .foot_top .foot_contact li p i {
  font-size: 1.5rem;
  color: #848484;
  line-height: 1;
  margin-right: 0.6875rem;
  opacity: 0;
}
footer .foot_top .foot_contact li:nth-child(1) p,
footer .foot_top .foot_contact li:nth-last-child(1) p {
  margin-top: 4px;
}
footer .foot_nav {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
footer .foot_nav .footnav {
  padding-right: 5.625rem;
  width: 85%;
  display: flex;
  justify-content: space-between;
}
footer .foot_nav .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}
footer .foot_nav .footnav .subfootnav {
  margin-top: 0.9375rem;
}
footer .foot_nav .footnav .subfootnav .subfootli a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer .foot_nav .footnav .subfootnav .subfootli:hover a {
  color: #fff;
}
footer .foot_nav .foot_right .ewm_box {
  display: flex;
}
footer .foot_nav .foot_right .ewm_box .ewm_item .img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.625rem;
  background: #FFF;
  overflow: hidden;
  padding: 0.375rem;
  margin: 0 auto;
}
footer .foot_nav .foot_right .ewm_box .ewm_item .txt {
  margin-top: 1.125rem;
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
footer .foot_nav .foot_right .ewm_box .ewm_item:nth-child(1) {
  margin-right: 3.625rem;
}
footer .foot_nav .foot_right .fenxiang {
  margin-top: 1.875rem;
  color: #848484;
  font-size: 1.125rem;
  font-weight: 700;
}
footer .foot_nav .foot_right .fenxiang .social-share {
  margin-top: 0.9375rem;
}
footer .foot_nav .foot_right .fenxiang .social-share li {
  border: unset;
}
footer .foot_nav .foot_right .fenxiang .social-share .social-share-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #353535;
  border: unset;
  color: #fff !important;
  font-weight: 400;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #171717;
  padding: 1rem 0 0.9375rem;
}
footer .copyright .le {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
}
footer .copyright .le p,
footer .copyright .le a {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
}
footer .copyright .right a,
footer .copyright .right span {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
}
footer .copyright .right span:nth-last-child(1) {
  display: none;
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner {
  width: 100%;
  height: 100%;
}
.banner .m_show {
  display: none;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 3.75rem;
  font-weight: 700;
}
.banner .hover .p2 {
  margin-top: 1.25rem;
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.banner .ban2 .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .ban2 .hover .p1 {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 3.375rem;
  font-weight: 700;
}
.banner .ban2 .hover .p2 {
  margin-top: 0.9375rem;
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.7;
}
.banner .ban3 .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .ban3 .hover .p1 {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 3.75rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .ban3 .hover .p1 span {
  width: 49%;
}
.banner .ban3 .hover .p1 span:nth-child(1) {
  text-align: right;
}
.banner .ban3 .hover .p1 span:nth-child(2) {
  text-align: left;
}
.banner .ban3 .hover .p2 {
  margin-top: 0.9375rem;
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .ban3 .hover .p2 span {
  width: 100%;
}
.banner .ban3 .hover .p2 span:nth-child(1) {
  text-align: center;
}
.banner .ban3 .hover .p2 span:nth-child(2) {
  text-align: left;
}
.banner .hover2 {
  position: absolute;
  left: var(--container);
  bottom: 5.125rem;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide.swiper-slide-active .img {
  width: 100%;
  height: 100%;
}
.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;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination {
  display: flex;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: unset;
  position: relative;
  margin-right: 4rem;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: -90%;
}
.banner .swiper-pagination-bullet {
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  margin-right: 2.125rem;
  border: unset;
  opacity: unset;
  background: unset;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 1.875rem;
  transform: translateX(-50%);
  z-index: 9;
  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.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: unset;
  border: 1px solid #b3b3b3;
  line-height: 3.5rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.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: #0074CA;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
  overflow: hidden;
}
.neibanner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neibanner .img .m_show {
  display: none;
}
.neibanner .scroll {
  display: none;
  position: absolute;
  bottom: 15vh;
  left: 50%;
  margin-left: -1.5625rem;
  animation: xiangxia 2s infinite;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 2.8125rem;
  font-weight: 700;
}
.neibanner .neibanner_txt p {
  margin-top: 0.9375rem;
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: capitalize;
}
.neibanner .neibanner_txt .txt p {
  font-size: 1.25rem;
  color: #fff;
}
.neibanner .neibanner_txt .txt h3 {
  margin-top: 0.9375rem;
  font-size: 2.875rem;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.list_news_box {
  padding-top: 7rem;
  padding-bottom: 4.375rem;
  background: #F8F8F8;
}
.list_news_box .content {
  margin-top: 2.8125rem;
}
.list_news_box .swipernews {
  overflow: hidden;
  padding-bottom: 3.75rem;
  margin: -1.25rem -1.6875rem;
}
.list_news_box .swipernews .swiper-pagination {
  justify-content: center;
}
.list_news_box .swipernews .news_new_box {
  padding: 1.25rem 1.6875rem;
}
.list_news_box .swipernews .news_new_box .newstxt {
  padding: 3.75rem 2rem 4.5625rem 2.125rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 1.5625rem 0px rgba(14, 48, 140, 0.06);
}
.list_news_box .swipernews .news_new_box .newstxt .tag {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.4375rem 1rem;
  border-radius: 1.875rem;
  background: #0081CC;
}
.list_news_box .swipernews .news_new_box .newstxt h3 {
  margin-top: 1.875rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_box .swipernews .news_new_box .newstxt .p {
  margin-top: 1.625rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.list_news_box .swipernews .news_new_box .newstxt .p1 {
  margin-top: 2.0625rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.list_news_box .swipernews .news_new_box .newstxt:hover h3 {
  color: #0074CA;
}
.yyhy_content .yyhy_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.4375rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 2.25rem 2.875rem 3.3125rem 2.125rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2.0625rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #0074CA;
}
.news_show_box {
  padding-top: 6.9375rem;
  padding-bottom: 7.1875rem;
}
.news_show_box .left {
  padding-left: 0;
  padding-right: 1.25rem;
}
.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}
.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}
.news_show_box .left .title .time .fenxiang {
  margin-left: 6.25rem;
}
.news_show_box .left .title > p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .title > p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.news_show_box .left .title .social-share {
  display: flex;
}
.news_show_box .left .title .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
.news_show_box .left .title .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}
.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.5rem 0 3.25rem;
  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 table tr td {
  padding: 0.5rem;
}
.news_show_box .left .content img {
  width: 100%;
}
.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.news_show_box .right {
  padding-right: 0;
  padding-left: 4.6875rem;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.news_show_box .right .title h3 {
  color: #000;
  text-align: justify;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.0875rem;
}
.news_show_box .right ul {
  margin-top: 1.875rem;
}
.news_show_box .right ul li {
  padding: 1.75rem 0 1.1875rem;
  border-bottom: 1px solid #DBDBDB;
}
.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.875rem;
}
.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.3125rem;
}
.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.news_show_box .right ul li:nth-child(1) {
  border-top: 1px solid #DBDBDB;
}
.news_show_box .right ul li:hover {
  cursor: pointer;
}
.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #0074CA;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.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_title h3 {
  color: #FFF;
  font-size: 2.8125rem;
  font-weight: 700;
}
.all_title p {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 600;
}
.all_title2 h3 {
  color: #0F0F0F;
  font-size: 2.8125rem;
  font-weight: 700;
}
.all_title2 p {
  color: #0081CC;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: capitalize;
}
.section2 {
  padding-right: 6.5rem;
}
.section2 .top .all_more {
  display: none;
}
.section2 .content {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
.section2 .content .swiper-button-prev,
.section2 .content .swiper-container-rtl .swiper-button-next {
  right: 10%;
  left: unset;
  top: unset;
  bottom: -5.625rem;
}
.section2 .content .swiper-button-next,
.section2 .content .swiper-container-rtl .swiper-button-prev {
  right: 5%;
  top: unset;
  bottom: -5.625rem;
}
.section2 .swiper_box {
  width: 75%;
}
.section2 .swiper_box .swier_index_pro {
  position: relative;
}
.section2 .swiper_box .swier_index_pro .swiper-slide {
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section2 .swiper_box .swier_index_pro .swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex {
  display: flex;
  align-items: center;
  justify-content: end;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .left {
  width: 40%;
  margin-top: -1.875rem;
  position: relative;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .left .title {
  position: relative;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .left .title span {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 120%;
   text-transform:Capitalize
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .left .desc {
  margin-top: 1.25rem;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .left .desc ul li {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .left .desc ul li strong {
  width: 35%;
   text-transform:Capitalize
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .right {
  margin-top: -7.5rem;
  width: 60%;
  text-align: left;
  padding-right: 3.125rem;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .right .bgtext {
  width: 100%;
  font-size: 11rem;
  font-weight: 600;
  opacity: 0.3;
  background: linear-gradient(180deg, #FFF 20.67%, rgba(255, 255, 255, 0) 73.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -15rem;
  z-index: 1;
}
.section2 .swiper_box .swier_index_pro .index_pro_flex .right .over {
  position: relative;
  z-index: 2;
}
.section2 .protab {
  width: 25%;
  position: relative;
  z-index: 9;
  padding-right: 2.1875rem;
}
.section2 .protab::before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  border-right: 1px dashed #fff;
  position: absolute;
  right: 0;
}
.section2 .protab .proli {
  position: relative;
}
.section2 .protab .proli ul > li:nth-child(2) {
  position: absolute;
  top: 51%;
  right: 0;
}
.section2 .protab .proli ul > li a {
  display: block;
  color: #FFF;
  text-align: right;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.875rem;
}
.section2 .protab .proli ul > li > i {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -2.5rem;
  top: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section2 .protab .proli ul > li.active > i,
.section2 .protab .proli ul > li:hover > i {
  background-color: #0074CA;
  border: 5px solid #fff;
  width: 1.0625rem;
  height: 1.0625rem;
  right: -2.625rem;
}
.section2 .protab .proli .pro_two .pro_two_li {
  position: relative;
}
.section2 .protab .proli .pro_two .pro_two_li a {
  display: block;
  color: #FFF;
  text-align: right;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2rem;
}
.section2 .protab .proli .pro_two .pro_two_li.active > i,
.section2 .protab .proli .pro_two .pro_two_li:hover > i {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 0.6875rem;
  background-color: #0074CA;
  border: 3px solid #fff;
  position: absolute;
  right: -2.5rem;
  top: 0.625rem;
}
.section2 .protab .proli .pro_two .two {
  margin-top: 3.125rem;
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.section3 {
  padding-top: 3.125rem;
}
.section3 .content {
  margin-top: 4.6875rem;
}
.section3 .content .swiper_core {
  position: relative;
  padding-bottom: 4rem;
  overflow: hidden;
}
.section3 .content .swiper_core .core_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6rem;
}
.section3 .content .swiper_core .core_box .core_item {
  padding-top: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section3 .content .swiper_core .core_box .core_item .icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
.section3 .content .swiper_core .core_box .core_item .txt {
  margin-top: 1.125rem;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
   text-transform:Capitalize
}
.section3 .content .swiper_core .core_box .core_item:hover {
  transform: translateY(-0.625rem);
}
.section3 .content .swiper_core .swiper-pagination {
  justify-content: center;
  bottom: 0;
}
.section3 .content .swiper_core .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.section3 .content .swiper_core .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.section3 .content .swiper_core2 {
  position: relative;
  padding-bottom: 5rem;
  overflow: hidden;
  display: none;
}
.section3 .content .swiper_core2 .core_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5rem;
}
.section3 .content .swiper_core2 .core_box .core_item {
  padding-top: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section3 .content .swiper_core2 .core_box .core_item .icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
.section3 .content .swiper_core2 .core_box .core_item .txt {
  margin-top: 1.125rem;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.section3 .content .swiper_core2 .core_box .core_item:hover {
  transform: translateY(-0.625rem);
}
.section3 .content .swiper_core2 .swiper-pagination {
  justify-content: center;
  bottom: 0;
}
.section3 .content .swiper_core2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.section3 .content .swiper_core2 .swiper-pagination-bullet {
  border: 1px solid #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #fff;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: -2px 0 0 -2px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  margin: -2px 0 0 -2px;
  background-color: #fff;
  opacity: 1;
}
.section4 {
  position: relative;
}
.section4 .container{
    display: inline-block;
}
.section4 .imgul li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.section4 .imgul li.active {
  opacity: 1;
}
.section4 .imgul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section4 .content {
  margin-top: 3.125rem;
  /*margin-bottom: 10.625rem;*/
  margin-bottom: 13rem;
}
.section4 .content .swiper_yyly {
  overflow: hidden;
}
.section4 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .content .title .icon {
  width: 4rem;
  height: 4rem;
}
.section4 .content .title .tit {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
}
.section4 .content .desc {
  width: 65%;
  margin: 1.25rem auto 0;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.section4 .content.active {
  display: block;
}
.section4 .bottom_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.section4 .bottom_box .bottomtab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4 .bottom_box .bottomtab .bottomli {
  flex: 1;
  padding: 2.25rem 0 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section4 .bottom_box .bottomtab .bottomli::before {
  content: '';
  width: 100%;
  height: 0%;
  background-color: #0074CA;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section4 .bottom_box .bottomtab .bottomli:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.section4 .bottom_box .bottomtab .bottomli .icon {
  width: 3.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section4 .bottom_box .bottomtab .bottomli .txt {
  margin-top: 0.8125rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  min-height: 3.5rem;
  padding: 0 0.3125rem;
}
.section4 .bottom_box .bottomtab .bottomli.active::before,
.section4 .bottom_box .bottomtab .bottomli:hover::before {
  height: 100%;
}
.all_more {
  width: 10rem;
  line-height: 3.5rem;
  border-radius: 1.875rem;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  z-index: 9;
}
.all_more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - .25rem);
  height: calc(100% - .25rem);
  transform: scale(0);
  background: #0074CA;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}
.all_more:hover {
  border-color: #0074CA;
  color: #fff;
}
.all_more:hover span {
  background: #0074CA;
}
.all_more:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}
.all_more:hover::before {
  transform: scale(1);
}
.all_moreb {
  width: 10rem;
  line-height: 3.5rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  z-index: 9;
}
.all_moreb::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - .25rem);
  height: calc(100% - .25rem);
  transform: scale(0);
  background: #0074CA;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}
.all_moreb:hover {
  border-color: #0074CA;
  color: #fff;
}
.all_moreb:hover span {
  background: #0074CA;
}
.all_moreb:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}
.all_moreb:hover::before {
  transform: scale(1);
}
.section5 .left {
  padding-right: 5.25rem;
}
.section5 .left .desc {
  margin-top: 2.25rem;
}
.section5 .left .desc h3 {
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
}
.section5 .left .desc p {
  margin-top: 1.125rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: left;
}
.section5 .right {
  padding-left: 9.375rem;
  padding-top: 5rem;
}
.section5 .right .about_num {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3.125rem;
}
.section5 .right .about_num .about_num_li h3 span {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 600;
}
.section5 .right .about_num .about_num_li h3 span.small {
  font-size: 1.25rem;
  color: #fff;
}
.section5 .right .about_num .about_num_li h3 sup {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  top: -1.2em;
}
.section5 .right .about_num .about_num_li p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform:Capitalize
}
.section5 .right .about_num .about_num_li p span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
}
.section6 .m_show_more {
  display: none;
}
.section6 .left {
  position: relative;
}
.section6 .left .desc {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 400;
}
.section6 .left .swiper-button-next,
.section6 .left .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: 6.25rem;
  top: unset;
  bottom: 0;
}
.section6 .left .swiper-button-prev,
.section6 .left .swiper-container-rtl .swiper-button-next {
  left: 0.9375rem;
  top: unset;
  bottom: 0;
}
.section6 .left .swiper-button-next,
.section6 .left .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: unset;
  border: 1px solid #fff;
}
.section6 .left .swiper-button-next i,
.section6 .left .swiper-button-prev i {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.section6 .right {
  padding-right: 5.625rem;
}
.section6 .right .swiper_index_news {
  overflow: hidden;
}
.section6 .right .swiper_index_news .swiper-slide {
  padding: 0 0.9375rem;
}
.section6 .right .swiper_index_news .swiper-slide .news_a {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 1.5625rem 0px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(0.625rem);
  padding: 4.0625rem 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section6 .right .swiper_index_news .swiper-slide .news_a .tag {
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.4375rem 1rem;
  border-radius: 1.875rem;
  border: 1px solid #FFF;
}
.section6 .right .swiper_index_news .swiper-slide .news_a h3 {
  margin-top: 1.875rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  min-height: 2.5rem;
}
.section6 .right .swiper_index_news .swiper-slide .news_a .desc {
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.section6 .right .swiper_index_news .swiper-slide .news_a .time {
  margin-top: 2.1875rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.section6 .right .swiper_index_news .swiper-slide .news_a .more {
  margin-top: 3.75rem;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 3.375rem;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 .right .swiper_index_news .swiper-slide .news_a .more i {
  font-size: 1rem;
  color: #fff;
}
.section6 .right .swiper_index_news .swiper-slide .news_a:hover {
  border-radius: 1.25rem;
  background: rgba(0, 129, 204, 0.8);
  box-shadow: 0px 0.25rem 1.5625rem 0px rgba(14, 48, 140, 0.06);
}
.section {
  background-size: cover;
  background-attachment: fixed;
}
.section7 .bgimg {
  display: none;
}
.section7 .index_coop {
  padding-top: 8.9375rem;
  padding-bottom: 7.25rem;
  background-size: cover;
  background-position: center;
}
.section7 .index_coop .content {
  margin-top: 3.125rem;
  position: relative;
}
.section7 .index_coop .content .swiper_index_coop {
  position: relative;
  overflow: hidden;
  margin: 0 -0.6875rem;
}
.section7 .index_coop .content .swiper_index_coop .swiper-slide {
  padding: 0.6875rem;
}
.section7 .index_coop .content .swiper_index_coop .swiper-slide .index_coop_item {
  height: 6.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.section7 .index_coop .content .swiper_index_coop .swiper-slide .index_coop_item .over {
  padding: 0.75rem 0;
  height: 100%;
  text-align: center;
}
.section7 .index_coop .content .swiper_index_coop .swiper-slide .index_coop_item .over img {
  max-width: 100%;
  width: auto;
  height: 100%;
}
.list_contact {
  padding-top: 6.75rem;
  padding-bottom: 6.25rem;
}
.list_contact .content {
  margin-top: 3.9375rem;
}
.list_contact .content .row .left {
  padding-right: 5.25rem;
}
.list_contact .content .row .left ul > li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.list_contact .content .row .left ul > li .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.875rem;
}
.list_contact .content .row .left ul > li.flex {
  padding-top: 1.1875rem;
  padding-bottom: 0.75rem;
}
.list_contact .content .row .left ul > li.flex .icon {
  width: 2rem;
  height: 2rem;
  display: table;
}
.list_contact .content .row .left ul > li.flex .icon i {
  font-size: 2rem;
  color: #0074CA;
  display: table-cell;
  vertical-align: middle;
}
.list_contact .content .row .left ul > li.flex .text {
  flex: 1;
  padding-left: 1.375rem;
}
.list_contact .content .row .left ul > li.flex .text p:nth-child(1),
.list_contact .content .row .left ul > li.flex .text a:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 700;
}
.list_contact .content .row .left ul > li.flex .text p:nth-child(2),
.list_contact .content .row .left ul > li.flex .text a:nth-child(2) {
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.list_contact .content .row .left ul > li.flex .text p.p1,
.list_contact .content .row .left ul > li.flex .text a.p1 {
  color: #1A1A1A;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_contact .content .row .left ul > li .ewm_box {
  padding-top: 2.125rem;
  display: flex;
}
.list_contact .content .row .left ul > li .ewm_box .ewm_item .img {
  width: 7.625rem;
  margin: 0 auto;
  padding: 0.375rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_contact .content .row .left ul > li .ewm_box .ewm_item .text {
  margin-top: 1.125rem;
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.list_contact .content .row .left ul > li .ewm_box .ewm_item:nth-child(1) {
  margin-right: 3.625rem;
}
.list_contact .content .row .left ul > li:nth-last-child(1) {
  border-bottom: unset;
}
.list_contact .content .row .right .map {
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
}
.list_message {
  background: #F8F8F8;
  padding-top: 6.5rem;
  padding-bottom: 8.25rem;
}
.list_message .content {
  margin-top: 3.4375rem;
}
.list_message .content .msg-a1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.list_message .content .msg-a1 .inpt input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 0.625rem;
}
.list_message .content .msg-a3 {
  margin-top: 1.875rem;
}
.list_message .content .msg-a3 textarea {
  padding: 0.4375rem 0.5625rem;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_message .content .div_aghgha button {
  border: none;
  width: 10rem;
  height: 3.5rem;
  border-radius: 1.875rem;
  background: #0081CC;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
}
.list_message .content .div_aghgha button i {
  font-size: 1.125rem;
  color: #fff;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.list_service {
  padding-top: 13.4375rem;
  padding-bottom: 15.3125rem;
}
.list_service .content {
  position: relative;
}
.list_service .content .bgimg_box {
  position: relative;
  text-align: center;
}
.list_service .content .bgimg_box .title {
  display: none;
}
.list_service .content .bgimg_box > img {
  animation: rotate 8s linear infinite;
}
.list_service .content .bgimg_box .bgimg {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list_service .content .bgimg_box .bgimg img {
  animation: rotate 8s linear infinite;
}
.list_service .content .bgimg_box .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24.375rem;
  height: 24.375rem;
  border-radius: 24.375rem;
  background: linear-gradient(180deg, #009BF5 0%, #0081CC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.list_service .content .bgimg_box .img p {
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.list_service .content .bgimg_box .img::before {
  content: '';
  display: block;
  width: 29.125rem;
  height: 29.125rem;
  background-image: url('../images/yuan.png');
  background-size: 100% 100%;
  position: absolute;
  animation: rotate 5s linear infinite;
}
.list_service .content .bgimg_box ul li {
  position: absolute;
}
.list_service .content .bgimg_box ul li .icon {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.list_service .content .bgimg_box ul li .icon img {
  width: 3.625rem;
  height: 3.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service .content .bgimg_box ul li .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  flex: 1;
}
.list_service .content .bgimg_box ul li:hover .icon img {
  transform: translateY(-0.3125rem);
}
.list_service .content .bgimg_box ul li:nth-child(1) {
  top: -5.625rem;
  left: 45%;
  display: flex;
  flex-direction: column;
}
.list_service .content .bgimg_box ul li:nth-child(1) .text {
  order: 1;
}
.list_service .content .bgimg_box ul li:nth-child(1) .icon {
  margin: 0.625rem auto 0;
  order: 2;
}
.list_service .content .bgimg_box ul li:nth-child(2) {
  display: flex;
  align-items: center;
  left: 65%;
  top: 15%;
}
.list_service .content .bgimg_box ul li:nth-child(2) .text {
  text-align: left;
  padding-left: 0.625rem;
}
.list_service .content .bgimg_box ul li:nth-child(3) {
  display: flex;
  align-items: center;
  top: 63%;
  left: 65%;
}
.list_service .content .bgimg_box ul li:nth-child(3) .text {
  text-align: left;
  padding-left: 0.625rem;
}
.list_service .content .bgimg_box ul li:nth-child(4) {
  top: 85%;
  left: 40%;
}
.list_service .content .bgimg_box ul li:nth-child(4) .icon {
  margin: 0 auto;
}
.list_service .content .bgimg_box ul li:nth-child(4) .text {
  margin-top: 0.625rem;
  text-align: center;
}
.list_service .content .bgimg_box ul li:nth-child(5) {
  display: flex;
  align-items: center;
  top: 63%;
  left: 7%;
}
.list_service .content .bgimg_box ul li:nth-child(5) .icon {
  order: 2;
}
.list_service .content .bgimg_box ul li:nth-child(5) .text {
  order: 1;
  margin-right: 0.625rem;
  text-align: right;
}
.list_service .content .bgimg_box ul li:nth-child(6) {
  display: flex;
  align-items: center;
  top: 15%;
  left: 7%;
}
.list_service .content .bgimg_box ul li:nth-child(6) .icon {
  order: 2;
}
.list_service .content .bgimg_box ul li:nth-child(6) .text {
  order: 1;
  margin-right: 0.625rem;
  text-align: right;
}
.channel_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
}
.channel_box .channel_grid {
  display: flex;
}
.channel_box .channel_grid .channel_item {
  flex: 1;
  border-right: 1px solid #E5E5E5;
  text-align: center;
  position: relative;
}
.channel_box .channel_grid .channel_item:nth-child(1) {
  border-left: 1px solid #E5E5E5;
}
.channel_box .channel_grid .channel_item a {
  padding: 2.4375rem 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
}
.channel_box .channel_grid .channel_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.125rem;
  background-color: #0074CA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_box .channel_grid .channel_item:hover a,
.channel_box .channel_grid .channel_item.active a {
  color: #0074CA;
}
.channel_box .channel_grid .channel_item:hover::before,
.channel_box .channel_grid .channel_item.active::before {
  width: 100%;
}
.list_about_one {
  padding-top: 6.25rem;
}
.list_about_one .desc {
  margin-top: 2.0625rem;
  padding-bottom: 5rem;
}
.list_about_one .desc h3 {
  color: #0081CC;
  font-size: 1.625rem;
  font-weight: 700;
}
.list_about_one .desc p {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_about_one .desc .over {
  margin-top: 3.75rem;
  border-radius: 1.25rem;
}
.list_about_one .index_about_num {
  background-size: cover;
  background-position: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.list_about_one .index_about_num .content .about_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.list_about_one .index_about_num .content .about_item h3 {
  text-align: center;
}
.list_about_one .index_about_num .content .about_item h3 span {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 600;
}
.list_about_one .index_about_num .content .about_item h3 span.small {
  font-size: 1.25rem;
  color: #fff;
}
.list_about_one .index_about_num .content .about_item h3 sup {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  top: -1em;
}
.list_about_one .index_about_num .content .about_item p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  min-height: 4.5rem;
}
.list_about_one .index_about_num .content .about_item p span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
}
.list_about_one .index_about_num .content .swiper_aboutnum {
  position: relative;
  padding-bottom: 5rem;
  overflow: hidden;
}
.list_about_one .index_about_num .content .swiper_aboutnum .about_item h3 {
  text-align: center;
}
.list_about_one .index_about_num .content .swiper_aboutnum .about_item h3 span {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 600;
}
.list_about_one .index_about_num .content .swiper_aboutnum .about_item h3 sup {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  top: -1em;
}
.list_about_one .index_about_num .content .swiper_aboutnum .about_item p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.list_about_one .index_about_num .content .swiper_aboutnum .about_item p span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
}
.list_about_one .index_about_num .content .swiper_aboutnum .swiper-pagination {
  justify-content: center;
  bottom: 0;
}
.list_about_one .index_about_num .content .swiper_aboutnum .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.list_about_one .index_about_num .content .swiper_aboutnum .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.list_about_two .bgimg li {
  display: none;
}
.list_about_two .bgimg li.active {
  display: block;
}
.list_about_two .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_about_two .content .all_title {
  position: absolute;
  left: var(--container);
  top: 7.1875rem;
}
.list_about_two .content ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.list_about_two .content ul li {
  text-align: center;
  display: table;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.list_about_two .content ul li .culture_box {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.list_about_two .content ul li .culture_box .icon {
  width: 7.625rem;
  height: 7.625rem;
  margin: 0 auto;
  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 .culture_box .title {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0.9375rem;
  padding-bottom: 2.0625rem;
  position: relative;
  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 .culture_box .desc {
  margin-top: 1.6875rem;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  min-height: 4.75rem;
  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 .culture_box:hover .icon {
  transform: translateY(-0.625rem) rotateY(180deg);
}
.list_about_two .content ul li .culture_box:hover .title,
.list_about_two .content ul li .culture_box:hover .desc {
  transform: translateY(-0.625rem);
}
.list_about_two .content ul li:nth-last-child(1) {
  border-right: unset;
}
.list_about_three {
  background-size: cover;
  background-position: center;
  padding-top: 6.25rem;
  padding-bottom: 7.75rem;
}
.list_about_three .content {
  position: relative;
}
.list_about_three .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  top: 50%;
}
.list_about_three .content .swiper_milestones {
  position: relative;
  overflow: hidden;
  padding-left: 0.625rem;
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}
.list_about_three .content .swiper_milestones .swiper-slide {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 1.25rem;
  padding-right: 1.875rem;
  position: relative;
}
.list_about_three .content .swiper_milestones .swiper-slide .mil_box {
  position: relative;
  padding-bottom: 2rem;
}
.list_about_three .content .swiper_milestones .swiper-slide .mil_box::before {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #AEAEAE;
  position: absolute;
  left: -1.625rem;
  bottom: -0.6875rem;
}
.list_about_three .content .swiper_milestones .swiper-slide .mil_box .over {
  border-radius: 1.25rem;
}
.list_about_three .content .swiper_milestones .swiper-slide .mil_box .text {
  min-height: 8.2rem;
}
.list_about_three .content .swiper_milestones .swiper-slide .mil_box .text h3 {
  margin-top: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
line-height:1.3;
}
.list_about_three .content .swiper_milestones .swiper-slide .mil_box .text p:nth-child(2) {
  margin-top: 0.375rem; 
}
.list_about_three .content .swiper_milestones .swiper-slide .mil_box .text p {

  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height:1.5;
}
.list_about_three .content .swiper_milestones .swiper-slide-active {
  margin-top: 23rem;
}
.list_about_three .content .swiper_milestones .swiper-slide-active .mil_box {
  padding-top: 2rem;
  padding-bottom: 0;
}
.list_about_three .content .swiper_milestones .swiper-slide-active .mil_box::before {
  top: -0.5625rem;
}
.list_about_three .content .swiper_milestones .swiper-slide-active + .swiper-slide + .swiper-slide {
  margin-top: 23rem;
}
.list_about_three .content .swiper_milestones .swiper-slide-active + .swiper-slide + .swiper-slide .mil_box {
  padding-top: 2rem;
  padding-bottom: 0;
}
.list_about_three .content .swiper_milestones .swiper-slide-active + .swiper-slide + .swiper-slide .mil_box::before {
  top: -0.5625rem;
}
.list_about_three .content .swiper_milestones .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  margin-top: 23rem;
}
.list_about_three .content .swiper_milestones .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .mil_box {
  padding-bottom: 0;
  padding-top: 2rem;
}
.list_about_three .content .swiper_milestones .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .mil_box::before {
  top: -0.5625rem;
  left: 0;
}
.list_about_three .content .swiper-button-prev,
.list_about_three .content .swiper-button-next {
  background-color: #fff;
}
.list_about_three .content .swiper-button-prev i,
.list_about_three .content .swiper-button-next i {
  color: #000000;
  font-weight: 700;
  font-size: 1.125rem;
}
.list_about_four {
  padding-top: 6.25rem;
  padding-bottom: 4.8125rem;
  background: radial-gradient(50% 50% at 50% 50%, #232840 0%, #0F121F 100%), #ECF7FD;
}
.list_about_four .content {
  position: relative;
}
.list_about_four .content .text {
  position: absolute;
  bottom: 0;
}
.list_about_four .content .text p {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_about_six .m_show_bg {
  display: none;
}
.list_about_six .content {
  position: absolute;
  top: 8.75rem;
}
.list_about_six .content .desc {
  margin-top: 5.3125rem;
}
.list_about_six .content .desc h3 {
  color: #0081CC;
  text-align: justify;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.list_about_six .content .desc p {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_about_coop {
  padding-top: 6.25rem;
  padding-bottom: 5.125rem;
}
.list_about_coop .content {
  margin-top: 2.5rem;
}
.list_about_coop .content .swiper_partners {
  position: relative;
  padding-bottom: 3.75rem;
  margin: -0.6875rem;
  overflow: hidden;
}
.list_about_coop .content .swiper_partners .swiper-slide {
  padding: 0.6875rem;
}
.list_about_coop .content .swiper_partners .swiper-slide .coop_box {
  height: 6.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.list_about_coop .content .swiper_partners .swiper-slide .coop_box .over {
  height: 100%;
  padding: 0.6875rem 0.875rem;
  text-align: center;
}
.list_about_coop .content .swiper_partners .swiper-slide .coop_box .over img {
  width: auto;
  height: 100%;
}
.list_about_coop .content .swiper_partners .swiper-pagination {
  justify-content: center;
}
.list_case .list_case_box {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-left: var(--container);
  padding-right: var(--container);
  background: #F8F8F8;
}
.list_case .list_case_box .left {
  width: 45%;
  padding-right: 1.875rem;
}
.list_case .list_case_box .left .title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.625rem;
  font-weight: 700;
}
.list_case .list_case_box .left .desc {
  margin-top: 1.1875rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: justify;
}
.list_case .list_case_box .left .all_moreb {
  margin-top: 3.4375rem;
}
.list_case .list_case_box .right {
  width: 55%;
  padding-left: 3.75rem;
}
.list_case .list_case_box .right .over {
  border-radius: 1.25rem;
}
.list_case .list_case_box:nth-child(even) {
  background: #FFF;
}
.list_case .list_case_box:nth-child(even) .left {
  order: 2;
  padding-left: 1.875rem;
  padding-right: 0;
}
.list_case .list_case_box:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3.75rem;
}
.show_case_one {
  padding-top: 6.25rem;
  padding-bottom: 5.125rem;
}
.show_case_one .desc {
  margin-top: 1.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 2rem;
}
.show_case_one .content {
  margin-top: 50px;
}
.show_case_one .content .swiper_yyjj {
  position: relative;
  padding-bottom: 3.75rem;
  margin: 0 -1.625rem;
  overflow: hidden;
}
.show_case_one .content .swiper_yyjj .swiper-slide {
  padding: 0 1.625rem;
}
.show_case_one .content .swiper_yyjj .swiper-slide .over {
  border-radius: 1.25rem;
}
.show_case_one .content .swiper_yyjj .swiper-pagination {
  justify-content: center;
}
.show_case_two {
  padding-top: 4.375rem;
  padding-bottom: 3.875rem;
  background: #F8F8F8;
}
.show_case_two .content .swiper_prorecommend {
  position: relative;
  padding-bottom: 3.125rem;
  overflow: hidden;
}
.show_case_two .content .swiper_prorecommend .recommend_box {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 3.125rem 3.625rem 3.1875rem 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_case_two .content .swiper_prorecommend .recommend_box .left {
  width: 44%;
}
.show_case_two .content .swiper_prorecommend .recommend_box .left .title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2rem;
  font-weight: 700;
}
.show_case_two .content .swiper_prorecommend .recommend_box .left ul li {
  display: flex;
  padding: 1.25rem 0 1.5rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
}
.show_case_two .content .swiper_prorecommend .recommend_box .left ul li strong {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
  font-weight: 700;
  padding-right: 0.3125rem;
}
.show_case_two .content .swiper_prorecommend .recommend_box .right {
  width: 56%;
}
.show_case_two .content .swiper_prorecommend .swiper-pagination {
  justify-content: center;
}
.list_product_box .list_product {
  padding-top: 6.5625rem;
  padding-bottom: 7.25rem;
}
.list_product_box .list_product .recommend_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_product_box .list_product .recommend_box .left {
  width: 44%;
  padding-right: 3.5rem;
}
.list_product_box .list_product .recommend_box .left .title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2rem;
  font-weight: 700;
}
.list_product_box .list_product .recommend_box .left ul li {
  display: flex;
  padding: 1.25rem 0 1.5rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
}
.list_product_box .list_product .recommend_box .left ul li strong {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
  font-weight: 700;
  padding-right: 0.3125rem;
  text-transform: Capitalize;
}
.list_product_box .list_product .recommend_box .right {
  padding-left: 3.125rem;
  width: 56%;
  position: relative;
}
.list_product_box .list_product .recommend_box .right .text {
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #c7e1f0;
  font-family: Roboto;
  font-size: 9.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: transparent;
  position: absolute;
  top: -4.375rem;
  z-index: 1;
}
.list_product_box .list_product .recommend_box .right .over {
  position: relative;
  z-index: 2;
}
.list_product_box .list_product:nth-child(odd) {
  background-image: url(../images/probg.jpg);
  background-size: cover;
  background-position: center;
}
.list_product_box .list_product:nth-child(even) .left {
  order: 2;
  padding-right: 0;
  padding-left: 2.875rem;
}
.list_product_box .list_product:nth-child(even) .right {
  order: 1;
  padding-right: 1.875rem;
}
.app_sidebar {
  width: var(--container);
  margin-left: 1.25rem;
  padding-right: 30px;
  position: fixed;
  top: 16.875rem;
  display: none;
  z-index: 99;
}
.app_sidebar.white::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.app_sidebar.white li a {
  color: rgba(255, 255, 255, 0.6);
}
.app_sidebar.active {
  display: block;
}
.app_sidebar::before {
  content: '';
  width: 1px;
  height: calc(100% - 3rem);
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0.75rem;
}
.app_sidebar li {
  position: relative;
  padding-left: 1.25rem;
  padding-bottom: 1.5625rem;
}
.app_sidebar li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}
.app_sidebar li::before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #B9B9B9;
  position: absolute;
  left: -6px;
  top: 0.625rem;
}
.app_sidebar li.active a,
.app_sidebar li:hover a {
  color: #0074CA;
}
.app_sidebar li.active::before,
.app_sidebar li:hover::before {
  background-color: #0074CA;
}
.list_application_one {
  padding-top: 6.0625rem;
  padding-bottom: 7.6875rem;
}
.list_application_one .m_show {
  display: none;
}
.list_application_one .row {
  align-items: end;
}
.list_application_one .left {
  padding-right: 1.25rem;
}
.list_application_one .right {
  padding-left: 4.125rem;
}
.list_application_one .right ul {
  margin-top: 1.75rem;
}
.list_application_one .right ul li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.list_application_one .right ul li .icon {
  width: 8.75rem;
  height: 8.75rem;
  line-height: 8.75rem;
  border-radius: 0.625rem;
  background: #F8F8F8;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.list_application_one .right ul li .text {
  flex: 1;
  padding-left: 1.25rem;
}
.list_application_one .right ul li .text h3 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.375rem;
}
.list_application_one .right ul li .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: justify;
}
.list_application_two {
  padding-top: 7.0625rem;
  padding-bottom: 3.875rem;
  background: radial-gradient(50% 50% at 50% 50%, #2A3049 0%, #0F121F 100%);
}
.list_application_two .content .m_show {
  display: none;
}
.list_application_three {
  padding-top: 7.0625rem;
  padding-bottom: 4.1875rem;
}
.list_application_three .content {
  margin-top: 2.5rem;
}
.list_application_three .content ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.list_application_three .content ul li:nth-child(1) {
  width: 26.25rem;
  height: 26.25rem;
  border-radius: 50%;
  border: 20px solid #F8F8F8;
  display: table;
  margin-bottom: 3.125rem;
}
.list_application_three .content ul li:nth-child(1) .con {
  display: table-cell;
  vertical-align: bottom;
  padding: 2.5rem;
}
.list_application_three .content ul li:nth-child(2) {
  width: 38.75rem;
  height: 38.75rem;
  border-radius: 38.75rem;
  border: 1.625rem solid #DAF1FF;
  background: #FFF;
  display: table;
  margin-left: -4.375rem;
}
.list_application_three .content ul li:nth-child(2) .con {
  display: table-cell;
  vertical-align: middle;
  padding: 1.875rem;
}
.list_application_three .content ul li:nth-child(2) .con .tit {
  margin-bottom: 2.25rem;
}
.list_application_three .content ul li .tit {
  width: 70%;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.875rem;
  margin: 0 auto;
}
.list_application_three .content ul li .tit span {
  color: #0081CC;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
}
.list_application_three .content ul li:nth-child(1) .tit {
  display: none;
}
.list_application_three .content ul li .text {
  margin-top: 3.125rem;
}
.list_application_three .content ul li .text h3 {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.list_application_three .content ul li .text p {
  margin-top: 0.375rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_application_four {
  background: #ECF7FD;
}
.list_application_four .row .left {
  padding-top: 14rem;
  padding-bottom: 12.4375rem;
}
.list_application_four .row .left .desc {
  margin-top: 1.875rem;
}
.list_application_four .row .left .desc p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.75rem;
  position: relative;
  padding-left: 1.875rem;
}
.list_application_four .row .left .desc p::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #474b4c;
  position: absolute;
  top: 1.25rem;
  left: 0.9375rem;
}
.list_application_four .row .right .over {
  padding-top: 14rem;
  padding-bottom: 12.4375rem;
  padding-left: 0.9375rem;
  padding-right: 1.25rem;
}
.list_application_six .left .over {
  padding-top: 4.8125rem;
  padding-bottom: 4.8125rem;
  padding-right: 10rem;
  padding-left: 5.625rem;
}
.list_application_six .right {
  padding-top: 4.8125rem;
  padding-bottom: 4.8125rem;
}
.list_application_six .right .desc {
  margin-top: 1.6875rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_application_six .right .content {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  background: #F8F8F8;
  padding: 3.125rem 0 2.625rem 1.625rem;
}
.list_application_six .right .content ul {
  display: flex;
  justify-content: space-between;
}
.list_application_six .right .content ul li .over {
  height: 12.5rem;
}
.list_application_six .right .content ul li .over img {
  height: 100%;
}
.list_application_six .right .content ul li .text {
  margin-top: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_application_seven {
  background: radial-gradient(50% 50% at 50% 50%, #2A3049 0%, #0F121F 100%), #262626;
}
.list_application_seven .m_show {
  display: none;
}
.list_application_seven .left {
  padding-top: 9.375rem;
  padding-bottom: 6.0625rem;
}
.list_application_seven .left .desc {
  margin-top: 2.5rem;
}
.list_application_seven .left .desc p {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.list_application_seven .left .desc ul {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.list_application_seven .left .desc ul li {
  position: relative;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 3.5rem;
  padding-left: 1.875rem;
}
.list_application_seven .left .desc ul li::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0.625rem;
  top: 1.375rem;
}
.list_application_seven .left .content {
  margin-top: 3.125rem;
  padding-right: 1.875rem;
}
.list_application_seven .left .content ul {
  border-radius: 1.25rem;
  border: 1px dashed #FFF;
  padding: 1.25rem 2.125rem 1.3125rem 1.25rem;
}
.list_application_seven .left .content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_application_seven .left .content ul li .over {
  width: 16.125rem;
  border-radius: 1.25rem;
}
.list_application_seven .left .content ul li .text {
  flex: 1;
  padding-left: 1.875rem;
}
.list_application_seven .left .content ul li .text h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.list_application_seven .left .content ul li .text p {
  margin-top: 1rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: justify;
}
.list_application_seven .right .over {
  padding-right: 2.75rem;
  padding-left: 4.6875rem;
  padding-top: 9.375rem;
  padding-bottom: 6.0625rem;
}
.list_application_eight {
  padding-top: 7.5rem;
  padding-bottom: 7.1875rem;
}
.list_application_eight .content .swiper_zhypt {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
  margin: 0 -0.625rem;
}
.list_application_eight .content .swiper_zhypt .swiper-slide {
  padding: 0 0.625rem;
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box {
  border-radius: 1.25rem;
  background: #F8F8F8;
  overflow: hidden;
  padding-bottom: 2.0625rem;
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box .text {
  margin-top: 1.75rem;
  padding: 0 0.75rem 0 0.9375rem;
  height: 12rem;
  overflow-y: auto;
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #8b8b8b;
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box .text h3 {
  color: #0081CC;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  padding-left: 1.25rem;
  position: relative;
}
.list_application_eight .content .swiper_zhypt .swiper-slide .zhy_box .text p::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.list_application_eight .content .swiper_zhypt .swiper-pagination {
  justify-content: center;
}
.list_download {
  padding-top: 5.25rem;
  padding-bottom: 6.5625rem;
  background: #F8F8F8;
}
.list_download .list_download_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.list_download .list_download_box .list_download_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 1.875rem 2.5rem 1.875rem 2rem;
}
.list_download .list_download_box .list_download_item .img {
  width: 12.9375rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_download .list_download_box .list_download_item .text {
  flex: 1;
  padding-left: 3.1875rem;
}
.list_download .list_download_box .list_download_item .text h3 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.6875rem;
}
.list_download .list_download_box .list_download_item .text p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6875rem;
}
.list_download .list_download_box .list_download_item .text p span {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}
.list_download .list_download_box .list_download_item .text .btn {
  margin-top: 2.5rem;
  float: right;
  width: 10rem;
  height: 2.875rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .list_download_box .list_download_item .text .btn i {
  transform: rotate(180deg);
  margin-left: 0.5rem;
}
.list_download .list_download_box .list_download_item .text .btn:hover {
  background-color: #0074CA;
  color: #fff;
  border: 1px solid #0074CA;
}
.list_download .list_download_box .list_download_item .text .btn:hover i {
  color: #fff;
}
.ycas-sd {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}
.ycas-sd .uansnr-a {
  width: 100%;
  height: 100%;
}
.ycas-sd .uansnr-a .dzb-v1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 20%;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-v1 {
    width: 90%;
  }
}
.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.ycas-sd .uansnr-a .dzb-v1 .jataxta {
  position: absolute;
  right: 4%;
  top: 1.25rem;
}
.ycas-sd .uansnr-a .dzb-v1 .jataxta i {
  color: #999999;
  font-size: 1.125rem;
}
.hidden {
  display: none;
}
.uansnr-a {
  position: relative;
}
.uansnr-a .dzb-v1 {
  position: relative;
}
.uansnr-a .dzb-v1 .jataxta {
  position: absolute;
  top: 2.6875rem;
  right: 3.0625rem;
}
.uansnr-a .dzb-v1 .jataxta i {
  font-size: 1.75rem;
  color: #999999;
}
.uansnr-a .dzb-v1 .dzb-cont1 {
  padding-top: 2.375rem;
}
.uansnr-a .dzb-v1 .dzb-cont1 .title {
  color: #0081CC;
  font-size: 1.8rem;
  font-weight: 700;
}
.uansnr-a .dzb-v1 .dzb-cont1 .content {
  background-color: #fff;
  padding: 2rem 0 3rem;
}
.uansnr-a .dzb-v1 .dzb-cont1 .content .img {
  width: 12.5rem;
  margin: 0 auto;
}
.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 {
  margin-top: 4.375rem;
}
.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 {
  padding: 0 6.875rem;
}
.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd {
  width: 100%;
  margin-bottom: 1.25rem;
}
.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .weha1 dl dd input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 1.25rem;
}
.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .bottom {
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.375rem 0;
}
.uansnr-a .dzb-v1 .dzb-cont1 .dzb-a1 .fome-dzb .bottom .more-msl {
  cursor: pointer;
  width: 10rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border-radius: 1.75rem;
  background: #0081CC;
  margin: 0 auto;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
.MicrosoftMap .Infobox .infobox-stalk,
.MicrosoftMap .InfoboxCustom .infobox-stalk {
  background-image: unset !important;
}
.sectionbig .content::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.sectionbig .content .swiper_milestones .swiper-slide {
  border-color: rgba(255, 255, 255, 0.7);
}
.sectionbig .content .swiper_milestones .swiper-slide .mil_box .text h3,
.sectionbig .content .swiper_milestones .swiper-slide .mil_box .text p {
  color: #fff;
   text-transform:Capitalize
}
#translate {
  display: none;
}
