.relax {
  width: 100%;
  position: relative;
  height: 7.5rem;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  background: url(https://img.szgreenleaf.com/v2/images/hillback.jpg) no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.relax SPAN b {
  display: inline;
}
.relax .relax_top {
  width: 100%;
  margin-top: 0.4rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.relax .relax_top > .title {
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #333333;
  text-align: center;
}
.relax .relax_top > .title img {
  margin: auto;
  width: 2.4rem;
}
.relax .relax_top .title_sp {
  width: 11rem;
  height: 3.13rem;
  margin: 0 auto;
}
.relax .relax_top .title_sp ul {
  width: 100%;
  height: 100%;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
}
.relax .relax_top .title_sp ul li {
  width: 2.1rem;
  height: 1.44rem;
  display: flex;
  overflow: hidden;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}
.relax .relax_top .title_sp ul li img {
  width: 100%;
  transition: 0.4s;
  display: block;
}

.relax .relax_top .title_sp ul li div {
  position: absolute;
  /*background-color: #32d9c3;*/
  background-image: linear-gradient(to right, #32d9c300, #32d9c3, #32d9c300);
  padding: 0.04rem 0.3rem;
  color: #fff;
  font-size: 0.1rem;
  margin-top: 0.8rem;
  transition: 0.4s;
}
.relax .relax_top .title_sp ul li:hover img {
  transform: scale(1.05);
}

.relax .relax_top .title_sp ul li:hover div {
  padding: 0.04rem 0.8rem;
}
.relax .relax_top > div {
  width: 100%;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.relax .relax_top > div > p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.relax .relax_top > .red_ {
  width: 4px;
  height: 15px;
}
.relax .button {
  width: 100%;
  height: 3.07rem;
  position: relative;
  z-index: 1;
}
.relax .button .right {
  width: 2rem;
  height: 0.4rem;
  border-radius: 0.5rem;
  background-color: #ffffff94;
  margin: 0.5rem auto;
  border: #32d9c3 solid;
  transition: 0.3s;
}

.relax .button .right:hover {
  width: 2.2rem;
  height: 0.5rem;
  margin: 0.45rem auto;
}
.relax .button .right a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.172rem;
  line-height: 0.172rem;
  color: #e83428;
}
.relax .button .right a svg {
  width: 7px;
  height: 12px;
  margin-left: 12px;
  transition: 0.3s;
}
.relax .button .right a svg .cls-1 {
  fill: #e83428;
}
.relax .button .right:hover a svg {
  margin-left: 24px;
}

.red_ {
  display: inline-block;
  vertical-align: middle;
  background-color: #ea222d;
  transition: all 1s;
}

.relax .hill {
  width: 100%;
  height: 1.4rem;
  position: relative;
  z-index: 1;
}
.relax .hill > ul {
  width: 100%;
  height: 100%;
  padding: 0.7rem 1rem;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
}
.relax .hill > ul > li > span:nth-of-type(3),
.relax .hill > ul > li > span:nth-of-type(4) {
  display: block;
}

.relax .hill > ul > li > span:nth-of-type(2) {
  font-size: 0.34rem;
  font-family: "DIN-PRO";
  font-weight: 500;
  color: #32d9c3;
  line-height: 0.81rem;
  text-shadow: 2px 0px 1px #14474785;
}
.relax .hill > ul > li > span:nth-of-type(1) {
  font-size: 0.34rem;
  font-family: "DIN-PRO";
  font-weight: 500;
  color: #32d9c3;
  line-height: 0.81rem;
  text-shadow: 2px 0px 1px #14474785;
}
.relax .hill > ul > li > span:nth-of-type(3) {
  font-size: 0.13rem;
  font-weight: 400;
  color: #333333;
}
.relax .hill > ul > li > span:nth-of-type(4) {
  font-size: 0.12rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.3rem;
}
.relax .cloud {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
}
.relax .cloud > span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(https://img.szgreenleaf.com/v2/images/cloud.png) 0px 0px
  no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  transform: translateX(-43.2rem);
  animation: cloud 10s linear infinite;
}

@keyframes cloud {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-500px);
  }
}

.accordion {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.accordion .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.accordion .box .intelligent {
  width: 33.3%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
}
.accordion .box .intelligent:nth-of-type(2) {
  width: 33.3%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.3%;
  z-index: 2;
}
.accordion .box .intelligent:nth-of-type(3) {
  width: 33.3%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 66.6%;
  z-index: 2;
}

.accordion .box .intelligent a {
  width: 100%;
  height: 100%;
  display: block;
}
.accordion .box .intelligent a .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.accordion .box .intelligent a .img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.accordion .box .intelligent a .bg {
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
.accordion .box .intelligent a .number {
  width: 100%;
  font-family: "DIN-Bold";
  font-size: 0.42rem;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #f0f0f0;
  position: absolute;
  top: 1.4rem;
  left: 0;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.accordion .box .intelligent a .line {
  width: 1px;
  height: 0;
  background-color: #f0f0f0;
  position: absolute;
  top: 240px;
  left: 50%;
  z-index: 2;
  transition: 0.5s;
}
.accordion .box .intelligent a .title {
  width: 100%;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #ffffff;
  position: absolute;
  top: 1.73751rem;
  left: 0;
  text-align: center;
  z-index: 2;
  transition: 0.5s;
}
.accordion .box .intelligent a .en {
  width: 100%;
  font-family: "Arial";
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 2.33001rem;
  left: 0;
  z-index: 2;
  transition: 0.5s;
}

.accordion .box .intelligent a .s {
  display: block;
  width: 100%;
  position: absolute;
  top: 1.4rem;
  z-index: 2;
}
.accordion .box .intelligent1 a .s {
  top: 1.2rem;
}
.accordion .box .intelligent3 a .s {
  top: 1.2rem;
}
.accordion .box .intelligent a .s ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.accordion .box .intelligent a .s ul li {
  width: 1.7rem;
  margin: 0 0.05rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  padding-top: 1.8rem;
}

.accordion .box .intelligent1 a .s ul li {
  width: 1.4rem;
  margin: 0 0.05rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  padding-top: 1.8rem;
}

.accordion .box .intelligent3 a .s ul li {
  width: 1.4rem;
  margin: 0 0.05rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  padding-top: 1.8rem;
}

.accordion .box .intelligent a .s li:nth-of-type(1) {
  transition: 0.8s;
}
.accordion .box .intelligent a .s li:nth-of-type(2) {
  transition: 1s;
}
.accordion .box .intelligent a .s li:nth-of-type(3) {
  transition: 1.2s;
}
.accordion .box .intelligent a .s li:nth-of-type(4) {
  transition: 1.4s;
}
.accordion .box .intelligent a .s li:nth-of-type(5) {
  transition: 1.4s;
}
.accordion .box .intelligent a .s li:nth-of-type(6) {
  transition: 1.6s;
}
.accordion .box .intelligent a .s li:nth-of-type(7) {
  transition: 1.8s;
}
.accordion .box .intelligent a .s .s-img {
  width: 100%;
  overflow: hidden;
}
.accordion .box .intelligent a .s .s-img img {
  width: 100%;
  transition: 0.6s;
  display: block;
}
.accordion .box .intelligent a .s li:hover .s-img img {
  transform: scale(1.15);
}

.accordion .box .intelligent a .s .s-title {
  padding-top: 0.07rem;
  font-size: 0.12rem;
}
.accordion .box .intelligent3 a .s .s-title {
  padding-top: 0.04rem;
  font-size: 0.1rem;
}
.accordion .box .intelligent1 a .s .s-title {
  padding-top: 0.04rem;
  font-size: 0.09rem;
}
.accordion .box .intelligent a .s .s-marker {
  padding-top: 0.07rem;
  font-size: 0.1rem;
}
.accordion .box .intelligent a .s .s-marker {
  padding-top: 0.04rem;
  font-size: 0.08rem;
  padding-bottom: 0.04rem;
}

.accordion .box .intelligent a .button {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  position: absolute;
  top: 4rem;
  left: calc(50% - 0.1rem);
  z-index: 2;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 1.4s;
}
.accordion .box .intelligent a .button img {
  display: block;
  width: 0.0525rem;
  height: 0.105rem;
  margin: 0 auto;
  padding-top: 0.0975rem;
}
.accordion .box .intelligent a:hover .bg {
  background-color: #02b21b;
}
.accordion .box .intelligent a:hover .title {
  top: 0.4rem;
}
.accordion .box .intelligent a:hover .en {
  top: 0.95rem;
}

.accordion .box .intelligent a:hover .s li {
  opacity: 1;
  padding-top: 0;
}

.accordion .box .intelligent a:hover .button {
  top: 3.2rem;
  opacity: 1;
}
.accordion .box .intelligent3 a:hover .button {
  top: 3.57rem;
}

.accordion .box .green {
  width: 25.2%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 75%;
  z-index: 4;
}
.accordion .box .green a {
  width: 100%;
  height: 100%;
  display: block;
}
.accordion .box .green a .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.accordion .box .green a .img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.inner-banner {
  width: 100%;
  /* height: 3.9rem; */
  height: 4.27501rem;
  position: relative;
  overflow: hidden;
}

.inner-banner .img img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 100%;
  transition: all 1s;
}

.in_banner:hover .img img {
  transform: scale(1.1);
}

.inner-banner .title {
  position: absolute;
  left: 13.5%;
  bottom: 1.23rem;
}

.inner-banner .title .cn {
  font-size: 0.39rem;
  font-weight: bold;
  line-height: 0.39rem;
  color: #ffffff;
}

.inner-banner .title .en {
  font-family: "DIN-Bold";
  font-size: 0.315rem;
  line-height: 0.315rem;
  letter-spacing: -0.0075rem;
  color: #ffffff;
  opacity: 0.3;
  margin-top: 0.24rem;
}

.inner-banner .title .p {
  width: 5.77501rem;
  margin-top: 0.1725rem;
  font-size: 0.135rem;
  line-height: 0.27rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .relax .relax_top > .title_sp {
    width: 100%;
  }
  .relax .relax_top > .title_sp ul li {
    width: 1.4rem;
    height: 1.01rem;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  .relax .relax_top > .title_sp ul li img {
    width: 100%;
    transition: 0.4s;
    display: block;
  }

  .relax .relax_top > .title_sp ul li div {
    position: absolute;

    background-image: linear-gradient(to right, #32d9c300, #32d9c3, #32d9c300);
    padding: 0.04rem 0.3rem;
    color: #fff;
    font-size: 0.1rem;
    margin-top: 0.8rem;
    transition: 0.4s;
  }
  .relax .relax_top > .title_sp ul li:hover img {
    transform: scale(1.05);
  }

  .relax .relax_top > .title_sp ul li:hover div {
    padding: 0.04rem 0.8rem;
  }
  .relax .hill > ul{
    padding:0.7rem;
    padding-top: 0;
  }
  .relax .relax_top .title_sp ul li{
    width: auto
  }
  .relax .relax_top .title_sp{
    width: 100%;
  }
  .relax .relax_top .title_sp ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
  }
}
.card-text{
  text-align: center;
}
.text-reset{
  color: inherit !important;
}
.stretched-link{

}
/* 不同显示屏适配方案 */
/* 大屏电脑 */
@media (max-width: 1560px) {
  .news .box .news-box .news-view .item{
    height:auto;
  }
  .inner-nav .left .h2{

    font-size: 18px !important;
  }
  .inner-nav nav ul li a{
    font-size:18px !important;
  }
  .news .p{
    width: 100%;
  }
  .news .box{
    width: 90% !important;
    height: auto;
    margin: 0 auto;
  }
}
/* 电脑 */
@media (max-width: 1400px) {

}
/* 普通电脑 */
@media (max-width: 1280px) {
  .news .box .news-box .news-view .item{
    height:2.3rem;
  }
  .news .p{
    width: 100%;
  }
  .news .box{
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

/* 平板电脑或者低分辨率电脑 */
@media (max-width: 1024px) {
  .content .top{
    width: 100% !important;
  }
  .inner-banner {
    width: 100%;
    height: 5rem;
  }
}
/* 正常手机 */
@media (max-width: 768px) {
  .inner-nav .left .h2{
    width:auto !important;
    font-size: 18px !important;
  }
  .inner-nav{
    /* padding-top:10px;
    padding-bottom:10px; */
  }
  .inner-nav nav{
    flex: 2;
  }


}