@media screen and (min-width: 992px) {

  html,
  body {
    padding: 0;
    margin: 0;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }

  a:hover {
    color: #ff5c23;
  }

  .phone {
    display: none;
  }

  .header {
    padding-top: 18px;
    height: 321px;
    background-image: url(../images/top-bg.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .header-top {
    max-width: 1190px;
    height: 174px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 136px;
    height: 50px;
  }

  .path {
    width: 50%;
    display: flex;
    justify-content: space-around;
  }

  .path .active {
    color: #ff5c23;
  }

  .header-bottom {
    max-width: 1190px;
    margin: 0 auto;
    height: 148px;
    line-height: 148px;
    font-size: 50px;
    color: #fff;
  }

  .content-top {
    position: relative;
    height: 258px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .apps {
    height: 36px;
    width: 144px;
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
  }

  .synopsis {
    font-size: 50px;
  }

  .content-box {
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box {
    position: relative;
    height: 480px;
    width: 370px;
    margin-bottom: 40px;
    border-radius: 13px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
  }

  .dim {
    animation: dimChange 600ms ease-in both;
  }

  .move-1 {
    animation: move 400ms ease-in both;
  }

  .move-2 {
    animation: move 500ms ease-in both;
  }

  .move-3 {
    animation: move 600ms ease-in both;
  }

  @keyframes dimChange {
    0% {
      opacity: 0;
      left: 0px;
      top: 80px;
    }

    100% {
      opacity: 1;
      left: 0px;
      top: 0px;
    }
  }

  @keyframes move {
    0% {
      left: 0px;
      top: 200px;
      opacity: .3;
    }

    100% {
      opacity: 1;
      left: 0px;
      top: 0px;
    }
  }

  .box:hover .download {
    display: flex;
  }

  .box-1 {
    background-image: url(../images/zxb-bg.png);
  }

  .box-2 {
    background-image: url(../images/zhbc-bg.png);
  }

  .box-3 {
    background-image: url(../images/sbzx-bg.png);
  }

  .box-4 {
    background-image: url(../images/gxzh-bg.png);
  }

  .box-5 {
    background-image: url(../images/wmb-bg.png);
  }

  .box-1 .location {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
  }

  .box .info {
    display: flex;
    /* align-items: center; */
  }

  .box .info img {
    margin-left: 14px;
    width: 80px;
    height: 80px;
  }

  .wisdom {
    width: 70px !important;
    height: 70px !important;
  }

  .box .info .info-right {
    padding: 0 30px;
    /* text-align: center; */
    font-size: 14px;
  }

  .box .info .info-right .title {
    font-size: 20px;
    font-weight: 700;
  }

  .box .download {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
  }

  .box .download .btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    height: 70px;
    width: 240px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
  }

  .company {
    background-color: #EDF5F8;
  }

  .company-box {
    max-width: 1190px;
    margin: 0 auto;
    height: 120px;
    display: flex;
    align-items: center;
  }

  .company img {
    width: 330px;
    height: 50px;
  }

  .company-introduce {
    height: 560px;
    background-image: url('https://ccdn.goodq.top/caches/1277216e09e38bd7c2b6d2ec9d55993a/aHR0cDovLzVkMDBhYzY5YmNmZTcudDczLnFpZmVpeWUuY29tL3FmeS1jb250ZW50L3VwbG9hZHMvMjAxOS8wNi8wMzE5MmZiMjQ3OGE2M2NiOTBmODc3OGYyMzAyNmJmYS05MC53ZWJw.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: Array;
  }

  .company-introduce-box {
    max-width: 1190px;
    margin: 0 auto;
    font-size: 13px;
    color: #D5D5D5;
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0;
  }

  .company-introduce-box .left {
    width: 300px;
    height: 355px;
  }

  .company-introduce-box .left p {
    line-height: 24px;
  }

  .company-introduce-box .left .btn {
    width: 250px;
    height: 40px;
    color: #FF5C23;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #FF5C23;
  }

  .company-introduce-box .center {
    height: 139px;
    width: 300px;
    display: flex;
    justify-content: center;
  }

  .center-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .company-introduce-box .center .title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }

  .company-introduce-box .right {
    width: 290px;
    height: 92px;
  }

  .company-introduce-end {
    height: 55px;
    background-color: #245058;
    color: #Fff;
    font-size: 14px;
  }

  .company-introduce-end-box {
    max-width: 1190px;
    margin: 0 auto;
    height: 100%;
    line-height: 55px;
  }

  .cirrus {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url(../images/arrows-top.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-color: #FF5C23;
  }

}

@media screen and (min-width: 0) and (max-width: 992px) {

  html,
  body {
    padding: 0;
    margin: 0;
    font-size: 1.9vw;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #fff;
    font-size: 1.9vw;
  }

  a:hover {
    color: #ff5c23;
  }

  .pc {
    display: none;
  }

  .header {
    height: 40vw;
    position: relative;
    background-image: url(../images/top-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  .header .color {
    width: 100%;
    background-color: #123068;
    height: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .logo {
    width: 25vw;
    height: 11vw;
  }

  .header .phone-btn {
    position: absolute;
    right: 3vw;
    top: 5vw;
    width: 6.2vw;
    height: 6.2vw;
    border-radius: 0.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #123068;
  }

  .header .phone-btn .btn-img {
    width: 4vw;
    height: 4vw;
  }

  .header .text {
    font-size: 5vw;
    color: #fff;
    height: calc(100% - 17vw);
    display: flex;
    align-items: center;
    padding: 0 3vw;
  }

  .content {
    padding: 0 3vw;
  }

  .content-top {
    height: 38vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .apps {
    height: 7vw;
    width: 26vw;
    background-color: #000;
    color: #fff;
    margin-bottom: 2.6vw;
    text-align: center;
    line-height: 7vw;
    font-weight: 700;
  }

  .synopsis {
    font-size: 5vw;
  }

  .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box {
    position: relative;
    width: 100%;
    height: 120vw;
    margin-bottom: 3vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5vw;
    overflow: hidden;
  }

  .box-1 {
    background-image: url(../images/zxb-bg.png);
  }

  .box-2 {
    background-image: url(../images/zhbc-bg.png);
  }

  .box-3 {
    background-image: url(../images/sbzx-bg.png);
  }

  .box-4 {
    background-image: url(../images/gxzh-bg.png);
  }

  .box-5 {
    background-image: url(../images/wmb-bg.png);
  }

  .box .location {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40vw;
    display: flex;
    padding: 0 6vw;
  }

  .box .location img {
    width: 20vw;
    height: 20vw;
  }

  .box .location .info-right {
    padding-left: 9vw;
  }

  .box .location .info-right .title {
    font-size: 5vw;
  }

  .box .download {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 14vw;
    z-index: 20;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 5vw;
  }

  .company {
    background-color: #EDF5F8;
  }

  .company-box {
    padding: 0 2vw;
    height: 30vw;
    display: flex;
    align-items: center;
  }

  .company img {
    width: 80vw;
    height: 14vw;
  }

  .company-introduce {
    position: relative;
    height: 120vw;
    background-image: url('https://ccdn.goodq.top/caches/1277216e09e38bd7c2b6d2ec9d55993a/aHR0cDovLzVkMDBhYzY5YmNmZTcudDczLnFpZmVpeWUuY29tL3FmeS1jb250ZW50L3VwbG9hZHMvMjAxOS8wNi8wMzE5MmZiMjQ3OGE2M2NiOTBmODc3OGYyMzAyNmJmYS05MC53ZWJw.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: Array;
    padding: 0 5vw;
  }

  .company-introduce .logo {
    margin: 8vw 0;
    width: 25vw;
  }

  .company-introduce p {
    color: #fff;
    line-height: 7vw;
  }

  .company-introduce .btn {
    width: 60vw;
    height: 10vw;
    color: #FF5C23;
    border: 1px solid #FF5C23;
    font-size: 3.5vw;
    line-height: 10vw;
    text-align: center;
  }

  .company-introduce-end {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 5vw;
    height: 15vw;
    font-size: 4vw;
    background-color: #2C4E84;
    color: #fff;
    line-height: 15vw;
  }

  .cirrus {
    position: fixed;
    right: 3vw;
    bottom: 9vw;
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
    background-image: url(../images/arrows-top.png);
    background-repeat: no-repeat;
    background-size: 5vw;
    background-position: center;
    background-color: #FF5C23;
  }

  .curtain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #11306D;
    z-index: 99;
  }

  .curtain ul {
    padding-top: 10vw;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .curtain .close {
    position: absolute;
    right: 4vw;
    top: 4vw;
    height: 4vw;
    width: 4vw;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 5vw;
    background-position: center;
  }

  @keyframes banner_overlayGrey {

    0% {

      width: 0%;

    }

    100% {

      width: 100%;

    }

  }

  .curtain {
    animation: banner_overlayGrey 200ms linear both;
    /* 注意：both意味着动画完成后，动画里修改的属性仍然生效 */
    z-index: 1012;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #353535;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
}