@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.875rem;
}
.bg {
  background: #F08300;
}
.bgf8 {
  background: #F2F6F9;
}
.c {
  color: #F08300;
}
.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;
}
#translate{
    height: 2.1875rem;
    border: 1px solid #F08300;
    padding: 0 .5rem;
    border-radius: 2rem;
}
#translate select{
    border: none;
        border-radius: 5rem;
        height: 100%;
        font-size: 0.875rem;
}


.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: #F08300;
  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: #F08300;
  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: #0d4e92;
  display: none;
}
.foot-fot .foota2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #F08300;
}
.search_more:hover::before {
  background: #F08300;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 15rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 3.125rem;
  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: left;
  font-size: 0.875rem;
  padding-left: 2rem;
}
.er-ul li:hover a {
  color: #F08300 !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: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #F08300;
}
.searchbox {
  border-color: #F08300;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  padding: 1.1875rem 0 0;
}
.ajhhsd a {
  color: #FFF;
}
.ajhhsd a:hover {
  color: #F08300;
}
.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 {
  flex: 1;
  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: #F08300;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #F08300;
  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: #F08300;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #F08300;
}
.rightfix li:hover .iconfont {
  background: #0d4e92;
  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;
  height: 6.875rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  align-items: center;
}
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.active > a,
header.active .center ul li.active > a {
  color: #F08300;
}
header:hover .lanuage a,
header.active .lanuage a {
  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,
header.active .logo {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 2.9375rem;
}
header .logo img img {
  filter: brightness(0) invert(1);
}
header .ds1 {
  margin-left: 3.125rem;
}
header .ds1 .iconfont {
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
  color: #4B4B4B;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
  position: relative;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #4B4B4B;
  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: #F08300;
}
header .lanuage .yy-sec {
  position: absolute;
  left: 50%;
  top: 3rem;
  width: 5.5rem;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
header .lanuage .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
header .lanuage .yy-sec a + a {
  border-top: 1px solid #333;
}
header .lanuage .yy-sec a:hover {
  color: #F08300;
}
header .center > ul > li {
  float: left;
  padding: 0 2.5rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4B4B4B;
  position: relative;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #F08300;
}
header .contact {
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .contact ul li .i svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
header .contact ul li .p {
  color: #797979;
  text-align: right;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0.625rem;
}
header .contact .getaquote {
  color: #0D4E92;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 0.4375rem;
  border-radius: 3.75rem;
  height: 2.1875rem;
  border: 1px solid #F08300;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .contact .getaquote:hover {
  background: #F08300;
  color: #fff;
}
.sec_box {
  position: absolute;
  top: 6.875rem;
  left: 50%;
  width: 60%;
  opacity: 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  background-color: #f3f6f9;
  overflow: hidden;
}
.sec_box.sec_box2 {
  width: 65%;
}
.sec_box.sec_box2 .left {
  width: 40%;
}
.sec_box.sec_box2 .left ul li a {
  position: relative;
}
.sec_box.sec_box2 .left ul li a::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/8e483ad90f4a57b84e1617d541efd71d.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.75rem;
  top: 1.8rem;
}
.sec_box.sec_box2 .left ul li a p {
  color: #4B4B4B;
  font-size: 0.75rem;
}
.sec_box.sec_box2 .right {
  width: 60%;
}
.sec_box.sec_box2 .right ul {
  width: 55%;
}
.sec_box.sec_box2 .right ul li::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #6D6D6D;
  position: absolute;
  top: 1rem;
  left: 0.625rem;
}
.sec_box.sec_box2 .right ul li:hover::before {
  background-color: #0D4E92;
}
.sec_box.sec_box2 .right ul li:hover a {
  color: #0D4E92;
}
.sec_box.sec_box2 .right ul.ulbb {
  grid-template-columns: unset;
  grid-template-rows: unset;
  grid-auto-flow: unset;
}
.sec_box.sec_box2 .right .img_box {
  width: 45%;
  background-color: #b2b8c4;
  padding: 1rem;
}
.sec_box.sec_box3 {
  width: 35%;
  left: 70%;
}
.sec_box.sec_box3 .left {
  width: 48%;
}
.sec_box.sec_box3 .left ul li a {
  padding: 1rem 1.875rem;
  font-weight: 600;
}
.sec_box.sec_box3 .right {
  width: 52%;
}
.sec_box .left {
  width: 25%;
  height: 100%;
}
.sec_box .left ul li {
  position: relative;
}
.sec_box .left ul li a {
  border: 1px solid transparent;
  font-size: 1rem;
  padding: 1.4375rem 1.875rem 1.375rem;
}
.sec_box .left ul li a span {
  color: #4B4B4B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.sec_box .left ul li:hover a,
.sec_box .left ul li.active a {
  background: rgba(13, 78, 146, 0.05);
  border: 1px solid #dce6f0;
}
.sec_box .left ul li:hover a span,
.sec_box .left ul li.active a span {
  color: #0D4E92;
}
.sec_box .right {
  width: 75%;
  padding: 1.0625rem 2.5625rem 2.875rem 2.0625rem;
  background: #fff;
}
.sec_box .right ul {
  width: 53%;
}
.sec_box .right ul li {
  padding-left: 1.5625rem;
  position: relative;
}
.sec_box .right ul li::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.875rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/8e483ad90f4a57b84e1617d541efd71d.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.3125rem;
  top: 0.9rem;
}
.sec_box .right ul li a {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 3;
}
.sec_box .right ul li:hover a {
  color: #0D4E92;
}
.sec_box .right .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
}
.sec_box .right .img_box {
  width: 45%;
}
header .center > ul > li:hover .sec_box {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
footer {
  background: #1C5BA5;
  padding-top: 6.0625rem;
}
footer .foot_top {
  padding-bottom: 4.5625rem;
}
footer .foot_top .left {
  color: #fff;
  width: 23%;
}
footer .foot_top .left .tit {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}
footer .foot_top .left .foot-contact {
  margin-top: 0.625rem;
}
footer .foot_top .left .foot-contact ul li {
  display: flex;
  padding: 0.3125rem 0;
}
footer .foot_top .left .foot-contact ul li .icon {
  margin-right: 0.625rem;
}
footer .foot_top .left .foot-contact ul li .icon i {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot_top .left .foot-contact ul li .icon svg {
  width: 1.4375rem !important;
}
footer .foot_top .left .foot-contact ul li p {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
footer .foot_top .left .ewm_box {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
footer .foot_top .left .ewm_box .img {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.5rem;
  background-color: #fff;
}
footer .foot_top .left .ewm_box .text {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .foot_top .right {
  width: 75%;
}
footer .foot_top .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .right .footnav > li:nth-child(1) {
  width: 21%;
}
footer .foot_top .right .footnav .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}
footer .foot_top .right .footnav .subfootnav {
  margin-top: 0.625rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli {
  padding-left: 1.25rem;
  position: relative;
}
footer .foot_top .right .footnav .subfootnav .subfootli::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0.5rem;
  top: 0.875rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli:hover > a {
  color: #fff;
}
footer .foot_top .right .footnav .subfootnav .subfootli:hover > a::before {
  background-color: #fff;
}
footer .foot_top .right .bottom .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}
footer .foot_top .right .bottom .fenxing_box ul {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
footer .foot_top .right .bottom .fenxing_box ul li {
  margin-right: 1rem;
}
footer .foot_top .right .bottom .fenxing_box ul li a {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot_top .right .bottom .fenxing_box ul li a i {
  font-size: 1rem;
  color: #1c5ba5;
}
footer .foot_top .right .bottom .fenxing_box ul li:hover a {
  background: #F08300;
}
footer .foot_top .right .bottom .fenxing_box ul li:hover a i {
  color: #fff;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 1.875rem 0 2.375rem;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  color: #fff;
}
footer .copyright .left a {
  margin-left: 2.1875rem;
}
@-webkit-keyframes banscaleDraw {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.mt300 {
  margin-top: 15rem;
}
.banner {
  background-color: #f2f6f9;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 6.25rem;
}
.banner .hover .p3 {
  color: #242424;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 3.75rem;
  /* 200% */
}
.banner .hover .p1 {
  color: #242424;
  font-family: Montserrat;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.banner .hover .p1 span {
  background: linear-gradient(90deg, #1C5BA5 35.1%, #E40000 93.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.banner .hover .p2 {
  color: #575757;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.banner .hover .p2 ul li {
  position: relative;
  padding-left: 1.875rem;
}
.banner .hover .p2 ul li strong,
.banner .hover .p2 ul li b {
  color: #242424;
}
.banner .hover .p2 ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #242424;
  position: absolute;
  left: 0.625rem;
  top: 1rem;
}
.banner .hover .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}
.banner .hover .grid_box .grid_item {
  text-align: center;
}
.banner .hover .grid_box .grid_item h3 {
  color: #242424;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.875rem;
}
.banner .hover .grid_box .grid_item p {
  color: #575757;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.875rem;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}
.banner .img {
  border-radius: 0 0 18.75rem 0;
  overflow: hidden;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 3.125rem;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: unset;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/8e483ad90f4a57b84e1617d541efd71d.svg');
  background-size: 100% 100%;
}
.banner .swiper-pagination-bullet {
  width: 1.0938rem;
  height: 1.5625rem;
  margin-right: 0.625rem;
  border: unset;
  opacity: 0.5;
  background: unset;
  border-radius: unset;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/8e483ad90f4a57b84e1617d541efd71d.svg');
  background-size: 100% 100%;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  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.4375rem;
  height: 3.4375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #F08300;
  border: unset;
  line-height: 3.4375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 1.25rem;
}
.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: #F08300;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .img {
  border-radius: 0 0 12.5rem 0;
  overflow: hidden;
}
.neibanner .neibanner_txt {
  padding-top: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.neibanner .form_search .contact .input_flex {
  display: flex;
  align-items: center;
  width: 29.25rem;
  height: 3.75rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 0 1.25rem 0 1.6875rem;
}
.neibanner .form_search .contact .input_flex .input_box {
  flex: 1;
}
.neibanner .form_search .contact .input_flex .input_box input {
  width: 100%;
  background-color: unset;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.neibanner .form_search .contact .input_flex .input_box input::placeholder {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.neibanner .form_search .contact .input_flex .btt {
  background-color: unset;
  border: none;
}
.neibanner .form_search .contact .input_flex .btt i {
  color: #fff;
  font-size: 1.25rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.125rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  position: relative;
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
}
.yyhy_content .yyhy_con .yyhy_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.25rem;
  background-color: #F08300;
  position: absolute;
  bottom: 0;
  left: 0;
  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 .over {
  border-radius: 0.9375rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  aspect-ratio: 446/316;
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 0;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #6B6B6B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: #6B6B6B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.yyhy_content .yyhy_con .yyhy_item .text .more {
  display: inline-block;
  margin-top: 0.625rem;
  color: #6B6B6B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  vertical-align: middle;
}
.yyhy_content .yyhy_con .yyhy_item .text .more i {
  font-size: 0.75rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover::before {
  width: 100%;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3,
.yyhy_content .yyhy_con .yyhy_item:hover .text p,
.yyhy_content .yyhy_con .yyhy_item:hover .text .time,
.yyhy_content .yyhy_con .yyhy_item:hover .text .more {
  color: #F08300;
}
.news_show_box {
  background: #F2F6F9;
  padding-top: 6.875rem;
  padding-bottom: 9.125rem;
}
.news_show_box .mbxdh {
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
}
.news_show_box .mbxdh .ajhhsd {
  color: #686868;
  padding: 1.1875rem 0 1.25rem;
}
.news_show_box .mbxdh .ajhhsd a {
  color: #686868;
}
.news_show_box .content_box {
  padding-top: 8.125rem;
}
.news_show_box .content_box .title {
  padding-bottom: 1.6875rem;
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
}
.news_show_box .content_box .title h3 {
  color: #282828;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1.5;
}
.news_show_box .content_box .title .subtit {
  margin-top: 1.25rem;
  color: #818181;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  justify-content: center;
}
.news_show_box .content_box .title .subtit p {
  padding: 0 1.25rem;
}
.news_show_box .content_box .content {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
  color: #818181;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-transform: capitalize;
}
.news_show_box .content_box .shangxia_p p {
  color: #414141;
  text-align: justify;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
}
.news_show_box .content_box .shangxia_p p a {
  color: #0d4e92;
}
.news_show_box .content_box .shangxia_p p a:hover {
  color: #F08300;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
}
.ptb {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.all_title2 h3 {
  color: #282828;
  font-family: Montserrat;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.all_title h4 {
  color: #1C5BA5;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
}
.all_title h4 i {
  display: inline-block;
  width: 0.875rem;
  height: 1.25rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/8e483ad90f4a57b84e1617d541efd71d.svg');
  background-size: 100% 100%;
  margin-right: 0.875rem;
  vertical-align: middle;
}
.all_title h3 {
  color: #282828;
  font-family: Montserrat;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.all_title p {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.all_title h5 {
  color: #686868;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.all_title.white h4 {
  color: #fff;
}
.all_title.white h4 i {
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/c7a5852bfe2edc0cc1ad0427d2d7c19d.svg');
}
.all_title.white h3 {
  color: #fff;
}
.list_partner .left {
  padding-right: 1.5625rem;
}
.list_partner .left .desc h3 {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_partner .left .desc p {
  color: #818181;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding-left: 1.875rem;
  position: relative;
}
.list_partner .left .desc p::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #818181;
  position: absolute;
  left: 0.625rem;
  top: 1.125rem;
}
.list_partner .right {
  padding-left: 1.5625rem;
}
.list_partner .right .over {
  border-radius: 0.9375rem;
}
.bottom_box {
  background: #1C5BA5;
}
.bottom_box .img {
  border-radius: 0 0 13.75rem 0;
}
.bottom_box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all_more {
  display: inline-block;
  width: 12.5rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-radius: 5rem;
  border: 1px solid #1F1F1F;
  text-align: center;
  position: relative;
}
.all_more.white span {
  color: #fff;
}
.all_more.all_white {
  border-color: #fff;
}
.all_more.all_white span {
  color: #fff;
}
.all_more.all_white::before {
  background-color: #fff;
}
.all_more.all_white:hover span {
  color: #F08300;
}
.all_more.yellow2 {
  border: 1px solid #f08300;
}
.all_more.yellow2::before {
  background-color: #f08300;
}
.all_more.yellow2 span {
  color: #f08300;
}
.all_more.yellow2 i {
  color: #fff;
}
.all_more.yellow {
  background-color: #F08300;
  border: 1px solid #F08300;
}
.all_more.yellow::before {
  background-color: #fff;
}
.all_more.yellow span {
  color: #fff;
}
.all_more.yellow i {
  color: #F08300;
}
.all_more.yellow:hover span {
  color: #F08300;
}
.all_more::before {
  content: '';
  display: block;
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 2.9375rem;
  background: #1F1F1F;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more span {
  color: #1F1F1F;
  font-size: 1rem;
  padding-right: 2.5rem;
}
.all_more i {
  font-size: 1.125rem;
  color: #F08300;
  font-weight: 400;
  position: absolute;
  right: 1.125rem;
}
.all_more:hover::before {
  width: calc(100% - 0.5rem);
}
.all_more:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}
.list_contact_one .content .left {
  padding-right: 3.125rem;
}
.list_contact_one .content .left .foot-contact ul li {
  display: flex;
  margin-bottom: 1.25rem;
}
.list_contact_one .content .left .foot-contact ul li .icon {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  background-color: rgba(13, 78, 146, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact_one .content .left .foot-contact ul li .icon svg {
  width: 1.5rem !important;
}
.list_contact_one .content .left .foot-contact ul li p {
  flex: 1;
  padding-top: 1rem;
  padding-left: 1rem;
  color: #818181;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_contact_one .content .left .foot-contact ul li p span {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_contact_one .content .left .ewm_box {
  margin-top: 2.625rem;
  display: flex;
  gap: 2.9375rem;
}
.list_contact_one .content .left .ewm_box .ewm_item .img {
  width: 9.375rem;
  height: 9.375rem;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #BCBCBC;
}
.list_contact_one .content .left .ewm_box .ewm_item .text {
  padding-top: 1rem;
  color: #282828;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_contact_two .desc {
  color: #818181;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_contact_two .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem 2.25rem;
}
.list_contact_two .content .msg-a1 .inpt {
  border-radius: 0.3125rem;
  border: 1px solid #D2D2D2;
  background: #FFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 3.4375rem;
  padding: 0 1.375rem;
}
.list_contact_two .content .msg-a1 .inpt.inpt2 {
  border: none;
  padding: 0;
}
.list_contact_two .content .msg-a1 .inpt.inpt2 label {
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a1 .inpt.inpt2 label input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  accent-color: #0d4e92;
}
.list_contact_two .content .msg-a1 .inpt p {
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a1 .inpt p span {
  color: #C51A1B;
}
.list_contact_two .content .msg-a1 .inpt input {
  flex: 1;
  height: 100%;
  margin-left: 0.625rem;
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a2 {
  margin-top: 1.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
}
.list_contact_two .content .msg-a2.msg-a22 {
  grid-template-columns: 1fr;
}
.list_contact_two .content .msg-a2 .inpt {
  border-radius: 0.3125rem;
  border: 1px solid #D2D2D2;
  background: #FFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 3.4375rem;
  padding: 0 1.375rem;
  position: relative;
}
.list_contact_two .content .msg-a2 .inpt i {
  position: absolute;
  right: 1.25rem;
  font-size: 1rem;
  color: #515151;
}
.list_contact_two .content .msg-a2 .inpt p {
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a2 .inpt p span {
  color: #C51A1B;
}
.list_contact_two .content .msg-a2 .inpt input {
  flex: 1;
  height: 100%;
  margin-left: 0.625rem;
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a2 .inpt select {
  flex: 1;
  height: 100%;
  background: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0.625rem;
}
.list_contact_two .content .msg-a2 .inpt.inptradio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_contact_two .content .msg-a2 .inpt.inptradio .ri {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}
.list_contact_two .content .msg-a2 .inpt.inptradio label {
  padding: 0 0.625rem;
  position: relative;
}
.list_contact_two .content .msg-a2 .inpt.inptradio label input {
  display: none;
}
.list_contact_two .content .msg-a2 .inpt.inptradio label:not(:nth-last-child(1))::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.25rem;
  background-color: #ccc;
  position: absolute;
  right: -0.3125rem;
  top: 50%;
  transform: translateY(-50%);
}
.list_contact_two .content .msg-a2 .inpt.inptradio span {
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a2 .inpt.inptradio label:has(input:checked) span {
  color: #F08300 !important;
}
.list_contact_two .content .msg-a2 .inpt_box .layui-btn-normal {
  height: 3.4375rem;
  background-color: unset;
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a2 .inpt_box .layui-btn-normal i {
  color: #515151;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a3 {
  margin-top: 1.625rem;
}
.list_contact_two .content .msg-a3 .inpt {
  border-radius: 0.3125rem;
  border: 1px solid #D2D2D2;
  background: #FFF;
  overflow: hidden;
  display: flex;
  padding: 1.1875rem 1.375rem;
}
.list_contact_two .content .msg-a3 .inpt p {
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .msg-a3 .inpt p span {
  color: #C51A1B;
  margin-left: 1rem;
}
.list_contact_two .content .msg-a3 .inpt textarea {
  flex: 1;
  height: 100%;
  border: none;
  margin-left: 0.625rem;
  color: #515151;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .div_aghgha .submit {
  width: 10rem;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #F08300;
  border: 1px solid #F08300;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_two .content .div_aghgha .submit:hover {
  background-color: unset;
  color: #F08300;
}
.related_box .content .yyhy_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
.related_box .content .yyhy_box .yyhy_item {
  position: relative;
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
}
.related_box .content .yyhy_box .yyhy_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.25rem;
  background-color: #F08300;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.related_box .content .yyhy_box .yyhy_item .over {
  border-radius: 0.9375rem;
}
.related_box .content .yyhy_box .yyhy_item .over img {
  aspect-ratio: 446/316;
  height: 100%;
  object-fit: cover;
}
.related_box .content .yyhy_box .yyhy_item .text {
  padding: 1.875rem 0;
}
.related_box .content .yyhy_box .yyhy_item .text h3 {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.related_box .content .yyhy_box .yyhy_item .text .time {
  color: #6B6B6B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.related_box .content .yyhy_box .yyhy_item:hover::before {
  width: 100%;
}
.list_about_one .left {
  padding-right: 1.875rem;
}
.list_about_one .left .over {
  border-radius: 25rem 0 25rem 25rem;
}
.list_about_one .right {
  padding-left: 2.5rem;
}
.list_about_one .right .cont_box {
  padding-right: 2.8125rem;
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  height: 41.5625rem;
  overflow-y: auto;
}
.list_about_one .right .cont_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 0.25rem;
  height: 10.25rem;
  position: absolute;
}
.list_about_one .right .cont_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.25rem;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.list_about_one .right .cont_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 0.625rem;
  height: 2.1875rem;
  background: #0D4E92;
}
.list_about_one .aboutnum_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.list_about_one .aboutnum_box .aboutnum_item h3 {
  text-align: center;
}
.list_about_one .aboutnum_box .aboutnum_item h3 span {
  color: #313131;
  text-align: center;
  font-family: Montserrat;
  font-size: 5rem;
  font-weight: 600;
}
.list_about_one .aboutnum_box .aboutnum_item h3 sub {
  color: #313131;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
}
.list_about_one .aboutnum_box .aboutnum_item p {
  color: #686868;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_about_two {
  background-size: cover;
  position: relative;
}
.list_about_two .all_title {
  width: 100%;
  position: absolute;
  top: 8.125rem;
}
.list_about_two .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  height: 51rem;
}
.list_about_two .grid_box .grid_item {
  padding-top: 34.375rem;
  padding-bottom: 5rem;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  position: relative;
  height: 100%;
}
.list_about_two .grid_box .grid_item:not(:nth-last-child(1)) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_two .grid_box .grid_item .cont_box {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
}
.list_about_two .grid_box .grid_item .tit {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 2.1875rem;
  padding-bottom: 1.5625rem;
  position: relative;
}
.list_about_two .grid_box .grid_item .tit::before {
  content: '';
  display: block;
  width: 0;
  height: 0.1875rem;
  background-color: #fff;
  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;
}
.list_about_two .grid_box .grid_item .p {
  margin-top: 1.875rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.8125rem;
  text-align: center;
  display: none;
}
.list_about_two .grid_box .grid_item.active .tit::before {
  width: 3.625rem;
}
.list_about_two .grid_box .grid_item.active .p {
  display: block;
}
.list_about_three {
  mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  padding-bottom: 7.5rem !important;
}
.list_about_three .content {
  position: relative;
}
.list_about_three .content .swiper_honors {
  position: relative;
  margin: 0 -1.1875rem;
  padding-bottom: 7.5rem;
}
.list_about_three .content .swiper_honors .swiper-slide {
  padding: 0 1.1875rem;
}
.list_about_three .content .swiper_honors .swiper-slide .honors_box {
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 2rem 1rem;
}
.list_about_three .content .swiper_honors .swiper-slide .honors_box .text {
  color: #686868;
  padding: 0.625rem 0;
  text-align: center;
  font-size: 0.875rem;
}
.list_about_three .content .swiper_honors .swiper-scrollbar {
  bottom: 1.75rem;
  width: 80%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.list_about_three .content .swiper_honors .swiper-scrollbar-drag {
  height: 0.1875rem;
  background-color: #F08300;
}
.list_about_three .content .swiper_honors .swiper-button-prev,
.list_about_three .content .swiper_honors .swiper-button-next {
  margin-top: 0;
  top: unset;
  bottom: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background-color: #F08300;
  border: none;
}
.list_about_three .content .swiper_honors .swiper-button-prev i,
.list_about_three .content .swiper_honors .swiper-button-next i {
  color: #fff;
  font-size: 1.125rem;
}
.list_about_three .content .swiper_honors .swiper-button-prev {
  left: unset;
  right: 4.6875rem;
}
.list_about_three .content .swiper_honors .swiper-button-next {
  right: 0;
}
.list_about_four {
  background-size: cover;
}
.list_about_four .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem 3.125rem;
}
.list_about_four .grid_box .grid_item {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .grid_box .grid_item:hover {
  transform: translateY(-1.25rem);
}
.list_about_four .grid_box .grid_item .icon {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #1C5BA5;
  border: 0.1875rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.list_about_four .grid_box .grid_item .icon img {
  width: 33%;
}
.list_about_four .grid_box .grid_item .text {
  margin-top: -3.75rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.1875rem);
  padding: 5.125rem 1.875rem 3.3125rem;
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: calc(100% - 3.75rem);
}
.list_about_five .swiper_coop {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.list_about_five .swiper_coop .swiper-pagination {
  justify-content: center;
}
.list_about_five .swiper_coop .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem 2.1875rem;
}
.list_about_five .swiper_coop .grid_box .grid_item {
  border: 1px solid #C9C9C9;
  background: #FFF;
  padding: 1.125rem 1.875rem;
}
@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}
.list_about_five .content .matter {
  display: flex;
  width: max-content;
  animation: img_go 60s infinite linear;
}
.list_about_five .content .matter:last-child {
  animation-direction: reverse;
}
.list_about_five .content .matter:not(:last-child) {
  margin: 0 0 1.875rem;
}
.list_about_five .content .matter .img {
  width: 16.25rem;
  height: 7.8125rem;
  border: 1px solid #C9C9C9;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem 0 0;
  padding: 1.125rem 1.875rem;
}
.list_about_five .content .matter .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list_about_six .left {
  padding-right: 1.5625rem;
}
.list_about_six .left .over {
  border-radius: 0.9375rem;
}
.list_about_six .right {
  padding-left: 1.5625rem;
}
.list_about_six .right ul li {
  padding: 1.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_about_six .right ul li .tt p {
  color: #383838;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_about_six .right ul li .tt i {
  color: #333;
  font-size: 0.625rem;
}
.list_about_six .right ul li .pp {
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  display: none;
}
.list_about_six .right ul li.active .tt p {
  color: #0D4E92;
}
.list_about_six .right ul li.active .tt i {
  transform: rotate(180deg);
}
.list_application2 .content .appli_box .appli_item:not(:nth-last-child(1)) {
  margin-bottom: 4.0625rem;
}
.list_application2 .content .appli_box .appli_item:nth-child(even) .row .right {
  order: 1;
  padding-right: 1.6875rem;
  padding-left: 0.9375rem;
}
.list_application2 .content .appli_box .appli_item:nth-child(even) .row .left {
  order: 2;
  padding-left: 1.6875rem;
  padding-right: 0.9375rem;
}
.list_application2 .content .appli_box .appli_item .row {
  align-items: center;
}
.list_application2 .content .appli_box .appli_item .left {
  padding-right: 1.6875rem;
}
.list_application2 .content .appli_box .appli_item .left .over {
  border-radius: 0.9375rem;
  border: 1px solid #BABABA;
  padding: 2.8125rem 10.9375rem;
}
.list_application2 .content .appli_box .appli_item .right {
  padding-left: 1.6875rem;
}
.list_application2 .content .appli_box .appli_item .right .tit {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.list_application2 .content .appli_box .appli_item .right .cont {
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_application2 .content .appli_box .appli_item .right .cont b,
.list_application2 .content .appli_box .appli_item .right .cont strong {
  color: #0D4E92;
}
.list_application .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.0625rem 3rem;
}
.list_application .content .grid_box .grid_item {
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
}
.list_application .content .grid_box .grid_item .over {
  background-color: #fff;
  border-radius: 0.9375rem;
}
.list_application .content .grid_box .grid_item .over.over2 {
  padding: 3.75rem 3.4375rem 3.25rem;
}
.list_application .content .grid_box .grid_item .tit {
  padding: 2rem 0;
}
.list_application .content .grid_box .grid_item .tit h3 {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.list_application .content .grid_box .grid_item .tit p {
  color: #6B6B6B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_application .content .grid_box .grid_item .tit .more {
  color: #6B6B6B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_application .content .grid_box .grid_item .tit .more i {
  font-size: 0.75rem;
  color: #6B6B6B;
}
.list_application .content .grid_box .grid_item:hover .tit h3,
.list_application .content .grid_box .grid_item:hover .tit p,
.list_application .content .grid_box .grid_item:hover .tit a,
.list_application .content .grid_box .grid_item:hover .tit a i {
  color: #F08300;
}
.show_application .left {
  padding-right: 1.6875rem;
}
.show_application .left .tit {
  color: #282828;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.show_application .left .cont {
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_application .left .cont b,
.show_application .left .cont strong {
  color: #0D4E92;
}
.show_application .right {
  padding-left: 1.6875rem;
}
.show_application .right .over {
  border-radius: 0.9375rem;
}
.list_product .top_box .left {
  padding-right: 1.5625rem;
}
.list_product .top_box .left .over {
  padding: 4.6875rem 3.5rem;
  border: 1px solid #D5D5D5;
  border-radius: 0.9375rem;
}
.list_product .top_box .right {
  padding-left: 1.5625rem;
}
.list_product .top_box .right .subtit {
  margin-top: 2.8125rem;
  color: #686868;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_product .top_box .right .desc h3 {
  font-size: 1.25rem;
  color: #282828;
  margin-bottom: 0.625rem;
}
.list_product .top_box .right .desc p {
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_product .top_box .right .temp .ii span {
  color: #6B6B6B;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_product .top_box .right .temp .i {
  position: relative;
  width: 100%;
  height: 2.25rem;
  border-radius: 3.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, #0075C2 0%, #E40C16 100%);
  margin-top: 2.5rem;
}
.list_product .top_box .right .temp .i.i2 {
  background: linear-gradient(90deg, #e4a04e 0%, #E40C16 100%);
}
.list_product .top_box .right .temp .i::before {
  content: '';
  display: block;
  width: 90%;
  height: 1.625rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260323/2b2607fff30abc0252f3f498ffc70b76.svg');
  background-size: 100% 100%;
  position: absolute;
  top: -1.625rem;
  left: 5%;
}
.list_product .content .all_title2 h3 a {
  color: #0d4e92;
}
.list_product .content .all_title2 h3:hover a {
  color: #F08300;
}
.list_product .content .tit {
  color: #E60012;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 500;
}
.list_product .content .table_box {
  overflow-x: auto;
}
.list_product .content .table_box table {
  width: 100%;
}
.list_product .content .table_box table tr:hover td {
  background-color: #F08300;
  color: #fff;
}
.list_product .content .table_box table tr:hover td a {
  color: #fff;
  border-color: #fff;
}
.list_product .content .table_box table tr td {
  padding: 0.75rem 0.625rem !important;
  color: #686868;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  width: 10%;
}
.list_product .content .table_box table tr td:nth-child(2) {
  width: 13%;
}
.list_product .content .table_box table tr td a {
  color: #0d4e92;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1.5px solid #0d4e92;
  display: inline;
}
.list_product .content .table_box table tr:nth-child(1) td {
  padding: 0.5rem 0.625rem !important;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  background: #0D4E92;
}
.list_product .cont .table_box table tr:nth-child(1):hover td {
  background-color: #0d4e92;
  color: #fff;
}
.show_product {
  padding-top: 6.875rem;
  position: relative;
  z-index: 2;
}
.show_product .mbxdh {
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
  border-top: 1px solid rgba(107, 107, 107, 0.3);
}
.show_product .ajhhsd {
  color: #686868;
  padding: 1.1875rem 0 1.25rem;
}
.show_product .ajhhsd a {
  color: #686868;
}
.show_product .showpro_top .left .title {
  color: #282828;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.show_product .showpro_top .left .title span {
  color: #F08300;
  font-family: Montserrat;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 3.75rem;
}
.show_product .showpro_top .left .subtit {
  color: #161616;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.show_product .showpro_top .left .subtit span {
  color: #0D4E92;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.show_product .showpro_top .left .select_box {
  border-radius: 3.75rem;
  border: 1px solid #D9D9D9;
  background: #FBFBFB;
  display: inline-block;
  position: relative;
}
.show_product .showpro_top .left .select_box .select_box_title {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.8125rem 1.5625rem;
}
.show_product .showpro_top .left .select_box .select_box_title i {
  color: #2B2B2B;
  font-size: 0.75rem;
  margin-left: 0.75rem;
}
.show_product .showpro_top .left .select_box .select_xiala {
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fbfbfb;
  border: 1px solid #D9D9D9;
  padding: 1rem;
  display: none;
  z-index: 9999;
  height: 22.5rem;
  overflow-y: auto;
}
.show_product .showpro_top .left .select_box .select_xiala a {
  color: #2B2B2B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.show_product .showpro_top .left .select_box .select_xiala a:hover {
  color: #F08300;
}
.show_product .showpro_top .left .desc {
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.show_product .showpro_top .left .flex_box {
  display: flex;
  align-items: center;
}
.show_product .showpro_top .left .flex_box .all_more {
  margin-right: 3.125rem;
}
.show_product .showpro_top .right {
  padding-left: 4.6875rem;
  padding-right: 3.75rem;
}
.probg_img {
  position: relative;
}
.probg_img .bgimg {
  position: absolute;
  z-index: 1;
  top: 18%;
}
.show_product_cont {
  background-color: #E5F1F9;
}
.show_product_cont .tabul {
  border-top: 1px solid rgba(107, 107, 107, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.show_product_cont .tabul .tabli {
  flex: 1;
  text-align: center;
  height: 8.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.show_product_cont .tabul .tabli::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.1875rem;
  background-color: #F08300;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_cont .tabul .tabli:not(:nth-last-child(1)) {
  border-right: 1px solid rgba(107, 107, 107, 0.3);
}
.show_product_cont .tabul .tabli a {
  color: #353535;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
}
.show_product_cont .tabul .tabli:hover::before,
.show_product_cont .tabul .tabli.active::before {
  width: 100%;
}
.show_product_cont .tabul .tabli:hover a,
.show_product_cont .tabul .tabli.active a {
  color: #F08300;
}
.show_product_cont .content {
  border-radius: 2.5rem;
  background: #FFF;
  box-shadow: 0 0.25rem 0.9375rem 0.3125rem rgba(13, 78, 146, 0.05);
  padding: 4.5rem 3.75rem 3.4375rem;
  position: relative;
  z-index: 2;
}
.show_product_cont .content .title {
  color: #282828;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 3.75rem;
  position: relative;
  padding-left: 2.1875rem;
}
.show_product_cont .content .title::before {
  content: '';
  display: block;
  width: 1.125rem;
  height: 1.5625rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/8e483ad90f4a57b84e1617d541efd71d.svg');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1.125rem;
}
.show_product_cont .content .cont {
  margin-top: 0.8125rem;
  margin-bottom: 2.8125rem;
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_product_cont .content .cont ul li {
  position: relative;
  padding-left: 1.875rem;
}
.show_product_cont .content .cont ul li::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #686868;
  position: absolute;
  left: 0.625rem;
  top: 1rem;
}
.show_product_cont .content .cont .table_box {
  overflow-x: auto;
}
.show_product_cont .content .cont .table_box table {
  width: 100%;
}
.show_product_cont .content .cont .table_box table tr td {
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
}
.show_product_cont .content .cont .table_box table tr:nth-child(1) td {
  background: #1C5BA5;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
}
.show_product_cont .content .cont .table_box table tr.color td {
  background-color: rgba(28, 91, 165, 0.05);
}
.show_product_xgpro .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4.5625rem;
}
.show_product_xgpro .grid_box .grid_item {
  padding: 2.75rem 0;
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
}
.show_product_xgpro .grid_box .grid_item a {
  display: flex;
}
.show_product_xgpro .grid_box .grid_item a .over {
  width: 40%;
  border-radius: 0.3125rem;
  border: 1px solid #AEAEAE;
  padding: 2.1875rem 3.4375rem 1.5625rem;
}
.show_product_xgpro .grid_box .grid_item a .over img {
  aspect-ratio: 265/230;
  object-fit: contain;
}
.show_product_xgpro .grid_box .grid_item a .text {
  flex: 1;
  padding-left: 2.0625rem;
}
.show_product_xgpro .grid_box .grid_item a .text .tit {
  color: #404040;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product_xgpro .grid_box .grid_item a .text .subtit {
  margin-top: 0.5625rem;
  color: #0D4E92;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_product_xgpro .grid_box .grid_item a .text .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem;
  background: #0D4E92;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  width: 11.4375rem;
  height: 2.875rem;
}
.indeximgbg {
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/285f9c1c117d46d1b55b2741e39fbbce.png');
  background-size: cover;
}
.index_one .content .swiper_indexpro {
  position: relative;
  margin: 0 -2.8125rem;
  overflow: hidden;
}
.index_one .content .swiper_indexpro .swiper-pagination {
  bottom: unset;
  top: 0.6875rem;
  justify-content: center;
}
.index_one .content .swiper_indexpro .swiper-pagination-bullet {
  background-color: #1C5BA5;
  opacity: 0.5;
  border: none;
}
.index_one .content .swiper_indexpro .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index_one .content .swiper_indexpro .swiper-slide {
  padding: 0 2.8125rem;
}
.index_one .content .swiper_indexpro .swiper-slide.swiper-slide-active + .swiper-slide {
  margin-top: 4.375rem;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box {
  position: relative;
  overflow: hidden;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box:hover .more {
  background-color: #1C5BA5;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box:hover .img::before {
  opacity: 1;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box:hover .cont_box {
  padding-top: 3.5rem;
  height: 100%;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box:hover .cont_box .tit::before {
  display: block;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box:hover .cont_box .mm {
  display: none;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box:hover .cont_box .mm.mm2 {
  display: block;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box:hover .cont_box .bottom {
  opacity: 1;
  height: auto;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .img {
  position: relative;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(28, 91, 165, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/d14599a1dce2a74c033fe3f2f139427d.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: right bottom;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .more {
  position: absolute;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background-color: #2498F7;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .more i {
  font-size: 1.125rem;
  color: #fff;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  position: absolute;
  bottom: 0;
  height: 7.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .mm {
  color: #fff;
  font-size: 1rem;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .mm.mm2 {
  display: none;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .mm i {
  color: #fff;
  font-size: 0.75rem;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .tit {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  padding-bottom: 1.4375rem;
  position: relative;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .tit::before {
  content: '';
  display: block;
  width: 2.8125rem;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .bottom {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .desc {
  margin-top: 1rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .desc ul li {
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.65;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .desc ul li::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0.625rem;
  top: 0.875rem;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .temp .ii span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.875rem;
  /* 187.5% */
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .temp .i {
  position: relative;
  width: 100%;
  height: 1.125rem;
  border-radius: 3.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, #0075C2 0%, #E40C16 100%);
  margin-top: 1rem;
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .temp .i.i2 {
  background: linear-gradient(90deg, #e4a04e 0%, #E40C16 100%);
}
.index_one .content .swiper_indexpro .swiper-slide .indexpro_box .cont_box .temp .i::before {
  content: '';
  display: block;
  width: 90%;
  height: 1rem;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/64a58cba077af5ccebcdd69b0a5203b7.svg');
  background-size: 100% 100%;
  position: absolute;
  top: -1rem;
  left: 5%;
}
.index_three .swiper_indexapplication {
  position: relative;
  overflow: hidden;
  margin: 0 -1.375rem;
}
.index_three .swiper_indexapplication .swiper-pagination {
  justify-content: center;
}
.index_three .swiper_indexapplication .swiper-slide {
  padding: 0 1.375rem;
}
.index_three .swiper_indexapplication .swiper-slide:hover .indexappli_box {
  border: 1px solid #1C5BA5;
}
.index_three .swiper_indexapplication .swiper-slide:hover .indexappli_box .text {
  border-top: 1px solid #1C5BA5;
  background: rgba(28, 91, 165, 0.1);
}
.index_three .swiper_indexapplication .swiper-slide:hover .indexappli_box .text h3 {
  color: #1C5BA5;
}
.index_three .swiper_indexapplication .swiper-slide .indexappli_box {
  border-radius: 0.625rem;
  border: 1px solid #CDCDCD;
  overflow: hidden;
}
.index_three .swiper_indexapplication .swiper-slide .indexappli_box .over {
  padding: 3.75rem 3.4375rem 3.25rem;
}
.index_three .swiper_indexapplication .swiper-slide .indexappli_box .text {
  border-top: 1px solid #CDCDCD;
  padding: 1.375rem 1.625rem 1rem;
}
.index_three .swiper_indexapplication .swiper-slide .indexappli_box .text h3 {
  min-height: 3.75rem;
  color: #696969;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.index_four {
  background-size: cover;
  padding-bottom: 10.9375rem;
}
.index_four .grid_box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6875rem;
}
.index_four .grid_box .grid_item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.4688rem);
  padding: 3rem 0.625rem 1.4375rem;
  position: relative;
}
.index_four .grid_box .grid_item::before {
  content: '';
  display: block;
  width: 2.625rem;
  height: 1.6875rem;
  background-color: #F08300;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.25rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .grid_box .grid_item .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
}
.index_four .grid_box .grid_item .text {
  margin-top: 0.8125rem;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_four .grid_box .grid_item:hover {
  background-color: #F08300;
}
.index_four .grid_box .grid_item:hover::before {
  opacity: 1;
}
.index_four .desc {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.8125rem;
}
.index_five .content {
  margin-top: 7.8125rem;
  position: relative;
}
.index_five .content::before {
  content: '';
  display: block;
  width: 70%;
  height: 28.75rem;
  border-radius: 3.75rem;
  background: #FFF;
  position: absolute;
  right: 0;
  top: -5.1875rem;
}
.index_five .content .left {
  padding: 0;
}
.index_five .content .left .over {
  border-radius: 25rem 0 25rem 25rem;
}
.index_five .content .right {
  padding-left: 5rem;
  padding-right: 3.5rem;
}
.index_five .content .right .desc {
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_five .bg_img {
  margin-top: -4.375rem;
}
.index_six {
  padding-bottom: 15.875rem;
}
.index_six .left {
  position: sticky;
  top: 6.875rem;
  height: 100%;
  padding-right: 2.75rem;
}
.index_six .right .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.375rem 2.8125rem;
}
.index_six .right .grid_box .grid_item {
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
  position: relative;
}
.index_six .right .grid_box .grid_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.25rem;
  background: #F08300;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .right .grid_box .grid_item:nth-child(even) {
  transform: translateY(7.5rem);
}
.index_six .right .grid_box .grid_item:hover::before {
  width: 100%;
}
.index_six .right .grid_box .grid_item .over {
  border-radius: 0.9375rem;
}
.index_six .right .grid_box .grid_item .text {
  padding: 1.875rem 0;
}
.index_six .right .grid_box .grid_item .text .time {
  color: #6B6B6B;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  font-style: italic;
}
.index_six .right .grid_box .grid_item .text .tit {
  margin-top: 0.625rem;
  color: #282828;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.index_seven {
  background: #1C5BA5;
}
.index_seven .color_box {
  border-radius: 0 0 18.75rem 0;
}
.index_seven .about_num h3 {
  color: #313131;
  font-family: Montserrat;
  font-size: 5.625rem;
  font-style: italic;
  font-weight: 700;
}
.index_seven .about_num p {
  margin-top: 1.625rem;
  color: #313131;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_seven .content {
  position: relative;
}
.index_seven .content .diqu {
  position: relative;
  margin-top: -30%;
  /* 中心点呼吸动画：控制缩放和亮度 */
  /* 外圈扩散动画：向外扩大并逐渐消失 */
}
.index_seven .content .diqu .canvas {
  width: 45vw;
  height: 45vw;
  margin: 0 auto;
  position: relative;
}
.index_seven .content .diqu .city-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.index_seven .content .diqu .city-label.active {
  display: block;
}
.index_seven .content .diqu .city-label .city-label-content {
  transform: translateY(-1.875rem);
}
.index_seven .content .diqu .city-label .data-label {
  background: #fff;
  padding: 0.625rem;
  border-radius: 1.25rem;
}
.index_seven .content .diqu .city-label:nth-child(2) .data-label {
  margin-left: 0;
  margin-right: 6.25rem;
}
.index_seven .content .diqu .img360 {
  width: 10.1875rem;
  position: absolute;
  bottom: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.index_seven .content .diqu #earth {
  width: 40rem;
  height: 40rem;
}
.index_seven .content .diqu #earth canvas {
  width: 100% !important;
  height: 100% !important;
}
.index_seven .content .diqu #earth .shadow1 {
  display: block;
  position: absolute;
  width: 94%;
  height: 94%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.index_seven .content .diqu #earth .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.index_seven .content .diqu #earth .position .point {
  position: absolute;
  pointer-events: auto;
}
@keyframes breathe {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.1);
    filter: brightness(1.5);
    /* 呼吸时变亮 */
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(3);
    /* 扩散到3倍大小 */
    opacity: 0;
  }
}
.index_seven .content .diqu #earth .position .point .add {
  width: 0.5883rem;
  height: 0.5883rem;
  aspect-ratio: 1/1;
  border-radius: 0.5883rem;
  background: #1C5BA5;
}
.index_seven .content .diqu #earth .position .point .add::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  /* 继承父级背景颜色 */
  z-index: -1;
  /* 执行扩散动画 */
  animation: ripple 2s ease-out infinite;
}
.index_seven .content .text {
  width: 30%;
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
  /* 194.444% */
  position: absolute;
  right: 0;
  bottom: 15%;
}
.index_seven .content .text2 {
  width: 30%;
  color: #686868;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
  /* 194.444% */
  position: absolute;
  left: 0;
  bottom: 15%;
}
.index_two_cont {
  position: relative;
}
.index_two_cont::before {
  content: '';
  display: block;
  width: 55%;
  height: 100%;
  background-image: url('https://cloud-1251007531.bcdn8.com/youleng0320/uploads/20260324/1ab3f7b6c9b990626ff2ad3862050839.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}
.index_two_cont .content {
  width: 51%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 7.5rem;
}
.index_two_cont .content .tabul {
  width: 39%;
}
.index_two_cont .content .tabul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 2.3125rem 1.5rem 2.3125rem 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_two_cont .content .tabul li a::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two_cont .content .tabul li:nth-child(1) a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.index_two_cont .content .tabul li:nth-child(1).active a::before {
  width: 80%;
}
.index_two_cont .content .tabul li:nth-child(2) a {
  margin-left: 2.125rem;
}
.index_two_cont .content .tabul li:nth-child(2).active a::before {
  width: 78%;
}
.index_two_cont .content .tabul li:nth-child(3) a {
  margin-left: 3.125rem;
}
.index_two_cont .content .tabul li:nth-child(3).active a::before {
  width: 82%;
}
.index_two_cont .content .tabul li:nth-child(4) a {
  margin-left: 2.125rem;
}
.index_two_cont .content .tabul li:nth-child(4).active a::before {
  width: 88%;
}
.index_two_cont .content .tabul li:nth-last-child(1) a {
  margin-left: 0;
}
.index_two_cont .content .tabul li:nth-last-child(1).active a::before {
  width: 97.5%;
}
.index_two_cont .content .ul_box {
  flex: 1;
  padding-left: 5.625rem;
}
.index_two_cont .content .ul_box .ul_item {
  display: none;
}
.index_two_cont .content .ul_box .ul_item.active {
  display: block;
}
.index_two_cont .content .ul_box .ul_item .icon {
  width: 6.875rem;
  height: 6.875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_two_cont .content .ul_box .ul_item .icon img {
  width: 40%;
}
.index_two_cont .content .ul_box .ul_item .text {
  margin-top: 1.5625rem;
}
.index_two_cont .content .ul_box .ul_item .text h3 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 400;
}
.index_two_cont .content .ul_box .ul_item .text p {
  margin-top: 1.875rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
  width: 3.375rem;
  background: #F08300;
  border: none;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  padding: 0.75rem 0;
}
.zd_erha .aat_list li i {
  font-size: 1.625rem;
  color: #fff;
}
.zd_erha .aat_list li svg {
  width: 1.625rem !important;
  height: 1.625rem !important;
  background-color: unset !important;
}
.zd_erha .aat_list li + li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hidden {
  display: none;
}
.zd_erha .aat_list li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a i {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zd_erha .aat_list li > a svg {
  width: 1.75rem;
  height: 1.75rem;
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 11rem;
  padding: 1rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #F08300;
  margin-top: 0.625rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb .p1 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.san_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}
.san_box li {
  flex: 1;
}
.san_box li a {
  display: block;
  height: 4.5rem;
  line-height: 1.5;
  background: #F2F6F9;
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.san_box li.on a,
.san_box li:hover a {
  background-color: #F08300;
  color: #fff;
}
.foot-fot .left_box {
  color: #fff;
  padding: 15px 15px 0;
}
.foot-fot .left_box .tit {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}
.foot-fot .left_box .foot-contact {
  margin-top: 0.625rem;
}
.foot-fot .left_box .foot-contact ul li {
  display: flex;
  padding: 0.3125rem 0;
}
.foot-fot .left_box .foot-contact ul li .icon {
  margin-right: 0.625rem;
}
.foot-fot .left_box .foot-contact ul li .icon i {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .left_box .foot-contact ul li .icon svg {
  width: 1.4375rem !important;
}
.foot-fot .left_box .foot-contact ul li p {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.foot-fot .left_box .ewm_box {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.foot-fot .left_box .ewm_box .img {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.5rem;
  background-color: #fff;
}
.foot-fot .left_box .ewm_box .text {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.foot-fot .bottom {
  padding: 15px;
}
.foot-fot .bottom .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}
.foot-fot .bottom .fenxing_box ul {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.foot-fot .bottom .fenxing_box ul li {
  margin-right: 1rem;
}
.foot-fot .bottom .fenxing_box ul li a {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-fot .bottom .fenxing_box ul li a i {
  font-size: 1rem;
  color: #1c5ba5;
}
.foot-fot .bottom .fenxing_box ul li:hover a {
  background: #F08300;
}
.foot-fot .bottom .fenxing_box ul li:hover a i {
  color: #fff;
}
