@charset "utf-8";
.is-index {
  padding-top: 0;
}
.is-index .head-pc {
  background-color: transparent;
  box-shadow: none;
}
.is-index .head-pc .logo1 {
  display: none;
}
.is-index .head-pc .logo2 {
  display: block;
}
.is-index .head-pc .li-1 > a {
  color: #fff;
}
.is-index .head-pc .online .onshop i {
  color: #fff;
}
.banner {
  overflow: hidden;
}
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-swiper .slide1 .txt {
  top: 40%;
}
.banner-swiper .txt * {
  color: #fff;
}
.banner-swiper .txt p {
  font-weight: 200;
}
.banner-swiper .txt .en {
  font-family: 'Gilroy';
  font-weight: normal;
  text-transform: uppercase;
}
.banner-swiper .video {
  position: absolute;
  right: 1.6%;
  bottom: 7.1%;
  width: 13%;
  cursor: pointer;
  z-index: 2;
}
.banner-swiper .video .icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-swiper .video .icon i {
  font-size: 12px;
  color: #fff;
}
.banner-swiper .arrow-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 10;
}
.banner-swiper .arrow-btn i {
  color: #fff;
  font-size: 23px;
}
.banner-swiper .prev {
  left: 0;
}
.banner-swiper .next {
  right: 0;
}
.banner-swiper .scroll {
  bottom: 2.3%;
  z-index: 10;
}
.banner-swiper .scroll p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 9px;
}
.banner-swiper .scroll .line {
  -webkit-animation: mouse 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite 0.3s;
  animation: mouse 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite 0.3s;
}
.banner-swiper:hover .arrow-btn {
  opacity: 1;
  visibility: visible;
}
.banner-swiper:hover .prev {
  left: 1.6%;
}
.banner-swiper:hover .next {
  right: 1.6%;
}
.jtjj {
  position: relative;
  padding: 100px 0 400px;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.jtjj .jtjj-wrap.show .profile1 {
  opacity: 0;
  visibility: hidden;
}
.jtjj .jtjj-wrap.show .profile2 {
  opacity: 1;
  visibility: visible;
}
.jtjj .fix .file1 {
  position: fixed;
  left: 0;
  top: 81px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s 1s, visibility 1s 1s;
  z-index: 1;
}
.jtjj .fix .file1 .earth .img {
  opacity: 0;
  visibility: hidden;
}
.jtjj .fix .file1 .earth .icon img {
  opacity: 0;
  visibility: hidden;
}
.jtjj .fix .file1 .earth .icon::before {
  width: 5000%;
  height: 5000%;
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transition: all 1s 0s, opacity 0.5s 0.5s;
  -o-transition: all 1s 0s, opacity 0.5s 0.5s;
  -moz-transition: all 1s 0s, opacity 0.5s 0.5s;
  transition: all 1s 0s, opacity 0.5s 0.5s;
}
.jtjj .fix .file1 .txt {
  opacity: 0;
  visibility: hidden;
}
.jtjj .fix .profile2 {
  opacity: 1;
  visibility: visible;
  transition: all 1s 0.5s, opacity 0.5s 0.5s;
}
.jtjj .fix .profile2 .jt-vWrap img {
  animation: scale 1.5s ease both 0.5s;
  -webkit-animation: scale 1.5s ease both 0.5s;
}
.jtjj .end .profile2 {
  position: relative;
}
.profile1 {
  position: relative;
  width: 100%;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.profile1 .c4 {
  position: relative;
  height: 100%;
}
.profile1 .txt {
  position: relative;
  width: 40.3%;
  margin-left: auto;
  z-index: 2;
}
.profile1 .title p {
  color: #666666;
}
.profile1 .des {
  color: #666666;
}
.profile1 .jt-items {
  margin: 83px 0 55px;
}
.profile1 .group-num {
  flex: 1;
}
.profile1 .group-num:not(:last-of-type) {
  margin-bottom: 0;
}
.profile1 .more {
  display: inline-block;
  font-weight: 500;
  color: #2D7CB8;
  margin-top: 90px;
}
.earth {
  position: relative;
  margin-left: -5.2%;
  width: 55.2%;
  -webkit-animation: rotate 30s ease both infinite;
  animation: rotate 30s ease both infinite;
}
.earth .icon {
  width: 12.8%;
  z-index: 3;
}
.earth .icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(45, 124, 184, 0.3);
  border-radius: 50%;
  -webkit-animation: fades1 5s 1s linear infinite;
  animation: fades1 5s 1s linear infinite;
  -webkit-transition: all 1s 0s, opacity 0.5s 0.5s;
  -o-transition: all 1s 0s, opacity 0.5s 0.5s;
  -moz-transition: all 1s 0s, opacity 0.5s 0.5s;
  transition: all 1s 0s, opacity 0.5s 0.5s;
  z-index: -1;
}
.isjt-vi .earth .icon img {
  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);
}
.isjt-vi .earth .icon::before {
  width: 5000%;
  height: 5000%;
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transition: all 1s 0s, opacity 0.5s 0.5s;
  -o-transition: all 1s 0s, opacity 0.5s 0.5s;
  -moz-transition: all 1s 0s, opacity 0.5s 0.5s;
  transition: all 1s 0s, opacity 0.5s 0.5s;
}
.profile2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
}
.profile2 .jt-video {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.profile2 .video-sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile2 .mb-video-sp {
  display: none;
  width: 100%;
}
.profile2 .jt-vWrap {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.profile2 .jt-vWrap img {
  height: 100%;
  object-fit: cover;
}
.profile2 .icon {
  width: 97px;
  height: 97px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.profile2 .icon i {
  color: #fff;
}
.profile2 .cur .jt-vWrap {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.profile2 .cur .video-sp {
  opacity: 1;
  visibility: visible;
}
.jtcy {
  position: relative;
  padding: 138px 0 41px;
  background: url(../img/contact-bg.jpg) repeat;
  background-size: cover;
  overflow: hidden;
}
.jtcyL {
  width: 49.2%;
}
.jtcyL .title p {
  color: #999999;
}
.jtcy-wrap {
  display: none;
  border-radius: 20px;
  background-color: #fff;
  padding: 47px 6.8% 71px 6.1%;
  margin: 36px 0 77px 0;
}
.jtcy-wrap .des {
  max-height: 96px;
  color: #666666;
  margin: 14px 0 81px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jtcy-wrap .more {
  color: #2D7CB8;
}
.jtcy-wrap.cur {
  display: block;
}
.jtcy-bot {
  position: relative;
}
.jtcy-bot::before {
  content: '';
  position: absolute;
  left: 4.3%;
  top: 0;
  width: 7px;
  height: 100%;
  background: url(../images/line.png) repeat-y center;
  background-size: contain;
}
.jtcy-bot .btn-arrow {
  z-index: 2;
}
.jtcy-bot .swiper-button-next,
.jtcy-bot .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(21, 73, 154, 0.55), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
}
.jtcy-bot .swiper-button-next::after,
.jtcy-bot .swiper-button-prev::after {
  font-size: 24px;
  color: #BEBEBE;
  transform: rotate(90deg);
}
.jtcy-bot .swiper-button-prev {
  margin-bottom: 24px;
}
.jtcyR .cir {
  position: absolute;
  top: -2.1%;
  right: -440px;
  width: 935px;
  height: 935px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #2D7CB8;
}
.cy-Rwrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 980px;
  height: 100%;
}
.cy-Rwrap .swiper-pagination {
  right: 22%;
  left: auto;
  bottom: 9.2%;
  width: 134px;
  height: 134px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fbfbfb;
  border: 3px solid #2D7CB8;
  z-index: 2;
}
.cy-Rwrap .swiper-pagination * {
  line-height: 1;
  color: #2D7CB8;
}
.cy-Rwrap .swiper-pagination .swiper-pagination-current {
  font-family: 'Gilroy-B';
}
.cy-Rwrap .swiper-pagination .pagir {
  margin-top: -19px;
}
.cy-Rwrap .swiper-pagination .slash,
.cy-Rwrap .swiper-pagination .swiper-pagination-total {
  font-family: 'Gilroy';
}
.jtcyL-swiper {
  width: 82.8%;
  height: 238px;
  margin-left: 0;
}
.jtcyL-swiper .swiper-slide {
  position: relative;
  padding-left: 13.4%;
  overflow: hidden;
}
.jtcyL-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 5.3%;
  top: 15px;
  width: 13px;
  height: 2px;
  background-color: #333;
}
.jtcyL-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 13px;
  height: 14px;
  background: url(../images/sjx3.png) no-repeat center;
  background-size: contain;
  opacity: 0;
}
.jtcyL-swiper .swiper-slide p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jtcyL-swiper .swiper-slide * {
  color: #666666;
  line-height: 1.7;
}
.jtcyL-swiper .swiper-slide-active::after {
  opacity: 1;
}
.jtcyR-swiper {
  height: 100%;
  margin-left: 0;
}
.jtcyR-swiper .img {
  position: absolute;
  left: 50%;
  transform: translate(0, 0);
  width: 99px;
  height: 99px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.jtcyR-swiper .img img {
  height: 100%;
  object-fit: cover;
}
.jtcyR-swiper .swiper-slide {
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.jtcyR-swiper .swiper-slide .img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.jtcyR-swiper .next_nth2Mode .img {
  left: -12% !important;
  top: -1% !important;
  transform: translate(0, 0) !important;
  opacity: 1;
  visibility: visible;
}
.jtcyR-swiper .prev_nth2Mode {
  opacity: 0;
  visibility: hidden;
}
.jtcyR-swiper .prev_nth2Mode .img {
  left: 170% !important;
  top: auto !important;
  bottom: 0;
}
.jtcyR-swiper .next_nth3Mode .img {
  left: -6%;
  top: -1%;
}
.jtcyR-swiper .prev_nth3Mode .img {
  left: -6%;
  top: -1%;
}
.jtcyR-swiper .swiper-slide-active .img {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 490px;
  height: 490px;
  opacity: 1;
  visibility: visible;
}
.cpyw {
  position: relative;
  overflow: hidden;
}
.cpyw * {
  color: #fff;
}
.cpyw .title {
  top: 13.8%;
  z-index: 2;
}
.cpywT .swiper-slide {
  position: relative;
}
.cpywT .swiper-slide .mb-img {
  display: none;
}
.cpywT .swiper-slide h3,
.cpywT .swiper-slide .des,
.cpywT .swiper-slide .more {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0;
}
.cpywT .swiper-slide h3 {
  margin-left: 10%;
  margin-bottom: 27px;
}
.cpywT .swiper-slide .des {
  margin-left: 15%;
  width: 26.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cpywT .swiper-slide .more {
  display: inline-block;
  margin-left: 20%;
  margin-top: 45px;
}
.cpywT .swiper-slide .more:hover {
  color: #2D7CB8;
}
.cpywT .swiper-slide-active h3 {
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.cpywT .swiper-slide-active .des {
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.cpywT .swiper-slide-active .more {
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.cpywT .swiper-slide-active h3,
.cpywT .swiper-slide-active .des,
.cpywT .swiper-slide-active .more {
  margin-left: 0;
  opacity: 1;
}
.cpyw-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7.44%;
  z-index: 2;
}
.cpyw-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.cpyw-swiper .cir {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 auto 19px;
}
.cpyw-swiper .cir::before,
.cpyw-swiper .cir::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.cpyw-swiper .cir::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cpyw-swiper .cir::after {
  width: 30%;
  height: 30%;
}
.cpyw-swiper .active .cir::before {
  opacity: 1;
}
.cpyw-swiper .active .cir::after {
  background-color: #2D7CB8;
}
.inNews {
  background: url(../img/innews-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 91px;
}
.inNews .inNews-t .more {
  color: #2D7CB8;
}
.inNews .inNews-t .more i {
  font-size: 12px;
  color: #2D7CB8;
  margin-left: 14px;
}
.inNewsL {
  position: relative;
  width: 72.8%;
}
.inNewsL .swiper-slide-active {
  opacity: 1;
}
.inNewsL .swiper-slide-active * {
  opacity: 1;
}
.inNewsL .name {
  max-height: 58px;
  font-weight: 500;
  color: #666666;
  line-height: 1.2;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inNewsL p {
  font-family: 'Gilroy';
  color: #999999;
}
.inNewsL .more {
  color: #1E1E1E;
  margin-top: 106px;
}
.inNewsL .more .icon {
  position: relative;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 2px solid #2D7CB8;
  margin-right: 8px;
}
.inNewsL .more .icon i {
  font-size: 20px;
  color: #2D7CB8;
}
.inNewsL .txt {
  width: calc(100% - 710px);
  padding-right: 8.6%;
  box-sizing: border-box;
}
.inNewsL .img {
  display: block;
  width: 710px;
  height: 710px;
  border-radius: 50%;
  overflow: hidden;
}
.inNewsL .img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNewsL:hover img {
  transform: scale(1.04);
}
.inNew-items {
  width: 23.2%;
}
.inNew-item {
  display: block;
}
.inNew-item:not(:last-of-type) {
  margin-bottom: 43px;
}
.inNew-item p {
  max-height: 52px;
  line-height: 1.2;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNew-item .bot {
  margin-top: 20px;
}
.inNew-item .date {
  font-family: 'Gilroy';
  color: #999999;
}
.inNew-item .more {
  color: #2D7CB8;
}
.inNew-item:hover p {
  color: #2D7CB8;
}
.injoin {
  position: relative;
  padding-top: 100px;
  padding-bottom: 116px;
  overflow: hidden;
  background: url(../img/mx-bg.jpg) no-repeat center;
  background-size: cover;
}
.injoin .in-boxes {
  height: 631px;
}
.injoin .join {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.injoin .join:hover {
  letter-spacing: 2px;
}
.injoin .txt2 {
  margin-top: 67px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.injoin .txt2 .mb-p {
  display: none;
  line-height: 1.2;
  margin-bottom: 10px;
}
.injoin .txt2 .join {
  color: #2D7CB8;
}
.injoin.act {
  transition: all 1s 0.4s, color 0s, font-size 0.1s;
}
.injoin.act .txt {
  opacity: 0;
  visibility: hidden;
}
.injoin.act .injoin2 {
  opacity: 1;
  visibility: visible;
}
.injoin.end .txt2 {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.injoin.end .txt2 p {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}
.injoin.end .txt2 .join {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 1s;
}
.injoin-wrap {
  height: 100%;
}
.injoin-wrap.fix {
  position: fixed;
  top: 0;
}
.injoin1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.injoin1 .lk {
  height: 100%;
}
.injoin1 .lk img {
  height: 100%;
  object-fit: cover;
}
.injoin1 .txt * {
  color: #fff;
  line-height: 1;
}
.injoin1 .txt h3 {
  line-height: 1.2;
  margin: 15px 0 53px;
}
.injoin1 .txt2 {
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.injoin2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.injoin2 .img {
  height: 100%;
}
.injoin2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.group {
  position: relative;
  padding: 108px 0 100px;
  background: #fff url(../img/group-bg.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.group .img {
  position: absolute;
  right: -7.6%;
  bottom: 22.4%;
  width: 944px;
  height: 944px;
  border-radius: 50%;
  overflow: hidden;
}
.group .c1 {
  position: relative;
  z-index: 2;
}
.group .group-wrap {
  margin-top: 59px;
}
.group .groupL {
  width: 17.8%;
}
.group .groupR {
  position: relative;
  width: 71%;
  padding: 70px 2.4% 79px 3.9%;
  border-radius: 10px;
}
.group .groupR::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(271deg, #FFFFFF 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.group .groupR h3 {
  font-weight: 500;
  color: #2D7CB8;
  margin-bottom: 32px;
}
.group .groupR .intro * {
  line-height: 1.9;
  color: #666666;
}
.group .groupR .spread {
  color: #2D7CB8;
  cursor: pointer;
}
.group-num:not(:last-of-type) {
  margin-bottom: 72px;
}
.group-num * {
  color: #2D7CB8;
  line-height: 1;
}
.group-num .numT {
  font-family: 'Gilroy-M';
  margin-bottom: 5px;
}
.group-num .numT * {
  font-family: 'Gilroy-M';
}
.history {
  padding: 62px 0 70px;
  background-color: #fff;
  overflow: hidden;
}
.history .c1 {
  position: relative;
  z-index: 2;
}
.hisL {
  width: 40%;
  height: 848px;
}
.hisL .year {
  color: #2D7CB8;
  font-family: 'Gilroy-M';
  flex-shrink: 0;
  line-height: 1;
}
.hisR {
  width: 46.9%;
  padding-top: 86px;
  max-height: 848px;
  overflow-y: auto;
  padding-right: 1.5%;
  box-sizing: border-box;
}
.hisR::-webkit-scrollbar {
  width: 2px;
  background-color: #999999;
}
.hisR::-webkit-scrollbar-track {
  background-color: #999999;
}
.hisR::-webkit-scrollbar-thumb {
  background-color: #2D7CB8;
}
.history1-swiper {
  position: relative;
  margin: 0;
  width: 100%;
  height: 200px;
  overflow: visible;
}
.history1-swiper .swiper-slide {
  line-height: 1;
  color: rgba(45, 124, 184, 0.1);
  font-family: 'Gilroy-M';
}
.history1-swiper .swiper-slide-active {
  color: #2D7CB8;
}
.history1-swiper .btns {
  position: absolute;
  right: 0;
  top: 25.2%;
  z-index: 10;
}
.history1-swiper .icon-btn2 {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}
.history1-swiper .icon-btn2::after {
  transform: rotate(90deg);
}
.history1-swiper .icon-btn2:hover {
  border-color: #2D7CB8;
}
.history1-swiper .icon-btn2:hover::after {
  color: #2D7CB8;
}
.history1-swiper .swiper-button-prev {
  margin-bottom: 20px;
}
.history2-swiper .swiper-slide * {
  font-size: inherit;
}
.history2-swiper li {
  display: flex;
}
.history2-swiper li:not(:first-of-type) {
  margin-top: 29px;
}
.history2-swiper .date {
  width: 54px;
  color: #999999;
}
.history2-swiper .intro {
  width: calc(100% - 54px);
  color: #131313;
  line-height: 1.5;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.history2-swiper .intro * {
  color: #131313;
  line-height: 1.5;
}
.honor {
  padding: 96px 0 114px;
  background: url(../img/gy-bg.jpg) no-repeat center;
  background-size: cover;
}
.honor .c1 {
  position: relative;
  z-index: 2;
}
.honor-t {
  position: relative;
}
.honor-t .swiper-button-prev {
  margin-right: 20px;
}
.honor-swiper {
  height: 604px;
}
.honor-swiper .swiper-slide {
  height: calc((100% - 24px) / 2);
}
.honor-swiper .swiper-slide .img {
  position: relative;
  padding-bottom: 69.3%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.36);
}
.honor-swiper .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.honor-swiper .swiper-slide p {
  height: 20px;
  margin-top: 20px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.welfare {
  padding-top: 95px;
  background: url(../img/gy-bg.jpg) no-repeat center;
  background-size: cover;
}
.welfare .c1 {
  position: relative;
  z-index: 2;
}
.welfare .des {
  width: 50.3%;
  margin: 28px auto 0;
}
.welfare .welfare-wrap {
  position: relative;
  margin-top: 59px;
}
.welfare .welfare-wrap .icon-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.welfare .welfare-wrap .swiper-button-next {
  right: 0;
}
.welfare-swiper {
  width: 85.3%;
}
.welfare-swiper .img {
  height: 415px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 28px;
}
.welfare-swiper .img img {
  height: 100%;
  object-fit: cover;
}
.welfare-swiper p {
  color: #001313;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.welfare-swiper .swiper-slide {
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(0.77);
}
.welfare-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.welfare-swiper .swiper-slide-active p {
  opacity: 1;
}
.welfare-wrap .swiper-pagination {
  position: relative;
  margin-top: 54px;
}
.welfare-wrap .swiper-pagination-bullet {
  background-color: #999999;
  margin: 0 4px;
  opacity: 1;
}
.welfare-wrap .swiper-pagination-bullet-active {
  background-color: #2D7CB8;
}
.strategy {
  padding: 96px 0 73px;
  background: url(../img/qyzl-bg.jpg) no-repeat center;
  background-size: cover;
}
.strategy .c1 {
  position: relative;
  z-index: 2;
}
.strategy .com-tit {
  position: absolute;
  left: 0;
  top: 43px;
}
.strategy .img {
  width: 45.6%;
  margin: 0 auto;
}
.staff {
  padding: 108px 0 122px;
  background: url(../img/staff-bg.jpg) no-repeat center;
  background-size: cover;
}
.staff .c1 {
  position: relative;
  z-index: 2;
}
.staff-wrap {
  position: relative;
  margin-top: 111px;
}
.staff-wrap .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.staff-wrap .swiper-button-prev {
  left: 22%;
}
.staff-wrap .swiper-button-next {
  right: 22%;
}
.staff-wrap .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.staff-wrap .swiper-pagination-bullet {
  background-color: #999999;
  opacity: 1;
  margin: 0 4px;
}
.staff-wrap .swiper-pagination-bullet-active {
  background-color: #2D7CB8;
}
.staff-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.4;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.staff-swiper .swiper-slide-active {
  opacity: 1;
}
.news {
  padding-bottom: 142px;
}
.news-t {
  padding: 56px 0 86px;
}
.news-t select,
.news-t input {
  height: 50px;
  box-shadow: 0px 3px 30px 1px rgba(162, 162, 162, 0.16);
  border-radius: 25px;
  font-size: 16px;
  color: #999999;
}
.news-t select::placeholder,
.news-t input::placeholder {
  font-size: 16px;
  color: #999999;
}
.news-t select::-webkit-input-placeholde,
.news-t input::-webkit-input-placeholde {
  font-size: 16px;
  color: #999999;
}
.news-t select:-ms-input-placeholder,
.news-t input:-ms-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.news-t select {
  width: 200px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/sjx.png) no-repeat 87% 50%;
  padding-left: 20%;
  box-sizing: border-box;
  cursor: pointer;
}
.news-t input {
  width: 348px;
  height: 50px;
  background-color: #fff;
  padding: 0 50px 0 11.5%;
  box-sizing: border-box;
  margin-left: 28px;
}
.news-t .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2D7CB8;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
}
.news-t .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.news-t .form-search {
  position: relative;
}
.news-items {
  margin-bottom: 36px;
}
.news-item {
  width: 31.9%;
  margin-right: 2.15%;
  border-radius: 10px;
  margin-bottom: 50px;
  background-color: #fff;
  overflow: hidden;
}
.news-item:nth-of-type(3n) {
  margin-right: 0;
}
.news-item .img {
  overflow: hidden;
}
.news-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);
}
.news-item .date {
  position: relative;
  padding-right: 4.95%;
  margin-right: 4.95%;
}
.news-item .date::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #E8E8E8;
}
.news-item .date * {
  line-height: 1;
  white-space: nowrap;
}
.news-item .day {
  font-family: 'Gilroy-B';
  color: #2D7CB8;
}
.news-item .year {
  font-family: 'Gilroy-M';
  color: #666666;
}
.news-item .name {
  height: 62px;
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .see * {
  color: #999999;
}
.news-item .see i {
  font-size: 14px;
}
.news-item .see span {
  margin-left: 7px;
}
.news-item .yjt {
  font-size: 12px;
  color: #2D7CB8;
}
.news-item .txt {
  padding: 0 4.5%;
}
.news-item .new-t {
  padding: 20px 0 29px;
  border-bottom: 1px solid #E8E8E8;
}
.news-item .new-b {
  padding: 22px 0 23px;
}
.news-item:hover img {
  transform: scale(1.04);
}
.news-item:hover .name {
  color: #2D7CB8;
}
.infoList {
  padding-top: 121px;
  padding-bottom: 122px;
}
.infoList .relate {
  width: 30.8%;
}
.infoList .relate h4 {
  font-weight: normal;
  color: #131313;
  padding-bottom: 11px;
  border-bottom: 1px solid #E8E8E8;
}
.infoList .relate-wrap {
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 100px;
}
.infoList .relate-item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #E8E8E8;
}
.infoList .relate-item p {
  line-height: 1.4;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.infoList .relate-item .date {
  font-family: 'Gilroy';
  color: #999999;
}
.infoList .relate-item:hover {
  color: #2D7CB8;
}
.infoList .backList {
  display: block;
  width: 67.3%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 20px;
  background: #2D7CB8;
  margin: 38px auto 0;
}
.infoList .page {
  margin-top: 106px;
}
.infoList .page-link {
  position: relative;
  color: #131313;
  font-weight: 600;
  padding: 42px 0 39px;
  border-top: 1px solid #E8E8E8;
}
.infoList .page-link * {
  color: #131313;
  font-weight: 600;
}
.infoList .page-link span {
  display: inline-block;
  flex-shrink: 0;
  width: 11.33%;
}
.infoList .page-link .pa-name {
  width: 88.67%;
  line-height: 1.1;
  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);
}
.infoList .page-link .pic {
  position: absolute;
  bottom: 35.2%;
  right: 7.7%;
  width: 20%;
  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);
}
.infoList .page-link .img {
  position: relative;
  padding-bottom: 56.3%;
}
.infoList .page-link .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.infoList .page-link:hover .pa-name {
  color: #2D7CB8;
}
.infoList .page-link:hover .pic {
  bottom: 25.2%;
  opacity: 1;
  visibility: visible;
}
.new-info {
  margin-top: 80px;
}
.newLinfo {
  width: 62.5%;
}
.newLinfo .title {
  color: #131313;
  margin-bottom: 20px;
}
.newLinfo .date {
  font-family: 'Gilroy';
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.newLinfo .info {
  color: #666666;
  margin-top: 26px;
}
.newLinfo .info * {
  font-size: inherit;
  color: #666666;
}
.develop {
  margin-top: 108px;
}
.deve-items {
  margin-bottom: 117px;
}
.deve-item {
  width: 31.9%;
  margin-right: 2.15%;
  margin-top: 80px;
}
.deve-item:nth-of-type(3n) {
  margin-right: 0;
}
.deve-item .img {
  border-radius: 10px;
  overflow: hidden;
}
.deve-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);
}
.deve-item .txt {
  position: relative;
  margin-top: 26px;
}
.deve-item p {
  padding-right: 50px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.deve-item .icon {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2D7CB8;
  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);
}
.deve-item .icon i {
  font-size: 12px;
  color: #fff;
}
.deve-item:hover .img img {
  transform: scale(1.04);
}
.deve-item:hover p {
  color: #2D7CB8;
}
.deve-item:hover .icon {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.property {
  margin-top: 115px;
}
.property .txt {
  width: 52%;
  margin-right: 5.8%;
}
.property .txt h3 {
  color: #000000;
}
.property .txt .en {
  font-family: 'Gilroy';
  color: #999999;
}
.property .txt .intro {
  margin-top: 37px;
}
.property .txt .intro * {
  color: #666666;
}
.property .img {
  width: 42.2%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.idea {
  padding: 96px 0 130px;
  background: url(../img/wy2.png) no-repeat top;
  background-size: cover;
}
.idea .com-tit {
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
.idea .des {
  width: 61.7%;
}
.idea .ideas {
  width: 85.4%;
  margin-top: 90px;
}
.idea .idea-name {
  color: #2D7CB8;
}
.idea .idea-items {
  margin-top: 24px;
}
.idea .mb-idea {
  display: none;
}
.idea .idea-item {
  display: inline-block;
  color: #2D7CB8;
  padding: 9px 12px;
  background-color: #fff;
  border-radius: 30px;
  white-space: nowrap;
  margin-top: 38px;
}
.idea .idea-item:not(:last-of-type) {
  margin-right: 10px;
}
.project {
  padding: 128px 0 109px;
}
.proje-items {
  margin-top: 58px;
  margin-bottom: 36px;
}
.proje-items .deve-item {
  margin-bottom: 80px;
  margin-top: 0;
}
.commerce {
  margin-bottom: 116px;
}
.commerce-item {
  padding-top: 115px;
}
.commerce-item:nth-of-type(odd) {
  padding-left: 13.55%;
}
.commerce-item:nth-of-type(odd) .txt {
  margin-right: 7.6%;
}
.commerce-item:nth-of-type(odd) .img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.commerce-item:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-right: 13.55%;
}
.commerce-item:nth-of-type(even) .txt {
  margin-left: 7.6%;
}
.commerce-item:nth-of-type(even) .img {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.commerce-item .txt {
  width: 38.2%;
}
.commerce-item .img {
  width: 54.2%;
}
.commerce-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);
}
.commerce-item .des {
  margin-top: 37px;
}
.commerce-item .des * {
  color: #666666;
}
.commerce-item:hover img {
  transform: scale(1.04);
}
.consume {
  min-height: 200px;
  margin: 113px auto 114px;
}
.consumeL {
  width: 42.1%;
}
.sume-wrap {
  position: relative;
}
.progress {
  position: absolute;
  left: -30px;
  top: 8px;
  width: 1px;
  height: 100%;
  background: rgba(45, 124, 184, 0.2);
  z-index: 99;
}
.progress::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2D7CB8;
}
.progress span {
  display: block;
  width: 100%;
  height: 0;
  background-color: #2D7CB8;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cons-item {
  position: relative;
  max-height: 31px;
  overflow: hidden;
  margin: 14px 0 20px;
}
.cons-item h4 {
  color: rgba(0, 0, 0, 0.5);
}
.cons-item .intro {
  color: #666666;
  max-height: 230px;
  margin-top: 17px;
  overflow-y: auto;
  padding-right: 2%;
}
.cons-item .intro::-webkit-scrollbar {
  width: 2px;
  background-color: #999999;
}
.cons-item .intro::-webkit-scrollbar-track {
  background-color: #999999;
}
.cons-item .intro::-webkit-scrollbar-thumb {
  background-color: #2D7CB8;
}
.cons-item .intro * {
  color: #666666;
}
.cons-item .img {
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
.cons-item.act {
  max-height: 377px;
}
.cons-item.act h4 {
  color: #000000;
}
.consumeR {
  width: 47.1%;
  padding-top: 187px;
}
.sume-img {
  opacity: 0.3;
  width: 100%;
  margin-bottom: 30%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sume-img img {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.sume-img.act {
  opacity: 1;
}
.work-swiper {
  position: relative;
}
.work-swiper .swiper-slide {
  overflow: hidden;
}
.work-swiper .icon-btn {
  position: absolute;
  border-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.work-swiper .icon-btn i {
  color: #fff;
}
.work-swiper .next {
  right: 5.2%;
}
.work-swiper .prev {
  left: 5.2%;
}
.work-swiper .swiper-pagination {
  bottom: 5.8%;
}
.work-swiper .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 0.5;
  margin: 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);
}
.work-swiper .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.work-swiper .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 52px !important;
}
.work-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.work-swiper .swiper-pagination-bullet-active::after {
  width: 500%;
  height: 500%;
}
.workInfo {
  margin: 100px auto 77px;
}
.workInfo .workInfo-l {
  width: 38.21%;
}
.workInfo .workInfo-l .tit * {
  color: #000000;
}
.workInfo .workInfo-l .en {
  font-family: 'Gilroy-B';
  text-transform: uppercase;
}
.workInfo .workInfo-l .name {
  margin-bottom: 50px;
}
.workInfo .workInfo-l .item {
  margin-bottom: 30px;
}
.workInfo .workInfo-l .item1 {
  color: #999999;
}
.workInfo .workInfo-l .item2 {
  font-family: 'Gilroy-M';
}
.workInfo .workInfo-r {
  width: 50%;
}
.workInfo .workInfo-r h3 {
  color: #2D7CB8;
  font-weight: normal;
  margin-bottom: 27px;
}
.workInfo .workInfo-r .intro * {
  font-size: inherit;
  color: #000000;
}
.inRelate {
  background-color: #fff;
  padding-top: 89px;
}
.inRelate .icon-btn {
  display: inline-block;
}
.inRelate .prev {
  margin-right: 16px;
}
.relate-swiper {
  margin-top: 47px;
}
.relate-swiper p {
  height: 27px;
  margin-top: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relate-swiper .swiper-slide .img {
  overflow: hidden;
}
.relate-swiper .swiper-slide img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.relate-swiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.relate-swiper .swiper-slide:hover p {
  color: #2D7CB8;
}
.pro-tab .swiper-wrapper {
  justify-content: center;
}
.pro-tab .swiper-slide {
  width: 156px;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  border-radius: 38px;
  text-align: center;
  border: 1px solid #CCCCCC;
}
.pro-tab .swiper-slide:not(:last-of-type) {
  margin-right: 48px;
}
.pro-tab .swiper-slide.active {
  color: #fff;
  border-color: #2D7CB8;
  background-color: #2D7CB8;
}
.pro-item {
  position: relative;
  background-color: #fff;
  padding: 50px 5.4% 50px 3.6%;
  border-radius: 30px;
  box-shadow: 0px 10px 50px 1px rgba(197, 197, 197, 0.16);
}
.pro-item:not(:last-of-type) {
  margin-bottom: 60px;
}
.pro-item .subtit {
  color: #2D7CB8;
  margin-bottom: 6px;
}
.pro-item h4 {
  height: 33px;
  color: #1E1E1E;
  line-height: 1.1;
  margin-bottom: 33px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro-item .des {
  height: 64px;
  line-height: 2;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-item .more {
  color: #999999;
  margin-top: 77px;
  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 .pic {
  width: 36.4%;
}
.pro-item .img {
  position: relative;
  margin-right: 7.4%;
  overflow: hidden;
  padding-bottom: 68.6%;
}
.pro-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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 .txt {
  width: 46.9%;
}
.pro-item .homore {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 153px;
  height: 113px;
  background-color: #2D7CB8;
  color: #fff;
  border-radius: 30px 0px 30px 0px;
  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);
}
.pro-item .homore span {
  white-space: nowrap;
}
.pro-item:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.pro-item:hover .more {
  opacity: 0;
  visibility: hidden;
}
.pro-item:hover .homore {
  opacity: 1;
  visibility: visible;
}
.proInfo {
  padding-top: 30px;
  margin-bottom: 108px;
}
.pro-swiper {
  border-radius: 30px;
  overflow: hidden;
}
.pro-swiper .swiper-slide {
  background-color: #fff;
}
.pro-swiper .img {
  position: relative;
  padding-bottom: 37.5%;
}
.pro-swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: contain;
}
.pro-swiper .swiper-pagination {
  bottom: 8%;
}
.pro-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #1E1E1E;
  opacity: 0.3;
}
.pro-swiper .swiper-pagination-bullet-active {
  background-color: #2D7CB8;
  opacity: 1;
}
.pro-detail {
  position: relative;
  margin-bottom: 37px;
}
.pro-detail::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../images/pro-line.png) repeat-x;
  background-size: contain;
}
.pro-detail .subtit {
  color: #2D7CB8;
}
.pro-detail .name {
  color: #1E1E1E;
  margin: 6px 0 20px;
}
.pro-detail .des {
  color: #666666;
}
.parameter .para-name {
  color: #1E1E1E;
  font-weight: 500;
}
.parameter li {
  position: relative;
  width: 30.3%;
  display: flex;
  padding: 50px 0 30px;
  margin-right: 4.55%;
}
.parameter li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../images/pro-line.png) repeat-x;
  background-size: contain;
}
.parameter li:nth-of-type(3n) {
  margin-right: 0;
}
.parameter .para1 {
  color: #666666;
  margin-right: 11%;
  flex-shrink: 0;
}
.parameter .para2 {
  font-weight: 600;
  color: #1E1E1E;
}
.buy .buy-item {
  width: 231px;
  height: 65px;
  border-radius: 33px;
  border: 1px solid #AEB2B9;
}
.buy .buy-item:not(:last-of-type) {
  margin-right: 57px;
}
.buy .buy-item img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 36px;
}
.invest {
  margin-bottom: 126px;
}
.invest .inves-t * {
  line-height: 1;
}
.invest .inves-t p {
  margin-bottom: 12px;
}
.invest-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.invest-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.invest-wrap * {
  color: #fff;
  line-height: 1;
}
.invest-wrap .inves {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.invest-wrap .invest-item {
  position: relative;
  height: 100%;
  flex: 1;
}
.invest-wrap .invest-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #2D7CB8;
  opacity: 0.5;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.invest-wrap .invest-item .in-wrap {
  position: absolute;
  top: 71.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.invest-wrap .invest-item h4 {
  font-weight: 500;
  margin-bottom: 12px;
}
.invest-wrap .invest-item p {
  font-family: 'Gilroy-M';
}
.invest-wrap .invest-item p i {
  font-size: 12px;
  margin-right: 12px;
}
.invest-wrap .invest-item .more {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 100px auto 0;
  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);
}
.invest-wrap .invest-item .more .jh {
  margin-bottom: 4px;
}
.invest-wrap .invest-item:hover::before {
  top: 0;
}
.invest-wrap .invest-item:hover .in-wrap {
  top: 50%;
  transform: translate(-50%, -50%);
}
.invest-wrap .invest-item:hover .more {
  margin-top: 60px;
  opacity: 1;
  visibility: visible;
}
.jobs {
  margin-bottom: 96px;
}
.jobs .filter {
  margin: 36px 0;
}
.jobs .fil-select {
  width: 22.2%;
  height: 56px;
  color: #999999;
  font-size: 16px;
  padding: 0 0.9%;
  border-radius: 6px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/sjx2.png) no-repeat 97% 50%;
  cursor: pointer;
}
.jobs .fil-select:not(:last-of-type) {
  margin-right: 3.5%;
}
.jobs .fil-select::placeholder {
  font-size: 16px;
  color: #999999;
}
.jobs .fil-select::-webkit-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.jobs .fil-select:-moz-placeholder {
  font-size: 16px;
  color: #999999;
}
.jobs .fil-select:-ms-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.jobs .fil-select option {
  font-size: 14px;
  padding: 8px;
}
.jobs .total {
  color: #999999;
}
.jobs .total-num {
  color: #2D7CB8;
}
.jobs-wrap {
  margin-top: 94px;
}
.jobs-item {
  display: block;
  padding: 30px 3.6%;
  background-color: #fff;
  border-radius: 10px;
}
.jobs-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.jobs-item .jobT {
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.jobs-item .more {
  color: #999999;
}
.jobs-item .more i {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  transform: rotate(90deg);
  margin-left: 11px;
}
.jobs-item .job-b {
  margin-top: 30px;
}
.jobs-item .job-b * {
  color: #666666;
}
.jobs-item:hover {
  background-color: #2D7CB8;
}
.jobs-item:hover * {
  color: #fff !important;
}
.jobs-item:hover .jobT {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.join {
  padding-top: 126px;
}
.join-items {
  margin-top: 62px;
}
.join-item {
  width: 28.6%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 7.1%;
  margin-bottom: 40px;
}
.join-item:nth-of-type(3n) {
  margin-right: 0;
}
.contact-bg {
  background: url(../img/contact-bg.jpg) repeat right;
  background-size: cover;
}
.contact .map {
  width: 55.4%;
}
.contact .adress {
  position: relative;
  width: 30.2%;
  padding: 70px 3.4% 63px;
  background: #fff;
  border-radius: 20px;
  margin-left: 4.2%;
  z-index: 2;
}
.contact .adress .com-tit {
  padding-bottom: 30px;
  margin-bottom: 53px;
  border-bottom: 2px solid #2D7CB8;
}
.contact .adress .item {
  position: relative;
  padding-left: 50px;
}
.contact .adress .item:not(:last-of-type) {
  margin-bottom: 25px;
}
.contact .adress .item img {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: auto;
}
.contact .adress .item span {
  color: #242424;
}
.contact .adress .tel span {
  font-family: 'Gilroy';
}
.error {
  position: relative;
  width: 100%;
  height: 100vh;
}
.error .error-wrap {
  width: 100%;
}
.error .img {
  width: 26.5%;
  margin: 0 auto;
}
.error p {
  margin-top: 78px;
}

#about5{display:none}
