@charset "UTF-8";
.common_tit {
  color: #6BA23E;
  line-height: 1.16;
  font-family: "fontM";
}

.why {
  text-align: center;
  padding: 98px 0 175px;
}
.why .common_tit {
  margin-bottom: 63px;
  font-family: "fontM";
}
.why .sub {
  font-family: "fontM";
  margin-bottom: 20px;
  line-height: 1.17;
}
.why .des {
  text-align: center;
  line-height: 1.8125;
}

.victurf{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/static/en/img/sport/bg.jpg);
  padding: 135px 0;
  color: #fff;
}
.victurf .title {
  font-family: "fontM";
}
.victurf .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.victurf .l {
  width: 42%;
  padding-top: 30px;
}
.victurf .r {
  width: 49.44%;
}
.victurf .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 110%;
  overflow: hidden;
}
.victurf .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.victurf ul {
  margin-top: 14px;
}
.victurf li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.victurf .tit {
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  line-height: 1;
}
.victurf .des {
  width: calc(100% - 80px);
  line-height: 1.8125;
}

.intro {
  padding: 97px 0;
}
.intro .box {
  position: relative;
}
.intro .box > img {
  max-width: 100%;
}
.intro .dot {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}
.intro .dot::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6BA23E;
}
.intro li {
  position: absolute;
}

.intro .info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 33px 34px;
  width: 526px;
  margin-top: 30px;
  display: none;
}
.intro li:first-child .info{
    display: block;
}
.intro .des {
  line-height: 1.8;
  height: 9em;
  overflow: auto;
}
.intro .des::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.intro .des::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.intro .des::-webkit-scrollbar-thumb {
  background: #6BA23E;
  /* 滚动色 */
  border-radius: 6px;
}
.intro .info_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .img {
  width: 122px;
  border-radius: 10px;
  overflow: hidden;
}
.intro .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro .txt {
  width: calc(100% - 142px);
}

.all {
  position: relative;
  padding-bottom: 145px;
}
.all::after {
  opacity: 0.7;
  margin-top: 16.45%;
  top: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #FFFFFF), to(#3E7E1F));
  background: linear-gradient(0deg, #FFFFFF 2%, #3E7E1F 100%);
}
.all .w1440 {
  position: relative;
  z-index: 2;
}
.all .sw1 {
  margin-top: 57px;
}
.all .sw1 .img {
  background: #edebec;
  position: relative;
  height: 0;
  padding-bottom: 78%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.all .sw1 .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.all .sw1 .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.all .sw1 .tit {
  margin-top: 30px;
  font-family: "fontM";
}
.all .des {
  margin-top: 17px;
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
.all .more {
  color: #fff;
  width: 126px;
  height: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.all .more span{
    position: relative;
    z-index: 2;
}
.all .more:after{
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.all .more:hover:after{
    width: 200%;
}
.all .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  display: none;
}
.all .point span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6BA23E;
}

.applications {
  margin-top: 169px;
}
.applications .sw2 {
  margin-top: 57px;
}
.applications .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.applications .tit {
  position: absolute;
  z-index: 2;
  left: 27px;
  bottom: 25px;
  color: #fff;
}
.applications .img {
  position: relative;
  height: 0;
  padding-bottom: 68%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.applications .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center center;
}
.applications .img:hover img{
    transform: scale(1.05);
}
@media screen and (max-width: 1600px){
    .why {
    text-align: center;
    padding: 5.1% 0 9.1%;
}
.why .common_tit {
    margin-bottom: 30px;
    
}
.why .sub{
    margin-bottom: 10px;
}
.victurf{
    padding: 7% 0;
}
.victurf .l{
    padding-top: 0;
}
.intro .info{
        padding: 20px;
    width: 370px;
    margin-top: 20px;
}
.intro {
    padding: 5% 0;
}
.all .sw1 {
    margin-top: 30px;
}
.all .sw1 .tit {
    margin-top: 20px;
    
}
.all .des {
    margin-top: 5px;
    
}
.applications {
    margin-top: 11.7%;
}
.applications .sw2 {
    margin-top: 30px;
}
.all {
    padding-bottom: 7.55%;
}
.all .more {
    width: 100px;
    height: 36px;
    
}
}
@media screen and (max-width: 1200px){
    .why .common_tit {
        margin-bottom: 20px;
    }
    .victurf .r {
    width: 34%;
}
.victurf .l {
    width: 60%;
    
}
.victurf .des {
    width: calc(100% - 60px);
    
}
.victurf li{
        padding: 20px 0 25px;
}
.intro ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.intro li{
    position: relative;
    top: inherit !important;
    left: inherit !important;
    width: calc((100% - 25px)/2);
}
.intro .dot{
    display: none;
}
.intro .info{
            width: 100%;
    position: relative;
    left: inherit;
    transform: inherit;
    display: block;
    margin-top: 25px;
}
}
@media screen and (max-width: 768px){
        .why {
        padding: 40px 0;
    }
        .why .common_tit {
        margin-bottom: 15px;
    }
    .victurf .flx{
        flex-direction: column-reverse;
    }
        .victurf .l {
        width: 100%;
    }
        .victurf .r {
        width: 100%;
        margin-bottom: 20px;
    }
        .victurf {
        padding: 40px 0;
            
        }
        .victurf .des {
        width: calc(100% - 40px);
    }
        .intro {
        padding: 40px 0;
    }
    .intro li{
        width: 100%;
    }
    .common_tit{
        text-align: center;
        line-height: 1;
    }
        .all .sw1 {
        margin-top: 25px;
    }
    .all::after{
        margin-top: 40%;
    }
    .all .des{
        height: 3em;
            -webkit-line-clamp: 2;
    }
    .all .point{
        display: flex;
        margin-top: 20px;
    }
        .applications {
        margin-top: 40px;
    }
        .applications .sw2 {
        margin-top: 25px;
    }
}
