﻿@charset "utf-8";
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url(../fonts/harmonyos_sans_sc_regular.ttf);
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Light";
  src: url(../fonts/harmonyos_sans_sc_light.ttf);
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium";
  src: url(../fonts/harmonyos_sans_sc_medium.ttf);
}
@font-face {
  font-family: "manrope3_regular";
  src: url(../fonts/manrope3_regular.otf);
}
@font-face {
  font-family: "manrope3_medium";
  src: url(../fonts/manrope3_medium.otf);
}
@font-face {
  font-family: "AvantGardeITCbyBT-Book";
  src: url(../fonts/AvantGardeITCbyBT-Book.otf);
}
* {
  scroll-behavior: smooth;
  font-family: "HarmonyOS_Sans_SC_Light";
}
/* 分页 */
.Pages {
  display: table;
  width: auto;
  margin: 0 auto;
}
.Pages a {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  font-size: 18px;
  color: #000000;
  font-family: "HarmonyOS_Sans_SC_Regular";
  margin: 0 5px;
  transition: all 0.5s;
  position: relative;
}
.Pages em {
  font-style: initial;
}
.Pages .a_prev {
  margin-right: 50px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
}
.Pages .a_next {
  margin-left: 50px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
}
.Pages .a_prev::before,
.Pages .a_next::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/img17.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.Pages .a_prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.Pages a:hover,
.Pages .num a.a_cur {
  background: #093686;
  color: #fff;
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before {
  background-image: url(../images/img18.png);
}
@media (max-width: 1459px) {
  .Pages a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .Pages .a_next {
    margin-left: 40px;
  }
  .Pages .a_prev {
    margin-right: 40px;
  }
}
@media (max-width: 500px) {
  .Pages a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .Pages a {
    margin: 0 3px;
  }
  .Pages .a_prev {
    margin-right: 4px;
  }
  .Pages .a_next {
    margin-left: 4px;
  }
}
/* 视屏 */
#publicity-video {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#publicity-video video {
  display: block;
}
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.8);
}
.msg-box {
  width: 60%;
  height: 70%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box-div {
  width: 100%;
  height: 100%;
}
.msg-box .video {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url("../images/img1.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fd::after {
  content: " ";
  display: block;
  clear: both;
}
.fd {
  zoom: 1;
}
.app {
  display: none;
}
.container {
  width: 100%;
  padding: 0 3.15%;
}
.wapr {
  width: 100%;
  padding: 0 8.4%;
}
@media (max-width: 1260px) {
  .wapr,
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .wapr,
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
/* 导航 */
.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.nav_con {
  width: 100%;
  position: relative;
}
.nav .logo {
  height: 100px;
  float: left;
  padding: 23px 0;
}
.nav .logo img {
  height: 100%;
}
.nav .rig {
  float: right;
}
.category-item {
  float: left;
  margin-right: 58px;
  position: relative;
}
.category-item:last-child {
  margin-right: 0;
}
.category-a {
  font-size: 18px;
  color: #1c1c1c;
  position: relative;
  display: block;
  transition: all 0.5s;
  line-height: 100px;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.category-a::before {
  content: "";
  width: 0%;
  height: 1px;
  background: #093686;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.category-item.on .category-a::before {
  width: 100%;
}
.nav.nav2 .category-item.on .category-a::before {
  background: #fff;
}
.nav.nav2.nav3 .category-item.on .category-a::before {
  background: #093686;
}
.category-item.on .category-a {
  /* color: #093686 !important; */
  font-weight: 600;
}
.category .two {
  position: absolute;
  min-width: 150%;
  max-height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
.category .category-item:hover .two {
  max-height: 160px;
}
.category .two a {
  display: block;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  padding: 0 10px;
}
.category .two a:hover {
  color: #fff;
  background: #093686;
}
.category-item.atv i {
  width: 100px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.category-item.atv i::before,
.category-item.atv i::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-item.atv i::before {
  width: 2px;
  height: 16px;
  right: 7px;
}
.category-item.atv i.i::before {
  display: none;
}
.togglr {
  width: 25px;
  height: 20px;
  margin: 0 auto;
  margin-top: 16px;
  cursor: pointer;
  display: none;
  margin-left: 30px;
}
.togglr .icon_bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.togglr .icon_bar:nth-of-type(2) {
  margin: 6px 0;
}
.togglr.on .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.togglr.on .icon_bar:first-child {
  -webkit-transform: translate(0, 8px) rotate(45deg);
  -ms-transform: translate(0, 8px) rotate(45deg);
  transform: translate(0, 8px) rotate(45deg);
}
.togglr.on .icon_bar:last-child {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  -ms-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
}
.template {
  margin-top: 100px;
}
/* */
.nav .logo .ig2 {
  display: none;
}
.category_y {
  float: left;
  padding-right: 80px;
  position: relative;
}
.category_y::before {
  content: "";
  width: 1px;
  height: 42px;
  background: #d2d2d2;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.nav .weib {
  float: left;
  line-height: 100px;
  font-size: 16px;
  color: #1c1c1c;
  cursor: pointer;
}
.nav .weib i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  transform: translateY(14px);
}
.nav.nav2 {
  background: transparent;
  box-shadow: none;
  padding-top: 25px;
}
.nav.nav2.nav3 {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-top: 0;
}
.nav.nav2 .logo .ig2 {
  display: block;
}
.nav.nav2.nav3 .logo .ig2 {
  display: none;
}
.nav.nav2.on .logo .ig2 {
  display: none;
}
.nav.nav2 .logo .ig1 {
  display: none;
}
.nav.nav2.nav3 .logo .ig1 {
  display: block;
}
.nav.nav2.on .logo .ig1 {
  display: block;
}
.nav.nav2 .weib,
.nav.nav2 .category-a {
  color: #fff;
}
.nav.nav2.on .category-a,
.nav.nav2.on .weib,
.nav.nav2.nav3 .category-a,
.nav.nav2.nav3 .weib {
  color: #1c1c1c;
}
.template.template2 {
  margin-top: 0 !important;
}
@media (max-width: 1459px) {
  /* */
  .nav .logo {
    height: 80px;
    padding: 18px 0;
  }
  .category-a {
    font-size: 16px;
    line-height: 80px;
  }
  .nav .weib {
    line-height: 80px;
    font-size: 14px;
  }
  .nav .weib i {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    transform: translateY(10px);
  }
  .category-item {
    margin-right: 45px;
  }
  .category_y {
    padding-right: 60px;
  }
  .category_y::before {
    height: 34px;
    right: 30px;
  }
  .template {
    margin-top: 80px;
  }
  .nav.nav2 {
    padding-top: 16px;
  }
}
@media (max-width: 1024px) {
  .nav .rig {
    height: auto;
  }
  .nav.on {
    background: #fff;
  }
  .nav .rig .category {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    background: #fff;
    padding: 0 30px;
    padding-top: 30px;
    display: none;
  }
  .nav .rig .category::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 50px;
  }
  .nav .rig .category::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #fff;
  }
  .nav .rig .category_y {
    width: 100%;
    padding-bottom: 15px;
  }
  .category-item {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .category-a {
    margin-right: 0;
    line-height: 60px;
    display: inline-block;
    padding: 0;
  }
  .togglr {
    display: block;
    float: right;
    margin-top: 20px;
  }
  .nav .rig .category {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
  .category-item {
    float: none;
    border-bottom: 1px solid #999;
  }
  .category .two {
    position: static;
    transform: translate(0);
    width: 100%;
    background: none;
    display: none;
    transition: initial;
    max-height: initial;
    box-shadow: none;
  }
  .category .category-item:hover .two {
    max-height: initial;
  }
  .category .two a {
    text-align: left;
    line-height: 46px;
    border-bottom: 1px solid #eaeaea;
  }
  .category .two a:last-child {
    border-bottom: none;
  }
  .category-item.on .category-a::before {
    display: none;
  }
  /* */
  .nav .rig .category_y {
    padding-right: 0;
  }
  .nav .weib,
  .nav .rig .category_y::before {
    display: none;
  }
  .nav .logo {
    height: 60px;
    padding: 12px 0;
  }
  .template {
    margin-top: 60px;
  }
  .nav.nav2 {
    padding-top: 0px;
  }
  .nav.nav2 .togglr .icon_bar {
    background-color: #fff;
  }
  .nav.nav2.on .togglr .icon_bar,
  .nav.nav2.nav3 .togglr .icon_bar {
    background-color: #333;
  }
}
@media (max-width: 768px) {
  .togglr {
    margin-left: 16px;
  }
  .nav .rig .category {
    padding: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .togglr {
    margin-left: 8px;
  }
}
/* foot */
.foot {
  width: 100%;
  background: #1c1c1c;
  padding-top: 4.7%;
}
.foot_top {
  width: 100%;
}
.foot_top .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_top .rq .lef {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_top .rq .lef a {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  display: block;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.foot_top .rq .lef a:hover {
  opacity: 1;
}
.foot_top .rq .lef .a {
  font-size: 20px;
  opacity: 1;
  margin-bottom: 18px;
}
.foot_top .rq .lef .div1 {
  width: 100%;
}
.foot_top .rq .rig {
  width: 27%;
}
.foot_top .rq .rig .a {
  font-size: 20px;
  color: #ffffff;
  display: block;
  margin-bottom: 18px;
}
.foot_top .rq .rig .div {
  height: 60px;
  padding-right: 120px;
  background: #fff;
  position: relative;
}
.foot_top .rq .rig .div input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #9c9d9c;
  font-family: "HarmonyOS_Sans_SC_Light";
  padding: 0 30px;
}
.foot_top .rq .rig .div form {
  width: 100%;
  height: 100%;
}
.foot_top .rq .rig .div button {
  width: 120px;
  height: 100%;
  background: #093686;
  font-size: 24px;
  color: #fff;
  font-family: "HarmonyOS_Sans_SC_Light";
  position: absolute;
  top: 0;
  right: 0;
}
.foot_top .rq .rig .div1 {
  width: 100%;
  margin-top: 7.5%;
}
.foot_top .rq .rig .div1 .text {
  width: 50%;
  float: left;
}
.foot_top .rq .rig .div1 .p1 {
  font-size: 18px;
  color: #ffffff;
}
.foot_top .rq .rig .div1 .p2 {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
  opacity: 0.8;
}
.foot_top .rq .rig .div2 {
  width: 100%;
  margin-top: 13%;
}
.foot_top .rq .rig .div2 a {
  float: left;
  width: 24px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 23px;
  position: relative;
  cursor: pointer;
}
.foot_top .rq .rig .div2 a.wx {
  background-image: url(../images/img3.png);
}
.foot_top .rq .rig .div2 a.wb {
  background-image: url(../images/img4.png);
}
.foot_top .rq .rig .div2 a.wi {
  background-image: url(../images/img5.png);
}
.foot_top .rq .rig .div2 .ig {
  margin-left: 50px;
  width: 100px;
  /* position: absolute;
  bottom: 145%;
  left: 50%;
  transform: translateX(-50%); */
  display: block;
}
.foot_top .rq .rig .div2 a:hover .ig {
  display: block;
}
.foot_top .rq .rig .div2 .ig img {
  width: 100%;
}
.foot_top .rq1 {
  width: 100%;
  padding-top: 3.5%;
  padding-bottom: 1.6%;
}
.foot_top .rq1 img {
  width: 138px;
}
.foot_bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding-top: 1.7%;
  padding-bottom: 2.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_bot .lef span,
.foot_bot .lef a {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
}
.foot_bot .lef a:hover {
  opacity: 1;
}
.foot_bot .rig .a {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  float: left;
  padding-right: 30px;
  position: relative;
  transition: all 0.5s;
}
.foot_bot .rig .a:hover {
  opacity: 1;
}
.foot_bot .rig .a:last-child {
  padding-right: 0;
}
.foot_bot .rig .a::before {
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.foot_bot .rig .a:last-child::before {
  display: none;
}
@media (max-width: 1459px) {
  .foot_top .rq .rig .a,
  .foot_top .rq .lef .a {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .foot_top .rq .lef a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .foot_top .rq .rig .div {
    height: 44px;
    padding-right: 90px;
  }
  .foot_top .rq .rig .div input {
    font-size: 14px;
    padding: 0 20px;
  }
  .foot_top .rq .rig .div button {
    width: 90px;
    font-size: 18px;
  }
  .foot_top .rq .rig .div1 .p1 {
    font-size: 16px;
  }
  .foot_top .rq .rig .div1 .p2 {
    font-size: 14px;
  }
  .foot_bot .lef span,
  .foot_bot .lef a {
    font-size: 14px;
  }
  .foot_bot .rig .a {
    font-size: 14px;
    padding-right: 24px;
  }
  .foot_bot .rig .a::before {
    height: 10px;
    right: 12px;
  }
}
@media (max-width: 991px) {
  .foot_top .rq .lef {
    width: 100%;
  }
  .foot_top .rq .rig {
    width: 100%;
    margin-top: 30px;
  }
  .foot_top .rq .rig .div2 {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .foot {
    padding-top: 20px;
  }
  .foot_top .rq .rig .div input {
    padding: 0 14px;
  }
  .foot_top .rq .lef .div {
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .foot_top .rq .lef .div:nth-child(3n) {
    margin-right: 0;
  }
  .foot_top .rq .lef {
    justify-content: flex-start;
  }
  .foot_top .rq .rig .div2 .ig {
    width: 50px;
    position: relative;
    right: 120px;
  }
  .foot_top {
    position: relative;
    padding-bottom: 28px;
  }
  .foot_top .rq .rig .div2 {
    margin-top: 32px;
    text-align: right;
  }
  .foot_top .rq .rig .div2 a:last-child {
    margin-right: 0;
  }
  .foot_top .rq1 {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: auto;
  }
  .foot_top .rq .rig .div2 a {
    float: none;
    display: inline-block;
  }
  .foot_top .rq1 img {
    width: 110px;
  }
  .foot_bot {
    padding: 15px 0;
    text-align: center;
  }
  .foot_bot .rig .a {
    display: inline-block;
    float: none;
  }
  .foot_bot .lef {
    width: 100%;
  }
  .foot_bot .rig {
    width: 100%;
    margin-top: 10px;
  }
}
/* 首页 */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.banner .bj {
  width: 100%;
  vertical-align: middle;
}
.banner .rq {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .rq1 {
  width: 700px;
  float: right;
}
.banner .rq1 .p1 {
  font-size: 56px;
  color: #ffffff;
  font-family: "HarmonyOS_Sans_SC_Medium";
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s 0.5s;
}
.banner .rq1 .p2 {
  font-size: 26px;
  color: #ffffff;
  font-family: "HarmonyOS_Sans_SC_Medium";
  margin-top: 10px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s 1s;
}
.banner .rq1 .sp {
  font-size: 16px;
  color: #1c1c1c;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  margin-top: 12%;
  transition: all 0.5s;
}
.banner .rq1 .p3 {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s 1.5s;
}
.banner .swiper-slide-active .rq1 .p3,
.banner .swiper-slide-active .rq1 .p1,
.banner .swiper-slide-active .rq1 .p2 {
  opacity: 1;
  transform: translateY(0);
}
.banner .rq1 .sp:hover {
  background: #1c1c1c;
  color: #fff;
}
.banner .rq1 .sp i {
  width: 16px;
  height: 14px;
  display: inline-block;
  background-image: url(../images/img6.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  transition: all 0.5s;
}
.banner .rq1 .sp:hover i {
  background-image: url(../images/img7.png);
}
.banner .swiper-pagination {
  bottom: 36px;
}
.banner .swiper-pagination-bullet {
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  margin: 0 10px !important;
  opacity: 1;
  position: relative;
}
.banner .swiper-pagination-bullet::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes jc {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.banner .swiper-pagination-bullet-active::before {
  animation: jc 4s linear both;
}
/* sy_con1 */
.sy_con1 {
  width: 100%;
  padding-top: 10.8%;
  padding-bottom: 8.2%;
  background-image: url(../images/img8.jpg);
  background-size: cover;
}
.sy_con1 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.sy_con1 .rq .lef {
  width: 30.7%;
}
.bt {
  width: 100%;
}
.bt .p1 {
  font-size: 40px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Medium";
  display: inline-block;
  position: relative;
}
.bt .p1::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1c1c1c;
  opacity: 0.1;
  position: absolute;
  top: -3px;
  right: -8px;
}
.sy_con1 .rq .lef .p2 {
  font-size: 20px;
  color: #1c1c1c;
  line-height: 1.8;
  margin-top: 9%;
  margin-bottom: 22%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.anniu {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #1c1c1c;
  text-align: center;
  transition: all 0.5s;
}
.anniu:hover {
  background: #093686;
}
.anniu i {
  width: 16px;
  height: 14px;
  display: inline-block;
  background-image: url(../images/img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
.sy_con1 .rq .con {
  width: 25.9%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con1 .rq .con img {
  width: 100%;
}
.sy_con1 .rq .rig {
  width: 33.8%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sy_con1 .rq .rig .div {
  width: 50%;
  padding-top: 8.8%;
  padding-bottom: 4.5%;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7eff3;
  padding-left: 8.5%;
}
.sy_con1 .rq .rig .div:nth-child(2n) {
  padding-left: 20.5%;
}
.sy_con1 .rq .rig .div:last-child {
  /* width: 100%; */
}
.sy_con1 .rq .rig .div .p {
  font-size: 20px;
  color: #1c1c1c;
}
.sy_con1 .rq .rig .div .p span {
  font-size: 60px;
  color: #1c1c1c;
  line-height: 0.85;
  display: inline-block;
  margin-right: 6px;
}
.sy_con2 {
  width: 100%;
  padding-top: 7.9%;
  padding-bottom: 7.4%;
  background: #f4f5f6;
}
.sy_con2 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sy_con2 .rq .lef {
  width: 50.53%;
  overflow: hidden;
}
.sy_con2 .rq .lef img {
  width: 100%;
  transition: all 0.5s;
}
.sy_con2 .rq:hover .lef img {
  transform: scale(1.05);
}
.sy_con2 .rq .rig {
  width: 44.4%;
}
.sy_con2 .rq .rig .p2 {
  font-size: 20px;
  color: #1c1c1c;
  line-height: 1.8;
  margin-top: 6%;
  margin-bottom: 6%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con2 .rq .rig .div {
  width: 100%;
  margin-top: 10%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: flex-end;
}
.sy_con2 .rq .rig .div .p3 {
  font-size: 18px;
  color: #1c1c1c;
  text-align: center;
}
.sy_con2 .rq .rig .div .p3 span {
  font-size: 44px;
  color: #1c1c1c;
  line-height: 0.85;
  display: inline-block;
}
.sy_con2 .rq .rig .div .p3 i {
  font-style: initial;
  font-size: 28px;
  display: inline-block;
  transform: translateY(-16px);
}
.sy_con2 .rq .rig .div .p4 {
  font-size: 18px;
  color: #1c1c1c;
  text-align: center;
  margin-top: 7%;
}
/* sy_con3 */
.sy_con3 {
  width: 100%;
  padding-bottom: 42%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sy_con3 .bj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: bjfd 60s linear infinite;
}
@keyframes bjfd {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
  }
}
.sy_con3 .bt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 7.6%;
  z-index: 3;
}
.sy_con3 .bt .p1 {
  color: #fff;
}
.sy_con3 .bt .p1::before {
  background: #fff;
}
.sy_con3 .rq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.sy_con3 .rq .div {
  width: 25%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.sy_con3 .rq .div:last-child {
  border-right: none;
}
.sy_con3 .rq .div1 {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
}
.sy_con3 .rq .div1 .ig {
  width: 29.68%;
  padding-bottom: 29.68%;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s;
}
.sy_con3 .rq .div:hover .div1 .ig {
  transform: translateY(-15px);
}
.sy_con3 .rq .div1 .ig::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/img10.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: xz 10s linear infinite;
}
.sy_con3 .rq .div1 .ig::after {
  content: "";
  width: 63.64%;
  height: 63.64%;
  background-image: url(../images/img11.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: xz2 10s linear infinite;
}
@keyframes xz {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes xz2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.sy_con3 .rq .div1 .ig img {
  width: 28%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.sy_con3 .rq .div1 p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 6.6%;
}
/* sy_con4 */
.sy_con4 {
  width: 100%;
  padding-top: 6.8%;
  padding-bottom: 5.3%;
}
.sy_con4 .rq {
  width: 100%;
}
.sy_con4 .rq .lef {
  width: 66.2%;
  padding-top: 4.2%;
  position: relative;
  float: left;
}
.sy_con4 .rq1 {
  width: 100%;
  padding: 5% 0;
}
.sy_con4 .rq1 .div {
  width: 100%;
  padding: 3.8% 0;
  border-bottom: 1px solid #e5eff3;
  padding-right: 16.3%;
}
.sy_con4 .swiper-container {
  border-top: 1px solid #e5eff3;
}
.sy_con4 .rq1 .div .p1 {
  font-size: 24px;
  color: #1c1c1c;
  transition: all 0.5s;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sy_con4 .rq1 .div:hover .p1 {
  color: #093686;
}
.sy_con4 .rq1 .div .p2 {
  font-size: 16px;
  color: #9c9d9c;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con4 .rq1 .div .p3 {
  font-size: 16px;
  color: #093686;
  position: absolute;
  right: 0;
  top: 26%;
}
.sy_con4 .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.sy_con4 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e5eff3;
  opacity: 1;
  margin-left: 15px;
  position: relative;
}
.sy_con4 .swiper-pagination-bullet::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #093686;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sy_con4 .swiper-pagination-bullet-active {
  background: #093686;
}
.sy_con4 .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.sy_con4 .rq .rig {
  width: 26.53%;
  float: right;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.sy_con4 .rq .rig::before {
  /* content: ""; */
  width: 93%;
  height: 73.4%;
  background: #093686;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.sy_con4 .rq .rig img {
  width: 100%;
}
@media (max-width: 1680px) {
  .sy_con2 .rq .rig .div .p4 {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .banner .rq1 {
    width: 530px;
  }
  .banner .rq1 .p1 {
    font-size: 42px;
  }
  .banner .rq1 .p2 {
    font-size: 20px;
    margin-top: 8px;
  }
  .anniu,
  .banner .rq1 .sp {
    font-size: 14px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
  }
  .anniu i,
  .banner .rq1 .sp i {
    width: 12px;
    height: 11px;
    margin-right: 6px;
  }
  .bt .p1 {
    font-size: 30px;
  }
  .bt .p1::before {
    width: 20px;
    height: 20px;
  }
  .sy_con1 .rq .lef .p2 {
    font-size: 16px;
  }
  .sy_con1 .rq .rig .div {
    margin-bottom: 10px;
  }
  .sy_con1 .rq .rig .div .p {
    font-size: 14px;
  }
  .sy_con1 .rq .rig .div .p span {
    font-size: 44px;
    margin-right: 4px;
  }
  .sy_con2 .rq .rig .p2 {
    font-size: 16px;
  }
  .sy_con2 .rq .rig .div .p3 {
    font-size: 14px;
  }
  .sy_con2 .rq .rig .div .p3 span {
    font-size: 32px;
  }
  .sy_con2 .rq .rig .div .p3 i {
    font-size: 22px;
    transform: translateY(-12px);
  }
  .sy_con3 .rq .div1 p {
    font-size: 14px;
  }
  .sy_con4 .rq .lef {
    padding-top: 3.2%;
  }
  .sy_con4 .rq1 .div .p1 {
    font-size: 18px;
  }
  .sy_con4 .rq1 .div .p3 {
    font-size: 14px;
    top: 22%;
  }
  .sy_con4 .rq1 .div .p2 {
    font-size: 14px;
  }
  .sy_con4 .rq .rig {
    margin-right: 15px;
  }
  .sy_con4 .rq .rig::before {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 991px) {
  .app {
    display: block;
  }
  .pc {
    display: none;
  }
  .banner .rq1 .p1 {
    font-size: 32px;
  }
  .banner .rq1 .p2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .banner .rq1 {
    width: 400px;
  }
  .sy_con1 .rq .lef {
    width: 100%;
  }
  .sy_con1 .rq .lef {
    width: 60%;
  }
  .sy_con1 .rq .con {
    left: 70%;
    transform: translateX(0%);
  }
  .sy_con1 .rq .rig {
    width: 100%;
  }
  .sy_con2 .rq .lef {
    width: 100%;
  }
  .sy_con2 .rq .rig {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .banner .rq1 {
    width: 100%;
  }
  .banner .rq1 .p1 {
    font-size: 24px;
  }
  .banner .rq1 .p2 {
    font-size: 14px;
    margin-top: 2px;
  }
  .anniu {
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
  }
  .banner .rq1 .sp {
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    margin-top: 30px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
    margin: 0 5px !important;
  }
  .sy_con1 {
    padding: 40px 0;
  }
  .bt .p1 {
    font-size: 24px;
  }
  .bt .p1::before {
    width: 14px;
    height: 14px;
    top: -2px;
    right: -5px;
  }
  .sy_con1 .rq .lef {
    width: 100%;
  }
  .sy_con1 .rq .lef .p2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sy_con1 .rq .con {
    display: none;
  }
  .sy_con1 .rq .rig .div {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
  .sy_con1 .rq .rig .div:nth-child(2n) {
    padding-left: 20px;
  }
  .sy_con1 .rq .rig {
    margin-top: 20px;
  }
  .sy_con1 .rq .rig .div .p span {
    font-size: 32px;
  }
  .sy_con2 {
    padding: 40px 0;
  }
  .sy_con2 .rq .rig {
    margin-top: 20px;
  }
  .sy_con2 .rq .rig .p2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .sy_con2 .rq .rig .div {
    margin-top: 0px;
  }
  .sy_con2 .rq .rig .div1 {
    width: 50%;
    margin-top: 30px;
  }
  .sy_con3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sy_con3 .rq {
    height: 200px;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
  }
  .sy_con3 .bt {
    position: static;
    padding-top: 0;
  }
  .sy_con3 .bt .p1 {
    color: #1c1c1c;
  }
  .sy_con3 .bt .p1::before {
    background: #1c1c1c;
  }
  .sy_con3 .rq .div1 {
    padding: 0 6px;
    top: 50%;
  }
  .sy_con3 .rq .div1 .ig {
    width: 65%;
    padding-bottom: 65%;
  }
  .sy_con3 .rq .div1 p {
    margin-top: 10px;
  }
  .sy_con4 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .sy_con4 .rq .lef {
    width: 100%;
    padding-top: 0;
  }
  .sy_con4 .rq .rig {
    display: none;
  }
  .sy_con4 .rq1 {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .sy_con4 .rq1 .div {
    padding: 14px 0;
  }
  .sy_con4 .rq1 .div .p3 {
    position: static;
    margin-top: 10px;
  }
  .sy_con4 .swiper-pagination {
    bottom: 8px;
  }
}
/* 公司概况 */
.ny_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ny_banner .bj {
  width: 100%;
}
.ny_banner .rq {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny_banner .p1 {
  font-size: 40px;
  color: #ffffff;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.ny_banner .p2 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 16px;
}
.abo_con1 {
  width: 100%;
  background: #f5f7f7;
}
.abo_con1 .rq {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo_con1 .rq .rig a:last-child {
  color: #093686;
}
.abo_con1 .rq .lef {
  max-width: 70%;
}
.abo_con1 .rq .lef a {
  display: inline-block;
  font-size: 18px;
  color: #1c1c1c;
  padding: 0 36px;
  line-height: 60px;
  transition: all 0.5s;
}
.abo_con1 .rq .lef a:hover {
  color: #093686;
}
.abo_con1 .rq .lef a.on:hover {
  color: #fff;
}
.abo_con1 .rq .lef a.on {
  background: #093686;
  color: #fff;
}
.abo_con1 .rq .rig {
  max-width: 30%;
  font-size: 16px;
  color: #666666;
  line-height: 60px;
}
.abo_con1 .rq .rig i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/img12.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.abo_con1 .rq .rig a {
  color: #666666;
}
.abo_con1 .rq .rig span {
  color: #093686;
}
.abo_con2 {
  width: 100%;
  padding-top: 5.8%;
  padding-bottom: 3.8%;
}
.bt .p2 {
  display: inline-block;
  font-size: 46px;
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Medium";
  position: relative;
  line-height: 1;
}
.bt .p2::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1c1c1c;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  right: -10px;
}
.about_img {
  width: 50%;
  float: left;
}
.about_img img {
  width: 100%;
}
.abo_con3 {
  width: 100%;
  padding-bottom: 4%;
}
.abo_con3 .bt_content {
  margin: 30px 0;
}
.abo_con3 .about_text {
  float: left;
  width: 45%;
  margin-left: 2%;
}
.bt_cen {
  text-align: center;
}
.bt .p3 {
  font-size: 40px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.bt .p4 {
  font-size: 20px;
  color: #1c1c1c;
  margin-top: 1%;
}
.abo_con3 .rq {
  width: 100%;
  margin-top: 3.1%;
  display: flex;
  flex-wrap: wrap;
}
.abo_con3 .rq .div {
  width: 23.4%;
  margin-right: 2.133333%;
  background-image: url(../images/img13.png);
  background-size: cover;
  background-position: center top;
  padding: 1.2%;
  padding-top: 2.05%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
}
.abo_con3 .rq .div:nth-child(4n) {
  margin-right: 0;
}
.abo_con3 .rq .div .p {
  font-size: 30px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Medium";
  text-align: center;
}
.abo_con3 .rq .div .p img {
  width: 41px;
  display: inline-block;
  transform: translateY(-5px);
  margin-right: 12px;
}
.abo_con3 .rq .div .text {
  width: 100%;
  margin-bottom: 6%;
}
.abo_con3 .rq .div .text li {
  font-size: 20px;
  color: #1c1c1c;
  line-height: 60px;
  border-bottom: 1px solid #dae8ef;
  padding-left: 6.7%;
  position: relative;
}
.abo_con3 .rq .div .text .ul li {
  line-height: 42px;
}
.abo_con3 .rq .div .text li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #093686;
  position: absolute;
  left: 8px;
  top: 29px;
}
.abo_con3 .rq .div .text .ul li::before {
  top: 18px;
}
.abo_con3 .rq .div .text li span {
  font-size: 24px;
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.abo_con3 .rq .div .text .p1 {
  font-size: 24px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Medium";
  margin-top: 5%;
  margin-bottom: 5px;
}
.abo_con4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.abo_con4 img {
  width: 100%;
}
.abo_con4 .bt {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5.6%;
}
.abo_con4 .bt .p3 {
  color: #fff;
}
.abo_con4 .bf {
  width: 60px;
  height: 60px;
  background-image: url(../images/img14.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.abo_con4 .bf:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.abo_con5 {
  width: 100%;
  padding: 5.5% 0;
  background-image: url(../images/img15.jpg);
  background-size: cover;
}
.abo_con5 .top {
  width: 100%;
  padding: 6% 13.7%;
}
.abo_con5 .top .rq {
  width: 100%;
  overflow: hidden;
}
.abo_con5 .top .rq1 {
  width: 33.8%;
  margin: 0 auto;
}
.abo_con5 .top .swiper-container {
  overflow: visible;
}
.abo_con5 .top .div {
  width: 100%;
  text-align: center;
  padding: 0 10%;
  opacity: 0.4;
  position: relative;
}
.abo_con5 .top .div::after,
.abo_con5 .top .div::before {
  content: "";
  width: 1px;
  height: 140px;
  background: #e5e9eb;
  position: absolute;
  top: 0;
  right: 0;
}
.abo_con5 .top .div::after {
  left: 0;
}
.abo_con5 .top .swiper-slide-active .div {
  opacity: 1;
}
.abo_con5 .top .div .p1 {
  font-size: 48px;
  color: #1c1c1c;
  line-height: 1;
  font-family: "HarmonyOS_Sans_SC_Light";
}
.abo_con5 .top .div .p2 {
  font-size: 20px;
  color: #1c1c1c;
  line-height: 1.5;
  margin-top: 10%;
}
.abo_con5 .top .swiper-slide-active .div .p2 span {
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.abo_con5 .bot {
  width: 100%;
  position: relative;
}
.abo_con5 .bot::before {
  content: "";
  width: 100%;
  height: 8px;
  background-image: url(../images/img16.png);
  background-size: cover;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.abo_con5 .bot .rq {
  padding: 0 4%;
  position: relative;
}
.abo_con5 .bot p {
  font-size: 24px;
  color: #333333;
  font-family: "HarmonyOS_Sans_SC_Light";
  line-height: 1;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}
.abo_con5 .bot .swiper-slide-thumb-active p {
  color: #093686;
}
.abo_con5 .bot p::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #b6b8b9;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.abo_con5 .bot .swiper-slide-thumb-active p::after {
  border-color: #093686;
}
.abo_con5 .bot p::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1c1c1c;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.abo_con5 .bot .swiper-slide-thumb-active p::after {
  background: #093686;
}
.abo_con5 .swiper-button-next,
.abo_con5 .swiper-button-prev {
  width: 51px;
  height: 50px;
  background-image: url(../images/img17.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  bottom: 0;
  opacity: 1;
  margin: 0;
  top: auto;
  transition: all 0.5s;
}
.abo_con5 .swiper-button-prev {
  left: -30px;
  transform: rotate(180deg);
}
.abo_con5 .swiper-button-next:hover,
.abo_con5 .swiper-button-prev:hover {
  background-image: url(../images/img18.png);
}
.abo_con6 {
  width: 100%;
  padding: 6% 0;
  position: relative;
}
.abo_con6::before {
  content: "";
  width: 100%;
  padding-bottom: 20.6%;
  background-image: url(../images/img19.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.abo_con6 .rq {
  width: 100%;
  padding-top: 2.8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.abo_con6 .rq .lef {
  width: 47.4%;
}
.abo_con6 .rq .lef .div {
  width: 100%;
  margin-bottom: 7.4%;
}
.abo_con6 .rq .lef .div:last-child {
  margin-bottom: 0;
}
.abo_con6 .rq .lef .div .p1 {
  font-size: 30px;
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Regular";
  margin-bottom: 2%;
}
.abo_con6 .rq .lef .div .p2 {
  font-size: 20px;
  color: #1c1c1c;
}
.abo_con6 .rq .lef .div .p3 {
  font-family: "AvantGardeITCbyBT-Book";
  font-size: 20px;
  color: #1c1c1c;
  margin-top: 3px;
}
.abo_con6 .rq .rig {
  width: 50.5%;
  border-radius: 40px;
  overflow: hidden;
}
.abo_con6 .rq .rig img {
  width: 100%;
  transition: all 0.5s;
}
.abo_con6 .rq .rig:hover img {
  transform: scale(1.05);
}
@media (max-width: 1459px) {
  .ny_banner .p1 {
    font-size: 30px;
  }
  .ny_banner .p2 {
    font-size: 14px;
    margin-top: 12px;
  }
  .abo_con1 .rq .lef a {
    font-size: 16px;
    padding: 0px 24px;
    line-height: 48px;
  }
  .abo_con1 .rq .rig {
    font-size: 14px;
    line-height: 48px;
  }
  .bt .p2 {
    font-size: 36px;
  }
  .bt .p2::before {
    width: 20px;
    height: 20px;
    top: -8px;
    right: -8px;
  }
  .bt .p3 {
    font-size: 30px;
  }
  .bt .p4 {
    font-size: 16px;
  }
  .abo_con3 .rq .div .p {
    font-size: 22px;
  }
  .abo_con3 .rq .div .p img {
    width: 30px;
    transform: translateY(-2px);
    margin-right: 8px;
  }
  .abo_con3 .rq .div .text li {
    font-size: 15px;
    line-height: 48px;
  }
  .abo_con3 .rq .div .text li span {
    font-size: 17px;
  }
  .abo_con3 .rq .div .text li::before {
    left: 4px;
    top: 22px;
  }
  .abo_con3 .rq .div .text .p1 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .msg-box {
    width: 60%;
    height: 50%;
  }
  .abo_con5 .top .div .p1 {
    font-size: 36px;
  }
  .abo_con5 .top .div .p2 {
    font-size: 18px;
  }
  .abo_con5 .top .div {
    padding: 0 5%;
  }
  .abo_con5 .bot p {
    font-size: 18px;
    padding-bottom: 45px;
  }
  .abo_con5 .bot p::before {
    width: 12px;
    height: 12px;
    bottom: 8px;
  }
  .abo_con5 .bot p::after {
    width: 6px;
    height: 6px;
    bottom: 11px;
  }
  .abo_con5 .bot::before {
    height: 7px;
    bottom: 14px;
  }
  .abo_con5 .swiper-button-next,
  .abo_con5 .swiper-button-prev {
    width: 38px;
    height: 38px;
    right: -24px;
  }
  .abo_con5 .swiper-button-prev {
    left: -24px;
  }
  .abo_con6 .rq .lef .div .p1 {
    font-size: 24px;
  }
  .abo_con6 .rq .lef .div .p2 {
    font-size: 16px;
  }
  .abo_con6 .rq .lef .div .p3 {
    font-size: 16px;
  }
  .abo_con6 .rq .lef .div {
    margin-bottom: 5.4%;
  }
  .abo_con5 .swiper-button-next,
  .abo_con5 .swiper-button-prev {
    bottom: -5px;
  }
}
@media (max-width: 1280px) {
  .abo_con5 .top .div .p2 {
    font-size: 18px;
  }
  .bt .p2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .abo_con1 .rq .rig {
    display: none;
  }
  .bt .p2 {
    font-size: 30px;
  }
  .abo_con3 .rq .div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .abo_con3 .rq .div:nth-child(2n) {
    margin-right: 0;
  }
  .abo_con5 .top {
    padding: 6% 30px;
  }
  .abo_con5 .swiper-button-next,
  .abo_con5 .swiper-button-prev {
    right: 0px;
  }
  .abo_con5 .swiper-button-prev {
    left: 0;
  }
  .abo_con1 .rq .lef {
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .ny_banner .p1 {
    font-size: 24px;
  }
  .abo_con1 .rq .lef a {
    font-size: 14px;
    padding: 0px 12px;
    line-height: 40px;
  }
  .abo_con2 {
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .bt .p2 {
    font-size: 26px;
  }
  .bt .p3 {
    font-size: 24px;
  }
  .bt .p4 {
    font-size: 14px;
    margin-top: 10px;
  }
  .abo_con3 .rq {
    margin-top: 20px;
  }
  .abo_con3 .rq .div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
  .abo_con3 .rq .div .p {
    font-size: 20px;
  }
  .abo_con3 .rq .div .p img {
    width: 24px;
  }
  .abo_con3 .rq .div .text li {
    font-size: 14px;
    line-height: 40px;
  }
  .abo_con3 .rq .div .text ul {
    margin-top: 15px;
  }
  .abo_con3 .rq .div .text li::before {
    left: 6px;
    top: 17px;
  }
  .abo_con3 .rq .div .text li span {
    font-size: 16px;
  }
  .abo_con3 .rq .div .text .p1 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .abo_con3 .rq .div .text .ul li {
    line-height: 40px;
  }
  .abo_con3 .rq .div .text .ul {
    margin-top: 0;
  }
  .abo_con4 .bf {
    width: 40px;
    height: 40px;
    top: 60%;
  }
  .abo_con4 .bt {
    padding-top: 20px;
  }
  .msg-box {
    width: 90%;
    height: 32%;
  }
  .abo_con5 .top .rq1 {
    width: 100%;
  }
  .abo_con5 {
    padding: 40px 0;
  }
  .abo_con5 .top {
    padding: 30px 15px;
  }
  .abo_con5 .top .div {
    padding: 0;
  }
  .abo_con5 .top .div .p1 {
    font-size: 22px;
  }
  .abo_con5 .top .div .p2 {
    font-size: 16px;
    margin-top: 15px;
  }
  .abo_con5 .bot p {
    padding-bottom: 36px;
    font-size: 16px;
  }
  .abo_con5 .bot .rq {
    padding: 0 30px;
  }
  .abo_con6 {
    padding: 40px 0;
  }
  .abo_con6 .rq {
    padding-top: 15px;
  }
  .abo_con6 .rq .lef {
    width: 100%;
  }
  .abo_con6 .rq .lef .div {
    margin-bottom: 20px;
  }
  .abo_con6 .rq .lef .div .p1 {
    font-size: 18px;
  }
  .abo_con6 .rq .lef .div .p2 {
    font-size: 14px;
  }
  .abo_con6 .rq .lef .div .p3 {
    font-size: 14px;
  }
  .abo_con6 .rq .rig {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
  .abo_con5 .top .div::after,
  .abo_con5 .top .div::before {
    display: none;
  }
}
/* 关于海纳川 */
.abo2_con1 {
  width: 100%;
}
.bt .p5 {
  font-size: 36px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.abo2_con1 .rq {
  width: 100%;
  margin-top: 3%;
}
.abo2_con1 .rq img {
  max-width: 100%;
  margin: 0 auto;
  display: none;
}
.abo2_con1 .rq img.on {
  display: block;
}
.abo2_con1 .rq1 {
  width: 100%;
  margin-top: 3.5%;
  padding-left: 13.8%;
  position: relative;
}
.abo2_con1 .rq1 .rig {
  width: 100%;
}
.abo2_con1 .rq1 .rig .rq2 {
  width: 100%;
  display: none;
}
.abo2_con1 .rq1 .rig .rq2.on {
  display: flex;
  flex-wrap: wrap;
}
.abo2_con1 .rq1 .rig .div {
  width: 50%;
  padding-right: 70px;
}
.abo2_con1 .rq1 .rig .div:nth-child(2n) {
  padding-left: 20px;
}
.abo2_con1 .rq1 .rig .top {
  width: 100%;
  margin-bottom: 8.4%;
}
.abo2_con1 .rq1 .rig .top .p1 {
  font-size: 30px;
  color: #1c1c1c;
  margin-bottom: 3.5%;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.abo2_con1 .rq1 .rig .top .p2 {
  font-size: 20px;
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.abo2_con1 .rq1 .rig .top .p2 i {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: #093686;
  margin-right: 12px;
  transform: translateY(-6px);
}
.abo2_con1 .rq1 .rig .bot {
  width: 100%;
}
.abo2_con1 .rq1 .rig .div1 {
  width: 100%;
}
.abo2_con1 .rq1 .rig .div1 .text {
  display: flex;
  margin-bottom: 10px;
}
.abo2_con1 .rq1 .rig .div1 .text p {
  font-size: 20px;
  color: #1c1c1c;
  white-space: nowrap;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.abo2_con1 .rq1 .rig .div1 .text .div2 {
  width: 100%;
  font-size: 20px;
  color: #1c1c1c;
}
.abo2_con1 .rq1 .lef {
  position: absolute;
  top: 0;
  left: 0;
}
.abo2_con1 .rq1 .lef::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  right: -48px;
}
.abo2_con1 .rq1 .lef p {
  font-size: 36px;
  color: #1c1c1c;
  width: 36px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}
.abo2_con1 .rq1 .lef p:last-child {
  margin-bottom: 0;
}
.abo2_con1 .rq1 .lef p.on {
  color: #093686;
}
.abo2_con1 .rq1 .lef p::before {
  content: "";
  width: 2px;
  height: 0%;
  background: #093686;
  position: absolute;
  top: 0;
  right: -48px;
  transition: all 0.5s;
}
.abo2_con1 .rq1 .lef p.on::before {
  height: 100%;
}
.abo2_con1 .rq1 .lef p::after {
  content: "";
  width: 0px;
  height: 2px;
  background: #093686;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s 0.5s;
}
.abo2_con1 .rq1 .lef p.on::after {
  width: 30px;
}
.abo2_con2 {
  width: 100%;
  padding: 6% 0;
}
.abo2_con2 .rq {
  width: 100%;
  padding-top: 3.2%;
  padding-bottom: 4.4%;
}
.abo2_con2 .rq .div {
  width: 100%;
  padding-bottom: 42%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.abo2_con2 .rq .div img {
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.abo2_con2 .rq .div:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.swi_bt {
  width: 160px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
.swi_bt .swiper-button-next,
.swi_bt .swiper-button-prev {
  width: 51px;
  height: 50px;
  background-image: url(../images/img17.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all 0.5s;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
}
.swi_bt .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.swi_bt .swiper-button-next:hover,
.swi_bt .swiper-button-prev:hover {
  background-image: url(../images/img18.png);
}
@media (max-width: 1459px) {
  .bt .p5 {
    font-size: 26px;
  }
  .abo2_con1 .rq1 .lef p {
    font-size: 26px;
  }
  .abo2_con1 .rq1 .rig .top .p1 {
    font-size: 24px;
  }
  .abo2_con1 .rq1 .rig .top .p2 {
    font-size: 14px;
  }
  .abo2_con1 .rq1 .rig .top .p2 i {
    width: 30px;
    margin-right: 8px;
    transform: translateY(-4px);
  }
  .abo2_con1 .rq1 .rig .div1 .text .div2,
  .abo2_con1 .rq1 .rig .div1 .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .abo2_con1 .rq1 {
    padding-left: 0;
  }
  .abo2_con1 .rq1 .lef {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .abo2_con1 .rq1 .lef p {
    width: 100%;
    display: inline-block;
    width: auto;
    padding-bottom: 20px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .abo2_con1 .rq1 .lef::before {
    bottom: 0;
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
  }
  .abo2_con1 .rq1 .lef p::before {
    width: 0%;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .abo2_con1 .rq1 .lef p.on::before {
    height: 2px;
    width: 100%;
  }
  .abo2_con1 .rq1 .lef p::after {
    width: 2px;
    height: 0px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .abo2_con1 .rq1 .lef p.on::after {
    width: 2px;
    height: 10px;
  }
}
@media (max-width: 500px) {
  .bt .p5 {
    font-size: 24px;
  }
  .abo2_con1 .rq1 .lef p {
    font-size: 20px;
  }
  .abo2_con1 .rq {
    margin-top: 15px;
  }
  .abo2_con1 .rq1 .rig .div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .abo2_con1 .rq1 .rig .top .p1 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .abo2_con1 .rq1 .rig .top {
    margin-bottom: 15px;
  }
  .abo2_con1 .rq1 .rig .div1 .text .div2,
  .abo2_con1 .rq1 .rig .div1 .text p {
    font-size: 14px;
  }
  .abo2_con1 .rq1 .rig .div:nth-child(2n) {
    padding-left: 0;
  }
  .abo2_con2 {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .abo2_con2 .rq {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .swi_bt {
    width: 120px;
    height: 40px;
  }
  .swi_bt .swiper-button-next,
  .swi_bt .swiper-button-prev {
    width: 41px;
    height: 40px;
  }
  .abo2_con2 .rq .div {
    padding-bottom: 48%;
  }
}
/* 联系我们 */
.abo3_con1 {
  width: 100%;
  padding-bottom: 6.3%;
}
.abo3_con1 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.abo3_con1 .rq .lef {
  width: 61.9%;
  overflow: hidden;
}
.abo3_con1 .rq .lef img {
  width: 100%;
  transition: all 0.5s;
}
.abo3_con1 .rq .lef:hover img {
  transform: scale(1.05);
}
.abo3_con1 .rq .rig {
  width: 31.58%;
}
.abo3_con1 .rq .rig .p1 {
  font-size: 30px;
  color: #093686;
  padding-bottom: 5%;
  border-bottom: 1px solid #093686;
}
.abo3_con1 .rq .rig .div {
  width: 100%;
  margin-top: 9%;
}
.abo3_con1 .rq .rig .div .p2 {
  font-size: 20px;
  color: #1c1c1c;
  border-bottom: 1px solid #e6e6e6;
  padding: 4.5% 0;
}
.abo3_con2 {
  width: 100%;
  background: #f5f7f7;
  padding-top: 5.5%;
  padding-bottom: 6.3%;
}
.abo3_con2 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  margin-top: 3.8%;
}
.abo3_con2 .rq .lef {
  width: 31.58%;
}
.abo3_con2 .rq .lef input[type="text"] {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 20px;
  color: #333333;
  font-family: "HarmonyOS_Sans_SC_Light";
  margin-bottom: 15px;
  background: #fff;
  padding: 0 20px;
}
.abo3_con2 .rq .lef textarea:-moz-placeholder,
.abo3_con2 .rq .lef input[type="text"]:-moz-placeholder {
  color: #333333;
}
.abo3_con2 .rq .lef textarea:-ms-input-placeholder,
.abo3_con2 .rq .lef input[type="text"]:-ms-input-placeholder {
  color: #333333;
}
.abo3_con2 .rq .lef textarea::-webkit-input-placeholder,
.abo3_con2 .rq .lef input[type="text"]::-webkit-input-placeholder {
  color: #333333;
}
.abo3_con2 .rq .lef textarea {
  width: 100%;
  height: 150px;
  font-size: 20px;
  color: #333333;
  font-family: "HarmonyOS_Sans_SC_Light";
  margin-bottom: 15px;
  background: #fff;
  padding: 10px 20px;
  border: none;
  resize: none;
}
.abo3_con2 .rq .lef input[type="button"] {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-family: "HarmonyOS_Sans_SC_Light";
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: #093686;
}
.abo3_con2 .rq .lef input[type="submit"] {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-family: "HarmonyOS_Sans_SC_Light";
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: #093686;
}
.abo3_con2 .rq .rig {
  width: 61.9%;
  overflow: hidden;
}
.abo3_con2 .rq .rig img {
  width: 100%;
  transition: all 0.5s;
}
.abo3_con2 .rq .rig:hover img {
  transform: scale(1.05);
}
@media (max-width: 1459px) {
  .abo3_con1 .rq .rig .p1 {
    font-size: 24px;
  }
  .abo3_con1 .rq .rig .div .p2 {
    font-size: 16px;
  }
  .abo3_con2 .rq .lef input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .abo3_con2 .rq .lef textarea {
    height: 110px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .abo3_con2 .rq .lef input[type="button"] {
    font-size: 18px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .abo3_con1 .rq .lef {
    width: 100%;
  }
  .abo3_con1 .rq .rig {
    width: 100%;
    margin-top: 30px;
  }
  .abo3_con1 .rq .rig .p1 {
    padding-bottom: 15px;
  }
  .abo3_con1 .rq .rig .div {
    margin-top: 15px;
  }
  .abo3_con1 .rq .rig .div .p2 {
    padding: 10px 0;
  }
  .abo3_con2 .rq .lef {
    width: 100%;
    margin-top: 30px;
  }
  .abo3_con2 .rq .rig {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .abo3_con1 .rq .rig {
    margin-top: 20px;
  }
  .abo3_con1 .rq .rig .p1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .abo3_con1 .rq .rig .div .p2 {
    font-size: 14px;
  }
  .abo3_con1 {
    padding-bottom: 40px;
  }
  .abo3_con2 {
    padding: 40px 0;
  }
  .abo3_con2 .rq {
    margin-top: 16px;
  }
  .abo3_con2 .rq .lef {
    margin-top: 20px;
  }
}
/* 主要产品 */
.pro_con1 {
  width: 100%;
  padding-bottom: 6.3%;
}
.pro_con1 .rq {
  width: 100%;
  margin-bottom: 4%;
  background: #f5f7f7;
}
.pro_con1 .rq:last-child {
  margin-bottom: 0;
}
.pro_con1 .rq a {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
}
.pro_con1 .rq:nth-child(2n) a {
  flex-direction: row-reverse;
}
.pro_con1 .rq .lef {
  width: 60.633%;
  padding: 50px 7.6%;
}
.pro_con1 .rq .lef .p1 {
  font-size: 36px;
  color: #1c1c1c;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 4.5%;
  margin-bottom: 4.5%;
  transition: all 0.5s;
}
.pro_con1 .rq:hover .lef .p1 {
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.pro_con1 .rq .lef .p2 {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  height: 60px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 7%;
}
.pro_con1 .rq .rig {
  background-size: cover;
  background-image: url("../picture/pro_bg.png");
  width: 39.367%;
  overflow: hidden;
}
.pro_con1 .rq .rig img {
  width: 100%;
  transition: all 0.5s;
}
.pro_con1 .rq:hover .rig img {
  transform: scale(1.05);
}
.pro_con1 .anniu {
  width: 160px;
}
.pro_con1 .rq:hover .anniu {
  background: #093686;
}
@media (max-width: 1459px) {
  .pro_con1 .rq .lef .p1 {
    font-size: 26px;
  }
  .pro_con1 .rq .lef .p2 {
    font-size: 16px;
    height: 72px;
  }
  .pro_con1 .anniu {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .pro_con1 .rq .rig {
    width: 100%;
  }
  .pro_con1 .rq .lef {
    width: 100%;
    padding: 20px;
  }
  .pro_con1 .rq .lef .p2 {
    height: auto;
    margin-bottom: 30px;
  }
  .pro_con1 .rq .lef .p1 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .pro_con1 .rq .lef .p1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .pro_con1 .rq .lef .p2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .pro_con1 .anniu {
    width: 106px;
  }
  .pro_con1 .rq .lef {
    padding: 20px 15px;
  }
  .pro_con1 .rq {
    margin-bottom: 25px;
  }
  .pro_con1 {
    padding-bottom: 40px;
  }
}
/* 主要产品详情 */
.abo_con2 {
  position: relative;
  z-index: 10;
}
.abo_con2 .bt {
  position: relative;
}
.abo_con2 .rq {
  width: 240px;
  background: #f5f7f7;
  border-radius: 5px;
  border: 1px solid #edf0f0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con2 .rq p {
  font-size: 20px;
  color: #1c1c1c;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  font-family: "HarmonyOS_Sans_SC_Regular";
  position: relative;
}
.abo_con2 .rq p::before {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(../images/img21.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con2 .rq p i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  transform: translateY(4px);
}
.abo_con2 .rq .div {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f7f7; /* border:1px solid #edf0f0;*/
  border-radius: 0 0 5px 5px;
  display: none;
  overflow: hidden;
}
.abo_con2 .rq:hover .div {
  display: block;
}
.abo_con2 .rq .div a {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 45px;
  display: block;
  padding-left: 52px;
  padding-right: 18px;
  transition: all 0.5s;
}
.abo_con2 .rq .div a:hover {
  background: #093686;
  color: #fff;
}
.pro_dat1 {
  width: 100%;
}
.pro_dat1 .rq {
  width: 100%;
}
.pro_dat1 .rq1 {
  width: 100%;
  padding: 6.3% 0;
  position: relative;
}
.pro_dat1 .rq1:first-child {
  padding-top: 3%;
}
.pro_dat1 .rq1::before {
  content: "";
  width: 26.3%;
  padding-bottom: 26.4%;
  background-image: url(../images/img22.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.pro_dat1 .rq1:first-child::before {
  top: 45%;
}
.pro_dat1 .rq1:nth-child(2n)::before {
  left: 0;
}
.pro_dat1 .rq1 .div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.pro_dat1 .rq1:nth-child(2n) {
  background: #f5f7f7;
}
.pro_dat1 .rq1:nth-child(2n) .div {
  flex-direction: row-reverse;
}
.pro_dat1 .rq1 .div .lef {
  background-size: cover;
  background-image: url("../picture/pro_bg.png");
  width: 40.43%;
  overflow: hidden;
}
.pro_dat1 .rq1 .div .lef img {
  width: 100%;
}
.pro_dat1 .rq1 .div:hover .lef img {
  transform: scale(1.05);
}
.pro_dat1 .rq1 .div .rig {
  width: 50.5%;
}
.pro_dat1 .rq1 .div .p1 {
  font-size: 30px;
  color: #1c1c1c;
  padding-bottom: 4%;
  margin-bottom: 6%;
  border-bottom: 1px solid #e5e5e5;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.pro_dat1 .rq1 .div .p2 {
  font-size: 20px;
  color: #333333;
  line-height: 1.8;
}
@media (max-width: 1459px) {
  .abo_con2 .rq {
    width: 190px;
  }
  .abo_con2 .rq p {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
  }
  .abo_con2 .rq p i {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transform: translateY(3px);
  }
  .abo_con2 .rq .div a {
    font-size: 14px;
    line-height: 36px;
    padding-left: 40px;
    padding-right: 14px;
  }
  .pro_dat1 .rq1 .div .p1 {
    font-size: 24px;
  }
  .pro_dat1 .rq1 .div .p2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pro_dat1 .rq1 .div .lef {
    width: 100%;
  }
  .pro_dat1 .rq1 .div .rig {
    width: 100%;
    margin-top: 30px;
  }
  .pro_dat1 .rq1 .div .p1 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .pro_dat1 {
    padding-top: 20px;
  }
  .pro_dat1 .rq1 {
    padding: 40px 0;
  }
  .pro_dat1 .rq1:first-child {
    padding-top: 16px;
  }
  .pro_dat1 .rq1 .div .rig {
    margin-top: 20px;
  }
  .pro_dat1 .rq1 .div .p1 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pro_dat1 .rq1 .div .p2 {
    font-size: 14px;
  }
  .pro_dat1 .rq1::before {
    display: none;
  }
}
/* 轻量化 */
.pro2_con1 {
  width: 100%;
}
.pro2_con1 .rq {
  width: 100%;
  padding: 5.6% 0;
}
.pro2_con1 .rq:nth-child(2n) {
  background: #f5f7f7;
}
.pro2_con1 .rq:first-child {
  padding-top: 0;
}
.pro2_con1 .rq1 {
  width: 100%;
  padding-top: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pro2_con1 .rq:nth-child(2n) .rq1 {
  flex-direction: row-reverse;
}
.pro2_con1 .rq .x_rq a:nth-child(2n) .rq1 {
  flex-direction: row-reverse;
}
.pro2_con1 .rq:nth-child(2n) .x_rq a:nth-child(2n) .rq1 {
  flex-direction: row;
}
.pro2_con1 .rq1 .lef {
  width: 40.43%;
  border-radius: 40px;
  overflow: hidden;
}
.pro2_con1 .rq1 .lef img {
  width: 100%;
  transition: all 0.5s;
}
.pro2_con1 .rq1:hover .lef img {
  transform: scale(1.05);
}
.pro2_con1 .rq1 .rig {
  width: 50%;
}
.pro2_con1 .rq1 .rig .div {
  width: 100%;
  margin-bottom: 5.8%;
}
.pro2_con1 .rq1 .rig .div:last-child {
  margin-bottom: 0;
}
.pro2_con1 .rq1 .rig .div .p1 {
  font-size: 30px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.pro2_con1 .rq1 .rig .div .text {
  font-size: 20px;
  color: #666666;
  margin-top: 2.5%;
  line-height: 1.5;
}
.pro2_con1 .rq1 .rig .div .text * {
  font-size: 20px !important;
  color: #666666 !important;
  line-height: 1.5 !important;
}
.pro2_con1 .rq1 .rig .div .text .p22 {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.pro2_con1 .rq1 .rig .div .text .p22:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0;
}
@media (max-width: 1459px) {
  .pro2_con1 .rq1 .lef {
    border-radius: 30px;
  }
  .pro2_con1 .rq1 .rig .div .p1 {
    font-size: 24px;
  }
  .pro2_con1 .rq1 .rig .div .text {
    font-size: 16px;
  }
  .pro2_con1 .rq1 .rig .div .text * {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .pro2_con1 .rq1 .lef {
    width: 100%;
  }
  .pro2_con1 .rq1 .rig {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .pro2_con1 .rq {
    padding: 40px 0;
  }
  .pro2_con1 .rq1 .lef {
    border-radius: 20px;
  }
  .pro2_con1 .rq1 {
    padding-top: 16px;
  }
  .pro2_con1 .rq1 .rig {
    margin-top: 20px;
  }
  .pro2_con1 .rq1 .rig .div .p1 {
    font-size: 18px;
  }
  .pro2_con1 .rq1 .rig .div .text {
    font-size: 14px;
    margin-top: 8px;
  }
  .pro2_con1 .rq1 .rig .div .text * {
    font-size: 14px !important;
  }
  .pro2_con1 .rq1 .rig .div .text .p22 {
    width: 100%;
    padding: 0 !important;
  }
}
/* 电动化 */
.pro2_con1 .rq1 .p2 {
  font-size: 30px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Regular";
  padding-bottom: 3.6%;
  border-bottom: 2px solid #efefef;
}
.pro2_con1 .rq1 .text2 {
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
  margin: 6% 0;
}
.pro2_con1 .anniu {
  width: 160px;
}
.pro2_con1 .rq1:hover .anniu {
  background: #093686;
}
.pro3_con1 {
  width: 100%;
  padding-top: 5.8%;
  padding-bottom: 3.1%;
}
.pro3_con1 .rq {
  width: 100%;
  padding-top: 4.2%;
}
.pro3_con1 .rq1 {
  width: 100%;
  border-radius: 40px;
  margin-bottom: 3.6%;
  background: #f5f7f7;
}
.pro3_con1 .rq1 a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pro3_con1 .rq1:nth-child(2n) a {
  flex-direction: row-reverse;
}
.pro3_con1 .rq1 .lef {
  width: 40.43%;
  border-radius: 40px;
  overflow: hidden;
}
.pro3_con1 .rq1 .lef img {
  width: 100%;
  transition: all 0.5s;
}
.pro3_con1 .rq1:hover .lef img {
  transform: scale(1.05);
}
.pro3_con1 .rq1 .rig {
  width: 59.57%;
  padding: 20px 7.3%;
}
.pro3_con1 .rq1 .p1 {
  font-size: 30px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Regular";
  padding-bottom: 5%;
  border-bottom: 2px solid #e6e8e8;
}
.pro3_con1 .rq1 .text {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 2%;
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
  margin-top: 7.6%;
  margin-bottom: 5.3%;
}
.pro3_con1 .anniu {
  width: 160px;
}
.pro3_con1 .rq1:hover .anniu {
  background: #093686;
}
@media (max-width: 1459px) {
  .pro2_con1 .anniu,
  .pro3_con1 .anniu {
    width: 130px;
  }
  .pro2_con1 .rq1 .p2,
  .pro3_con1 .rq1 .p1 {
    font-size: 24px;
  }
  .pro2_con1 .rq1 .text2,
  .pro3_con1 .rq1 .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pro3_con1 .rq1 .lef {
    width: 100%;
  }
  .pro3_con1 .rq1 .rig {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .pro2_con1 .rq1 .p2,
  .pro3_con1 .rq1 .p1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .pro2_con1 .rq1 .text2,
  .pro3_con1 .rq1 .text {
    font-size: 14px;
    margin: 15px 0;
  }
  .pro2_con1 .anniu,
  .pro3_con1 .anniu {
    width: 110px;
  }
  .pro3_con1 {
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .pro3_con1 .rq {
    padding-top: 16px;
  }
  .pro3_con1 .rq1 {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .pro3_con1 .rq1 .lef {
    border-radius: 20px;
  }
  .pro3_con1 .rq1 .rig {
    padding: 15px;
    padding-bottom: 30px;
  }
}
/* 智能化 */
.pro4_con1 {
  width: 100%;
  padding-bottom: 6%;
}
.pro4_con1 .rq {
  width: 100%;
  padding-top: 3.2%;
}
.pro4_con1 .rq .top {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.pro4_con1 .rq .top img {
  width: 100%;
  transition: all 0.5s;
}
.pro4_con1 .rq .swiper-slide:hover .top img {
  transform: scale(1.05);
}
.pro4_con1 .rq .bot {
  width: 100%;
  padding-top: 9.2%;
  padding-bottom: 7%;
  border-bottom: 1px solid #dcecf4;
}
.pro4_con1 .rq .bot .p1 {
  font-size: 30px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.pro4_con1 .rq .bot .p2 {
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  margin-top: 3%;
  margin-bottom: 7%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro4_con1 .rq .bot .p3 {
  font-size: 18px;
  color: #093686;
}
.pro4_con1 .rq .bot .p3 i {
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url(../images/img23.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.pro3_con1 .rq1 .p1,
.pro2_con1 .rq1 .p2,
.pro4_con1 .rq .bot .p1 {
  transition: all 0.5s;
}
.pro3_con1 .rq1:hover .p1,
.pro2_con1 .rq1:hover .p2,
.pro4_con1 .rq .swiper-slide:hover .bot .p1 {
  color: #093686;
}
.pro2_con1.pro4_con2 .rq {
  background: #f5f7f7;
  padding: 5.6% 0;
}
.pro2_con1.pro4_con2 .rq .rq1 {
  flex-direction: row-reverse;
}
.pro2_con1.pro4_con2 .rq:nth-child(2n) {
  background: #fff;
}
.pro2_con1.pro4_con2 .rq:nth-child(2n) .rq1 {
  flex-direction: row;
}
.pro2_con1.pro4_con3 .rq {
  background: #f5f7f7;
  padding: 5.6% 0;
}
.pro2_con1.pro4_con3 .rq:nth-child(2n) {
  background: #fff;
}
@media (max-width: 1459px) {
  .pro4_con1 .rq .bot .p1 {
    font-size: 24px;
  }
  .pro4_con1 .rq .bot .p2 {
    font-size: 16px;
  }
  .pro4_con1 .rq .bot .p3 {
    font-size: 14px;
  }
  .pro4_con1 .rq .bot .p3 i {
    width: 13px;
    height: 11px;
  }
}
@media (max-width: 500px) {
  .pro4_con1 {
    padding-bottom: 40px;
  }
  .pro4_con1 .rq {
    padding-top: 15px;
  }
  .pro4_con1 .rq .top {
    border-radius: 20px;
  }
  .pro4_con1 .rq .bot {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pro4_con1 .rq .bot .p1 {
    font-size: 18px;
  }
  .pro4_con1 .rq .bot .p2 {
    font-size: 14px;
  }
}
/* 智能化详情 */
.por2_dat1 {
  background: #f5f7f7;
}
.por2_dat2 {
  width: 100%;
  padding-top: 2%;
  background: #f5f7f7;
}
.por2_dat2 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.3%;
  background: #fff;
}
.por2_dat2 .rq .lef {
  width: 40.4%;
  overflow: hidden;
}
.por2_dat2 .rq .lef img {
  width: 100%;
  transition: all 0.5s;
}
.por2_dat2 .rq:hover .lef img {
  transform: scale(1.05);
}
.por2_dat2 .rq .rig {
  width: 59.6%;
  padding: 3.8% 7.3%;
}
.por2_dat2 .rq .rig .p1 {
  font-size: 30px;
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Regular";
  padding-bottom: 4.8%;
  border-bottom: 1px solid #e5e5e5;
}
.por2_dat2 .rq .rig .p2 {
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
}
.por2_dat3 {
  width: 100%;
  padding: 5.6% 0;
  background: #f5f7f7;
}
.por2_dat3 .rq {
  width: 100%;
  margin-top: 2.8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.por2_dat3 .rq .div {
  background: #fff;
  width: 100%;
  padding: 1.52% 3.2%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.3%;
}
.por2_dat3 .rq .div:not(.div1) {
  width: 48%;
}
.por2_dat3 .rq .div .text {
  width: 100%;
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
  position: relative;
}
.por2_dat3 .rq .div .text::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #093686;
  position: absolute;
  left: -14px;
  top: 17px;
}
.por2_dat3 .rq .div .text b {
  color: #1c1c1c;
}
@media (max-width: 1459px) {
  .por2_dat2 .rq .rig .p1 {
    font-size: 24px;
  }
  .por2_dat2 .rq .rig .p2 {
    font-size: 16px;
  }
  .por2_dat3 .rq .div .text {
    font-size: 16px;
  }
  .por2_dat3 .rq .div .text::before {
    top: 12px;
  }
}
@media (max-width: 768px) {
  .por2_dat2 .rq .lef {
    width: 100%;
  }
  .por2_dat2 .rq .rig {
    width: 100%;
    padding: 20px;
  }
  .por2_dat3 .rq .div {
    width: 100%;
    padding: 20px 30px;
  }
}
@media (max-width: 500px) {
  .por2_dat2 .rq {
    margin-top: 16px;
  }
  .por2_dat2 .rq .rig {
    padding: 20px 15px;
  }
  .por2_dat2 .rq .rig .p1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .por2_dat2 .rq .rig .p2 {
    font-size: 14px;
    margin-top: 15px;
  }
  .por2_dat3 {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .por2_dat3 .rq {
    margin-top: 15px;
  }
  .por2_dat3 .rq .div .text {
    font-size: 14px;
  }
  .por2_dat3 .rq .div .text::before {
    top: 11px;
    left: -12px;
  }
  .por2_dat3 .rq .div {
    margin-bottom: 15px;
    padding: 15px 25px;
  }
}
/* 新闻动态 */
.new_con1 {
  width: 100%;
  padding-bottom: 3%;
}
.new_con1 .rq {
  width: 100%;
  position: relative;
}
.new_con1 .top {
  background: #f8f9fa;
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.new_con1 .top img {
  position: absolute;
  height: 100%;
  object-fit: contain;
  width: 100%;
  transition: all 0.5s;
}
.new_con1 .swiper-slide:hover .top img {
  transform: scale(1.05);
}
.new_con1 .bot {
  width: 100%;
  padding: 8%;
  background: #f8f9fa;
}
.new_con1 .bot .p1 {
  font-size: 26px;
  color: #1c1c1c;
  line-height: 1.4615;
  transition: all 0.5s;
  margin-bottom: 7%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_con1 .swiper-slide:hover .bot .p1 {
  color: #093686;
}
.item {
  font-size: 18px;
  color: #333333;
}
.item i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../images/img24.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  transform: translateY(3px);
}
.item span {
  font-size: 18px;
  color: #093686;
  padding-left: 26px;
  position: relative;
}
.item span::before {
  content: "";
  width: 2px;
  height: 12px;
  background: #dcddde;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.new_con1 .swiper-button-next,
.new_con1 .swiper-button-prev {
  width: 51px;
  height: 50px;
  background-image: url(../images/img17.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.5s;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
}
.new_con1 .swiper-button-prev {
  left: -100px;
  transform: translateY(-50%) rotate(180deg);
}
.new_con1 .swiper-button-next:hover,
.new_con1 .swiper-button-prev:hover {
  background-image: url(../images/img18.png);
}
/* new_con2 */
.new_con2 {
  width: 100%;
  padding-bottom: 6%;
}
.new_con2 .rq {
  width: 100%;
  padding-bottom: 4%;
}
.new_con2 .div {
  width: 100%;
  padding: 3.4% 0;
  border-top: 2px solid #f5f5f5;
}
.new_con2 .div a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.new_con2 .div .lef {
  width: 32.3%;
  overflow: hidden;
}
.new_con2 .div .lef img {
  width: 100%;
  transition: all 0.5s;
}
.new_con2 .div:hover .lef img {
  transform: scale(1.05);
}
.new_con2 .div .rig {
  width: 61.3%;
}
.new_con2 .div .rig .p1 {
  font-size: 26px;
  color: #1c1c1c;
  transition: all 0.5s;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new_con2 .div:hover .rig .p1 {
  color: #093686;
}
.new_con2 .div .rig .p2 {
  font-size: 16px;
  color: #a8a9ad;
  line-height: 1.875;
  margin-top: 12px;
  margin-bottom: 6%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .new_con1 .bot .p1 {
    font-size: 20px;
  }
  .item {
    font-size: 15px;
  }
  .item i {
    width: 15px;
    height: 16px;
  }
  .item span {
    font-size: 14px;
    padding-left: 20px;
  }
  .new_con1 .swiper-button-next,
  .new_con1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: -66px;
  }
  .new_con1 .swiper-button-prev {
    left: -66px;
  }
  .new_con2 .div .rig .p1 {
    font-size: 20px;
  }
  .new_con2 .div .rig .p2 {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .new_con1 .swiper-button-next,
  .new_con1 .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 500px) {
  .new_con1 .bot {
    padding: 20px 15px;
  }
  .new_con1 .bot .p1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .new_con1 {
    padding-bottom: 30px;
  }
  .new_con2 .div {
    padding: 20px 0;
  }
  .new_con2 .div .lef {
    width: 100%;
  }
  .new_con2 .div .rig {
    width: 100%;
    margin-top: 15px;
  }
  .new_con2 .div .rig .p2 {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .new_con2 .rq {
    padding-bottom: 20px;
  }
  .new_con2 {
    padding-bottom: 40px;
  }
}
/* 新闻详情 */
.nes_dat1 {
  width: 100%;
  padding-top: 6.3%;
  padding-bottom: 5.8%;
}
.nes_dat1 .lef {
  float: left;
  width: 72%;
}
.nes_dat1 .lef .top {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.nes_dat1 .lef .top .p1 {
  font-size: 30px;
  color: #1c1c1c;
  line-height: 1.4;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.nes_dat1 .lef .top .p2 {
  font-size: 16px;
  color: #666666;
  padding-top: 1.5%;
  padding-bottom: 4%;
}
.nes_dat1 .lef .top .p2 span {
  display: inline-block;
  margin-right: 16px;
  position: relative;
}
.nes_dat1 .lef .top .p2 span i {
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(../images/img25.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(4px);
}
.nes_dat1 .lef .top .div {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  padding-left: 10px;
  display: none;
}
.nes_dat1 .lef .top .p2 span:hover .div {
  display: block;
}
.bsBox {
  box-sizing: content-box;
}
.nes_dat1 .lef .top .div a {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.nes_dat1 .lef .con {
  width: 100%;
  padding-top: 3.7%;
  padding-bottom: 5.7%;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 2;
}
.nes_dat1 .lef .con img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.nes_dat1 .lef .bot {
  border-top: 1px solid #e8e8e8;
  padding-top: 5.6%;
}
.nes_dat1 .lef .bot .rq {
  width: 100%;
  position: relative;
  padding-right: 210px;
}
.nes_dat1 .lef .bot .rq .a {
  display: block;
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 15px;
  transition: all 0.5s;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.nes_dat1 .lef .bot .rq .a:hover {
  color: #093686;
}
.nes_dat1 .lef .bot .rq .a span {
  color: #093686;
  display: inline-block;
  margin-right: 18px;
}
.nes_dat1 .lef .bot .rq .a1 {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #3d7abf;
  position: absolute;
  top: 0;
  right: 0;
}
.nes_dat1 .lef .bot .rq .a1 i {
  width: 29px;
  height: 23px;
  background-image: url(../images/img26.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  transform: translateY(2px);
}
.nes_dat1 .rig {
  width: 24%;
  float: right;
  background: #f5f7f7;
  padding-top: 3.1%;
}
.nes_dat1 .rig .p {
  font-size: 26px;
  color: #1c1c1c;
  padding: 0 8%;
}
.nes_dat1 .rig .p span {
  display: block;
  width: 100%;
  padding-left: 10px;
  position: relative;
}
.nes_dat1 .rig .p span::before {
  content: "";
  width: 2px;
  height: 25px;
  background: #093686;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nes_dat1 .rig .div {
  width: 100%;
  padding: 9.4% 8%;
  border-bottom: 1px solid #efefef;
}
.nes_dat1 .rig .div .p1 {
  font-size: 22px;
  color: #1c1c1c;
  line-height: 1.63636;
  transition: all 0.5s;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nes_dat1 .rig .div:hover .p1 {
  color: #093686;
}
.nes_dat1 .rig .div .p2 {
  font-size: 16px;
  color: #1c1c1c;
  margin-top: 6%;
}
.nes_dat1 .rig .div1 {
  width: 100%;
  padding: 15% 8%;
}
.nes_dat1 .rig .div1 a {
  font-size: 18px;
  color: #093686;
  display: block;
}
.nes_dat1 .rig .div1 a i {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../images/img27.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 1459px) {
  .nes_dat1 .lef .top .p1 {
    font-size: 24px;
  }
  .nes_dat1 .lef .top .p2 {
    font-size: 14px;
  }
  .nes_dat1 .lef .con {
    font-size: 16px;
  }
  .nes_dat1 .lef .bot .rq .a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .nes_dat1 .lef .bot .rq .a1 {
    font-size: 14px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
  }
  .nes_dat1 .lef .bot .rq .a1 i {
    width: 23px;
    height: 18px;
  }
  .nes_dat1 .rig .p {
    font-size: 20px;
  }
  .nes_dat1 .rig .p span::before {
    width: 2px;
    height: 20px;
  }
  .nes_dat1 .rig .div .p1 {
    font-size: 16px;
  }
  .nes_dat1 .rig .div .p2 {
    font-size: 12px;
  }
  .nes_dat1 .rig .div1 a {
    font-size: 14px;
  }
  .nes_dat1 .rig .div1 a i {
    width: 14px;
    height: 11px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .nes_dat1 .lef {
    width: 100%;
  }
  .nes_dat1 .rig {
    width: 100%;
    margin-top: 30px;
  }
  .nes_dat1 .rig {
    padding-top: 20px;
  }
  .nes_dat1 .rig .p {
    padding: 0 20px;
  }
  .nes_dat1 .rig .div1,
  .nes_dat1 .rig .div {
    padding: 20px;
  }
  .nes_dat1 .rig .div .p2 {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .nes_dat1 .lef .top .div a {
    width: 22px;
    height: 22px;
  }
  .nes_dat1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nes_dat1 .lef .top .p1 {
    font-size: 20px;
  }
  .nes_dat1 .lef .top .p2 {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .nes_dat1 .lef .con {
    padding: 20px 0;
    font-size: 14px;
  }
  .nes_dat1 .lef .bot {
    padding-top: 20px;
  }
  .nes_dat1 .lef .bot .rq {
    padding-right: 0;
  }
  .nes_dat1 .lef .bot .rq .a {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .nes_dat1 .lef .bot .rq .a1 {
    position: static;
    display: block;
    margin-top: 15px;
  }
  .nes_dat1 .lef .bot .rq .a1 {
    font-size: 14px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
  }
  .nes_dat1 .lef .bot .rq .a1 i {
    width: 20px;
    height: 16px;
  }
}
/* 体系建设 */
.plan_con1 {
  width: 100%;
}
.plan_con1 .rq {
  width: 100%;
  padding: 6.3% 0;
}
.plan_con1 .rq:nth-child(2n) {
  background: #f5f7f7;
}
.plan_con1 .rq .rq1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
}
.plan_con1 .rq:nth-child(2n) .rq1 {
  flex-direction: row-reverse;
}
.plan_con1 .rq .lef {
  width: 44.5%;
}
.plan_con1 .rq .lef .p1 {
  font-size: 40px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.plan_con1 .rq .lef .p1:not(.noline) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 4%;
}
.plan_con1 .rq .lef .p2 {
  font-size: 20px;
  color: #333333;
  line-height: 1.8;
  margin-top: 8.3%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.plan_con1 .rq .rig {
  width: 45.5%;
  border-radius: 40px;
  overflow: hidden;
}
.plan_con1 .rq .rig img {
  width: 100%;
  transition: all 0.5s;
}
.plan_con1 .rq .rig:hover img {
  transform: scale(1.05);
}
.plan_con2 {
  width: 100%;
  padding: 6.3% 0;
  background: #f5f7f7;
}
.plan_con2 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.plan_con2 .rq .lef {
  width: 44.5%;
}
.plan_con2 .rq .lef .p1 {
  font-size: 40px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.plan_con2 .rq .lef .p2 {
  font-size: 20px;
  color: #333333;
  line-height: 1.8;
  margin-top: 5.3%;
  margin-bottom: 15%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.plan_con2 .rq .rig {
  width: 45.5%;
  border-radius: 40px;
  overflow: hidden;
}
.plan_con2 .rq .rig img {
  width: 100%;
  transition: all 0.5s;
}
.plan_con2 .rq:hover .rig img {
  transform: scale(1.05);
}
.plan_con1 .rq .lef .div {
  width: 100%;
  border-top: 1px solid #dbdedf;
  padding-top: 5.6%;
  margin-top: 15%;
}
.plan_con1 .rq .lef .div1 {
  width: 100%;
  padding: 0 13%;
  position: relative;
}
.plan_con1 .rq .lef .div2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.plan_con1 .rq .lef .ig {
  width: 30.6%;
  overflow: hidden;
}
.plan_con1 .rq .lef .ig img {
  width: 100%;
  transition: all 0.5s;
}
.plan_con1 .rq .lef .div2:hover .ig img {
  transform: scale(1.05);
}
.plan_con1 .rq .lef .text {
  width: 62.4%;
}
.plan_con1 .rq .lef .text .p3 {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 1.6666;
  margin-bottom: 5%;
  transition: all 0.5s;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.plan_con1 .rq .lef .div2:hover .text .p3 {
  color: #093686;
}
.plan_con1 .swiper-button-next,
.plan_con1 .swiper-button-prev {
  width: 51px;
  height: 50px;
  background-image: url(../images/img17.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: all 0.5s;
  opacity: 1;
}
.plan_con1 .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.plan_con1 .swiper-button-next:hover,
.plan_con1 .swiper-button-prev:hover {
  background-image: url(../images/img18.png);
}
@media (max-width: 1459px) {
  .plan_con1 .rq .lef .p1 {
    font-size: 30px;
  }
  .plan_con1 .rq .lef .p2 {
    font-size: 16px;
  }
  .plan_con2 .rq .lef .p1 {
    font-size: 30px;
  }
  .plan_con2 .rq .lef .p2 {
    font-size: 16px;
  }
  .plan_con1 .rq .lef .text .p3 {
    font-size: 14px;
  }
  .plan_con1 .swiper-button-next,
  .plan_con1 .swiper-button-prev {
    width: 41px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .plan_con2 .rq .lef,
  .plan_con1 .rq .lef {
    width: 100%;
    margin-top: 20px;
  }
  .plan_con2 .rq .rig,
  .plan_con1 .rq .rig {
    width: 100%;
  }
  .plan_con1 .rq .lef .p1 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .plan_con1 .rq .lef .p2 {
    margin-top: 15px;
  }
  .plan_con2 .rq .lef .p2 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .plan_con2 .rq .lef .p1 {
    font-size: 24px;
  }
  .plan_con1 .rq .lef .div {
    padding-top: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .plan_con1 .rq {
    padding: 40px 0;
  }
  .plan_con2 .rq .rig,
  .plan_con1 .rq .rig {
    border-radius: 20px;
  }
  .plan_con1 .rq .lef .p1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .plan_con1 .rq .lef .p2 {
    font-size: 14px;
    -webkit-line-clamp: 100;
  }
  .plan_con2 {
    padding: 40px 0;
  }
  .plan_con2 .rq .lef .p1 {
    font-size: 20px;
  }
  .plan_con2 .rq .lef .p2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-line-clamp: 100;
  }
  .plan_con1 .rq .lef .div1 {
    padding: 0 50px;
  }
  .plan_con1 .rq .lef .ig {
    width: 100%;
  }
  .plan_con1 .rq .lef .text {
    width: 100%;
    margin-top: 10px;
  }
}
/* 行为准则 */
.plan2_con1 {
  padding: 6% 0;
}
.plan2_con1 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
}
.plan2_con1 .rq:nth-child(2n) {
  flex-direction: row-reverse;
}
.plan2_con1 .rq .lef {
  width: 38.1%;
}
.plan2_con1 .rq .lef .p1 {
  font-size: 40px;
  color: #1c1c1c;
  font-family: "HarmonyOS_Sans_SC_Medium";
  padding-bottom: 5%;
  margin-bottom: 8.2%;
  border-bottom: 1px solid #e5e5e5;
}
.plan2_con1 .rq .lef .text {
  font-size: 20px;
  color: #333333;
  line-height: 2;
}
.plan2_con1 .rq .lef .text a {
  color: #093686;
  border-bottom: 1px solid #093686;
}
.plan2_con1 .rq .rig {
  width: 50%;
  overflow: hidden;
}
.plan2_con1 .rq .rig img {
  width: 100%;
  transition: all 0.5s;
}
.plan2_con1 .rq:hover .rig img {
  transform: scale(1.05);
}
@media (max-width: 1459px) {
  .plan2_con1 .rq .lef .p1 {
    font-size: 30px;
  }
  .plan2_con1 .rq .lef .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .plan2_con1 .rq {
    margin-bottom: 30px;
  }
  .plan2_con1 .rq .lef {
    width: 100%;
    margin-top: 20px;
  }
  .plan2_con1 .rq .rig {
    width: 100%;
  }
  .plan2_con1 .rq .lef .p1 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .plan2_con1 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .plan2_con1 .rq .lef .p1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .plan2_con1 .rq .lef .text {
    font-size: 14px;
  }
}
/* 合规举报 */
.plan3_con1 {
  width: 100%;
  padding: 6% 0;
  background-image: url(../images/img28.jpg);
  background-size: cover;
}
.plan3_con1 .rq {
  width: 50%;
  margin: 0 auto;
  font-size: 24px;
  color: #1c1c1c;
  line-height: 2.0833;
  text-align: center;
}
.plan3_con1 .rq span {
  font-family: "HarmonyOS_Sans_SC_Regular";
  display: block;
}
.plan3_con1 .rq a {
  color: #093686;
  border-bottom: 1px solid #093686;
  cursor: pointer;
}
.plan3_con1 .rq1 {
  width: 63.16%;
  margin: 0 auto;
  background: #fff;
  margin-top: 2%;
  padding: 3.8% 4.4%;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
  position: relative;
  display: none;
}
.plan3_con1 .rq1 .esc {
  width: 30px;
  height: 30px;
  background-image: url(../images/img29.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
.plan3_con1 .rq1 .esc:hover {
  transform: rotate(90deg);
}
.plan3_con1 .rq1 input[type="text"] {
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  background: #f5f7f7;
  font-size: 20px;
  color: #333333;
  font-family: "HarmonyOS_Sans_SC_Light";
  padding: 0 15px;
}
.plan3_con1 .rq1 textarea {
  width: 100%;
  height: 130px;
  margin-bottom: 18px;
  background: #f5f7f7;
  font-size: 20px;
  color: #333333;
  font-family: "HarmonyOS_Sans_SC_Light";
  padding: 12px 15px;
  border: none;
  resize: none;
}
.plan3_con1 .rq1 textarea:-moz-placeholder,
.plan3_con1 .rq1 input[type="text"]:-moz-placeholder {
  color: #333333;
}
.plan3_con1 .rq1 textarea:-ms-input-placeholder,
.plan3_con1 .rq1 input[type="text"]:-ms-input-placeholder {
  color: #333333;
}
.plan3_con1 .rq1 textarea::-webkit-input-placeholder,
.plan3_con1 .rq1 input[type="text"]::-webkit-input-placeholder {
  color: #333333;
}
.plan3_con1 .rq1 input[type="button"] {
  font-size: 24px;
  color: #ffffff;
  font-family: "HarmonyOS_Sans_SC_Regular";
  width: 100%;
  height: 60px;
  background: #093686;
  margin-top: 40px;
  cursor: pointer;
}
@media (max-width: 1459px) {
  .plan3_con1 .rq {
    font-size: 18px;
  }
  .plan3_con1 .rq1 input[type="text"] {
    height: 46px;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .plan3_con1 .rq1 input[type="button"] {
    font-size: 18px;
    height: 46px;
    margin-top: 26px;
  }
  .plan3_con1 .rq1 textarea {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .plan3_con1 .rq1,
  .plan3_con1 .rq {
    width: 100%;
  }
  .plan3_con1 .rq1 {
    padding: 50px;
  }
}
@media (max-width: 500px) {
  .plan3_con1 {
    padding: 40px 0;
  }
  .plan3_con1 .rq {
    font-size: 16px;
  }
  .plan3_con1 .rq1 .esc {
    top: 4px;
    right: 10px;
  }
  .plan3_con1 .rq1 {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .plan3_con1 .rq1 input[type="text"] {
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 10px;
  }
  .plan3_con1 .rq1 textarea {
    height: 110px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px;
  }
  .plan3_con1 .rq1 input[type="button"] {
    font-size: 14px;
    height: 40px;
    margin-top: 13px;
  }
}
/* 人才理念 */
.abo_con2 .bt .text {
  font-size: 18px;
  font-family: "HarmonyOS_Sans_SC_Regular";
  color: #757575;
  line-height: 1.777;
  width: 55%;
  position: absolute;
  right: 0;
  top: 0;
}
.jion_con1 {
  width: 100%;
  background-image: url(../images/img30.jpg);
  background-size: cover;
}
.jion_con1 .rq {
  width: 100%;
  padding-top: 8%;
  padding-bottom: 5.8%;
}
.jion_con1 .rq img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1459px) {
  .abo_con2 .bt .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .abo_con2 .bt .text {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .jion_con1 .rq {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
/* 社会招聘 */
.jion2_con1 {
  width: 100%;
}
.jion2_con1 .rq {
  width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.jion2_con1 .rq input {
  width: 69.5%;
  font-size: 20px;
  color: #c3c3c3;
  font-family: "HarmonyOS_Sans_SC_Light";
  height: 70px;
  border-radius: 70px;
  background: #f5f7f7;
  border: 1px solid #f0f2f2;
  padding: 0 25px;
}
.jion2_con1 .rq button {
  width: 28%;
  font-size: 20px;
  color: #ffffff;
  height: 70px;
  border-radius: 70px;
  background: #093686;
}
.jion2_con1 .rq button i {
  width: 22px;
  height: 21px;
  display: inline-block;
  background-image: url(../images/img31.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  transform: translateY(2px);
}
.jion2_con2 {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 6%;
}
.jion2_con2 .rq {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  background: #093686;
  line-height: 80px;
  padding: 0 3.16%;
  display: flex;
  justify-content: space-between;
}
.jion2_con2 .rq p {
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.jion2_con2 .p1 {
  width: 20%;
}
.jion2_con2 .p2 {
  width: 15%;
}
.jion2_con2 .p3 {
  width: 15%;
}
.jion2_con2 .p4 {
  width: 15%;
}
.jion2_con2 .p5 {
  width: 35%;
  white-space: nowrap;
}
.jion2_con2 .rq1 {
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 0 0 30px rgba(81, 159, 199, 0.1);
  background: #fff;
}
.jion2_con2 .rq1 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #1c1c1c;
  line-height: 80px;
  padding: 0 3.16%;
  cursor: pointer;
}
.jion2_con2 .rq1 .top .p1 {
  font-size: 24px;
  font-family: "HarmonyOS_Sans_SC_Regular";
  color: #2b2c31;
  transition: all 0.5s;
}
.jion2_con2 .rq1.on .top .p1 {
  font-size: 30px;
}
.jion2_con2 .rq1 .top .p5 i {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../images/img32.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.jion2_con2 .rq1.on .top .p5 {
  color: #093686;
}
.jion2_con2 .rq1.on .top .p5 i {
  width: 14px;
  height: 9px;
  background-image: url(../images/img33.png);
  transform: translateY(-3px);
}
.jion2_con2 .rq1 .bot {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0 3.16%;
  padding-bottom: 3.8%;
  display: none;
}
.jion2_con2 .rq1 .bot .div {
  width: 100%;
  padding-right: 230px;
  position: relative;
}
.jion2_con2 .rq1 .bot .div1 {
  width: 100%;
  padding-top: 3.6%;
}
.jion2_con2 .rq1 .bot .p {
  font-size: 22px;
  color: #093686;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.jion2_con2 .rq1 .bot .text {
  font-size: 20px;
  color: #1c1c1c;
  line-height: 2;
  margin-top: 12px;
}
.jion2_con2 .rq1 .bot .anniu {
  width: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-family: "HarmonyOS_Sans_SC_Regular";
  cursor: pointer;
}
.jion2_con2 .rq1 .bot .anniu span {
  width: 24px;
  height: 18px;
  display: inline-block;
  background-image: url(../images/img34.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  transform: translateY(2px);
}
.jion2_con2 .wapr {
  margin-bottom: 3.2%;
}
.tk {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.tk .rq {
  width: 750px;
  background: #fff;
  padding: 60px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tk .rq input[type="text"] {
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  background: #f5f7f7;
  font-size: 20px;
  color: #333333;
  font-family: "HarmonyOS_Sans_SC_Light";
  padding: 0 15px;
}
.tk .rq .esc {
  width: 30px;
  height: 30px;
  background-image: url(../images/img29.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
.tk .rq .esc:hover {
  transform: rotate(90deg);
}
.tk .rq input[type="button"] {
  font-size: 24px;
  color: #ffffff;
  font-family: "HarmonyOS_Sans_SC_Regular";
  width: 100%;
  height: 60px;
  background: #093686;
  margin-top: 40px;
  cursor: pointer;
}
.tk .p {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1459px) {
  .jion2_con1 .rq input {
    font-size: 16px;
    height: 54px;
    border-radius: 55px;
    padding: 0 20px;
  }
  .jion2_con1 .rq button {
    font-size: 16px;
    height: 54px;
    border-radius: 54px;
  }
  .jion2_con1 .rq {
    width: 570px;
  }
  .jion2_con1 .rq button i {
    width: 16px;
    height: 15px;
  }
  .jion2_con2 .rq {
    font-size: 18px;
    line-height: 60px;
  }
  .jion2_con2 .rq1 .top .p1 {
    font-size: 18px;
  }
  .jion2_con2 .rq1 .top {
    font-size: 16px;
    line-height: 60px;
  }
  .jion2_con2 .rq1 .top .p5 i {
    width: 6px;
    height: 11px;
  }
  .jion2_con2 .rq1.on .top .p1 {
    font-size: 22px;
  }
  .jion2_con2 .rq1.on .top .p5 i {
    width: 12px;
    height: 7px;
  }
  .jion2_con2 .rq1 .bot .p {
    font-size: 18px;
  }
  .jion2_con2 .rq1 .bot .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .jion2_con2 .rq1 .bot .anniu {
    width: 140px;
    font-size: 14px;
  }
  .jion2_con2 .rq1 .bot .anniu span {
    width: 18px;
    height: 14px;
  }
  .tk .rq {
    width: 570px;
  }
  .tk .rq input[type="text"] {
    height: 46px;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .tk .rq input[type="button"] {
    font-size: 18px;
    height: 46px;
    margin-top: 20px;
  }
  .jion2_con2 .p4 {
    width: 26%;
  }
  .jion2_con2 .p1 {
    width: 26.8%;
  }
  .tk .p {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .jion2_con2 .p4 {
    display: none;
  }
  .jion2_con2 .p1 {
    width: 38%;
  }
  .tk .rq {
    width: 85%;
  }
  .jion2_con1 .rq {
    width: 85%;
  }
}
@media (max-width: 500px) {
  .jion2_con1 .rq {
    width: 100%;
  }
  .jion2_con1 .rq input {
    font-size: 14px;
    height: 40px;
    border-radius: 40px;
    padding: 0 15px;
  }
  .jion2_con1 .rq button {
    font-size: 14px;
    height: 40px;
    border-radius: 40px;
  }
  .jion2_con1 .rq button i {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
  .jion2_con2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .jion2_con2 .wapr {
    margin-bottom: 30px;
  }
  .jion2_con2 .rq {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
  }
  .jion2_con2 .p2 {
    width: 80px;
    white-space: nowrap;
  }
  .jion2_con2 .p3 {
    display: none;
  }
  .jion2_con2 .p1 {
    /* width:47%;*/
    width: 20%;
  }
  .jion2_con2 .p5 {
    width: 66px;
  }
  .jion2_con2 .rq1 .top {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 10px;
  }
  .jion2_con2 .rq1 .top .p1 {
    font-size: 14px;
  }
  .jion2_con2 .rq1 {
    margin-bottom: 14px;
  }
  .jion2_con2 .rq1 .top .p5 i {
    width: 5px;
    height: 10px;
    margin-left: 0;
  }
  .jion2_con2 .rq1.on .top .p1 {
    font-size: 16px;
  }
  .jion2_con2 .rq1.on .top .p5 i {
    width: 10px;
    height: 6px;
    transform: translateY(-2px);
  }
  .jion2_con2 .rq1 .bot {
    padding: 0 10px;
    padding-bottom: 25px;
  }
  .jion2_con2 .rq1 .bot .div {
    padding-right: 0;
  }
  .jion2_con2 .rq1 .bot .div1 {
    padding-top: 20px;
  }
  .jion2_con2 .rq1 .bot .p {
    font-size: 16px;
  }
  .jion2_con2 .rq1 .bot .text {
    font-size: 14px;
    margin-top: 8px;
  }
  .jion2_con2 .rq1 .bot .anniu {
    width: 120px;
    margin-top: 20px;
    position: static;
  }
  .tk .rq {
    width: 90%;
    padding: 20px 15px;
    padding-bottom: 30px;
  }
  .tk .p {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .tk .rq .esc {
    top: 5px;
    right: 5px;
  }
  .tk .rq input[type="text"] {
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .tk .rq input[type="button"] {
    font-size: 16px;
    height: 40px;
    margin-top: 10px;
  }
}
/* 2023.5.24 */
@media (max-width: 480px) {
  .bt .p2 {
    font-size: 20px;
  }
}
/* 20230529 */
.sy_con4 .rq1 .swiper-slide {
  height: 150px;
}
.sy_con4 .rq1 .swiper-wrapper {
  flex-direction: column;
  height: 300px;
}
@media (max-width: 500px) {
  .sy_con4 .rq1 .swiper-slide {
    height: 135px;
  }
  .sy_con4 .rq1 .swiper-wrapper {
    height: 270px;
  }
}
.abo3_con2 .rq .lef .line {
  position: relative;
}
.abo3_con2 .rq .lef .line .em {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  line-height: 50px;
  width: 20px;
  text-align: center;
}
.abo3_con2 .rq .lef .line input {
  padding-left: 30px;
}
@media (max-width: 1459px) {
  .abo3_con2 .rq .lef .line .em {
    line-height: 40px;
  }
}
/* 2023/6/13 */
.nav .yy {
  float: left;
  line-height: 100px;
  margin-left: 30px;
}
.nav .yy a {
  font-weight: 600;
  color: #1c1c1c;
  font-size: 18px;
}
.nav.nav2 .yy a {
  color: #fff;
}
.nav.nav2.on .yy a,
.nav.nav2.nav3 .yy a {
  color: #1c1c1c;
}
@media (max-width: 1459px) {
  .nav .yy a {
    font-size: 16px;
  }
  .nav .yy {
    line-height: 80px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .nav .yy a {
    color: #1c1c1c;
  }
  .nav .yy {
    line-height: 20px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
}
.jion_con1 .rq1 {
  width: 100%;
  padding-top: 4.8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jion_con1 .rq1 .p3 {
  font-size: 36px;
  color: #333333;
  font-family: "HarmonyOS_Sans_SC_Regular";
  width: 40%;
}
.jion_con1 .rq1 .text {
  font-size: 18px;
  font-family: "HarmonyOS_Sans_SC_Regular";
  color: #757575;
  line-height: 1.777;
  width: 55%;
}
.jion_con1 .rq2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 3%;
}
.jion_con1 .rq2 img {
  width: 100%;
}
.jion_con1 .rq2 p {
  width: 100%;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 20px;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.foot_bot .rig .a {
  cursor: pointer;
  opacity: 1;
}
.foot_bot .rig .a .div {
  width: 160px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.foot_bot .rig .a:hover .div {
  max-height: 240px;
  padding-bottom: 20px;
}
.foot_bot .rig .a .div1 {
  width: 100%;
  padding: 10px 0;
  height: 220px;
  background: #fff;
  overflow-y: auto;
}
.foot_bot .rig .a .div1::-webkit-scrollbar {
  width: 3px;
  background-color: #999;
  border-radius: 50px;
}
.foot_bot .rig .a .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #093686;
}
.foot_bot .rig .a .div a {
  font-size: 14px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 34px;
  padding: 0 10px;
}
.foot_bot .rig .a .div a:hover {
  color: #093686;
}
@media (max-width: 1459px) {
  .jion_con1 .rq1 .p3 {
    font-size: 26px;
  }
  .jion_con1 .rq1 .text {
    font-size: 14px;
  }
  .jion_con1 .rq2 p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .jion_con1 .rq1 .p3 {
    font-size: 18px;
  }
  .jion_con1 .rq2 p {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .jion_con1 .rq1 .p3 {
    width: 100%;
  }
  .jion_con1 .rq1 .text {
    width: 100%;
    margin-top: 10px;
  }
  .jion_con1 .rq2 {
    margin-top: 20px;
  }
  .jion_con1 .rq2 p {
    font-size: 18px;
  }
  .abo_con2 {
    padding-bottom: 40px;
  }
}
/* 2023.6.21 */
.jion2_con2.jion2_con3 .rq1 .top .p1 {
  width: auto;
}
.abo2_con1 .rq {
  text-align: center;
}
.abo2_con1 .rq .imgs {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.abo2_con1 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abo2_con1 .list .item {
  position: absolute;
}
.abo2_con1 .list .item .cimg {
  width: 20px;
  height: 26px;
  /* background-image: url(../images/k01.png); */
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.abo2_con1 .list .item .tit {
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  padding: 2px 4px;
  font-size: 0.5vw;
  width: 1px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 10;
}
.abo2_con1 .list .item:hover .tit {
  width: auto;
  opacity: 1;
}
.abo2_con1 .list1 .item:nth-child(1) {
  top: 25%;
  left: 29%;
}
.abo2_con1 .list1 .item:nth-child(2) {
  top: 30%;
  left: 22%;
}
.abo2_con1 .list1 .item:nth-child(3) {
  top: 52%;
  left: 22%;
}
.abo2_con1 .list1 .item:nth-child(4) {
  top: 16%;
  left: 70%;
}
.abo2_con1 .list1 .item:nth-child(5) {
  top: 35%;
  left: 72%;
}
.abo2_con1 .list1 .item:nth-child(6) {
  top: 27%;
  left: 59%;
}
.abo2_con1 .list1 .item:nth-child(7) {
  top: 22%;
  left: 54%;
}
.abo2_con1 .list1 .item:nth-child(8) {
  top: 21%;
  left: 59%;
  z-index: 1;
}
@media (max-width: 1024px) {
}
/* 20230629 */
.swi_bt .swiper-button-next,
.swi_bt .swiper-button-prev {
  pointer-events: all;
}
.sy_con1 .rq .lef .p2 {
  display: block;
}
.plan_con1 .rq .lef .p2 {
  display: block;
}
.jion2_con2 .p5 {
  width: auto;
  flex: 0 0 auto;
}
.jion2_con2 .rq1 .top .p1 {
  flex: 1 1 auto;
  overflow: hidden;
  line-height: 1.5;
  padding: 10px 0;
  padding-right: 20px;
}
.jion2_con2 .rq1 .top {
  align-items: center;
}
.swi_bt .swiper-button-next:hover,
.swi_bt .swiper-button-prev:hover {
  background-image: url(../images/img18.png);
}
.input {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  background: #f5f7f7;
  font-size: 20px;
  color: #333333;
  padding: 0 15px;
}
.input span {
  line-height: 60px;
}
.input .uploadBtn {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  background: #093686;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding: 0 14px;
  border-radius: 4px;
}
.input .uploadBtn input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}
.abo2_con1 .list .item.japan {
  left: 84%;
  top: 40%;
}
.abo2_con1 .list .item.korea {
  left: 81%;
  top: 39%;
  z-index: 1;
}
.abo2_con1 .list2 .item.bj {
  left: 77.5%;
  top: 37%;
}
.abo2_con1 .list2 .item.sh {
  left: 78.5%;
  top: 42%;
}
.abo2_con1 .list2 .item.sd {
  left: 77%;
  top: 39%;
}
.abo2_con1 .list2 .item.cq {
  left: 75%;
  top: 43%;
}
.abo2_con1 .list2 .item.tj {
  left: 78.5%;
  top: 39%;
}
.abo2_con1 .list2 .item.hb {
  left: 77.5%;
  top: 40%;
}
.abo2_con1 .list2 .item.jl {
  left: 79%;
  top: 32%;
}
.abo2_con1 .list2 .item.js {
  left: 78.5%;
  top: 41%;
}
.abo2_con1 .list2 .item.sc {
  left: 72%;
  top: 39%;
}
.abo2_con1 .list2 .item.jx {
  left: 76%;
  top: 45%;
}
.abo2_con1 .list2 .item.ah {
  left: 77%;
  top: 41%;
}
.abo2_con1 .list2 .item.gd {
  left: 76.3%;
  top: 48%;
}
.abo2_con1 .list2 .item.fj {
  left: 77.3%;
  top: 45%;
}
@media (max-width: 500px) {
  .jion2_con2 .rq1 .top {
    display: block;
  }
  .jion2_con2 .rq1 .top .p1 {
    padding-right: 0;
  }
  .jion2_con2 .p5 {
    text-align: left;
  }
}

/* 2023/7/10 */
.fh {
  display: block;
  width: 160px;
  line-height: 46px;
  border-radius: 46px;
  color: #fff;
  font-size: 18px;
  background: #093686;
  margin: 0 auto;
  text-align: center;
}
.pro_dat1 .fh {
  transform: translateY(-100%);
}
.pro_dat1 {
  padding-bottom: 3%;
}
@media (max-width: 991px) {
  .pro_dat1 .fh {
    transform: translateY(-20%);
  }
}
@media (max-width: 500px) {
  .fh {
    display: block;
    width: 120px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 14px;
  }
}
.abo2_con1 .list1 .item:nth-child(1) {
  top: 29%;
  left: 47.5%;
}
.abo2_con1 .list1 .item:nth-child(2) {
  top: 36%;
  left: 22%;
}
.abo2_con1 .list1 .item:nth-child(3) {
  top: 45.5%;
  left: 18%;
}
.abo2_con1 .list1 .item:nth-child(4) {
  top: 30.5%;
  left: 50.7%;
}
.abo2_con1 .list1 .item:nth-child(5) {
  top: 27%;
  left: 54%;
}
.abo2_con1 .list1 .item:nth-child(6) {
  top: 33%;
  left: 54%;
}
.abo2_con1 .list1 .item:nth-child(7) {
  top: 46%;
  left: 83.8%;
}
.abo2_con1 .list1 .item:nth-child(8) {
  top: 36.4%;
  left: 97%;
  z-index: 1;
}
.abo2_con1 .list1 .item:nth-child(9) {
  top: 32%;
  left: 24%;
}
.abo2_con1 .list1 .item:nth-child(10) {
  top: 28.5%;
  left: 51.7%;
}

.abo2_con1 .rq .imgs {
  overflow: visible;
}
.abo2_con1 .list .item .tit {
  left: 60%;
  top: -40px;
  font-size: 18px;
  line-height: 38px;
  padding: 0 15px;
  background: #fff;
  border-radius: 19px 0 19px 0;
  border-color: #e0ecf2;
  display: none;
  box-shadow: 0 0 20px rgba(81, 159, 199, 0.2);
}
.abo2_con1 .list .item:hover .tit {
  display: block;
}
.abo2_con1 .list .item:nth-child(8) .tit {
  left: auto;
  right: 100%;
  border-radius: 0 19px 0 19px;
}
@media (max-width: 1680px) {
  .abo2_con1 .list1 .item:nth-child(8) {
    left: 97%;
  }
  .abo2_con1 .list .item .tit {
    top: -30px;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 14px;
    border-radius: 15px 0 15px 0;
  }
  .abo2_con1 .list .item:nth-child(8) .tit {
    left: auto;
    right: 100%;
    border-radius: 0 15px 0 15px;
  }
}
@media (max-width: 500px) {
  .abo2_con1 .list .item .cimg {
    width: 10px;
    height: 13px;
    background-size: contain;
  }
  .abo2_con1 .list .item .tit {
    top: -20px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 12px 0 12px 0;
  }
  .abo2_con1 .list .item:nth-child(8) .tit {
    left: auto;
    right: 100%;
    border-radius: 0 12px 0 12px;
  }
  .new_con1 .swiper-button-next,
  .new_con1 .swiper-button-prev {
    display: block;
    right: 0;
  }
  .about_img {
    width: 100%;
  }
  .abo_con3 .about_text {
    width: 100%;
    margin-left: 0;
  }
}

.plan_con1 .swiper-button-next.swiper-button-disabled,
.plan_con1 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
