@media screen and (max-width:1400px) {
  header .pc-munu a {
    margin: 0 1em;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  .wap-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .wap-menu .top {
    padding: 10px;
  }
  .wap-menu i {
    color: var(--main-green);
  }
  .wap-menu .btn {
    display: inline-block;
    padding: 5px 18px;
    border-radius: 15px;
    color: #fff;
    background-color: var(--main-color);
    position: absolute;
    right: 1em;
  }
  .wap-menu .list {
    display: none;
  }
  .wap-menu .list a {
    display: block;
    width: 100%;
    padding: 1em;
    color: #000;
    font-family: "HanSansCN-Regalur";
    font-size: 1em;
  }
  .wap-menu .list a:hover {
    background-color: var(--main-color);
    color: #fff;
  }

  footer .copyright {
    text-align: center;
  }

  .index .section1 {
    padding-top: 150px;
    background-image: url(/template/default/images/index1-2.png);
    background-position: center;
  }

  .index .section5 h3 {
    font-size: 20px;
  }
  .index .section5 .box {
    padding: 0;
  }
  .index .section5 .box {
    text-align: center;
  }
  .index .section5 .box span.line {
    margin: 0 auto;
  }
  .index .section7 {
    background-size: cover;
  }
  .index .section h1 {
    font-size: 40px;
  }

  .product .section1 {
    text-align: center;
  }
  .product .section1 h1 {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .product .section1 h3 {
    margin-bottom: 2em;
  }
  .product .section1 a {
    font-size: 2em;
  }
  
  .product .section2 h3 {
    font-family: 'HanSansCN-Bold';
    font-weight: bolder;
  }
  .product .section2 p {
    margin-bottom: 0;
    font-family: 'HanSansCN-Light';
  }
  .product .section2 p:nth-child(3) {
    margin-bottom: 1em;
  }
  .product .section2 .list > div:nth-child(2n) {
    background-color: #f5f5f5;
  }
  
  /* service */
  .service .section1 {
    background-image: url(../images/about1-1.png);
    padding-top: 800px;
    padding-bottom: 100px;
  }
  .service .section1 h1 {
    text-align: center;
    font-size: 2.5em;
  }
  .service .section1 p {
    font-size: 1.2em;
    line-height: 2em;
  }

  .about .section2 .text {
    height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-flow: column;
    justify-content: center;
  }
  .about .section2 .text p {
    font-size: 1.2em;
    margin: 0;
  }

  .search .section1 .box .form {
    width: 90%;
  }
  .index .section8 {
    margin-bottom: 0;
  }

  .apply .section1 .box .button  {
    position: relative;
    bottom: 0;
    width: 60%;
    margin: 0 auto;
  }
  .apply .section1 .box .button button {
    width: 100%;
  }
}
