[v-cloak] {
  display: none;
}

:root {
  --logoColor: #036FB8;
  --hovColor: #54BB2B;
}

@font-face {
  font-family: "AvantGardeLT-Demi";
  src: url("../fonts/AvantGardeLT-Demi.woff2") format("woff2"), url("../fonts/AvantGardeLT-Demi.woff") format("woff"), url("../fonts/AvantGardeLT-Demi.ttf") format("truetype"), url("../fonts/AvantGardeLT-Demi.eot") format("embedded-opentype"), url("../fonts/AvantGardeLT-Demi.svg") format("svg");
}

.avan {
  font-family: "AvantGardeLT-Demi";
}

@font-face {
  font-family: "AvantGardeLT-Book";
  src: url("../fonts/AvantGardeLT-Book.woff2") format("woff2"), url("../fonts/AvantGardeLT-Book.woff") format("woff"), url("../fonts/AvantGardeLT-Book.ttf") format("truetype"), url("../fonts/AvantGardeLT-Book.eot") format("embedded-opentype"), url("../fonts/AvantGardeLT-Book.svg") format("svg");
}

.book {
  font-family: "AvantGardeLT-Book";
}

.fonb {
  font-weight: bold;
}

.lh1 {
  line-height: 1;
}

.fon500 {
  font-weight: 500;
}

.bgff {
  background-color: #fff;
}

.bgf2 {
  background-color: #F2F4F5;
}

.bgf5 {
  background-color: #F5F5F5;
}

.padlf {
  padding-left: 8.5%;
}

.w1820 {
  width: 95%;
  max-width: 1820px;
  margin: 0 auto;
}

.font62 {
  font-size: 1.55rem;
  line-height: 1;
}

.font60 {
  font-size: 1.5rem;
  line-height: 1;
}

.font56 {
  font-size: 1.4rem;
  line-height: 1;
}

.font52 {
  font-size: 1.3rem;
  line-height: 1;
}

.font48 {
  font-size: 1.2rem;
  line-height: 1;
}

.font42 {
  font-size: 1.05rem;
  line-height: 1;
}

.font40 {
  font-size: 1rem;
  line-height: 1;
}

.font36 {
  font-size: 0.9rem;
  line-height: 1;
}

.tac {
  text-align: center;
}

.nowrap {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pub-tit {
  color: var(--logoColor);
  line-height: 1.3;
  font-size: 1.05rem;
  font-weight: bold;
}

.pub-whiTit {
  color: #fff;
  line-height: 1.3;
  font-size: 0.95rem;
}

.pub-sub {
  color: var(--logoColor);
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.side-tit {
  font-size: 1.05rem;
  color: var(--logoColor);
  line-height: 1;
  /* font-weight: bold; */
}

.side-sub {
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
}

.swiper-box {
  position: relative;
}

.zhanwei-par {
  position: relative;
  overflow: hidden;
}

.zhanwei-par img {
  width: 100%;
  transition: all 0.5s;
}

.zhanwei-par .zhanwei-pos {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.zhanwei-par:hover img {
  transform: scale(1.1);
}

.pub-more {
  width: 3.5rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--logoColor);
  transition: all 0.3s;
}

.pub-more .text {
  margin-right: 0.5rem;
}

.pub-more .arr {
  font-size: 0.5rem;
}

.pub-more:hover {
  background-color: var(--hovColor);
  color: #fff;
}

.pub-more.other {
  background-color: var(--hovColor);
}

.pub-more.other:hover {
  background-color: var(--logoColor);
}

.swiper .swiper-pagination {
  bottom: 0;
  line-height: 1;
}

#ban-container {
  width: 100%;
  height: 100vh;
}

#ban-container .swiper-slide {
  width: 100%;
  height: 100%;
}

#ban-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ban-container .swiper-slide .pos-cont {
  position: absolute;
  left: 8.5%;
  top: 26%;
}

#ban-container .swiper-slide .pos-cont .sub {
  color: var(--logoColor);
  margin-bottom: 0.2rem;
}

#ban-container .swiper-slide .pos-cont .tit {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

#ban-container .pagination-box {
  position: absolute;
  bottom: 1.95rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8.5%;
  z-index: 10;
}

#ban-container .pagination-box .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-right: 0.3rem;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#ban-container .pagination-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.35rem;
  height: 0.35rem;
  background: #fff;
  margin: 0 0.2rem;
}

#ban-container .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

#ban-container .pagination-box .pagination-num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#ban-container .pagination-box .pagination-num p {
  width: 2.1rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 0.6rem;
}

#ban-container .pagination-box .pagination-num span {
  color: #fff;
}

.error {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error .pic {
  width: 12.5rem;
  margin-bottom: 1.9rem;
}

.error .pic img {
  width: 100%;
}

.error .tips {
  color: #999999;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.error .back {
  width: 3.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #192F69;
  color: #fff;
  transition: all 0.3s;
}

.error .back:hover {
  background-color: var(--logoColor);
}

.i-about {
  padding: 2.75rem 0 1.1rem;
}

.i-about .wrap .box {
  display: flex;
  align-items: flex-start;
  margin-top: 0.85rem;
}

.i-about .wrap .box .lf {
  width: 50%;
  padding-top: 0.25rem;
}

.i-about .wrap .box .lf .intro {
  line-height: 1.7;
  color: #444444;
  margin-bottom: 1.8rem;
}

.i-about .wrap .box .rg {
  width: 50%;
  padding-left: 18%;
}

.i-about .wrap .box .rg .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
}

.i-about .wrap .box .rg .li .num {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}

.i-about .wrap .box .rg .li .num p {
  color: var(--logoColor);
  font-size: 1.3rem;
  margin-right: 0.4rem;
  font-weight: bold;
}

.i-about .wrap .box .rg .li .num span {
  color: #444444;
  line-height: 1;
}

.i-about .wrap .box .rg .li .intro {
  color: rgba(68, 68, 68, 0.8);
}

.i-about .wrap .box .rg .li:nth-child(2) .num p,
.i-about .wrap .box .rg .li:nth-child(4) .num p {
  font-size: 1.05rem;
}

.i-about .wrap .box .rg .tips {
  color: #888888;
  margin-top: 1rem;
}

.i-busin {
  position: relative;
  overflow: hidden;
}

.i-busin .bg {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  z-index: 10;
}

.i-busin .bg img {
  width: 100%;
}

.i-busin .img-box {
  width: 100%;
  height: 22.5rem;
  position: relative;
  overflow: hidden;
}

.i-busin .img-box div {
  width: 100%;
  height: 100%;
  display: none;
  /* visibility: hidden; */
  /* opacity: 0; */
  /* transform: translateY(2rem); */
  /* transition: transform 0.8s; */
}

/* .i-busin .img-box div:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
} */

.i-busin .img-box div.show {
  display: block;
  /* visibility: visible; */
  /* opacity: 1; */
  /* transform: translateY(0); */
}

.i-busin .img-box div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-busin .wrap {
  position: absolute;
  left: 8.5%;
  top: 2.85rem;
  z-index: 20;
}

.i-busin .wrap .sub {
  color: #fff;
  margin-bottom: 1.4rem;
  /* margin-bottom: 0.3rem; */
}

/* .i-busin .wrap .tit {
  margin-bottom: 1.45rem;
} */

.i-busin .wrap .link-box .li {
  display: flex;
  align-items: center;
  position: relative;
  width: 9.5rem;
  height: 1.65rem;
  padding: 0 0.75rem;
  background-color: #fff;
  margin-bottom: 0.35rem;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.i-busin .wrap .link-box .li:last-child {
  margin-bottom: 0;
}

.i-busin .wrap .link-box .li div {
  width: 26px;
  text-align: right;
  margin-right: 0.45rem;
  filter: brightness(.5) grayscale(1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.i-busin .wrap .link-box .li div img {
  max-width: 100%;
}

.i-busin .wrap .link-box .li p {
  color: #444444;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.i-busin .wrap .link-box .li span {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 16px;
  color: var(--logoColor);
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.i-busin .wrap .link-box .li:hover,
.i-busin .wrap .link-box .li.cur {
  background-color: var(--hovColor);
}

.i-busin .wrap .link-box .li:hover div,
.i-busin .wrap .link-box .li.cur div {
  filter: brightness(100);
}

.i-busin .wrap .link-box .li:hover p,
.i-busin .wrap .link-box .li.cur p {
  color: #fff;
}

.i-busin .wrap .link-box .li:hover span,
.i-busin .wrap .link-box .li.cur span {
  color: #fff;
}

.i-news {
  padding: 2.35rem 0 3rem;
}

.i-news .wrap {
  position: relative;
}

.i-news .wrap .more {
  position: absolute;
  top: .65rem;
  right: 8.5%;
  color: #666666;
  transition: all .3s;
}

.i-news .wrap .more:hover {
  color: var(--logoColor);
}

.i-news .wrap .swiper-button-prev,
.i-news .wrap .swiper-button-next {
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.i-news .wrap .swiper-button-prev.swiper-button-disabled,
.i-news .wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.i-news .wrap .swiper-button-prev:hover,
.i-news .wrap .swiper-button-next:hover {
  color: var(--logoColor);
}

.i-news .wrap .swiper-button-prev {
  left: 28%;
}

.i-news .wrap .swiper-button-next {
  right: 9.5%;
}

.i-news .wrap .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.i-news .wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.i-news .wrap .i-news-swiper {
  width: 91.5%;
  margin-left: 8.5%;
  margin-top: 1.1rem;
}

.i-news .wrap .i-news-swiper .swiper-slide {
  width: 27%;
  margin-right: 3.4%;
}

.i-news .wrap .i-news-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.i-news .wrap .i-news-swiper .swiper-slide .pic {
  width: 100%;
  margin-bottom: 0.6rem;
}

.i-news .wrap .i-news-swiper .swiper-slide .h1 {
  line-height:1.4;
 // white-space: nowrap;
  overflow: hidden;
  //text-overflow: ellipsis;
  /* height: 2.4em; */
  color: #222222;
  margin-bottom: 0.7rem;
  transition: all 0.3s;
}

.i-news .wrap .i-news-swiper .swiper-slide .detail {
  display: flex;
  align-items: center;
}

.i-news .wrap .i-news-swiper .swiper-slide .detail p {
  color: #666666;
  line-height: 1;
  margin-right: 0.3rem;
}

.i-news .wrap .i-news-swiper .swiper-slide .detail span {
  color: var(--hovColor);
}

.i-news .wrap .i-news-swiper .swiper-slide.trends .detail span {
  color: var(--logoColor);
}

.i-news .wrap .i-news-swiper .swiper-slide.focus .detail span {
  color: #CE5A14;
}

.i-news .wrap .i-news-swiper .swiper-slide.produce .detail span {
  color: #C4B02C;
}

.i-news .wrap .i-news-swiper .swiper-slide:hover .h1 {
  color: var(--logoColor);
}

.about {
  position: relative;
  overflow: hidden;
}

.about .outer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.about .outer-bg img {
  width: 100%;
}

.about .wrap {
  padding: 2.9rem 0 0 8.5%;
  position: relative;
}

.about .wrap .box {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.about .wrap .box .lf {
  width: 45.5%;
}

.about .wrap .box .lf .text {
  line-height: 1.3;
  color: #222222;
}

.about .wrap .box .lf .intro {
  color: #666;
  line-height: 1.75;
  margin-top: 1.2rem;
}

.about .wrap .box .rg {
  width: 49%;
}

.about .wrap .box .rg img {
  width: 100%;
}

.about .wrap .side-bg {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
}

.about .wrap .side-bg img {
  width: 100%;
}

.about .wrap .introduce {
  position: relative;
  width: 100%;
  margin-top: 2.25rem;
}

.about .wrap .introduce img {
  width: 100%;
}

.about .wrap .introduce .pos-text {
  position: absolute;
  top: 2.55rem;
  left: 2.1rem;
  width: 44%;
}

.about .wrap .introduce .pos-text .h1 {
  font-size: 0.95rem;
  color: #fff;
}

.about .wrap .introduce .pos-text .text {
  color: #FFFFFF;
  line-height: 1.75;
  margin-top: 1.15rem;
}

.about .wrap .li-box {
  margin-top: 1.2rem;
  display: flex;
  padding-right: 8.5%;
  flex-wrap: wrap;
}

.about .wrap .li-box .li {
  width: 32%;
  height: 7rem;
  padding: 1.1rem 1.3rem;
  position: relative;
  margin-right: 2%;
  background-color: #fff;
  box-shadow: 2px 10px 20px 0px rgba(3, 111, 184, 0.2);
  transition: all .3s;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.about .wrap .li-box .li:hover {
  transform: translateY(-5px);
}

.about .wrap .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.about .wrap .li-box .li .h1 {
  color: var(--logoColor);
}

.about .wrap .li-box .li .h2 {
  color: #333333;
  font-size: 1.05rem;
  margin-top: 0.3rem;
  font-weight: 500;
}

.about .wrap .li-box .li .cont {
  margin-top: 1.65rem;
  line-height: 1.5;
  color: #666;
}

.about .wrap .li-box .li .icon {
  position: absolute;
  right: 0;
  top: 0.75rem;
  width: 1.75rem;
}

.about .wrap .li-box .li .icon img {
  width: 100%;
}

.about .wrap .subsidiary {
  margin-top: 2.9rem;
  padding-right: 8.5%;
  padding-bottom: 3rem;
}

.about .wrap .subsidiary .h1 {
  color: var(--logoColor);
}

.about .wrap .subsidiary .h2 {
  color: #333333;
  font-size: 0.95rem;
  margin-top: 0.35rem;
}

.about .wrap .subsidiary .ls-box {
  margin-top: 0.9rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.about .wrap .subsidiary .ls-box .li {
  width: calc((100% - 1.95rem) / 4);
  height: 3rem;
  margin-right: 0.65rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  box-shadow: 2px 10px 20px 0px rgba(3, 111, 184, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.about .wrap .subsidiary .ls-box .li:nth-child(4n) {
  margin-right: 0;
}

.about .wrap .subsidiary .ls-box .li a {
  color: var(--logoColor);
  position: relative;
  padding-bottom: 0.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s;
}

.about .wrap .subsidiary .ls-box .li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.3s;
}

.about .wrap .subsidiary .ls-box .li div {
  width: 0.65rem;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  cursor: pointer;
  transition: all 0.3s;
}

.about .wrap .subsidiary .ls-box .li div img {
  width: 100%;
}

.about .wrap .subsidiary .ls-box .li:hover {
  background-color: var(--logoColor);
}

.about .wrap .subsidiary .ls-box .li:hover a {
  color: #fff;
}

.about .wrap .subsidiary .ls-box .li:hover a::after {
  width: 0;
}

.about .wrap .subsidiary .ls-box .li:hover div {
  margin-top: 0.3rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.about-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.about-dialog .close-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-dialog .cont-box {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 12rem;
  background-color: #fff;
  padding: 1.1rem 1.3rem;
}

.about-dialog .cont-box .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
}

.about-dialog .cont-box .close img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-dialog .cont-box .close:hover {
  background-color: var(--hovColor);
}

.about-dialog .cont-box .pos-icon {
  position: absolute;
  top: 0.75rem;
  right: 0;
  width: 1.75rem;
}

.about-dialog .cont-box .pos-icon img {
  width: 100%;
}

.about-dialog .cont-box .h1 {
  color: var(--logoColor);
}

.about-dialog .cont-box .h2 {
  color: #333;
  margin-top: 0.35rem;
  font-size: 1.05rem;
}

.about-dialog .cont-box .h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.7rem;
  color: #fff;
  background-color: var(--logoColor);
  line-height: 1.1;
}

.about-dialog .cont-box .li-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9rem;
  max-height: calc(100% - 4rem);
  overflow-y: auto;
}

.about-dialog .cont-box .li-box p {
  width: 33.33%;
  position: relative;
  padding: 0 0.5rem 0 26px;
  line-height: 1.2;
  color: #666666;
  margin-bottom: .4rem;
}

.about-dialog .cont-box .li-box p::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.2rem;
  width: 14px;
  height: 8px;
  background-image: url(../img/28.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.speech {
  position: relative;
  padding: 2.9rem 0 3.8rem;
}

.speech .tit {
  padding-left: 8.5%;
}

.speech .cont-box {
  display: flex;
  align-items: flex-end;
  /* width: 82%; */
  margin-top: 1.85rem;
  /* margin-left: 5%; */
  position: relative;
  z-index: 5;
}

.speech .cont-box .lf {
  width: 36.5%;
}

.speech .cont-box .lf img {
  width: 100%;
}

.speech .cont-box .rg {
  /* width: 63.5%; */
  /* padding: 0 0 0.9rem 2.35rem; */
  width: 100%;
  overflow: hidden;
}

.speech .cont-box .rg .h1 {
  color: #333333;
}

.speech .cont-box .rg .cont {
  color: var(--logoColor);
  line-height: 1.6;
  margin-top: 0.65rem;
}

.speech .cont-box .rg .intro {
  color: #666;
  line-height: 1.8;
  margin-top: 1.4rem;
}

.speech .cont-box .rg .sign {
  margin-top: 1rem;
  float: right;
  color: #666;
  line-height: 1;
}

.speech .side-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.speech .side-bg img {
  width: 100%;
}

.organizational {
  padding: 2.9rem 0 4.2rem;
}

.organizational .wrap .tit {
  font-size: 1.05rem;
  color: var(--logoColor);
}

.organizational .wrap .sub {
  color: #333333;
  font-size: 0.95rem;
  margin-top: 0.6rem;
}

.organizational .wrap .pic {
  width: 100%;
  text-align: center;
  margin-top: 1.1rem;
}

.organizational .wrap .pic img {
  max-width: 100%;
}

.develop {
  padding: 2.9rem 0 4.2rem;
}

.develop .wrap .tit {
  margin-bottom: 0.8rem;
}

.develop .wrap .sub {
  margin-bottom: 0.3rem;
}

.develop .wrap .cont {
  display: flex;
  align-items: flex-start;
}

.develop .wrap .cont .year-fix-box {
  width: 9.5rem;
}

.develop .wrap .cont .year-box {
  width: 9.5rem;
  padding-top: 2.8rem;
  padding-right: 4.5rem;
  text-align: right;
}

.develop .wrap .cont .year-box .year-wrap {
  margin-bottom: 0.95rem;
}

.develop .wrap .cont .year-box .year-wrap:last-child {
  margin-bottom: 0;
}

.develop .wrap .cont .year-box .year-wrap .year-tit {
  color: var(--logoColor);
  margin-bottom: 0.6rem;
}

.develop .wrap .cont .year-box .year-wrap .year-li p {
  color: #999;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all .3s;
}

.develop .wrap .cont .year-box .year-wrap .year-li p:hover {
  color: var(--logoColor);
}

.develop .wrap .cont .year-box .year-wrap .year-li p:last-child {
  margin-bottom: 0;
}

.develop .wrap .cont .li-box {
  width: calc(100% - 9.5rem);
  padding-top: 1.05rem;
  padding-bottom: 1.45rem;
  position: relative;
}

.develop .wrap .cont .li-box::after {
  content: "";
  width: 1.25rem;
  height: 2.9rem;
  position: absolute;
  top: 0;
  left: 3.375rem;
  background-image: url(../img/35.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.develop .wrap .cont .li-box::before {
  content: "";
  width: 0.25rem;
  height: 5.2rem;
  position: absolute;
  bottom: 0;
  left: 3.875rem;
  background-image: url(../img/37.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.develop .wrap .cont .li-box .li {
  position: relative;
  background-image: url(../img/36.png);
  background-position: 3.375rem;
  background-repeat: repeat-y;
  background-size: 1.25rem;
  z-index: 2;
}

.develop .wrap .cont .li-box .li .li-tit {
  width: 2.7rem;
  height: 2.7rem;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: #F7F7F7;
  position: relative;
  text-align: center;
  padding-top: 0.9rem;
  margin-left: 2.65rem;
  margin-bottom: 1.5rem;
}

.develop .wrap .cont .li-box .li .li-tit::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--logoColor);
  border-radius: 50%;
}

.develop .wrap .cont .li-box .li .li-tit p {
  position: relative;
  z-index: 2;
}

.develop .wrap .cont .li-box .li .li-tit .h1 {
  color: #fff;
  font-family: Arial;
  margin-bottom: 0.15rem;
  font-style: italic;
}

.develop .wrap .cont .li-box .li .li-tit .h2 {
  color: #fff;
  opacity: 0.5;
  font-family: Arial;
}

.develop .wrap .cont .li-box .li .list-box .list {
  display: flex;
  align-items: flex-start;
}

.develop .wrap .cont .li-box .li .list-box .list .date {
  width: 4rem;
  color: #333333;
}

.develop .wrap .cont .li-box .li .list-box .list .intro {
  width: calc(100% - 4rem);
  padding: 0.85rem 1.3rem 0.6rem 2.4rem;
  position: relative;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  align-items: flex-start;
  margin-top: 0.225rem;
}

.develop .wrap .cont .li-box .li .list-box .list .intro::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 2.5rem;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.3s;
}

.develop .wrap .cont .li-box .li .list-box .list .intro .point {
  position: absolute;
  top: -0.225rem;
  left: -0.2rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  z-index: 2;
}

.develop .wrap .cont .li-box .li .list-box .list .intro .point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #F7F7F7;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}

.develop .wrap .cont .li-box .li .list-box .list .intro .text {
  width: calc(100% - 5.75rem);
  padding-right: 2.5rem;
}

.develop .wrap .cont .li-box .li .list-box .list .intro .text .text-h1 {
  color: #333;
  margin-bottom: 0.45rem;
  transition: all 0.3s;
}

.develop .wrap .cont .li-box .li .list-box .list .intro .text .text-h2 {
  line-height: 1.5;
  color: #333;
}

.develop .wrap .cont .li-box .li .list-box .list .intro .pic {
  width: 5.75rem;
  overflow: hidden;
}

.develop .wrap .cont .li-box .li .list-box .list .intro .pic img {
  width: 100%;
  transition: all 0.3s;
}

.develop .wrap .cont .li-box .li .list-box .list:hover .intro::after {
  width: 100%;
}

.develop .wrap .cont .li-box .li .list-box .list:hover .intro .text .text-h1 {
  color: var(--logoColor);
}

.develop .wrap .cont .li-box .li .list-box .list:hover .intro .pic img {
  transform: scale(1.1);
}

/* .develop .wrap .more {
  width: max-content;
  margin: 1.2rem auto 0;
  cursor: pointer;
} */

.honor {
  padding: 3rem 0 3.85rem;
}

.honor .wrap .top {
  /* display: flex; */
  /* align-items: flex-start; */
  margin-bottom: 1.75rem;
}

.honor .wrap .top .lf {
  /* width: 30.5%; */
  /* padding-right: 1.4rem; */
  margin-bottom: 1.2rem;
}

/* .honor .wrap .top .lf .intro {
  color: #222222;
  line-height: 1.6;
  margin-top: .8rem;
} */

.honor .wrap .top .swiper-box {
  width: calc(100% - 4.2rem);
  margin-left: 4.2rem;
  height: 13.75rem;
  position: relative;
}

/* .honor .wrap .top .swiper-box::before,
.honor .wrap .top .swiper-box::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .1));
  z-index: 100;
}

.honor .wrap .top .swiper-box::before {
  top: 0;
}

.honor .wrap .top .swiper-box::after {
  bottom: 0;
} */

.honor .wrap .top .honor-li-swiper {
  width: 100%;
  height: 100%;
}

.honor .wrap .top .honor-li-swiper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #ECEEEF;
}

.honor .wrap .top .honor-li-swiper .swiper-slide {
  /* width: 100%; */
  width: 48.75%;
  height: max-content;
  padding: .25rem 1rem .5rem;
  /* padding-right: 50%; */
  line-height: 1.4;
  color: #333;
  font-size: .45rem;
  opacity: .4;
  cursor: pointer;
}

.honor .wrap .top .honor-li-swiper .swiper-slide p {
  width: max-content;
  max-width: 100%;
}

.honor .wrap .top .pos-intro {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.75%;
  height: 11.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(.5rem);
  transition: all .4s;
}

.honor .wrap .top .pos-intro .scroll-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.honor .wrap .top .pos-intro .pic {
  /* width: 48%; */
  width: 100%;
  height: 100%;
  text-align: center;
}

.honor .wrap .top .pos-intro .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* .honor .wrap .top .pos-intro .li-box {
  width: 45%;
  height: 100%;
  overflow-y: auto;
}

.honor .wrap .top .pos-intro .li-box p {
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  position: relative;
  padding: .3rem .6rem;
  line-height: 1.2;
  color: #222222;
}

.honor .wrap .top .pos-intro .li-box p::before {
  content: '';
  position: absolute;
  top: .55rem;
  left: .1rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--logoColor);
} */

.honor .wrap .top .honor-li-swiper .swiper-slide:last-child {
  margin-bottom: 0;
}

/* .honor .wrap .top .honor-li-swiper .swiper-slide .cont {
  position: relative;
  padding: .25rem 0 .5rem 1rem;
} */

.honor .wrap .top .honor-li-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background-color: var(--logoColor);
  transition: all .3s;
}

.honor .wrap .top .honor-li-swiper .swiper-slide-active {
  font-size: .7rem;
  margin-bottom: .25rem;
}

.honor .wrap .top .honor-li-swiper .swiper-slide-prev,
.honor .wrap .top .honor-li-swiper .swiper-slide-active,
.honor .wrap .top .honor-li-swiper .swiper-slide-next {
  opacity: 1;
}

.honor .wrap .top .honor-li-swiper .swiper-slide-active::after {
  height: 100%;
}

.honor .wrap .top .pos-intro.cur {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.honor .wrap .img {
  width: 100%;
  text-align: center;
}

.honor .wrap .img img {
  max-width: 100%;
}

/* .honor .wrap .sub {
  line-height: 1.6;
  margin-top: 0.4rem;
}

.honor .wrap .swiper-box .swiper-pagination {
  position: relative;
  border-top: 0.6rem;
  bottom: 0;
  line-height: 1;
}

.honor .wrap .swiper-box .swiper-pagination .swiper-pagination-bullet {
  background: var(--logoColor);
}

.honor .wrap .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--hovColor);
}

.honor .wrap .swiper-box .swiper-button-prev,
.honor .wrap .swiper-box .swiper-button-next {
  width: 1.35rem;
  height: 1.35rem;
  background-color: #EAEAEA;
  color: #8E8E8E;
  transition: all 0.3s;
}

.honor .wrap .swiper-box .swiper-button-prev::after,
.honor .wrap .swiper-box .swiper-button-next::after {
  font-size: 0.5rem;
}

.honor .wrap .swiper-box .swiper-button-prev:hover,
.honor .wrap .swiper-box .swiper-button-next:hover {
  color: #fff;
  background-color: var(--logoColor);
}

.honor .wrap .honor-swiper {
  margin-top: 1rem;
}

.honor .wrap .honor-swiper .swiper-wrapper {
  padding: 10px 0 0.7rem;
}

.honor .wrap .honor-swiper .swiper-slide {
  width: 33.33%;
  padding: 1rem 0.9rem 1.6rem;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.honor .wrap .honor-swiper .swiper-slide:last-child {
  border-right: none;
}

.honor .wrap .honor-swiper .swiper-slide .pic {
  width: 100%;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.honor .wrap .honor-swiper .swiper-slide .pic img {
  width: 100%;
  transition: all 0.3s;
}

.honor .wrap .honor-swiper .swiper-slide .h1 {
  color: var(--logoColor);
  text-align: center;
  margin-bottom: 0.2rem;
}

.honor .wrap .honor-swiper .swiper-slide .h2 {
  color: #333333;
  line-height: 1.5;
  padding: 0 0.5rem;
  text-align: center;
  transition: all 0.3s;
}

.honor .wrap .honor-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.honor .wrap .honor-swiper .swiper-slide:hover .h2 {
  color: var(--logoColor);
}

.honor .wrap .li-box {
  margin-top: 1.35rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.honor .wrap .li-box .li {
  width: calc((100% - 1.95rem) / 4);
  height: 9.4rem;
  margin-right: 0.65rem;
  margin-bottom: 0.8rem;
  background-color: #fff;
  padding: 0.85rem;
}

.honor .wrap .li-box .li:nth-child(4n) {
  margin-right: 0;
}

.honor .wrap .li-box .li .h1 {
  color: var(--logoColor);
  margin-bottom: 0.4rem;
}

.honor .wrap .li-box .li .pic {
  width: 100%;
  margin-bottom: 0.4rem;
  overflow: hidden;
}

.honor .wrap .li-box .li .pic img {
  width: 100%;
  transition: all 0.3s;
}

.honor .wrap .li-box .li .h2 {
  color: #333333;
  line-height: 1.2;
  transition: all 0.3s;
}

.honor .wrap .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.honor .wrap .li-box .li:hover .h2 {
  color: var(--logoColor);
} */

.page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .pagingUl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

.page li {
  margin-right: 3px;
}

.page li:last-child {
  margin-right: 0;
}

.page a {
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #666;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.page .prv,
.page .next {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: rgba(102, 102, 102, 0.5);
  font-size: 0.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}

.page .prv:hover,
.page .next:hover {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
  color: #fff;
}

.page a:hover,
.page a.active {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
  color: #fff;
}

.care {
  padding: 2.9rem 0 3.95rem;
}

.care .wrap .top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.1rem;
}

.care .wrap .top .li {
  width: 49%;
  margin-right: 2%;
}

.care .wrap .top .li:nth-child(1) {
  margin-top: 2.75rem;
}

.care .wrap .top .li:last-child {
  margin-right: 0;
}

.care .wrap .top .li .pic {
  width: 100%;
  margin-bottom: 0.7rem;
  overflow: hidden;
}

.care .wrap .top .li .pic img {
  width: 100%;
  transition: all 0.3s;
}

.care .wrap .top .li p {
  color: #333333;
  line-height: 1.5;
  transition: all 0.3s;
}

.care .wrap .top .li:hover .pic img {
  transform: scale(1.1);
}

.care .wrap .top .li:hover p {
  color: var(--logoColor);
}

.care .wrap .li-box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.care .wrap .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.4rem;
}

.care .wrap .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.care .wrap .li-box .li .pic {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.care .wrap .li-box .li .pic img {
  width: 100%;
  transition: all 0.3s;
}

.care .wrap .li-box .li p {
  color: #333;
  line-height: 1.5;
  transition: all 0.3s;
}

.care .wrap .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.care .wrap .li-box .li:hover p {
  color: var(--logoColor);
}

.information {
  padding: 2.9rem 0 4.25rem;
}

.information .wrap .search-box {
  height: 1.65rem;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.information .wrap .search-box input {
  width: calc(100% - 20px);
  height: 100%;
  background: none;
  color: #999999;
}

.information .wrap .search-box div {
  width: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.information .wrap .search-box div img {
  width: 100%;
}

.information .wrap .search-box div:hover {
  transform: scale(1.1);
}

.information .wrap .top-swiper {
  margin-top: 0.75rem;
}

.information .wrap .top-swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  bottom: 0;
  margin-top: 1.25rem;
}

.information .wrap .top-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid rgba(102, 102, 102, 0.5);
  background: transparent;
  margin: 0 0.25rem;
  transition: all 0.3s;
}

.information .wrap .top-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 5px;
  background: var(--logoColor);
  border-color: var(--logoColor);
}

.information .wrap .top-swiper .swiper-slide {
  width: 32%;
  height: 7rem;
  margin-right: 2%;
  padding: 1.1rem 1rem 1.2rem;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  transition: all .3s;
}

.information .wrap .top-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.information .wrap .top-swiper .swiper-slide .year-box {
  width: 28%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.information .wrap .top-swiper .swiper-slide .year-box .mouth {
  color: var(--logoColor);
  font-family: Arial;
  font-size: 0.9rem;
}

.information .wrap .top-swiper .swiper-slide .year-box .year {
  color: #999999;
  font-family: Arial;
  margin-top: 0.4rem;
}

.information .wrap .top-swiper .swiper-slide .intro-box {
  width: 72%;
  padding-left: 1rem;
  position: relative;
}

.information .wrap .top-swiper .swiper-slide .intro-box .text {
  line-height: 1.6;
  color: #333333;
  transition: all 0.3s;
}

.information .wrap .top-swiper .swiper-slide .intro-box .view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0.75rem;
  bottom: 0;
}

.information .wrap .top-swiper .swiper-slide .intro-box .view p {
  color: var(--logoColor);
  margin-right: 0.2rem;
}

.information .wrap .top-swiper .swiper-slide .intro-box .view div {
  width: 18px;
}

.information .wrap .top-swiper .swiper-slide .intro-box .view div img {
  width: 100%;
}

.information .wrap .top-swiper .swiper-slide:hover {
  box-shadow: 0px 5px 0.25rem 0px rgba(3, 111, 184, 0.2);
}

.information .wrap .top-swiper .swiper-slide:hover .intro-box .text {
  color: var(--logoColor);
}

.information .wrap .li-box {
  margin-top: 0.9rem;
  margin-bottom: 0.75rem;
}

.information .wrap .li-box .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(191, 191, 191, 0.5);
  padding: 0.9rem 1.1rem 0.55rem 1rem;
  transition: all .3s;
}

.information .wrap .li-box .li .lf-cont {
  width: 70%;
  display: flex;
  align-items: stretch;
}

.information .wrap .li-box .li .lf-cont .date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin-right: 0.8rem;
  padding: 5px 0 0.5rem;
}

.information .wrap .li-box .li .lf-cont .date .mouth {
  font-size: 0.9rem;
  color: var(--logoColor);
  margin-bottom: 0.4rem;
}

.information .wrap .li-box .li .lf-cont .date .year {
  color: #999999;
}

.information .wrap .li-box .li .lf-cont .intro {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
  line-height: 1.6;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.information .wrap .li-box .li .view {
  display: flex;
  align-items: center;
}

.information .wrap .li-box .li .view p {
  color: var(--logoColor);
  margin-right: 0.2rem;
}

.information .wrap .li-box .li .view div {
  width: 18px;
}

.information .wrap .li-box .li .view div img {
  width: 100%;
}

.information .wrap .li-box .li:hover {
  box-shadow: 0px 5px 0.25rem 0px rgba(3, 111, 184, 0.2);
}

.information .wrap .li-box .li:hover .lf-cont .intro {
  color: var(--logoColor);
}

.repons {
  padding: 2.9rem 0 3.85rem;
}

.repons .wrap .li-box {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.repons .wrap .li-box .li {
  width: 49%;
  height: 6rem;
  margin-right: 2%;
  margin-bottom: 0.9rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.1rem 1.35rem 0.5rem;
}

.repons .wrap .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.repons .wrap .li-box .li .h1 {
  color: #333333;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}

.repons .wrap .li-box .li .intro {
  display: flex;
  align-items: center;
}

.repons .wrap .li-box .li .intro .date {
  color: #666666;
  margin-right: 0.6rem;
}

.repons .wrap .li-box .li .intro .view {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 0.2rem;
}

.repons .wrap .li-box .li .intro .view p {
  color: var(--logoColor);
  margin-right: 0.2rem;
}

.repons .wrap .li-box .li .intro .view div {
  width: 18px;
}

.repons .wrap .li-box .li .intro .view div img {
  width: 100%;
}

.repons .wrap .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.news {
  padding: 3rem 0 4.25rem;
}

.news .wrap .search-box {
  height: 1.65rem;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.news .wrap .search-box input {
  width: calc(100% - 20px);
  height: 100%;
  background: none;
  color: #999999;
}

.news .wrap .search-box div {
  width: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.news .wrap .search-box div img {
  width: 100%;
}

.news .wrap .search-box div:hover {
  transform: scale(1.1);
}

.news .wrap .top-swiper {
  margin-top: 0.75rem;
}

.news .wrap .top-swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  bottom: 0;
  margin-top: 0.6rem;
}

.news .wrap .top-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid rgba(102, 102, 102, 0.5);
  background: transparent;
  margin: 0 0.25rem;
  transition: all 0.3s;
}

.news .wrap .top-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 5px;
  background: var(--logoColor);
  border-color: var(--logoColor);
}

.news .wrap .top-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
}

.news .wrap .top-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.news .wrap .top-swiper .swiper-slide .pic {
  width: 100%;
  height:100%;
  position: relative;
  overflow: hidden;
}

.news .wrap .top-swiper .swiper-slide .pic img {
  width: 100%;
  transition: all 0.3s;
}
.news .wrap .top-swiper .swiper-slide .pic img:nth-child(1){
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:4;
  object-fit:cover;
}

.news .wrap .top-swiper .swiper-slide .h1 {
  color: #333333;
  //line-height: 1;
  //white-space: nowrap;
  overflow: hidden;
 // text-overflow: ellipsis;
line-height:1.4;
//max-height:44px;
  margin-top: 0.65rem;
  transition: all 0.3s;
}

.news .wrap .top-swiper .swiper-slide .time {
  color: var(--logoColor);
  margin-top: 0.45rem;
}

.news .wrap .top-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.news .wrap .top-swiper .swiper-slide:hover .h1 {
  color: var(--logoColor);
}

.news .wrap .li-box {
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}

.news .wrap .li-box .li {
  display: flex;
  align-items: stretch;
  margin-bottom: 0.7rem;
}

.news .wrap .li-box .li:last-child {
  margin-bottom: 0;
}

.news .wrap .li-box .li .pic {
  width: 7.75rem;
  margin-right: 1rem;
  overflow: hidden;
}

.news .wrap .li-box .li .pic img {
  width: 100%;
  transition: all 0.3s;
}

.news .wrap .li-box .li .cont {
  width: calc(100% - 8.75rem);
  padding: 0.45rem 1.2rem 0.5rem 0;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.news .wrap .li-box .li .cont .h1 {
  color: #333333;
  width: 100%;
white-space: initial;
    text-overflow: initial;
    line-height:1.4;
}

.news .wrap .li-box .li .cont .h1 br {
 // display: none;
}

.news .wrap .li-box .li .cont .time {
  color: #264D98;
  margin-top: 0.4rem;
}

.news .wrap .li-box .li .cont .text {
  color: #666666;
  line-height: 1.8;
  margin-top: 0.7rem;
}

.news .wrap .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.news .wrap .li-box .li:hover .cont .h1 {
  color: var(--logoColor);
}

.secure {
  padding: 2.9rem 0 4.5rem;
}

.secure .wrap .li-box {
  /* margin-top: 0.7rem; */
  margin-bottom: 2.5rem;
}

.news-info {
  background-color: #f4f4f4;
  padding: 1.2rem 0 4.35rem;
}

.news-info .wrap {
  width: 60%;
  margin: 0 auto;
}

.news-info .wrap .crumb {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.news-info .wrap .crumb div {
  width: 23px;
  margin-right: 0.5rem;
}

.news-info .wrap .crumb div img {
  width: 100%;
}

.news-info .wrap .crumb a {
  color: #999999;
  margin-right: 0.5em;
  transition: all .3s;
}

.news-info .wrap .crumb a:last-child {
  color: #333333;
  margin-right: 0;
}

.news-info .wrap .crumb a:hover {
  color: var(--logoColor);
}

.news-info .wrap .cont {
  background-color: #fff;
  padding: 2rem 2rem 2.45rem;
}

.news-info .wrap .cont .tit {
  color: #030303;
  line-height: 1.4;
  margin-bottom: 0.7rem;
  text-align: center;
  font-weight: normal;
}

.news-info .wrap .cont .h1 {
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.news-info .wrap .cont .h2 {
  color: #666;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}

.news-info .wrap .cont .text {
  margin-bottom: 0.7rem;
  /* border-top: 2px solid var(--logoColor); */
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  /* padding: 0.9rem 0 1.9rem; */
  padding: 0 0 1.9rem;
	font-size: 16pt;
    font-family: 宋体;
line-height:1.5;
text-indent: 2em;
}

.news-info .wrap .cont .info-page {
  overflow: hidden;
}

.news-info .wrap .cont .info-page .page-cont {
  width: 100%;
  margin-bottom: 1rem;
}

.news-info .wrap .cont .info-page .page-cont a {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #333;
  transition: all 0.3s;
}

.news-info .wrap .cont .info-page .page-cont a br {
  display: none;
}

.news-info .wrap .cont .info-page .page-cont a:last-child {
  margin-bottom: 0;
}

.news-info .wrap .cont .info-page .page-cont a:hover {
  color: var(--logoColor);
}

.news-info .wrap .cont .info-page .back {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 4.5rem;
  height: 1.25rem;
  background-color: var(--logoColor);
  border-radius: 0.6rem;
  transition: all 0.3s;
}

.news-info .wrap .cont .info-page .back div {
  width: 17px;
  margin-right: 0.3rem;
}

.news-info .wrap .cont .info-page .back div img {
  width: 100%;
}

.news-info .wrap .cont .info-page .back p {
  color: #fff;
}

.news-info .wrap .cont .info-page .back:hover {
  transform: translateY(-10px);
}

.business .wrap {
  padding: 2.9rem 0 6.85rem;
}

.business .wrap .sub {
  margin-top: 0.75rem;
  line-height: 1.6;
}

.business .wrap .point-box {
  width: 61.6%;
  margin: 1.55rem auto 0;
  position: relative;
}

.business .wrap .point-box img {
  width: 100%;
}

.business .wrap .point-box .side-point {
  width: 57%;
}

.business .wrap .point-box .li {
  position: absolute;
}

.business .wrap .point-box .li .icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(3, 111, 184, 0.2);
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}

.business .wrap .point-box .li .icon img {
  max-width: 25%;
  max-height: 25%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.business .wrap .point-box .li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 73%;
  height: 73%;
  background-color: #fff;
  border: 2px solid rgba(3, 111, 184, 0.5);
  transition: all 0.3s;
}

.business .wrap .point-box .li .cont {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 8rem;
  top: 1.3rem;
  overflow: hidden;
  transition: all 0.3s;
}

.business .wrap .point-box .li .cont .h1 {
  color: var(--logoColor);
  margin-bottom: 0.25rem;
  transition: all 0.3s;
}

.business .wrap .point-box .li .cont .h2 {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}

.business .wrap .point-box .li .cont .more {
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.business .wrap .point-box .li:hover .icon {
  transform: scale(1.18);
}

.business .wrap .point-box .li:hover .icon img {
  filter: brightness(100);
}

.business .wrap .point-box .li:hover .icon::after {
  background-color: var(--logoColor);
}

.business .wrap .point-box .li:hover .cont {
  top: 0.9rem;
}

.business .wrap .point-box .li:hover .cont .h1 {
  color: var(--hovColor);
}

.business .wrap .point-box .li:hover .cont .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.business .wrap .point-box .li1 {
  top: 0;
  left: 18%;
}

.business .wrap .point-box .li1 .cont {
  left: -8rem;
}

.business .wrap .point-box .li2 {
  top: 0;
  right: 18%;
}

.business .wrap .point-box .li2 .cont {
  right: -8rem;
  text-align: right;
}

.business .wrap .point-box .li2 .cont .more {
  float: right;
}

.business .wrap .point-box .li3 {
  bottom: 31%;
  right: 5%;
}

.business .wrap .point-box .li3 .cont {
  right: -8rem;
  text-align: right;
}

.business .wrap .point-box .li3 .cont .more {
  float: right;
}

.business .wrap .point-box .li4 {
  bottom: -1.5rem;
  left: 50%;
  margin-left: -2.1rem;
}

.business .wrap .point-box .li4 .cont {
  left: 50%;
  top: calc(100% + 0.5rem);
  transform: translateX(-50%);
  text-align: center;
}

.business .wrap .point-box .li4 .cont .more {
  margin: 0 auto;
}

.business .wrap .point-box .li4:hover .cont {
  top: calc(100% + 0.5rem);
}

.business .wrap .point-box .li5 {
  bottom:31%;
  left:5%;
}

.business .wrap .point-box .li5 .cont {
  left: -8rem;
}

.business .tab {
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
}

.business .tab .tab-swiper .swiper-wrapper {
  justify-content: center;
}

.business .tab .tab-swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 2.5rem;
  margin-right: 4rem;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s;
}

.business .tab .tab-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0.1rem;
  background-color: #0271B9;
  transition: all 0.3s;
}

.business .tab .tab-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.business .tab .tab-swiper .swiper-slide:hover,
.business .tab .tab-swiper .swiper-slide.cur {
  color: var(--logoColor);
}

.business .tab .tab-swiper .swiper-slide:hover::after,
.business .tab .tab-swiper .swiper-slide.cur::after {
  width: 2.5rem;
}

.business .change-box {
  padding: 3.35rem 0 2.75rem;
  position: relative;
}

.business .change-box .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.business .change-box .pos-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.business .change-box .box .change-swiper .swiper-pagination {
  line-height: 1;
  bottom: 0;
  margin-top: 1.6rem;
  position: relative;
}

.business .change-box .box .change-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  opacity: 1;
}

.business .change-box .box .change-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0271B9;
}

.business .change-box .box .change-swiper .swiper-slide {
  width: 17.5%;
  height: 9rem;
  margin-right: 3.125%;
  padding: 2.55rem 0.9rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.business .change-box .box .change-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.business .change-box .box .change-swiper .swiper-slide .top-tit {
  color: #fff;
  height: 0;
  transform: translateY(0.5rem);
  opacity: 0;
  visibility: hidden;
}

.business .change-box .box .change-swiper .swiper-slide .cont {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  height: 0;
  transform: translateY(0.5rem);
  opacity: 0;
  visibility: hidden;
}

.business .change-box .box .change-swiper .swiper-slide .icon {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.business .change-box .box .change-swiper .swiper-slide .icon img {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business .change-box .box .change-swiper .swiper-slide .icon .icon-img {
  top: 150%;
}

.business .change-box .box .change-swiper .swiper-slide .icon .arr-img {
  top: 50%;
}

.business .change-box .box .change-swiper .swiper-slide .btm-tit {
  color: #FFFFFF;
  margin-top: 1.4rem;
}

.business .change-box .box .change-swiper .swiper-slide:hover {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
  padding-top: 2rem;
}

.business .change-box .box .change-swiper .swiper-slide:hover .top-tit {
  height: auto;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.business .change-box .box .change-swiper .swiper-slide:hover .cont {
  height: auto;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-top: 0.5rem;
  transition: all 0.3s;
}

.business .change-box .box .change-swiper .swiper-slide:hover .icon {
  margin-top: 1.25rem;
  filter: brightness(100);
  transition: all 0.3s;
}

.business .change-box .box .change-swiper .swiper-slide:hover .icon img {
  transition: all 0.3s;
}

.business .change-box .box .change-swiper .swiper-slide:hover .icon .icon-img {
  top: 50%;
}

.business .change-box .box .change-swiper .swiper-slide:hover .icon .arr-img {
  top: 150%;
}

.business .change-box .box .change-swiper .swiper-slide:hover .btm-tit {
  margin-top: 0;
  height: 0;
  transform: translateY(0.5rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.businessInfo {
  padding: 1.8rem 0 5.25rem;
  position: relative;
}

.businessInfo .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.businessInfo .bg-img img {
  width: 100%;
}

.businessInfo .wrap {
  position: relative;
  z-index: 2;
}

.businessInfo .top-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 1.3rem;
}

.businessInfo .top-select .change-box {
  position: relative;
  padding-right: 2rem;
}

.businessInfo .top-select .change-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  margin-left: 2rem;
  border-top: 13px solid var(--logoColor);
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  transition: all .3s;
}

.businessInfo .top-select .change-box.cur::after {
  transform: rotate(180deg);
}

.businessInfo .top-select .change-box .tit {
  color: var(--logoColor);
  font-size: 1.5rem;
  font-weight: normal;
  cursor: pointer;
}

.businessInfo .top-select .change-box .pos-cont {
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  /* max-height: calc(4rem + 3px); */
  width: calc(100% - 2rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* overflow-y: auto; */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
}

.businessInfo .top-select .change-box .pos-cont::-webkit-scrollbar {
  width: 3px;
}

.businessInfo .top-select .change-box .pos-cont a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  transition: all 0.3s;
}

.businessInfo .top-select .change-box .pos-cont a:nth-child(even) {
  background-color: #F5F5F5;
}

.businessInfo .top-select .change-box .pos-cont a:last-child {
  border-bottom: none;
}

.businessInfo .top-select .change-box .pos-cont a:hover {
  color: var(--logoColor);
}

.businessInfo .top-select .icon {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.businessInfo .top-select .icon img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
}

.businessInfo .btm-cont .tit {
  color: #333333;
}

.businessInfo .btm-cont .cont {
  color: #666666;
  line-height: 2;
  margin-top: 0.85rem;
}

.businessInfo .btm-cont .li-box {
  margin-top: 4.1rem;
}

.businessInfo .btm-cont .li-box .li {
  overflow: hidden;
  margin-bottom: 0.45rem;
  background-color: #fff;
  transition: all 0.3s;
}

.businessInfo .btm-cont .li-box .li:last-child {
  margin-bottom: 0;
}

.businessInfo .btm-cont .li-box .li .pic {
  width: 50%;
  float: right;
}

.businessInfo .btm-cont .li-box .li .intro {
  width: 50%;
  float: left;
  padding: 1.9rem 3.4rem 1rem 1.6rem;
}

.businessInfo .btm-cont .li-box .li .intro .h1 {
  color: #333333;
  transition: all 0.3s;
}

.businessInfo .btm-cont .li-box .li .intro .h2 {
  color: #333333;
  line-height: 1.8;
  margin-top: 0.95rem;
  transition: all 0.3s;
}

.businessInfo .btm-cont .li-box .li:nth-child(2n) .pic {
  float: left;
}

.businessInfo .btm-cont .li-box .li:nth-child(2n) .intro {
  float: right;
  padding: 1.9rem 2.65rem 1rem 2.3rem;
}

.businessInfo .btm-cont .li-box .li:hover {
  background-color: var(--logoColor);
}

.businessInfo .btm-cont .li-box .li:hover .intro .h1 {
  color: #fff;
}

.businessInfo .btm-cont .li-box .li:hover .intro .h2 {
  color: #fff;
}

.gover {
  padding-bottom: 3.7rem;
}

.gover .wrap .li-wrap {
  margin-top: 0.75rem;
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
}

.gover .wrap .li-wrap .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2.15rem;
}

.gover .wrap .li-wrap .li:nth-child(3n) {
  margin-right: 0;
}

.gover .wrap .li-wrap .li .pic {
  width: 100%;
}

.gover .wrap .li-wrap .li .h1 {
  margin-top: 0.7rem;
  color: #333;
  transition: all 0.3s;
}

.gover .wrap .li-wrap .li .time {
  color: #264D98;
  margin-top: 1.15rem;
}

.gover .wrap .li-wrap .li:hover .h1 {
  color: var(--logoColor);
}

/* .culture {
  padding: 2.9rem 0 5.25rem;
}

.culture .wrap .sub {
  color: #333333;
  margin-top: 1.2rem;
}

.culture .wrap .cont {
  line-height: 1.8;
  margin-top: 0.9rem;
  color: #666;
}

.culture .wrap .pic {
  margin-top: 1.65rem;
  width: 100%;
  overflow: hidden;
}

.culture .wrap .pic img {
  width: 100%;
  transition: all 0.3s;
}

.culture .wrap .pic:hover img {
  transform: scale(1.1);
}

.culture .wrap .btm-box {
  margin-top: 1.85rem;
}

.culture .wrap .btm-box .intro {
  display: flex;
  align-items: flex-start;
}

.culture .wrap .btm-box .intro .h1 {
  color: #333333;
  font-size: 0.8rem;
  width: 19%;
}

.culture .wrap .btm-box .intro .text {
  width: 81%;
  color: #666666;
  line-height: 1.8;
}

.culture .wrap .btm-box .culture-swiper {
  margin-top: calc(1.7rem - 10px);
  padding-top: 10px;
  padding-bottom: 0.25rem;
}

.culture .wrap .btm-box .culture-swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  margin-top: 1rem;
  bottom: 0;
}

.culture .wrap .btm-box .culture-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.culture .wrap .btm-box .culture-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}

.culture .wrap .btm-box .culture-swiper .swiper-slide {
  width: 24%;
  height: 8.45rem;
  margin-right: 1.33%;
  box-shadow: 0px 5px 0.25rem 0px rgba(3, 111, 184, 0.2);
  border: 1px solid rgba(3, 111, 184, 0.2);
  background: #fff;
  padding: 1.5rem 0.5rem 0.5rem;
  transition: all .3s;
}

.culture .wrap .btm-box .culture-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.culture .wrap .btm-box .culture-swiper .swiper-slide .icon {
  height: 1.55rem;
  margin: 0 auto;
  text-align: center;
}

.culture .wrap .btm-box .culture-swiper .swiper-slide .icon img {
  max-height: 100%;
  vertical-align: bottom;
}

.culture .wrap .btm-box .culture-swiper .swiper-slide .h1 {
  color: var(--logoColor);
  margin-top: 0.5rem;
}

.culture .wrap .btm-box .culture-swiper .swiper-slide .h2 {
  color: #333333;
  margin-top: 0.35rem;
  transition: all 0.3s;
}

.culture .wrap .btm-box .culture-swiper .swiper-slide .h3 {
  color: #999999;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  margin-top: 0.8rem;
}

.culture .wrap .btm-box .culture-swiper .swiper-slide:hover {
  transform: translateY(-10px);
}

.culture .wrap .btm-box .culture-swiper .swiper-slide:hover .h2 {
  color: var(--logoColor);
} */

.activity {
  padding: 2.9rem 0 3.6rem;
}

.activity .wrap .li-box {
  margin-top: 1.15rem;
  margin-bottom: 1.7rem;
}

.activity .wrap .li-box .li {
  display: flex;
  align-items: stretch;
  padding: 0.5rem;
  /* background-color: #fff; */
  margin-bottom: 0.6rem;
}

.activity .wrap .li-box .li:last-child {
  margin-bottom: 0;
}

.activity .wrap .li-box .li .pic {
  width: 12rem;
  /* width: 7.75rem; */
  /* margin-right: 1rem; */
}

.activity .wrap .li-box .li .pic img {
  width: 100%;
}

.activity .wrap .li-box .li .cont {
  width: calc(100% - 12rem);
  /* width: calc(100% - 8.75rem); */
  padding: 1rem;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; */
}

.activity .wrap .li-box .li .cont .h1 {
  color: #333333;
  width: 100%;
  transition: all 0.3s;
}

.activity .wrap .li-box .li .cont .time {
  color: var(--logoColor);
  margin-top: 0.4rem;
}

.activity .wrap .li-box .li .cont .intro {
  color: #666666;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  margin-top: 0.75rem;
}

.activity .wrap .li-box .li .cont .more {
  margin-top: 1.6rem;
  color: var(--logoColor);
}

.activity .wrap .li-box .li:hover .cont .h1 {
  color: var(--logoColor);
}

.recruit {
  padding: 2.9rem 0 5.35rem;
}

.recruit .wrap .cont {
  margin-top: 1.15rem;
  display: flex;
  align-items: flex-start;
}

.recruit .wrap .cont .tab {
  width: 37.5%;
  padding-right: 0.75rem;
}

.recruit .wrap .cont .tab .li {
  width: 100%;
  height: 6rem;
  background-color: #fff;
  border: 1px solid rgba(159, 159, 159, 0.4);
  border-radius: 4px;
  position: relative;
  padding: 1rem 0.85rem 0.5rem;
  margin-bottom: 0.45rem;
  cursor: pointer;
  transition: all 0.3s;
}

.recruit .wrap .cont .tab .li:last-child {
  margin-bottom: 0;
}

.recruit .wrap .cont .tab .li::after {
  content: "";
  position: absolute;
  top: 1.65rem;
  left: 100%;
  border-left: 0.35rem solid var(--logoColor);
  border-top: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  opacity: 0;
  transition: all 0.3s;
}

.recruit .wrap .cont .tab .li .icon {
  position: absolute;
  top: 50%;
  right: 1.35rem;
  transform: translateY(-50%);
  width: 1.7rem;
  transition: all 0.3s;
}

.recruit .wrap .cont .tab .li .icon img {
  width: 100%;
}

.recruit .wrap .cont .tab .li .h1 {
  color: #333333;
  font-size: 0.75rem;
  transition: all 0.3s;
}

.recruit .wrap .cont .tab .li .en {
  color: #333;
  opacity: 0.5;
  margin-top: 0.3rem;
  transition: all 0.3s;
}

.recruit .wrap .cont .tab .li .sub {
  color: #333333;
  margin-top: 0.35rem;
  transition: all 0.3s;
}

.recruit .wrap .cont .tab .li .more {
  margin-top: 0.65rem;
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 2px;
  color: #333333;
  transition: all 0.3s;
}

.recruit .wrap .cont .tab .li .more .text {
  margin-right: 0.35rem;
}

.recruit .wrap .cont .tab .li:hover,
.recruit .wrap .cont .tab .li.cur {
  background-color: var(--logoColor);
}

.recruit .wrap .cont .tab .li:hover::after,
.recruit .wrap .cont .tab .li.cur::after {
  opacity: 1;
}

.recruit .wrap .cont .tab .li:hover .icon,
.recruit .wrap .cont .tab .li.cur .icon {
  filter: brightness(100);
}

.recruit .wrap .cont .tab .li:hover .h1,
.recruit .wrap .cont .tab .li:hover .en,
.recruit .wrap .cont .tab .li:hover .sub,
.recruit .wrap .cont .tab .li:hover .more,
.recruit .wrap .cont .tab .li.cur .h1,
.recruit .wrap .cont .tab .li.cur .en,
.recruit .wrap .cont .tab .li.cur .sub,
.recruit .wrap .cont .tab .li.cur .more {
  color: #FFFFFF;
}

.recruit .wrap .cont .tab .li:hover .more,
.recruit .wrap .cont .tab .li.cur .more {
  border-color: rgba(255, 255, 255, 0.25);
}

.recruit .wrap .cont .pic-box {
  width: 62.5%;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}

.recruit .wrap .cont .pic-box img {
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}

.recruit .wrap .cont .pic-box img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.recruit .wrap .cont .pic-box img.show {
  opacity: 1;
}

.talent {
  padding: 2.9rem 0 4.65rem;
}

.talent .wrap .li-box {
  margin-top: 1.3rem;
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.talent .wrap .li-box .li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  position: relative;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}

.talent .wrap .li-box .li .time {
  text-align: center;
  font-family: arial;
  padding-right: 0.9rem;
  position: relative;
}

.talent .wrap .li-box .li .time::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.85rem;
  width: 1px;
  height: 1.7rem;
  background-color: #1a59a6;
  opacity: .5;
}

.talent .wrap .li-box .li .time .day {
  font-size: 1.25rem;
  line-height: 1;
  color: #c5c5c3;
  font-weight: bold;
  transition: all .3s;
}

.talent .wrap .li-box .li .time .year {
  font-size: .4rem;
  line-height: .5rem;
  color: #c7c6c4;
  transition: all .3s;
}

.talent .wrap .li-box .li .cont {
  width: 75%;
  /* margin-left: 3.33%; */
  font-size: .5rem;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}

.talent .wrap .li-box .li .arr {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: .5rem;
  filter: brightness(.5) grayscale(.5);
  opacity: .5;
}

.talent .wrap .li-box .li .arr img {
  width: 100%;
}

.talent .wrap .li-box .li:hover .time .day,
.talent .wrap .li-box .li:hover .time .year,
.talent .wrap .li-box .li:hover .cont {
  color: var(--logoColor);
}

.talent .wrap .li-box .li:hover .arr {
  opacity: 1;
  filter: initial;
}

/* .talent .wrap .li-box .li {
  width: 49%;
  height: 8.75rem;
  margin-right: 2%;
  margin-bottom: 0.6rem;
  position: relative;
  padding: 1.2rem 1.9rem 0.5rem 1.4rem;
  background-color: #fff;
  border-radius: 0.25rem;
}

.talent .wrap .li-box .li::after {
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 2px;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background: linear-gradient(37deg, #54BB2B, #036FB8);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
}

.talent .wrap .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.talent .wrap .li-box .li .h1 {
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  color: #333333;
  transition: all 0.3s;
}

.talent .wrap .li-box .li .cont {
  color: #666666;
  line-height: 1.8;
  margin-top: 0.55rem;
  max-height: 5.4em;
  overflow: hidden;
}

.talent .wrap .li-box .li .view {
  position: absolute;
  bottom: 1.1rem;
  right: 2rem;
  display: flex;
  align-items: center;
  z-index: 5;
}

.talent .wrap .li-box .li .view p {
  color: var(--logoColor);
  margin-right: 0.6rem;
  transition: all 0.3s;
}

.talent .wrap .li-box .li .view div {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.talent .wrap .li-box .li .view div img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
}

.talent .wrap .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.talent .wrap .li-box .li:hover .view p {
  color: var(--hovColor);
}

.talent .wrap .li-box .li:hover .view div {
  background-color: var(--hovColor);
} */

.year-fix {
  position: fixed;
  top: 4.7rem;
  left: 8.5%;
}

.noData {
  font-size: .6rem;
  color: #333;
}

.i-build {
  width: 100%;
  height: 20.5rem;
  padding: 3.25rem 0 1rem;
  position: relative;
}

.i-build .bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.i-build .bg-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-build .wrap {
  position: relative;
  z-index: 5;
}

.i-build .wrap .tit {
  color: var(--logoColor);
}

.i-build .wrap .sub {
  color: #333333;
  margin-top: .6rem;
}

.i-build .wrap .li-box {
  margin-top: .65rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.i-build .wrap .li-box .li {
  margin-right: 1.25rem;
}

.i-build .wrap .li-box .li:last-child {
  margin-right: 0;
}

.i-build .wrap .li-box .li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
}

.i-build .wrap .li-box .li .icon img {
  max-width: 50%;
  max-height: 50%;
  transition: all .3s;
}

.i-build .wrap .li-box .li .text {
  margin-top: .25rem;
  color: #333333;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 2px #fff;
}

.i-build .wrap .li-box .li:hover .icon img {
  transform: scale(1.1);
}

/* .i-build .wrap .cont {
  color: #fff;
  line-height: 1.8;
  width: 75%;
  margin: .4rem auto 0;
} */

.i-build .wrap .more {
  margin: 1.8rem auto 0;
}

.buildBrand .top {
  padding: 2.75rem 0 1rem;
  height: 24rem;
  position: relative;
}

.buildBrand .top .wrap {
  position: relative;
  z-index: 5;
}

.buildBrand .top .sub {
  margin-top: 1.75rem;
  color: var(--hovColor);
}

.buildBrand .top .cont {
  color: #333333;
  width: 72%;
  margin: .8rem auto 0;
}

.buildBrand .top .more {
  margin-top: 1.5rem;
}

.btm {
  height: 24rem;
  padding: 3.75rem 0 1rem;
  position: relative;
}

.btm .wrap {
  position: relative;
  z-index: 5;
}

.btm .wrap .tab-swiper {
  width: 100%;
  height: 2.2rem;
  position: relative;
  background-color: #fff;
overflow: hidden;
}
.btm .wrap .tab-swiper .swiper-button-prev {
    left: 0rem;
    color: var(--hovColor);
    background: #fff !important;
    height: 100%;
    top: 0;
    opacity: 1 !important;
    transform: translateX(0);
    margin-top: 0;
}



.btm .wrap .tab-swiper .swiper-button-next {
    right: 0rem;
    color: var(--hovColor);
    background: #fff !important;
    height: 100%;
    top: 0;
    opacity: 1 !important;
    transform: translateX(0);
    margin-top: 0; 
}

.btm .wrap .tab-swiper .swiper-button-next::after {
  font-size: 1rem;
}

.btm .wrap .tab-swiper .swiper-slide {
  width: 3rem;
  height: 100%;
  line-height: 2.2rem;
  text-align: center;
  color: var(--logoColor);
  /* margin-right: .25rem; */
  cursor: pointer;
  transition: all .3s;
}

.btm .wrap .tab-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.btm .wrap .tab-swiper .swiper-slide:hover {
  background-color: var(--logoColor);
  color: #fff;
}

.btm .wrap .tab-swiper .swiper-slide.cur {
  width: 5.5rem;
  margin-right: .5rem;
  background-color: var(--logoColor);
  color: #fff;
}

.btm .wrap .change-cont {
  width: 100%;
  height: 10.5rem;
  margin-top: .25rem;
  background: linear-gradient(to bottom, var(--logoColor), transparent);
  padding: 1.5rem 2rem;
}

.btm .wrap .change-cont .tit {
  color: #fff;
  line-height: 1;
}

.btm .wrap .change-cont .cont {
  width: 80%;
  line-height: 1.5;
  margin-top: .75rem;
  color: #fff;
}

.btm .wrap .change-cont .more {
  margin-top: 1.15rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btm .wrap .change-cont .more:hover {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
}

.culture {
  position: relative;
}

.culture img {
  width: 100%;
}

.culture .wrap {
  padding: 2.85rem 0 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.culture .wrap .tit {
  color: #fff;
}

.culture .wrap .cont {
  color: #fff;
  margin-top: 1rem;
  line-height: 1.5;
  height: 7.5em;
  overflow-y: auto;
  text-align: center;
}

.culture .wrap .li-box {
  margin-top: 6.75rem;
  width: 100%;
  position: relative;
}

.culture .wrap .li-box .li {
  position: absolute;
}

.culture .wrap .li-box .li .point {
  position: relative;
  z-index: 5;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/110.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s;
}

.culture .wrap .li-box .li .point .icon {
  width: 1.35rem;
  text-align: center;
}

.culture .wrap .li-box .li .point .icon img {
  max-width: 100%;
}

.culture .wrap .li-box .li .point p {
  color: var(--logoColor);
  line-height: 1;
  margin-top: .2rem;
  transition: all .4s;
}

.culture .wrap .li-box .li .intro {
  position: absolute;
  top: 50%;
  right: calc(100% - 3.125rem);
  transform: translate(.5rem, -50%);
  width: 13rem;
  height: 6.9rem;
  border-radius: .5rem;
  padding: 1.1rem 3.125rem 1rem 1rem;
  background-color: #fff;
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.culture .wrap .li-box .li .intro .h1 {
  color: #333;
  line-height: 1.36;
}

.culture .wrap .li-box .li .intro .text {
  margin-top: .6rem;
  color: #999999;
  line-height: 1.5;
  max-height: 6em;
  padding-right: 5px;
  overflow-y: auto;
}

.culture .wrap .li-box .li .intro .text::-webkit-scrollbar {
  width: 3px;
}

.culture .wrap .li-box .li:hover .point {
  background-image: url(../img/111.png);
}

.culture .wrap .li-box .li:hover .icon {
  filter: brightness(100);
}

.culture .wrap .li-box .li:hover p {
  color: #fff;
}

.culture .wrap .li-box .li:hover .intro {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -50%);
}

.culture .wrap .li-box .li1 {
  top: 3.75rem;
  left: 26.25%;
  z-index: 2;
}

.culture .wrap .li-box .li2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.culture .wrap .li-box .li2 .intro,
.culture .wrap .li-box .li3 .intro {
  left: 3.125rem;
  right: auto;
  padding-left: 3.125rem;
  padding-right: 1rem;
}

.culture .wrap .li-box .li3 {
  top: 7rem;
  left: 62.5%;
  z-index: 4;
}

.culture .wrap .li-box .li4 {
  top: 6rem;
  left: 43.5%;
  z-index: 4;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
