/* 公共样式 */
html,
body {
      color: #333;
}

html {
      scroll-padding-top: 2.5rem;
      scroll-behavior: smooth;
}

::-webkit-scrollbar {
      width: .15rem;
      background-color: transparent;
}

::-webkit-scrollbar-thumb {
      background-color: #EB7224;
      border-radius: 20px;
}

.tit-17 {
      font-size: .425rem;
}

.tit-15 {
      font-size: .375rem;
}

.c427 {
      color: #0756CD;
}

.col-004 {
      color: rgba(0, 0, 0, 0.4);
}

h2,
h3,
h4,
h5,
h6 {
      font-weight: normal;
}

h5,
h6 {
      text-transform: none;
}

.page {
      width: 100%;
      padding-top: 1.5rem;
}

.page a {
      font-size: .35rem;
      color: rgba(0, 0, 0, .5) !important;
      margin: 0 .5rem;
      background-color: transparent !important;
      transition: all .6s;
      /* color: #EB7224 !important; */
}
.page .pagination {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
}

.page a:hover,
.page a.active {
      color: #000 !important;
      /* background-color: #EB7224 !important; */
}

.fixed-header {
      height: 2.5rem;
}

.w1820 {
      width: calc(100% - 2.5rem);
      margin: 0 auto;

}

.w1680 {
      width: calc(100% - 6rem);
      margin: 0 auto;
}

.w1520 {
      width: calc(100% - 10rem);
      margin: 0 auto;
}

.w1500 {
      width: calc(100% - 10.5rem);
      margin: 0 auto;
}

.es {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.es2 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
}

.es3 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
}

.es5 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
}

.text-capitalize {
      text-transform: capitalize;
}

.text-uppercase {
      text-transform: uppercase;
}

.f380 {
      font-weight: 380;
}

.f500 {
      font-weight: 500;
}

.f600 {
      font-weight: 600;
}

.f700 {
      font-weight: 700;
}

.imgCover {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .6S;
}

.line-normal {
      line-height: normal;
}

.fixed-header {
      height: 2.5rem;
      width: 100%;
}

.swiper_btn {
      width: .85rem;
      height: .85rem;
      aspect-ratio: 1/1;
      border-radius: .85rem;
      background-color: rgba(51, 51, 51, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .5s;
      cursor: pointer;
}

.swiper_btn.swiper-button-disabled {
      opacity: .5;
      pointer-events: none;
}

.swiper_btn:hover {
      background-color: #0756CD;
}

a {
      color: inherit;
}

a:hover {
      color: #EB7224 !important;
}

/* 按钮 */
.more {
      position: relative;
      width: 4.1rem;
      height: 1.25rem;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 .275rem 0 .75rem;
      font-size: .4rem;
      background-image:
            linear-gradient(90deg, #EB7224 0%, #FBA873 100%);
      background-position: 100% 100%;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      transition: all .5s ease-in-out;
      text-transform: uppercase;
      overflow: hidden;
}

.more .svg {
      width: .6rem;
      height: .6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      position: relative;
}

.more .svg::after {
      position: absolute;
      width: .6rem;
      height: .6rem;
      transform-origin: center;
      border-radius: 50%;
      content: '';
      z-index: 0;
      background-color: #EB7224;
      transition: all .6s;
}

.more:hover {
      color: #fff !important;
}

.more:hover .svg {
      position: static;
}

.more:hover .svg::after {
      transform: scale(20);
}

.more span {
      position: relative;
      z-index: 1;
}

.more svg {
      position: relative;
      z-index: 1;
      margin-left: 1px;
      margin-top: -1px;
}

.more svg circle {
      transition: all .6s;
}

.more svg path {
      display: block;
      transform: translateX(-1px);
}


.t1 {
      font-size: 1.3rem;
      line-height: 1;
}

.sub_banner .scorll {
      position: absolute;
      bottom: 0;

      left: 50%;
      transform: translateX(-50%);
      display: flex;
      z-index: 33;
      flex-direction: column;
      align-content: center;
      align-items: center;
}

.sub_banner .scorll p {
      font-size: 12px;
      margin-bottom: .525rem;
      line-height: 1;
      text-transform: uppercase;
}

.sub_banner .scorll .line {
      width: .025rem;
      height: 2rem;
      background-color: rgba(255, 255, 255, 0.3);
      position: relative;
}

.sub_banner .scorll .line::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 0;
      content: '';
      background-color: #fff;
      animation: growWidth 3s .5s infinite linear;
}

@keyframes growWidth {
      0% {
            height: 0;
      }

      100% {
            height: 100%;
      }
}

.sub_banner {
      position: relative;
      height: 21.25rem;
      width: 100%;
      overflow: hidden;
}

.sub_banner .txt {
      position: absolute;
      left: 50%;
      top: 46%;
      transform: translate(-50%, -50%);
}

.sub_banner .t1 {
      color: #fff;
      margin-bottom: 0;
      line-height: 1.5;
}

.sub_banner h6 {
      font-size: .4rem;
      color: #fff;
      line-height: 1;
}

.sub_banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

/* 产品 */
.pro_a {
      width: 100%;
      padding: 3.5rem 0 3.7rem;
}

.pro_b .txt {
      margin-bottom: 1.6rem;
}

.pro_a .txt {
      margin-bottom: 3rem;
}

.pro_b .txt h3,
.pro_a .txt h3 {
      line-height: 1.5;
      font-size: 1rem
}

.pro_b .txt h6,
.pro_a .txt h6 {
      line-height: 1;
      font-size: .4rem;
      color: rgba(0, 0, 0, 0.50)
}

.pro_a .ul_list {
      display: flex;
      align-items: stretch;
      gap: .875rem 1.95rem;
      flex-wrap: wrap;
}

.pro_a .ul_list .ul_li {
      position: relative;
      width: calc((100% - 1.95rem * 2) / 3);
      height: 7.7rem;
      border-radius: .375rem;
      overflow: hidden;
}

.pro_a .ul_list .ul_li .img {
      width: 100%;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 0;
      height: 100%;
      z-index: 0;
}

.pro_a .ul_list .ul_li .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.pro_a .ul_list .ul_li .ul_li_txt {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
}

.pro_a .ul_list .ul_li .icon {
      position: absolute;
      right: .6rem;
      top: .6rem;
      width: .975rem;
      z-index: 2;
}

.pro_a .ul_list .ul_li .icon svg {
      width: 100%;
      height: auto;
}


.pro_a .ul_list .ul_li .icon svg circle,
.pro_a .ul_list .ul_li .icon svg path {
      transition: all .6s;
}

.pro_a .ul_list .ul_li .ul_li_show {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: .5rem .75rem;
      transition: all .6s;
      position: relative;
}

.pro_a .ul_list .ul_li .ul_li_hide {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 2;
      background: linear-gradient(180deg, #D9D9D9 -2.05%, #013A80 100%);
      width: 100%;
      height: 100%;
      padding: 1.5rem 1rem 1rem 1.5rem;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      transition: all .3s .3s;

}

.pro_a .ul_list .ul_li .ul_li_show h4 {
      font-size: .5rem;
      line-height: 1.3;
      width: max-content;
      height: auto;
      max-width: 100%;
      padding: .1rem .5rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: .8rem;
      margin-bottom: .2rem;
      z-index: 1;
      backdrop-filter: blur(10px);
      position: relative;

}

.pro_a .ul_list .ul_li .ul_li_show::after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: '';
      z-index: 0;
      background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) -2.05%, #013A80 100%);
}

.pro_a .ul_list .ul_li .ul_li_show h6 {
      font-size: .5rem;
      line-height: 1.3;
      z-index: 1;
      position: relative;
}

.pro_a .ul_list .ul_li .ul_li_hide h5 {
      /* font-size: .4rem; */
      font-size: .8rem;
      /* line-height: 1.5; */
      line-height: 1.3;
      margin-bottom: .75rem;
}

.pro_a .ul_list .ul_li .ul_li_hide h6 {
      font-size: .375rem;
      line-height: 1.5;
}

.pro_a .ul_list .ul_li:hover .ul_li_show {
      opacity: 0;
      /* z-index: -1; */
      visibility: hidden;
}

.pro_a .ul_list .ul_li:hover .ul_li_hide {
      opacity: 1;
      visibility: visible;
}

.pro_a .ul_list .ul_li:hover svg circle {
      fill: #0756CD;
}

.pro_a .ul_list .ul_li:hover svg path {
      fill: #fff;
}

/* 产品详情 */
.pro_info {
      width: 100%;
      position: relative;
      overflow: hidden;
}

.sub_banner .sub_nav {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 100%;
      padding: .95rem 1.65rem;
      width: auto;
      gap: 1.65rem;
      background-color: #fff;
      display: flex;
      align-items: center;
      font-size: .4rem;
      color: rgba(0, 0, 0, 0.4);
}

.sub_banner .sub_nav a.on {
      text-decoration: underline;
      text-underline-offset: 10%;
      color: #EB7224 !important;
}

.pro_b {
      width: 100%;
      padding: 2.2rem 0 4rem;
}

.pro_b .ul_list {
      width: 100%;

}

.pro_b .ul_list .ul_li_box {
      width: 100%;
}

.pro_b .ul_list .ul_li {
      width: 100%;
      background-color: rgba(226, 231, 235, 1);
      margin-bottom: .95rem;
      padding: 0 1.425rem;
      border-radius: .375rem;
      overflow: hidden;
}

.pro_b .ul_list .ul_li .ul_li_top {
      padding: .475rem 0 .7rem;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
}

.pro_b .ul_list .ul_li .ul_li_bot_box {
      width: 100%;
      display: none;
      border-top: 1px solid rgba(255, 255, 255, 1);
}

.pro_b .ul_list .ul_li .ul_li_bot {
      display: flex;
      padding-top: .7rem;
      padding-bottom: 1.3rem;

}

.pro_b .ul_list .ul_li .ul_li_top .ul_li_top_item img {
      margin: 0 auto;
      max-height: 7.5rem;
      max-width: 92%;
      transition: all .6s;

}

.pro_b .ul_list .ul_li .ul_li_top_item:not(:first-child) {
      border-left: 1px solid #A7A7A7;
      transition: all .6s;

}

.pro_b .ul_list .ul_li .ul_li_top .ul_li_top_item:nth-child(1),
.pro_b .ul_list .ul_li .ul_li_top .ul_li_top_item:nth-child(3) {
      width: 6rem;
      padding: 0 .25rem;
      flex-shrink: 0;
}

.pro_b .ul_list .ul_li .ul_li_top .ul_li_top_item:nth-child(2) {
      flex: 1;
}






.pro_b .ul_list .ul_li .ul_li_top .ul_li_top_item h6 {
      margin-bottom: 1rem;
}

.pro_b .ul_list .ul_li .ul_li_bot .ul_li_bot_item {
      flex: 1;
}

.pro_b .ul_list .ul_li .ul_li_bot .ul_li_bot_item:last-child {
      border-left: 1px solid rgba(255, 255, 255, 1);
      padding-left: .675rem;
}

.pro_b .ul_list .ul_li .ul_li_top h5 {
      font-size: .6rem;
      padding: 1rem .25rem 2rem;
}

.pro_b .ul_list .ul_li .ul_li_bot h5 {
      font-size: .5rem;
}

.pro_b .ul_list h6 {
      font-size: .4rem;
      color: rgba(0, 0, 0, 0.4);
      transition: all .6s;
}

.pro_b .ul_list .ul_li .ul_li_bot h6 {
      margin-bottom: .6rem;
}

.pro_b .ul_list .ul_li .ul_li_bot h5 {
      color: #fff;
      font-size: .5rem;
      transition: all .6s;

}

.pro_b .ul_list .ul_li.on {
      background-color: #0756CD;
}

.pro_b .ul_list .ul_li.on img {
      mix-blend-mode: multiply;
      /* filter:invert(1) brightness(0) ; */
}


.pro_b .ul_list .ul_li.on .ul_li_top_item:not(:first-child) {
      border-color: #fff;
}

.pro_b .ul_list .ul_li.on h5,
.pro_b .ul_list .ul_li.on h6 {
      color: #fff;
}

.join_us {
      width: 100%;
      position: relative;
      overflow: hidden;
      background-color: rgba(245, 245, 247, 1);
}

.join_a {
      padding: 5.75rem 0 0;
}

.join_a h3 {
      font-size: 1.3rem;
      margin-bottom: .4rem;
      line-height: 1.3;
}

.join_a .txt h6 {
      margin-bottom: .5rem;
      line-height: 1;
      font-size: .5rem;
}

.join_a .join_form {
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
}

.join_a .join_form .input {
      width: 22rem;
      height: 1.325rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      border-radius: .825rem;
      padding: .2rem .2rem .2rem .925rem;
      /* font-size: ; */
}

.join_a .join_form .input input {
      font-size: .4rem;
      color: rgba(0, 0, 0, 1);
}

.join_a .join_form .input input::placeholder {
      color: rgba(0, 0, 0, .4);

}

.join_a .join_form button {
      background-color: transparent;
      width: 1rem;
      height: 1rem;
}

.join_a .join_form button svg {
      width: 100%;
      height: auto;
}

.join_a .join_form a {
      width: 10.65rem;
      height: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #EB7224;
      border-radius: .55rem;
      padding: 0 1.5rem;
      font-size: .4rem;
      color: #fff;
}

.join_a .join_form a:hover {
      background-color: #0756CD;
      color: #fff !important;
}

.join_a .ul_list {
      width: 100%;
      overflow: hidden;
      margin-top: 1.75rem;
}

.join_a .ul_list .swiper-slide {
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: .725rem 1.45rem;
}

.join_a .ul_list .swiper-slide .ul_li {
      width: calc((100% - 1.45rem) / 2);
      background-color: #fff;
      height: auto;
      padding: .85rem 1.05rem .85rem .925rem;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      border-radius: .75rem;
      overflow: hidden;
}

.join_a .ul_list .swiper-slide .ul_li .ul_li_txt {
      max-width: 70%;
}

.join_a .ul_list .swiper-slide h4 {
      margin-bottom: 9px;
      font-size: .5rem;
      line-height: 1.3;
      transition: all .6s;
}

.join_a .ul_list .swiper-slide h5 {
      margin-bottom: .15rem;
      font-size: .4rem;
      line-height: 1.3;
      transition: all .6s;
}

.join_a .ul_list .swiper-slide h6 {
      font-size: .4rem;
      line-height: 1.5;
      transition: all .6s;
}

.join_a .ul_list .swiper-slide .min {
      width: 3rem;
      height: 1.125rem;
      align-self: flex-end;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .4rem;
      color: #fff;
      background-color: #0756CD;
      border-radius: .55rem;
}

.join_a .ul_pagination {
      position: relative;
      left: auto;
      top: auto;
      margin-bottom: 0;
      line-height: 1;
      margin-top: 1.25rem;

}

.join_a .ul_pagination span {
      width: .3rem;
      height: .3rem;
      border-radius: 50%;
      background-color: #D9D9D9;
      opacity: 1;
      margin: 0 .425rem;
}

.join_a .ul_pagination span.swiper-pagination-bullet-active {
      background-color: #000;
      opacity: 1;
}

.join_a .ul_list .swiper-slide a.on,
.join_a .ul_list .swiper-slide a:hover {
      background-color: #0756CD;
}

.join_a .ul_list .swiper-slide a:hover h4,
.join_a .ul_list .swiper-slide a:hover h5,
.join_a .ul_list .swiper-slide a:hover h6,
.join_a .ul_list .swiper-slide a.on h4,
.join_a .ul_list .swiper-slide a.on h5,
.join_a .ul_list .swiper-slide a.on h6 {
      color: #fff;
}

.join_a .ul_list .swiper-slide a:hover .min,
.join_a .ul_list .swiper-slide a.on .min {
      background-color: #ffff;
      color: #0756CD;
}

.join_b {
      padding: 3.7rem 0 0;
}

.join_b .txt {
      margin-bottom: .9rem;
}

.join_b .txt h3 {
      line-height: 1.3;
      color: #000;
      font-size: .6rem;
}

.join_b .ul_list {
      width: 100%;
      display: flex;
      align-items: stretch;
      gap: .725rem;
}

.join_b .ul_list .ul_li {
      width: calc((100% - .725rem * 3) / 4);
      height: auto;
      background-color: #fff;
      padding: .525rem .85rem;
      border-radius: .75rem;
      overflow: hidden;
}

.join_b .ul_list .icon {
      width: 1rem;
      height: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: .925rem;
}

.join_b .ul_list .icon img {
      width: auto;
      max-width: 100%;
      transition: all .6s;
}

.join_b .ul_list h4 {
      margin-bottom: .225rem;
      line-height: 1.3;
      font-size: .5rem;
      transition: all .6s;

}

.join_b .ul_list h6 {
      line-height: 1.5;
      font-size: .4rem;
      transition: all .6s;

}

.join_b .ul_list .ul_li:hover {
      background-color: #0756CD;
}

.join_b .ul_list .ul_li:hover img {
      filter: brightness(0) invert(1);
}

.join_b .ul_list .ul_li:hover h4,
.join_b .ul_list .ul_li:hover h6 {
      color: #fff;
}

.join_c {
      padding: 2.175rem 0 3rem;
}

.join_c .txt {
      margin-bottom: .475rem;
}

.join_c .txt h3 {
      line-height: 1.3;
      color: #000;
      font-size: .6rem;
}

.join_c .ul_list {
      width: 100%;
      display: flex;
      align-items: stretch;
      background-color: #fff;
      padding: 1.025rem 0 .775rem;
      margin-bottom: 4.15rem;
}

.join_c .ul_list .ul_li {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}

.join_c .ul_list h4 {
      font-size: .5rem;
      margin-bottom: .675rem;
}

.join_c .ul_list h6 {
      font-size: .4rem;
      line-height: 1.5;
}

.join_c .ul_list h6.email {
      text-decoration: underline;
      text-underline-offset: 10%;
}

.join_c p.mid {
      font-size: 1rem;
      color: rgba(0, 0, 0, 0.2);
}


/* 首页 */
.wel {
      width: 100%;
      position: relative;
      overflow: hidden;
}

.wel .sub_banner {
      width: 100%;
      height: 27rem;
}

.wel .sub_banner .swiper-slide {
      width: 100%;
      height: 100%;
      overflow: hidden;
}

.wel .sub_banner .slide-inner {
      width: 100%;
      overflow: hidden;
      height: 100%;
}

.wel .sub_banner .txt {
      left: 1.25rem;
      top: 11rem;
      transform: none;
}

.wel .sub_banner .swiper-pagination {
      text-align: left;
      padding: 0 1.25rem;
      bottom: 1.7rem;
}

.wel .sub_banner .swiper-pagination span {
      width: .225rem;
      height: .225rem;
      margin: 0 .225rem;
      opacity: 1;
      background-color: rgba(255, 255, 255, .5);
      border-radius: 50%;
      position: relative;
}

.wel .sub_banner .swiper-pagination span::after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      width: .2rem;
      height: 100%;
      content: '';
      background-size: .2rem 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../gimg/p.webp);
}

.wel .sub_banner .swiper-pagination span.swiper-pagination-bullet-active {
      background-color: transparent;
}

.wel .sub_banner .swiper-pagination span.swiper-pagination-bullet-active::after {
      opacity: 1;
}

.wel .sub_banner .t1 {
      margin-bottom: .7rem;
      line-height: 1.3;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s .1s;
}

.wel .sub_banner h6 {
      margin-bottom: 1.85rem;
      font-size: .375rem;
      line-height: 1.5;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s .2s;
}

.wel .sub_banner .a_box {
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s .3s;
}

.wel .sub_banner .swiper-slide-active .t1,
.wel .sub_banner .swiper-slide-active h6,
.wel .sub_banner .swiper-slide-active .a_box {
      opacity: 1;
      transform: translateY(0);
}

.wel_a {
      width: 100%;
      height: auto;
      min-height: 27rem;
      /* padding-top: 80vh; */
      background-color: #fff;
      position: relative;
}

.wel_a .scale_img {
      position: absolute;
      left: 0%;
      top: 0%;
      z-index: 0;
      width: 100%;
      height: 27rem;
      /* height: 27rem; */
      background-color: #fff;
      /* transition: all .6s; */
}

.wel_a .scale_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;

}

.wel_a .scale_img #img,
.wel_a .scale_img video {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transform-origin: center;
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: multiply;
      /* transition: all .6s; */


}

/* .wel_a .scale_img.active */
.wel_a .scale_img.active video {
      width: 21.525rem;
      height: 21.525rem;
      /* left: -11rem;
      top: -2.875rem; */
      filter: blur(38px);

}

/* .wel_a .scale_img.active img {
      opacity: 0;
      z-index: -1;
} */

.wel_a .w1820 {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      padding: 5.625rem 4.225rem 0;
      background-color: transparent;
      opacity: 1;
      z-index: 1;
      /* --go: 1; */
      /* transform: translateY(calc(var(--go) * 80vh)); */
      /* transform: translateY(calc(var(--go) * 50vh)); */
      will-change: trsform, opacity;
      animation: TransWel_a 1s linear 1s forwards;
      animation-play-state: paused;

}


@keyframes TransWel_a {
      0% {
            --go: 1;
      }

      100% {
            --go: 0;
      }


}

.wel_a .w1820::after {
      position: absolute;
      left: 3.625rem;
      bottom: 0;
      width: 6.975rem;
      height: 10.075rem;
      content: '';
      background-image: url(../gimg/3.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top;
}

.wel_a .txt {
      width: 18.75rem;
      margin: 0 5.5rem 0 auto;
      /* padding: 0 5.5rem; */
}

.wel_a h5 {
      margin-bottom: .85rem;
      line-height: 1.3;
      text-decoration: underline;
      text-underline-offset: 10%;
      font-size: .45rem;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s;
}

.wel_a h4 {
      line-height: 1.3;
      font-size: 1.2rem;
      margin-bottom: .7rem;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s;

}

.wel_a .txt h6 {
      margin-bottom: 1rem;
      line-height: 1.5;
      font-size: .4rem;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s;

}

.wel_a .a {
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s;

}

.wel_a a {
      color: #fff;

}

.wel_a .img {
      width: 28.55rem;
      height: 16.05rem;
      overflow: hidden;
      border-radius: .75rem;
      margin: 2.5rem auto 0;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s;
}

.wel_a .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .6s;
}

.wel_a .wel_a_box {
      width: 23.25rem;
      height: auto;
      margin: 0 0 0 auto;
      padding-left: 5.375rem;
      border-left: 1px solid rgba(207, 207, 207, 1);
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 2.5rem 4.8rem;
      padding: 3.2rem 0 4.4rem 5.375rem;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s;
}

.wel_a .wel_a_box .wel_a_item {
      width: calc((100% - 4.8rem)/ 2);
}

.wel_a .wel_a_box .icon {
      width: 1.625rem;
      height: 1.625rem;
      overflow: hidden;
      margin-bottom: .5rem;
}

.wel_a .wel_a_box .icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.wel_a .wel_a_box .c427 {
      display: flex;
      align-items: baseline;
}

.wel_a .wel_a_box .c427 .num {
      font-size: 1.2rem;
      line-height: 1;
      margin-bottom: .5rem;
}

.wel_a .wel_a_box .c427 .dw {
      font-size: .5rem;
      line-height: 1;
}

.wel_a .wel_a_box h6 {
      /* margin-bottom: 0; */
      font-size: .4rem;
      line-height: 1;

}

.wel_a .w1820.active {
      opacity: 1;
      /* transition: all .6s .3s; */
}

.wel_a .wel_a_box.on,
.wel_a .w1820 h5.on,
.wel_a .w1820 h4.on,
.wel_a .w1820 h6.on,
.wel_a .w1820 .a.on,
.wel_a .w1820 .img.on {
      opacity: 1;
      transform: translateY(0);
}

.wel_b {
      width: 100%;
      position: absolute;
      left: 0;
      background-color: #fff;
      top: 100%;
      z-index: 2;
      height: 27rem;
      overflow: hidden;
}

.wel_b .swiper_bg {
      position: relative;
      width: 100%;
      z-index: 1;
      height: 100%;
      overflow: hidden;
}

.wel_b .swiper_bg .swiper-slide::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      z-index: 0;
      background: linear-gradient(270deg, rgba(217, 217, 217, 0) 38.52%, #013A80 100%);

}

.wel_b .swiper_bg .swiper-slide {
      width: 100%;
      height: 100%;
      padding: 8.75rem 1.25rem 8.75rem;
      position: relative;
      opacity: 0 !important;
}

.wel_b .swiper_bg .swiper-slide.swiper-slide-active {
      opacity: 1 !important;
}

.wel_b .swiper_bg .swiper-slide img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
}

.wel_b .swiper_bg .swiper-slide .txt {
      max-width: 60%;
      position: relative;
      z-index: 1;
      /* display: none; */
}

.wel_b h4 {
      width: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      padding: .2rem .5rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1.25rem;
      margin-bottom: 1.25rem;
      font-size: 1.2rem;
      opacity: 0;
      transform: translateY(30px);
      transition: all .6s .1s;
}

.wel_b h5 {
      margin-bottom: 1rem;
      line-height: 1.5;
      font-size: .4rem;
      opacity: 0;
      transform: translateY(30px);
      transition: all .6s .2s;
}

.wel_b h6 {
      font-size: .375rem;
      line-height: 1.5;
      margin-bottom: 1.4rem;
      opacity: 0;
      transform: translateY(30px);
      transition: all .6s .3s;
}

.wel_b .a_box {
      opacity: 0;
      transform: translateY(30px);
      transition: all .6s .4s;
}

.wel_b .swiper_bg .swiper-slide-active h4,
.wel_b .swiper_bg .swiper-slide-active h5,
.wel_b .swiper_bg .swiper-slide-active h6,
.wel_b .swiper_bg .swiper-slide-active .a_box {
      transform: translateY(0);
      opacity: 1;


}

.wel_b .swiper_nav {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 2.2rem;
      width: calc(100% - 4.625rem * 2);
      z-index: 2;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.wel_b .swiper_nav .swiper-slide {
      width: auto;
}

.wel_b .swiper_nav a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: left;
      font-size: .55rem;
      color: rgba(255, 255, 255, 0.7);
      padding-bottom: .55rem;
      position: relative;
}

.wel_b .swiper_nav a::after {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 2px;
      background-color: #fff;
      content: '';
      width: 0;
      transition: all .6s;
}


.wel_b .swiper_nav a .icon {
      width: 1.45rem;
      height: 1.45rem;
      overflow: hidden;
      opacity: 0;
      transition: all .6s;
      margin-bottom: .5rem;
}

.wel_b .swiper_nav a .icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;

}

.wel_b .swiper_nav a.on {
      color: rgba(255, 255, 255, 1);
}

.wel_b .swiper_nav a.on .icon {
      opacity: 1;
}

.wel_b .swiper_nav a.on::after {
      width: 100%;
}

.wel_c {
      width: 100%;
      overflow: hidden;
      padding: 3.5rem 0 0;
}

.wel_c .wel_c_top {
      position: relative;
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      padding-bottom: 1.4rem;
      border-bottom: 2px solid #e4e4e4;
}

.wel_c .wel_c_top::after {
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 10.95rem;
      height: .1rem;
      background-color: #013a80;
      content: '';
}

.wel_c .wel_c_top h5 {
      margin-bottom: .85rem;
      line-height: 1;
      font-size: .45rem;
      text-decoration: underline;
      text-underline-offset: 10%;
}

.wel_c .wel_c_top h3 {
      font-size: 1.2rem;
      line-height: 1.3;
      margin-bottom: .625rem;
}

.wel_c .wel_c_top .swiper_btn_box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .5rem;
      display: none;
}

.wel_c .wel_c_top .swiper_btn {
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      background-color: transparent;
      border: 1px dashed rgba(0, 0, 0, 0.1);
}

.wel_c .ul_list_top {
      display: flex;
      align-items: stretch;
      gap: 1.1rem;
      margin-top: 2.125rem;

}

.wel_c .ul_list_top .ul_li_item {
      height: 8.75rem;
      width: calc((100% - 2.2rem) / 3);
      border-radius: .75rem;
      overflow: hidden;
      position: relative;
}

.wel_c .ul_list_top .ul_li_item .img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 1;
}

.wel_c .ul_list_top .ul_li_item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;

}

.wel_c .ul_list_top .ul_li_item .ul_lit_txt {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding: 1.35rem 1.75rem .4rem;
      transition: all .6s;
      border: 1px solid #d4d4d4;
      border-radius: .75rem;
      overflow: hidden;


}

.wel_c .ul_list_top .ul_li_item h5 {
      font-size: .7rem;
      line-height: 1.2;
      height: 2.5rem;
      margin-bottom: .8rem;
}

.wel_c .ul_list_top .ul_li_item h6 {
      height: 1.8rem;
      font-size: .4rem;
      line-height: 1.5;
      margin-bottom: .475rem;
      color: #939393;
}

.wel_c .ul_list_top .ul_li_item svg {
      width: .625rem;
      height: auto;

}

.wel_c .ul_list_top .ul_li_item .time {
      font-size: .35rem;
      color: #d0d0d0;
      margin-top: .375rem;
}


.wel_c .ul_list_top .ul_li_item:hover .ul_lit_txt {
      opacity: 0;
}

.wel_c .ul_list {
      width: 100%;
      position: relative;
      margin-top: 2.725rem;
      /* overflow: hidden; */
}

.wel_c .ul_list .ul_li {
      width: 100%;
      height: 6rem;
      display: flex;
      align-items: center;
      padding: 1.5rem 0;
      position: relative;
}

.wel_c .ul_list .ul_li::after {
      position: absolute;
      left: -1.25rem;
      top: 0;
      width: 100vw;
      height: 100%;
      background-color: #f5f5f5;
      content: '';
      z-index: -1;
      opacity: 0;
      transition: all .6s;
}

.wel_c .ul_list .ul_li .img {
      width: 5.875rem;
      height: 3rem;
      overflow: hidden;
}

.wel_c .ul_list .ul_li .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: .25rem;
      transition: all .6s;
}

.wel_c .ul_list .ul_li .ul_li_txt {
      width: calc(100% - 5.875rem);
      padding-left: 2.625rem;
      padding-right: 5rem;
}

.wel_c .ul_list .ul_li svg {
      position: absolute;
      right: .775rem;
      top: 50%;
      transform: translateY(-50%);
      width: 1.2rem;
      height: auto;
      opacity: 0;
      transition: all .6s;
}

.wel_c .ul_list .ul_li .time {
      color: #616161;
      margin-bottom: .25rem;
      line-height: 1.5;
      font-size: .4rem;
      transition: all .6s;

}

.wel_c .ul_list .ul_li h5 {
      color: #000;
      line-height: 1.3;
      font-size: .7rem;
      transition: all .6s;

}

.wel_c .ul_list .ul_li:hover::after {
      opacity: 1;

}

.wel_c .ul_list .ul_li:hover .time {
      color: #0756CD;
}

.wel_c .ul_list .ul_li:hover h5 {
      color: #0756CD;
}

.wel_c .ul_list .ul_li:hover svg {
      opacity: 1;
}

.wel_d {
      position: relative;
      width: 100%;
      height: 24.15rem;
      overflow: hidden;
}

.wel_d img {
      width: 100%;
      height: 100%;
      object-fit: cover;

}

.wel_d .txt {
      position: absolute;
      left: 1.25rem;
      top: 8.6rem;
      max-width: 15rem;
}

.wel_d .txt h5 {
      font-size: .45rem;
      line-height: 1.3;
      margin-bottom: .85rem;
      text-decoration: underline;
      text-underline-offset: 10%;
}

.wel_d .txt h4 {
      font-size: 1.2rem;
      line-height: 1.3;
      margin-bottom: 1.25rem;

}

.wel_d .txt h6 {
      font-size: .4rem;
      line-height: 1.5;
      margin-bottom: 2.5rem;
      /* letter-spacing: -5%; */
      text-align: justify;
}


.abt {
      position: relative;
      overflow: hidden;
}

.abt .wel_a {
      width: 100%;
      position: relative;
      overflow: hidden;
      min-height: auto;
      padding: 4.2rem 0rem 4rem;
}

.abt .wel_a .w1820::after {
      display: none;
}

.wel_a .scale_img_box {
      position: sticky;
      left: 0;
      top: 0;
}

.abt .wel_a .scale_img.active {
      left: -2.725rem;
      top: 6.3rem;
      width: 12.75rem;
      height: 12.75rem;
}
.abt .wel_a .scale_img img{
      opacity: 0;
      display: none;
}
.abt .wel_a .w1820 {
      opacity: 1;
      padding: 0;
      position: relative;
      transform: none ;

      left: auto;
      top: auto;
}

.abt .wel_a h4 {
      margin-bottom: 0;
      line-height: 1.3;
      font-size: 1rem;
      padding-left: 3.875rem;
}

.abt .wel_a h5 {
      line-height: 1.5;
      text-decoration: none;
      padding-left: 3.875rem;
      letter-spacing: -5%;
      color: rgba(0, 0, 0, .4);
      font-size: .4rem;
      /* margin-bottom: 1.575rem; */
}

.abt .wel_a h6 {
      line-height: 1.5;
      font-size: .4rem;
      text-align: justify;
      width:92% ;
}

.abt .wel_a h4,
.abt .wel_a h5,
.abt .wel_a h6,
.abt .wel_a .img {
      opacity: 1;
      transform: translateY(0);
}

.abt .wel_a .txt {
      width: 29.1rem;
      margin: 0 0 0 auto;
}

.abt .wel_a .wel_a_box {
      border: none;
      width: 22.5rem;
      padding-left: 0;
      margin: 2.35rem 6.6rem 4.45rem auto;
      gap: 1.1rem 4.8rem;
      padding: 0;
      opacity: 1;
      
      transform: translateY(0);
}

.abt .wel_a .img {
      margin-top: 0;
}

.abt .wel_a .wel_a_box .c427 {
      padding-top: .4rem;
      width: max-content;
      position: relative;
      border-top: 1px solid rgba(0, 0, 0, 1);
}

.abt .wel_a .wel_a_box h6 {
      color: rgba(0, 0, 0, .3);
}

.abt_a {
      width: 100%;
      height: 24rem;
      overflow: hidden;
      position: relative;
}

.abt_a .txt {
      position: absolute;
      left: 50%;
      transform: translateX(-40%);
      top: 1.875rem;
      z-index: 2;
}

.abt_a .txt h3 {
      font-size: 1rem;
      margin-bottom: 0;
      line-height: 1.5;
}

.abt_a .txt h6 {
      font-size: .4rem;
      line-height: 1.3;
      color: rgba(255, 255, 255, .4);
}

.abt_a .swiper_bg {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      overflow: hidden;
}

.abt_a .swiper_bg .swiper-slide {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      opacity: 0 !important;
}

.abt_a .swiper_bg .swiper-slide.swiper-slide-active {
      opacity: 1 !important;
}

.abt_a .swiper_bg .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.abt_a .swiper-slide .slide_txt {
      position: absolute;
      left: 3.125rem;
      top: 9.15rem;
      width: 20rem;
      max-width: 100%;
}

.abt_a .swiper_bg .swiper-slide h5 {
      display: flex;
      align-items: baseline;
      font-size: 1rem;
      line-height: 1;
      color: rgba(255, 255, 255, 1);
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s .1s;
}

.abt_a .swiper_bg .swiper-slide h5 span {
      color: rgba(255, 255, 255, .4);
      font-size: .5rem;
      display: block;
      margin-left: .25rem;
}

.abt_a .swiper_bg .swiper-slide h4 {
      font-size: 1.3rem;
      line-height: 1.3;
      margin-top: .35rem;
      opacity: 0;
      transform: translateY(20px);
      transition: all .6s .2s;
}

.abt_a .swiper_bg .swiper-slide-active h5,
.abt_a .swiper_bg .swiper-slide-active h4 {
      opacity: 1;
      transform: translateY(0);

}

.abt_a .swiper_card {
      width: 16rem;
      /* width: 13.5rem; */
      height: 10.4rem;
      padding-right: 8.25rem;
      /* padding-right: 2.5rem; */
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
}

.abt_a .swiper_card .swiper-slide {
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: .375rem;
      overflow: hidden;
      margin-right: 2.5rem;
}

.abt_a .swiper_card .swiper-slide .slide_txt {
      position: absolute;
      left: 0;
      top: auto;
      bottom: 0;
      width: 100%;
      height: auto;
      z-index: 2;
      padding: .4rem .675rem;
}

.abt_a .swiper_card .swiper-slide h5 {
      color: #fff;
      margin-bottom: .25rem;
      font-size: 1rem;
      line-height: 1;

}

.abt_a .swiper_card .swiper-slide h6 {
      font-size: .5rem;
      color: rgba(255, 255, 255, .4);
      line-height: 1;
}

.abt_a .swiper_card .swiper-slide .slide_img {
      width: 100%;
      overflow: hidden;
      height: 100%;
}

.abt_a .swiper_card .swiper-slide .slide_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.abt_a .swiper_btn_box {
      position: absolute;
      left: 50%;
      bottom: .9rem;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.05rem;
}

.abt_a .swiper_btn {
      width: 1.4rem;
      height: 1.4rem;
      background-color: rgba(217, 217, 217, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
}

.abt_a .swiper_btn:hover {
      background-color: #EB7224;
      border-color: transparent;
}

.abt_a .swiper_btn svg {
      width: 100%;
      height: auto;
}

.abt_b {
      width: 100%;
      position: relative;
      overflow: hidden;
      padding: 3.15rem 0 0;
}

.abt_b .txt {
      margin-bottom: 1.5rem;
}

.abt_b h3 {
      /* margin-bottom: .25rem; */
      line-height: 1.3;
      font-size: 1rem;
}

.abt_b h6 {
      font-size: .4rem;
      line-height: 1.3;
      color: rgba(0, 0, 0, .4);
}

.abt_b .abt_b_box {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
}

.abt_b .abt_b_l {
      width: 18.55rem;
      height: auto;
      border-radius: .75rem;
      overflow: hidden;
      border-radius: .75rem;
      border: 1px solid #E2E7EB;
      background-color: #F3F3F3;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 3.45rem 4.4rem 3rem;
}

.abt_b .abt_b_l .circle {
      width: 9.65rem;
      height: 9.65rem;
      border-radius: 50%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
}

.abt_b .abt_b_l .circle .l_txt {
      position: relative;
      z-index: 2;
}

.abt_b .abt_b_l .circle svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
}

.abt_b .abt_b_l .circle svg path {
      opacity: 0;
}

.abt_b .abt_b_l .circle p {
      color: #000;
      font-size: .6rem;
      margin-bottom: .375rem;
      line-height: 1;
}

.abt_b .abt_b_l .circle .num {
      font-size: 1.2rem;
      letter-spacing: -5%;
      color: #EB7224;
      line-height: 1;
      margin-bottom: .25rem;
}

.abt_b .abt_b_l .circle .dw {
      font-size: .6rem;
      line-height: 1.3;
      color: #000;
      margin-bottom: .6rem;
}

.abt_b .abt_b_l .circle h6 {
      font-size: .4rem;
      color: rgba(0, 0, 0, .4);
      line-height: 1.5;
}

.abt_b .ul_list {
      width: 24.425rem;
      border-radius: .75rem;
      overflow: hidden;
      border-radius: .75rem;
      border: 1px solid #E2E7EB;
      background-color: #F3F3F3;
      padding: 1.575rem 1.4rem 1.25rem;
}

.abt_b .ul_list .ul_li {
      display: flex;
      align-items: center;
      justify-content: space-between;
}

.abt_b .ul_list .ul_li:not(:first-child) {
      margin-top: 1.05rem;
}

.abt_b .ul_list .ul_li h5 {
      font-size: .6rem;
      line-height: 1;
}

.abt_b .ul_list .ul_li h6 {
      font-size: .4rem;
      line-height: 1;
}

.abt_b .ul_list .ul_li .c427 {
      font-size: .6rem;
      display: flex;
      align-items: baseline;
      line-height: 1;
}

.abt_b .ul_list .ul_li .c427 span {
      font-size: .4rem;
      line-height: 1;
      margin-left: .2rem;
      display: block;
}

.abt_c {
      width: 100%;
      position: relative;
      overflow: hidden;
      padding: 4.1rem 0 3.25rem;

}

.abt_c .txt {
      margin-bottom: 1.5rem;
}

.abt_c .txt h3 {
      margin-bottom: 0;
      line-height: 1.3;
      font-size: 1rem;
      color: #000;
}

.abt_c .txt h6 {
      font-size: .4rem;
      line-height: 1.3;
      color: rgba(0, 0, 0, .4);
}

.abt_c .swiper_honor_box {
      position: relative;
      width: 100%;
      overflow: hidden;
}

.abt_c .swiper_honor {
      width: 39rem;
      margin: 0 auto;
      height: auto;
      overflow: hidden;
      background-position: 0 6.85rem;
      background-size: 38.675rem 13.375rem;
      background-repeat: no-repeat;
      padding-bottom: 3.875rem;
}

.abt_c .swiper_honor .swiper-slide {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 3rem;
      justify-content: center;
      opacity: 0 !important;
}

.abt_c .swiper_honor .swiper-slide.swiper-slide-active {
      opacity: 1 !important;
}

.abt_c .swiper_honor .swiper-slide .img {
      width: auto;
      height: 6.775rem;
}

.abt_c .swiper_honor .swiper-slide .img img {
      width: auto;
      max-height: 100%;
}

.abt_c .swiper_honor_box .swiper_btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: .7rem;
      width: .75rem;
      z-index: 2;
      height: .75rem;
      border: 1px solid rgba(0, 0, 0, 0.4);
      background-color: transparent;
}

.infos {
      position: relative;
      width: 100%;
      overflow: hidden;
      background-color: rgba(245, 245, 247, 1);
      padding: 3.35rem 0 2.3rem;

}

.infos .info_txt {
      padding-bottom: .65rem;
      width: 24rem;
      max-width: 100%;
      margin: 0 auto;
}

.infos h4 {
      font-size: 1rem;
      line-height: 1.3;
      margin-bottom: 1.25rem;
}

.infos h6 {
      font-size: .4rem;
      line-height: 1.5;
}

.infos .info_bot {
      margin-top: 1.5rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: space-between;
}

.infos .info_bot .in_prev {
      float: left;
      width: 40%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: .5rem;
      color: #000;
}

.infos .info_bot .in_next {
      float: right;
      width: 40%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: .5rem;
      color: #000;
      text-align: right;
}

.infos .info_bot .in_prev p,
.infos .info_bot .in_next p {
      max-width: 85%;
}

.infos .info_bot .return {
      width: 2rem;
      height: 1.05rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: .75rem;
      overflow: hidden;
      background-color: #fff;
}

.infos .info_bot .return svg {
      width: .6rem;
      height: auto;
}

.infos .contn {
      padding-top: 1.1rem;
      border-top: 1px solid rgba(0, 0, 0, 0.2);

      font-size: .4rem;
      line-height: 1.5;
      color: rgba(0, 0, 0, .6);
}

.ns {
      width: 100%;
      overflow: hidden;
      background-color: #F5F5F7;
}

.news_a {
      width: 100%;
      padding: 4.675rem 0 3rem;
}

.news_a h3 {
      line-height: 1.3;
      font-size: 1rem;
      color: #000;
}

.news_a .txt h6 {
      line-height: 1.5;
      font-size: .4rem;
      color: rgba(0, 0, 0, .4);
}

.news_a .ul_list {
      width: 100%;
      overflow: hidden;
}

.news_a .txt {
      margin-bottom: 1.3rem;
}

.news_a .swiper-slide {
      width: 100%;
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 1.2rem .95rem;
}

.news_a .swiper-slide a {
      width: calc((100% - .95rem * 2) / 3);
      height: auto;
      display: block;
      background-color: #fff;
      border-radius: .75rem;
      overflow: hidden;
}

.news_a .swiper-slide a .img {
      width: 100%;
      height: 6.5rem;
      overflow: hidden;
      border-radius: .75rem;
}

.news_a .swiper-slide a .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .6s;
}

.news_a .swiper-slide a .slide_txt {
      padding: .8rem .75rem .625rem;

}

.news_a .swiper-slide a h4 {
      font-size: .5rem;
      line-height: 1.2;
      height: 1.2rem;
      transition: all .6s;
      margin-bottom: .7rem;
}

.news_a .swiper-slide .bot {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
}

.news_a .swiper-slide .c427 {
      font-size: .425rem;
}

.news_a .swiper-slide h6 {
      font-size: .35rem;
      color: rgba(0, 0, 0, 0.4);
}

.news_a .swiper-slide a:hover .img img {
      transform: scale(1.05);
}

.news_a .swiper-slide a:hover h4 {
      color: #0756CD;
}

.news_a .swiper-pagination {
      position: relative;
      line-height: 1;
      margin-top: .875rem;
      bottom: auto;
      position: relative;
      left: auto;
}

.news_a .swiper-pagination span {
      width: .3rem;
      height: .3rem;
      opacity: 1;
      margin: 0 .425rem;
      background-color: #D9D9D9;

}

.news_a .swiper-pagination span.swiper-pagination-bullet-active {
      background-color: #000;
}