.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-top-big {
  margin-top: 5rem !important;
}


.heading-primary {
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 6rem;
}

.heading-primary--main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 3.5rem;
  -webkit-animation-name: moveInLeft;
          animation-name: moveInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  -webkit-animation: moveInRight 1s ease-out;
          animation: moveInRight 1s ease-out;
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #eee;
  margin:30px 0 40px 0;
}



*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-plans {
  background-color: #000;
  padding: 4rem 0 4rem 0;
}

.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 65rem;
}

.card__side {
  height: 57rem;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
  background-color: #fff;
}

.card__side--front-1 {
  background: #fff;
}

.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}



.card:hover .card__side--front-1,
.card:hover .card__side--front-2,
.card:hover .card__side--front-3 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card:hover .card__side--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.crd{
  padding:80px 80px 70px 80px;
}
.card__heading {
  font-size: 26px;
  color: #2997ff ;
  text-transform: uppercase;
  padding-bottom: 56px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 40px;
  font-family: MISANS-DEMIBOLD;
}

.card__heading-span {
  padding: 1rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.car_p1{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  font-family: MISANS-DEMIBOLD;
  color: #222222;
}
.car_p2{
  font-size: 16px;
  line-height:25px;
  color: #777777;
}
.riqi{
  margin-top: 40px;
}
.riqi_sp1{
  font-size: 22px;
  line-height: 25px;
  font-family: MISANS-DEMIBOLD;
}
.card1{
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}



@media (max-width:1140px) {
  /* // 新闻中心 */
  .card1{
   margin-top: 53px;
  }
  .crd{
    padding: 20px 10px;
  }
  .card__heading{
    padding-bottom: 18px;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .car_p1{
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .car_p2{
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp:3;  
    -webkit-box-orient: vertical;
  }
  .riqi {
    margin-top: 14px;
  }
  .riqi img{
    width: 15%;
  }
  .riqi_sp1{
    font-size: 16px;
    line-height: 25px;
  }
  .card__side{
    height: 24rem;
  }
  .card{
    height: 26rem;
  }






}

