@media (min-width: 750px) {
  #app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: #fff;
  }
  #app .container {
    min-width: 1200px;
    position: relative;
  }
  #app .content1 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #f8faff;
  }
  #app .content1 .block1 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 3/1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #app .content1 .block1 .block1_top .block1_t_t {
    height: 54px;
    display: flex;
    align-items: center;
  }
  #app .content1 .block1 .block1_top .block1_t_t h1 {
    font-weight: bold;
    font-size: 36px;
    color: #3f4670;
  }
  #app .content1 .block1 .block1_top .block1_t_d {
    width: 565px;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
  #app .content1 .block1 .block1_top .block1_t_d span {
    font-weight: 400;
    font-size: 16px;
    color: #3f4670;
    line-height: 24px;
  }
  #app .content1 .block1 .block1_top .block1_t_b {
    margin-top: 42px;
  }
  #app .content1 .block1 .block1_top .block1_t_b .block1_t_bi {
    cursor: pointer;
    width: 162px;
    height: 44px;
    background: #0941d6;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .content1 .block1 .block1_top .block1_t_b .block1_t_bi span {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
  }
  #app .content1 .block1::after {
    content: "";
    width: 334px;
    height: 340px;
    position: absolute;
    background-image: url(../../../static/img/product_centre/banner.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #app .content1 .block1.ycxz::after {
    content: "";
    width: 294px;
    height: 299px;
    position: absolute;
    background-image: url(../../../static/img/product_centre/banner_ycxz.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #app .content1 .block1.rw::after {
    content: "";
    width: 280px;
    height: 278px;
    position: absolute;
    background-image: url(../../../static/img/product_centre/banner_rw.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #app .content1 .block1.sgj::after {
    content: "";
    width: 315px;
    height: 287px;
    position: absolute;
    background-image: url(../../../static/img/product_centre/banner_sgj.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #app .content1 .block1.ywd::after {
    content: "";
    width: 312px;
    height: 313px;
    position: absolute;
    background-image: url(../../../static/img/product_centre/banner_ywd.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #app .content1 .block1.gzl::after {
    content: "";
    width: 298px;
    height: 286px;
    position: absolute;
    background-image: url(../../../static/img/product_centre/banner_gzl.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #app .content1::before {
    content: "";
    width: 128px;
    height: 40px;
    position: absolute;
    background-image: url(../../../static/img/news/banner_3.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    top: 126px;
    left: 3%;
  }
  #app .content1::after {
    content: "";
    width: 128px;
    height: 40px;
    position: absolute;
    background-image: url(../../../static/img/news/banner_3.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    bottom: 54px;
    right: 3%;
  }
  #app .content2 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 100px;
  }
  #app .content2 .item2 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  #app .content2 .item2 .item2_head {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
  }
  #app .content2 .item2 .item2_head .item2_ht {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    color: #3f4670;
    margin-bottom: 22px;
  }
  #app .content2 .item2 .item2_head .item2_hd {
    color: #3f4670;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  #app .content2 .item2 .item2_li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #app .content2 .item2 .item2_li .item2_i1:first-child {
    margin-top: 0;
  }
  #app .content2 .item2 .item2_li .item2_i1:hover {
    transform: translateY(-5px);
  }
  #app .content2 .item2 .item2_li .item2_i1 {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 17px 0px #e8f0fd;
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    padding: 81px 74px 81px 98px;
    margin-top: 20px;
    background-image: url(../../../static/img/product_centre/productBg_1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
  }
  #app .content2 .item2 .item2_li .item2_i1 .item2_i1l {
    display: flex;
    flex-direction: column;
  }
  #app .content2 .item2 .item2_li .item2_i1 .item2_i1l .item2_i1lt {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #3f4670;
  }
  #app .content2 .item2 .item2_li .item2_i1 .item2_i1l .item2_i1ld {
    width: fit-content;
    max-width: 416px;
    font-size: 16px;
    font-weight: 400;
    color: #3f4670;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  #app .content2 .item2 .item2_li .item2_i1 .item2_i1l .item2_i1lb {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #0941d6;
    line-height: 1.5;
  }
  #app .content2 .item2 .item2_li .item2_i1 .item2_i1r {
    margin-left: 96px;
    flex: 1;
    flex-shrink: 0;
    width: 516px;
    height: 348px;
  }
  #app .content2 .item2 .item2_li .item2_i1 .item2_i1r img {
    width: 100%;
    height: 100%;
  }
  #app .content2 .item2 .item2_li .item2_i2 {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
  }
  #app .content2 .item2 .item2_li .item2_i2 .item2_i2i:hover {
    transform: translateY(-5px);
  }
  #app .content2 .item2 .item2_li .item2_i2 .item2_i2i {
    width: 590px;
    height: 480px;
    box-sizing: border-box;
    box-shadow: 0px 0px 17px 0px #e8f0fd;
    border-radius: 20px;
    background-image: url(../../../static/img/product_centre/productBg_2.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 50px 46px;
    transition: all 0.4s ease-in-out;
  }
  #app .content2 .item2 .item2_li .item2_i2 .item2_i2i .item2_i2it {
    margin-bottom: 16px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 32px;
    color: #3f4670;
  }
  #app .content2 .item2 .item2_li .item2_i2 .item2_i2i .item2_i2id {
    width: fit-content;
    max-width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #3f4670;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  #app .content2 .item2 .item2_li .item2_i2 .item2_i2i .item2_i2ia {
    cursor: pointer;
    font-weight: 400;
    color: #0941d6;
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 1.5;
  }
  #app .content2 .item2 .item2_li .item2_i2 .item2_i2i .item2_i2ib {
    flex-shrink: 0;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
  }
  #app .content2 .item2 .item2_li .item2_i2 .item2_i2i .item2_i2ib img {
    width: 100%;
    height: 100%;
  }
  #app .content3 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 100px;
  }
  #app .content3 .item3 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  #app .content3 .item3 .item3_head {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px;
  }
  #app .content3 .item3 .item3_head .item3_ht {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    color: #3f4670;
    margin-bottom: 22px;
  }
  #app .content3 .item3 .item3_head .item3_hd {
    color: #3f4670;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  #app .content3 .item3 .item3_li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #app .content3 .item3 .item3_li .item3_i:first-child {
    margin-top: 0;
  }
  #app .content3 .item3 .item3_li .item3_i1,
  #app .content3 .item3 .item3_li .item3_i2 {
    display: flex;
    align-items: center;
    margin-top: 100px;
    width: 100%;
  }
  #app .content3 .item3 .item3_li .item3_i1 .item3_il,
  #app .content3 .item3 .item3_li .item3_i2 .item3_il {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 60px;
  }
  #app .content3 .item3 .item3_li .item3_i1 .item3_il .item3_ilt,
  #app .content3 .item3 .item3_li .item3_i2 .item3_il .item3_ilt {
    font-weight: bold;
    color: #3f4670;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  #app .content3 .item3 .item3_li .item3_i1 .item3_il .item3_ild,
  #app .content3 .item3 .item3_li .item3_i2 .item3_il .item3_ild {
    width: fit-content;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #3f4670;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  #app .content3 .item3 .item3_li .item3_i1 .item3_il .item3_ilb,
  #app .content3 .item3 .item3_li .item3_i2 .item3_il .item3_ilb {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #0941d6;
    line-height: 1.5;
  }
  #app .content3 .item3 .item3_li .item3_i1 .item3_ir,
  #app .content3 .item3 .item3_li .item3_i2 .item3_ir {
    width: 560px;
    height: 334px;
    flex-shrink: 0;
  }
  #app .content3 .item3 .item3_li .item3_i1 .item3_ir img,
  #app .content3 .item3 .item3_li .item3_i2 .item3_ir img {
    width: 100%;
    height: 100%;
  }
  #app .content3 .item3 .item3_li .item3_i2 .item3_il {
    margin-right: 0;
    margin-left: 60px;
  }
  #app .content4 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 100px;
  }
  #app .content4 .item4 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  #app .content4 .item4 .item4_head {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
  }
  #app .content4 .item4 .item4_head .item4_ht {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    color: #3f4670;
    margin-bottom: 22px;
  }
  #app .content4 .item4 .item4_head .item4_hd {
    color: #3f4670;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  #app .content4 .item4 .item4_li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #app .content4 .item4 .item4_li .item4_i:nth-child(4n+1) {
    margin-left: 0;
  }
  #app .content4 .item4 .item4_li .item4_i {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 285px;
    height: 263px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #d9d9d9;
    padding: 30px;
  }
  #app .content4 .item4 .item4_li .item4_i .item4_it {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  #app .content4 .item4 .item4_li .item4_i .item4_it .item4_itc {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 14px;
  }
  #app .content4 .item4 .item4_li .item4_i .item4_it .item4_itc img {
    width: 100%;
    height: 100%;
  }
  #app .content4 .item4 .item4_li .item4_i .item4_it .item4_itn {
    font-size: 20px;
    font-weight: bold;
    color: #3f4670;
    line-height: 1.5;
  }
  #app .content4 .item4 .item4_li .item4_i .item4_id {
    font-weight: 400;
    font-size: 14px;
    color: #555b80;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  #app .content4 .item4 .item4_li .item4_i .item4_ib {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #0941d6;
    line-height: 1.5;
    width: fit-content;
  }
  #app .content8 {
    margin: 120px 0;
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
  }
  #app .content8 .item8 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
  }
  #app .content8 .item8 .item8_i {
    width: 100%;
    box-sizing: border-box;
    padding: 31px 48px 39px;
    display: flex;
    flex-direction: column;
    background: #f8faff;
    border-radius: 8px 8px 8px 8px;
    position: relative;
  }
  #app .content8 .item8 .item8_i .item8_ic {
    width: 204px;
    height: 152px;
    position: absolute;
    background-image: url(../../../static/img/home/item9/block9_1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3;
    right: 13px;
    bottom: 13px;
  }
  #app .content8 .item8 .item8_i .item8_it {
    font-size: 24px;
    font-weight: bold;
    color: #3f4670;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  #app .content8 .item8 .item8_i .item8_id {
    width: fit-content;
    max-width: 750px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #414c69;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app .content8 .item8 .item8_i .item8_ib {
    margin-top: 25px;
    display: flex;
  }
  #app .content8 .item8 .item8_i .item8_ib .item8_ibl,
  #app .content8 .item8 .item8_i .item8_ib .item8_ibr {
    width: 150px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0941d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
  }
  #app .content8 .item8 .item8_i .item8_ib .item8_ibl {
    background-color: transparent;
    color: #0941d6;
    margin-right: 12px;
  }
  #app .content8 .item8 .item8_i .item8_ib .item8_ibr {
    background-color: #0941d6;
    color: #ffffff;
    border-color: transparent;
  }
}

/*# sourceMappingURL=product.css.map */
