﻿.yxy_banner_wrap,
.yxy_banner_img {
  width: 100%;
  height: auto;
  position: relative;
}
.yxy_banner_desc p:first-child {
  font-weight: bold;
  color: transparent;
  background-image: -moz-linear-gradient(
    -51deg,
    rgb(191, 135, 69) 0%,
    rgb(241, 213, 134) 45%,
    rgb(216, 174, 102) 50%,
    rgb(191, 135, 69) 51%
  );
  background-image: -webkit-linear-gradient(
    -51deg,
    rgb(191, 135, 69) 0%,
    rgb(241, 213, 134) 45%,
    rgb(216, 174, 102) 50%,
    rgb(191, 135, 69) 51%
  );
  background-image: -ms-linear-gradient(
    -51deg,
    rgb(191, 135, 69) 0%,
    rgb(241, 213, 134) 45%,
    rgb(216, 174, 102) 50%,
    rgb(191, 135, 69) 51%
  );
  -webkit-background-clip: text;
}
@media screen and (min-width: 478px) {
  .yxy_banner_desc {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 125px;
    left: 0;
  }
  .yxy_banner_desc p:first-child  {
    font-size: 50px;
  }
  .yxy_banner_desc p:last-child {
    font-size: 34px;
    color: #fff;
    margin-top: 5px;
  }
  .yxy_contact_wrap {
    width: 1324px;
    margin: 0 auto;
    padding: 155px 0 180px;
    background: #fff;
  }
  .yxy_content_name {
    font-size: 43px;
    color: #000;
    font-weight: bold;
  }
  .yxy_content_item {
    margin-top: 50px;
    color: #000;
    line-height: 1.7;
    font-size:18px;
  }
  .yxy_content_item p:last-child {
    margin-top: 25px;
  }
  .yxy_address_wrap {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
  }
  .yxy_address_item {
    width: calc(50% - 5px);
    height: auto;
    background: #efefef;
  }
  .contact_wrap {
    width: calc(50% - 115px);
    padding: 60px 55px 70px;
  }
  .yxy_company {
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 28px;
  }
  .yxy_address_detail {
    margin-top: 40px;
    font-size: 18px;
    color: #000;
    line-height: 1.818;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .yxy_address_detail p span:last-child {
    margin-left: 20px;
  }
  .yxy_address_code {
    width: 90px;
    height: 90px;
  }
  .yxy_address_code img {
    width: 100%;
    height: 100%;
  }
  .yxy_form_wrap {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .yxy_input {
    width: calc(50% - 65px);
    height: 80px;
    background: #efefef;
    border-radius: 10px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    color: #515151;
    margin-bottom: 10px;
  }
  .yxy_input input {
    width: calc(100% - 115px);
    height: 100%;
    border: none;
    background: transparent;
    font-size: 22px;
  }
  button {
    width: 250px;
    height: 66px;
    background: url(../image/btnBg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    margin: 65px auto 0;
    font-size: 23px;
    color: #fff;
  }
  #container {
    font-size: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .yxy_banner_desc {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .yxy_banner_desc p:first-child {
    font-size: 25px;
  }
  .yxy_banner_desc p:last-child {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
  }
  .yxy_contact_wrap {
    padding: 20px 15px;
    background: #fff;
  }
  .yxy_content_name {
    font-size: 23px;
    color: #000;
    font-weight: bold;
  }
  .yxy_content_item {
    margin-top: 20px;
    color: #000;
    line-height: 1.7;
    font-size:14px;
  }
  .yxy_content_item p:last-child {
    margin-top: 15px;
  }
  .yxy_address_wrap {
    margin-top: 20px;
  }
  .yxy_address_item {
    width: 100%;
    
    background: #efefef;
  }
  .contact_wrap {
    width: calc(100% - 30px);
    padding: 20px 15px;
    margin-top:20px;
  }
  .yxy_company {
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 20px;
  }
  .yxy_address_detail {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    line-height: 1.818;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .yxy_address_detail p span:last-child {
    margin-left: 15px;
  }
  .yxy_address_code {
    width: 60px;
    height: 60px;
  }
  .yxy_address_code img {
    width: 100%;
    height: 100%;
  }
  .yxy_form_wrap {
    margin-top: 20px;
  }
  .yxy_input {
    width: calc(100% - 30px);
    height: 60px;
    background: #efefef;
    border-radius: 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #515151;
    margin-bottom: 10px;
  }
  .yxy_input input {
    width: calc(100% - 85px);
    height: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
  }
  button {
    width: 100%;
    height: 60px;
    background: url(../image/btnBg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    margin: 10px auto 0;
    font-size: 23px;
    color: #fff;
  }
  #container {
    height: 223px;
    font-size: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}