@font-face {
  font-family: 'HYZhuZiMeiXinW';
  src: url("../font/HYZhuZiMeiXinW.TTF");
}
.ico-phone {
  background: url("../img/icon-phone.png");
}
.ico-address {
  background: url("../img/icon-address.png");
}
@media screen and (min-width: 1080px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
  .pc .wrapper {
    width: 1080px;
    margin: 0 auto;
    line-height: 1.43;
  }

  .pc .page1 {
    height: 920px;
    background: url("../img/bg-index.png");
    background-size: cover;
  }

  .pc .page1 .top {
    padding-top: 52px;
    display: flex;
    align-items: center;
  }

  .pc .page1 .top .ico-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/icon-logo.png");
    background-size: cover;
    margin-right: 8px;
  }

  .pc .page1 .top span {
    font-family: HYZhuZiMeiXinW;
    font-size: 22px;
  }

  .pc .page1 .top span:first-of-type {
    color: #007D56;
  }

  .pc .page1 .top span:last-of-type {
    color: #20202D;
  }

  .pc .page1 .main {
    margin-top: 71px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .pc .page1 .main .main-left {
    flex: 1;
  }

  .pc .page1 .main .main-left .tit1 {
    font-family: HYZhuZiMeiXinW;
    font-size: 52px;
    color: #20202D;
  }

  .pc .page1 .main .main-left .tit2 {
    font-family: HYZhuZiMeiXinW;
    font-size: 52px;
    color: #007D56;
  }

  .pc .page1 .main .main-left .des {
    margin-top: 32px;
    font-size: 18px;
    color: #6C6F72;
  }

  .pc .page1 .main .main-left .ewm {
    margin-top: 48px;
    width: 225px;
    text-align: center;
  }

  .pc .page1 .main .main-left .ewm-code {
    width: 225px;
    height: 225px;
    background: url("../img/icon-qrcode.png");
    background-size: cover;
    border: 20px solid #fff;
    border-radius: 32px;
    box-sizing: border-box;
  }

  .pc .page1 .main .main-left .ewm-tips {
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    color: #20202D;
  }

  .pc .page1 .main .main-right .pic-page1 {
    width: 563px;
    height: 493px;
    background: url("../img/icon-index-image.png");
    background-size: cover;
  }

  .pc .page2 {
    height: 920px;
    background: #F4F7F6;
  }

  .pc .page2 h1 {
    text-align: center;
    padding: 80px 0 70px;
    font-family: HYZhuZiMeiXinW;
    font-size: 52px;
    color: #20202D;
  }

  .pc .page2 .page2-item {
    margin: 0 auto;
    width: 900px;
    display: flex;
  }

  .pc .page2 .page2-item .page2-item-left {
    width: 284px;
    height: 205px;
    margin-right: 50px;
    background-size: cover;
  }

  .pc .page2 .page2-item .page2-item-right {
    flex: 1;
  }

  .pc .page2 .page2-item .page2-item-right .title {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #20202D;
  }

  .pc .page2 .page2-item .page2-item-right .des {
    margin-top: 16px;
    font-size: 18px;
    color: #6C6F72;
  }

  .pc .page3 {
    height: 420px;
    background: #fff;
  }

  .pc .page3 .tit1 {
    padding-top: 40px;
    text-align: center;
    font-family: HYZhuZiMeiXinW;
    font-size: 52px;
    color: #20202D;
  }

  .pc .page3 .tit2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HYZhuZiMeiXinW;
    font-size: 52px;
    color: #007D56;
  }

  .pc .page3 .tit2 .ico-logo {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../img/icon-logo.png");
    background-size: cover;
    margin-right: 10px;
  }

  .pc .page3 .line {
    margin-top: 62px;
    height: 1px;
    background: #E7EAEE;
  }

  .pc .page3 .copy-right {
    margin-top: 39px;
    text-align: center;
  }

  .pc .page3 .copy-right p:first-of-type {
    font-size: 16px;
    color: #20202D;
  }

  .pc .page3 .copy-right p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 16px;
    color: #6C6F72;
  }

  .pc .page3 .copy-right p:nth-of-type(3) {
    margin-top: 20px;
    font-size: 14px;
    color: #9C9EA1;
  }
  .pc .page3 .copy-right p:nth-of-type(3) i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: cover;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1080px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }

  .mobile .page1 {
    padding: 0 16px 41px;
    background: url("../img/bg-index.png");
    background-size: cover;
  }

  .mobile .page1 .top {
    padding-top: 34px;
    display: flex;
    align-items: center;
  }

  .mobile .page1 .top .ico-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/icon-logo.png");
    background-size: cover;
    margin-right: 8px;
  }

  .mobile .page1 .top span {
    font-family: HYZhuZiMeiXinW;
    font-size: 22px;
  }

  .mobile .page1 .top span:first-of-type {
    color: #007D56;
  }

  .mobile .page1 .top span:last-of-type {
    color: #20202D;
  }

  .mobile .page1 .main {
    margin-top: 36px;
  }

  .mobile .page1 .main .tit1 {
    font-family: HYZhuZiMeiXinW;
    font-size: 32px;
    color: #20202D;
  }

  .mobile .page1 .main .tit2 {
    font-family: HYZhuZiMeiXinW;
    font-size: 32px;
    color: #007D56;
  }

  .mobile .page1 .main .des {
    margin-top: 30px;
    font-size: 14px;
    color: #6C6F72;
  }

  .mobile .page1 .main .pic-page1 {
    margin: 30px auto 0 ;
    width: 100%;
    min-height: 310px;
    background-size: cover;
  }

  .mobile .page1 .main .pic-page1 img {
    width: 100%;
    height: auto;
  }

  .mobile .page2 {
    background: #F4F7F6;
    padding: 90px 30px;
  }

  .mobile .page2 h1 {
    text-align: center;
    font-family: HYZhuZiMeiXinW;
    font-size: 32px;
    color: #20202D;
  }

  .mobile .page2 .page2-item {
    margin-top: 30px;
    text-align: center;
  }

  .mobile .page2 .page2-item .page2-item-pic {
    width: 143px;
    height: 102px;
    background-size: cover;
    margin: 0 auto;
  }

  .mobile .page2 .page2-item .title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #20202D;
  }

  .mobile .page2 .page2-item .des {
    margin-top: 10px;
    font-size: 14px;
    color: #6C6F72;
  }

  .mobile .page3 {
    padding: 30px 0 25px;
    background: #fff;
    text-align: center;
  }

  .mobile .page3 .tit1 {
    font-family: HYZhuZiMeiXinW;
    font-size: 30px;
    color: #20202D;
  }

  .mobile .page3 .tit2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HYZhuZiMeiXinW;
    font-size: 30px;
    color: #007D56;
  }

  .mobile .page3 .tit2 .ico-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/icon-logo.png");
    background-size: cover;
    margin-right: 10px;
  }

  .mobile .page3 .line {
    margin-top: 30px;
    height: 1px;
    background: #E7EAEE;
  }

  .mobile .page3 .copy-right {
    padding: 20px 30px 0;
    text-align: center;
  }

  .mobile .page3 .copy-right p:first-of-type {
    font-size: 12px;
    color: #20202D;
  }

  .mobile .page3 .copy-right p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 12px;
    color: #6C6F72;
  }

  .mobile .page3 .copy-right p:nth-of-type(3) {
    margin-top: 10px;
    font-size: 12px;
    color: #9C9EA1;
  }
  .mobile .page3 .copy-right p:nth-of-type(3) i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: cover;
    vertical-align: middle;
  }
  
}