.suspension {
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .page_banner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 560px;
    overflow: hidden;
  }
  .page_banner .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .page_banner .pic i {
    width: 100%;
    height: 100%;
  }
  .page_banner .pic i.mobile {
    display: none;
  }
  .page_banner .pos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #333;
  }
  .page_banner .pos .text {
    width: 36%;
  }
  .page_banner .pos b {
    margin-bottom: 30px;
    font-size: 28px;
    color: #0844bc;
  }
  .page_banner .pos p {
    line-height: 48px;
    font-size: 32px;
  }
  .page_banner .add {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
  }
  /*面包屑*/
  .add {
    display: flex;
    align-items: center;
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
  }
  .add a {
    float: left;
    color: #666;
  }
  .add a.one {
    width: 30px;
    height: 30px;
    background: url(../images/icon/i26.png) left center no-repeat;
    background-size: 20px auto;
  }
  .add a:hover {
    color: #0844bc;
  }
  .add i {
    float: left;
    margin: 0 10px;
  }
  /*内页背景块*/
  .contentBg {
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .contentBgMar {
    position: relative;
    z-index: 2;
    margin-top: -100vh;
  }
  .firstBg {
    width: 50.82%;
    position: absolute;
    transform: translate(-32%, 10%);
    animation: bgMoveLeft 4s ease-in-out infinite;
  }
  @keyframes bgMoveLeft {
    0% {
      transform: translate(-32%, 10%);
    }
    50% {
      transform: translate(-47%, 10%);
    }
    100% {
      transform: translate(-32%, 10%);
    }
  }
  .lastBg {
    width: 66.82%;
    position: absolute;
    transform: translate(50%, -30%);
    animation: bgMoveRight 4s ease-in-out infinite;
    right: 0;
    bottom: 0;
  }
  @keyframes bgMoveRight {
    0% {
      transform: translate(50%, -30%);
    }
    50% {
      transform: translate(65%, -25%);
    }
    100% {
      transform: translate(50%, -30%);
    }
  }
  /*二级导航*/
  .pageNav {
    background: #fff;
    border-bottom: #ebebeb 1px solid;
  }
  @media (min-width: 1201px) {
    .pageNav .swiper-wrapper {
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
  }
  .pageNav .swiper-slide {
    position: relative;
    justify-content: center;
    margin: 0 50px;
    width: auto;
    line-height: 80px;
    font-size: 20px;
    color: #333;
  }
  .pageNav .swiper-slide::before {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background: #ef1c23;
    content: " ";
  }
  .pageNav .swiper-slide.cur {
    font-weight: bold;
  }
  .pageNav .swiper-slide.cur,
  .pageNav .swiper-slide:hover {
    color: #0844bc;
  }
  .pageNav .swiper-slide.cur::before,
  .pageNav .swiper-slide:hover::before {
    transition: all 0.5s;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .suspension {
      right: 0;
    }
    .page_banner {
      height: 10rem;
    }
    .page_banner .pic i.pc {
      display: none;
    }
    .page_banner .pic i.mobile {
      display: block;
    }
    .page_banner .pos b {
      margin-bottom: 0;
      font-size: 1rem;
      color: #333;
      font-weight: bold;
    }
    .page_banner .pos p {
      display: none;
    }
    .page_banner .add {
      bottom: 0.8rem;
    }
    /*面包屑*/
    .add {
      margin-top: 0.7rem;
      line-height: 0.7rem;
      font-size: 0.48rem;
    }
    .add a.one {
      width: 0.7rem;
      height: 0.7rem;
      background-size: 0.51rem auto;
    }
    .add i {
      margin: 0 0.15rem;
    }
    /*二级导航*/
    .pageNav .swiper-slide {
      margin: 0 4%;
      line-height: 1.9rem;
      font-size: 0.58rem;
    }
    .pageNav .swiper-slide::before {
      height: 2px;
    }
  }
  /*===== p1-0产品中心 =====*/
  .product {
      padding-top: 100px;
    background: url(../images/page/product_bac.png) left bottom no-repeat;
    background-size: 54.73% auto;
  }
  .product .pageNav {
    display: none;
  }
  .product .next {
    position: relative;
    padding: 0 0 50px;
  }
  .product .next .leftMode {
    position: sticky;
    left: 0;
    top: 90px;
    float: left;
    width: 17.5%;
    background: #f6f6f6;
  }
  .product .next .leftMode.mobile {
    display: none;
  }
  .product .next .leftMode .bor {
    padding: 40px 0 130px;
  }
  .product .next .leftMode .bor a {
    position: relative;
    padding: 0 20px;
    line-height: 68px;
    cursor: pointer;
  }
  .product .next .leftMode .bor a::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0px;
    background: #ee1d23;
    content: "";
  }
  .product .next .leftMode .bor a p {
    font-size: 20px;
    color: #333;
  }
  .product .next .leftMode .bor a.cur,
  .product .next .leftMode .bor a:hover {
    background: #fff;
  }
  .product .next .leftMode .bor a.cur::after,
  .product .next .leftMode .bor a:hover::after {
    transition: all 0.5s;
    height: 100%;
  }
  .product .next .leftMode .bor a.cur p,
  .product .next .leftMode .bor a:hover p {
    color: #0844bc;
    font-weight: bold;
    background: url(../images/icon/i27.png) right center no-repeat;
    background-size: 7px auto;
  }
  .product .next .rightMode {
    float: right;
    width: 78.57%;
  }
  .product .next .rightMode .selectList {
    margin-bottom: 30px;
  }
  .product .next .rightMode .selectList .select {
    float: left;
    position: relative;
    z-index: 2;
    margin: 0 5.45% 20px 0;
    padding-right: 20px;
    width: calc(29.7% - 20px);
    height: 50px;
    border-bottom: #dcdcdc 1px solid;
    cursor: pointer;
  }
  .product .next .rightMode .selectList .select:nth-child(3n) {
    margin-right: 0;
  }
  .product .next .rightMode .selectList .select p {
    position: relative;
    z-index: 1;
    padding-right: 22px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product .next .rightMode .selectList .select p::before {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background: url(../images/icon/i28.png) right center no-repeat;
    background-size: 100% auto;
    content: "";
  }
  .product .next .rightMode .selectList .select .pos {
    display: none;
    position: absolute;
    left: -1px;
    top: 50px;
    z-index: 3;
    padding: 20px 10px 20px 0;
    width: 100%;
    background: #fff;
    border: #fff 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .product .next .rightMode .selectList .select .pos .noData {
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
  }
  .product .next .rightMode .selectList .select .pos .option {
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    width: 100%;
    cursor: pointer;
    display: flex;
    word-break: break-all;
  }
  .product .next .rightMode .selectList .select .pos .option i {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
  }
  .product .next .rightMode .selectList .select .pos .option span {
    flex: 1;
    font-size: 16px;
    color: #999;
  }
  .product .next .rightMode .selectList .select .pos .option:hover span {
    color: #0844bc;
  }
  .product .next .rightMode .selectList .select .pos .option.curr i {
    border: 1px solid #15499a;
    background: #15499a url(../images/icon/i30.png) center no-repeat;
    background-size: 80%;
  }
  .product .next .rightMode .selectList .select .pos .option.curr span {
    color: #0844bc;
  }
  .product .next .rightMode .selectList .select:hover {
    z-index: 3;
  }
  .product .next .rightMode .selectList .select.curr {
    z-index: 3;
  }
  .product .next .rightMode .selectList .select.curr p::before {
    transform: rotate(180deg);
  }
  .product .next .rightMode .selectList .select.curr .pos {
    display: block;
  }
  .product .next .rightMode .productList .mode {
    margin-bottom: 35px;
  }
  .product .next .rightMode .productList .tit {
    margin-bottom: 30px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
  }
  .product .next .rightMode .productList .list a {
    transition: all 0.5s;
    float: left;
    margin: 0 26px 26px 0;
    width: calc(50% - 15px);
    border: #e5e5e5 1px solid;
  }
  .product .next .rightMode .productList .list a:nth-child(2n) {
    margin-right: 0;
  }
  .product .next .rightMode .productList .list a .bor {
    padding: 40px 0;
  }
  .product .next .rightMode .productList .list a .pic {
    float: left;
    margin: 0 6%;
    width: 36%;
    height: 160px;
  }
  .product .next .rightMode .productList .list a .pic i {
    width: 100%;
    height: 100%;
  }
  .product .next .rightMode .productList .list a .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product .next .rightMode .productList .list a .text {
    transition: all 0.5s;
    float: left;
    margin-right: 6%;
    width: 46%;
    line-height: 32px;
    color: #333;
  }
  .product .next .rightMode .productList .list a .text b {
    margin-bottom: 20px;
    height: 64px;
    line-height: 32px;
    font-size: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* white-space: nowrap;
                                  text-overflow: ellipsis;
                                  overflow: hidden; */
  }
  .product .next .rightMode .productList .list a .text p {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product .next .rightMode .productList .list a .text .more_02 {
    padding: 0 13px 0 20px;
    width: 140px;
  }
  .product .next .rightMode .productList .list a .text .more_02::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0844bc;
    content: "";
  }
  .product .next .rightMode .productList .list a .text .more_02 i {
    position: relative;
    z-index: 2;
  }
  .product .next .rightMode .productList .list a:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(8, 68, 188, 0.13);
    border: #0844bc 1px solid;
  }
  .product .next .rightMode .productList .list a:hover .text {
    color: #0844bc;
  }
  .product .next .rightMode .productList .list a:hover .more_02 {
    color: #fff;
    border-bottom: #0844bc 1px solid;
  }
  .product .next .rightMode .productList .list a:hover .more_02::after {
    transition: all 0.5s;
    width: 100%;
  }
  .product .next .rightMode .productList .list a:hover .more_02 i {
    margin-left: 0;
  }
  .product .next .rightMode .productList .list a:hover .more_02 em {
    background-image: url(../images/icon/i9.png);
  }
  @media (max-width: 1200px) {
      .product{
          padding-top: 0;
      }
    .product .pageNav {
      display: block;
    }
    .product .next {
      padding: 1rem 0 0;
    }
    .product .next .leftMode {
      display: none;
    }
    .product .next .rightMode {
      width: 100%;
    }
    .product .next .rightMode .selectList {
      margin-bottom: 0.5rem;
    }
    .product .next .rightMode .selectList .select {
      margin: 0 4% 0.5rem 0;
      padding-right: 0.4rem;
      width: calc(48% - 0.4rem);
      height: 1.3rem;
    }
    .product .next .rightMode .selectList .select:nth-child(3n) {
      margin-right: 4%;
    }
    .product .next .rightMode .selectList .select:nth-child(2n) {
      margin-right: 0;
    }
    .product .next .rightMode .selectList .select p {
      padding-right: 0.5rem;
      height: 1.3rem;
      line-height: 1.3rem;
      font-size: 0.52rem;
    }
    .product .next .rightMode .selectList .select p::before {
      margin-top: -0.085rem;
      width: 0.32rem;
      height: 0.17rem;
    }
    .product .next .rightMode .selectList .select .pos {
      top: 1.3rem;
      padding: 0.2rem 0.2rem 0.2rem 0;
      width: calc(100% - 0.2rem);
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    }
    .product .next .rightMode .selectList .select .pos .noData {
      padding: 0.4rem 0 0.4rem 0.3rem;
      font-size: 0.48rem;
    }
    .product .next .rightMode .selectList .select .pos .option {
      padding: 0.4rem 0 0.4rem 0.3rem;
      width: 100%;
    }
    .product .next .rightMode .selectList .select .pos .option i {
      width: 14px;
      height: 14px;
      border-radius: 4px;
      margin-right: 10px;
    }
    .product .next .rightMode .selectList .select .pos .option i.cur {
      border: 1px solid #15499a;
      background: #15499a url(../images/icon/i30.png) center no-repeat;
      background-size: 80%;
    }
    .product .next .rightMode .selectList .select .pos .option span {
      font-size: 0.48rem;
    }
    .product .next .rightMode .productList .mode {
      margin-bottom: 0.7rem;
    }
    .product .next .rightMode .productList .mode:last-child {
      margin-bottom: 0;
    }
    .product .next .rightMode .productList .tit {
      margin-bottom: 1rem;
      font-size: 0.7rem;
    }
    .product .next .rightMode .productList .list a {
      margin: 0 0 0.8rem 0;
      width: calc(100% - 2px);
    }
    .product .next .rightMode .productList .list a .bor {
      padding: 1rem 0;
    }
    .product .next .rightMode .productList .list a .pic {
      margin: 0 4%;
      width: 39%;
      height: 5rem;
    }
    .product .next .rightMode .productList .list a .text {
      margin-right: 4%;
      width: 48%;
      line-height: 32px;
    }
    .product .next .rightMode .productList .list a .text b {
      margin-bottom: 0.6rem;
      height: 1.8rem;
      line-height: 0.9rem;
      font-size: 0.66rem;
    }
    .product .next .rightMode .productList .list a .text .more_02 {
      padding: 0 0.34rem 0 0.53rem;
      width: 4.3rem;
    }
    .product .next .rightMode .productList .list a:hover {
      box-shadow: 0 0 0.2rem rgba(8, 68, 188, 0.13);
    }
  }
  /*========== 搜索结果 ==========*/
  .results {
    padding: 160px 0 0px;
  }
  .results .results_t {
    margin-bottom: 50px;
  }
  .results .results_t .searchBoxs {
    position: relative;
    border-bottom: 1px solid #0844bc;
  }
  .results .results_t .searchBoxs input {
    float: left;
    padding-left: 22px;
    width: calc(100% - 100px);
    height: 70px;
    font-size: 18px;
    color: #333;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
  }
  .results .results_t .searchBoxs em {
    position: absolute;
    top: 0;
    right: 25px;
    width: 35px;
    height: 70px;
    background: url(../images/icon/icon_97.png) center no-repeat;
    cursor: pointer;
  }
  .results .results_t p {
    padding: 42px 0 0;
    font-size: 16px;
    color: #333333;
  }
  .results .results_t p i {
    color: #0844bc;
    display: inline-block;
  }
  .results .results_t .searchTit {
    width: 100%;
    background-color: #fff;
  }
  .results .results_t .searchTit .searchSubTit a {
    display: block;
    float: left;
    line-height: 24px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    border-right: 1px solid #b5b5b5;
    white-space: nowrap;
  }
  .results .results_t .searchTit .searchSubTit a:nth-last-child(1) {
    border: 0;
  }
  .results .results_t .searchTit .searchSubTit a:hover,
  .results .results_t .searchTit .searchSubTit a.on {
    color: #0844bc;
  }
  .results .results_con {
    padding: 0px 0 90px;
  }
  .results .results_con a {
    display: block;
    padding: 30px 0;
    border-bottom: #ccc 1px dashed;
  }
  .results .results_con a h5 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .results .results_con a h6 {
    margin: 20px 0;
  }
  .results .results_con a h6 em {
    margin-right: 24px;
    font-size: 16px;
    color: #b5b5b5;
    float: left;
    font-weight: 400;
    line-height: 1;
  }
  .results .results_con a p {
    font-size: 14px;
    max-height: 56px;
    line-height: 28px;
    text-align: justify;
    color: #5f636a;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .results .results_con a:hover h5 {
    color: #0844bc;
  }
  .results .results_con a:hover p {
    color: #333333;
  }
  @media (max-width: 1200px) {
    .results {
      padding: 3.2rem 0 0rem;
    }
    .results .results_t {
      margin-bottom: 0.8rem;
    }
    .results .results_t .searchBoxs input {
      padding-left: 0.4rem;
      width: calc(100% - 1.6rem);
      height: 1.6rem;
      font-size: 0.56rem;
    }
    .results .results_t .searchBoxs em {
      right: 0.4rem;
      width: 0.74rem;
      height: 1.6rem;
      background: url(../images/icon/icon_97.png) center no-repeat;
      background-size: 100% auto;
    }
    .results .results_t p {
      font-size: 0.52rem;
      padding: 0.64rem 0 0.24rem;
    }
    .results .results_con {
      padding: 0 0 1.8rem;
    }
    .results .results_con a {
      padding: 0.7rem 0;
    }
    .results .results_con a h5 {
      font-size: 0.64rem;
    }
    .results .results_con a h6 {
      margin: 0.52rem 0;
    }
    .results .results_con a h6 em {
      margin-right: 0.4rem;
      font-size: 0.48rem;
    }
    .results .results_con a p {
      max-height: 1.72rem;
      font-size: 0.56rem;
      line-height: 0.86rem;
    }
  }
  /*===== 新闻中心 =====*/
  .newList .list {
    margin: 80px auto 30px;
  }
  .newList .list a {
    position: relative;
    float: left;
    margin: 0 3.35% 60px 0;
    width: 31.1%;
    height: 430px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .newList .list a::before {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #0844bc;
    content: " ";
  }
  .newList .list a:nth-child(3n) {
    margin-right: 0;
  }
  .newList .list a .pic {
    width: 100%;
    height: 276px;
    overflow: hidden;
  }
  .newList .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
    background-size: cover !important;
  }
  .newList .list a .text {
    padding: 26px 20px 0;
  }
  .newList .list a .text em {
    font-size: 16px;
    color: #666;
  }
  .newList .list a .text b {
    margin: 15px 0 30px;
    height: 60px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newList .list a .text .lie {
    margin-bottom: 32px;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
  }
  .newList .list a .text p {
    height: 168px;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .newList .list a:hover::before {
    transition: all 0.5s;
    width: 100%;
  }
  .newList .list a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
  }
  @media (max-width: 1200px) {
    .newList .list {
      margin: 1.2rem auto 0.6rem;
    }
    .newList .list a {
      margin: 0 0 1.2rem 0;
      width: 100%;
      height: auto;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    }
    .newList .list a .pic {
      height: 8rem;
    }
    .newList .list a .text {
      padding: 1rem 4% 0;
    }
    .newList .list a .text em {
      font-size: 0.56rem;
    }
    .newList .list a .text b {
      margin: 0.6rem 0 0.8rem;
      height: auto;
      max-height: 1.92rem;
      font-size: 0.64rem;
      line-height: 0.96rem;
    }
    .newList .list a .text .lie {
      margin-bottom: 0.7rem;
    }
    .newList .list a .text p {
      margin-bottom: 0.8rem;
      height: auto;
      max-height: 1.68rem;
      line-height: 0.84rem;
      font-size: 0.56rem;
    }
  }
  /*===== 新闻详情 =====*/
  .new_xq {
    position: relative;
    padding: 100px 0 0;
  }
  .new_xq .add {
    position: relative;
    bottom: auto;
    margin: 35px 0 40px;
    color: #333;
    /* a{
              color: #333;
              &:hover{
                  color: #0844bc;
              }
          }
          a.one {
              background-image: url(../images/icon/i26s.png);
          } */
  }
  .new_xq .w1400 {
    padding-bottom: 1px;
    position: relative;
  }
  .new_xq .new_01 {
    margin-bottom: 100px;
    padding: 60px 5% 40px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  }
  .new_xq .new_01 .title {
    padding: 0 0 10px;
    line-height: 45px;
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .new_xq .new_01 .cen {
    position: relative;
    z-index: 2;
    padding: 18px 0 29px;
    width: 100%;
    text-align: center;
    border-bottom: #e5e5e5 1px solid;
  }
  .new_xq .new_01 .cen .cen_box {
    display: flex;
    justify-content: center;
    line-height: 30px;
    color: #999;
    font-size: 16px;
  }
  .new_xq .new_01 .cen .cen_box i {
    margin-right: 30px;
    display: inline-block;
  }
  .new_xq .new_01 .cen span {
    display: inline-block;
  }
  .new_xq .new_01 .cen span.big,
  .new_xq .new_01 .cen span.middle,
  .new_xq .new_01 .cen span.small {
    margin-top: 4px;
    width: 39px;
    height: 22px;
    border-right: #c6c6c6 1px solid;
    cursor: pointer;
  }
  .new_xq .new_01 .cen span.big {
    background: url(../images/icon/icon_34.png) center no-repeat;
  }
  .new_xq .new_01 .cen span.big:hover,
  .new_xq .new_01 .cen span.big.cur {
    background: url(../images/icon/icon_34s.png) center no-repeat;
  }
  .new_xq .new_01 .cen span.middle {
    background: url(../images/icon/icon_35.png) center no-repeat;
  }
  .new_xq .new_01 .cen span.middle:hover,
  .new_xq .new_01 .cen span.middle.cur {
    background: url(../images/icon/icon_35s.png) center no-repeat;
  }
  .new_xq .new_01 .cen span.small {
    background: url(../images/icon/icon_36.png) center no-repeat;
  }
  .new_xq .new_01 .cen span.small:hover,
  .new_xq .new_01 .cen span.small.cur {
    background: url(../images/icon/icon_36s.png) center no-repeat;
  }
  .new_xq .new_01 .cen span.cur {
    color: #1e6874;
  }
  .new_xq .new_01 .cen .icon-share {
    height: 30px;
    cursor: pointer;
  }
  .new_xq .new_01 .cen .icon-share .icon_box {
    width: auto;
    margin-right: 0;
    padding: 0 40px 0 25px;
    background: url(../images/icon/icon_67.png) 73px center no-repeat;
  }
  .new_xq .new_01 .cen .icon-share .icon_box::before {
    display: none;
  }
  .new_xq .new_01 .cen .icon-wb {
    height: 30px;
  }
  .new_xq .new_01 .cen .pos_box .Smohan_Layer_box {
    height: 1px;
    overflow: hidden;
  }
  .new_xq .new_01 .text {
    margin: 30px auto 50px;
    font-size: 18px;
    color: #666;
    line-height: 36px;
    word-wrap: break-word;
    word-break: normal;
  }
  .new_xq .new_01 .text p {
    text-indent: 2em;
    text-align: justify;
  }
  .new_xq .new_01 .text p:has(img) {
    text-indent: 0em;
  }
  .new_xq .new_01 .text img {
    display: block;
    margin: 15px auto;
    max-width: 70%;
    height: auto !important;
  }
  .new_xq .new_01 .text video {
    display: block;
    margin: 30px auto;
    width: 80%;
    max-width: 100%;
    height: auto !important;
  }
  .new_xq .new_01 .text span,
  .new_xq .new_01 .text i,
  .new_xq .new_01 .text em,
  .new_xq .new_01 .text a,
  .new_xq .new_01 .text b {
    display: inline;
  }
  .new_xq .new_01 .text table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
  }
  .new_xq .new_01 .text table td {
    border-width: 1px !important;
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
  }
  .new_xq .new_01 .text table p {
    padding: 10px;
    text-indent: 0em;
    text-align: inherit !important;
    word-break: break-all;
  }
  .new_xq .new_01 .right {
    padding-top: 40px;
    position: relative;
    height: 52px;
    border-top: #e5e5e5 1px solid;
  }
  .new_xq .new_01 .right a.more {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 30px;
    height: 52px;
    background: url(../images/icon/i93.png) right center no-repeat;
  }
  .new_xq .new_01 .right .up {
    width: calc(50% - 91px);
    font-size: 18px;
    line-height: 52px;
  }
  .new_xq .new_01 .right .up i {
    float: left;
    width: 78px;
    color: #333;
  }
  .new_xq .new_01 .right .up a {
    float: left;
    padding-left: 20px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: url(../images/icon/i39s.png) left center no-repeat;
    background-size: auto 16px;
  }
  .new_xq .new_01 .right .up a:hover {
    color: #0844bc;
    background-image: url(../images/icon/i39ss.png);
  }
  .new_xq .new_01 .right .up.fr a {
    float: right;
    padding: 0 20px 0 0;
    text-align: right;
    background: url(../images/icon/i40.png) right center no-repeat;
    background-size: auto 16px;
  }
  .new_xq .new_01 .right .up.fr a:hover {
    background-image: url(../images/icon/i40s.png);
  }
  @media (max-width: 1200px) {
    .new_xq {
      padding: 2.2rem 0 0.6rem;
    }
    .new_xq .add {
      margin: 0;
      padding: 0.8rem 0;
    }
    .new_xq .new_01 {
      margin-bottom: 0rem;
      padding: 1.2rem 5% 1px;
    }
    .new_xq .new_01 .title {
      padding: 0 0 0.2rem;
      line-height: 1.26rem;
      font-size: 0.88rem;
      font-weight: bold;
    }
    .new_xq .new_01 .cen {
      padding: 0.72rem 0 0.12rem;
    }
    .new_xq .new_01 .cen .cen_box {
      flex-wrap: wrap;
      line-height: 0.8rem;
      font-size: 0.56rem;
    }
    .new_xq .new_01 .cen .cen_box i {
      margin: 0 0.8rem 0.6rem 0;
    }
    .new_xq .new_01 .cen span.big,
    .new_xq .new_01 .cen span.middle,
    .new_xq .new_01 .cen span.small {
      margin-top: 0;
      width: 1.4rem;
      height: 0.8rem;
    }
    .new_xq .new_01 .cen span.big {
      background: url(../images/icon/icon_34.png) center no-repeat;
      background-size: 0.54rem auto;
    }
    .new_xq .new_01 .cen span.big:hover,
    .new_xq .new_01 .cen span.big.cur {
      background: url(../images/icon/icon_34s.png) center no-repeat;
      background-size: 0.54rem auto;
    }
    .new_xq .new_01 .cen span.middle {
      background: url(../images/icon/icon_35.png) center no-repeat;
      background-size: 0.42rem auto;
    }
    .new_xq .new_01 .cen span.middle:hover,
    .new_xq .new_01 .cen span.middle.cur {
      background: url(../images/icon/icon_35s.png) center no-repeat;
      background-size: 0.42rem auto;
    }
    .new_xq .new_01 .cen span.small {
      background: url(../images/icon/icon_36.png) center no-repeat;
      background-size: 0.54rem auto;
      border-right: none;
    }
    .new_xq .new_01 .cen span.small:hover,
    .new_xq .new_01 .cen span.small.cur {
      background: url(../images/icon/icon_36s.png) center no-repeat;
      background-size: 0.54rem auto;
    }
    .new_xq .new_01 .cen .share,
    .new_xq .new_01 .cen .icon-wb {
      display: none;
    }
    .new_xq .new_01 .text {
      margin: 1rem 0;
      font-size: 0.56rem;
      line-height: 0.92rem;
    }
    .new_xq .new_01 .text img {
      margin: 0 auto 0.72rem;
      width: 100% !important;
    }
    .new_xq .new_01 .text span,
    .new_xq .new_01 .text i,
    .new_xq .new_01 .text em,
    .new_xq .new_01 .text a,
    .new_xq .new_01 .text b {
      display: inline;
    }
    .new_xq .new_01 .text table {
      width: 100% !important;
    }
    .new_xq .new_01 .text table p {
      padding: 0.1rem;
    }
    .new_xq .new_01 .right {
      padding-top: 0;
      height: 2.8rem;
    }
    .new_xq .new_01 .right a.more {
      top: 0;
      width: 0.8rem;
      height: 2.8rem;
      background-size: 100% auto;
    }
    .new_xq .new_01 .right .up {
      width: calc(50% - 0.9rem);
      font-size: 0.56rem;
      line-height: 2.8rem;
    }
    .new_xq .new_01 .right .up a {
      padding-left: 0.4rem;
      background-size: auto 0.36rem;
    }
    .new_xq .new_01 .right .up.fr a {
      padding: 0 0.4rem 0 0;
      background-size: auto 0.36rem;
    }
  }
  /*===== p1-1产品中心-详情 =====*/
  .productDetal01 {
    margin-top: 100px;
    padding: 37px 0 57px;
    background: url(../images/page/productDetal01_bac.jpg) center no-repeat;
    background-size: cover;
  }
  .productDetal01 .tab {
    margin-top: 50px;
  }
  .productDetal01 .leftMode {
    float: left;
    width: 47.85%;
  }
  .productDetal01 .leftMode .swiper-slide {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .productDetal01 .leftMode .swiper-slide .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 390px;
    overflow: hidden;
  }
  .productDetal01 .leftMode .swiper-slide .pic i {
    width: 90%;
    height: 90%;
  }
  .productDetal01 .leftMode .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    margin-top: 25px;
  }
  .productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.5s;
    position: relative;
    opacity: 1;
    width: 25px;
    height: 25px;
    background: transparent;
    margin: 0 10px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    border: rgba(239, 28, 35, 0) 2px solid;
  }
  .productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet:after {
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ef1c23;
    content: '';
  }
  .productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: #ef1c23 2px solid;
  }
  .productDetal01 .rightMode {
    float: right;
    margin-top: 30px;
    width: 47.85%;
  }
  .productDetal01 .rightMode .tit i {
    margin-bottom: 20px;
    font-size: 20px;
    color: #0844bc;
  }
  .productDetal01 .rightMode .tit b {
    margin-bottom: 25px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    font-family: Arial;
  }
  .productDetal01 .rightMode .lie {
    margin-bottom: 35px;
    width: 70px;
    height: 6px;
    background: #ef1c23;
  }
  .productDetal01 .rightMode .lie em {
    width: 59px;
    height: 6px;
    background: #0844bc;
  }
  .productDetal01 .rightMode .list a {
    transition: all 0.5s;
    box-sizing: border-box;
    float: left;
    margin: 0 14px 14px 0;
    padding: 5px 10px 5px 25px;
    width: calc(50% - 7px);
    border: #d2d2d2 1px solid;
    cursor: pointer;
  }
  .productDetal01 .rightMode .list a:nth-child(2n) {
    margin-right: 0;
  }
  .productDetal01 .rightMode .list a .pic {
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 31px;
  }
  .productDetal01 .rightMode .list a .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .productDetal01 .rightMode .list a p {
    float: left;
    width: calc(100% - 70px);
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .productDetal01 .rightMode .list a.on {
    transition: all 0.5s;
    background: #e1e7f3;
    border: #034d8e 1px solid;
  }
  .productDetal01 .rightMode .list a.on p {
    color: #0844bc;
  }
  .productDetal01 .rightMode .text {
    margin-bottom: 14px;
    line-height: 31px;
    font-size: 14px;
    color: #666;
  }
  .productDetal01 .rightMode .gocar {
    display: flex;
    cursor: pointer;
  }
  .productDetal01 .rightMode .car {
    position: relative;
    padding: 0 42px 0 38px;
    background: #0844bc;
  }
  .productDetal01 .rightMode .car::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ee1d23;
    content: "";
  }
  .productDetal01 .rightMode .car p {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    background: url(../images/icon/i2.png) left center no-repeat;
  }
  .productDetal01 .rightMode .car:hover::after {
    transition: all 0.5s;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .productDetal01 {
      margin-top: 2.2rem;
      padding: 1px 0 1.8rem;
      background: url(../images/page/productDetal01_bac.jpg) center no-repeat;
      background-size: cover;
    }
    .productDetal01 .tab {
      margin-top: 0.8rem;
    }
    .productDetal01 .leftMode {
      width: 100%;
    }
    .productDetal01 .leftMode .swiper-slide .pic {
      height: 9rem;
    }
    .productDetal01 .leftMode .swiper-pagination {
      margin-top: 1rem;
    }
    .productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet {
      width: 0.66rem;
      height: 0.66rem;
      margin: 0 0.2rem;
      border: rgba(239, 28, 35, 0) 1px solid;
    }
    .productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet:after {
      width: 0.2rem;
      height: 0.2rem;
      border-radius: 0.2rem;
    }
    .productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: #ef1c23 1px solid;
    }
    .productDetal01 .rightMode {
      margin-top: 0.9rem;
      width: 100%;
    }
    .productDetal01 .rightMode .tit i {
      margin-bottom: 0.6rem;
      font-size: 0.6rem;
      text-align: center;
    }
    .productDetal01 .rightMode .tit b {
      margin-bottom: 0.7rem;
      font-size: 0.9rem;
      text-align: center;
    }
    .productDetal01 .rightMode .lie {
      margin: 0 auto 0.9rem;
      width: 2.58rem;
      height: 0.16rem;
    }
    .productDetal01 .rightMode .lie em {
      width: 2.16rem;
      height: 0.16rem;
    }
    .productDetal01 .rightMode .list a {
      margin: 0 0.4rem 0.4rem 0;
      padding: 0.5rem 0.4rem;
      width: calc(50% - 0.2rem);
    }
    .productDetal01 .rightMode .list a .pic {
      margin-right: 0.4rem;
      width: 1.6rem;
      height: 1.44rem;
    }
    .productDetal01 .rightMode .list a p {
      width: calc(100% - 2rem);
      height: 1.44rem;
      line-height: 0.72rem;
      font-size: 0.48rem;
      -webkit-line-clamp: 2;
    }
    .productDetal01 .rightMode .text {
      margin-bottom: 0.4rem;
      line-height: 0.9rem;
      font-size: 0.52rem;
    }
    .productDetal01 .rightMode .gocar {
      justify-content: center;
    }
    .productDetal01 .rightMode .car {
      margin: 0.8rem auto 0;
      padding: 0 1.4rem 0 1.26rem;
    }
    .productDetal01 .rightMode .car p {
      padding-left: 1rem;
      line-height: 1.4rem;
      font-size: 0.5rem;
      background: url(../images/icon/i2.png) left center no-repeat;
      background-size: 0.6rem auto;
    }
  }
  .productDetal02 {
    padding-top: 60px;
  }
  .productDetal02 .next .mode {
    float: left;
    margin-right: 4% ;
    width: 48%;
  }
  .productDetal02 .next .mode:nth-child(2n) {
    margin-right: 0;
  }
  .productDetal02 .next .text {
    margin-top: 20px;
  }
  .productDetal02 .next .text p {
    padding-left: 22px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    background: url(../images/icon/i47.png) left 14px no-repeat;
    background-size: 8px auto;
  }
  .productDetal02 .listMode {
    padding-top: 40px;
  }
  .productDetal02 .listMode .list {
    margin-top: 25px;
    min-height: 200px;
  }
  .productDetal02 .listMode .list a {
    transition: all 0.5s;
    box-sizing: border-box;
    float: left;
    margin: 0 18px 18px 0;
    padding: 0 20px 0 30px;
    width: calc((100% - 36px) / 3);
    border: #d2d2d2 1px solid;
    cursor: pointer;
  }
  .productDetal02 .listMode .list a:nth-child(3n) {
    margin-right: 0;
  }
  .productDetal02 .listMode .list a .icon {
    float: left;
    margin-right: 8px;
    width: 32px;
    height: 68px;
    background: url(../images/icon/i48.png) center no-repeat;
    background-size: 100% auto;
  }
  .productDetal02 .listMode .list a p {
    float: left;
    width: calc(100% - 40px);
    line-height: 68px;
    font-size: 18px;
    color: #333;
    font-family: Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .productDetal02 .listMode .list a:hover {
    transition: all 0.5s;
    border: #0844bc 1px solid;
  }
  .productDetal02 .listMode .list a:hover p {
    color: #0844bc;
  }
  @media (max-width: 1200px) {
    .productDetal02 {
      padding-top: 1.6rem;
    }
    .productDetal02 .next .mode {
      margin: 0 0 0.8rem 0;
      width: 100%;
    }
    .productDetal02 .next .text {
      margin-top: 0.4rem;
    }
    .productDetal02 .next .text p {
      padding-left: 0.4rem;
      font-size: 0.52rem;
      line-height: 1rem;
      background: url(../images/icon/i47.png) left 0.45rem no-repeat;
      background-size: 0.13rem auto;
    }
    .productDetal02 .listMode {
      padding-top: 0.2rem;
    }
    .productDetal02 .listMode .list {
      margin-top: 0.8rem;
      min-height: 4rem;
    }
    .productDetal02 .listMode .list a {
      margin: 0 0 0.4rem 0;
      padding: 0 0.8rem 0 1rem;
      width: calc(100% - 2px);
    }
    .productDetal02 .listMode .list a .icon {
      margin-right: 0.4rem;
      width: 1rem;
      height: 1.9rem;
    }
    .productDetal02 .listMode .list a p {
      width: calc(100% - 1.4rem);
      line-height: 1.9rem;
      font-size: 0.52rem;
    }
  }
  .popform {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 202;
    width: 1100px;
    border-radius: 20px;
    background: url(../images/page/popform_bac.jpg) center no-repeat;
    background-size: cover;
  }
  .popform .bor {
    padding: 70px 110px;
  }
  .popform .delete {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    background: url(../images/icon/i49.png) center no-repeat;
    background-size: 22px auto;
    cursor: pointer;
  }
  .popform .tit b {
    margin-bottom: 60px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .popform .next .mode {
    float: left;
    margin: 0 4% 36px 0;
    width: 48%;
  }
  .popform .next .mode:nth-child(2n) {
    margin-right: 0;
  }
  .popform .next .mode .clearfix {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
  }
  .popform .next .mode .clearfix i {
    margin-right: 4px;
    float: left;
    color: #e21b20;
  }
  .popform .next .mode .clearfix p {
    float: left;
  }
  .popform .next .mode .inp {
    padding: 0 15px;
    border: #ddd 1px solid;
    background: #fff;
  }
  .popform .next .mode .inp input {
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    color: #333;
  }
  .popform .bot {
    display: flex;
    justify-content: center;
  }
  .popform .bot .code {
    border: #ddd 1px solid;
  }
  .popform .bot .code input {
    float: left;
    margin: 0 10px;
    width: 170px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
  }
  .popform .bot .code .codetext {
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #333;
    background: #edf7ff;
    border-left: #ddd 1px solid;
    cursor: pointer;
  }
  .popform .bot .but {
    position: relative;
    margin-left: 50px;
    width: 165px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    border: none;
  }
  .popform .bot .but::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ee1d23;
    content: "";
  }
  .popform .bot .but::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0844bc;
    content: "";
  }
  .popform .bot .but p {
    position: relative;
    z-index: 3;
  }
  .popform .bot .but:hover::after {
    transition: all 0.5s;
    width: 100%;
  }
  .popform_bac {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
  }
  @media (max-width: 1200px) {
    .popform {
      width: 92%;
      border-radius: 0.3rem;
      background: url(../images/page/popform_bac.jpg) center no-repeat;
      background-size: cover;
    }
    .popform .bor {
      padding: 1.2rem 0.9rem;
    }
    .popform .delete {
      right: 0.6rem;
      top: 0.7rem;
      width: 0.66rem;
      height: 0.67rem;
      background-size: 100% auto;
    }
    .popform .tit b {
      margin-bottom: 1.1rem;
      font-size: 0.72rem;
    }
    .popform .next .mode {
      margin: 0 0 0.8rem 0;
      width: 100%;
    }
    .popform .next .mode .clearfix {
      margin-bottom: 0.3rem;
      font-size: 0.56rem;
    }
    .popform .next .mode .clearfix i {
      margin-right: 0.08rem;
    }
    .popform .next .mode .inp {
      padding: 0 15px;
    }
    .popform .next .mode .inp input {
      line-height: 1.8rem;
      font-size: 0.56rem;
    }
    .popform .bot {
      justify-content: space-between;
    }
    .popform .bot .code input {
      margin: 0 0.4rem;
      width: 4rem;
      height: 1.8rem;
      line-height: 1.8rem;
      font-size: 0.56rem;
    }
    .popform .bot .code .codetext {
      width: 2.5rem;
      height: 1.8rem;
      line-height: 1.8rem;
      font-size: 0.56rem;
    }
    .popform .bot .but {
      margin-left: 0;
      width: 3.9rem;
      height: 1.8rem;
      line-height: 1.8rem;
      font-size: 0.6rem;
      border: #0844bc 1px solid;
    }
  }
  /*===== p5-1联系我们 =====*/
  .contactUs01 {
    padding: 110px 0;
  }
  .contactUs01 .next {
    position: relative;
  }
  .contactUs01 .next .mapInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .contactUs01 .next .mapInfo .map {
    animation: rotate 30s linear infinite;
  }
  .contactUs01 .next .mapInfo .map img {
    margin: 0 auto;
    width: 52.7%;
  }
  .contactUs01 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-100vh + 60px);
    border-left: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
  }
  .contactUs01 .list a {
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
    padding: 55px 70px;
    width: 100%;
    border-bottom: #dcdcdc 1px solid;
    border-right: #dcdcdc 1px solid;
  }
  
  .contactUs01 .list a::after {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 205px;
    height: 100%;
    background: url(../images/icon/i46.png) right top no-repeat;
    background-size: 100% auto;
    content: "";
  }
  .contactUs01 .list a .left {
    position: relative;
    z-index: 2;
    width: 160px;
  }
  .contactUs01 .list a .left .icon {
    transition: all 0.5s;
    position: relative;
    margin-bottom: 20px;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background: #0844bc;
  }
  .contactUs01 .list a .left .icon img {
    transition: all 0.5s;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .contactUs01 .list a .left .icon .img2 {
    opacity: 0;
  }
  .contactUs01 .list a .left b {
    font-size: 20px;
    color: #0844bc;
    font-weight: bold;
  }
  .contactUs01 .list a .text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #333;
  }
  .contactUs01 .list a .text div {
    display: flex;
    width: 100%;
  }
  .contactUs01 .list a .text p {
    flex: 1;
  }
  .contactUs01 .list a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  
  }
  .contactUs01 .list a .text {
    margin: 0 0 0 20px;
    flex: 1;
    width: auto;
  }
  .contactUs01 .list a:hover {
    transition: all 0.5s;
    background: #0844bc;
  }
  .contactUs01 .list a:hover::after {
    transition: all 0.5s;
    opacity: 1;
  }
  .contactUs01 .list a:hover .left .icon {
    transition: all 0.5s;
    background: #fff;
  }
  .contactUs01 .list a:hover .left .icon .img1 {
    transition: all 0.5s;
    opacity: 0;
  }
  .contactUs01 .list a:hover .left .icon .img2 {
    transition: all 0.5s;
    opacity: 1;
  }
  .contactUs01 .list a:hover .left b {
    color: #fff;
  }
  .contactUs01 .list a:hover .text {
    color: #fff;
  }
  @media (max-width: 1200px) {
    .contactUs01 {
      padding: 1.5rem 0 0;
    }
    .contactUs01 .next .mapInfo .map {
      width: 92%;
    }
    .contactUs01 .next .mapInfo .map img {
      width: 100%;
    }
    .contactUs01 .list {
      margin-top: calc(-100vh + 1.1rem);
    }
    .contactUs01 .list a {
      box-sizing: border-box;
      padding: 1rem 0.86rem;
      width: 100%;
      border-left: #dcdcdc 1px solid;
    }
    .contactUs01 .list a::after {
      display: none;
    }
    .contactUs01 .list a .left {
      display: flex;
      align-items: center;
      width: 100%;
    }
    .contactUs01 .list a .left .icon {
      margin: 0 0.54rem 0 0;
      width: 1.6rem;
      height: 1.6rem;
    }
    .contactUs01 .list a .left b {
      font-size: 0.72rem;
    }
    .contactUs01 .list a .text {
      margin: 0.8rem 0 0 0;
      font-size: 0.52rem;
      line-height: 0.9rem;
    }
    .contactUs01 .list a.a1 {
      display: block;
      width: 100%;
    }
    .contactUs01 .list a.a1 .text {
      margin: 0.8rem 0 0;
    }
  }
  /*===== p2-1解决方案-接入网 =====*/
  .solution01 {
    position: relative;
    padding: 80px 0 90px;
    background: #fff;
  }
  .solution01::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/page/solution01_bac1.png) left top no-repeat;
    background-size: 20% auto;
    content: "";
  }
  .solution01::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/page/solution01_bac2.png) right bottom no-repeat;
    background-size: 27% auto;
    content: "";
  }
  .solution01 .w1400 {
    position: relative;
    z-index: 2;
  }
  .solution01 .text {
    margin-top: 35px;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    text-align: center;
  }
  @media (max-width: 1200px) {
    .solution01 {
      padding: 1.8rem 0;
    }
    .solution01::after {
      background-size: 30% auto;
    }
    .solution01::before {
      background-size: 51% auto;
    }
    .solution01 .text {
      margin-top: 1rem;
      font-size: 0.5rem;
      line-height: 0.9rem;
    }
  }
  .solution02 {
    position: relative;
    padding: 80px 0 90px;
    background: url(../images/page/solution02_bac.jpg) center no-repeat;
    background-size: cover;
  }
  .solution02 .next {
    margin-top: 35px;
  }
  .solution02 .next img {
    max-width: 100%;
  }
  @media (max-width: 1200px) {
    .solution02 {
      padding: 1.7rem 0 1.9rem;
    }
    .solution02 .next {
      margin-top: 1.1rem;
    }
  }
  .solution03 {
    padding: 80px 0 0;
    background: #fff;
  }
  .solution03 .swiper {
    margin-top: 35px;
  }
  .solution03 .swiper.mobile {
    display: none;
  }
  .solution03 .swiper-slide {
    width: 100%;
    padding: 10px 1px;
  }
  .solution03 .swiper-slide a {
    transition: all 0.5s;
    float: left;
    margin-right: 40px;
    width: calc(50% - 42px);
    border: #e5e5e5 1px solid;
  }
  .solution03 .swiper-slide a .bor {
    padding: 40px 0;
  }
  .solution03 .swiper-slide a .pic {
    float: left;
    margin: 0 6%;
    width: 36%;
    height: 160px;
  }
  .solution03 .swiper-slide a .pic i {
    width: 100%;
    height: 100%;
  }
  .solution03 .swiper-slide a .text {
    transition: all 0.5s;
    float: left;
    margin-right: 6%;
    width: 46%;
    line-height: 32px;
    color: #333;
  }
  .solution03 .swiper-slide a .text b {
    margin-bottom: 5px;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .solution03 .swiper-slide a .text p {
    margin-bottom: 20px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .solution03 .swiper-slide a .text .more_02 {
    padding: 0 13px 0 20px;
    width: 140px;
  }
  .solution03 .swiper-slide a .text .more_02::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0844bc;
    content: "";
  }
  .solution03 .swiper-slide a .text .more_02 i {
    position: relative;
    z-index: 2;
  }
  .solution03 .swiper-slide a:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(8, 68, 188, 0.13);
    border: #0844bc 1px solid;
  }
  .solution03 .swiper-slide a:hover .text {
    color: #0844bc;
  }
  .solution03 .swiper-slide a:hover .more_02 {
    color: #fff;
    border-bottom: #0844bc 1px solid;
  }
  .solution03 .swiper-slide a:hover .more_02::after {
    transition: all 0.5s;
    width: 100%;
  }
  .solution03 .swiper-slide a:hover .more_02 i {
    margin-left: 0;
  }
  .solution03 .swiper-slide a:hover .more_02 em {
    background-image: url(../images/icon/i9.png);
  }
  .solution03 .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    margin-top: 40px;
  }
  .solution03 .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.5s;
    position: relative;
    opacity: 1;
    width: 25px;
    height: 25px;
    background: transparent;
    margin: 0 10px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    border: rgba(239, 28, 35, 0) 2px solid;
  }
  .solution03 .swiper-pagination .swiper-pagination-bullet:after {
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ef1c23;
    content: '';
  }
  .solution03 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: #ef1c23 2px solid;
  }
  @media (max-width: 1200px) {
    .solution03 {
      padding: 1.6rem 0 0;
    }
    .solution03 .swiper {
      margin: 0.9rem 4% 0;
    }
    .solution03 .swiper.mobile {
      display: block;
    }
    .solution03 .swiper.pc {
      display: none;
    }
    .solution03 .swiper-slide {
      width: 100%;
      padding: 0.2rem 0;
    }
    .solution03 .swiper-slide a {
      margin-right: 0;
      width: calc(100% - 2px);
    }
    .solution03 .swiper-slide a .bor {
      padding: 1rem 0;
    }
    .solution03 .swiper-slide a .pic {
      margin: 0 4%;
      width: 39%;
      height: 5rem;
    }
    .solution03 .swiper-slide a .text {
      margin-right: 4%;
      width: 48%;
      line-height: 32px;
    }
    .solution03 .swiper-slide a .text b {
      margin: 0.4rem 0 0.6rem;
      height: 1.8rem;
      line-height: 0.9rem;
      font-size: 0.66rem;
    }
    .solution03 .swiper-slide a .text p {
      display: none;
    }
    .solution03 .swiper-slide a .text .more_02 {
      padding: 0 0.34rem 0 0.53rem;
      width: 4.3rem;
    }
    .solution03 .swiper-slide a:hover {
      box-shadow: 0 0 0.2rem rgba(8, 68, 188, 0.13);
    }
    .solution03 .swiper-pagination {
      margin-top: 1rem;
    }
    .solution03 .swiper-pagination .swiper-pagination-bullet {
      width: 0.66rem;
      height: 0.66rem;
      margin: 0 0.2rem;
      border: rgba(239, 28, 35, 0) 1px solid;
    }
    .solution03 .swiper-pagination .swiper-pagination-bullet:after {
      width: 0.2rem;
      height: 0.2rem;
      border-radius: 0.2rem;
    }
    .solution03 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: #ef1c23 1px solid;
    }
  }
  /*========== 询盘车 ==========*/
  .contProduct {
    padding-top: 90px;
  }
  .contProduct .selectProduct .selProTop {
    margin-top: 70px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    background: #ececec;
  }
  .contProduct .selectProduct .selProTop .selAll {
    width: 437px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .contProduct .selectProduct .selProTop .selAll .selInput {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    background: url(../images/icon/i50.png) center no-repeat;
    background-size: cover;
  }
  .contProduct .selectProduct .selProTop .selAll .selInput.curr {
    background-image: url(../images/icon/i50s.png);
  }
  .contProduct .selectProduct .selProTop .selAll .selText {
    margin-left: 15px;
  }
  .contProduct .selectProduct .selProTop .selName {
    flex: 1;
  }
  .contProduct .selectProduct .selProTop .selQuantity {
    width: 165px;
    text-align: center;
    margin: 0 40px;
  }
  .contProduct .selectProduct .selProTop .selQuantityModel {
    display: none;
  }
  .contProduct .selectProduct .selProTop .selDelete {
    width: 150px;
    text-align: center;
  }
  .contProduct .selectProduct .selProBtn .selProList {
    display: flex;
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }
  .contProduct .selectProduct .selProBtn .selProList .selInput {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    background: url(../images/icon/i50.png) center no-repeat;
    background-size: cover;
  }
  .contProduct .selectProduct .selProBtn .selProList .selInput.curr {
    background-image: url(../images/icon/i50s.png);
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    margin-left: 30px;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink {
    display: flex;
    width: calc(100% - 395px);
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpBg {
    width: 315px;
    height: 180px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpBg .sfpImg {
    width: 50%;
    max-height: 135px;
    overflow: hidden;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpBg .sfpImg img {
    width: 100%;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont {
    margin-left: 30px;
    width: calc(100% - 345px);
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .sfpTitle {
    font-size: 22px;
    font-weight: bold;
    color: #0844bc;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .sfpModel {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .sfpText {
    font-size: 16px;
    margin-top: 10px;
    line-height: 22px;
    word-break: break-all;
    width: 100%;
    color: #333;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction {
    display: none;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction {
    display: flex;
    align-items: center;
    width: 165px;
    text-align: center;
    margin: 0 40px;
    justify-content: center;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction .reduce {
    width: 35px;
    height: 35px;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction .reduce img {
    width: 100%;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction .subtractInput {
    width: 80px;
    height: 33px;
    border-top: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 1px solid;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction .subtractInput input {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction .plus {
    width: 35px;
    height: 35px;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction .plus img {
    width: 100%;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subDel {
    width: 150px;
  }
  .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subDel img {
    margin: 0 auto;
  }
  .contProduct .selectProduct .selTotal {
    height: 45px;
    background: #f1f1f1;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .contProduct .selectProduct .selTotal span {
    font-size: 24px;
    font-weight: bold;
    color: #0844bc;
    margin: 0 10px;
  }
  .contProduct .productForm {
    background: #f9f9f9;
    padding-bottom: 70px;
    margin-top: 70px;
  }
  .contProduct .productForm .productSerTitle {
    padding-top: 70px;
    font-size: 26px;
    color: #0844bc;
    font-weight: bold;
  }
  .contProduct .productForm .concatForm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contProduct .productForm .concatForm .formName {
    width: 48.5%;
    margin-top: 40px;
  }
  .contProduct .productForm .concatForm .formName .nameBox {
    display: flex;
    align-items: baseline;
  }
  .contProduct .productForm .concatForm .formName .nameBox .asterisk {
    color: #c40f0f;
    font-weight: bold;
  }
  .contProduct .productForm .concatForm .formName .nameBox .nameText {
    font-size: 18px;
    margin-left: 10px;
    color: #666;
  }
  .contProduct .productForm .concatForm .formName .concatInput {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    position: relative;
    background: #f6f6f6;
    font-size: 18px;
    box-sizing: border-box;
  }
  .contProduct .productForm .concatForm .formName .concatInput input {
    height: 100%;
    width: 100%;
    display: block;
    background: #fff;
    transition: all 0.3s;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
  }
  .contProduct .productForm .concatForm .formName .concatInput input:focus {
    background: #93bcfd !important;
    color: #fff;
  }
  .contProduct .productForm .concatForm .formName .concatInput input:focus::-moz-placeholder,
  .contProduct .productForm .concatForm .formName .concatInput input:focus::-webkit-input-placeholder,
  .contProduct .productForm .concatForm .formName .concatInput input:focus:-ms-input-placeholder {
    color: #fff;
  }
  .contProduct .productForm .concatForm .inputWidth {
    width: 100%;
  }
  .contProduct .productForm .concatForm .inputWidth .concatTarea {
    height: 200px;
  }
  .contProduct .productForm .concatForm .inputWidth .concatTarea textarea {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s;
    font-size: 18px;
    border: none;
    overflow: auto;
  }
  .contProduct .productForm .concatForm .inputWidth .concatTarea textarea:focus {
    background: #93bcfd !important;
    color: #fff;
  }
  .contProduct .productForm .concatForm .inputWidth .concatTarea textarea:focus::-moz-placeholder,
  .contProduct .productForm .concatForm .inputWidth .concatTarea textarea:focus::-webkit-input-placeholder,
  .contProduct .productForm .concatForm .inputWidth .concatTarea textarea:focus:-ms-input-placeholder {
    color: #fff;
  }
  .contProduct .productForm .concatForm .verificationCode {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 65px;
  }
  .contProduct .productForm .concatForm .verificationCode .verificatInfo {
    display: flex;
    align-items: center;
  }
  .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    height: 65px;
  }
  .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox .codeInput {
    width: 230px;
    height: 100%;
    border-right: 1px solid #ccc;
  }
  .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox .codeInput input {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    background: #fff;
  }
  .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox .codeImg {
    width: 130px;
    height: 100%;
    background: #edf7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
  }
  .contProduct .productForm .concatForm .verificationCode .concatSubmit {
    width: 210px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    background: #0844bc;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 60px;
    border: none;
    outline: none;
  }
  @media (max-width: 1200px) {
    .contProduct {
      padding-top: 2.2rem;
    }
    .contProduct .selectProduct .selProTop {
      margin-top: 1.2rem;
      height: 1.4rem;
    }
    .contProduct .selectProduct .selProTop .selAll {
      width: 45%;
    }
    .contProduct .selectProduct .selProTop .selAll .selInput {
      width: 0.6rem;
      height: 0.6rem;
      margin-left: 0.4rem;
    }
    .contProduct .selectProduct .selProTop .selAll .selText {
      font-size: 0.56rem;
      margin-left: 0.4rem;
    }
    .contProduct .selectProduct .selProTop .selName {
      display: none;
    }
    .contProduct .selectProduct .selProTop .selQuantity {
      display: none;
    }
    .contProduct .selectProduct .selProTop .selQuantityModel {
      display: block;
      font-size: 0.56rem;
      width: 50%;
      margin-left: 5%;
    }
    .contProduct .selectProduct .selProTop .selDelete {
      display: none;
    }
    .contProduct .selectProduct .selProBtn .selProList {
      padding: 1.6rem 0;
      align-items: center;
    }
    .contProduct .selectProduct .selProBtn .selProList .selInput {
      width: 0.6rem;
      height: 0.6rem;
      margin-left: 0.4rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo {
      margin-left: 0.4rem;
      width: calc(100% - 1.4rem);
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink {
      width: auto;
      align-items: center;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpBg {
      width: 4.6rem;
      height: 4.6rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpBg .sfpImg {
      width: 60%;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont {
      width: 5rem;
      margin-left: 0.6rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .sfpTitle {
      font-size: 0.56rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .sfpModel {
      display: none;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .sfpText {
      display: none;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction {
      display: flex;
      width: 3.2rem;
      margin: 0;
      margin-top: 0.8rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction .reduce {
      width: 0.8rem;
      height: 0.8rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction .reduce img {
      width: 100%;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction .subtractInput {
      width: 1.6rem;
      height: 0.8rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction .subtractInput input {
      font-size: 0.56rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction .plus {
      width: 0.8rem;
      height: 0.8rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .sfpLink .sfpCont .subtraction .plus img {
      width: 100%;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subtraction {
      display: none;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subDel {
      width: 0.8rem;
      margin-left: 0.6rem;
    }
    .contProduct .selectProduct .selProBtn .selProList .sfpInfo .subDel img {
      width: 100%;
    }
    .contProduct .selectProduct .selTotal {
      height: 1.2rem;
      margin-top: 1.2rem;
      font-size: 0.56rem;
    }
    .contProduct .selectProduct .selTotal span {
      font-size: 0.72rem;
      margin: 0 0.2rem;
    }
    .contProduct .productForm {
      margin-top: 1.2rem;
      padding-bottom: 1.1rem;
    }
    .contProduct .productForm .productSerTitle {
      font-size: 0.64rem;
      padding-top: 1rem;
    }
    .contProduct .productForm .concatForm .formName {
      margin-top: 1rem;
      width: 100%;
    }
    .contProduct .productForm .concatForm .formName .nameBox .nameText {
      font-size: 0.56rem;
      margin-left: 0.2rem;
    }
    .contProduct .productForm .concatForm .formName .concatInput {
      height: 2rem;
      line-height: 2rem;
      margin-top: 0.6rem;
      font-size: 0.56rem;
    }
    .contProduct .productForm .concatForm .formName .concatInput input {
      font-size: 0.56rem;
      padding: 0 0.6rem;
    }
    .contProduct .productForm .concatForm .inputWidth .concatTarea {
      height: 3rem;
    }
    .contProduct .productForm .concatForm .inputWidth .concatTarea textarea {
      font-size: 0.56rem;
      padding: 0.6rem;
    }
    .contProduct .productForm .concatForm .verificationCode {
      width: 100%;
      margin: 0;
      margin-top: 1.1rem;
      justify-content: center;
    }
    .contProduct .productForm .concatForm .verificationCode .verificatInfo {
      width: 55%;
    }
    .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox {
      height: 2rem;
    }
    .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox .codeInput {
      width: 3.8rem;
    }
    .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox .codeInput input {
      font-size: 0.56rem;
      padding: 0 0.4rem;
    }
    .contProduct .productForm .concatForm .verificationCode .verificatInfo .codeBox .codeImg {
      width: 2.8rem;
      font-size: 0.64rem;
    }
    .contProduct .productForm .concatForm .verificationCode .concatSubmit {
      width: 31%;
      margin-left: 0;
      height: 2rem;
      line-height: 2rem;
      font-size: 0.64rem;
      padding: 0;
      border-radius: 0.1rem;
    }
  }
  /*========== p5-1人才策略 ==========*/
  .strategy01 {
    position: relative;
    padding-top: 120px;
    background: url(../images/page/strategy01_bac.png) left top no-repeat;
    background-size: 32.6% auto;
  }
  .strategy01 .butPos {
    position: absolute;
    top: 120px;
    width: 100%;
  }
  .strategy01 .butPos .w1400 {
    position: relative;
    height: 62px;
  }
  .strategy01 .title_01 {
    margin-bottom: 60px;
  }
  .strategy01 .swiper-slide {
    width: 23.6%;
    height: 465px;
    background: url(../images/page/strategy01_bac2.jpg) center no-repeat;
    background-size: cover;
  }
  .strategy01 .swiper-slide .bac {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .strategy01 .swiper-slide .bor {
    position: relative;
    z-index: 2;
    margin: 80px 3.6vw 0;
  }
  .strategy01 .swiper-slide .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .strategy01 .swiper-slide .top .icon {
    transition: all 0.5s;
    position: relative;
    margin-right: 26px;
    min-width: 64px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: rgba(8, 68, 188, 0.23) 1px solid;
  }
  .strategy01 .swiper-slide .top .icon img {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .strategy01 .swiper-slide .top .icon .m2 {
    opacity: 0;
  }
  .strategy01 .swiper-slide .top b {
    transition: all 0.5s;
    opacity: 0;
    font-size: 0px;
    color: #333;
    font-weight: bold;
  }
  .strategy01 .swiper-slide .text {
    transition: all 0.5s;
    opacity: 0;
    font-size: 18px;
    line-height: 30px;
    color: #666;
  }
  .strategy01 .swiper-slide .text p {
    margin-bottom: 15px;
  }
  .strategy01 .swiper-slide .pos {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 240px;
    width: 100%;
    font-size: 26px;
    color: #333;
    font-weight: bold;
  }
  .strategy01 .swiper-slide.cur {
    width: 29.2%;
  }
  .strategy01 .swiper-slide.cur .bac {
    transition: all 0.5s;
    opacity: 1;
  }
  .strategy01 .swiper-slide.cur .top .icon {
    transition: all 0.5s;
    background: #0844bc;
  }
  .strategy01 .swiper-slide.cur .top .icon .m1 {
    transition: all 0.5s;
    opacity: 0;
  }
  .strategy01 .swiper-slide.cur .top .icon .m2 {
    transition: all 0.5s;
    opacity: 1;
  }
  .strategy01 .swiper-slide.cur .top b {
    transition: all 0.5s;
    opacity: 1;
    font-size: 26px;
  }
  .strategy01 .swiper-slide.cur .text {
    transition: all 0.5s;
    opacity: 1;
  }
  .strategy01 .swiper-slide.cur .pos {
    transition: all 0.5s;
    opacity: 0;
  }
  .strategy01 .swiper-button-next,
  .strategy01 .swiper-button-prev {
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: #0844bc 1px solid;
  }
  .strategy01 .swiper-button-prev {
    left: auto;
    right: 58px;
    background: url(../images/icon/i39ss.png) center no-repeat;
    background-size: 10px auto;
  }
  .strategy01 .swiper-button-prev:hover {
    background-color: #0844bc;
    background-image: url(../images/icon/i39sss.png);
  }
  .strategy01 .swiper-button-next {
    right: 0;
    background: url(../images/icon/i40s.png) center no-repeat;
    background-size: 10px auto;
  }
  .strategy01 .swiper-button-next:hover {
    background-color: #0844bc;
    background-image: url(../images/icon/i40ss.png);
  }
  @media (max-width: 1200px) {
    .strategy01 {
      padding: 1.47rem 0 2.3rem;
      background-size: 8rem auto;
    }
    .strategy01 .title_01 {
      margin-bottom: 1.14rem;
    }
    .strategy01 .swiper-slide {
      width: 100%;
      height: 11.47rem;
    }
    .strategy01 .swiper-slide .bac {
      opacity: 1;
    }
    .strategy01 .swiper-slide .bor {
      margin: 2.3rem 1.4rem 0;
    }
    .strategy01 .swiper-slide .top {
      margin-bottom: 1.3rem;
    }
    .strategy01 .swiper-slide .top .icon {
      margin-right: 0.6rem;
      min-width: 2.1rem;
      width: 2.1rem;
      height: 2.1rem;
      background: #0844bc;
    }
    .strategy01 .swiper-slide .top .icon .m1 {
      opacity: 0;
    }
    .strategy01 .swiper-slide .top .icon .m2 {
      opacity: 1;
    }
    .strategy01 .swiper-slide .top b {
      opacity: 1;
      font-size: 0.74rem;
    }
    .strategy01 .swiper-slide .text {
      opacity: 1;
      font-size: 0.44rem;
      line-height: 0.74rem;
    }
    .strategy01 .swiper-slide .text p {
      margin-bottom: 0.52rem;
    }
    .strategy01 .swiper-slide .pos {
      display: none;
    }
    .strategy01 .swiper-slide.cur {
      width: 100%;
    }
    .strategy01 .swiper-slide.cur .top b {
      font-size: 0.74rem;
    }
    .strategy01 .butPos {
      top: auto;
      bottom: 0;
    }
    .strategy01 .butPos .w1400 {
      height: 1.4rem;
    }
    .strategy01 .swiper-button-next,
    .strategy01 .swiper-button-prev {
      opacity: 1;
      top: auto;
      bottom: 0;
      margin: 0;
      width: 1.4rem;
      height: 1.4rem;
    }
    .strategy01 .swiper-button-prev {
      right: auto;
      left: 50%;
      margin-left: -1.7rem;
      background-size: 8px auto;
    }
    .strategy01 .swiper-button-next {
      right: 50%;
      margin-right: -1.7rem;
      background-size: 8px auto;
    }
  }
  .strategy02 {
    padding-top: 100px;
  }
  .strategy02 .mode {
    margin-top: 35px;
    padding: 75px 0;
    background: #f3f9ff url(../images/page/strategy02_1.jpg) top center no-repeat;
    background-size: cover;
  }
  .strategy02 .next {
    float: right;
    width: 55.71%;
  }
  .strategy02 .next .t {
    margin-bottom: 35px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
  }
  .strategy02 .next dl {
    margin-left: 118px;
    padding: 30px 0;
    border-bottom: #b9b9b9 1px solid;
  }
  .strategy02 .next dl dt {
    display: flex;
    align-items: center;
    color: #333;
  }
  .strategy02 .next dl dt img {
    margin-right: 15px;
    max-width: 32px;
    max-height: 26px;
  }
  .strategy02 .next dl dt b {
    font-size: 22px;
    font-weight: bold;
  }
  .strategy02 .next dl dd {
    max-height: 0;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    overflow: hidden;
  }
  .strategy02 .next dl.cur dt {
    color: #0844bc;
  }
  .strategy02 .next dl.cur dd {
    margin-top: 16px;
    max-height: 200px;
  }
  @media (max-width: 1200px) {
    .strategy02 {
      padding-top: 1.8rem;
    }
    .strategy02 .mode {
      margin-top: 0.8rem;
      padding: 1.2rem 0;
      background-image: url(../images/mobile/page/strategy02_1.jpg);
    }
    .strategy02 .next {
      width: 100%;
    }
    .strategy02 .next .t {
      margin-bottom: 0.3rem;
      font-size: 0.7rem;
      text-align: center;
    }
    .strategy02 .next dl {
      margin-left: 0;
      padding: 0.75rem 0;
    }
    .strategy02 .next dl dt img {
      margin-right: 0.3rem;
      max-width: 0.67rem;
      max-height: 0.63rem;
    }
    .strategy02 .next dl dt b {
      font-size: 0.58rem;
    }
    .strategy02 .next dl dd {
      font-size: 0.5rem;
      line-height: 0.8rem;
    }
    .strategy02 .next dl.cur dd {
      margin-top: 0.2rem;
      max-height: 4rem;
    }
  }
  .strategy03 {
    padding: 66px 0;
    background: #f7f8fa;
  }
  .strategy03 .t {
    margin-bottom: 60px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .strategy03 .list a {
    float: left;
    width: 33.33%;
  }
  .strategy03 .list a .icon {
    position: relative;
    margin: 0 auto 55px;
    width: 96px;
    height: 96px;
  }
  .strategy03 .list a .icon::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 119px;
    height: 98px;
    background: url(../images/icon/i61.png) right top no-repeat;
    background-size: 100% auto;
    content: "";
  }
  .strategy03 .list a .icon img {
    transition: all 0.5s;
    transform: rotateY(0deg);
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .strategy03 .list a b {
    margin-bottom: 10px;
    font-size: 22px;
    color: #0844bd;
    font-weight: bold;
    text-align: center;
  }
  .strategy03 .list a .text {
    font-size: 20px;
    color: #333;
    text-align: center;
  }
  .strategy03 .list a:hover .icon img {
    transition: all 0.5s;
    transform: rotateY(360deg);
  }
  @media (max-width: 1200px) {
    .strategy03 {
      padding: 1.5rem 0 0;
    }
    .strategy03 .t {
      margin-bottom: 1.4rem;
      font-size: 0.7rem;
    }
    .strategy03 .list a {
      padding-bottom: 1.5rem;
      width: 50%;
    }
    .strategy03 .list a .icon {
      margin: 0 auto 0.7rem;
      width: 1.8rem;
      height: 1.8rem;
    }
    .strategy03 .list a .icon::before {
      width: 2.28rem;
      height: 1.88rem;
    }
    .strategy03 .list a b {
      margin-bottom: 0.36rem;
      font-size: 0.55rem;
    }
    .strategy03 .list a .text {
      font-size: 0.5rem;
      line-height: 0.9rem;
    }
  }
  @-webkit-keyframes qh {
    0% {
      -webkit-transform: rotateZ(-360deg);
    }
    100% {
      -webkit-transform: rotateZ(0deg);
    }
  }
  .strategy04 {
    padding: 90px 0;
    background: url(../images/page/strategy04_bac.png) right bottom no-repeat;
    background-size: 46.45% auto;
  }
  .strategy04 .mobile {
    display: none;
  }
  .strategy04 .list a {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    margin: 15px 0;
    width: 25%;
  }
  .strategy04 .list a::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #f7d2d3;
    content: "";
  }
  .strategy04 .list a .bor {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    border-radius: 100%;
    background: #f2f5fc;
  }
  .strategy04 .list a .bor::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #f7d2d3;
    content: "";
  }
  .strategy04 .list a .bor .h {
    width: 100%;
    padding-bottom: 100%;
  }
  .strategy04 .list a .bor em {
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 1;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    border: #0844bc 1px dashed;
    animation: qh 12s linear infinite;
  }
  .strategy04 .list a .bor .t {
    transition: all 0.5s;
    position: absolute;
    left: 20%;
    top: 20%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 60%;
    color: #0844bc;
    background: #fff;
    border-radius: 100%;
  }
  .strategy04 .list a .bor .t p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
  }
  .strategy04 .list a span {
    position: relative;
    z-index: 2;
    flex: 1;
    height: 13px;
    background: url(../images/icon/i65.png) center no-repeat;
  }
  .strategy04 .list a:nth-child(4n)::before,
  .strategy04 .list a:nth-child(4n) span {
    display: none;
  }
  .strategy04 .list a:nth-child(4n+1) .bor::before {
    left: 50%;
    width: 50%;
  }
  .strategy04 .list a:nth-child(5) span,
  .strategy04 .list a:nth-child(6) span,
  .strategy04 .list a:nth-child(7) span,
  .strategy04 .list a:nth-child(8) span {
    background-image: url(../images/icon/i67.png);
  }
  .strategy04 .list a.on span {
    display: block;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -1px;
    width: 13px;
    height: calc(100% + 28px);
    background: url(../images/icon/i66.png) right center no-repeat;
  }
  .strategy04 .list a.on .circle {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 69%;
    height: calc(100% + 30px);
    border-radius: 0 100% 100% 0;
    border: #f7d2d3 2px solid;
    border-left: none;
    content: "";
  }
  .strategy04 .list a:hover .bor .t {
    color: #fff;
    background: #0844bc;
  }
  @media (max-width: 1200px) {
    .strategy04 {
      padding: 1.8rem 0;
    }
    .strategy04 .pc {
      display: none;
    }
    .strategy04 .mobile {
      display: block;
    }
    .strategy04 .list a {
      display: block;
      margin: 0 0 2rem 16% ;
      width: 42%;
    }
    .strategy04 .list a .bor {
      width: 100%;
    }
    .strategy04 .list a .bor::before {
      width: 50%;
    }
    .strategy04 .list a .bor .t p {
      font-size: 0.48rem;
      line-height: 0.66rem;
    }
    .strategy04 .list a span {
      position: absolute;
      left: 100%;
      top: 0;
      width: calc(92vw * 0.16);
      height: 100%;
      background-size: auto 10px;
    }
    .strategy04 .list a:nth-child(4n)::before,
    .strategy04 .list a:nth-child(4n) span {
      display: block;
    }
    .strategy04 .list a:nth-child(4n+1) .bor::before {
      left: 0%;
      width: 100%;
    }
    .strategy04 .list a:nth-child(2n + 1) {
      margin-left: 0;
    }
    .strategy04 .list a:nth-child(2n + 1) .bor::before {
      left: 50%;
    }
    .strategy04 .list a:nth-child(2)::before,
    .strategy04 .list a:nth-child(3)::before,
    .strategy04 .list a:nth-child(6)::before {
      display: none;
    }
    .strategy04 .list a:nth-child(2) span,
    .strategy04 .list a:nth-child(3) span,
    .strategy04 .list a:nth-child(6) span {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 2rem;
      background: url(../images/icon/i68.png) center repeat-y;
    }
    .strategy04 .list a:nth-child(2) span::before,
    .strategy04 .list a:nth-child(3) span::before,
    .strategy04 .list a:nth-child(6) span::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/icon/i66.png) center no-repeat;
      background-size: 10px auto;
      content: "";
    }
    .strategy04 .list a:nth-child(3) .bor::before {
      width: 100%;
    }
    .strategy04 .list a:nth-child(4) span,
    .strategy04 .list a:nth-child(8) span {
      left: auto;
      right: 100%;
      width: calc(92vw * 0.16);
      background-image: url(../images/icon/i67.png);
    }
    .strategy04 .list a:nth-child(5) span {
      background-image: url(../images/icon/i65.png);
    }
    .strategy04 .list a:nth-child(7) {
      margin-bottom: 0;
    }
    .strategy04 .list a:nth-child(7) .bor::before {
      width: 100%;
    }
    .strategy04 .list a:nth-child(7) span {
      display: none;
    }
    .strategy04 .list a:last-child {
      margin-bottom: 0;
    }
  }
  .strategy05 {
    padding-top: 100px;
  }
  .strategy05 .mode1 {
    position: relative;
    margin-top: 70px;
    width: 100%;
    height: 680px;
    background: url(../images/page/gardenArea01_bac1s.png) bottom center no-repeat;
    background-size: 100% auto;
  }
  .strategy05 .mode1 .pos {
    transition: all 0.5s;
    position: absolute;
  }
  .strategy05 .mode1 .pos .t {
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
  }
  .strategy05 .mode1 .pos .t p {
    padding: 10px 4px;
    min-width: 130px;
    max-width: 142px;
    line-height: 22px;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: #f6f9ff;
    border-radius: 10px;
    border: #90a7d4 1px dashed;
  }
  .strategy05 .mode1 .pos .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 130px;
    height: 130px;
  }
  .strategy05 .mode1 .pos .img::before {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: #88abe2 1px dashed;
    content: "";
  }
  .strategy05 .mode1 .pos .img img {
    width: 110px;
    height: 110px;
  }
  .strategy05 .mode1 .pos .lie {
    margin: 0 auto;
    width: 1px;
    height: 140px;
    background: url(../images/icon/i69.png) center repeat-y;
  }
  .strategy05 .mode1 .pos:hover {
    transition: all 0.5s;
    margin-top: -20px;
  }
  .strategy05 .mode1 .pos:hover .img::before {
    animation: qh 16s linear infinite;
  }
  .strategy05 .mode1 .pos1 {
    top: 0;
    left: 0%;
  }
  .strategy05 .mode1 .pos1 .lie {
    height: 313px;
  }
  .strategy05 .mode1 .pos2 {
    top: 75px;
    left: 12.2%;
  }
  .strategy05 .mode1 .pos2 .lie {
    height: 130px;
  }
  .strategy05 .mode1 .pos3 {
    top: 0;
    left: 25.7%;
  }
  .strategy05 .mode1 .pos3 .lie {
    height: 180px;
  }
  .strategy05 .mode1 .pos4 {
    top: 75px;
    left: 38.5%;
  }
  .strategy05 .mode1 .pos4 .lie {
    height: 95px;
  }
  .strategy05 .mode1 .pos5 {
    top: 0;
    left: 51.3%;
  }
  .strategy05 .mode1 .pos5 .lie {
    height: 156px;
  }
  .strategy05 .mode1 .pos6 {
    top: 75px;
    left: 63.8%;
  }
  .strategy05 .mode1 .pos6 .lie {
    height: 120px;
  }
  .strategy05 .mode1 .pos7 {
    top: 0;
    left: 76.5%;
  }
  .strategy05 .mode1 .pos7 .lie {
    height: 228px;
  }
  .strategy05 .mode1 .pos8 {
    top: 75px;
    left: 89%;
  }
  .strategy05 .mode1 .pos8 .lie {
    height: 226px;
  }
  @media (max-width: 1645px) {
    .strategy05 .mode1 {
      height: 630px;
    }
  }
  @media (max-width: 1200px) {
    .strategy05 {
      padding-top: 1.5rem;
    }
    .strategy05 .mode1 {
      margin-top: 1.1rem;
      height: 14.3rem;
      background: url(../images/mobile/page/gardenArea01_bac1s.png) bottom center no-repeat;
      background-size: 100% auto;
    }
    .strategy05 .mode1 .pos .t {
      margin-bottom: 0.26rem;
    }
    .strategy05 .mode1 .pos .t p {
      padding: 0.2rem 0.1rem;
      width: 2.4rem;
      min-width: 1rem;
      max-width: 3rem;
      line-height: 0.6rem;
      font-size: 0.44rem;
      border-radius: 0.2rem;
    }
    .strategy05 .mode1 .pos .img {
      width: 2.6rem;
      height: 2.6rem;
    }
    .strategy05 .mode1 .pos .img::before {
      animation: qh 16s linear infinite;
    }
    .strategy05 .mode1 .pos .img img {
      width: 2.2rem;
      height: 2.2rem;
    }
    .strategy05 .mode1 .pos .lie {
      height: 1.6rem;
    }
    .strategy05 .mode1 .pos1 {
      top: 0rem;
      left: 0;
    }
    .strategy05 .mode1 .pos2 {
      top: 5.4rem;
      left: 0rem;
    }
    .strategy05 .mode1 .pos3 {
      top: 3rem;
      left: 2.8rem;
    }
    .strategy05 .mode1 .pos3 .lie {
      height: 3.2rem;
    }
    .strategy05 .mode1 .pos4 {
      top: 0rem;
      left: 5.6rem;
    }
    .strategy05 .mode1 .pos5 {
      top: 5.4rem;
      left: 5.6rem;
    }
    .strategy05 .mode1 .pos5 .lie {
      height: 0.8rem;
    }
    .strategy05 .mode1 .pos6 {
      top: 3rem;
      left: 8.4rem;
    }
    .strategy05 .mode1 .pos6 .lie {
      height: 3.2rem;
    }
    .strategy05 .mode1 .pos7 {
      top: 0rem;
      left: 11.2rem;
    }
    .strategy05 .mode1 .pos8 {
      top: 5.4rem;
      left: 11.2rem;
    }
  }
  /*解决方案 点位图*/
  .solution02 .next {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .solution02 .pic {
    position: relative;
    max-width: 100%;
  }
  .solution02 .pic img {
    max-width: 100%;
  }
  .solution02 .pic .pos {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    cursor: pointer;
  }
  .solution02 .pic .pos .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: rgba(239, 28, 35, 0.15);
  }
  .solution02 .pic .pos .dot i {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ef1c23;
  }
  .solution02 .pic .pos .posText {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding-top: 20px;
  }
  .solution02 .pic .pos .posText .bor {
    transition: all 0.5s;
    padding: 10px 20px;
    min-width: 200px;
    background: #fff;
    border: #0844bc 1px solid;
  }
  .solution02 .pic .pos .posText a {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
  }
  .solution02 .pic .pos .posText a::after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ef1c23;
    content: "";
  }
  .solution02 .pic .pos .posText a:hover {
    color: #0844bc;
  }
  .solution02 .pic .pos:hover {
    z-index: 3;
  }
  .solution02 .pic .pos:hover .dot {
    background-color: #e5ecfe;
  }
  .solution02 .pic .pos:hover .dot i {
    background: #0844bc;
  }
  .solution02 .pic .pos:hover .posText {
    display: block;
  }
  .solution02 .pic .pos:hover .posText .bor {
    transition: all 0.5s;
    box-shadow: 0 0 20px rgba(8, 68, 188, 0.15);
  }
  .solution02 .bitmap1 .pos1 {
    left: 8.8%;
    top: 56.5%;
  }
  .solution02 .bitmap1 .pos2 {
    left: 18.1%;
    top: 26.5%;
  }
  .solution02 .bitmap1 .pos3 {
    left: 67%;
    top: 16.9%;
  }
  .solution02 .bitmap1 .pos4 {
    left: 91.7%;
    top: 38.3%;
  }
  .solution02 .bitmap1 .pos5 {
    left: 96.1%;
    top: 44.5%;
  }
  .solution02 .bitmap1 .pos6 {
    left: 91.3%;
    top: 65.5%;
  }
  .solution02 .bitmap2 .pos1 {
    left: 13.8%;
    top: 49.6%;
  }
  .solution02 .bitmap2 .pos2 {
    left: 35.6%;
    top: 49.6%;
  }
  .solution02 .bitmap2 .pos3 {
    left: 53%;
    top: 49.6%;
  }
  .solution02 .bitmap2 .pos4 {
    left: 60.9%;
    top: 27.3%;
  }
  .solution02 .bitmap3 .pos1 {
    left: 16.8%;
    top: 33.6%;
  }
  .solution02 .bitmap3 .pos2 {
    left: 21.26%;
    top: 92.6%;
  }
  .solution02 .bitmap3 .pos3 {
    left: 31.7%;
    top: 69.6%;
  }
  .solution02 .bitmap3 .pos4 {
    left: 37.5%;
    top: 32.6%;
  }
  .solution02 .bitmap4 .pos1 {
    left: 21.5%;
    top: 40.6%;
  }
  .solution02 .bitmap4 .pos2 {
    left: 41.26%;
    top: 23.6%;
  }
  .solution02 .bitmap4 .pos3 {
    left: 56.7%;
    top: 78.6%;
  }
  @media (max-width: 1200px) {
    .solution02 .next {
      margin-top: 1.1rem;
    }
    .solution02 .pic .pos {
      display: none;
    }
  }
  