@media screen and (min-width: 1000px) {
  .wrapper {
    position: relative;
    width: 100%;
    background: url("../img/vcg.png") no-repeat center 0;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 21px;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .wrapper .phone {
    display: none;
  }
  .wrapper .container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 3;
  }
  .wrapper .container .row {
    margin: 0 0;
  }
  .wrapper .container .title {
    width: 100%;
    height: 100px;
    line-height: 100px;
  }
  .wrapper .container .title .desc {
    text-align: right;
  }
  .wrapper .container .companyDesc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px;
  }
  .wrapper .container .companyDesc .option {
    position: relative;
    width: 180px;
    height: 180px;
  }
  .wrapper .container .companyDesc .option .opt-t {
    width: 100%;
    height: 51px;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.7);
  }
  .wrapper .container .companyDesc .option .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 128px;
  }
  .wrapper .container .companyDesc .option .act-m {
    background: rgba(0, 0, 0, 0.4);
  }
  .wrapper .container .companyDesc .option .act {
    background: #134f9c;
  }
  .wrapper .container .parter {
    margin: 15px 0px;
    color: #fff;
  }
  .wrapper .container .parter.logo {
    width: 100%;
    height: 110px;
    overflow: hidden;
  }
  .wrapper .container .shineshow {
    width: 100%;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    color: #938f8c;
  }
  #particles {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}
#jump {
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  #particles {
    display: none;
  }
  body {
    background: #fff;
    width: 100%;
  }
  body .container {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  body .container .pc {
    display: none;
  }
  body .container .logo {
    width: 100%;
    margin: 10px 0px;
    padding-left: 10px ;
  }
  body .container .row {
    margin: 0;
    padding: 0;
  }
  body .container .carousel-indicators {
    bottom: -6px;
  }
  body .container .companyDesc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  body .container .companyDesc .option {
    position: relative;
    margin-top: 10px;
    width: 49%;
  }
  body .container .companyDesc .option .opt-t {
    position: absolute;
    width: 100%;
    height: 39px;
    padding: 10px 10px;
    left: 0;
    bottom: -10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
  body .container .companyDesc .option .act-m {
    background: rgba(0, 0, 0, 0);
  }
  body .container .companyDesc .con {
    width: 100%;
  }
  body .container .parter {
    width: 100%;
    font-size: 15px;
    padding: 10px 0px 10px 10px;
  }
}
/*# sourceMappingURL=index.css.map */