@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01); }
  100% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01); }
  100% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02); } }
/* 背景图片 */
.hy-container .hy-transfer h1 {
  position: relative;
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  text-align: center; }
  .hy-container .hy-transfer h1 span {
    display: inline-block;
    position: absolute;
    height: 26px;
    width: 444px;
    background: url("22.png") no-repeat center;
    background-size: cover;
    left: 50%;
    margin-left: -222px;
    bottom: -35px; }
  .hy-container .hy-transfer h1 b {
    color: #f1685e; }
.hy-container .hy-transfer h2 {
  font-size: 20px;
  font-weight: normal;
  color: #999999;
  margin: 20px 0 30px;
  text-align: center; }
.hy-container .hy-transfer .hy-banner {
  width: 100%;
  height: 439px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
.hy-container .hy-transfer .hy-tax {
  padding: 40px 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover; }
  .hy-container .hy-transfer .hy-tax .title {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    color: black;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd; }
    .hy-container .hy-transfer .hy-tax .title::before {
      display: block;
      content: "";
      position: relative;
      top: 38px;
      left: 80px;
      width: 40px;
      height: 2px;
      background-color: #F7664E;}
    .hy-container .hy-transfer .hy-tax .content {
      display: flex;
      /* width: 70%; */
      justify-content: center;
      align-items: center;
      margin: 50px auto;}
      .hy-container .hy-transfer .hy-tax .content img {
        display: block;
        width: 430px;
        height: 280px;}
      .hy-container .hy-transfer .hy-tax .content .hy-text {
        text-align: left;
        margin-left: 20px;
        width: 370px;
        font-size: 15px;
        font-weight: 600;}
      .hy-container .hy-transfer .hy-tax .content .hy-text-company {
        text-align: left;
        margin-left: 20px;
        width: 520px;
        font-size: 13px;
        font-weight: 600;
        line-height: 25px;}

.hy-container .hy-transfer .hy-taxGoods {
  background: #FFFAFA;
  padding: 40px 0;
  text-align: center; }
  .hy-container .hy-transfer .hy-taxGoods .title {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    color: black;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd; }
    .hy-container .hy-transfer .hy-taxGoods .title::before {
      display: block;
      content: "";
      position: relative;
      top: 38px;
      left: 80px;
      width: 40px;
      height: 2px;
      background-color: #F7664E;}
    .hy-container .hy-transfer .hy-taxGoods .content {
      display: flex;
      /* width: 70%; */
      justify-content: center;
      align-items: center;
      margin: 50px auto;}
      .hy-container .hy-transfer .hy-taxGoods .content img {
        display: block;
        width: 350px;
        height: 300px;}
      .hy-container .hy-transfer .hy-taxGoods .content .hy-taxGoods-right {
        width: 601px;
        height: 301px;
        background-color: #fff;
        box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);
        display: flex;
        flex-wrap: wrap;
        text-align: left;}
        .hy-container .hy-transfer .hy-taxGoods .content .hy-taxGoods-right .right-box{
          box-sizing: border-box;
          width: 300px;
          height: 150px;
          padding: 20px 0 20px 15px;}
          .hy-container .hy-transfer .hy-taxGoods .content .hy-taxGoods-right .right-box .name{
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;}
          .hy-container .hy-transfer .hy-taxGoods .content .hy-taxGoods-right .right-box .right-box-text{
            font-size: 10px;
            color: #9A9A9A;
            margin-left: 20px;}
            .hy-container .hy-transfer .hy-taxGoods .content .hy-taxGoods-right .right-box .right-box-text::before{
              display: block;
              content: "";
              position: relative;
              top: 12px;
              left: -20px;
              width: 8px;
              height: 8px;
              transform: rotate(45deg);
              background-color: #FF8330;}

.hy-container .hy-transfer .hy-service {
  padding: 40px 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  height: 439px;
  background-repeat: no-repeat;
  background-size: cover; }
  .hy-container .hy-transfer .hy-service .title {
    width: 225px;
    height: 40px;
    margin: 0 auto;
    color: black;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd; }
    .hy-container .hy-transfer .hy-service .title::before {
      display: block;
      content: "";
      position: relative;
      top: 38px;
      left: 95px;
      width: 40px;
      height: 2px;
      background-color: #F7664E;}
    .hy-container .hy-transfer .hy-service .content {
      width: 1200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 50px auto;} 
      .hy-container .hy-transfer .hy-service .content .content-box{
        width: 220px;
        height: 300px;
        box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);}
        .hy-container .hy-transfer .hy-service .content .content-box img{
          width: 100%;}
        .hy-container .hy-transfer .hy-service .content .content-box .name{
          font-size: 15px;
          font-weight: bold;
          margin: 10px 0;}
        .hy-container .hy-transfer .hy-service .content .content-box .text{
          font-size: 8px;
          color: #9A9A9A;
          margin: 0 5px;}          

.hy-container .hy-transfer .hy-business {
  padding: 40px 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover; }
  .hy-container .hy-transfer .hy-business .title {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    color: black;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd; }
    .hy-container .hy-transfer .hy-business .title::before {
      display: block;
      content: "";
      position: relative;
      top: 38px;
      left: 80px;
      width: 40px;
      height: 2px;
      background-color: #F7664E;}
      .hy-container .hy-transfer .hy-business .content {
        display: flex;
        justify-content: center;
        margin: 50px auto;}
        .hy-container .hy-transfer .hy-business .content img{
          display: block;
          width: 1150px;}

.hy-container .hy-transfer .hy-product {
  padding: 40px 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover; }
  .hy-container .hy-transfer .hy-product .title {
    width: 225px;
    height: 40px;
    margin: 0 auto;
    color: black;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd; }
  .hy-container .hy-transfer .hy-product .title::before {
    display: block;
    content: "";
    position: relative;
    top: 38px;
    left: 95px;
    width: 40px;
    height: 2px;
    background-color: #F7664E;}
  .hy-container .hy-transfer .hy-product .content {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;} 
    .hy-container .hy-transfer .hy-product .content .content-box{
      width: 240px;
      /* height: 300px; */
      background-color: #fff;
      box-shadow: 0px 9px 24px 4px rgba(0,0,0,0.09);}
      .hy-container .hy-transfer .hy-product .content .content-box img{
        width: 100%;}
      .hy-container .hy-transfer .hy-product .content .content-box .top{
        font-size: 13px;
        font-weight: bold;
        box-sizing: border-box;
        height: 80px;
        padding: 10px 15px 15px 15px;
        color: #FFFFFF;}
      .hy-container .hy-transfer .hy-product .content .content-box .center{
        font-size: 15px;
        color: #9A9A9A;
        line-height: 24px;
        padding: 15px 0 25px 0;} 
        .hy-container .hy-transfer .hy-product .content .content-box .center .right-list{
          display: flex;
          justify-content: center;
          align-items: center;} 
          .hy-container .hy-transfer .hy-product .content .content-box .center .right-list .right{
            display: block;
            width: 9px;
            height: 4px;
            position: relative;
            left: -3px;
            border: 1px solid #5DA80E;
            border-width: 0 0 2px 2px;
            transform: rotate(-45deg);} 
      .hy-container .hy-transfer .hy-product .content .content-box .footer{
        box-sizing: border-box;
        height: 90px;
        font-size: 13px;
        color: #787878;
        padding: 10px 10px 20px 10px;
        line-height: 24px; 
        background-color: #F0F0F0;} 
      