.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .desc-1 {
    background: #f7f7f7;
    padding: 60px 0px;
    background: url("/images/nature/bg-2.png") no-repeat 100%;
    background-size: cover;
  }
  .desc-1 .title {
    margin-bottom: 30px;
  }
  .desc-1 .desc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 30px;
  }
  .desc-1 .desc-list .hover-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 85px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid transparent;
    font-size: 24px;
    font-weight: bold;
  }
  .desc-1 .desc-list .hover-item img {
    width: 55px;
    height: 55px;
  }
  .desc-1 .desc-list .active {
    border-bottom: 6px solid #ff8e10;
  }
  .desc-1 .item-content {
    width: 100%;
    padding: 80px 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 200px;
       -moz-column-gap: 200px;
            column-gap: 200px;
  }
  .desc-1 .item-content .number {
    font-size: 128px;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 0px;
    bottom: -40px;
    z-index: 0;
    font-weight: bold;
  }
  .desc-1 .item-content .subhead {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .desc-1 .item-content img {
    -webkit-animation: move-to-left 0.6s linear;
            animation: move-to-left 0.6s linear;
    max-height: 300px;
  }
  .desc-1 .describe {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .desc-1 {
    background: #f7f7f7;
    padding: 60px 0px;
    background: url("/images/nature/bg-2.png") no-repeat 100%;
    background-size: cover;
  }
  .desc-1 .title {
    margin-bottom: 30px;
  }
  .desc-1 .desc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 30px;
  }
  .desc-1 .desc-list .hover-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 65px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid transparent;
    font-size: 20px;
    font-weight: bold;
  }
  .desc-1 .desc-list .hover-item img {
    width: 35px;
    height: 35px;
  }
  .desc-1 .desc-list .active {
    border-bottom: 6px solid #ff8e10;
  }
  .desc-1 .item-content {
    width: 100%;
    padding: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .desc-1 .item-content .number {
    font-size: 118px;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 0px;
    bottom: -40px;
    z-index: 0;
    font-weight: bold;
  }
  .desc-1 .item-content .subhead {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .desc-1 .item-content img {
    width: 400px;
    -webkit-animation: move-to-left 1s linear;
            animation: move-to-left 1s linear;
  }
  .desc-1 .describe {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .desc-1 {
    background: #f7f7f7;
    padding: 50px 0px;
    background: url("/images/nature/bg-2.png") no-repeat 100%;
    background-size: cover;
  }
  .desc-1 .title {
    margin-bottom: 30px;
  }
  .desc-1 .desc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 30px;
  }
  .desc-1 .desc-list .hover-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid transparent;
    font-size: 16px;
    font-weight: bold;
  }
  .desc-1 .desc-list .hover-item img {
    width: 25px;
    height: 25px;
  }
  .desc-1 .desc-list .active {
    border-bottom: 6px solid #ff8e10;
  }
  .desc-1 .item-content {
    width: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .desc-1 .item-content .number {
    font-size: 90px;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 0px;
    bottom: -40px;
    z-index: 0;
    font-weight: bold;
  }
  .desc-1 .item-content .subhead {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .desc-1 .item-content img {
    width: 350px;
    -webkit-animation: move-to-left 1s linear;
            animation: move-to-left 1s linear;
  }
  .desc-1 .describe {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .desc-1 {
    background: #f7f7f7;
    padding: 40px 0px;
    background: url("/images/nature/bg-2.png") no-repeat 100%;
    background-size: cover;
  }
  .desc-1 .title {
    margin-bottom: 30px;
  }
  .desc-1 .desc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 15px;
  }
  .desc-1 .desc-list .hover-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid transparent;
    font-size: 14px;
    font-weight: bold;
  }
  .desc-1 .desc-list .hover-item img {
    width: 20px;
    height: 20px;
  }
  .desc-1 .desc-list .active {
    border-bottom: 6px solid #ff8e10;
  }
  .desc-1 .item-content {
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .desc-1 .item-content .number {
    font-size: 70px;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 0px;
    bottom: -20px;
    z-index: 0;
    font-weight: bold;
  }
  .desc-1 .item-content .subhead {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .desc-1 .item-content img {
    width: 260px;
    -webkit-animation: move-to-left 1s linear;
            animation: move-to-left 1s linear;
  }
  .desc-1 .describe {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .desc-1 {
    background: #f7f7f7;
    padding: 30px 0;
    background: url("/images/nature/bg-2.png") no-repeat 100%;
    background-size: cover;
  }
  .desc-1 .title {
    margin-bottom: 30px;
  }
  .desc-1 .desc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
  }
  .desc-1 .desc-list .hover-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 30px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid transparent;
    font-size: 14px;
    font-weight: bold;
  }
  .desc-1 .desc-list .hover-item img {
    width: 15px;
    height: 15px;
  }
  .desc-1 .desc-list .active {
    border-bottom: 6px solid #ff8e10;
  }
  .desc-1 .item-content {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .desc-1 .item-content .number {
    font-size: 60px;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 0px;
    bottom: -40px;
    z-index: 0;
    font-weight: bold;
  }
  .desc-1 .item-content .subhead {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .desc-1 .item-content img {
    -webkit-animation: move-to-left 1s linear;
            animation: move-to-left 1s linear;
  }
  .desc-1 .describe {
    font-size: 12px;
    line-height: 28px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .desc-1 {
    padding: 20px 0;
    background: #f5f5f5;
  }
  .desc-1 .title {
    margin-bottom: 30px;
  }
  .desc-1 .desc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
  }
  .desc-1 .desc-list .hover-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 30px;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid transparent;
    font-size: 14px;
    font-weight: bold;
  }
  .desc-1 .desc-list .hover-item img {
    width: 15px;
    height: 15px;
  }
  .desc-1 .desc-list .active {
    border-bottom: 6px solid #ff8e10;
  }
  .desc-1 .item-content {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .desc-1 .item-content .number {
    font-size: 60px;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 0px;
    bottom: -40px;
    z-index: 0;
    font-weight: bold;
  }
  .desc-1 .item-content .subhead {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .desc-1 .item-content img {
    -webkit-animation: move-to-left 1s linear;
            animation: move-to-left 1s linear;
  }
  .desc-1 .describe {
    font-size: 12px;
    line-height: 28px;
    margin-top: 25px;
  }
}
.small-container .small-item {
  padding: 10px;
  border-radius: 10px;
  height: 100%;
}
.small-container .small-item .small-item_title {
  font-size: 14px;
  color: #ff8e10;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
@-webkit-keyframes move-to-left {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes move-to-left {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
.banner-drg {
  height: 590px;
  background: url(/images/nature/bg.png) no-repeat 100%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 1600px) {
  .banner-drg {
    height: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .banner-drg {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-drg {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .banner-drg {
    height: 320px;
    background: url(/images/nature/109.png) no-repeat 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .banner-drg {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg {
    height: 200px;
  }
}
.banner-drg .banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 100px;
}
.banner-drg .banner-container .banner-describe {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .banner-drg .banner-container .banner-describe {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-describe {
    text-align: center;
  }
}
.banner-drg .banner-container .banner-describe h2 {
  padding: 0;
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .banner-drg .banner-container .banner-describe h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-drg .banner-container .banner-describe h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .banner-drg .banner-container .banner-describe h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.banner-drg .banner-container .banner-describe p {
  font-size: 24px;
  color: #666;
}
@media screen and (max-width: 992px) {
  .banner-drg .banner-container .banner-describe p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner-drg .banner-container .banner-describe p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-describe p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-animation {
    display: none;
  }
}
.banner-drg .banner-container .banner-img {
  width: 300px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.5;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.4;
  }
}
.banner-drg .banner-container .banner-img img {
  max-width: 100%;
}
.banner-drg .banner-container .banner-img .img-center {
  position: absolute;
  width: 130px;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
}
.banner-drg .banner-container .banner-img .pedestal {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.banner-drg .banner-container .banner-img .circle-1 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed #d66102;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-drg .banner-container .banner-img .circle-2 {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #ffb8000d;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-drg .banner-container .banner-img .circle-3 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 0.0625rem dashed #d64e02;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-drg .banner-container .banner-img .circle-4,
.banner-drg .banner-container .banner-img .circle-5,
.banner-drg .banner-container .banner-img .circle-6 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8843), to(#ffee54));
  background: -webkit-linear-gradient(top, #ff8843 0%, #ffee54 100%);
  background: -o-linear-gradient(top, #ff8843 0%, #ffee54 100%);
  background: linear-gradient(180deg, #ff8843 0%, #ffee54 100%);
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.78);
          box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.78);
}
.banner-drg .banner-container .banner-img .circle-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-animation: rotate1 15s infinite linear;
          animation: rotate1 15s infinite linear;
}
.banner-drg .banner-container .banner-img .circle-5 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-animation: rotate2 8s infinite linear;
          animation: rotate2 8s infinite linear;
}
.sm-banner-conteiner {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 40px;
  background: url("/images/nature/109.png") none 100% / center;
}
.sm-banner-conteiner .title {
  width: 170px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.sm-banner-conteiner .subtitle {
  width: 100%;
  font-size: 14px;
  color: #666;
  max-height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sm-banner-conteiner img {
  max-width: 130px;
}
.sm-banner-conteiner .try-btn {
  margin-top: 15px;
}
@-webkit-keyframes float-Move {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes float-Move {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
            transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
            transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
  }
}
@keyframes rotate1 {
  from {
    -webkit-transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
            transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
            transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(0turn) translate(90px, 0) rotate(1turn);
            transform: rotate(0turn) translate(90px, 0) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(90px, 0) rotate(0turn);
            transform: rotate(1turn) translate(90px, 0) rotate(0turn);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(0turn) translate(90px, 0) rotate(1turn);
            transform: rotate(0turn) translate(90px, 0) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(90px, 0) rotate(0turn);
            transform: rotate(1turn) translate(90px, 0) rotate(0turn);
  }
}
@-webkit-keyframes zoom-width {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-width {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

