/* 关于我们 */
.about-1{
  padding-top: 15rem;
  background-color: #f2feff;
  padding-bottom: 8.75rem;
}
.about-1-top{
  display: flex;
  flex-direction: column;
}
.about-1-top dd p{
  color: var(--primaryColor);
}
.about-1-top dd h1{
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--darkColor);
}
.about-1-img{
  width: 100%;
  margin-top: 7.1875rem;
}
.about-1-img img {
  width: 100%;
}
.about-1-bot{
  display: flex;
  align-items: flex-start;
  margin-top: 8.75rem;
}
.about-1-bot dd{
  flex: 1;
  min-width: 0;
}
.about-1-bot dd p{
  color: var(--primaryColor);
  height: 2.25rem;
}
.about-1-bot dd h1{
  font-size: 2.375rem;
  line-height: 3rem;
}
.about-1-bot dt{
  max-width: 50rem;
  margin-top: 2.25rem;
}
.about-1-bot dt p{
  color: #666;
  line-height: 2.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-1-bot dt p.showMore{
  display: block;
}
.about-1-bot dt .more{
  margin-top: 2.5rem;
  display: none;
}
.about-1-bot dt .more.active{
  display: flex;
  align-items: center;
}
.about-1-bot dt .more::before{
  content: '';
  height: 1px;
  flex: 1;
  min-width: 0;
  border-top: dashed 1px var(--primaryColor);
  margin-right: .625rem;
}
.about-1-bot dt .more .icon-Add,
.about-1-bot dt .more .icon-jian{
  font-size: 1.5rem;
  color: var(--primaryColor);
  cursor: pointer;
}
.about-1-bot dt .more .icon-jian{
  display: none;
}

.about-2{
  padding: 11.875rem 0;
}

.about-2-tit{
  font-size: 2.375rem;
  font-weight: bold;
}

.time-swiper-box{
  position: relative;
}

.time-swiper{
  margin-top: 5.625rem;
  margin-left: 3.75rem;
  margin-right: 3.75rem;
  position: relative;
  height: 90px;
}

.time-swiper::before{
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #ccc;
  top: 50%;
}

.time-swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.time-swiper .swiper-slide span{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(20px);
  color: #999;
  transition: all .3s;
}

.time-swiper .swiper-slide span::before{
  content: '';
  width: .9375rem;
  height: .9375rem;
  border-radius: 50%;
  border: solid 1px #ccc;
  background-color: #FFF;
  margin-bottom: 10px;
  transition: all .3s;
}

.time-swiper .swiper-slide-active span{
  color: var(--primaryColor);
}
.time-swiper .swiper-slide-active span::before{
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.time-swiper-box .swiper-button-prev{
  left: 0;
}
.time-swiper-box .swiper-button-next{
  right: 0;
}
.time-swiper-box .swiper-button-prev,
.time-swiper-box .swiper-button-next{
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: solid 1px #999;
  margin-top: 0;
  transform: translateY(-50%);
}

.time-swiper-box .swiper-button-prev:hover,
.time-swiper-box .swiper-button-next:hover{
  border-color: var(--primaryColor);
}

.time-swiper-box .swiper-button-prev:hover::after,
.time-swiper-box .swiper-button-next:hover::after{
  color: var(--primaryColor);
}

.time-swiper-box .swiper-button-next:after,
.time-swiper-box .swiper-button-prev:after{
  color: #999;
  font-size: 20px;
}

.time-swiper-box .swiper-button-lock{
  display: inline-flex;
}

.storys {
  margin-top: 6.875rem;
}
.story-tit{
  font-size: 1.625rem;
  color: var(--darkColor);
  font-weight: bold;
}

[class*='story-child-'] .swiper-pagination{
  top: auto;
  bottom: 2px;
  height: 1px;
  background-color: #ccc;
}
[class*='story-child-'] .swiper-pagination-progressbar-fill{
  height: 3px !important;
  top: -1px;
  background-color: var(--primaryColor);
}
[class*='story-child-'] .swiper-slide{
  height: 32.5rem;
  display: flex;
  align-items: center;
}
[class*='story-child-'] .swiper-slide .img{
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 1s;
  margin-top: 2.5rem;
}
[class*='story-child-'] .swiper-slide a{
  background-color: #f5f5f5;
  height: 16.25rem;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  padding: 0 2.1875rem;
  width: 100%;
}
[class*='story-child-'] .swiper-slide a time{
  font-size: 1.125rem;
  line-height: 2.25rem;
  display: block;
  margin-top: 5.6rem;
}
[class*='story-child-'] .swiper-slide a h1{
  font-size: 1.125rem;
  line-height: 2.25rem;
}
[class*='story-child-'] .swiper-slide a:hover{
  height: 20rem;
}
[class*='story-child-'] .swiper-slide a:hover time{
  margin-top: 2.1875rem;
}
[class*='story-child-'] .swiper-slide a:hover .img{
  height: auto;
  opacity: 1; 
}
.about-3{
  background-image: linear-gradient(45deg,rgba(204,242,200,.3),rgba(108,213,217,.3));
  padding-top: 9.375rem;
  padding-bottom: 2.5rem;
}
.about-3 h1{
  text-align: center;
  font-size: 2.375rem;
  line-height: 2.375rem;
}
.about-3 h2{
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2rem;
  color: #666;
  margin-top: 3.125rem;
}
.about-3 .map{
  width: 1298px;
  position: relative;
  margin: 1.25rem auto 0;
}
.about-3 .map a{
  position: absolute;
  color: var(--primaryColor);
  width: 16px;
  height: 16px;
}
@keyframes circleDiffuse {
  0% {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,-50%) scale(1.8);
    opacity: 0;
  }
}
.about-3 .map a::after{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  background-color: var(--primaryColor);
  border-radius: 50%;
  z-index: 1;
  animation: circleDiffuse 2s linear infinite;
}
.about-3 .map a .icon-add{
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: relative;
  z-index: 5;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-3 .map a em{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-150%);
  white-space: nowrap;
  min-width: 135px;
  text-align: center;
  font-size: 16px;
  background-color: var(--primaryColor);
  color: #FFF;
  line-height: 34px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all .5s;
}
.about-3 .map a:hover em{
  opacity: 1;
  visibility: visible;
}
.about-3 .map a em::after{
  content: '';
  width: 0; 
 	height: 0;
 	border-width: 10px;
 	border-style: solid;
 	border-color: var(--primaryColor) transparent transparent transparent;
  position: absolute;
  bottom: 0;
  transform: translate(-50%,100%);
  left: 50%;
}
.about-3 .map a.dot1{
  top: 310px;
  left: 125px;
}
.about-3 .map a.dot2{
  top: 280px;
  left: 280px;
}
.about-3 .map a.dot3{
  top: 235px;
  left: 574px;
}
.about-3 .map a.dot4{
  top: 265px;
  left: 590px;
}
.about-3 .map a.dot5{
  top: 240px;
  left: 620px;
}
.about-3 .map a.dot6{
  top: 380px;
  left: 745px;
}
.about-3 .map a.dot7{
  top: 370px;
  left: 795px;
}
.about-3 .map a.dot8{
  top: 460px;
  left: 990px;
}
.about-3 .map a.dot9{
  top: 170px;
  left: 965px;
}
.about-3 .map a.dot10{
  top: 380px;
  left: 1020px;
}
.about-3 .map a.dot11{
  top: 310px;
  left: 1075px;
}
.about-3 .map a.dot12{
  top: 310px;
  left: 1120px;
}
.about-3 .map a.dot13{
  top: 480px;
  left: 1070px;
}
.about-5{
  margin-bottom: 21.25rem;
  margin-top: 3.75rem;
}

.about-4{
  padding-top: 9.375rem;
}
.about-4-tit{
  font-size: 2.375rem;
  font-weight: bold;
}
.about-4-timeline{
  margin-top: 4.375rem;
}
.about-4-timeline ul{
  display: flex;
}
.about-4-timeline ul li{
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  height: 1.8125rem;
  border-bottom: solid 1px #ccc;
  position: relative;
  justify-content: space-between;
}
.about-4-timeline ul li span{
  height: .5625rem;
  width: 1px;
  background-color: #CCC;
}
.about-4-timeline ul li:first-child span:nth-child(2),
.about-4-timeline ul li:first-child span:nth-child(7),
.about-4-timeline ul li:first-child span:nth-child(12),
.about-4-timeline ul li:first-child span:nth-child(17){
  height: 1.75rem;
}

.about-4-timeline ul li:nth-child(2) span:nth-child(2){
  opacity: 0;
}
.about-4-timeline ul li:nth-child(2) span:nth-child(6),
.about-4-timeline ul li:nth-child(2) span:nth-child(11),
.about-4-timeline ul li:nth-child(2) span:nth-child(16){
  height: 1.75rem;
}

.about-4-timeline ul li:nth-child(3) span:nth-child(2){
  opacity: 0;
}
.about-4-timeline ul li:nth-child(3) span:nth-child(6),
.about-4-timeline ul li:nth-child(3) span:nth-child(11),
.about-4-timeline ul li:nth-child(3) span:nth-child(16){
  height: 1.75rem;
}

.about-4-timeline ul li:nth-child(4) span:nth-child(1){
  opacity: 0;
}
.about-4-timeline ul li:nth-child(4) span:nth-child(5),
.about-4-timeline ul li:nth-child(4) span:nth-child(10),
.about-4-timeline ul li:nth-child(4) span:nth-child(15){
  height: 1.75rem;
}

.about-4-timeline ul li.active em{
  color: var(--primaryColor);
}

.about-4-timeline ul li.active span:nth-child(22){
background-color: var(--primaryColor);
}

.about-4-timeline ul li span:nth-child(22){
  width: 3px;
  height: 1.75rem;
  background-color: #999;
  z-index: 1;
  position: relative;
}
.about-4-timeline ul li:last-child span:last-child{
  width: 1px;
  height: 1.75rem;
  background-color: #CCC;
}
.about-4-timeline ul li em{
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%,-120%);
  cursor: pointer;
}
.about-4-content dl{
  display: none;
}
.about-4-content dl.active{
  display: flex;
}
.about-4-content dl dd{
  flex: 1;
  min-width: 0;
  padding-top: 6.25rem;
  text-align: center;
  margin-right: -4px;
}
.about-4-content dl dd .certificate{
  display: none;
  padding: 0 3.125rem;
}
.about-4-content dl dd .certificate .img-box {
  max-width: 400px;
}
.about-4-content dl dd .certificate p{
  color: #666;
  line-height: 2.375rem;
  margin-top: 5rem;
}
.about-4-content dl dt{
  flex: 1;
  min-width: 0;
  border-left: solid 1px #ccc;
}

.about-4-content dl dt p{
  margin-top: 5rem;
}
.about-4-content dl dt p a{
  display: flex;
  align-items: center;
  padding-left: 10rem;
  position: relative;
}
.about-4-content dl dt p a::after{
  content: '';
  position: absolute;
  width: 4.25rem;
  height: 1px;
  background-color: #ccc;
  left: 0;
  z-index: 1;
}
.about-4-content dl dt p a::before{
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fafafa;
  border: solid 1px #ccc;
  left: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.about-4-content dl dt p.active a::after,
.about-4-content dl dt p a:hover::after{
  background-color: var(--primaryColor);
}
.about-4-content dl dt p.active a{
  color: var(--primaryColor);
}
.about-4-content dl dt p.active a::before,
.about-4-content dl dt p a:hover::before{
  border-color: var(--primaryColor);
}

.about-5-scroll{
  overflow: hidden;
}
.about-5-scroll ul{
  white-space: nowrap;
}
.about-5-scroll ul li{
  margin-left: 1.5625rem;
  width: 13.125rem;
  height: 5.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #CCC;
  border-radius: .625rem;
}
.about-5-scroll ul li img{
  max-width: 100%;
  max-height: 100%;
}

/* 企业文化 */
.culture-1{
  position: relative;
}
.culture-1-info{
  position: absolute;
  top: 15rem;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
}
.culture-1 img{
  width: 100%;
}
.culture-1-info p{
  color: var(--primaryColor);
}
.culture-1-info h1{
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  margin-top: 1.25rem;
}
.culture-2 ul{
  background-color: #FFF;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 6.25rem 6.25rem 0;
  margin-top: -25rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.culture-2 ul li{
  flex: 1;
  min-width: 0;
  margin-right: 3.75rem;
}
.culture-2 ul li:last-child{
  margin-right: 0;
  margin-top: 6.875rem;
}

.culture-2 ul li .des{
  line-height: 2.375rem;
  margin-bottom: 15rem;
  color: #666;
}

.flip-item {
  perspective: 1000;
  height: 34.375rem;
  border-radius: .625rem;
  border: solid 1px #e6e6e6;
  overflow: hidden;
  cursor: pointer;
}
.flip-item + .flip-item{
  margin-top: 4.0625rem;
}
.flip-item .flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.flip-item .front, 
.flip-item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 2.5rem;
}

.flip-item .front p, 
.flip-item .back p{
  color: #999;
  margin-top: 1.5625rem;
}

.flip-item .front h1, 
.flip-item .back h1{
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: var(--darkColor);
  margin-top: 1.5625rem;
}

.flip-item .back h1{
  color: #FFF;
}
.flip-item .back p{
  color: #FFF;
}
.flip-item .back h2{
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  right: 2.5rem;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 2.375rem;
  font-weight: normal;
}
.flip-item .back .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.flip-item .back {
  transform: rotateY(180deg);
}
.flip-item:hover .flipper,
.flip-item.hover .flipper {
  transform: rotateY(180deg);
}

.culture-3{
  margin-top: 7.8125rem;
  margin-bottom: 19.6875rem;
}
.culture-3 .tit-bg{
  width: 100%;
  filter:contrast(50%);
}

.culture-3 .w1610{
  margin-top: -18.4375rem;
  position: relative;
}

.culture-3 h1{
  text-align: center;
  color: var(--darkColor);
  font-size: 2.375rem;
  line-height: 2.375rem;
  margin-bottom: 2.8125rem;
}

.culture-3-content{
  border-radius: 1.25rem;
  padding: 6.25rem;
  background-color: #FFF;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/* 图片动效 */
@keyframes imgScale{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.culture-3-content .scale-in-out {
  animation: imgScale ease-in-out;
  animation-timeline: view();
  animation-range: 0% 90%;
}
@keyframes transLeftRight{
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transTopDown{
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0);
  }
}
.culture-3-content .trans-l-r {
  animation-name: transLeftRight;
  animation-timeline: view();
  animation-range: 0% 90%;
}
.culture-3-content .small-img{
  width: 23.75rem;
  margin-right: 2.5rem;
}

.culture-3-content .big-img{
  width: 42.5rem;
}
.culture-3-content .small-img img,
.culture-3-content .big-img img{
  width: 100%;
  height: auto;
}
.culture-3-content-info{
  position: absolute;
  left: 6.25rem;
  top: 6.25rem;
}

.culture-3-content-info h2{
  font-size: 1.625rem;
}
.culture-3-content-info p{
  margin-top: 1.25rem;
  color: #666;
}
.culture-3-content dl dd p{
  color: #666;
}
.culture-3-content-info .icon-jiantou{
  color: var(--darkColor);
  font-size: 2.8125rem;
  margin-top: 4.375rem;
  display: inline-block;
}

.culture-3-content:nth-child(2){
  background-color: #f5f5f5;
}

.culture-3-content dl{
  flex: 1;
  display: flex;
  align-items: center;
}

.culture-3-content dl dt{
  flex: 1 0 auto;
  max-width: 42.5rem;
  margin-right: 4.375rem;
}

.culture-3-content dl dt img{
  width: 100%;
}

.culture-3-content dl dd h2{
  font-size: 1.625rem;
}
.culture-3-content dl dd p{
  margin-top: 1.25rem;
}
.culture-3-content dl dd .icon-jiantou{
  color: var(--darkColor);
  font-size: 2.8125rem;
  margin-top: 4.375rem;
  display: inline-block;
}

/* 企业活动详情 */
.activity-1{
  position: relative;
}
.activity-1-info{
  position: absolute;
  top: 18.125rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.375rem;
  color: #FFF;
}
.activity-1 img{
  width: 100%;
}
.activity-2{
  margin-bottom: 20rem;
}
.activity-2 ul{
  background-color: #FFF;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 6.25rem 6.25rem 0;
  margin-top: -25rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.activity-2 ul li{
  width: calc((100% - 2.5rem) / 2);
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}
.activity-2 ul li:nth-child(2n){
  margin-right: 0;
}
.activity-2 ul li .img-box{
  width: 100%;
}
.activity-2 ul li img{
  width: 100%;
  border-radius: 1.25rem;
}
.activity-2 ul li p{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30%;
  height: 3.75rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.25rem;
  /* font-weight: bold; */
  background-image: linear-gradient(to right,#FFF,rgba(255,255,255,0));
  padding: 0 1.25rem;
}
.activity-2 .more{
  display: flex;
  justify-content: center;
}
.activity-2 .more a{
  border-radius: .625rem;
  background-color: #f0f0f0;
  line-height: 3.75rem;
  min-width: 16.875rem;
  text-align: center;
  color: var(--primaryColor);
}
.activity-2 .more a:hover{
  background-color: var(--primaryColor);
  color: #FFF;
}
.detail-box{
  position: fixed;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 200;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: all .5s;
}
.detail-box.active{
  transform: translateX(0);
}
.detail-box .detail-close{
  padding: 1.25rem;
  text-align: right;
}
.detail-box .detail-close span{
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: all .5s;
  font-size: 25px;
}
.detail-box .detail-close span:hover{
  transform: rotate(360deg);
}
.detail-box .detail-swiper{
  width: 100%;
  flex: 1;
  min-height: 0;
}
.detail-box .detail-swiper .swiper{
  height: 100%;
}
.detail-box .detail-swiper .swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-box .detail-swiper .swiper .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

.detail-box .detail-swiper .swiper-button-prev{
  left: 20px;
}
.detail-box .detail-swiper .swiper-button-next{
  right: 20px;
}
.detail-box .detail-swiper .swiper-button-prev,
.detail-box .detail-swiper .swiper-button-next{
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: solid 1px #999;
  margin-top: 0;
  transform: translateY(-50%);
}

.detail-box .detail-swiper .swiper-button-prev:hover,
.detail-box .detail-swiper .swiper-button-next:hover{
  border-color: var(--primaryColor);
}

.detail-box .detail-swiper .swiper-button-prev:hover::after,
.detail-box .detail-swiper .swiper-button-next:hover::after{
  color: var(--primaryColor);
}

.detail-box .detail-swiper .swiper-button-next:after,
.detail-box .detail-swiper .swiper-button-prev:after{
  color: #999;
  font-size: 20px;
}

.detail-box .detail-info{
  padding: 3.75rem;
  background-color: #f5f5f5;
}

.detail-box .detail-info h1{
  font-size: 1.625rem;
}
.detail-box .detail-info p{
  font-size: 1.125rem;
  line-height: 28px;
  margin-top: .625rem;
}

.detail-box .swiper-pagination{
  position: static;
}

.detail-box .swiper-pagination-progressbar {
  background-color: #e6e6e6;
  margin-top: 20px;
}

.detail-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: var(--primaryColor);
}

.mask{
  position: fixed;
  z-index: 199;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.9);
  display: none;
}

/* 社会责任 */
.social-1{
  position: relative;
}
.social-1-info{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 17.5rem;
}
.social-1 img{
  width: 100%;
}
.social-1-info dl{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #FFF;
}
.social-1-info dl dt{
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  font-weight: bold;
}
.social-1-info dl dd{
  max-width: 39.375rem;
  margin-left: 1.25rem;
  line-height: 2.375rem;
}
.social-2{
  margin-top: -15.625rem;
  position: relative;
}
.social-2-items{
  position: relative;
  background-color: #FFF;
  padding: 4.6875rem 4.6875rem 0;
  border-radius: 1.875rem 1.875rem 0 0;
}
.social-2-items .dots{
  position: sticky;
  right: 0;
  transform: translateX(100%);
  top: 30%;
  display: flex;
  flex-direction: column;
}
.social-2-items .dots .dot{
  border-radius: 50%;
  width: .9375rem;
  height: .9375rem;
  background-color: #ccc;
  margin-left: 1.875rem;
  margin-bottom: 2.5rem;
  transition: all .5s;
  position: relative;
}
.social-2-items .dots .dot::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 2.5rem;
  background-color: #e6e6e6;
  top: .9375rem;
  left: 50%;
  transform: translateX(-50%);
}
.social-2-items .dots .dot:last-child::after{
  display: none;
}
.social-2-items .dots .dot.active{
  background-color: var(--primaryColor);
}
.social-2-item{
  position: sticky;
  bottom: 0;
}
.social-2-item .img-box{
  width: 100%;
}
.social-2-item-info{
  position: absolute;
  top: 5.625rem;
  left: 5.625rem;
  color: #FFF;
  z-index: 5;
}
.social-2-item-info .info-title{
  font-size: 2.375rem;
  line-height: 2.375rem;
  margin-bottom: 2.5rem;
}
.social-2-item-info p{
  line-height: 2.25rem;
}
.social-2-item-info img{
  margin-top: 2.1875rem;
}
.social-2-item .bg{
  width: 100%;
}
.social-3{
  padding-top: 5.9375rem;
  padding-bottom: 3.4375rem;
  background-image: url(../images/pic38.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.social-3 h2{
  font-size: 2.375rem;
  line-height: 2.375rem;
}
.social-3 p{
  font-size: 1rem;
  line-height: 2rem;
  color: #666;
  margin-top: 3.125rem;
}

.social-4{
  padding: 5.625rem 0;
  background: url(../images/pic39.jpg) center center no-repeat;
  background-size: cover;
}
.social-4 dl{
  display: flex;
  align-items: center;
}
.social-4 dl dt{
  box-shadow: 3.0625rem 0 4.0625rem rgba(0,0,0,.43);
  border-radius: .9375rem;
  overflow: hidden;
  margin-left: 6.5625rem;
  margin-right: 9.375rem;
  max-width: 21.875rem;
}
.social-4 dl dd{
  flex: 1;
  min-width: 0;
}
.social-4 dl dd h2{
  font-size: 3.625rem;
  color: #99cc9a;
}
.social-4 dl dd h3{
  margin-bottom: 4.375rem;
  border-bottom: solid 1px #99cc9a;
  font-size: 3.625rem;
  line-height: 3.625rem;
  color: #FFF;
  padding-bottom: 3.125rem;
}
.social-4 dl dd p{
  display: flex;
  align-items: center;
}
.social-4 dl dd p a{
  display: flex;
  align-items: center;
  color: #FFF;
}
.social-4 dl dd p a + a{
  margin-left: 6.875rem;
}
.social-4 dl dd p a img{
  margin-right: 1.25rem;
}
.social-5{
  background-color: #eaf6fc;
  padding-top: 5rem;
  padding-bottom: 22.5rem;
}
.social-5-tit{
  font-size: 1.625rem;
  font-weight: bold;
}
.social-5-items{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-5-items dl{
  width: calc((100% - 10.625rem) / 3);
  display: flex;
  align-items: center;
  margin-right: 5.3125rem;
  margin-top: 5.625rem;
}
.social-5-items dl:nth-child(3n){
  margin-right: 0;
}
.social-5-items dl dt{
  border-radius: .625rem 0 0 .625rem;
  overflow: hidden;
  border: solid 1px #FFF;
  flex: 1 0 50%;
  height: -webkit-fill-available;
}
.social-5-items dl dt img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.social-5-items dl dd{
  flex: 1 0 50%;
  min-width: 0;
  background-color: #FFF;
  padding: 1.875rem 1.5625rem;
  color: #666;
  border-radius: 0 1.25rem 1.25rem 0;
}
.social-5-items dl dd h2{
  font-size: 1.625rem;
}
.social-5-items dl dd h3{
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2rem;
  margin-top: .625rem;
  font-size: 1.125rem;
  font-weight: normal;
  color: #666;
}
.social-5-items dl dd p{
  margin-top: 1.875rem;
}
.social-5-items dl dd p a{
  display: inline-block;
  vertical-align: top;
  width: 2.1875rem;
  height: 2.5rem;
  background: url(../images/icon9.png) no-repeat;
  background-size: cover;
}
.social-5-items dl dd p a:hover{
  background: url(../images/icon8.png) no-repeat;
  background-size: cover;
}

