﻿@charset "utf-8";
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-color: #fff;
  z-index: 1001;
}
.loader .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.loader .loading .logo {
  stroke: #000;
  fill: #fff;
  stroke-dasharray: 1500 1500;
  stroke-dashoffset: -1500;
  width: 100%;
}
.loader .loadT {
  top: 38.9%;
  width: 96%;
  text-align: center;
}
.loader .svg-logo {
  position: relative;
  width: 15vw;
  min-width: 140px;
  display: inline-block;
  overflow: hidden;
}
.loader .svg-logo::before {
  content: '';
  position: absolute;
  left: -150%;
  top: -150%;
  width: 100%;
  height: 500%;
  background-color: #ffffff;
  transform: rotate(-30deg);
  opacity: 0.3;
  animation: clip-logo 3s infinite;
}
.loader .percent {
  font-size: 24px;
  color: #D1D1D1;
  margin-top: 70px;
}
.loader .lines {
  bottom: 12.6%;
  width: 100%;
  overflow: visible;
}
.loader .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  clip-path: inset(0 100% 0 0);
}
.loader .line1 {
  bottom: 20.3%;
}
.loader .line2 {
  bottom: 23.1%;
}
.loader .line3 {
  bottom: 12.7%;
}
.loader .line-clip .line1 {
  animation: clip 1s ease alternate forwards;
}
.loader .line-clip .line2 {
  animation: clip 1s ease alternate 0.1s forwards;
}
.loader .line-clip .line3 {
  animation: clip 1s ease alternate 0.2s forwards;
}
.loader .line-rotate .line1 {
  animation: load-rotate1 1s linear alternate infinite;
}
.loader .line-rotate .line2 {
  animation: load-rotate2 1s linear alternate infinite;
}
.loader .line-rotate .line3 {
  animation: load-rotate1 1s linear alternate infinite;
}
.loader .show {
  opacity: 1;
  visibility: visible;
}
.loadBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loadBox.bghide {
  background-color: transparent;
}
.loadBox.on {
  opacity: 0;
  visibility: hidden;
}
.isIndex {
  overflow: hidden;
}
.banner-swiper .swiper-slide {
  overflow: hidden;
}
.banner-swiper .img img,
.banner-swiper video {
  width: 100%;
  height: 49.5vw;
  object-fit: cover;
}
.banner-swiper .txt {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner-swiper .txt * {
  font-family: 'PingFang SC';
  color: #fff;
}
.banner-swiper .p1 {
  line-height: 1.4;
}
.banner-swiper .com-more {
  margin-top: 60px;
}
.banner-swiper .com-more::before {
  border-color: #fff;
}
.banner-swiper .swiper-slide-active .p1 {
  animation: fadeIn 0.8s ease-in-out forwards;
}
.banner-swiper .swiper-slide-active .p2 {
  animation: fadeIn 0.8s ease-in-out 0.1s forwards;
}
.banner-swiper .swiper-slide-active .com-more {
  animation: fadeIn 0.8s ease-in-out 0.2s forwards;
}
.banner-swiper .swiper-slide-active .img img {
  animation: banscale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.banner-swiper .swiper-pagination {
  bottom: 5.1%;
}
.banner-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background-color: #fff;
  opacity: 0.5;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.proCenter {
  position: relative;
  isolation: isolate;
}
.proCenter .earth {
  position: absolute;
  right: -18.5%;
  top: 10.2%;
  width: 45.9%;
  z-index: -1;
}
.proCenter .earth img {
  animation: turn 50s ease infinite;
}
.proCenter .earth .cir {
  position: absolute;
  width: 1281px;
  height: 1281px;
  border-radius: 50%;
  border: 1px solid rgba(112, 112, 112, 0.14);
}
.proCenter .earth .cir::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.proCenter .earth .cir1 {
  left: -5.3%;
  top: -27.8%;
  animation: turn2 50s ease infinite;
}
.proCenter .earth .cir1::before {
  left: 12.2%;
  top: 16.2%;
  background-color: #C0A64F;
}
.proCenter .earth .cir2 {
  top: -15%;
  left: -15.8%;
  animation: turn 60s ease infinite;
}
.proCenter .earth .cir2::before {
  left: 7.8%;
  top: 22.2%;
  background-color: #25559d;
}
.pro-swiper .img {
  position: relative;
  padding-bottom: 25vw;
}
.pro-swiper .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-swiper .name {
  margin-top: 26px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-swiper .swiper-slide {
  display: block;
}
.pro-swiper .swiper-slide:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.pro-swiper .swiper-slide:hover .name {
  color: #25559d;
}
.advantage {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: contain;
}
.advantage .com-tit * {
  color: #fff;
}
.ad-items {
  margin-top: 40px;
}
.ad-item {
  width: 23.125%;
  margin-right: 2.5%;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(204, 204, 204, 0.2);
  margin-top: 30px;
}
.ad-item:nth-of-type(4n) {
  margin-right: 0;
}
.ad-item .img {
  border-radius: 12px 12px 0 0;
}
.ad-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ad-item .txt {
  min-height: 197px;
  padding: 35px 10.3% 15px;
}
.ad-item .adT {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 19px;
}
.ad-item .adT::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background-color: #25559d;
}
.ad-item .name {
  line-height: 1.4;
}
.ad-item .des {
  line-height: 1.6;
  color: #666666;
}
.ad-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inAbT {
  background-color: #F5F7F9;
}
.inAbL {
  position: relative;
  width: 45%;
  margin-right: 2%;
 
}
.inAbL .bg-img {
  /* position: absolute;
  left: 50%;
  top: 50%; */
  /* transform: translate(-50%, -26%); */
  width: 100%;
  z-index: -1;
}
.inAbL .bg-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inAbR {
  width: 53%;
}
.inAbR .com-more {
  color: #999999;
}
.inAbR .com-more::before {
  border-color: #999999;
}
.inAbR .com-more i {
  color: #999999;
}
.inAb-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inAb-wrap * {
  color: #fff;
}
.inAb-wrap .num-item::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.inAb-wrap .num-item .numT * {
  font-weight: bold;
}
.num-item {
  position: relative;
  width: 25%;
}
.num-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
}
.num-item:last-of-type::after {
  display: none;
}
.num-item * {
  line-height: 1;
}
.num-item .numT {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.num-item .numT * {
  font-family: 'Gilroy';
}
.lastNews {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.last-item {
  position: relative;
  display: inline-block;
  width: 28.8%;
  overflow: hidden;
  margin-right: 1.8%;
}
.last-item .name,
.last-item .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.last1 {
  background-color: #25559d;
  padding: 56px 2.8% 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.last1 * {
  color: #fff;
}
.last1 .name {
  line-height: 1.7;
}
.last1 .bot {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.last1 .turn {
  position: absolute;
  bottom: 15.3%;
  right: -14.9%;
  width: 58.9%;
  animation: turn 20s ease infinite;
}
.last2 {
  padding: 22px 2.5% 42px;
  background-color: #fff;
}
.last2 .date {
  font-family: 'Gilroy';
  color: #999999;
  font-weight: 500;
  opacity: 0.6;
}
.last2 .name {
  height: 56px;
  line-height: 1.4;
  margin-top: 8px;
}
.last2 .des {
  height: 48px;
  color: #999999;
  line-height: 1.5;
  margin-top: 18px;
}
.last2 .img {
  height: 220px;
  margin-top: 49px;
}
.last2 .img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.last2:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inLastR {
  width: 38.8%;
}
.com-newItem {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.com-newItem::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #25559d;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -2;
}
.com-newItem .turn {
  position: absolute;
  right: -4.1%;
  animation: turn 20s ease infinite;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.com-newItem .date {
  height: 100px;
  text-align: right;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(220, 220, 220, 0.5);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-newItem .date * {
  line-height: 1;
  color: #25559d;
  font-family: 'Gilroy';
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-newItem .day {
  font-weight: 500;
}
.com-newItem .name {
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-newItem .des {
  font-weight: 200;
  color: #999999;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-newItem:hover::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.com-newItem:hover .turn {
  opacity: 1;
  visibility: visible;
}
.com-newItem:hover .date {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.com-newItem:hover .date * {
  color: #fff;
}
.com-newItem:hover .name,
.com-newItem:hover .des {
  color: #fff;
}
.last-noIt {
  padding: 25px 0;
  margin-bottom: 20px;
}
.last-noIt:last-of-type {
  margin-bottom: 0;
}
.last-noIt .turn {
  bottom: -21.5%;
  width: 20.9%;
}
.last-noIt .date {
  width: 109px;
  padding-right: 4%;
}
.last-noIt .txt {
  width: calc(100% - 109px);
  padding: 0 6.9%;
}
.last-noIt .des {
  margin-top: 10px;
}
.about {
  position: relative;
  overflow: hidden;
}
.about .abMap {
  position: absolute;
  right: 0;
  top: 82px;
  transform: translateX(50%);
  width: 30.5%;
  z-index: -1;
}
.about .num-item::after {
  background-color: #E0EFF2;
}
.about .num-item .numT * {
  color: #25559d;
}
.abL {
  width: 46.7%;
}
.abL .name {
  line-height: 1.3;
}
.abL .com-intro {
  margin-top: 48px;
}
.abL .com-intro * {
  line-height: 1.8;
  color: #333;
}
.abR {
  position: relative;
  width: 51.7%;
  margin-left: 1.6%;
}
.abR .map {
  position: absolute;
  font-weight: 200;
  color: #25559d;
}
.abR .map:nth-of-type(odd) .cir::before {
  animation: ripple2 2.3s linear 0.2s infinite;
}
.abR .map:nth-of-type(even) .cir::before {
  animation: ripple2 2s linear  infinite;
}
.abR .map .cir {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #25559d;
  isolation: isolate;
}
.abR .map .cir::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: #25559d;
  animation: ripple2 1s linear infinite;
  z-index: -1;
}
.abR .map .city {
  position: absolute;
  font-weight: 200;
  color: #25559d;
  white-space: nowrap;
}
.abR .map .t1 {
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
}
.abR .map .t2 {
  top: 50%;
  right: 200%;
  transform: translateY(-50%);
}
.abR .map .t3 {
  top: 200%;
  right: 0;
}
.abR .map .t4 {
  top: 200%;
  left: 0;
}
.abR .map .t5 {
  top: -100%;
  left: 200%;
  transform: translateY(-50%);
}
.abR .map .t6 {
  top: 50%;
  left: 200%;
  transform: translateY(-50%);
}
.abR .line {
  position: absolute;
  animation: clip 4s infinite ease forwards 2s;
}
.abR .lineL {
  clip-path: inset(0 0 0 100%);
}
.abR .lineR {
  clip-path: inset(0 100% 0 0);
}
.abR .ce {
  z-index: 2;
}
.abR .ce .cir {
  background-color: #F7AC3D;
}
.abR .ce .cir::before {
  background-color: #F7AC3D;
}
.culture {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.culture * {
  color: #fff;
}
.culture .com-tit .p1 {
  color: #fff;
}
.cul-item {
  position: relative;
  flex: 1;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1.3%;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cul-item:last-of-type {
  margin-right: 0;
}
.cul-item .ico1 {
  line-height: 1;
  font-size: 66px;
}
.cul-item .name {
  position: relative;
  width: 100%;
  isolation: isolate;
  margin-top: 59px;
}
.cul-item .en {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.08);
  z-index: -1;
}
.cul-item .icon {
  margin: 77px auto 0;
}
.cul-item .ho-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 12.8% 9.3%;
  background: url(../images/culture2.jpg) no-repeat right center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cul-item .ho-txt .name2 {
  position: relative;
  line-height: 1.4;
  padding-bottom: 19px;
  margin-bottom: 44px;
}
.cul-item .ho-txt .name2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.cul-item .ho-txt .bz {
  position: absolute;
  bottom: 11%;
  right: 9.2%;
  line-height: 1;
}
.cul-item .ho-txt .bz i {
  font-size: 158px;
  color: rgba(255, 255, 255, 0.2);
}
.cul-item.cur {
  flex: 2;
}
.cul-item.cur .ho-txt {
  opacity: 1;
  visibility: visible;
}
.history {
  position: relative;
  isolation: isolate;
}
.history .turn {
  position: absolute;
  right: -9.5%;
  bottom: -359px;
  width: 48.1%;
  animation: turn 50s ease infinite;
  z-index: -1;
}
.fzlc {
  position: relative;
}
.fzlc::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 103px;
  width: 100%;
  height: 1px;
  background-color: #25559d;
}
.history-swiper .year {
  height: 97px;
  font-family: 'Gilroy';
  color: #25559d;
  line-height: 1.2;
  font-weight: bold;
  margin-left: 21px;
}
.history-swiper .cir {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #25559d;
  margin-left: 49px;
}
.history-swiper .cir::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #25559d;
  border-radius: 50%;
  animation: ripple 1s linear infinite;
}
.history-swiper .lc-items {
  position: relative;
  padding-top: 100px;
}
.history-swiper .lc-items::before {
  content: '';
  position: absolute;
  left: 55px;
  top: 0;
  width: 1px;
  height: 95%;
  background-color: #25559d;
}
.history-swiper .lc-item {
  display: flex;
  margin-bottom: 48px;
}
.history-swiper .lc-item:last-of-type {
  margin-bottom: 48px;
}
.history-swiper .lc-item * {
  line-height: 1.5;
}
.history-swiper .lc-item .mouth {
  position: relative;
  display: inline-block;
  width: 60px;
  padding-right: 25px;
  color: #25559d;
  text-align: right;
  box-sizing: border-box;
}
.history-swiper .lc-item .mouth::before {
  content: '';
  position: absolute;
  top: 6px;
  right: -2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #25559d;
  background-color: #fff;
  box-sizing: border-box;
}
.history-swiper .lc-item .intro {
  width: calc(100% - 60px);
  padding-left: 7.1%;
}
.history-swiper .lc-item .intro * {
  color: #666666;
}
.subMenu .sub-swiper {
  padding-bottom: 45px;
  border-bottom: 1px solid #CCCCCC;
}
.subMenu .sub-swiper .sub-li {
  width: auto;
  margin-right: 150px;
}
.subMenu .sub-swiper .sub-li:last-of-type {
  margin-right: 0;
}
.subMenu .sub-swiper .sub-a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subMenu .sub-swiper .sub-a i {
  display: inline-block;
  font-size: 32px;
  color: #25559d;
  margin-right: 26px;
  vertical-align: middle;
}
.subMenu .sub-swiper .sub-a:hover {
  color: #25559d;
}
.subMenu .sub-swiper .sub-a.active {
  color: #25559d !important;
}
.subMenu .subKid-swiper {
  position: relative;
  padding-bottom: 7px;
}
.subMenu .subKid-swiper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 7px);
  background-color: #F5F7F9;
}
.subMenu .subKid-swiper .drop-li {
  width: auto;
}
.subMenu .subKid-swiper .drop-li:last-of-type {
  margin-right: 0;
}
.subMenu .subKid-swiper .drop-a {
  position: relative;
  display: inline-block;
  padding: 20px 54px;
  font-weight: 200;
  white-space: nowrap;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subMenu .subKid-swiper .drop-a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-width: 7px 9px;
  border-style: solid;
  border-color: #25559d transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subMenu .subKid-swiper .drop-a:hover,
.subMenu .subKid-swiper .drop-a.active {
  font-weight: 500;
  color: #fff;
  background-color: #25559d;
}
.subMenu .subKid-swiper .drop-a:hover::after,
.subMenu .subKid-swiper .drop-a.active::after {
  opacity: 1;
  visibility: visible;
}
.pro-item {
  position: relative;
  display: inline-block;
  width: 25%;
  padding-left: 2.5%;
  margin-right: 8.4%;
  margin-bottom: 80px;
  border-left: 1px solid #CCCCCC;
}
.pro-item::before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 3px;
  height: 0;
  background-color: #25559d;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-item:nth-of-type(3n) {
  margin-right: 8.2%;
}
.pro-item .name {
  color: #000000;
  margin-bottom: 5px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-item .more {
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-item .img {
  margin-top: 25px;
  isolation: isolate;
  height: 255px;
  object-fit: scale-down;
}
.pro-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-item:hover::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.pro-item:hover .name,
.pro-item:hover .more {
  color: #25559d;
}
.pro-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.proList {
  /* background-color: #F5F7F9; */
}
.proList .proList-swiper {
  isolation: isolate;
}
.proList .proList-swiper img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.proList .proList-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 17px 2%;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.proList .proList-swiper .pro-name {
  color: #fff;
}
.proList .proList-swiper .swiper-slide {
  position: relative;
}
.proList .proList-swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.proList .cpL {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 120px;
  width: 49.8%;
}
.proList .cpL .swiper-pagination {
  position: relative;
  margin: 30px auto 0;
}
.proList .cpL .swiper-pagination-bullet {
  background-color: #25559d;
  margin: 0 5px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.proList .cpR {
  width: 31.6%;
  padding-top: 26px;
  margin-left: 7.8%;
}
.proList .name,
.proList .cpT {
  color: #000000;
}
.proList .com-intro * {
  line-height: 1.8;
}
.proList .pro-des {
  margin-top: 20px;
}
.proList .cp-item {
  margin-top: 68px;
}
.proList .cp-intro {
  margin-top: 8px;
}
.news-lunbo {
  box-shadow: 0 10px 20px rgba(204, 204, 204, 0.2);
}
.news-swiper .swiper-slide {
  padding: 73px 4.5% 72px 6.7%;
  background-color: #fff;
}
.news-swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.news-swiper .swiper-slide:hover .more {
  color: #25559d;
}
.news-swiper .txt {
  width: 39.2%;
}
.news-swiper .img {
  display: inline-block;
  width: 48.8%;
  margin-left: 12%;
  overflow: hidden;
}
.news-swiper .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-swiper .name {
  display: inline-block;
  color: #25559d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .des {
  color: #585858;
  font-weight: 200;
  margin-top: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-swiper .more {
  display: inline-block;
  color: #999999;
  margin-top: 56px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-swiper .swiper-pagination {
  position: absolute;
  left: 6.7%;
  bottom: 70px;
  width: auto;
}
.news-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #DBDBDB;
  margin-left: 0;
  margin-right: 20px !important;
  border-radius: 0;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-swiper .swiper-pagination-bullet-active {
  width: 90px;
  background-color: #25559d;
}
.news-wrap {
  margin-top: 20px;
}
.new-item {
  position: relative;
  padding: 60px 0;
  border-bottom: 1px solid #CCCCCC;
}
.new-item .img {
  width: 23.6%;
  margin-left: 3%;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-item .txt1 {
  width: 81.9%;
  padding-top: 20px;
  margin-left: 4.2%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-item .txt2 {
  position: relative;
  width: 81.9%;
  margin-left: 1%;
  padding-top: 0px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-item .name {
  height: 68px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-item .date {
  font-family: 'Gilroy';
  font-weight: 500;
  color: #999999;
  margin-top: 39px;
}
.new-item .des {
  font-weight: 200;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-item .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #25559d;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-item .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}
.new-item:hover .img {
  margin-left: 9.4%;
}
.new-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.new-item:hover .name {
  color: #25559d;
}
.new-item:hover .des {
  /* opacity: 0;
  visibility: hidden; */
}
.new-item:hover .icon {
  opacity: 1;
  visibility: visible;
}
.infoList {
  background-color: #F5F7F9;
}
.infoList .mb-back {
  display: none;
}
.newInfoL {
  width: 18.2%;
  margin-right: 10.1%;
}
.newInfoL .L-wrap {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 100px;
}
.newInfoL .recoT {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  margin-bottom: 22px;
}
.newInfoL .reco-tit {
  position: relative;
  padding-left: 14px;
  font-weight: 500;
  color: #25559d;
}
.newInfoL .reco-tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 21px;
  background-color: #25559d;
}
.newInfoL .recomm-item {
  display: block;
  margin-bottom: 49px;
}
.newInfoL .recomm-item:last-of-type {
  margin-bottom: 0;
}
.newInfoL .recomm-item .name {
  height: 48px;
  color: #585858;
  line-height: 1.5;
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.newInfoL .recomm-item .date {
  color: #999999;
}
.newInfoL .recomm-item:hover .name {
  color: #25559d;
}
.newInfoR {
  width: 71.7%;
  padding: 82px 5.9% 117px 6.8%;
  background-color: #fff;
}
.newInfoR .top {
  margin-bottom: 46px;
  padding-bottom: 47px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.newInfoR .name {
  color: #000000;
  margin-bottom: 35px;
}
.newInfoR .date {
  font-family: 'Gilroy';
  font-weight: 500;
  color: rgba(153, 153, 153, 0.6);
}
.notice-item {
  padding: 50px 0;
  margin-bottom: 30px;
}
.notice-item .turn {
  bottom: -41.5%;
  width: 16.9%;
}
.notice-item .date {
  width: 139px;
  padding-right: 2.2%;
}
.notice-item .txt {
  width: calc(100% - 139px);
  padding: 0 7.8% 0 3.4%;
}
.notice-item .des {
  margin-top: 19px;
}
.join-tit h3 {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.join-tit .cir {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform-origin: 30% 30px;
  background: linear-gradient(136deg, rgba(22, 172, 193, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  animation: circle 6s infinite linear;
  z-index: -1;
}
.joinUs {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.wel-items {
  width: 28%;
}
.welfareL .wel-item {
  margin-bottom: 190px;
}
.welfareL .wel-item:last-of-type {
  margin-bottom: 0;
}
.wel-item {
  position: relative;
  padding-bottom: 45px;
}
.wel-item::before,
.wel-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.wel-item::before {
  width: 90.9%;
  background-color: #999999;
}
.wel-item::after {
  width: 0;
  background-color: #25559d;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.wel-item .icon {
  max-width: 57px;
  margin-right: 18px;
}
.wel-item .info {
  font-weight: 500;
  color: #000000;
  -webkit-mask-image: linear-gradient(to right, #000 33.3%, rgba(0, 0, 0, 0) 66.6%);
  -webkit-mask-position: left center;
  -webkit-mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to right, #000 33.3%, rgba(0, 0, 0, 0) 66.6%);
  mask-position: left center;
  mask-size: 300% 100%;
  mask-repeat: no-repeat;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.wel-item .info strong {
  font-weight: bold !important;
}
.wel-item:hover::after {
  width: 90.9%;
}
.wel-item:hover .icon img {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.wel-item:hover .name {
  color: #25559d;
}
.wel-item:hover .info {
  color: #25559d;
}
.wel-item.aos-animate .info {
  animation: headerTitle 3s cubic-bezier(0.4, 0, 0.2, 1) both;
  opacity: 1;
}
.wel-img {
  position: relative;
  width: 608px;
  height: 608px;
  border-radius: 50%;
  background-color: rgba(0, 167, 187, 0.12);
  isolation: isolate;
  margin: 0 auto;
}
.wel-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90.5%;
  height: 90.5%;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job {
  position: relative;
  padding-top: 56px;
}
.job .turn {
  position: absolute;
  bottom: -232px;
  left: -9.5%;
  width: 35.8%;
  animation: turn 50s ease infinite;
  z-index: -1;
}
.job .swi-btn {
  margin-left: auto;
  margin-right: auto;
}
.job .swi-btn i {
  transform: translate(-50%, -50%) rotate(90deg);
}
.jobL {
  width: 31.9%;
}
.jobR {
  width: 68.1%;
}
.job-wrap {
  width: 81%;
}
.job-swiper {
  height: 365px;
  text-align: center;
}
.job-swiper .job-sli {
  overflow: hidden;
  cursor: pointer;
}
.job-swiper .jt {
  font-size: 12px;
  color: #25559d;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-swiper .jt1 {
  position: absolute;
}
.job-swiper .name {
  position: relative;
  padding: 0 34px;
  display: inline-block;
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-swiper .name::before,
.job-swiper .name::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-width: 5px 12px;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-swiper .name::before {
  left: 10%;
  transform: translate(-50%, -50%);
  border-color: transparent #25559d transparent transparent;
}
.job-swiper .name::after {
  right: 10%;
  transform: translate(50%, -50%);
  border-color: transparent transparent transparent #25559d;
}
.job-swiper .swiper-slide-thumb-active .name {
  color: #25559d;
  font-weight: bold;
}
.job-swiper .swiper-slide-thumb-active .name::before,
.job-swiper .swiper-slide-thumb-active .name::after {
  opacity: 1;
  visibility: visible;
}
.job-swiper .swiper-slide-thumb-active .name::before {
  left: 0;
}
.job-swiper .swiper-slide-thumb-active .name::after {
  right: 0;
}
.job-swiper2 .job-intro {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(204, 204, 204, 0.2);
}
.job-swiper2 .jobTop {
  padding: 81px 5.6% 43px;
}
.job-swiper2 .jobT {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
.job-swiper2 .item {
  font-weight: 200;
  color: #666666;
  margin-top: 28px;
  margin-right: 160px;
}
.job-swiper2 .item:last-of-type {
  margin-right: 0;
}
.job-swiper2 .item i {
  display: inline-block;
  font-size: 20px;
  color: #25559d;
  vertical-align: middle;
  margin-right: 10px;
}
.job-swiper2 .jobB {
  margin-top: 43px;
}
.job-swiper2 .job-item {
  margin-bottom: 26px;
}
.job-swiper2 .job-item:last-of-type {
  margin-bottom: 0;
}
.job-swiper2 .job-item .jobNa {
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}
.job-swiper2 .deliver {
  color: #fff;
  padding: 30px 5.6%;
  background-color: #25559d;
}
.job-swiper2 .deliver .com-more::before {
  border-color: #fff !important;
}
.job-swiper2 .deliver .com-more::after {
  background-color: #fff;
}
.job-swiper2 .deliver .com-more i {
  color: #fff;
}
.job-swiper2 .deliver .com-more:hover {
  color: #25559d !important;
}
.job-swiper2 .deliver .com-more:hover i {
  color: #25559d !important;
}
.message .submit-btn {
  color: #fff;    background-color: #25559d;
  display: inline-block;
  width: 193px;
  height: 54px;
  line-height: 54px;
  border-radius: 28px;
  text-align: center;
}
.message .submit-btn::before {
  display: none;
}
.message .submit-btn::after {
  width: 100%;
}
.message .submit-btn i {
  color: #fff;
}
.zxlyL {
  width: 36.3%;
}
.zxlyL .ly-tel {
  margin-top: 38px;
}
.zxlyL .ly-tel .lyNa {
  color: #25559d;
  line-height: 1.4;
  margin-bottom: 11px;
}
.zxlyL .ly-tel .tel-number {
  font-family: 'Gilroy';
  font-weight: 500;
  color: #000000;
}
.zxlyR {
  width: 63.7%;
}
.lx-form .form-item {
  width: 100%;
  margin-bottom: 50px;
}
.lx-form .form1 {
  width: 44%;
  margin-right: 12%;
}
.lx-form .form1:nth-of-type(2n) {
  margin-right: 0;
}
.lx-form label {
  display: inline-block;
  font-weight: 500;
  color: #25559d;
  margin-bottom: 5px;
}
.lx-form .require {
  margin-left: 10px;
}
.lx-form input,
.lx-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
}
.lx-form input::-webkit-input-placeholder,
.lx-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC;
}
.lx-form input::-moz-placeholder,
.lx-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
}
.lx-form input:-ms-input-placeholder,
.lx-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
}
.lx-form input:-moz-placeholder,
.lx-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
}
.lx-form .yzmB {
  position: relative;
}
.lx-form #veriCode {
  padding-right: 180px;
}
.lx-form .authc {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lx-form .authc .img {
  position: relative;
  width: 126px;
  height: 45px;
}
.lx-form .authc .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lx-form .authc .refresh {
  display: inline-block;
  font-size: 20px;
  color: #CCCCCC;
  margin-left: 19px;
  cursor: pointer;
}
.lx-form .mb-submit {
  /* display: none; */
}
.contactL {
  width: 36.3%;
  padding-right: 1%;
}
.contactL .com-tit {
  margin-bottom: 50px;
}
.contactL .lx-item {
  margin-bottom: 35px;
}
.contactL .lx-item:last-of-type {
  margin-bottom: 0;
}
.contactL .lx-item * {
  line-height: 1.4;
}
.contactL .lx-item .lx-Name {
  color: #25559d;
  margin-bottom: 10px;
}
.contactL .lx-item .info {
  font-weight: 500;
  color: #000000;
}
.contactL .lx-item .info-gr {
  font-family: 'Gilroy';
}
.contactL .gzh-item {
  width: 88px;
  margin-top: 50px;
  margin-left: 7px;
}
.contactL .gzh-item .img {
  margin-bottom: 20px;
}
.contactL .gzh-item p {
  color: #25559d;
}
.contactR {
  position: relative;
  isolation: isolate;
  width: 63.7%;
}
.contactR .icon {
  position: absolute;
  left: 42.3%;
  top: 42.2%;
  isolation: isolate;
}
.contactR .icon .cir {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contactR .icon .cir::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #25559d;
  border-radius: 50%;
}
.contactR .icon .cir1 {
  width: 148px;
  height: 148px;
}
.contactR .icon .cir1::before {
  animation: ripple3 1.3s linear 0.5s infinite;
}
.contactR .icon .cir2 {
  width: 94px;
  height: 94px;
}
.contactR .icon .cir2::before {
  animation: ripple3 1s linear infinite;
}
.contactR .icon i {
  font-size: 28px;
  color: #25559d;
}
.contactR .toGo {
  position: absolute;
  left: 34.9%;
  top: 63.6%;
  display: block;
  width: 193px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  background-color: #25559d;
}



.fanye{  text-align:center;  margin:30px 0 20px 0;}
.fanye li{display:inline}
.fanye a, .fanye span{ border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;}
.fanye a:hover{ color:white; 
    background-color:#25559d; 
    border:#25559d solid 1px;}
.fanye span.current{ color:white; 
    background-color:#25559d; 
    border:#25559d solid 1px;}
.fanye span.disable{  }
.fanye .active span{background:#25559d;color:#ffffff}