@charset "utf-8";
@font-face {
  font-family: "din";
  src: url("../font/DINNextW1G-Black.otf") format("opentype");
}
@font-face {
  font-family: "din2";
  src: url("../font/DINNextW1G-UltraLight.otf") format("opentype");
}
.font74 {
  font-size: 0.74rem;
}
.x-public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.x-public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.x-public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1.3rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1.3rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
#c-header:hover::before {
  width: 100%;
}
#c-header::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.1s all;
}
@media (max-width: 991px) {
  #c-header::before {
    display: none;
  }
}
#c-header.c-head-move {
  top: -1.3rem;
}
#c-header.c-style2 {
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container2 {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.44rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.6rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a span {
  position: relative;
}
#c-header .c-nav > li a span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #053c96;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav li.on > a span::before,
#c-header .c-nav li:hover > a span::before {
  width: 30px;
}
#c-header .c-nav li.on a span::before {
  width: 0;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 2rem;
  line-height: 0.6rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #003894;
}
#c-header .c-nav ul li a:hover {
  background-color: #f0f0f0;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #053c96;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #005CE6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-index1 {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.x-index1 .x-con {
  position: relative;
}
.x-index1 .x-con .x-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  pointer-events: none;
}
.x-index1 .x-con .x-text .x-title {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
  position: relative;
}
.x-index1 .x-con .x-text .x-title::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #979eb1;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  animation-delay: 0.3s;
}
@media (max-width: 991px) {
  .x-index1 .x-con .x-text .x-title {
    border-bottom: 1px solid #979eb1;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .x-text .x-title {
    font-size: 0.58rem;
  }
}
.x-index1 .x-con .x-text .x-p {
  line-height: 1.7;
  overflow: hidden;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-img .x-img2 {
  transition: -webkit-transform 7.2s linear;
  transition: transform 7.2s linear;
  transition: transform 7.2s linear, -webkit-transform 7.2s linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-p p {
  transform: translateY(-36px) rotateX(-90deg);
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-p p:nth-of-type(2) {
  transform: translateY(0);
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img .x-img2 {
  width: calc(100% + 100px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img .x-img2:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img .x-img2:nth-of-type(1) {
    display: none;
  }
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img .x-img2:nth-of-type(2) {
    display: flex;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-p {
  overflow: hidden;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.5%;
}
@media (max-width: 1199px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-p {
    width: 14.5%;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-p {
    width: 100%;
    bottom: 0.4rem;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-p p {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  width: 100%;
  transition-delay: 1s;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-p p {
    text-align: center;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-p p:nth-of-type(2) {
  transform: translateY(36px) rotateX(90deg);
}
.x-con-index {
  position: relative;
  z-index: 3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 3.92rem;
}
@media (min-width: 1930px) {
  .x-con-index {
    margin-top: 5.92rem;
  }
}
@media (max-width: 1580px) {
  .x-con-index {
    margin-top: 4.92rem;
  }
}
@media (max-width: 767px) {
  .x-con-index {
    margin-top: 2.92rem;
  }
}
.x-con-index.on1 {
  margin-top: 0 !important;
}
.x-con-index::before {
  content: '';
  width: 100%;
  height: 3.92rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url(../images/x-index2.png) top center no-repeat;
  background-size: contain;
}
@media (min-width: 1930px) {
  .x-con-index::before {
    height: 5.92rem;
    bottom: 99.9%;
    background-size: cover;
  }
}
@media (max-width: 1580px) {
  .x-con-index::before {
    background-size: cover;
    height: 4.92rem;
    bottom: 99.9%;
  }
}
@media (max-width: 767px) {
  .x-con-index::before {
    height: 2.92rem;
  }
}
.x-index2 .x-con {
  background-color: #fff;
  padding: 1.5rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-index2 .x-con {
    padding: 0rem 0 1.2rem 0;
  }
}
.x-index2 .x-con .container .x-top {
  width: 51.14%;
}
@media (max-width: 767px) {
  .x-index2 .x-con .container .x-top {
    width: 100%;
  }
}
.x-index2 .x-con .container .x-top .x-title {
  font-size: 0.8rem;
  color: #003894;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-index2 .x-con .container .x-top .x-p {
  display: flex;
  align-items: flex-end;
}
.x-index2 .x-con .container .x-top .x-p .x-title2 {
  color: #003894;
  font-weight: bold;
  line-height: 1.2;
  width: calc(100% - 0.5rem);
}
.x-index2 .x-con .container .x-top .x-p i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
}
.x-index2 .x-con .container .x-top .x-p i img {
  width: 100%;
  float: left;
}
.x-index2 .x-con .container .x-top .x-pp {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 2;
  text-align: justify;
  padding-top: 0.2rem;
  margin-top: 0.4rem;
  border-top: 1px solid #8ca5cf;
}
.x-index2 .x-con .container .x-xia {
  margin-top: 0.85rem;
  position: relative;
  padding-bottom: 2rem;
}
.x-index2 .x-con .container .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
.x-index2 .x-con .container .x-xia ul li {
  width: 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .x-index2 .x-con .container .x-xia ul li {
    width: 50%;
  }
}
.x-index2 .x-con .container .x-xia ul li:hover .x-img {
  transform: translateY(0.05rem);
}
@media (max-width: 1580px) {
  .x-index2 .x-con .container .x-xia ul li:hover .x-img {
    transform: translateY(0.4rem);
  }
}
@media (max-width: 1199px) {
  .x-index2 .x-con .container .x-xia ul li:hover .x-img {
    transform: translateY(0.8rem);
  }
}
.x-index2 .x-con .container .x-xia ul li .x-t .x-z {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.x-index2 .x-con .container .x-xia ul li .x-t .x-z .x-sz {
  font-size: 0.85rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #003894;
  line-height: 0.9;
  margin-right: 0.15rem;
}
.x-index2 .x-con .container .x-xia ul li .x-t .x-z span {
  color: #003894;
}
.x-index2 .x-con .container .x-xia ul li .x-t p {
  color: #a9a9a9;
  font-weight: bold;
  margin: 0.1rem 0 0.3rem 0;
}
@media (max-width: 1199px) {
  .x-index2 .x-con .container .x-xia ul li .x-t p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .x-index2 .x-con .container .x-xia ul li .x-t p {
    font-size: 12px;
  }
}
.x-index2 .x-con .container .x-xia ul li .x-img {
  width: 100%;
  height: 162px;
  transform: translateY(0.3rem);
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .container .x-xia ul li .x-img {
    transform: translateY(0.6rem);
  }
}
@media (max-width: 1199px) {
  .x-index2 .x-con .container .x-xia ul li .x-img {
    transform: translateY(1rem);
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .container .x-xia ul li .x-img {
    display: none;
  }
}
.x-index2 .x-con .container .x-xia ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index3 {
  background-color: #003894;
  padding-bottom: 2.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-index3 {
    padding-bottom: 1.2rem;
  }
}
.x-index3.on::before {
  width: 0;
  pointer-events: none;
}
.x-index3::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #003894;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: 0.5s all;
}
.x-index3 .x-con {
  padding-left: 11%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1921px) {
  .x-index3 .x-con {
    padding-left: 21%;
  }
}
@media (max-width: 1580px) {
  .x-index3 .x-con {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con {
    flex-wrap: wrap;
    padding-left: 5%;
  }
}
.x-index3 .x-con .x-left {
  width: 24.11%;
  position: absolute;
  z-index: 5;
  margin-top: 1.2rem;
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-left {
    width: 35.11%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-left {
    width: 100%;
    padding-right: 0.4rem;
    position: initial;
  }
}
.x-index3 .x-con .x-left .x-p {
  font-size: 0.8rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  line-height: 0.86;
}
.x-index3 .x-con .x-left .x-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.6rem 0 0.4rem 0;
}
.x-index3 .x-con .x-left .x-sp .x-title {
  color: #fff;
  font-weight: bold;
  width: calc(100% - 0.5rem);
}
.x-index3 .x-con .x-left .x-sp i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
}
.x-index3 .x-con .x-left .x-sp i img {
  width: 100%;
  float: left;
}
.x-index3 .x-con .x-left .x-pp {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  padding-top: 0.1rem;
  border-top: 1px solid #afc1dd;
}
.x-index3 .x-con .x-right {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right {
    margin-top: 0.4rem;
  }
}
.x-index3 .x-con .x-right .swiper-container {
  width: 100%;
  margin-left: 0.6rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right .swiper-container {
    margin-left: 0;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
  padding-left: 2rem;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 2.4rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 0;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-img .x-img2 {
  transition: -webkit-transform 7.2s linear;
  transition: transform 7.2s linear;
  transition: transform 7.2s linear, -webkit-transform 7.2s linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-p p {
  transform: translateY(-36px) rotateX(-90deg);
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-p p:nth-of-type(2) {
  transform: translateY(0);
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 8.5rem;
  overflow: hidden;
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-img:hover .x-img2 {
  transform: scale(1.1) translateX(0);
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 4rem;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-img .x-img2 {
  width: calc(100% + 100px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-p {
  overflow: hidden;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.5%;
}
@media (max-width: 1199px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-p {
    width: 14.5%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-p {
    width: 100%;
    bottom: 0.4rem;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-p p {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  width: 100%;
  transition-delay: 1s;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-p p {
    text-align: center;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-wrapper .swiper-slide .x-p p:nth-of-type(2) {
  transform: translateY(36px) rotateX(90deg);
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-prev1 {
  width: 0.7rem;
  height: 0.78rem;
  background: #fff;
  position: relative;
  position: absolute;
  top: 1.2rem;
  right: 22.72%;
  z-index: 5;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-button-prev1 {
    width: 0.82rem;
    height: 0.92rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-button-prev1 {
    display: none;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-prev1 svg {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-button-prev1 svg {
    width: 0.44rem;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-prev1 svg .st100 {
  stroke: #003894;
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-prev1:hover {
  background-color: #003894;
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-prev1:hover svg {
  animation: arrow 0.5s;
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-prev1:hover svg .st100 {
  stroke: #fff;
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-next1 {
  width: 0.7rem;
  height: 0.78rem;
  background: #fff;
  position: relative;
  position: absolute;
  top: 1.2rem;
  right: 16.1%;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-button-next1 {
    width: 0.82rem;
    height: 0.92rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-button-next1 {
    display: none;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-next1 svg {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-right .swiper-container .swiper-button-next1 svg {
    width: 0.44rem;
  }
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-next1 svg .st00 {
  stroke: #003894;
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-next1:hover {
  background-color: #003894;
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-next1:hover svg {
  animation: arrow2 0.5s;
}
.x-index3 .x-con .x-right .swiper-container .swiper-button-next1:hover svg .st00 {
  stroke: #fff;
}
.x-index3 .x-con .x-right .x-ds {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-right .x-ds {
    display: none;
  }
}
.x-index3 .x-con .x-right .x-ds span {
  line-height: 1;
  color: #fff;
  font-family: 'din2', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@keyframes slider-zoomin {
  0% {
    left: 5%;
  }
  100% {
    left: 0;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow2 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.x-index4 {
  background-color: #fff;
  padding: 1.14rem 0 2.2rem 0;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 1.2rem 0;
  }
}
.x-index4 .x-con {
  padding-left: 11%;
}
@media (min-width: 1921px) {
  .x-index4 .x-con {
    padding-left: 21%;
  }
}
@media (max-width: 1580px) {
  .x-index4 .x-con {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con {
    padding-left: 5%;
  }
}
.x-index4 .x-con .x-c-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 0.4rem;
}
@media (max-width: 1580px) {
}
.x-index4 .x-con .x-c-top .x-top {
  width: 68.58%;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-c-top .x-top {
    width: 100%;
    padding-right: 0.4rem;
  }
}
.x-index4 .x-con .x-c-top .x-top .x-p {
  font-size: 0.8rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #003894;
  line-height: 0.86;
}
.x-index4 .x-con .x-c-top .x-top .x-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem 0 0.3rem 0;
  padding-right: 4.4rem;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-c-top .x-top .x-sp {
    padding-right: 6.6rem;
  }
}
@media (max-width: 1199px) {
  .x-index4 .x-con .x-c-top .x-top .x-sp {
    padding-right: 2.6rem;
  }
}
@media (max-width: 991px) {
  .x-index4 .x-con .x-c-top .x-top .x-sp {
    padding-right: 0;
  }
}
.x-index4 .x-con .x-c-top .x-top .x-sp .x-title {
  color: #003894;
  font-weight: bold;
  width: calc(100% - 0.5rem);
}
.x-index4 .x-con .x-c-top .x-top .x-sp i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
}
.x-index4 .x-con .x-c-top .x-top .x-sp i img {
  width: 100%;
  float: left;
}
.x-index4 .x-con .x-c-top .x-top .x-pp {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 2;
  padding-top: 0.1rem;
  border-top: 1px solid #afc1dd;
  letter-spacing: -1px;
}
.x-index4 .x-con .x-c-top .x-but {
  display: flex;
  justify-content: flex-start;
  padding-left: 1.4rem;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-c-top .x-but {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-c-top .x-but {
    display: none;
  }
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1 {
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 0.72rem;
  height: 0.82rem;
  position: relative;
  margin-right: 0.4rem;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-c-top .x-but .swiper-button-prev1 {
    width: 0.82rem;
    height: 0.92rem;
  }
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1 .x-bj {
  width: 100%;
  height: 100%;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1 .x-bj .st0i {
  stroke-width: 0.2;
  stroke: #003894;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1 .x-jt {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
  position: absolute;
  z-index: 5;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1 .x-jt .st100 {
  stroke: #003894;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1:hover .x-bj .st0i {
  fill: #003894;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1:hover .x-jt {
  animation: arrow 0.5s;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-prev1:hover .x-jt .st100 {
  stroke: #fff;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1 {
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 0.72rem;
  height: 0.82rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-c-top .x-but .swiper-button-next1 {
    width: 0.82rem;
    height: 0.92rem;
  }
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1 .x-bj {
  width: 100%;
  height: 100%;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1 .x-bj .st0i {
  stroke-width: 0.2;
  stroke: #003894;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1 .x-jt {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
  position: absolute;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-c-top .x-but .swiper-button-next1 .x-jt {
    width: 0.44rem;
  }
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1 .x-jt .st00 {
  stroke: #003894;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1:hover .x-bj .st0i {
  fill: #003894;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1:hover .x-jt {
  animation: arrow2 0.5s;
}
.x-index4 .x-con .x-c-top .x-but .swiper-button-next1:hover .x-jt .st00 {
  stroke: #fff;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide:hover .x-public-img img {
  transform: scale(1.1);
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide:hover .x-sp::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide:hover .x-sp svg {
  animation: arrow2 0.5s;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-public-img::before {
  padding-top: 95.18%;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 56, 148, 0.2);
  z-index: 2;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
  padding-bottom: 0.06rem;
  position: relative;
  overflow: hidden;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #94abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp span {
  color: #003894;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp svg {
  width: 0.34rem;
  height: 16px;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp svg {
    width: 0.44rem;
  }
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-sp svg path {
  fill: #003894;
}
.x-index5 {
  background-color: #fff;
  position: relative;
}
@media (min-width: 1930px) {
  .x-index5 {
    top: -1px;
  }
}
@media (max-width: 991px) {
  .x-index5 {
    top: -1px;
  }
}
.x-index5 .container .x-c-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-index5 .container .x-c-top .x-top {
  width: 34.32%;
  padding-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-c-top .x-top {
    width: 30.32%;
  }
}
@media (max-width: 1199px) {
  .x-index5 .container .x-c-top .x-top {
    width: 38.32%;
  }
}
.x-index5 .container .x-c-top .x-top .x-p {
  font-size: 0.8rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #003894;
  line-height: 0.86;
}
.x-index5 .container .x-c-top .x-top .x-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.3rem 0 0.3rem 0;
}
.x-index5 .container .x-c-top .x-top .x-sp .x-title {
  color: #003894;
  font-weight: bold;
  width: calc(100% - 0.5rem);
}
.x-index5 .container .x-c-top .x-top .x-sp i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-index5 .container .x-c-top .x-top .x-sp i {
    display: none;
  }
}
.x-index5 .container .x-c-top .x-top .x-sp i img {
  width: 100%;
  float: left;
}
.x-index5 .container .x-c-top .x-top .x-pp {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 2;
  padding-top: 0.1rem;
  border-top: 1px solid #afc1dd;
  letter-spacing: -1px;
}
.x-index5 .container .x-c-top a {
  display: inline-flex;
  position: relative;
  padding-left: 1.25rem;
  margin-top: 1.2rem;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-c-top a {
    padding-left: 1.5rem;
  }
}
.x-index5 .container .x-c-top a:hover:hover .x-b::before {
  background-color: #003894;
}
.x-index5 .container .x-c-top a:hover:hover .x-b .x-bj .st0i {
  fill: #003894;
}
.x-index5 .container .x-c-top a:hover:hover .x-b .x-jt {
  animation: arrow2 0.5s;
}
.x-index5 .container .x-c-top a:hover:hover .x-b .x-jt .st00 {
  stroke: #fff;
}
.x-index5 .container .x-c-top a:hover .x-p span {
  transform: translateY(-36px) rotateX(-90deg);
}
@media (max-width: 767px) {
  .x-index5 .container .x-c-top a:hover .x-p span {
    transform: translateY(-22px) rotateX(-90deg);
  }
}
.x-index5 .container .x-c-top a:hover .x-p span:nth-of-type(2) {
  transform: translateY(0);
}
.x-index5 .container .x-c-top a .x-p {
  color: #003894;
  overflow: hidden;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.x-index5 .container .x-c-top a .x-p span {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: 0;
  transition: 0.3s all;
}
.x-index5 .container .x-c-top a .x-p span:nth-of-type(2) {
  transform: translateY(36px) rotateX(90deg);
}
@media (max-width: 767px) {
  .x-index5 .container .x-c-top a .x-p span:nth-of-type(2) {
    transform: translateY(22px) rotateX(90deg);
  }
}
.x-index5 .container .x-c-top a .x-b {
  width: 0.72rem;
  height: 0.82rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-c-top a .x-b {
    width: 0.82rem;
    height: 0.92rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-c-top a .x-b {
    display: none;
  }
}
.x-index5 .container .x-c-top a .x-b .x-bj {
  width: 100%;
  height: 100%;
}
.x-index5 .container .x-c-top a .x-b .x-bj .st0i {
  stroke-width: 0.2;
  stroke: #003894;
}
.x-index5 .container .x-c-top a .x-b .x-jt {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
  position: absolute;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-index5 .container .x-c-top a .x-b .x-jt {
    width: 0.44rem;
  }
}
.x-index5 .container .x-c-top a .x-b .x-jt .st00 {
  stroke: #003894;
}
.x-index5 .container .x-xia {
  padding-bottom: 1.5rem;
}
.x-index5 .container .x-xia ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index5 .container .x-xia ul li {
  width: 44.41%;
  border: 2px solid #c1cee5;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia ul li {
    width: 48%;
    border: 1px solid #c1cee5;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia ul li {
    width: 100%;
  }
}
.x-index5 .container .x-xia ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.x-index5 .container .x-xia ul li a:hover .x-public-img img {
  transform: scale(1.1);
}
.x-index5 .container .x-xia ul li a:hover .x-text .x-img svg {
  animation: sec 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-index5 .container .x-xia ul li a:hover .x-text .x-img svg .st {
  stroke: #003894;
}
.x-index5 .container .x-xia ul li a .x-public-img {
  width: 17.42%;
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia ul li a .x-public-img {
    width: 22.42%;
  }
}
.x-index5 .container .x-xia ul li a .x-text {
  padding: 0.1rem 0.4rem 0.1rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 82.58%;
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia ul li a .x-text {
    width: 76.58%;
  }
}
.x-index5 .container .x-xia ul li a .x-text .x-p {
  width: calc(100% - 40px);
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia ul li a .x-text .x-p {
    width: 100%;
  }
}
.x-index5 .container .x-xia ul li a .x-text .x-p span {
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #003894;
}
.x-index5 .container .x-xia ul li a .x-text .x-p p {
  color: #003894;
  font-weight: bold;
  margin-top: 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-index5 .container .x-xia ul li a .x-text .x-img {
  width: 30px;
  height: 34px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia ul li a .x-text .x-img {
    display: none;
  }
}
.x-index5 .container .x-xia ul li a .x-text .x-img svg {
  width: 100%;
  height: 100%;
}
.x-index5 .container .x-xia ul li a .x-text .x-img svg .st {
  stroke: #ccd7ea;
  transition: 0.3s all;
}
.x-bjj {
  width: 100%;
  height: 1.94rem;
}
@media (min-width: 1930px) {
  .x-bjj {
    height: 2.94rem;
    position: relative;
    bottom: 2px;
  }
}
@media (max-width: 1580px) {
  .x-bjj {
    height: 2.94rem;
  }
}
@media (max-width: 991px) {
  .x-bjj {
    position: relative;
    top: -2px;
  }
}
@media (max-width: 767px) {
  .x-bjj {
    height: 1.94rem;
  }
}
.x-bjj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-zww {
  height: 2.6rem;
}
.x-index6 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.x-index6.on {
  opacity: 1;
}
.x-index6 img {
  width: 100%;
  height: 100vh;
}
.x-foot1 .x-bj {
  width: 100%;
  height: 1.94rem;
}
@media (min-width: 1930px) {
  .x-foot1 .x-bj {
    height: 2.94rem;
    position: relative;
    bottom: -1px;
  }
}
@media (max-width: 1580px) {
  .x-foot1 .x-bj {
    height: 2.94rem;
    position: relative;
    bottom: -1px;
  }
}
@media (max-width: 767px) {
  .x-foot1 .x-bj {
    height: 1.94rem;
  }
}
.x-foot1 .x-bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-foot1 .x-con {
  background-color: #003894;
  padding: 1.4rem 0 1.5rem 0;
}
@media (max-width: 767px) {
  .x-foot1 .x-con {
    padding: 0 0 0.6rem 0;
  }
}
.x-foot1 .x-con .container .x-top {
  display: flex;
  justify-content: space-between;
}
.x-foot1 .x-con .container .x-top .x-logo {
  display: inline-block;
  width: auto;
  height: 43px;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-top .x-logo {
    height: 0.6rem;
  }
}
.x-foot1 .x-con .container .x-top .x-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-foot1 .x-con .container .x-top .x-t {
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .x-foot1 .x-con .container .x-top .x-t {
    width: 0.62rem;
    height: 0.62rem;
  }
}
.x-foot1 .x-con .container .x-top .x-t svg {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.x-foot1 .x-con .container .x-top .x-t svg .st047 {
  stroke: #fff;
}
.x-foot1 .x-con .container .x-zhong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.6rem 0;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-zhong {
    padding: 0.4rem 0;
  }
}
.x-foot1 .x-con .container .x-zhong .x-le {
  width: 35.32%;
}
@media (max-width: 991px) {
  .x-foot1 .x-con .container .x-zhong .x-le {
    width: 100%;
  }
}
.x-foot1 .x-con .container .x-zhong .x-le p {
  color: #fff;
  font-family: 'din2', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: relative;
  padding-bottom: 0.08rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.x-foot1 .x-con .container .x-zhong .x-le p:hover::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-foot1 .x-con .container .x-zhong .x-le p:last-child {
  margin-bottom: 0;
}
.x-foot1 .x-con .container .x-zhong .x-le p::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2f5da8;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .x-foot1 .x-con .container .x-zhong .x-le p::before {
    height: 1px;
  }
}
.x-foot1 .x-con .container .x-zhong .x-le p:last-child {
  font-size: 15px;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-zhong .x-le p:last-child {
    font-size: 0.28rem;
  }
}
.x-foot1 .x-con .container .x-zhong .x-ri {
  width: 59.21%;
  border-left: 2px solid #3561aa;
}
@media (max-width: 991px) {
  .x-foot1 .x-con .container .x-zhong .x-ri {
    display: none;
  }
}
.x-foot1 .x-con .container .x-zhong .x-ri ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li {
  padding-left: 0.3rem;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-title a {
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-title a:hover .x-p span {
  transform: translate3d(0, -100%, 1px) rotateX(-90deg);
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-title a:hover .x-p span:nth-of-type(2) {
  transform: none;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-title a .x-p {
  overflow: hidden;
  position: relative;
  height: 28px;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-title a .x-p span {
  display: inline-block;
  font-weight: bold;
  transition: 0.3s all;
  transform: translateY(0);
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-title a .x-p span:nth-of-type(2) {
  transform: translate3d(0, 100%, 1px) rotateX(90deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-a {
  margin-top: 0.15rem;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-a a {
  display: block;
  color: #6688bf;
  text-align: center;
  margin-top: 0.12rem;
  position: relative;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-a a:hover .x-p span {
  transform: translate3d(0, -100%, 1px) rotateX(-90deg);
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-a a:hover .x-p span:nth-of-type(2) {
  transform: translateY(0);
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-a a .x-p {
  overflow: hidden;
  height: 24px;
  position: relative;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-a a .x-p span {
  display: inline-block;
  font-weight: bold;
  transition: 0.3s all;
}
.x-foot1 .x-con .container .x-zhong .x-ri ul li .x-a a .x-p span:nth-of-type(2) {
  transform: translate3d(0, 100%, 1px) rotateX(90deg);
  position: absolute;
  left: 0;
  width: 100%;
}
.x-foot1 .x-con .container .x-xia .x-x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid #5f82bc;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .x-foot1 .x-con .container .x-xia .x-x-top {
    border-bottom: 1px solid #5f82bc;
  }
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-top {
    margin-bottom: 0.2rem;
  }
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-le {
  width: 20%;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-top .x-le {
    width: 100%;
  }
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-le a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-le a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-ri {
  width: 80%;
  text-align: right;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-top .x-ri {
    width: 100%;
    text-align: left;
    margin-top: 0.4rem;
  }
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-ri a {
  display: inline-block;
  border: 1px solid #5a7eba;
  color: #fff;
  position: relative;
  min-width: 1.52rem;
  text-align: center;
  padding: 0.08rem 0.2rem;
  border-radius: 100px;
  font-size: 14px;
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-top .x-ri a {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    padding: 0.1rem 0.3rem;
    margin-left: 0;
    margin-right: 0.25rem;
  }
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-ri a:hover .x-p span {
  transform: translateY(-100%) rotateX(-90deg);
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-top .x-ri a:hover .x-p span {
    transform: translateY(-100%) rotateX(-90deg);
  }
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-ri a:hover .x-p span:nth-of-type(2) {
  transform: translateY(0);
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-ri a .x-p {
  overflow: hidden;
  height: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-top .x-ri a .x-p {
    height: 18px;
  }
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-ri a .x-p span {
  display: inline-block;
  font-weight: bold;
  transition: 0.3s all;
}
.x-foot1 .x-con .container .x-xia .x-x-top .x-ri a .x-p span:nth-of-type(2) {
  transform: translateY(100%) rotateX(90deg);
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-top .x-ri a .x-p span:nth-of-type(2) {
    transform: translateY(100%) rotateX(90deg);
  }
}
.x-foot1 .x-con .container .x-xia .x-x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-foot1 .x-con .container .x-xia .x-x-xia .x-le p {
  font-size: 12px;
  color: #6a8ac0;
}
.x-foot1 .x-con .container .x-xia .x-x-xia .x-le p a {
  color: #6a8ac0;
}
@media (max-width: 767px) {
  .x-foot1 .x-con .container .x-xia .x-x-xia .x-le p a {
    display: block;
  }
}
.x-foot1 .x-con .container .x-xia .x-x-xia .x-ri a {
  font-size: 12px;
  color: #6a8ac0;
}
.x-foot1 .x-con .container .x-xia .x-x-xia .x-ri span {
  font-size: 12px;
  color: #6a8ac0;
  display: inline-block;
  margin: 0 0.1rem;
}
@-webkit-keyframes moveactive {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.breadbox {
  background-color: #fff;
}
.x-news1 {
  background-color: #fff;
}
.x-news1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-news1 .container .x-le {
  width: 73.35%;
}
@media (max-width: 767px) {
  .x-news1 .container .x-le {
    width: 100%;
  }
}
.x-news1 .container .x-le a {
  display: inline-block;
  min-width: 2.34rem;
  text-align: center;
  position: relative;
  color: #afafaf;
  padding: 0.21rem 0;
  border: 2px solid #dcdcdc;
  margin-right: 0.1rem;
  transition: 0.3s all;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-news1 .container .x-le a {
    border: 1px solid #dcdcdc;
  }
}
@media (max-width: 767px) {
  .x-news1 .container .x-le a {
    margin-top: 0.2rem;
    min-width: 2.6rem;
  }
}
.x-news1 .container .x-le a.on {
  color: #003894;
  border-color: #87a1cd;
}
.x-news1 .container .x-le a.on .x-img img:nth-of-type(1) {
  display: none;
}
.x-news1 .container .x-le a.on .x-img img:nth-of-type(2) {
  display: block;
}
.x-news1 .container .x-le a:hover {
  color: #003894;
  border-color: #87a1cd;
}
.x-news1 .container .x-le a:hover .x-img img:nth-of-type(1) {
  display: none;
}
.x-news1 .container .x-le a:hover .x-img img:nth-of-type(2) {
  display: block;
}
.x-news1 .container .x-le a .x-img {
  width: 18px;
  height: 20px;
  position: absolute;
  left: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-news1 .container .x-le a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-news1 .container .x-le a .x-img img:nth-of-type(2) {
  display: none;
}
.x-news1 .container .x-ri {
  width: 26.65%;
}
@media (max-width: 767px) {
  .x-news1 .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-news1 .container .x-ri .x-form {
  border: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-news1 .container .x-ri .x-form {
    padding: 0.15rem 0;
  }
}
.x-news1 .container .x-ri .x-form:hover {
  border: 1px solid #87a1cd;
}
.x-news1 .container .x-ri .x-form:hover button::before {
  background-color: #87a1cd;
}
.x-news1 .container .x-ri .x-form:hover button img:nth-of-type(1) {
  display: none;
}
.x-news1 .container .x-ri .x-form:hover button img:nth-of-type(2) {
  display: inline-block;
}
.x-news1 .container .x-ri .x-form input {
  width: 90%;
  padding: 0 0.15rem;
}
@media (max-width: 1580px) {
  .x-news1 .container .x-ri .x-form input {
    width: 84%;
  }
}
.x-news1 .container .x-ri .x-form button {
  width: 10%;
  position: relative;
}
@media (max-width: 1580px) {
  .x-news1 .container .x-ri .x-form button {
    width: 16%;
  }
}
.x-news1 .container .x-ri .x-form button::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dadada;
}
.x-news1 .container .x-ri .x-form button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.x-news1 .container .x-ri .x-form button img:nth-of-type(2) {
  display: none;
}
.x-news2 {
  background-color: #fff;
  padding: 0.6rem 0 2.4rem 0;
}
@media (max-width: 767px) {
  .x-news2 {
    padding-bottom: 1.2rem;
    overflow: hidden;
  }
}
.x-news2 .container ul {
  padding-bottom: 1.3rem;
}
.x-news2 .container ul li {
  margin-bottom: 0.45rem;
}
.x-news2 .container ul li:last-child {
  margin-bottom: 0;
}
.x-news2 .container ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news2 .container ul li a:hover .x-public-img img {
  transform: scale(1.1);
}
.x-news2 .container ul li a:hover .x-text .x-img img,
.x-news2 .container ul li a:hover .x-text .x-img svg {
  animation: sec 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-news2 .container ul li a:hover .x-text .x-img img .st,
.x-news2 .container ul li a:hover .x-text .x-img svg .st {
  stroke: #003894;
}
.x-news2 .container ul li a .x-public-img {
  width: 33.64%;
}
@media (max-width: 767px) {
  .x-news2 .container ul li a .x-public-img {
    width: 100%;
  }
}
.x-news2 .container ul li a .x-public-img::before {
  padding-top: 65.6%;
}
.x-news2 .container ul li a .x-text {
  width: 66.36%;
  border: 1px solid #dadada;
  padding: 0.25rem 1.1rem 0.1rem 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-news2 .container ul li a .x-text {
    width: 100%;
    padding: 0.4rem 0.4rem;
  }
}
.x-news2 .container ul li a .x-text .x-sp {
  color: #afafaf;
  font-weight: bold;
}
.x-news2 .container ul li a .x-text .x-p span {
  color: #003894;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-news2 .container ul li a .x-text .x-p .x-title {
  color: #003894;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-news2 .container ul li a .x-text .x-p .x-pp {
  color: #afafaf;
  position: absolute;
  bottom: 0.15rem;
  left: 0.5rem;
}
@media (max-width: 767px) {
  .x-news2 .container ul li a .x-text .x-p .x-pp {
    position: initial;
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }
}
.x-news2 .container ul li a .x-text .x-img {
  width: 0.4rem;
  height: 0.44rem;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-news2 .container ul li a .x-text .x-img {
    display: none;
  }
}
.x-news2 .container ul li a .x-text .x-img img,
.x-news2 .container ul li a .x-text .x-img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-news2 .container ul li a .x-text .x-img img .st,
.x-news2 .container ul li a .x-text .x-img svg .st {
  transition: 0.3s all;
  stroke: #afafaf;
}
.x-fenye .x-con {
  display: flex;
  justify-content: center;
}
.x-fenye .x-con .x-le a {
  color: #afafaf;
  display: inline-flex;
  align-items: center;
  padding: 0 0.1rem 0.05rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.x-fenye .x-con .x-le a:hover {
  color: #003894;
}
.x-fenye .x-con .x-le a:hover::before {
  background-color: #93abd2;
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-fenye .x-con .x-le a:hover img:nth-of-type(1) {
  display: none;
}
.x-fenye .x-con .x-le a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-fenye .x-con .x-le a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-fenye .x-con .x-le a img {
  width: 24px;
  height: auto;
  margin-right: 0.15rem;
  object-fit: contain;
}
.x-fenye .x-con .x-le a img:nth-of-type(2) {
  display: none;
}
.x-fenye .x-con .x-zh {
  font-size: 0.26rem;
  margin: 0 1.1rem;
  font-family: 'cu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .x-fenye .x-con .x-zh {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .x-fenye .x-con .x-zh {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-fenye .x-con .x-zh {
    font-size: 0.3rem;
    margin: 0 0.5rem;
  }
}
.x-fenye .x-con .x-zh span {
  color: #afafaf;
}
.x-fenye .x-con .x-zh span.on {
  color: #003894;
}
.x-fenye .x-con .x-zh span:nth-of-type(2) {
  margin: 0 0.25rem;
}
.x-fenye .x-con .x-ri a {
  color: #afafaf;
  display: inline-flex;
  align-items: center;
  padding: 0 0.1rem 0.05rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.x-fenye .x-con .x-ri a:hover {
  color: #003894;
}
.x-fenye .x-con .x-ri a:hover::before {
  background-color: #93abd2;
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-fenye .x-con .x-ri a:hover img:nth-of-type(1) {
  display: none;
}
.x-fenye .x-con .x-ri a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-fenye .x-con .x-ri a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-fenye .x-con .x-ri a img {
  width: 24px;
  height: auto;
  margin-left: 0.15rem;
  object-fit: contain;
}
.x-fenye .x-con .x-ri a img:nth-of-type(2) {
  display: none;
}
.x-news-info1 {
  background-color: #fff;
  padding: 1rem 0 2.7rem 0;
}
@media (max-width: 767px) {
  .x-news-info1 {
    padding: 0.8rem 0 1.2rem 0;
  }
}
.x-news-info1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-news-info1 .container .x-le {
  width: 67.29%;
}
@media (max-width: 1199px) {
  .x-news-info1 .container .x-le {
    width: 100%;
  }
}
.x-news-info1 .container .x-le .x-top {
  display: flex;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-top .x-sp {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.x-news-info1 .container .x-le .x-top .x-sp span {
  color: #aeaeae;
  display: block;
  white-space: nowrap;
}
.x-news-info1 .container .x-le .x-top .x-sp span:nth-of-type(1) {
  font-weight: bold;
}
.x-news-info1 .container .x-le .x-top .x-sp span:nth-of-type(2) {
  font-family: 'SourceHanSansSC-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-news-info1 .container .x-le .x-top .x-title {
  font-weight: bold;
  color: #003894;
  line-height: 1.3;
  margin-left: 1.6rem;
}
@media (max-width: 1580px) {
  .x-news-info1 .container .x-le .x-top .x-title {
    margin-left: 1.3rem;
  }
  .x-news-info1 .container .x-le .x-top .x-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-top .x-title {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.4rem;
    order: -1;
  }
}
.x-news-info1 .container .x-le .x-bjq {
  padding-left: 2.4rem;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-bjq {
    padding-left: 0;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
  }
}
.x-news-info1 .container .x-le .x-bjq:hover::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-news-info1 .container .x-le .x-bjq::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #8ca5cf;
  width: 100%;
  height: 2px;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-bjq::before {
    height: 1px;
  }
}
.x-news-info1 .container .x-le .x-bjq img {
  max-width: 100% !important;
}
.x-news-info1 .container .x-le .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-xia {
    margin-top: 0.8rem;
  }
}
.x-news-info1 .container .x-le .x-xia .x-x-le {
  width: 22%;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-xia .x-x-le {
    width: 100%;
  }
}
.x-news-info1 .container .x-le .x-xia .x-x-le span {
  color: #003894;
  font-weight: bold;
  position: relative;
  display: block;
  padding-bottom: 0.1rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-le span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #93abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-news-info1 .container .x-le .x-xia .x-x-le .x-a {
  margin-top: 0.2rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-le .x-a a {
  display: inline-block;
  margin-right: 0.15rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-le .x-a a svg {
  width: 30px;
  height: 30px;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri {
  width: 75.5%;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-xia .x-x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-bq {
  color: #003894;
  font-weight: bold;
  position: relative;
  display: block;
  padding-bottom: 0.1rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-bq::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #93abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-sp {
  margin-top: 0.2rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-sp p {
  background-color: #aeaeae;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  padding: 0.05rem 0.4rem;
  margin-right: 8px;
  margin-bottom: 0.1rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.6rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-le-a {
  width: 37.08%;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  padding-bottom: 0.05rem;
  overflow: hidden;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-le-a:hover::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-le-a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #93abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-le-a svg {
  width: 30px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-le-a svg path {
  fill: #003894;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-le-a span {
  font-size: 12px;
  color: #003894;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-zh-a {
  width: 6.6%;
  font-size: 12px;
  color: #003894;
  position: relative;
  display: block;
  padding-bottom: 0.05rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-zh-a {
    width: 10.6%;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-zh-a {
    width: 16.6%;
  }
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-zh-a:hover::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .x-zh-a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #93abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .z-ri-a {
  width: 37.08%;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  padding-bottom: 0.05rem;
  overflow: hidden;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .z-ri-a:hover::before {
  animation: moveactive 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .z-ri-a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #93abd2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .z-ri-a svg {
  width: 30px;
  height: 14px;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .z-ri-a svg path {
  fill: #003894;
}
.x-news-info1 .container .x-le .x-xia .x-x-ri .x-ri-xia .z-ri-a span {
  font-size: 12px;
  color: #003894;
  width: calc(100% - 24px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x-news-info1 .container .x-ri {
  width: 26.24%;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
@media (max-width: 1199px) {
  .x-news-info1 .container .x-ri {
    display: none;
  }
}
.x-news-info1 .container .x-ri .x-title {
  color: #003894;
  font-weight: bold;
  border-bottom: 2px solid #dedede;
  padding-bottom: 0.15rem;
}
.x-news-info1 .container .x-ri .x-a a {
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  border-bottom: 1px solid #dedede;
}
.x-news-info1 .container .x-ri .x-a a:hover svg .st78 {
  stroke: #003894;
}
.x-news-info1 .container .x-ri .x-a a svg {
  height: 22px;
  flex-shrink: 0;
}
.x-news-info1 .container .x-ri .x-a a svg .st78 {
  stroke: #aeaeae;
  transition: 0.3s all;
}
.x-news-info1 .container .x-ri .x-a a .x-text {
  padding-left: 0.15rem;
  width: calc(100% - 22px);
}
.x-news-info1 .container .x-ri .x-a a .x-text span {
  font-size: 15px;
  color: #003894;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-news-info1 .container .x-ri .x-a a .x-text p {
  color: #003894;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.x-stra1 {
  background-color: #fff;
  padding-bottom: 1.2rem;
}
.x-stra1 .x-con ul li {
  padding: 1.3rem 0 1.2rem 0;
}
.x-stra1 .x-con ul li:first-child {
  padding-top: 0.6rem;
}
.x-stra1 .x-con ul li:nth-of-type(2n) {
  background-color: #003894;
}
.x-stra1 .x-con ul li:nth-of-type(2n) .x-top .x-le .x-text .x-title {
  color: #fff;
}
.x-stra1 .x-con ul li:nth-of-type(2n) .x-top .x-le .x-text span {
  color: #fff;
}
.x-stra1 .x-con ul li:nth-of-type(2n) .x-top .x-le .x-p {
  color: #fff;
}
.x-stra1 .x-con ul li:nth-of-type(2n) .x-sp p {
  color: #fff;
}
.x-stra1 .x-con ul li:nth-of-type(2n) .x-sp p::before {
  background-color: #fff;
}
.x-stra1 .x-con ul li:nth-of-type(2n) .x-sp .x-tb .x-spp span {
  color: #fff;
}
.x-stra1 .x-con ul li .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-stra1 .x-con ul li .x-top .x-le {
  width: 51.14%;
}
@media (max-width: 991px) {
  .x-stra1 .x-con ul li .x-top .x-le {
    width: 100%;
  }
}
.x-stra1 .x-con ul li .x-top .x-le .x-text {
  display: flex;
  align-items: center;
}
.x-stra1 .x-con ul li .x-top .x-le .x-text .x-title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #003894;
  margin-right: 0.3rem;
}
.x-stra1 .x-con ul li .x-top .x-le .x-text span {
  font-size: 22px;
  color: #003894;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .x-stra1 .x-con ul li .x-top .x-le .x-text span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .x-stra1 .x-con ul li .x-top .x-le .x-text span {
    font-size: 16px;
  }
}
.x-stra1 .x-con ul li .x-top .x-le .x-p {
  color: #003894;
  margin: 0.1rem 0 0.3rem 0;
}
.x-stra1 .x-con ul li .x-sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-stra1 .x-con ul li .x-sp p {
  font-size: 14px;
  color: #909090;
  line-height: 2;
  position: relative;
  padding-top: 0.2rem;
  width: 51.14%;
}
@media (max-width: 991px) {
  .x-stra1 .x-con ul li .x-sp p {
    width: 100%;
  }
}
.x-stra1 .x-con ul li .x-sp p::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #406aaf;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .x-stra1 .x-con ul li .x-sp p::before {
    height: 1px;
  }
}
.x-stra1 .x-con ul li .x-sp .x-tb {
  width: 40.37%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-stra1 .x-con ul li .x-sp .x-tb {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-stra1 .x-con ul li .x-sp .x-tb .x-spp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 0.3rem;
}
.x-stra1 .x-con ul li .x-sp .x-tb .x-spp svg,
.x-stra1 .x-con ul li .x-sp .x-tb .x-spp img {
  height: 34px;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  .x-stra1 .x-con ul li .x-sp .x-tb .x-spp svg,
  .x-stra1 .x-con ul li .x-sp .x-tb .x-spp img {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .x-stra1 .x-con ul li .x-sp .x-tb .x-spp svg,
  .x-stra1 .x-con ul li .x-sp .x-tb .x-spp img {
    height: 24px;
  }
}
.x-stra1 .x-con ul li .x-sp .x-tb .x-spp span {
  font-size: 22px;
  color: #003894;
}
@media (max-width: 1580px) {
  .x-stra1 .x-con ul li .x-sp .x-tb .x-spp span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .x-stra1 .x-con ul li .x-sp .x-tb .x-spp span {
    font-size: 16px;
  }
}
.x-stra1 .x-con ul li .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-stra1 .x-con ul li .x-xia .x-le-img {
  width: 58.2%;
}
.x-stra1 .x-con ul li .x-xia .x-le-img:hover .x-public-img img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .x-stra1 .x-con ul li .x-xia .x-le-img {
    width: 100%;
  }
}
.x-stra1 .x-con ul li .x-xia .x-le-img .x-public-img::before {
  padding-top: 55.72%;
}
@media (max-width: 1580px) {
  .x-stra1 .x-con ul li .x-xia .x-le-img .x-public-img::before {
    padding-top: 55.3%;
  }
}
.x-stra1 .x-con ul li .x-xia .x-ri-img {
  width: 40.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-stra1 .x-con ul li .x-xia .x-ri-img {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-stra1 .x-con ul li .x-xia .x-ri-img .x-public-img {
  width: 48.5%;
  margin-bottom: 0.18rem;
}
.x-stra1 .x-con ul li .x-xia .x-ri-img .x-public-img:hover img {
  transform: scale(1.1);
}
.x-stra1 .x-con ul li .x-xia .x-ri-img .x-public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 148, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-stra1 .x-con ul li .x-xia .x-ri-img .x-public-img::before {
  padding-top: 79.31%;
}
.x-story1 {
  background-color: #fff;
  padding: 0.1rem 0 1.8rem 0;
}
@media (max-width: 767px) {
  .x-story1 {
    padding-bottom: 0.8rem;
  }
}
.x-story1 .container ul li {
  padding-bottom: 0.45rem;
}
.x-story1 .container ul li.on .x-top .x-text .x-p svg {
  transform: rotate(0deg);
}
.x-story1 .container ul li .x-top {
  position: relative;
}
.x-story1 .container ul li .x-top .x-public-img::before {
  padding-top: 43.06%;
}
@media (max-width: 767px) {
  .x-story1 .container ul li .x-top .x-public-img::before {
    padding-top: 87.06%;
  }
}
.x-story1 .container ul li .x-top .x-public-img::after {
  content: "";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url("../images/x-story3.png") no-repeat center;
  background-size: cover;
}
.x-story1 .container ul li .x-top .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  padding: 0 0.7rem 0.5rem 0.6rem;
}
@media (max-width: 767px) {
  .x-story1 .container ul li .x-top .x-text {
    padding: 0 0.4rem 0.4rem;
  }
}
.x-story1 .container ul li .x-top .x-text .x-sp {
  display: flex;
  align-items: center;
}
.x-story1 .container ul li .x-top .x-text .x-sp span {
  font-size: 0.34rem;
  color: #fff;
  background-color: #0d4095;
  display: inline-block;
  padding: 0 0.08rem;
  margin-right: 0.3rem;
}
.x-story1 .container ul li .x-top .x-text .x-sp .x-title {
  font-size: 0.44rem;
  font-weight: bold;
  color: #fff;
}
.x-story1 .container ul li .x-top .x-text .x-p {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.x-story1 .container ul li .x-top .x-text .x-p p {
  padding-right: 0.4rem;
}
.x-story1 .container ul li .x-top .x-text .x-p svg {
  width: 0.44rem;
  transform: rotate(180deg);
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s all;
}
.x-story1 .container ul li .x-top .x-text .x-p svg .st047 {
  stroke: #fff;
}
.x-story1 .container ul li .x-xia {
  background-color: #003894;
  padding: 0.5rem 0.7rem 0.7rem 0.6rem;
  display: none;
}
@media (max-width: 767px) {
  .x-story1 .container ul li .x-xia {
    padding: 0.4rem;
  }
}
.x-story1 .container ul li .x-xia .x-bjq {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 0.4rem 0.8rem 0.5rem 0.7rem;
}
@media (max-width: 767px) {
  .x-story1 .container ul li .x-xia .x-bjq {
    padding: 0.4rem 0.2rem;
    border-radius: 0.1rem;
  }
}
.x-story1 .container ul li .x-xia .x-bjq .x-bjq2 {
  border-top: 2px solid #cacaca;
  border-bottom: 2px solid #cacaca;
  padding: 0.25rem 0 0.3rem 0;
}
@media (max-width: 767px) {
  .x-story1 .container ul li .x-xia .x-bjq .x-bjq2 {
    padding: 0.2rem 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
  }
}
.x-story1 .container ul li .x-xia .x-bjq .x-bjq2 img {
  max-width: 100%;
}
.x-honest1 {
  background-color: #fff;
  padding: 0.5rem 0 1.8rem 0;
}
.x-honest1 .container {
  position: relative;
}
.x-honest1 .container .x-title {
  font-size: 0.54rem;
  font-weight: bold;
  text-align: center;
  color: #003894;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
}
.x-honest1 .container .x-bjt1 {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  width: 13rem;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .x-honest1 .container .x-bjt1 {
    width: 100%;
  }
}
.x-honest1 .container .x-text {
  width: 10rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .x-honest1 .container .x-text {
    width: 12rem;
  }
}
@media (max-width: 1199px) {
  .x-honest1 .container .x-text {
    width: auto;
  }
}
.x-honest1 .container .x-text .x-p {
  color: #808080;
  line-height: 2;
}
.x-honest1 .container .x-text ul {
  padding: 0.6rem 2.7rem 0.4rem;
}
@media (max-width: 1199px) {
  .x-honest1 .container .x-text ul {
    padding: 0.4rem;
  }
}
.x-honest1 .container .x-text ul li {
  display: flex;
  align-items: center;
  padding-bottom: 0.3rem;
  overflow: hidden;
}
.x-honest1 .container .x-text ul li img {
  height: 30px;
  flex-shrink: 0;
}
.x-honest1 .container .x-text ul li p {
  color: #b8272d;
  padding-bottom: 0.05rem;
  position: relative;
  width: 100%;
  margin-left: 0.15rem;
  overflow: hidden;
}
.x-honest1 .container .x-text ul li p::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c7c8c9;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-honest1 .container .x-text ul li p::before {
    height: 1px;
  }
}
.x-honest1 .container .x-text .x-xia {
  padding: 0.2rem 0 0.3rem 0;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-honest1 .container .x-text .x-xia {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
}
.x-honest1 .container .x-text .x-xia p {
  text-align: center;
  color: #808080;
}
.x-honest1 .container .x-text .x-xia .x-sp {
  font-size: 22px;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .x-honest1 .container .x-text .x-xia .x-sp {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .x-honest1 .container .x-text .x-xia .x-sp {
    font-size: 14px;
  }
}
.x-honest1 .container .x-text .x-xia .x-sp a {
  display: inline-block;
  background-color: #003894;
  color: #fff;
  border: 1px solid #8ea7d0;
  width: 3rem;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0 0.15rem;
}
.x-public-top {
  text-align: center;
}
.x-public-top img {
  width: 0.4rem;
  margin: 0 auto;
  display: inline-block;
}
.x-public-top .x-title {
  font-size: 0.54rem;
  color: #003894;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.x-public-top .x-p {
  font-size: 22px;
  color: #003894;
}
@media (max-width: 1199px) {
  .x-public-top .x-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-public-top .x-p {
    font-size: 0.3rem;
  }
}
.x-contact1 {
  background-color: #fff;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .x-contact1 {
    padding: 0.6rem 0 1rem 0;
  }
}
.x-contact1 .container .x-xia {
  text-align: center;
  padding: 0.4rem 0 0.6rem 0;
  border: 1px solid #6083bc;
  margin-top: 0.5rem;
}
.x-contact1 .container .x-xia a {
  display: inline-block;
  font-size: 0.68rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
  color: #003894;
  border-bottom: 2px solid #6083bc;
}
.x-contact1 .container .x-xia .x-p {
  color: #808080;
  font-weight: bold;
  margin-top: 0.15rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-xia .x-p {
    font-size: 0.26rem;
  }
}
.x-contact2 {
  background-color: #fff;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .x-contact2 {
    padding-bottom: 1.2rem;
  }
}
.x-contact2 .container .x-top .x-title {
  line-height: 1.5;
}
.x-contact2 .container .x-top .x-p {
  line-height: 1.1;
}
.x-contact2 .container .x-xia {
  margin-top: 0.4rem;
}
.x-contact2 .container .x-xia ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact2 .container .x-xia ul li {
  position: relative;
  width: 49.1%;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .x-contact2 .container .x-xia ul li {
    width: 100%;
  }
}
.x-contact2 .container .x-xia ul li:hover .x-img img {
  transform: scale(1.1);
}
.x-contact2 .container .x-xia ul li:nth-of-type(1) {
  width: 100%;
}
.x-contact2 .container .x-xia ul li:nth-of-type(1) .x-img {
  height: 4.3rem;
}
.x-contact2 .container .x-xia ul li:nth-of-type(1) .x-text .x-p {
  bottom: 0.5rem;
}
.x-contact2 .container .x-xia ul li .x-img {
  width: 100%;
  height: 2.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .x-contact2 .container .x-xia ul li .x-img {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container .x-xia ul li .x-img {
    height: 4.3rem;
  }
}
.x-contact2 .container .x-xia ul li .x-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 148, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.x-contact2 .container .x-xia ul li .x-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  object-fit: cover;
}
.x-contact2 .container .x-xia ul li .x-text .x-title {
  color: #fff;
  position: absolute;
  top: 0.3rem;
  padding-left: 0.3rem;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-contact2 .container .x-xia ul li .x-text .x-title {
    font-size: 0.34rem;
  }
}
.x-contact2 .container .x-xia ul li .x-text .x-p {
  color: #fff;
  position: absolute;
  bottom: 0.2rem;
  padding: 0 0.3rem;
  z-index: 2;
}
.x-contact2 .container .x-xia ul li .x-text .x-p p {
  line-height: 2;
}
@media (max-width: 767px) {
  .x-contact2 .container .x-xia ul li .x-text .x-p p {
    line-height: 1.6;
  }
}
.x-contact3 {
  background-color: #fff;
  padding-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .x-contact3 {
    padding-bottom: 1.2rem;
  }
}
.x-contact3 .container .x-xia {
  width: 9.5rem;
  margin: 0 auto;
  padding-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-xia {
    width: 100%;
    padding-top: 0.4rem;
  }
}
.x-contact3 .container .x-xia .x-from ul li {
  padding-bottom: 0.4rem;
}
.x-contact3 .container .x-xia .x-from ul li span {
  color: #003894;
  display: block;
  margin-bottom: 0.08rem;
  font-weight: bold;
}
.x-contact3 .container .x-xia .x-from ul li input {
  width: 100%;
  height: 0.7rem;
  border: 1px solid #bccae3;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-xia .x-from ul li input {
    height: 0.8rem;
  }
}
.x-contact3 .container .x-xia .x-from ul li textarea {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #bccae3;
  padding: 0.2rem;
}
.x-contact3 .container .x-xia .x-from ul li.x-but {
  width: 2.35rem;
  height: 0.7rem;
  margin: 0.4rem auto 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-xia .x-from ul li.x-but {
    height: 0.8rem;
    margin-top: 0.2rem;
  }
}
.x-contact3 .container .x-xia .x-from ul li.x-but button {
  width: 100%;
  height: 100%;
  line-height: 0.7rem;
  text-align: center;
  color: #003894;
  transition: 0.3s all;
  display: inline-block;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-xia .x-from ul li.x-but button {
    line-height: 0.8rem;
  }
}
.x-contact3 .container .x-xia .x-from ul li.x-but button:hover {
  background-color: #003894;
}
.x-contact3 .container .x-xia .x-from ul li.x-but button:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
}
.x-contact3 .container .x-xia .x-from ul li.x-but button:hover span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  color: #fff;
}
.x-about1 {
  background-color: #fff;
  padding: 0.4rem 0 2.8rem 0;
}
@media (max-width: 767px) {
  .x-about1 {
    padding-bottom: 1.2rem;
  }
}
.x-about1 .container .x-top span {
  font-size: 0.8rem;
  color: #003894;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
}
.x-about1 .container .x-top .x-title {
  font-weight: bold;
  color: #003894;
}
.x-about1 .container .x-xia {
  position: relative;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-about1 .container .x-xia {
    margin-top: 0.4rem;
  }
}
.x-about1 .container .x-xia .x-img {
  width: 100%;
  height: 5.2rem;
}
@media (max-width: 1580px) {
  .x-about1 .container .x-xia .x-img {
    height: 6.2rem;
  }
}
@media (max-width: 767px) {
  .x-about1 .container .x-xia .x-img {
    height: 100vh;
  }
}
.x-about1 .container .x-xia .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about1 .container .x-xia ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-about1 .container .x-xia ul li {
  width: 33.33%;
  border-right: 2px solid #6482bc;
  padding-top: 1.1rem;
  padding-bottom: 10px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about1 .container .x-xia ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #6482bc;
    padding-top: 0.6rem;
  }
  .x-about1 .container .x-xia ul li:last-child {
    border-bottom: none;
  }
}
.x-about1 .container .x-xia ul li:hover {
  background-color: rgba(0, 56, 148, 0.6);
}
.x-about1 .container .x-xia ul li:hover .x-img2 {
  transform: scale(1.6);
}
@media (max-width: 767px) {
  .x-about1 .container .x-xia ul li:hover .x-img2 {
    transform: scale(1);
  }
}
.x-about1 .container .x-xia ul li:hover .x-text .x-title,
.x-about1 .container .x-xia ul li:hover .x-text span,
.x-about1 .container .x-xia ul li:hover .x-text .x-p {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .x-about1 .container .x-xia ul li:hover .x-text .x-title,
  .x-about1 .container .x-xia ul li:hover .x-text span,
  .x-about1 .container .x-xia ul li:hover .x-text .x-p {
    transform: scale(1);
  }
}
.x-about1 .container .x-xia ul li:last-child {
  border-right: none;
}
.x-about1 .container .x-xia ul li .x-img2 {
  width: 0.54rem;
  height: 0.64rem;
  margin: 0 auto;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about1 .container .x-xia ul li .x-img2 {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-about1 .container .x-xia ul li .x-img2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about1 .container .x-xia ul li .x-text {
  text-align: center;
}
.x-about1 .container .x-xia ul li .x-text .x-title {
  font-size: 0.4rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.6rem;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-about1 .container .x-xia ul li .x-text .x-title {
    font-size: 0.36rem;
  }
}
@media (max-width: 1199px) {
  .x-about1 .container .x-xia ul li .x-text .x-title {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .x-about1 .container .x-xia ul li .x-text .x-title {
    margin-top: 0.4rem;
    font-size: 0.38rem;
  }
}
.x-about1 .container .x-xia ul li .x-text span {
  font-size: 0.36rem;
  color: #fff;
  font-family: 'din2', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
  transition: 0.3s all;
  display: block;
}
@media (max-width: 1580px) {
  .x-about1 .container .x-xia ul li .x-text span {
    font-size: 0.32rem;
  }
}
@media (max-width: 1199px) {
  .x-about1 .container .x-xia ul li .x-text span {
    font-size: 0.28rem;
  }
}
.x-about1 .container .x-xia ul li .x-text .x-p {
  font-size: 22px;
  color: #fff;
  margin-top: 0.5rem;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-about1 .container .x-xia ul li .x-text .x-p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .x-about1 .container .x-xia ul li .x-text .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-about1 .container .x-xia ul li .x-text .x-p {
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
}
.x-about2 {
  background-color: #fff;
  padding-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .x-about2 {
    padding-bottom: 1.2rem;
  }
}
.x-about2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about2 .container .x-left {
  width: 60.56%;
  background-color: #003894;
  padding: 0 1.6rem 0 1.6rem;
  display: flex;
}
@media (max-width: 1199px) {
  .x-about2 .container .x-left {
    padding: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container .x-left {
    width: 100%;
  }
}
.x-about2 .container .x-left .x-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.x-about2 .container .x-left .x-p {
  color: #fff;
}
@media (max-width: 1199px) {
  .x-about2 .container .x-left .x-p {
    font-size: 14px;
  }
}
.x-about2 .container .x-left .x-spp {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0.1rem 0 0.5rem 0;
}
@media (max-width: 1199px) {
  .x-about2 .container .x-left .x-spp {
    align-items: center;
  }
}
.x-about2 .container .x-left .x-spp span {
  color: #fff;
  display: inline-block;
  padding: 0 0.14rem;
}
@media (max-width: 1199px) {
  .x-about2 .container .x-left .x-spp span {
    font-size: 14px;
  }
}
.x-about2 .container .x-left .x-spp img:nth-of-type(1) {
  width: 2.77rem;
}
@media (max-width: 1199px) {
  .x-about2 .container .x-left .x-spp img:nth-of-type(1) {
    width: 1.77rem;
  }
}
@media (max-width: 1199px) {
  .x-about2 .container .x-left .x-spp img:nth-of-type(2) {
    width: 1rem;
  }
}
.x-about2 .container .x-left .x-sp {
  color: #fff;
  line-height: 1.9;
}
@media (max-width: 1199px) {
  .x-about2 .container .x-left .x-sp {
    font-size: 14px;
  }
}
.x-about2 .container .x-left .x-sp span {
  font-weight: bold;
}
.x-about2 .container .x-right {
  width: 39.44%;
}
@media (max-width: 991px) {
  .x-about2 .container .x-right {
    width: 100%;
    order: -1;
  }
}
.x-about3 {
  background-color: #003894;
  padding: 1.4rem 0 1.8rem 0;
}
@media (max-width: 767px) {
  .x-about3 {
    padding: 1.2rem 0;
  }
}
.x-about3 .container .x-top {
  width: 40.37%;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-about3 .container .x-top {
    width: 100%;
    padding-right: 0.4rem;
  }
}
.x-about3 .container .x-top .x-p {
  font-size: 0.8rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  line-height: 0.86;
}
.x-about3 .container .x-top .x-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem 0 0.3rem 0;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .x-about3 .container .x-top .x-sp {
    padding-right: 0;
  }
}
.x-about3 .container .x-top .x-sp .x-title {
  color: #fff;
  font-weight: bold;
  width: calc(100% - 0.5rem);
}
.x-about3 .container .x-top .x-sp i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
}
.x-about3 .container .x-top .x-sp i img {
  width: 100%;
  float: left;
}
.x-about3 .container .x-top .x-pp {
  color: #a9a9a9;
  line-height: 2;
  padding-top: 0.1rem;
  border-top: 1px solid #afc1dd;
  letter-spacing: -1px;
}
.x-about3 .x-xia {
  position: relative;
  padding-top: 1.5rem;
}
.x-about3 .x-xia ul li {
  width: 0;
  height: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li {
    transform: scale(0.8);
  }
}
.x-about3 .x-xia ul li:nth-of-type(1) {
  left: 16%;
  top: 28%;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li:nth-of-type(1) {
    top: 36%;
  }
}
.x-about3 .x-xia ul li:nth-of-type(2) {
  left: 33%;
  top: 2%;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li:nth-of-type(2) {
    top: 13%;
  }
}
.x-about3 .x-xia ul li:nth-of-type(3) {
  left: 50%;
  top: 27%;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li:nth-of-type(3) {
    top: 36%;
  }
}
.x-about3 .x-xia ul li:nth-of-type(4) {
  left: 67%;
  top: 2%;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li:nth-of-type(4) {
    top: 13%;
  }
}
.x-about3 .x-xia ul li:nth-of-type(5) {
  left: 84%;
  top: 29%;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li:nth-of-type(5) {
    top: 36%;
  }
}
.x-about3 .x-xia ul li .x-sp {
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li .x-sp {
    align-items: center;
  }
}
.x-about3 .x-xia ul li .x-sp span {
  font-size: 0.7rem;
  color: #fff;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.9;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li .x-sp span {
    font-size: 0.5rem;
  }
}
.x-about3 .x-xia ul li .x-sp p {
  color: #fff;
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li .x-sp p {
    font-size: 0.3rem;
  }
}
.x-about3 .x-xia ul li .x-p {
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .x-about3 .x-xia ul li .x-p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-xia ul li .x-p {
    font-size: 0.24rem;
  }
}
.x-about3 .x-x-xia {
  color: #fff;
  line-height: 2;
  margin-top: 0.8rem;
}
.x-about3 .x-x-xia p {
  width: 67.29%;
  text-align: justify;
  padding-top: 0.2rem;
  border-top: 2px solid #bfcde4;
}
@media (max-width: 1199px) {
  .x-about3 .x-x-xia p {
    width: 87.29%;
  }
}
@media (max-width: 991px) {
  .x-about3 .x-x-xia p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-x-xia p {
    border-top: 1px solid #bfcde4;
  }
}
.x-about4 {
  background-color: #fff;
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .x-about4 {
    padding-top: 1.2rem;
  }
}
.x-about4 .container {
  position: relative;
}
.x-about4 .container .x-top {
  width: 67.29%;
  padding-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .x-about4 .container .x-top {
    width: 100%;
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .container .x-top {
    padding-right: 0;
  }
}
.x-about4 .container .x-top .x-p {
  font-size: 0.8rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #003894;
  line-height: 0.86;
}
.x-about4 .container .x-top .x-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem 0 0.3rem 0;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .x-about4 .container .x-top .x-sp {
    padding-right: 0;
  }
}
.x-about4 .container .x-top .x-sp .x-title {
  color: #003894;
  font-weight: bold;
  width: calc(100% - 0.5rem);
}
.x-about4 .container .x-top .x-sp i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
}
.x-about4 .container .x-top .x-sp i img {
  width: 100%;
  float: left;
}
.x-about4 .container .x-top .x-pp {
  color: #a9a9a9;
  line-height: 2;
  padding-top: 0.1rem;
  border-top: 1px solid #afc1dd;
  letter-spacing: -1px;
}
.x-about4 .container .x-but {
  position: absolute;
  right: 0;
  top: 2.3rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .x-about4 .container .x-but {
    display: none;
  }
}
.x-about4 .container .x-but .swiper-button-prev1 {
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 0.72rem;
  height: 0.82rem;
  position: relative;
  margin-right: 0.4rem;
}
@media (max-width: 1580px) {
  .x-about4 .container .x-but .swiper-button-prev1 {
    width: 0.82rem;
    height: 0.92rem;
  }
}
.x-about4 .container .x-but .swiper-button-prev1 .x-bj {
  width: 100%;
  height: 100%;
}
.x-about4 .container .x-but .swiper-button-prev1 .x-bj .st0i {
  stroke-width: 0.2;
  stroke: #003894;
}
.x-about4 .container .x-but .swiper-button-prev1 .x-jt {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
  position: absolute;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-about4 .container .x-but .swiper-button-prev1 .x-jt {
    width: 0.44rem;
  }
}
.x-about4 .container .x-but .swiper-button-prev1 .x-jt .st100 {
  stroke: #003894;
}
.x-about4 .container .x-but .swiper-button-prev1:hover .x-bj .st0i {
  fill: #003894;
}
.x-about4 .container .x-but .swiper-button-prev1:hover .x-jt {
  animation: arrow 0.5s;
}
.x-about4 .container .x-but .swiper-button-prev1:hover .x-jt .st100 {
  stroke: #fff;
}
.x-about4 .container .x-but .swiper-button-next1 {
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 0.72rem;
  height: 0.82rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-about4 .container .x-but .swiper-button-next1 {
    width: 0.82rem;
    height: 0.92rem;
  }
}
.x-about4 .container .x-but .swiper-button-next1 .x-bj {
  width: 100%;
  height: 100%;
}
.x-about4 .container .x-but .swiper-button-next1 .x-bj .st0i {
  stroke-width: 0.2;
  stroke: #003894;
}
.x-about4 .container .x-but .swiper-button-next1 .x-jt {
  transition: transform 0.4s cubic-bezier(0.6, -0.01, 0.1, 1);
  width: 0.34rem;
  height: 14px;
  position: absolute;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-about4 .container .x-but .swiper-button-next1 .x-jt {
    width: 0.44rem;
  }
}
.x-about4 .container .x-but .swiper-button-next1 .x-jt .st00 {
  stroke: #003894;
}
.x-about4 .container .x-but .swiper-button-next1:hover .x-bj .st0i {
  fill: #003894;
}
.x-about4 .container .x-but .swiper-button-next1:hover .x-jt {
  animation: arrow2 0.5s;
}
.x-about4 .container .x-but .swiper-button-next1:hover .x-jt .st00 {
  stroke: #fff;
}
.x-about4 .x-xia .swiper-container {
  padding-bottom: 0.6rem;
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  transition: 0.3s all;
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide:hover .x-public-img img {
  transform: scale(1.1);
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  background-color: rgba(0, 56, 148, 0.1);
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-p p::before {
  background-color: #ebeef0;
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-public-img::before {
  padding-top: 59.49%;
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p {
  padding: 0 0.4rem 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p p {
  color: #fff;
  position: relative;
  padding-bottom: 0.1rem;
  width: 100%;
  display: block;
}
.x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p p::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8c9187;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about4 .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-p p::before {
    height: 1px;
  }
}
.x-about4 .x-xia .swiper-container .swiper-scrollbar {
  width: 10rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #8aa4ce;
}
.x-about4 .x-xia .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  top: -4px;
  background-color: #003894;
}
@media (max-width: 991px) {
  .x-about4 .x-xia .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 2px;
    top: 0;
  }
}
.x-about4 .x-xia .swiper-container .x-ds {
  position: absolute;
  right: 1.2rem;
  bottom: 0;
}
@media (max-width: 991px) {
  .x-about4 .x-xia .swiper-container .x-ds {
    display: none;
  }
}
.x-about4 .x-xia .swiper-container .x-ds span {
  color: #003894;
  font-size: 20px;
}
.x-about5 {
  background-color: #fff;
  padding: 2rem 0 1.7rem 0;
}
@media (max-width: 767px) {
  .x-about5 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-about5 .container .x-top {
  width: 43.05%;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-top {
    width: 100%;
    padding-right: 0.4rem;
  }
}
.x-about5 .container .x-top .x-p {
  font-size: 0.8rem;
  font-family: 'din', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #003894;
  line-height: 0.86;
}
.x-about5 .container .x-top .x-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem 0 0.3rem 0;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .x-about5 .container .x-top .x-sp {
    padding-right: 0;
  }
}
.x-about5 .container .x-top .x-sp .x-title {
  color: #003894;
  font-weight: bold;
  width: calc(100% - 0.5rem);
}
.x-about5 .container .x-top .x-sp i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
}
.x-about5 .container .x-top .x-sp i img {
  width: 100%;
  float: left;
}
.x-about5 .container .x-top .x-pp {
  color: #a9a9a9;
  line-height: 2;
  padding-top: 0.1rem;
  border-top: 1px solid #afc1dd;
  letter-spacing: -1px;
}
.x-about5 .container .x-xia {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-xia {
    margin-top: 0;
  }
}
.x-about5 .container .x-xia ul li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
}
.x-about5 .container .x-xia ul li .x-public-img {
  width: 1.9rem;
  margin: 0 0.2rem;
}
@media (max-width: 1199px) {
  .x-about5 .container .x-xia ul li .x-public-img {
    width: 1.4rem;
  }
}
@media (max-width: 991px) {
  .x-about5 .container .x-xia ul li .x-public-img {
    width: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-about5 .container .x-xia ul li .x-public-img {
    width: 1.6rem;
    margin-bottom: 0.2rem;
  }
}
.x-about5 .container .x-xia ul li .x-public-img::before {
  padding-top: 115%;
}
.x-about5 .container .x-xia ul li .x-public-img img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .joinbanner .cont .tit {
    font-size: 0.6rem !important;
  }
}
@keyframes sec {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.x-about-banner .joinbanner .cont .tit {
  line-height: 1.3;
}
