﻿.yxy_banner_wrap,
  .yxy_banner_img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .yxy_banner_desc {
    position: absolute;
    display: flex;
  }
  .yxy_banner_desc p {
    color: #fff;
    font-size: 34px;
    text-align: right;
    line-height: 1.5;
  }
  .yxy_banner_desc p:first-child {
    font-weight: bold;
    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;
  }
  @media screen and (min-width: 478px) {
    .yxy_banner_desc {
      top: 270px;
      right: 370px;
    }
    .yxy_banner_desc p {
      font-size: 34px;
    }
    .banner_content_wrap {
      margin-right: 40px;
    }
    .yxy_banner_desc p:first-child {
      font-size: 51px;
      margin-bottom: 30px;
    }
    .yxy_banner_desc img {
      width: 200px;
      height: auto;
    }
    .service_wrap{
      width: 1595px;
      height:514px;
      margin: 195px 0 0;
      background: url(../image/bg2.png) no-repeat;
      background-size: 100% 100%;
    }
    .service_title{
      width:calc(100% - 333px);
      font-size:29px;
      font-weight:bold;
      padding:184px 0 0 333px;
      text-transform:uppercase;
      
    }
    
    .service_desc{
      width:515px;
      font-size:21px;
      line-height:1.5;
      margin:55px 0 0 0;
      padding:0 0 0 333px;
      text-align:justify;
      letter-spacing: 2px;
    }
    .service_list_wrap{
      margin-top: 140px;

    }
    .service_list_title{
      font-size:29px;
      font-weight:bold;
      text-transform:uppercase;
      text-align:center;
    }
    .service_list{
      width:1255px;
      height:auto;
      margin: 90px auto 0;
      display:flex;
      justify-content: space-between;
    }
    .service_li{
      width:calc(100% / 3 - 55px);
    }
    .service_li_title {
      font-size: 26px;
      font-family: "Adobe Heiti Std";
      color: rgb(0, 0, 0);
      text-align: center;
      font-weight:bold;
      
    }
    .service_li_title span{
      border-bottom:2px solid rgb(0, 0, 0);
      line-height:1.2;
    }
    .service_content{
      
      font-size:21px;
      color:#000;
      margin-top:40px;
      text-align:justify;
    }
    .big_img{
      width:1255px;
      margin:70px auto 90px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .big_img img{
      margin-top:20px;
    }
    
  }
  @media screen and (max-width: 479px) {
    .yxy_banner_desc {
      top: 20px;
      right: 15px;
    }
    .yxy_banner_desc p {
      font-size: 18px;
    }
    .banner_content_wrap {
      margin-right: 15px;
    }
    .yxy_banner_desc p:first-child {
      font-size: 25px;
      margin-bottom: 5px;
    }
    .yxy_banner_desc img {
      width: 80px;
      height: auto;
    }
    .service_wrap{
      padding:20px 15px;
      width: 100%;
      height:auto;
      background: url(../image/bg2.png) no-repeat;
      background-size: 100% 100%;
    }
    .service_title{
      width:100%;
      font-size:20px;
      font-weight:bold;
      padding:25px 0 0 0;
      text-transform:uppercase;
      
    }
    
    .service_desc{
      font-size:14px;
      line-height:1.5;
      margin:25px 0 0 0;
      text-align:justify;
      letter-spacing: 2px;
    }
    .service_list_wrap{
      margin-top: 25px;
      padding:20px 15px;
    }
    .service_list_title{
      font-size:20px;
      font-weight:bold;
      text-transform:uppercase;
      text-align:center;
    }
    .service_list{
      width:100%;
      height:auto;
      margin: 25px auto 0;
    }
    .service_li{
      margin-top:20px;
    }
    .service_li_title {
      font-size: 16px;
      font-family: "Adobe Heiti Std";
      color: rgb(0, 0, 0);
      text-align: center;
      font-weight:bold;
      
    }
    .service_li_title span{
      border-bottom:2px solid rgb(0, 0, 0);
      line-height:1.2;
    }
    .service_content{
      
      font-size:14px;
      color:#000;
      margin-top:15px;
      text-align:justify;
    }
    .big_img{
      width:100%;
      margin:25px auto;
    }
    .big_img img{
      width:100%;
      margin-top:20px;
    }
    
  
}