/* 桌面端 */
@media (min-width: 1200px) {
  .mobile_index {
    display: none;
  }

  .index {
  }

  /* 管理系统 */
  .index_hwxt {
    margin-top: 2.5vw;
  }

  /* 管理系统第一 */
  .index_hwxt_first {
    height: 4vw;
    position: relative;
  }

  .index_hwxt_first p {
    font-weight: 550;
    text-align: center;
    font-size: 1.8vw;
    font-family: "SOURCEHANSANSCN-BOLD";
  }

  /* 管理系统第二 */
  .index_hwxt_second {
    padding: 0 11vw 2.5vw 11vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1vw solid #eee;
  }

  .index_hwxt_second div {
  }

  .index_hwxt_second div:nth-of-type(1) p {
    text-indent: 2em;
    font-size: 1.1vw;
    line-height: 1.8vw;
    letter-spacing: 0.05vw;
    font-family: "黑体";
  }

  /* 回款 */
  .index_hk {
    height: 34.5vw;
    background-image: url(../images/huikuan.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* 产品功能 */
  .index_cpgn {
    height: 49vw;
    padding-top: 2.5vw;
    background-image: url(../images/index_cpgn.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* 产品功能第一 */
  .index_cpgn_first {
  }

  .index_cpgn_first p {
    font-weight: 550;
    text-align: center;
    font-size: 1.8vw;
    font-family: "SOURCEHANSANSCN-BOLD";
  }

  /* 生产用车第二 */
  .index_cpgn_second {
    padding: 0 11vw;
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
  }

   .index_cpgn_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition:transform 0.5s;
    backface-visibility: hidden;
  }

  .index_cpgn_second_box:hover {
    transform: translate3d(0, -0.5vw, 0);
  }

  .index_cpgn_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .index_cpgn_second_box div:nth-of-type(1) img {
    height: 17vw;
  }

  .index_cpgn_second_box div:nth-of-type(2) {
    position: absolute;
    top: 8.4vw;
    width: 14vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .index_cpgn_second_box div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 1vw;
    font-weight: bold;
  }

  .index_cpgn_second_box div:nth-of-type(2) p:nth-of-type(2) {
    margin-top: 0.6vw;
    font-size: 0.8vw;
    font-family: "SOURCEHANSANSCN-LIGHT";
  }

  /* 系统优势 */
  .index_xtys {
    height: 45.1vw;
    padding-top: 2.5vw;
    background-image: url(../images/index_xtys.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* 系统优势第一 */
  .index_xtys_first {
  }

  .index_xtys_first p {
    font-weight: 550;
    text-align: center;
    font-size: 1.8vw;
    color: #ffffff;
    font-family: "SOURCEHANSANSCN-BOLD";
  }

  /* 生产用车第二 */
  .index_xtys_second {
    padding: 0 9vw;
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
  }

  .index_xtys_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .index_xtys_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .index_xtys_second_box div:nth-of-type(1) img {
    height: 17vw;
  }

  .index_xtys_second_box div:nth-of-type(2) {
    position: absolute;
    left: 15.5vw;
    top: 4vw;
    width: 18vw;
    display: flex;
    flex-direction: column;
  }

  .index_xtys_second_box div:nth-of-type(2) p:nth-of-type(1) {
    color: rgb(49, 123, 232);
    font-size: 1.3vw;
    font-family: "黑体";
    font-weight: bold;
  }

  .index_xtys_second_box div:nth-of-type(2) p:nth-of-type(2) {
    color: #000;
    font-weight: bold;
    margin-top: 1.5vw;
    font-size: 1vw;
    font-family: "SOURCEHANSANSCN-BOLD";
  }

  /* 产品功能 */
  .index_xjb {
    height: 26.2vw;
    padding-top: 2.5vw;
    background-image: url(../images/index_xjb.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* 生产用车第二 */
  .index_xjb_second {
    padding: 0 8vw;
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
  }

  .index_xjb_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .index_xjb_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .index_xjb_second_box div:nth-of-type(1) img {
    height: 16vw;
  }

  .index_xjb_second_box div:nth-of-type(2) {
    position: absolute;
    bottom: 2.5vw;
    width: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .index_xjb_second_box div:nth-of-type(2) p:nth-of-type(1) {
    color: rgb(49, 123, 232);
    font-size: 1.5vw;
    font-family: "黑体";
    font-weight: bold;
  }

  /* 产品功能 */
  .index_yycj {
    height: 35.5vw;
    padding-top: 2.5vw;
    background-image: url(../images/index_yycj.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* 应用场景第一 */
  .index_yycj_first {
  }

  .index_yycj_first p {
    font-weight: 550;
    text-align: center;
    font-size: 1.8vw;
    font-family: "SOURCEHANSANSCN-BOLD";
  }

  /* 应用场景第二 */
  .index_yycj_second {
    padding: 0 13vw;
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
  }

  .index_yycj_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .index_yycj_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .index_yycj_second_box div:nth-of-type(1) img {
    height: 20vw;
  }
}

/* 移动端 */
@media (max-width: 1199px) {
  .index {
    display: none;
  }

  .mobile_index {
    margin-top: 15vw;
  }

  /* 管理系统 */
  .mobile_index_hwxt {
    margin-top: 10vw;
  }

  /* 管理系统第一 */
  .mobile_index_hwxt_first {
    height: 10vw;
    position: relative;
  }

  .mobile_index_hwxt_first p {
    text-align: center;
    font-size: 6vw;
    font-family: "SOURCEHANSANSCN-BOLD";
    font-weight: 600;
  }

  /* 管理系统第二 */
  .mobile_index_hwxt_second {
    margin-top: 5vw;
    padding: 0 5vw;
  }

  .mobile_index_hwxt_second div {
  }

  .mobile_index_hwxt_second div:nth-of-type(1) p {
    font-size: 4vw;
    text-indent: 2em;
    line-height: 6.5vw;
    letter-spacing: 0.05vw;
    font-family: "黑体";
  }

  /* 解决方案 */
  .mobile_index_hk {
    height: 34.5vw;
    margin-top: 10vw;
    padding: 5vw 0;
    background-image: url(../images/huikuan.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #444; */
  }

  /* 产品功能 */
  .mobile_index_cpgn {
    padding: 5vw;
    background-color: #ebebeb;
  }

  /* 产品功能第一 */
  .mobile_index_cpgn_first {
  }

  .mobile_index_cpgn_first p {
    text-align: center;
    margin-top: 3vw;
    font-size: 6vw;
    font-family: "SOURCEHANSANSCN-BOLD";
    font-weight: 600;
  }

  /* 生产用车第二 */
  .mobile_index_cpgn_second {
    margin-top: 5vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .mobile_index_cpgn_second_box {
    /* margin-top: 5vw; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .mobile_index_cpgn_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .mobile_index_cpgn_second_box div:nth-of-type(1) img {
    height: 44vw;
  }

  .mobile_index_cpgn_second_box div:nth-of-type(2) {
    position: absolute;
    top: 27.4vw;
    width: 43vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile_index_cpgn_second_box div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 4vw;
    font-family: "SOURCEHANSANSCN-BOLD";
    font-weight: 600;
  }

  .mobile_index_cpgn_second_box div:nth-of-type(2) p:nth-of-type(2) {
    margin-top: 1vw;
    font-size: 3vw;
    line-height: 4vw;
    font-family: "SOURCEHANSANSCN-LIGHT";
  }

  /* 系统优势 */
  .mobile_index_xtys {
    height: 70vw;
    padding-top: 7.5vw;
    background-image: url(../images/index_xtys.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* 系统优势第一 */
  .mobile_index_xtys_first {
    margin-bottom: 4vw;
  }

  .mobile_index_xtys_first p {
    margin-bottom: 2vw;
    text-align: center;
    font-size: 6vw;
    color: #ffffff;
    font-family: "SOURCEHANSANSCN-BOLD";
    font-weight: 600;
  }

  /* 生产用车第二 */
  .mobile_index_xtys_second {
    padding: 0 3vw;
    margin-top: 1vw;
    display: flex;
    justify-content: space-between;
  }

  .mobile_index_xtys_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .mobile_index_xtys_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .mobile_index_xtys_second_box div:nth-of-type(1) img {
    height: 22vw;
  }

  .mobile_index_xtys_second_box div:nth-of-type(2) {
    position: absolute;
    left: 20vw;
    top: 5.5vw;
    width: 24vw;
    display: flex;
    flex-direction: column;
  }

  .mobile_index_xtys_second_box div:nth-of-type(2) p:nth-of-type(1) {
    color: rgb(49, 123, 232);
    font-size: 3.8vw;
    font-family: "黑体";
    font-weight: bold;
  }

  .mobile_index_xtys_second_box div:nth-of-type(2) p:nth-of-type(2) {
    color: #000;
    font-weight: bold;
    margin-top: 1.5vw;
    font-size: 1.5vw;
    font-family: "SOURCEHANSANSCN-BOLD";
  }

  /* 产品功能 */
  .mobile_index_xjb {
    height: 65vw;
    padding-top: 2.5vw;
    background-image: url(../images/index_xjb.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* 生产用车第二 */
  .mobile_index_xjb_second {
    padding: 0 8vw;
    margin-top: 3vw;
    display: flex;
    justify-content: space-evenly;
  }

  .mobile_index_xjb_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .mobile_index_xjb_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .mobile_index_xjb_second_box div:nth-of-type(1) img {
    height: 25vw;
  }

  .mobile_index_xjb_second_box div:nth-of-type(2) {
    position: absolute;
    bottom: 2.5vw;
    width: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile_index_xjb_second_box div:nth-of-type(2) p:nth-of-type(1) {
    color: rgb(49, 123, 232);
    font-size: 3.8vw;
    font-family: "黑体";
    font-weight: bold;
  }

  .mobile_index_yycj {
    height: 157.5vw;
    padding-top: 2.5vw;
    background-image: url(../images/index_yycj.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* 产品功能第一 */
  .mobile_index_yycj_first {
    margin: 6.5vw 0 4vw 0;
  }

  .mobile_index_yycj_first p {
    text-align: center;
    font-size: 6vw;
    font-family: "SOURCEHANSANSCN-BOLD";
    font-weight: 600;
  }

  /* 生产用车第二 */
  .mobile_index_yycj_second {
    padding: 0 6vw;
    margin-top: 6vw;
    display: flex;
    justify-content: space-between;
  }

  .mobile_index_yycj_second_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .mobile_index_yycj_second_box div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .mobile_index_yycj_second_box div:nth-of-type(1) img {
    height: 27vw;
  }

  .mobile_index_yycj_second_box div:nth-of-type(2) {
    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 3vw;
  }

  .mobile_index_yycj_second_box div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 3.8vw;
    font-family: "黑体";
  }
}
