﻿.yxy_title {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: transparent;
  background-image: -moz-linear-gradient(
    -51deg,
    rgb(140, 90, 31) 40%,
    rgb(210, 179, 90) 50%,
    rgb(140, 90, 31) 60%
  );
  background-image: -webkit-linear-gradient(
    -51deg,
    rgb(140, 90, 31) 40%,
    rgb(210, 179, 90) 50%,
    rgb(140, 90, 31) 60%
  );
  background-image: -ms-linear-gradient(
    -51deg,
    rgb(140, 90, 31) 40%,
    rgb(210, 179, 90) 50%,
    rgb(140, 90, 31) 60%
  );
  -webkit-background-clip: text;
}
@media screen and (min-width: 478px) {
  .yxy_banner_wrap {
    width: 100%;
    height: 692px;
  }
  .yxy_bannerswiper {
    width: 100%;
    height: 100%;
  }
  .yxy_banner_img {
    width: 100%;
    height: 100%;
  }
  .yxy_banner_pag {
    bottom: 43px !important;
  }
  .swiper-pagination-bullet {
    width: 54px;
    height: 8px;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0.302;
    margin: 0 !important;
  }
  .swiper-pagination-bullet:nth-child(2n) {
    opacity: 0.502;
  }
  .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
  .yxy_banner_desc {
    color: transparent;
    background-image: -moz-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 21%,
      rgb(241, 213, 134) 68%,
      rgb(216, 174, 102) 85%,
      rgb(191, 135, 69) 100%
    );
    background-image: -webkit-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 21%,
      rgb(241, 213, 134) 68%,
      rgb(216, 174, 102) 85%,
      rgb(191, 135, 69) 100%
    );
    background-image: -ms-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 21%,
      rgb(241, 213, 134) 68%,
      rgb(216, 174, 102) 85%,
      rgb(191, 135, 69) 100%
    );
    -webkit-background-clip: text;
    position: absolute;
    right: 355px;
    bottom: 195px;
    font-size: 40px;
    line-height: 1.6;
    text-align: right;
    letter-spacing: 5px;
  }
  .yxy_banner_desc > img {
    width: 100px;
    margin-right: 50px;
    margin-bottom: 25px;
  }
  .yxy_about {
    width: 100%;
    height: auto;
    padding: 145px 0 80px;
    background: url(../image/aboutBg.png) no-repeat;
    background-size: 100% 100%;
  }
  .yxy_about_layout {
    width: 1610px;
    height: auto;
    margin: 0 auto;
  }
  .yxy_about_desc {
    width: 100%;
    height: auto;
    padding-bottom: 90px;
    border-bottom: 1px solid #000;
  }
  .yxy_title {
    font-size: 31px;
  }
  .yxy_about_content {
    width: 630px;
    font-size: 18px;
    color: rgb(74, 74, 74);
    line-height: 1.889;
    margin: 40px auto 0;
    text-align: center;
  }
  .yxy_about_list {
    margin-top: 95px;
    line-height: 1.7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .yxy_line {
    width: 1px;
    height: 90px;
    background: #969696;
    margin: 0 15px;
  }
  .yxy_about_list li p {
    font-size: 15px;
    color: #4a4a4a;
  }
  .yxy_about_title {
    font-size: 18px !important;
    color: rgb(74, 74, 74) !important;
    font-weight: bold;
  }
  .yxy_line:last-child{
    display: none;
  }
  .yxy_service {
    width: 100%;
    height: auto;
    padding: 90px 0 160px;
    background: url(../image/serviceBg.png) no-repeat;
    background-size: 100% 100%;
  }
  .yxy_service_layout {
    width: 1400px;
    height: auto;
    margin: 0 auto;
  }
  .yxy_service_content {
    width: 925px;
    color: #fff;
    font-size: 18px;
    line-height: 1.889;
    text-align: center;
    margin: 45px auto 2px;
  }
  .yxy_service_list {
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
  }
  .yxy_service_list > li {
    width: calc(100% / 3 - 26px);
    height: auto;
    position: relative;
  }
  .yxy_service_list > li > img {
    width: 100%;
    height: auto;
  }
  .yxy_service_list > li > p {
    width: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
  }
  
}
@media screen and (max-width: 479px) {
  .yxy_banner_wrap {
    width: 100%;
    height: auto;
  }
  .yxy_bannerswiper {
    width: 100%;
    height: auto;
  }
  .yxy_banner_img {
    width: 100%;
    height: auto;
  }
  .yxy_banner_pag {
    bottom: 10px !important;
  }
  .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0.302;
    margin: 0 !important;
  }
  .swiper-pagination-bullet:nth-child(2n) {
    opacity: 0.502;
  }
  .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
  .yxy_banner_desc {
    color: transparent;
    background-image: -moz-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 21%,
      rgb(241, 213, 134) 68%,
      rgb(216, 174, 102) 85%,
      rgb(191, 135, 69) 100%
    );
    background-image: -webkit-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 21%,
      rgb(241, 213, 134) 68%,
      rgb(216, 174, 102) 85%,
      rgb(191, 135, 69) 100%
    );
    background-image: -ms-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 21%,
      rgb(241, 213, 134) 68%,
      rgb(216, 174, 102) 85%,
      rgb(191, 135, 69) 100%
    );
    -webkit-background-clip: text;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    line-height: 1.312;
    text-align: right;
  }
  .yxy_banner_desc > img {
    width:40px;
    margin-right: 50px;
  }
  .yxy_about {
    height: auto;
    padding: 20px 15px;
    background: url(../image/aboutBg.png) no-repeat;
    background-size: 100% 100%;
  }
  .yxy_about_desc{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .yxy_title {
    font-size: 18px;
  }
  .yxy_about_content {
    font-size: 16px;
    color: rgb(74, 74, 74);
    line-height: 1.889;
    margin-top: 10px;
    text-align: center;
  }
  .yxy_about_list {
    margin-top: 20px;
    line-height: 1.7;
    text-align: center;
  }
  .yxy_about_list li{
    width:100%;
  }
  .yxy_about_list li p {
    font-size: 15px;
    color: #4a4a4a;
  }
  .yxy_about_title {
    font-size: 18px !important;
    color: rgb(74, 74, 74) !important;
    font-weight: bold;
  }
  .yxy_line{
    width:100%;
    height:1px;
    background: #000;
    margin-top: 20px;
  }
  .yxy_line:last-child{
    display: none;
  }
  .yxy_service {
    height: auto;
    padding: 20px 15px;
    background: url(../image/serviceBg.png) no-repeat;
    background-size: 100% 100%;
  }
  .yxy_service_content {
    color: #fff;
    font-size: 16px;
    line-height: 1.889;
    text-align: center;
    margin-top: 10px;
  }
  .yxy_service_list {
    margin-top: 20px;
  }
  .yxy_service_list > li{
    position: relative;
  }
  .yxy_service_list > li:last-child{
    margin-top: 20px;
  }
  .yxy_service_list > li > img {
    width: 100%;
    height: auto;
  }
  .yxy_service_list > li > p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  .yxy_footer_wrap {
    background: url(../image/footerBg.png) no-repeat;
    background-size: 100% 100%;
  }
}