@charset "utf-8";
.is-index .head-pc {
  background: rgba(255, 255, 255, 0.2);
}
.is-index .head-pc .nav * {
  color: #fff;
}
.is-index .head-pc .logo2 {
  top: 50%;
}
.is-index .head-pc .logo1 {
  top: 150%;
}
.is-index .head-pc .logo1,
.is-index .head-pc .logo3 {
  opacity: 0;
}
.is-index .head-pc .li-1 > a.active {
  color: #fff !important;
}
.is-index .head-pc .li-1 > a.active i {
  color: #fff !important;
}
.is-index .head-pc .li-1:hover > a {
  color: #fff !important;
}
.is-index .head-pc .li-1:hover > a i {
  color: #fff !important;
}
.is-index .head-pc .drop-li a {
  color: #000;
}
.is-index .head-pc .head-item * {
  color: #fff;
}
.is-index .head-pc .head-item em::before {
  border-color: #fff transparent transparent transparent;
}
.is-index .head-pc .lang .lang1 {
  display: none;
}
.is-index .head-pc .lang .lang2 {
  display: block;
}
.is-index .head-pc.on {
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
}
.is-index .head-pc.on .logo1,
.is-index .head-pc.on .logo3 {
  opacity: 1;
}
.is-index .head-pc.on .logo1 {
  top: 50%;
}
.is-index .head-pc.on .logo2 {
  top: 150%;
}
.is-index .head-pc.on .logo4 {
  opacity: 0;
}
.is-index .head-pc.on .li-1 > a {
  color: #000;
}
.is-index .head-pc.on .li-1 > a i {
  color: #000;
}
.is-index .head-pc.on .li-1 > a.active {
  color: #000 !important;
}
.is-index .head-pc.on .li-1 > a.active i {
  color: #000 !important;
}
.is-index .head-pc.on .li-1:hover > a {
  color: #000 !important;
}
.is-index .head-pc.on .li-1:hover > a i {
  color: #000 !important;
}
.is-index .head-pc.on .head-item * {
  color: #000;
}
.is-index .head-pc.on .lang .lang1 {
  display: block;
}
.is-index .head-pc.on .lang .lang2 {
  display: none;
}
.is-index .head-pc.scroll {
  top: -100px;
}
.in-tit p {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1.2;
}
.loading {
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.loading .poto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: 100vw;
  mask-size: 100vw;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
}
.loading .poto.on {
  transition: all 2s ease-in-out;
  -webkit-mask-size: 3500vw;
  mask-size: 3500vw;
}
.loading .mk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.loading .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.loading .logobox {
  position: absolute;
  width: 17.8645%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 50;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.loading .logobox .im1 {
  width: 92.4198%;
}
.loading .logobox .im2 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.loading .logobox.on {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.loading.show {
  opacity: 1;
  visibility: visible;
}
.main-swiper {
  width: 100%;
  height: 100vh;
}
.main-swiper > .swiper-wrapper > .swiper-slide,
.main-swiper .main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main1 {
  position: relative;
}
.main1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 30.6%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.main1 .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main1 .icon {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.main1 .icon i {
  font-size: 14px;
  color: #fff;
}
.main1 .scroll {
  bottom: 0;
  z-index: 2;
}
.main1 .scroll * {
  color: #fff;
}
.main1 .scroll .line {
  position: relative;
  width: 1px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 21px auto 0;
  overflow: hidden;
}
.main1 .scroll .line::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  background-color: #fff;
  width: 1px;
  height: 100%;
  animation: roll 3s ease-out infinite;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide {
  overflow: hidden;
}
.banner-swiper .swiper-slide,
.banner-swiper .inner,
.banner-swiper .img {
  width: 100%;
  height: 100%;
}
.banner-swiper .img img {
  height: 100%;
  object-fit: cover;
}
.banner-swiper .txt {
  text-align: center;
}
.banner-swiper .txt * {
  color: #fff;
  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 .txt .p1,
.banner-swiper .txt .p2 {
  opacity: 0;
}
.banner-swiper .txt .p2 {
  margin-top: 5px;
}
.banner-swiper .has-video.active .icon {
  display: none;
}
.banner-swiper .swiper-slide-active .p1 {
  animation: fadeIn 2s ease forwards;
}
.banner-swiper .swiper-slide-active .p2 {
  animation: fadeIn 2s ease forwards 0.2s;
}
.banner-swiper .swiper-pagination {
  left: auto;
  right: 2%;
  bottom: 50%;
  transform: translateY(50%);
  width: auto;
  z-index: 2;
}
.banner-swiper .swiper-pagination.hide {
  display: none;
}
.banner-swiper .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 15px 0 !important;
  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 {
  height: 26px;
  border-radius: 16px;
}
.main2 > .main {
  position: relative;
  padding-top: 6.9%;
}
.main2 .main2-bg1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.main2 .main2-bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29%;
  z-index: -2;
}
.main2L {
  width: 43.2%;
}
.main2L .des {
  margin-top: 39px;
}
.num-item1 .num-item:not(:last-of-type) {
  margin-right: 8.2vw;
}
.num-item .numT * {
  font-family: 'DIN';
  color: #3071B7;
  line-height: 1;
}
.main3 * {
  color: #fff;
}
.main3 > .main {
  position: relative;
}
.main3 .cir {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation: ripple 3s linear 0s infinite;
  animation: ripple 3s linear 0s infinite;
}
.main3 .cir1 {
  background-color: rgba(255, 255, 255, 0.05);
  animation-delay: 0s;
}
.main3 .cir2 {
  background-color: rgba(255, 255, 255, 0.3);
  animation-delay: 0.5s;
}
.main3 .cir3 {
  background-color: rgba(255, 255, 255, 0.2);
  animation-delay: 1.5s;
}
.main3 .cir4 {
  background-color: rgba(255, 255, 255, 0.1);
  animation-delay: 2s;
}
.main3 .tab {
  position: absolute;
  left: 0;
  bottom: 6.6%;
  padding-left: 50px;
  z-index: 2;
}
.main3 .tab li {
  position: relative;
  font-family: 'DIN-M';
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
}
.main3 .tab li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #6FB92C;
  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;
}
.main3 .tab li::after {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 0;
  background-color: #6FB92C;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main3 .tab li:hover::before,
.main3 .tab li.active::before {
  width: 100%;
  height: 100%;
}
.main3 .tab li:hover::after,
.main3 .tab li.active::after {
  width: 50px;
}
.main3 .bg-cor {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.main3 .bg-cor.active {
  width: 3000px;
  height: 3000px;
  opacity: 0.78;
}
.main3-wrap {
  top: 7.2vw;
  padding: 0 11.9%;
  z-index: 1;
}
.main3-item {
  display: none;
}
.main3-item * {
  line-height: 1;
}
.main3-item.select {
  display: block;
}
.main3-item .itName {
  position: relative;
  display: inline-block;
  margin-bottom: 4.5vw;
}
.main3-item .itName::after {
  content: '';
  position: absolute;
  right: -29%;
  bottom: -27%;
  transform: rotate(45deg);
  width: 7.3vw;
  height: 1px;
  background-color: #fff;
}
.main3-item .name {
  font-family: 'DIN-M';
}
.main3-item .feature {
  font-family: 'AlibabaPuHuiTi-B';
}
.main3-item .des {
  margin-top: 53px;
}
.main3-item .des * {
  font-family: 'AlibabaPuHuiTi-L';
}
.main3-item .numT {
  position: relative;
  display: inline-block;
}
.main3-item .numT * {
  font-family: 'DIN';
}
.main3R {
  position: absolute;
  right: 13.55vw;
  bottom: 5.2vw;
  z-index: 2;
}
.main3R .more {
  margin-left: auto;
}
.main3R .more::after {
  border-color: #fff;
}
.main3R .more:hover::before {
  width: 100%;
}
.main3R .more:hover::after {
  border-color: #3071B7;
}
.main3R .more:hover span,
.main3R .more:hover i {
  color: #fff;
}
.main4 > .main {
  padding-top: 6.8vw;
}
.main4 .ad-items {
  margin-top: 4.3vw;
}
.main5 * {
  color: #fff;
}
.main5Tab li {
  position: relative;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 29px;
  text-align: center;
  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);
}
.main5Tab li:not(:last-of-type) {
  margin-right: 10px;
}
.main5Tab li:hover,
.main5Tab li.active {
  background-color: #6FB92C;
}
.main5B {
  margin-top: 4.6vw;
}
.main5-item {
  display: none;
}
.main5-item.select {
  display: block;
}
.main5-swiper .img {
  margin-bottom: 28px;
}
.main5-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);
}
.main5-swiper .name {
  margin-bottom: 24px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main5-swiper .swiper-slide:hover .img img {
  transform: scale(1.04);
}
.main6 {
  background-color: #3071B7;
  height: auto !important;
  overflow: visible !important;
}
.main6 > .main {
  overflow: visible !important;
  transform: translate(0) !important;
}
.firmL {
  width: 50%;
}
.firmL .intro * {
  font-size: inherit;
  line-height: 2;
}
.firmL .intro1 {
  padding-bottom: 29px;
  margin-top: 38px;
  border-bottom: 3px solid #3071B7;
}
.firmL .intro1 * {
  font-family: 'AlibabaPuHuiTi-B';
}
.firmR {
  width: 39.3%;
}
.firm2 {
  position: relative;
}
.firm2 .bg {
  position: relative;
  cursor: pointer;
}
.firm2 .bg .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);
}
.firm2 .bg .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 57.1%;
}
.firm2 .bg .icon .cir {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  animation: circle 5s ease infinite;
}
.firm2 .bg .icon i {
  color: #fff;
}
.firm2 .bg:hover .img img {
  transform: scale(1.04);
}
.firm2 .num-items {
  position: absolute;
  left: 8.35vw;
  top: 0;
  width: 21.9%;
  padding: 158px 0 163px 3.4%;
  z-index: 2;
}
.firm2 .num-items * {
  color: #fff;
}
.firm2 .num-item:not(:last-of-type) {
  margin-bottom: 108px;
}
.firm2 .num-item .icon {
  margin-right: 15px;
}
.firm2 .num-item .icon i {
  font-size: 41px;
}
.firm2 .intro {
  width: 71.9%;
  margin-left: auto;
}
.firm2 .intro * {
  font-size: inherit;
  line-height: 2;
}
.welfare-item {
  width: 18.6%;
  height: 350px;
  background-color: #fff;
  padding: 47px 2.2% 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-item:not(:last-of-type) {
  margin-right: 1.75%;
}
.welfare-item .icon {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin: 0 auto 53px;
  background-color: #3071B7;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-item .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 138%;
  height: 138%;
  border-radius: 50%;
  background: linear-gradient(219deg, rgba(255, 255, 255, 0) 0%, rgba(48, 113, 183, 0.2) 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-item .icon i {
  font-size: 28px;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-item .name {
  font-family: 'AlibabaPuHuiTi-B';
  margin-bottom: 16px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-item .des {
  font-family: 'AlibabaPuHuiTi-L';
  color: #666666;
  line-height: 1.5;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-item:hover {
  background-color: #3071B7;
}
.welfare-item:hover .icon {
  background-color: #fff;
}
.welfare-item:hover .icon::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.welfare-item:hover .icon i {
  color: #3071B7;
  -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: move 0.5s 1;
  animation: move 0.5s 1;
}
.welfare-item:hover .name,
.welfare-item:hover .des {
  color: #fff;
}
.fzlc {
  overflow: hidden;
}
.fzlc .tab {
  width: 35.6%;
}
.fzlc .item {
  display: none;
}
.fzlc .item * {
  line-height: 2.1;
}
.fzlc .item.select {
  display: block;
}
.fzlc svg {
  width: 102%;
  transform: translateX(-1%);
}
.fzlc .lc-svg2 {
  position: absolute;
  left: 0;
  top: 22px;
  clip-path: inset(0 100% 0 0);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.lcName-swiper .swiper-slide {
  width: auto;
  color: #DDDDDD;
  font-weight: 600;
  cursor: pointer;
}
.lcName-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 78px;
}
.lcName-swiper .swiper-slide.swiper-slide-active {
  color: #3071B7;
}
.year-swiper {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 23px;
}
.year-swiper .swiper-slide {
  position: relative;
  height: 146px;
}
.year-swiper .swiper-slide::before,
.year-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.year-swiper .swiper-slide::before {
  background: url(../images/xu2.svg) no-repeat left;
  background-size: contain;
}
.year-swiper .swiper-slide::after {
  background: url(../images/shi2.svg) no-repeat left;
  background-size: contain;
  clip-path: inset(0 100% 0 0);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.year-swiper .swiper-slide .year-item {
  margin-top: -20px;
  margin-left: -23px;
}
.year-swiper .swiper-slide:nth-of-type(2n)::before {
  background: url(../images/xu3.svg) no-repeat left;
  background-size: contain;
}
.year-swiper .swiper-slide:nth-of-type(2n)::after {
  background: url(../images/shi3.svg) no-repeat left;
  background-size: contain;
}
.year-swiper .swiper-slide:nth-of-type(2n) .year-item {
  margin-top: 120px;
}
.year-swiper .cir {
  position: relative;
  width: 45px;
  height: 45px;
  margin-bottom: 16px;
}
.year-swiper .cir::before,
.year-swiper .cir::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.year-swiper .cir::before {
  width: 33%;
  height: 33%;
  background-color: #3071B7;
  z-index: 2;
}
.year-swiper .cir::after {
  width: 0;
  height: 0;
  background-color: #3071B7;
  z-index: 1;
}
.year-swiper p {
  font-family: 'DIN';
  color: #3071B7;
}
.year-swiper .swiper-slide-thumb-active::after {
  clip-path: inset(0 0 0 0);
}
.year-swiper .swiper-slide-thumb-active .cir::before {
  width: 15.6%;
  height: 15.6%;
  background-color: #fff;
}
.year-swiper .swiper-slide-thumb-active .cir::after {
  width: 100%;
  height: 100%;
}
.lc-wrap {
  position: relative;
  width: 597px;
}
.lc-wrap .swiper-button-next,
.lc-wrap .swiper-button-prev {
  top: 40%;
}
.lc-wrap .swiper-button-next::after,
.lc-wrap .swiper-button-prev::after {
  content: '\eb04';
  font-size: 40px;
  color: #DDDDDD;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.lc-wrap .swiper-button-next:hover::after,
.lc-wrap .swiper-button-prev:hover::after {
  color: #3071B7;
}
.lc-wrap .swiper-button-prev {
  left: -30px;
}
.lc-wrap .swiper-button-next {
  right: -80px;
}
.lc-wrap .swiper-button-next::after {
  transform: rotateY(180deg);
}
.img-swiper .swiper-slide {
  opacity: 0 !important;
}
.img-swiper .swiper-slide-active {
  opacity: 1 !important;
}
.img-swiper .img {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 47px;
}
.img-swiper .img img {
  height: 100%;
  object-fit: cover;
}
.img-swiper .year {
  color: #67AC49;
  font-family: 'DIN';
  line-height: 1;
  margin-top: -107px;
}
.cultureL {
  position: relative;
  width: 461px;
  height: 461px;
}
.cultureL .img {
  width: 76.6%;
  height: 76.6%;
  border-radius: 50%;
  overflow: hidden;
}
.cultureL .cir {
  border-radius: 50%;
  box-sizing: border-box;
}
.cultureL .cir .yuan {
  position: absolute;
  border-radius: 50%;
}
.cultureL .cir1 {
  width: 88.7%;
  height: 88.7%;
  border: 1px solid rgba(48, 113, 183, 0.13);
  animation: roll2 13s ease infinite;
}
.cultureL .cir1 .yuan1 {
  left: 24%;
  top: 5%;
  width: 12px;
  height: 12px;
  background-color: #3071B7;
}
.cultureL .cir2 {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(48, 113, 183, 0.43);
  animation: roll3 20s ease infinite;
}
.cultureL .cir2 .yuan2 {
  left: 22%;
  bottom: 5%;
  width: 19px;
  height: 19px;
  background-color: #67AC49;
}
.cultureL .cir2 .yuan3 {
  right: 0;
  bottom: 37%;
  width: 13px;
  height: 13px;
  background-color: #67AC49;
}
.cultureR {
  width: 50.9%;
}
.cultureR .com-tit {
  position: relative;
}
.cultureR .yh {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
}
.company {
  position: relative;
  margin-bottom: -62px;
  z-index: 2;
}
.company .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  z-index: -1;
}
.companyL {
  position: relative;
  width: 59.3%;
  height: 610px;
  padding: 80px 2.9% 80px 5.1%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 100px 0 0 0;
  border-bottom: 9px solid #3071B7;
}
.companyL::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 23.4%;
  height: 9px;
  background-color: #6FB92C;
}
.companyL .com-tit {
  margin-bottom: 15px;
}
.companyL .intro {
  padding-right: 2%;
  max-height: 350px;
  overflow-y: auto;
}
.companyL .intro::-webkit-scrollbar {
  width: 3px;
}
.companyL .intro * {
  line-height: 2;
}
.spirit * {
  color: #fff;
}
.spirit .txt1 {
  position: absolute;
  left: 0;
  top: 68.4%;
  padding-left: 27.1%;
  width: 100%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.spirit .txt2 {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
  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);
}
.spirit .txt2 .intro {
  width: 69%;
  margin: 46px auto 0;
}
.spirit .txt2 .intro * {
  font-size: inherit;
}
.spirit .item {
  position: relative;
  width: 50%;
  height: 800px;
}
.spirit .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #67A418;
  opacity: 0.8;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.spirit .item:nth-of-type(1)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
}
.spirit .item:hover::before {
  height: 100%;
}
.spirit .item:hover .txt1 {
  top: 70.4%;
  opacity: 0;
  visibility: hidden;
}
.spirit .item:hover .txt2 {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.promise .com-tit .tit {
  line-height: 1.4;
}
.promise-item {
  position: relative;
  width: 31.1%;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  background-color: #F9F9F9;
}
.promise-item:not(:last-of-type) {
  margin-right: 3.35%;
}
.promise-item .txt1 {
  padding: 34px 14.9% 39px 12.4%;
}
.promise-item .tit1 {
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1.4;
}
.promise-item .img {
  position: relative;
  padding-bottom: 104.6%;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
.promise-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.promise-item .num {
  font-family: 'DIN';
  font-weight: bold;
}
.promise-item .txt1 .num {
  color: #DDDDDD;
}
.promise-item .txt2 {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 15% 12.4% 2%;
  width: 100%;
  height: 100%;
  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;
}
.promise-item .txt2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.promise-item .txt2 .bg img {
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.promise-item .txt2 .bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #67AC49;
}
.promise-item .txt2 * {
  color: #fff;
}
.promise-item .txt2 .num {
  margin-bottom: 35px;
}
.promise-item .txt2 .intro {
  margin-top: 27px;
}
.promise-item:hover .txt2 {
  top: 0;
}
.duty-item {
  position: relative;
  width: 47.1%;
  height: 190px;
  margin-right: 5.8%;
  background-color: #fff;
  margin-bottom: 119px;
}
.duty-item:nth-of-type(2n) {
  margin-right: 0;
}
.duty-item .img {
  position: absolute;
  left: 6.7%;
  bottom: 30px;
  width: 26.7%;
}
.duty-item .duName {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 9.7%;
  padding-top: 14.3%;
  text-align: right;
}
.duty-item .duName * {
  color: #fff;
  line-height: 1;
  text-shadow: 0px 2px 2px rgba(13, 77, 145, 0.35);
}
.duty-item .duName .year {
  font-family: 'DIN';
}
.duty-item .txt {
  width: 54.5%;
  margin-left: auto;
}
.duty-item .txt .name {
  padding-right: 5%;
  font-weight: 600;
  margin-bottom: 37px;
}
.duty-item .txt .download {
  position: relative;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.duty-item .txt .download::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #112846;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.duty-item:hover .txt .download {
  color: #3071B7;
}
.duty-item:hover .txt .download::after {
  background-color: #3071B7;
}
.party .des {
  width: 79.4%;
  margin: 29px auto 20px;
}
.party-wrap .logo {
  position: relative;
  z-index: 1;
}
.party-wrap .logo img {
  width: auto;
  margin: 0 auto;
}
.all-target {
  position: relative;
  padding-top: 69px;
  padding-bottom: 98px;
}
.all-target .line {
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
}
.all-target::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  box-sizing: border-box;
}
.party-wrap {
  width: 85.4%;
  margin-left: auto;
  margin-right: auto;
}
.party-item {
  position: relative;
  width: 50%;
  margin-top: -49px;
  display: block;
}
.party-item::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DDDDDD;
}
.party-item .items {
  position: relative;
  min-height: 160px;
  padding: 17px 6.4%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.party-item .items::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.party-item .date {
  font-family: 'AlibabaPuHuiTi-B';
  color: #BB0001;
}
.party-item .more {
  display: inline-block;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 28px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.party-item:nth-of-type(odd) {
  padding-right: 4%;
}
.party-item:nth-of-type(odd)::before {
  right: -5px;
}
.party-item:nth-of-type(odd) .items::after {
  right: -32px;
  border-width: 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.party-item:nth-of-type(even) {
  margin-left: auto;
  padding-left: 4%;
}
.party-item:nth-of-type(even)::before {
  left: -5px;
}
.party-item:nth-of-type(even) .items::after {
  left: -32px;
  border-width: 10px 16px;
  border-color: transparent #fff transparent transparent;
}
.party-item.hasBgColor .items {
  background-color: #BB0001;
}
.party-item.hasBgColor * {
  color: #fff;
}
.party-item.hasBgColor:nth-of-type(even) .items::after {
  border-color: transparent #BB0001 transparent transparent;
}
.party-item.hasBgColor:nth-of-type(odd) .items::after {
  border-color: transparent transparent transparent #BB0001;
}
.party-item.hasBgColor:hover .more {
  color: #BB0001 !important;
  background-color: #fff !important;
}
.party-item:hover .more {
  color: #fff !important;
  background-color: #BB0001 !important;
}
.partner {
  background-color: #F6F9FB;
}
.partner .com-tit .des {
  color: #666666;
}
.filter {
  margin: 47px 0 55px;
}
.fil-select {
  width: 23.1%;
  height: 60px;
  border-radius: 5px;
  padding: 0 1.9%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: 'AlibabaPuHuiTi-L';
  color: #666666;
  background: #fff url(../images/jt.png) no-repeat 95% 50%;
}
.fil-select:not(:last-of-type) {
  margin-right: 2.9%;
}
.fil-select::placeholder {
  color: #666666;
}
.fil-select::-webkit-input-placeholder {
  color: #666666;
}
.fil-select:-moz-placeholder {
  color: #666666;
}
.fil-select:-ms-input-placeholder {
  color: #666666;
}
.jobs-item {
  display: block;
  padding: 28px 3.6% 33px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  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);
}
.jobs-item * {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.jobs-item .jobT {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.jobs-item .jobT .more {
  color: #666666;
}
.jobs-item .jobT .more i {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  transform: rotateY(180deg);
  margin-left: 10px;
}
.jobs-item .job-b {
  margin-top: 30px;
}
.jobs-item .job-b * {
  color: #666666;
}
.jobs-item:hover {
  background-color: #3071B7;
}
.jobs-item:hover .jobT {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.jobs-item:hover * {
  color: #fff !important;
}
.hj-swiper {
  padding: 75px 0;
}
.hj-swiper .swiper-slide {
  position: relative;
  width: 300px;
}
.hj-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.hj-swiper .swiper-slide .img {
  overflow: hidden;
}
.hj-swiper .swiper-slide .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);
}
.hj-swiper .swiper-slide .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  z-index: 2;
}
.hj-swiper .swiper-slide .txt * {
  color: #fff;
}
.hj-swiper .swiper-slide .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hj-swiper .swiper-slide:hover .img img {
  transform: scale(1.04);
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.hj-wrap {
  position: relative;
  margin-top: 29px;
}
.hj-wrap .swiper-pagination {
  position: relative;
  width: 17.4%;
  height: 5px;
  margin: 0 auto;
}
.hj-wrap .swiper-pagination::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  width: 100%;
  height: 2px;
  background-color: #DDDDDD;
}
.hj-wrap .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  display: inline-block;
  width: auto;
  height: 5px;
  background-color: transparent;
  opacity: 1;
}
.hj-wrap .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 5px;
  background-color: #3071B7;
  border-radius: 3px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hj-wrap .swiper-pagination-bullet-active::after {
  width: 100%;
  left: 0;
}
.hj-wrap .swiper-button-next,
.hj-wrap .swiper-button-prev {
  width: auto;
  height: auto;
}
.hj-wrap .swiper-button-next::after,
.hj-wrap .swiper-button-prev::after {
  content: '\eb04';
  font-size: 40px;
  color: #3071B7;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hj-wrap .swiper-button-prev {
  left: 20%;
}
.hj-wrap .swiper-button-next {
  right: 20%;
}
.hj-wrap .swiper-button-next::after {
  transform: rotateY(180deg);
}
.team-swiper .swiper-slide {
  width: 57.5%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.team-swiper .img {
  position: relative;
}
.team-swiper .img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 158px;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.team-swiper .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.team-swiper .intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5.9%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.team-swiper .intro * {
  color: #fff;
}
.team-swiper .swiper-slide-active .img::before {
  opacity: 0;
}
.team-swiper .swiper-slide-active .img::after {
  opacity: 1;
}
.team-swiper .swiper-slide-active .intro {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.team-swiper .swiper-button-next,
.team-swiper .swiper-button-prev {
  width: auto;
  height: auto;
}
.team-swiper .swiper-button-next::after,
.team-swiper .swiper-button-prev::after {
  content: '\eb04';
  font-size: 40px;
  color: #3071B7;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.team-swiper .swiper-button-prev {
  left: 16.4%;
}
.team-swiper .swiper-button-next {
  right: 16.4%;
}
.team-swiper .swiper-button-next::after {
  transform: rotateY(180deg);
}
.ctact-item {
  width: 23.2%;
  height: 419px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding-top: 66px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ctact-item:not(:last-of-type) {
  margin-right: 2.4%;
}
.ctact-item * {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ctact-item .icon {
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px dashed #3071B7;
  box-sizing: border-box;
  margin: 0 auto 55px;
}
.ctact-item .icon i {
  font-size: 20px;
  color: #3071B7;
}
.ctact-item .name {
  font-family: 'AlibabaPuHuiTi-B';
  color: #333;
  margin-bottom: 19px;
}
.ctact-item .intro {
  line-height: 1.4;
  color: #333;
}
.ctact-item:hover {
  background-color: #3071B7;
  transform: translateY(-40px);
}
.ctact-item:hover * {
  color: #fff !important;
}
.ctact-item:hover .icon {
  border-color: #fff;
}
.ctact1 .toGo {
  color: #3071B7;
  margin: 19px auto 0;
}
.ctact1 .toGo::before {
  width: 100%;
  background-color: #6FB92C;
  opacity: 0;
}
.ctact1 .toGo::after {
  display: none;
}
.ctact1:hover .toGo::before {
  opacity: 1;
}
.ctact2 .intro {
  font-family: 'DIN';
}
.ctact4 .img {
  width: 114px;
  height: 114px;
  margin: 0 auto;
}
.cyl-wrap {
  position: relative;
  width: 33.8%;
  margin-left: auto;
  margin-right: auto;
}
.cyl-wrap .img {
  position: relative;
}
.cyl-wrap .img img {
  width: auto;
  max-width: 100%;
}
.cyl-wrap .img .name1 {
  position: absolute;
  left: 50%;
  bottom: 1.7%;
  transform: translate(-50%, -50%);
  font-family: 'AlibabaPuHuiTi-B';
  color: #fff;
}
.cyl-wrap .qk {
  position: absolute;
  right: -11%;
  top: -26%;
  width: 58.6%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.cyl-wrap .qk .name2 {
  position: absolute;
  left: 42%;
  top: 62%;
  transform: translate(-50%, -50%) rotate(35deg);
  font-family: 'AlibabaPuHuiTi-B';
  color: #fff;
}
.cyl-wrap .txt {
  width: 60%;
}
.cyl-wrap .txt * {
  font-family: 'AlibabaPuHuiTi-B';
  color: #112846;
  line-height: 1.1;
}
.cyl-wrap .txt .p2 {
  font-family: 'DIN';
}
.cyl-wrap .txt .p2 * {
  font-family: 'DIN';
}
.cyl-wrap.animated .qk {
  right: -13%;
  top: -28%;
}
.pro-item {
  position: relative;
  width: 93.75%;
  height: 530px;
  background-color: #eef6ff;
}
.pro-item:nth-of-type(odd) {
  padding-left: 6.25%;
}
.pro-item:nth-of-type(odd) .txt {
  width: 35.4%;
}
.pro-item:nth-of-type(odd) .img {
  right: -6.25%;
}
.pro-item:nth-of-type(even) {
  margin-left: 6.25%;
  padding-right: 3.7%;
}
.pro-item:nth-of-type(even) .img {
  left: -6.25%;
}
.pro-item:nth-of-type(even) .txt {
  width: 39.2%;
  margin-left: auto;
}
.pro-item .img {
  position: absolute;
  top: -110px;
  width: 52.5%;
}
.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 .proName {
  line-height: 1.2;
}
.pro-item .item {
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDD;
}
.pro-item .item1 {
  width: 40.4%;
}
.pro-item .item2 {
  width: 46.5%;
}
.pro-item .item1 {
  margin-right: 13.1%;
}
.pro-item .item1 .des {
  color: #3071B7;
}
.pro-item .item1 .name {
  color: #666666;
}
.pro-item .item3 {
  width: 100%;
  margin-top: 33px;
}
.pro-item:nth-of-type(2) .item1 {
  width: 35.3%;
  margin-right: 11.7%;
}
.pro-item:nth-of-type(2) .item2 {
  width: 53%;
}
.pro-item:hover .img img {
  transform: scale(1.04);
}
.isPro-ban .pro-into {
  top: 15.7%;
}
.isPro-ban .fea-item:not(:last-of-type) {
  margin-right: 8.3vw;
}
.isPro-ban .fea-item .icon i {
  display: inline-block;
  font-size: 62px;
}
.isPro-ban .fea-item .name {
  margin-bottom: 12px;
}
.isPro-ban .fea-item .des {
  line-height: 1.2;
}
.isPro-ban .fea-item:hover .icon i {
  -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: move2 0.5s 1;
  animation: move2 0.5s 1;
}
.pro {
  position: relative;
  margin-top: -93px;
  background-color: #fff;
  padding-left: 7.4%;
  padding-right: 7.4%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.proIntro:not(:last-of-type) {
  margin-bottom: 96px;
}
.proIntro .cq-inName {
  font-family: 'AlibabaPuHuiTi-B';
  margin-bottom: 32px;
}
.proIntro .intro * {
  color: #112846;
}
.proIntro .intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.tech-wrap {
  position: relative;
}
.tech-tab {
  left: 6.1%;
  height: 433px;
}
.tech-tab .line {
  right: -15%;
}
.tech-tab ul {
  height: 100%;
}
.tech-tab li {
  position: relative;
  cursor: pointer;
}
.tech-tab li.active p {
  font-family: 'AlibabaPuHuiTi-B';
}
.tech-tab li.active .icon::before {
  width: 84%;
  height: 84%;
}
.tech-tab li.active .icon i {
  color: #fff;
}
.tech-tab .icon {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 15px;
}
.tech-tab .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #3071B7;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.tech-tab .icon i {
  font-size: 26px;
  color: #999999;
}
.tech-tab .tech-li1,
.tech-tab .tech-li4 {
  transform: translateX(35%);
}
.tech-items {
  width: 81.4%;
  min-height: 433px;
  border: 1px solid #B5D9FF;
  background-color: #fff;
  padding: 0 5.7% 0 3.5%;
  border-radius: 213px;
  margin-left: auto;
}
.tech-item {
  display: none;
}
.tech-item.select {
  display: block;
}
.tech-item .img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
}
.tech-item .img img {
  height: 100%;
  object-fit: cover;
}
.tech-item .txt {
  width: calc(100% - 350px);
  padding-left: 5.5%;
}
.tech-item h3 {
  font-family: 'AlibabaPuHuiTi-B';
  color: #3071B7;
}
.tech-item .intro {
  margin-top: 25px;
}
.tech-item .intro * {
  line-height: 2;
}
.ad-item {
  position: relative;
  flex: 1;
  height: 550px;
  background-color: #F1F1F1;
  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:not(:last-of-type) {
  margin-right: 0.9%;
}
.ad-item i {
  font-size: 60px;
}
.ad-item .item1 {
  top: 32.2%;
  width: 100%;
}
.ad-item .item1 i {
  color: #3071B7;
}
.ad-item .item1 h3 {
  position: relative;
  font-family: 'AlibabaPuHuiTi-B';
  line-height: 1;
}
.ad-item .item1 h3::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #DDDDDD;
}
.ad-item .item2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.ad-item .item2 * {
  color: #fff;
}
.ad-item .item2 .name {
  position: relative;
}
.ad-item .item2 .name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}
.ad-item .bg {
  z-index: 1;
}
.ad-item .bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(91, 172, 17, 0.75);
}
.ad-item .bg img {
  height: 100%;
  object-fit: cover;
}
.ad-item .ys {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 5.6%;
  padding-bottom: 18.7%;
  transition: 0.5s ease 0.3s;
  -webkit-transition: 0.5s ease 0.3s;
  z-index: 2;
}
.ad-item .itemT,
.ad-item .itemB {
  padding: 0 6.6%;
}
.ad-item .itemB .intro {
  width: 72.4%;
  margin-top: 12px;
}
.ad-item.active {
  flex: 4.1;
}
.ad-item.active .ys {
  padding-top: 13.6%;
  padding-bottom: 10.7%;
}
.ad-item.active .item1 {
  opacity: 0;
  visibility: hidden;
}
.ad-item.active .item2 {
  opacity: 1;
  visibility: visible;
}
.case {
  background-color: #F9F9F9;
}
.case-item {
  width: 31.4%;
  margin-right: 2.9%;
  margin-bottom: 54px;
  cursor: pointer;
}
.case-item:nth-of-type(3n) {
  margin-right: 0;
}
.case-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);
}
.case-item p {
  color: #112846;
  margin-top: 24px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.case-item:hover .img img {
  transform: scale(1.04);
}
.case-item:hover p {
  color: #3071B7;
}
.case-pop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  z-index: 2000;
}
.case-pop.active {
  opacity: 1;
  visibility: visible;
}
.case-pop .lunbo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.case-pop .lunbo .swi-pagi {
  width: 50px;
  height: 50px;
  background-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);
}
.case-pop .lunbo .swi-pagi::after {
  font-size: 14px;
  color: #fff;
}
.case-pop .lunbo .swi-pagi:hover {
  background-color: #3071B7;
}
.case-pop .lunbo .swi-pagi.hide {
  display: none;
}
.case-pop .lunbo .swiper-button-prev {
  left: 0;
}
.case-pop .lunbo .swiper-button-next {
  right: 0;
}
.case-pop .closed {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #3071B7;
  cursor: pointer;
}
.case-pop .closed i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.case-pop .closed:hover {
  transform: rotate(360deg);
  transition: 0.35s;
}
.lb-swiper {
  width: auto;
  width: 60vw;
}
.lb-swiper img {
  width: auto;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  object-fit: contain;
}
.news .com-tit .tit {
  color: #112846;
}
.new-item {
  border-bottom: 1px solid #DDDDDD;
}
.new-item .img {
  width: 22.9%;
}
.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 .txt {
  width: 73.3%;
  margin-left: 3.8%;
}
.new-item .date {
  font-family: 'DIN';
  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);
}
.new-item .name {
  line-height: 1.4;
  font-family: 'AlibabaPuHuiTi-B';
  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);
}
.new-item .des {
  line-height: 2;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-item .more {
  margin-top: 40px;
}
.new-item:hover .img img {
  transform: scale(1.04);
}
.new-item:hover .date,
.new-item:hover .name {
  color: #3071B7;
}
.new-item:hover .more::before {
  width: 100%;
}
.new-item:hover .more::after {
  border-color: #3071B7;
}
.new-item:hover .more span,
.new-item:hover .more i {
  color: #fff;
}
.infoBan {
  min-height: 250px;
  padding-bottom: 20px;
  background-color: #3071B7;
}
.infoBan .c1 {
  padding-left: 4.2%;
}
.infoBan * {
  color: #fff;
}
.infoBan .name {
  line-height: 1.4;
}
.infoBan .date {
  margin-top: 17px;
}
.infoBan .date i {
  font-size: 18px;
}
.infoBan .date span {
  font-family: 'DIN';
  margin-left: 9px;
}
.infoLsit {
  padding-left: 4.2%;
}
.xqInfoL {
  width: 65.4%;
}
.xqInfoL .info {
  border-bottom: 1px solid #CCCCCC;
}
.xqInfoL .info * {
  color: #333;
}
.xqInfoL .info img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.xqInfoL .page {
  position: relative;
}
.xqInfoL .page .prev,
.xqInfoL .page .next {
  width: calc(100% - 180px);
  color: #666666;
  font-weight: 200;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xqInfoL .page .prev a,
.xqInfoL .page .next a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.xqInfoL .page .prev:hover a,
.xqInfoL .page .next:hover a {
  color: #3071B7;
}
.xqInfoL .page .prev {
  margin-bottom: 26px;
}
.xqInfoL .back {
  position: absolute;
  right: 0;
  top: 0;
}
.xqInfoR {
  width: 30.6%;
  padding: 32px 3.5% 11px;
  background-color: #f3f3f3;
  margin-bottom: 60px;
}
.xqInfoR .recom-name {
  color: #333;
  margin-bottom: 26px;
}
.recom {
  display: block;
  padding: 26px 0 41px;
  border-top: 1px solid #CCCCCC;
}
.recom .name {
  color: #666666;
  line-height: 1.4;
  font-family: 'AlibabaPuHuiTi-L';
  margin-bottom: 14px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.recom .date {
  font-family: 'DIN';
  color: #999999;
}
.recom:hover .name {
  color: #3071B7;
}
