.mobile {
    display: none;
  }
  .pageBanner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 580px;
    overflow: hidden;
  }
  .pageBanner .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pageBanner .pic i {
    width: 100%;
    height: 100%;
  }
  .pageBanner .pos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .pageBanner .pos .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pageBanner .pos b {
    padding: 0 20px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background: #cc0010;
  }
  .pageBanner .pos p {
    margin-top: 30px;
    font-size: 32px;
    font-weight: bold;
  }
  .pageBanner .add {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    color: #fff;
  }
  .pageBanner .add a {
    color: #fff;
  }
  /*面包屑*/
  .add {
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size: 16px;
    color: #666;
  }
  .add a {
    float: left;
    color: #666;
  }
  .add a:hover {
    color: #cc0010;
  }
  .add i {
    float: left;
    margin: 0 12px;
  }
  .twoNav {
      position: relative;
      z-index: 2;
    transition: all 0.5s;
    width: 100%;
  }
  .twoNav.noHover .twoNavHover{
      display: none !important;
  }
  .twoNav .swiper {
      z-index: 2;
    transition: all 0.5s;
    line-height: 80px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  .twoNav .swiper .swiper-pagination {
    position: absolute;
    display: flex;
    bottom: 0;
    margin-top: 0;
    height: 1px;
    opacity: 0;
  }
  .twoNav .swiper-pagination-lock + .swiper-wrapper {
    justify-content: center;
  }
  .twoNav .swiper-slide {
    justify-content: center;
    width: auto;
    font-size: 16px;
    color: #333;
  }
  .twoNav .swiper-slide p {
    position: relative;
    margin: 0 50px;
  }
  .twoNav .swiper-slide p::before {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #cc0010;
    content: "";
  }
  .twoNav .swiper-slide:last-child::before {
    display: none;
  }
  .twoNav .swiper-slide.cur,
  .twoNav .swiper-slide:hover {
    color: #cc0010;
  }
  .twoNav .swiper-slide.cur p,
  .twoNav .swiper-slide:hover p {
    font-weight: bold;
  }
  .twoNav .swiper-slide.cur p::before,
  .twoNav .swiper-slide:hover p::before {
    transition: all 0.5s;
    width: 100%;
  }
  .twoNavHover{
      display: none;
      position: absolute;
      left: 0;
      top: 70px;
      z-index: 3;
      padding-top: 10px;
      width: 100%;
      
  }
  .twoNavHover .lie{
      height: 70px;
      background: #f6f6f6;
      border-top: 1px solid #dcdcdc;
  }
  .twoNavHover .mode{
      display: none;
      justify-content: center;
      width: 100%;
  }
  .twoNavHover .mode.on{
      display: flex;
  }
  .twoNavHover .mode a{
      margin: 0 30px;
      padding: 10px 20px;
      line-height: 50px;
      font-size: 16px;
      color: #333;
      text-align: center;
  }
  .twoNavHover .mode a:hover{
      transition: all 0.5s;
      color: #cc0010;
      font-weight: bold;
  }
  .threeNav {
    transition: all 0.5s;
    width: 100%;
    background: #f6f6f6;
  }
  .threeNav .swiper {
    padding: 10px 0;
  }
  .threeNav .swiper .swiper-pagination {
    position: absolute;
    display: flex;
    bottom: 0;
    margin-top: 0;
    height: 1px;
    opacity: 0;
  }
  .threeNav .swiper-pagination-lock + .swiper-wrapper {
    justify-content: center;
  }
  .threeNav .swiper-slide {
    justify-content: center;
    margin: 0 30px;
    width: auto;
    line-height: 50px;
    font-size: 16px;
    color: #333;
  }
  .threeNav .swiper-slide p {
    padding: 0 20px;
    text-align: center;
  }
  .threeNav .swiper-slide.cur,
  .threeNav .swiper-slide:hover {
    color: #cc0010;
  }
  .threeNav .swiper-slide.cur p,
  .threeNav .swiper-slide:hover p {
    font-weight: bold;
  }
  .threeNav .swiper-slide.cur p::before,
  .threeNav .swiper-slide:hover p::before {
    transition: all 0.5s;
    width: 100%;
  }
  .padTop {
    padding-top: 90px;
  }
  .padBot {
    padding-bottom: 90px;
  }
  .padTopBot {
    padding: 90px 0;
  }
  .more {
    color: #cc0010;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 160px;
  }
  .more .moreText {
    font-size: 16px;
  }
  .more .MoreImg {
    margin-left: 12px;
    position: relative;
  }
  .more .MoreImg .MoreIcon {
    width: 8px;
    display: flex;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .more .MoreImg .MoreIcon img {
    width: 100%;
  }
  .more .MoreImg::after {
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(calc(-50%));
    width: 0;
    height: 2px;
    background: #d61418;
    content: '';
  }
  .more:hover .MoreIcon {
    left: 20px;
  }
  .more:hover .MoreImg::after {
    width: 20px;
  }
  .more.red {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-size: 18px;
    color: #fff;
    background: #cc0010;
  }
  .more.red .MoreImg {
    /* margin-left: 24px; */
  }
  .more.red .MoreImg::after {
    left: 7px;
    background: #fff;
  }
  .more.red .MoreImg .MoreIcon {
    width: 8px;
  }
  .swiper .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .swiper .swiper-pagination.swiper-pagination-lock {
    display: none;
  }
  .swiper .swiper-pagination span {
    transition: all 0.5s;
    opacity: 1;
    margin: 0 5px !important;
    width: 36px;
    height: 3px;
    background: #e5e5e5;
    border-radius: 0;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #cc0010;
  }
  /*=== 分页 ===*/
  .page-items2 {
    margin-top: 35px;
  }
  .pagePart {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-item,
  .page-info {
    transition: all 0.5s;
    position: relative;
    text-align: center;
    margin: 0 12px;
    border: rgba(220, 220, 220, 0) 1px solid;
  }
  .page-item span,
  .page-info span,
  .page-item a,
  .page-info a {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
  }
  .page-item::after,
  .page-info::after,
  .page-item::before,
  .page-info::before {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
  }
  .page-item::after,
  .page-info::after {
    right: -1px;
    top: -1px;
    background: url(../images/icon/icon-17.png) right top no-repeat;
  }
  .page-item::before,
  .page-info::before {
    left: -1px;
    bottom: -1px;
    background: url(../images/icon/icon-18.png) left bottom no-repeat;
  }
  .page-item.active,
  .page-info.active,
  .page-item:hover,
  .page-info:hover {
    transition: all 0.5s;
    border: #dcdcdc 1px solid;
  }
  .page-item.active::after,
  .page-info.active::after,
  .page-item:hover::after,
  .page-info:hover::after,
  .page-item.active::before,
  .page-info.active::before,
  .page-item:hover::before,
  .page-info:hover::before {
    transition: all 0.5s;
    opacity: 1;
  }
  .page-item:first-child,
  .page-item:first-child {
    background: url(../images/icon/icon-15ss.png) center no-repeat;
  }
  .page-item:first-child::after,
  .page-item:first-child::after,
  .page-item:first-child::before,
  .page-item:first-child::before {
    display: none;
  }
  .page-item:first-child:hover {
    border: rgba(220, 220, 220, 0) 1px solid;
    background-image: url(../images/icon/icon-15.png);
  }
  .page-item:last-child,
  .page-item:last-child {
    background: url(../images/icon/icon-16ss.png) center no-repeat;
  }
  .page-item:last-child::after,
  .page-item:last-child::after,
  .page-item:last-child::before,
  .page-item:last-child::before {
    display: none;
  }
  .page-item:last-child:hover {
    border: rgba(220, 220, 220, 0) 1px solid;
    background-image: url(../images/icon/icon-16.png);
  }
  @media (max-width: 1200px) {
    .pc {
      display: none;
    }
    .mobile {
      display: block;
    }
    .pageBanner {
      height: 13.6rem;
    }
    .pageBanner .pos b {
      padding: 0 0.3rem;
      line-height: 1.05rem;
      font-size: 0.52rem;
    }
    .pageBanner .pos p {
      margin-top: 0.7rem;
      font-size: 0.7rem;
    }
    .pageBanner .add {
      bottom: 0.5rem;
    }
    /*面包屑*/
    .add {
      line-height: 1rem;
      font-size: 0.52rem;
    }
    .add i {
      margin: 0 0.2rem;
    }
    .twoNav .swiper {
      line-height: 2rem;
    }
    .twoNav .swiper-slide {
      font-size: 0.6rem;
    }
    .twoNav .swiper-slide p {
      margin: 0 1rem;
    }
    .twoNavHover{
      display:none !important;
    }
    .threeNav .swiper {
      padding: 0.5rem 0;
    }
    .threeNav .swiper-slide {
      margin: 0 0.5rem;
      line-height: 1rem;
      font-size: 0.56rem;
    }
    .threeNav .swiper-slide p {
      padding: 0 0.7rem;
    }
    .padTop {
      padding-top: 1.6rem;
    }
    .padBot {
      padding-bottom: 1.6rem;
    }
    .padTopBot {
      padding: 1.6rem 0;
    }
    .more {
      justify-content: center;
      width: 4.6rem;
    }
    .more .moreText {
      font-size: 0.48rem;
    }
    .more .MoreImg {
      margin-left: 10px;
    }
    .more .MoreImg .MoreIcon {
      width: 0.3rem;
    }
    .more .MoreImg::after {
      height: 2px;
      left: 8px;
    }
    .more:hover .MoreIcon {
      left: 0;
    }
    .more:hover .MoreImg::after {
      width: 0;
    }
    .more.red {
      width: 4.6rem;
      height: 1.2rem;
      font-size: 0.48rem;
    }
    .more.red .MoreImg {
      margin-left: 0.4rem;
    }
    .more.red .MoreImg::after {
      left: 0;
    }
    .more.red .MoreImg .MoreIcon {
      width: 0.2rem;
    }
    .swiper .swiper-pagination {
      position: relative;
      left: auto;
      bottom: auto;
      display: flex;
      justify-content: center;
      margin-top: 0.9rem;
    }
    .swiper .swiper-pagination span {
      transition: all 0.5s;
      opacity: 1;
      margin: 0 0.1rem !important;
      width: 0.5rem;
      height: 2px;
      background: #e5e5e5;
      border-radius: 0;
    }
    .swiper .swiper-pagination .swiper-pagination-bullet-active {
      background: #cc0010;
    }
    /*=== 分页 ===*/
    .page-items2 {
      margin-top: 0.2rem;
    }
    .pagePart {
      margin: 0 auto;
      max-width: 750px;
    }
    .page-item,
    .page-info {
      margin: 0;
    }
    .page-item span,
    .page-info span,
    .page-item a,
    .page-info a {
      width: 1.2rem;
      height: 1.2rem;
      line-height: 1.2rem;
      font-size: 0.56rem;
    }
    .page-item::after,
    .page-info::after,
    .page-item::before,
    .page-info::before {
      background-size: 0.3rem auto;
    }
    .page-item:first-child,
    .page-item:first-child,
    .page-item:last-child,
    .page-item:last-child {
      background-size: 0.2rem auto;
    }
  }
  /*===== p2-1公司新闻 =====*/
  .new01 {
    background: #f4f4f4;
  }
  .new01 .swiper-slide {
    margin: 0 50px 0 100px;
    width: 69%;
    background: #fff;
  }
  .new01 .swiper-slide .pic {
    width: 55%;
    height: 388px;
    overflow: hidden;
  }
  .new01 .swiper-slide .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .new01 .swiper-slide .text {
    float: right;
    transition: all 0.8s;
    margin: 56px 5% 0;
    width: 35%;
  }
  .new01 .swiper-slide .text b {
    margin-bottom: 28px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .new01 .swiper-slide .text span {
    margin-bottom: 20px;
    font-size: 18px;
    color: #cc0010;
    font-weight: bold;
    font-family: "DINProBold";
  }
  .new01 .swiper-slide .text p {
    margin-bottom: 36px;
    height: 90px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
  }
  .new01 .swiper-slide .text .more {
    justify-content: left;
    font-family: "DINProBold";
  }
  .new01 .swiper-slide:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.06);
  }
  .new01 .swiper-slide:hover .text b {
    color: #cc0010;
  }
  .new01 .swiper-pagination {
    display: none;
  }
  .new01 .swiper-button-prev,
  .new01 .swiper-button-next {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .new01 .swiper-button-prev {
    left: 0;
    background: #fff url(../images/icon/icon-15.png) no-repeat center;
    background-size: 8px auto;
  }
  .new01 .swiper-button-next {
    right: 0;
    left: calc(100px + 69% + 45px);
    background: #cc0010 url(../images/icon/icon-16s.png) no-repeat center;
    background-size: 8px auto;
  }
  @media (max-width: 1200px) {
    .new01 .swiper-slide {
      margin: 0;
      width: 100%;
    }
    .new01 .swiper-slide .pic {
      width: 100%;
      height: 7.76rem;
    }
    .new01 .swiper-slide .text {
      box-sizing: border-box;
      margin: 1rem 6%;
      width: 88%;
    }
    .new01 .swiper-slide .text b {
      margin-bottom: 0.8rem;
      height: 1rem;
      line-height: 1rem;
      font-size: 0.66rem;
    }
    .new01 .swiper-slide .text span {
      margin-bottom: 0.76rem;
      font-size: 0.5rem;
    }
    .new01 .swiper-slide .text p {
      margin-bottom: 0;
      height: 3rem;
      line-height: 1rem;
      font-size: 0.56rem;
    }
    .new01 .swiper-slide .text .more {
      display: none;
    }
    .new01 .swiper-button-prev,
    .new01 .swiper-button-next {
      display: none;
    }
  }
  .new02 {
    background: #fff;
  }
  .new02 .list {
    display: flex;
    flex-wrap: wrap;
  }
  .new02 .list a {
    position: relative;
    margin: 0 3.125% 50px 0;
    width: 31.25%;
    border-bottom: #e1e1e1 1px solid;
  }
  .new02 .list a:nth-child(3n) {
    margin-right: 0;
  }
  .new02 .list a::before {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #cc0212;
    content: "";
  }
  .new02 .list a .pic {
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .new02 .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .new02 .list a .text {
    margin-bottom: 40px;
  }
  .new02 .list a .text b {
    margin-bottom: 20px;
    height: 70px;
    line-height: 35px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
  }
  .new02 .list a .text span {
    margin-bottom: 20px;
    font-size: 18px;
    color: #cc0010;
    font-weight: bold;
    font-family: "DINProBold";
  }
  .new02 .list a .text p {
    margin-bottom: 30px;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
  }
  .new02 .list a .text .more {
    justify-content: left;
    font-family: "DINProBold";
  }
  .new02 .list a:hover::before {
    transition: all 0.5s;
    width: 100%;
  }
  .new02 .list a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.06);
  }
  @media (max-width: 1200px) {
    .new02 .list a {
      margin: 0 0 1.2rem 0;
      width: 100%;
      border-bottom: #e1e1e1 1px solid;
    }
    .new02 .list a .pic {
      margin-bottom: 1rem;
      height: 7.76rem;
    }
    .new02 .list a .text {
      margin-bottom: 1.2rem;
    }
    .new02 .list a .text b {
      margin-bottom: 0.8rem;
      height: 2rem;
      line-height: 1rem;
      font-size: 0.66rem;
    }
    .new02 .list a .text span {
      margin-bottom: 0.76rem;
      font-size: 0.5rem;
    }
    .new02 .list a .text p {
      margin-bottom: 0;
      height: 2rem;
      line-height: 1rem;
      font-size: 0.56rem;
    }
    .new02 .list a .text .more {
      display: none;
    }
  }
  /*===== p2-3新闻详情 =====*/
  .NewDetail {
    position: relative;
    padding-top: 140px;
  }
  .NewDetail .add {
    padding: 20px 0;
    background: #f6f6f6;
  }
  .NewDetail01 .title {
    padding: 0 0 10px;
    line-height: 45px;
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .NewDetail01 .cen {
    position: relative;
    z-index: 2;
    padding: 18px 0 29px;
    width: 100%;
    text-align: center;
    border-bottom: #e5e5e5 1px solid;
  }
  .NewDetail01 .cen .cen_box {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 30px;
    color: #999;
    font-size: 16px;
  }
  .NewDetail01 .cen .cen_box i {
    margin: 0 30px;
  }
  .NewDetail01 .cen .cen_box div {
    display: flex;
    justify-content: center;
  }
  .NewDetail01 .cen span.big,
  .NewDetail01 .cen span.middle,
  .NewDetail01 .cen span.small {
    width: 39px;
    height: 30px;
    cursor: pointer;
  }
  .NewDetail01 .cen span.big {
    background: url(../images/icon/icon_34.png) center no-repeat;
  }
  .NewDetail01 .cen span.big:hover,
  .NewDetail01 .cen span.big.cur {
    background-image: url(../images/icon/icon_34s.png);
  }
  .NewDetail01 .cen span.middle {
    background: url(../images/icon/icon_35.png) center no-repeat;
  }
  .NewDetail01 .cen span.middle:hover,
  .NewDetail01 .cen span.middle.cur {
    background-image: url(../images/icon/icon_35s.png);
  }
  .NewDetail01 .cen span.small {
    background: url(../images/icon/icon_36.png) center no-repeat;
  }
  .NewDetail01 .cen span.small:hover,
  .NewDetail01 .cen span.small.cur {
    background-image: url(../images/icon/icon_36s.png);
  }
  .NewDetail01 .text {
    margin: 30px auto 0;
    min-height: 300px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    word-wrap: break-word;
    word-break: normal;
  }
  .NewDetail01 .text p {
    
    text-align: justify;
  }
  .NewDetail01 .text p:has(img) {
    text-indent: 0em;
  }
  .NewDetail01 .text img,
  .NewDetail01 .text video {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    height: auto !important;
  }
  .NewDetail01 .text span,
  .NewDetail01 .text i,
  .NewDetail01 .text em,
  .NewDetail01 .text a,
  .NewDetail01 .text b {
    display: inline;
  }
  .NewDetail01 .text table {
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .NewDetail01 .text table span,
  .NewDetail01 .text table i,
  .NewDetail01 .text table em,
  .NewDetail01 .text table a,
  .NewDetail01 .text table b {
    white-space: pre-wrap;
  }
  .NewDetail01 .text table td {
    padding: 0 2px !important;
    width: auto !important;
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
  }
  .NewDetail01 .text table p {
    line-height: 26px;
    text-indent: 0em;
    text-align: inherit;
  }
  .NewDetail01 .bot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    position: relative;
  }
  .NewDetail01 .bot .up {
    width: calc(50% - 51px);
  }
  .NewDetail01 .bot .up a {
    display: flex;
    font-size: 18px;
    line-height: 50px;
    color: #666;
  }
  .NewDetail01 .bot .up a span {
    color: #cc0010;
  }
  .NewDetail01 .bot .up a .busyTitle {
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .NewDetail01 .bot .up a .arrows {
    transition: all 0.5s;
    position: relative;
    display: flex;
    align-items: center;
    width: 0;
  }
  .NewDetail01 .bot .up a .arrows .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }
  .NewDetail01 .bot .up a .arrows .icon img {
    width: 100%;
  }
  .NewDetail01 .bot .up a .arrows em {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #d61418;
  }
  .NewDetail01 .bot .up a:hover .arrows {
    transition: all 0.5s;
    width: 20px;
  }
  .NewDetail01 .bot .up a.fr .arrows {
    margin-right: 30px;
  }
  .NewDetail01 .bot .up a.fr .arrows .icon {
    left: 0;
  }
  .NewDetail01 .bot .up a.fr .arrows em {
    left: 0;
  }
  .NewDetail01 .bot .up a.fl .arrows {
    margin-left: 30px;
  }
  .NewDetail01 .bot .up a.fl .arrows .icon {
    right: 0;
  }
  .NewDetail01 .bot .up a.fl .arrows em {
    right: 0;
  }
  .NewDetail01 .bot .lie {
    margin: 0 50px;
    width: 2px;
    height: 30px;
    background: #da1e1e;
  }
  @media (max-width: 1200px) {
    .NewDetail {
      padding-top: 1.9rem;
    }
    .NewDetail .add {
      padding: 0.5rem 0;
    }
    .NewDetail01 .title {
      padding: 0 0 0.2rem;
      line-height: 1.26rem;
      font-size: 0.88rem;
    }
    .NewDetail01 .cen {
      padding: 0.5rem 0;
    }
    .NewDetail01 .cen .cen_box {
      flex-wrap: wrap;
      line-height: 0.8rem;
      font-size: 0.56rem;
    }
    .NewDetail01 .cen .cen_box i {
      margin: 0.2rem 0.6rem;
    }
    .NewDetail01 .cen .cen_box span {
      margin: 0.2rem 0;
    }
    .NewDetail01 .cen span.big,
    .NewDetail01 .cen span.middle,
    .NewDetail01 .cen span.small {
      width: 1.4rem;
      height: 0.8rem;
    }
    .NewDetail01 .cen span.big {
      background-size: 0.54rem auto;
    }
    .NewDetail01 .cen span.middle {
      background-size: 0.42rem auto;
    }
    .NewDetail01 .cen span.small {
      background-size: 0.54rem auto;
    }
    .NewDetail01 .text {
      margin: 1rem 0 0;
      min-height: 5rem;
      font-size: 0.56rem;
      line-height: 0.92rem;
      overflow-x: auto;
    }
    .NewDetail01 .text img,
    .NewDetail01 .text video {
      display: block;
      margin: 0.2rem auto;
      max-width: 100%;
    }
    .NewDetail01 .text table p {
      line-height: 0.92rem;
    }
    .NewDetail01 .bot {
      flex-wrap: wrap;
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: #e5e5e5 1px solid;
    }
    .NewDetail01 .bot .up {
      width: 100%;
    }
    .NewDetail01 .bot .up a {
      margin: 0.3rem 0;
      width: 100%;
      font-size: 0.56rem;
      line-height: 1rem;
      color: #666;
    }
    .NewDetail01 .bot .up a .busyTitle {
      flex: 1;
      max-width: 350px;
    }
    .NewDetail01 .bot .up a .arrows {
      display: none;
    }
    .NewDetail01 .bot .lie {
      display: none;
    }
  }
  /*===== p3-1-0 产品聚合 =====*/
  .product .ind04 {
    margin-top: 0;
  }
  .product .ind04 .productSwiper {
    margin-top: 0;
  }
  .product .ind04 .productSwiper .swiper-slide .productList {
    margin: 0 0 55px;
  }
  @media (max-width: 1200px) {
    .product .ind04 .productSwiper .swiper-slide .productList {
      margin-bottom: 0.6rem;
    }
  }
  /*===== p3-1-1产品类别 =====*/
  .category .title p {
    margin-bottom: 80px;
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
  .category01 {
    background: #f4f4f4 url(../images/page/category01_bac.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .category01 .top .next {
    display: flex;
    flex-direction: row-reverse;
  }
  .category01 .top .next .left {
    display: flex;
    justify-content: center;
    width: 50%;
  }
  .category01 .top .next .left .bor {
    width: 62.5%;
    min-width: 500px;
  }
  .category01 .top .next .left dl {
    margin-bottom: 50px;
  }
  .category01 .top .next .left dl:last-child {
    margin-bottom: 0;
  }
  .category01 .top .next .left dt {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .category01 .top .next .left dt .icon {
    margin-right: 12px;
    width: 31px;
    height: 31px;
  }
  .category01 .top .next .left dt .icon img {
    height: 100%;
  }
  .category01 .top .next .left dt b {
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }
  .category01 .top .next .left dd {
    margin-left: 41px;
    font-size: 18px;
    line-height: 36px;
  }
  .category01 .top .next .left dd p {
    margin-bottom: 12px;
  }
  .category01 .top .next .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 450px;
  }
  .category01 .top .next .pic img {
    max-width: 80%;
    max-height: 100%;
  }
  .category01 .bot {
    background: #f4f4f4;
  }
  .category01 .bot .list {
    display: flex;
    align-items: center;
  }
  .category01 .bot .list a {
    display: flex;
    justify-content: center;
    flex: 1;
    font-size: 18px;
    line-height: 90px;
  }
  .category01 .bot .list a p {
    position: relative;
    color: #333;
  }
  .category01 .bot .list a p::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #cc0010;
    transition: all 0.5s;
    content: "";
  }
  .category01 .bot .list a:hover p,
  .category01 .bot .list a.cur p {
    color: #cc0010;
    font-weight: bold;
  }
  .category01 .bot .list a:hover p::after,
  .category01 .bot .list a.cur p::after {
    transition: all 0.5s;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .category .title p {
      margin-bottom: 1.4rem;
      font-size: 0.72rem;
    }
    .category01 {
      background-image: url(../images/mobile/page/category01_bac.jpg);
    }
    .category01 .top .next {
      display: block;
    }
    .category01 .top .next .left {
      width: 100%;
    }
    .category01 .top .next .left .bor {
      width: 100%;
      min-width: 10rem;
    }
    .category01 .top .next .left dl {
      margin-bottom: 1.4rem;
    }
    .category01 .top .next .left dl:last-child {
      margin-bottom: 0;
    }
    .category01 .top .next .left dt {
      margin-bottom: 0.68rem;
    }
    .category01 .top .next .left dt .icon {
      margin-right: 0.36rem;
      width: 0.72rem;
      height: 0.72rem;
    }
    .category01 .top .next .left dt .icon img {
      height: 100%;
    }
    .category01 .top .next .left dt b {
      font-size: 0.6rem;
    }
    .category01 .top .next .left dd {
      margin-left: 1.08rem;
      font-size: 0.54rem;
      line-height: 1rem;
    }
    .category01 .top .next .left dd p {
      margin-bottom: 0;
    }
    .category01 .top .next .pic {
      margin-bottom: 1.5rem;
      width: 100%;
      height: 9.8rem;
    }
    .category01 .top .next .pic img {
      max-width: 90%;
    }
    .category01 .bot .list a {
      font-size: 0.56rem;
      line-height: 1.7rem;
    }
  }
  .category02 .next {
    position: relative;
    height: 800px;
    max-height: 68vh;
    overflow: hidden;
  }
  .category02 .next .mode {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .category02 .next .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
    max-height: 68vh;
    background: #f4f4f4;
  }
  .category02 .next .pic img {
    max-width: 100%;
    max-height: 100%;
  }
  @media (max-width: 1200px) {
    .category02 .next {
      height: auto;
      max-height: 100rem;
    }
    .category02 .next .mode {
      padding: 0.5rem 0;
      position: relative;
      left: auto;
      top: auto;
      background: #f4f4f4;
    }
    .category02 .next .pic {
      height: auto;
      max-height: 100rem;
    }
  }
  .category03 .list {
    display: flex;
    flex-wrap: wrap;
  }
  .category03 .list a {
    transition: all 0.5s;
    margin: 3.125% 3.125% 0 0;
    width: 31.25%;
    background: #f3f3f3;
  }
  .category03 .list a:nth-child(1),
  .category03 .list a:nth-child(2),
  .category03 .list a:nth-child(3) {
    margin-top: 0;
  }
  .category03 .list a:nth-child(3n){
      margin-right: 0;
  }
  .category03 .list a .bor {
    position: relative;
    margin: 36px 10% 30px;
  }
  .category03 .list a i {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 31px;
    background: url(../images/icon/icon-21.png) center center no-repeat;
    background-size: 100% auto;
  }
  .category03 .list a b {
    margin-bottom: 16px;
    width: calc(100% - 50px);
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .category03 .list a p {
    font-size: 16px;
    color: #999;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .category03 .list a:hover {
    transition: all 0.5s;
    background: url(../images/page/category03_bac.png) center center no-repeat;
    background-size: cover;
  }
  .category03 .list a:hover i {
    background-image: url(../images/icon/icon-21s.png);
  }
  .category03 .list a:hover b,
  .category03 .list a:hover p {
    color: #fff;
  }
  @media (max-width: 1200px) {
    .category03 .list.pc {
      display: none;
    }
    .category03 .list a {
      margin: 0 0 0.64rem 0;
      width: 100%;
    }
    .category03 .list a:last-child {
      margin-bottom: 0;
    }
    .category03 .list a .bor {
      margin: 1rem 10%;
    }
    .category03 .list a i {
      width: 1.5em;
      height: 0.94rem;
    }
    .category03 .list a b {
      margin-bottom: 0.4rem;
      width: calc(100% - 2.2rem);
      font-size: 0.62rem;
    }
    .category03 .list a p {
      font-size: 0.52rem;
    }
  }
  .category04 .next {
    position: relative;
    padding: 70px 0;
    background: url(../images/page/category04_bac.jpg) center center no-repeat;
    background-size: cover;
  }
  .category04 .next::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
  }
  .category04 .next .bor {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    height: 360px;
    overflow-y: auto;
  }
  .category04 .next .bor::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .category04 .next .bor::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 2px;
    background-color: #cc0010;
  }
  .category04 .next .bor::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
  }
  .category04 .next .bor .text {
    margin: 0 auto;
    width: 95%;
  }
  .category04 .next p {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: justify;
  }
  @media (max-width: 1200px) {
    .category04 .next {
      padding: 1rem 0;
    }
    .category04 .next .bor {
      width: 96%;
      height: 7rem;
    }
    .category04 .next .bor .text {
      width: 92%;
    }
    .category04 .next p {
      margin-bottom: 0.5rem;
      line-height: 0.8rem;
      font-size: 0.54rem;
    }
  }
  .category05 .w1600 {
    display: flex;
    justify-content: space-between;
  }
  .category05 .next {
    position: relative;
    width: 48.5%;
    height: 360px;
  }
  .category05 .next .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .category05 .next .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .category05 .next .bor {
    position: relative;
    z-index: 2;
    padding: 50px 50px;
  }
  .category05 .next .text b {
    margin-bottom: 15px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
  }
  .category05 .next .text p {
    margin-bottom: 50px;
    height: 90px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
  }
  .category05 .next .more {
    padding-left: 30px;
    line-height: 57px;
    color: #fff;
    background: #cc0010;
    border: #cc0010 1px solid;
  }
  .category05 .next .more .MoreText {
    margin-right: 20px;
  }
  .category05 .next .more .MoreImg::after {
    background: #fff;
  }
  .category05 .next.white .text b,
  .category05 .next.white .text p {
    color: #fff;
  }
  .category05 .next.white .more {
    background: none;
    border: #fff 1px solid;
  }
  .category05 .next:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.06);
  }
  @media (max-width: 1200px) {
    .category05 .w1600 {
      flex-wrap: wrap;
    }
    .category05 .next {
      margin-bottom: 1.8rem;
      width: 100%;
      height: 8rem;
    }
    .category05 .next:last-child {
      margin-bottom: 0;
    }
    .category05 .next .bor {
      padding: 1.5rem 1.2rem 0;
    }
    .category05 .next .text b {
      margin-bottom: 0.4rem;
      font-size: 0.66rem;
    }
    .category05 .next .text p {
      margin-bottom: 0.6rem;
      height: 1.8rem;
      line-height: 0.9rem;
      font-size: 0.54rem;
    }
    .category05 .next .more {
      padding-left: 0;
      line-height: 1.2rem;
      width: 4rem;
    }
    .category05 .next .more .MoreText {
      margin-right: 0;
      font-size: 0.48rem;
    }
    .category05 .next .more .MoreImg {
      margin-left: 0.4rem;
    }
    .category05 .next .more .MoreImg .MoreIcon {
      width: 0.2rem;
    }
  }
  /*===== p3-1-2牌号介绍 =====*/
  .introduce01 .title p {
    margin-bottom: 0;
  }
  .introduce01 .swiper {
    margin-top: 80px;
  }
  .introduce01 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4.4%;
    width: 40%;
    height: 490px;
    border: #dcdcdc 1px solid;
  }
  .introduce01 .swiper-slide .pic {
    box-sizing: border-box;
    width: 70%;
    height: 70%;
    overflow: hidden;
  }
  .introduce01 .swiper-slide .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .introduce01 .swiper-slide:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.06);
  }
  .introduce01 .swiper-slide:hover .text b {
    color: #cc0010;
  }
  .introduce01 .swiper-button-prev,
  .introduce01 .swiper-button-next {
    margin-top: 0;
    top: calc((490px - 58px)*0.5);
    width: 58px;
    height: 58px;
    cursor: pointer;
    border: #dcdcdc 1px solid;
  }
  .introduce01 .swiper-button-prev {
    left: calc(25.6% - 30px);
    background: #fff url(../images/icon/icon-15.png) no-repeat center;
    background-size: 8px auto;
  }
  .introduce01 .swiper-button-next {
    right: calc(25.6% - 30px);
    background: #cc0010 url(../images/icon/icon-16s.png) no-repeat center;
    background-size: 8px auto;
    border: #cc0010 1px solid;
  }
  @media (max-width: 1200px) {
    .introduce01 .swiper {
      margin-top: 1.4rem;
    }
    .introduce01 .swiper-slide {
      margin: 0 4%;
      width: 92%;
      height: 8.7rem;
    }
    .introduce01 .swiper-button-prev,
    .introduce01 .swiper-button-next {
      display: none;
    }
  }
  .introduce02 {
    padding-top: 60px;
  }
  .introduce02 .table_next {
    overflow-x: auto;
  }
  .introduce02 .table_next::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .introduce02 .table_next::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 4px;
    background-color: #cc0010;
  }
  .introduce02 .table_next::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 4px;
    background: #e3e2e2;
  }
  .introduce02 .table_next p img {
    width: auto;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .introduce02 .table_next table {
    border-collapse: collapse;
    border-spacing: 0;
    min-width: calc(100% - 2px);
    background: #f3f3f3;
    border: #f3f3f3 1px solid;
  }
  .introduce02 .table_next table img {
    width: auto;
  }
  .introduce02 .table_next table tr{
    border-bottom:#e8e8e8 1px solid;
  }
  .introduce02 .table_next table tr:nth-child(1){
    border-bottom: none;
  }
  .introduce02 .table_next table tr:nth-child(2n) {
    background: #fff;
  }
  .introduce02 .table_next table tr:nth-child(2n - 1) {
    background: #fff;
  }
  .introduce02 .table_next table tr:first-child,
  .introduce02 .table_next table tr.color {
    background: #cc0010;
    border-bottom: none;
  }
  .introduce02 .table_next table tr:first-child td,
  .introduce02 .table_next table tr.color td {
    color: #fff;
  }
  .introduce02 .table_next table tr:first-child td p,
  .introduce02 .table_next table tr.color td p,
  .introduce02 .table_next table tr:first-child td a,
  .introduce02 .table_next table tr.color td a,
  .introduce02 .table_next table tr:first-child td i,
  .introduce02 .table_next table tr.color td i,
  .introduce02 .table_next table tr:first-child td em,
  .introduce02 .table_next table tr.color td em,
  .introduce02 .table_next table tr:first-child td span,
  .introduce02 .table_next table tr.color td span,
  .introduce02 .table_next table tr:first-child td b,
  .introduce02 .table_next table tr.color td b {
    color: #fff !important;
  }
  .introduce02 .table_next table td {
    word-break: break-all;
    word-wrap: break-word;
    border-right: 0px solid #939598 !important;
    border-bottom: 0px solid #939598 !important;
    border: 0px solid #939598 !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
    color: #333;
    text-align: center;
  }
  .introduce02 .table_next table td a,
  .introduce02 .table_next table td i,
  .introduce02 .table_next table td em,
  .introduce02 .table_next table td span,
  .introduce02 .table_next table td b,
  .introduce02 .table_next table td img {
    display: inline;
    font-family: "Microsoft YaHei" !important;
    font-size: 16px !important;
    color: #333 !important;
  }
  @media (max-width: 1200px) {
    .introduce02 {
      padding-top: 1rem;
    }
    .introduce02 .table_next {
      overflow-x: auto;
    }
    .introduce02 .table_next table td {
      padding: 0.4rem 0.1rem !important;
      font-size: 0.54rem !important;
    }
    .introduce02 .table_next table td a,
    .introduce02 .table_next table td i,
    .introduce02 .table_next table td em,
    .introduce02 .table_next table td span,
    .introduce02 .table_next table td b,
    .introduce02 .table_next table td img {
      font-size: 0.54rem !important;
    }
    .introduce02 .table_next p img {
      width: 100%;
      max-width: 100%;
      margin-top: 0.3rem;
    }
  }
  /*===== p3-2 质量保证 =====*/
  .quality .title {
    margin-bottom: 50px;
    color: #333;
  }
  .quality .title b {
    margin-bottom: 26px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
  }
  .quality .title .text {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
  }
  .quality .title.white {
    color: #fff;
  }
  @media (max-width: 1200px) {
    .quality .title {
      margin: 0 auto 1.4rem;
      width: 90%;
    }
    .quality .title b {
      margin-bottom: 0.8rem;
      line-height: 1.1rem;
      font-size: 0.72rem;
    }
    .quality .title .text {
      font-size: 0.52rem;
      line-height: 1rem;
      text-align: justify;
    }
  }
  .quality01 .next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 88%;
  }
  .quality01 .next .text {
    width: 43%;
  }
  .quality01 .next .text .top {
    margin-bottom: 40px;
  }
  .quality01 .next .text .top b {
    line-height: 48px;
    font-size: 30px;
    color: #cc0010;
    font-weight: bold;
  }
  .quality01 .next .text .bot {
    font-size: 16px;
    line-height: 36px;
    color: #333;
  }
  .quality01 .next .text .bot p{
      text-align: justify;
  }
  .quality01 .next .pic {
    width: 43%;
    height: 400px;
    overflow: hidden;
  }
  .quality01 .next .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .quality01 .next .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.06);
  }
  @media (max-width: 1200px) {
    .quality01 .next {
      flex-wrap: wrap;
      width: 100%;
    }
    .quality01 .next .text {
      width: 100%;
    }
    .quality01 .next .text .top {
      margin-bottom: 1rem;
    }
    .quality01 .next .text .top b {
      line-height: 1.1rem;
      font-size: 0.72rem;
    }
    .quality01 .next .text .bot {
      margin-bottom: 1.3rem;
      font-size: 0.52rem;
      line-height: 1rem;
    }
    .quality01 .next .pic {
      width: 100%;
      height: 9.6rem;
    }
  }
  .quality02 .next {
    display: flex;
    justify-content: space-evenly;
    padding: 80px 0;
    background: url(../images/page/quality02_bac.jpg) no-repeat center;
    background-size: cover;
  }
  .quality02 .next .mode {
    width: 35%;
    color: #fff;
    text-align: center;
  }
  .quality02 .next .mode i {
    opacity: 0.5;
    font-size: 48px;
    font-weight: bold;
  }
  .quality02 .next .mode b {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
  }
  .quality02 .next .mode .text {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
  }
  @media (max-width: 1200px) {
    .quality02 .next {
      flex-wrap: wrap;
      padding: 1.5rem 5% 0;
      background-image: url(../images/mobile/page/quality02_bac.jpg);
    }
    .quality02 .next .mode {
      margin-bottom: 1.5rem;
      width: 100%;
    }
    .quality02 .next .mode i {
      font-size: 1rem;
    }
    .quality02 .next .mode b {
      margin-bottom: 1rem;
      font-size: 0.6rem;
    }
    .quality02 .next .mode .text {
      font-size: 0.52rem;
      line-height: 1rem;
    }
  }
  .quality03 .list {
    display: flex;
    flex-wrap: wrap;
  }
  .quality03 .list .mode {
    margin-bottom: 30px;
    width: calc(100% / 3);
  }
  .quality03 .list .mode .bor {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 35px;
    height: 100%;
  }
  .quality03 .list .mode .tit {
    margin-bottom: 18px;
    width: 100%;
    height: 69px;
    line-height: 69px;
    position: relative;
    background: #cc0010;
  }
  .quality03 .list .mode .tit i {
    position: absolute;
    top: 0;
    width: 27px;
    height: 100%;
  }
  .quality03 .list .mode .tit .i1 {
    left: 0;
    background: url(../images/icon/icon-24s.png) top right no-repeat;
    background-size: 100% 100%;
  }
  .quality03 .list .mode .tit .i2 {
    right: -27px;
    background: url(../images/icon/icon-24.png) top left no-repeat;
    background-size: 100% 100%;
  }
  .quality03 .list .mode .tit b {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .quality03 .list .mode .text {
    flex-grow: 1;
    padding: 40px 10%;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    background: #f6f6f6;
    text-align: justify;
  }
  .quality03 .list .mode .text p i {
    display: inline;
    color: #cc0010;
    font-weight: bold;
  }
  @media (max-width: 1200px) {
    .quality03 .list {
      flex-wrap: wrap;
    }
    .quality03 .list .mode {
      margin-bottom: 1.5rem;
      width: 100%;
    }
    .quality03 .list .mode:last-child {
      margin-bottom: 0;
    }
    .quality03 .list .mode .bor {
      margin-right: 0.7rem;
    }
    .quality03 .list .mode .tit {
      margin-bottom: 0.5rem;
      height: 2.03rem;
      line-height: 2.03rem;
    }
    .quality03 .list .mode .tit i {
      width: 0.78rem;
    }
    .quality03 .list .mode .tit .i1 {
      background-image: url(../images/mobile/icon/icon-24s.png);
    }
    .quality03 .list .mode .tit .i2 {
      right: -0.78rem;
      background-image: url(../images/mobile/icon/icon-24.png);
    }
    .quality03 .list .mode .tit b {
      font-size: 0.64rem;
    }
    .quality03 .list .mode .text {
      padding: 1.1rem 1.2rem;
      font-size: 0.52rem;
      line-height: 1rem;
    }
  }
  .quality04 .next {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .quality04 .left {
    position: relative;
    width: 42.8%;
    background: url(../images/page/quality04_bac.jpg) no-repeat center;
    background-size: cover;
  }
  .quality04 .left i {
    position: absolute;
    left: 12%;
    top: -11px;
    width: 62px;
    height: 44px;
    background: url(../images/icon/icon-25.png) center no-repeat;
    background-size: contain;
  }
  .quality04 .left .bor {
    padding: 80px 12%;
  }
  .quality04 .left b {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }
  .quality04 .left p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-align: justify;
  }
  .quality04 .right {
    position: relative;
    margin-right: 10%;
    width: 31%;
    padding-top: 29%;
  }
  .quality04 .right .pos {
    position: absolute;
    animation: topBot10 4s both infinite;
  }
  .quality04 .right .pos img {
    width: 100%;
  }
  .quality04 .right .pos1 {
    top: 53%;
    left: 0%;
    width: 35%;
  }
  .quality04 .right .pos2 {
    top: 0;
    left: 30%;
    width: 41%;
    animation-delay: 1s;
  }
  .quality04 .right .pos3 {
    bottom: 0;
    right: 0;
    width: 36%;
    animation-delay: 2s;
  }
  .quality04 .right .circle {
    position: absolute;
    border-radius: 100%;
  }
  .quality04 .right .circle1 {
    top: 32%;
    left: 13%;
    width: 6.1%;
    padding-top: 6.1%;
    background: #e5e5e5;
  }
  .quality04 .right .circle2 {
    top: 80%;
    left: 42%;
    width: 9%;
    padding-top: 9%;
    background: #545454;
  }
  .quality04 .right .circle3 {
    top: 35%;
    right: 1%;
    width: 10%;
    padding-top: 10%;
    background: #cc0010;
  }
  @media (max-width: 1200px) {
    .quality04 .next {
      flex-wrap: wrap;
    }
    .quality04 .left {
      margin-bottom: 1.3rem;
      width: 100%;
    }
    .quality04 .left i {
      left: 12%;
      top: -0.2rem;
      width: 1.27rem;
      height: 0.9rem;
    }
    .quality04 .left .bor {
      padding: 1.6rem;
    }
    .quality04 .left b {
      margin-bottom: 0.5rem;
      font-size: 0.62rem;
    }
    .quality04 .left p {
      font-size: 0.52rem;
      line-height: 1rem;
      text-align: justify;
    }
    .quality04 .right {
      margin: 0.1rem 10%;
      width: 80%;
      padding-top: 80%;
    }
  }
  @keyframes topBot10 {
    0% {
      transform: translateY(5px);
    }
    50% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(5px);
    }
  }
  /*===== p4-1市场动态-价格发布 =====*/
  .priceNext {
    display: flex;
    flex-direction: row-reverse;
  }
  .price01 {
    box-sizing: border-box;
    margin-left: 3%;
    padding: 84px 3% 0;
    width: 26.25%;
    min-width: 360px;
    height: 560px;
    color: #fff;
    background: url(../images/page/price01_bac.jpg) no-repeat center;
    background-size: cover;
  }
  .price01 .top {
    margin-bottom: 60px;
  }
  .price01 .top b {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
  }
  .price01 .top i {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .price01 .top .inp {
    border: rgba(255, 255, 255, 0.5) 1px solid;
    background: rgba(255, 255, 255, 0.12);
  }
  .price01 .top .inp button {
    float: left;
    width: 77px;
    height: 60px;
    background: url(../images/icon/icon-26.png) center no-repeat;
    background-size: 28px auto;
  }
  .price01 .top .inp input {
    float: left;
    width: calc(100% - 77px);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
  }
  .price01 .top .inp input::placeholder {
    color: #ffacb2;
  }
  .price01 .bot i {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
  }
  .price01 .bot b {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: bold;
  }
  .price01 .bot p {
    font-size: 16px;
  }
  @media (max-width: 1200px) {
    .priceNext {
      display: block;
    }
    .price01 {
      margin: 0 0 1.8rem 0;
      padding: 1.9rem 1.5rem 2.3rem;
      width: 100%;
      min-width: 10rem;
      height: auto;
    }
    .price01 .top {
      margin-bottom: 1.4rem;
    }
    .price01 .top b {
      margin-bottom: 0.4rem;
      font-size: 0.72rem;
    }
    .price01 .top i {
      margin-bottom: 0.68rem;
      font-size: 0.56rem;
    }
    .price01 .top .inp {
      border: rgba(255, 255, 255, 0.5) 1px solid;
      background: rgba(255, 255, 255, 0.12);
    }
    .price01 .top .inp button {
      width: 1.4rem;
      height: 1.6rem;
      background-size: 0.46rem auto;
    }
    .price01 .top .inp input {
      width: calc(100% - 1.4rem);
      height: 1.6rem;
      line-height: 1.6rem;
      font-size: 0.52rem;
    }
    .price01 .bot i {
      margin-bottom: 0.4rem;
      font-size: 0.6rem;
    }
    .price01 .bot b {
      margin-bottom: 0.4rem;
      font-size: 0.9rem;
    }
    .price01 .bot p {
      font-size: 0.56rem;
    }
  }
  .price02 {
    flex: 1;
    width: 0;
  }
  .price02 .pc_mode .list {
    position: relative;
    margin-bottom: 60px;
    background: #fff;
  }
  .price02 .pc_mode .list .line {
    position: relative;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    border-bottom: #e8e8e8 1px solid;
  }
  .price02 .pc_mode .list .line::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #cc0010;
    content: "";
  }
  .price02 .pc_mode .list .line .box {
    box-sizing: border-box;
    position: relative;
    width: 22.5%;
  }
  .price02 .pc_mode .list .line .box.l5{
      width: 10%;
  }
  .price02 .pc_mode .list .line .box:last-child {
    border-right: none;
  }
  .price02 .pc_mode .list .line .box .text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    text-align: center;
    min-height: 40px;
  }
  .price02 .pc_mode .list .line .box .text b {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  .price02 .pc_mode .list .line .box .text .sum {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #d71f1f;
  }
  .price02 .pc_mode .list .line .box .text .sum i {
    font-size: 24px;
    font-weight: bold;
  }
  .price02 .pc_mode .list .line .box .text .sum em {
    margin-left: 3px;
    font-size: 16px;
  }
  .price02 .pc_mode .list .line .box.l4 .text .sum i {
    font-weight: normal;
  }
  .price02 .pc_mode .list .line .box.l4 .text .sum.sum_j {
    color: #2ebd16;
  }
  .price02 .pc_mode .list .line:hover::after {
    transition: all 0.5s;
    width: 100%;
  }
  .price02 .pc_mode .list .line:hover .box p {
    color: #ba1912;
  }
  .price02 .pc_mode .list .line1 {
    background: #eaeaea;
  }
  .price02 .pc_mode .list .line1::after {
    display: none;
  }
  .price02 .pc_mode .list .line1 .box .text {
      flex-wrap: wrap;
      align-items: center;
    padding: 15px 6px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
  }
  .price02 .pc_mode .list .line1 .box .text i{
      width: 100%;
      text-align: center;
      font-size: 16px;
  }
  .price02 .pc_mode .list .line1:hover .box p {
    color: #fff;
  }
  .price02 .m_mode {
    display: none;
  }
  @media (max-width: 1200px) {
    .price02 {
      width: 100%;
    }
    .price02 .pc_mode {
      display: none;
    }
    .price02 .m_mode {
      display: block;
    }
    .price02 .m_mode .list {
      margin-bottom: 1.5rem;
    }
    .price02 .m_mode .list a {
      position: relative;
      box-sizing: border-box;
      margin-bottom: 0.75rem;
      padding: 0.9rem 0.5rem 0.4rem 0;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      background: #f5f5f5;
      overflow: hidden;
    }
    .price02 .m_mode .list a .order {
      opacity: 0;
      position: absolute;
      right: 0;
      bottom: -0.7rem;
      font-size: 3rem;
      color: #666;
      font-weight: bold;
    }
    .price02 .m_mode .list a .lie {
      display: flex;
      padding-bottom: 0.5rem;
      width: 100%;
      color: #333;
    }
    .price02 .m_mode .list a .lie.half {
      width: 45%;
    }
    .price02 .m_mode .list a .lie:nth-child(3) {
      width: 55%;
    }
    .price02 .m_mode .list a .lie b {
      display: flex;
      align-items: center;
      padding-left: 0.5rem;
      font-size: 0.6rem;
      font-weight: bold;
    }
    .price02 .m_mode .list a .lie b i {
      font-size: 0.48rem;
    }
    .price02 .m_mode .list a .lie p {
      font-size: 0.6rem;
    }
    .price02 .m_mode .list a .lie .flex {
      display: flex;
      align-items: center;
      color: #d71f1f;
    }
    .price02 .m_mode .list a .lie .flex.flex2 {
      color: #2ebd16;
    }
    .price02 .m_mode .list a .lie .flex em {
      font-size: 0.6rem;
      font-weight: bold;
    }
    .price02 .m_mode .list a .lie .flex span {
      padding-left: 2px;
      font-size: 0.48rem;
    }
  }
  /*===== p4-2 用户认证 =====*/
  .authentication01 {
    background: #f4f4f4;
  }
  .authentication01 .mode {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 34px;
    color: #333;
  }
  .authentication01 .mode p {
    padding-left: 20px;
    background: url(../images/icon/icon-27.png) left 13px no-repeat;
    background-size: 8px auto;
    text-align: justify;
  }
  .authentication01 .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
  .authentication01 .swiper .swiper-slide .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 2% 0 0 ;
    width: 15%;
    height: 100px;
    background: #fff;
  }
  .authentication01 .swiper .swiper-slide .pic:nth-child(6n) {
    margin-right: 0;
  }
  .authentication01 .swiper .swiper-slide .pic img {
    max-width: 90%;
    max-height: 90%;
  }
  @media (max-width: 1200px) {
    .quality .authentication01 .title {
      margin: 0 auto 1rem;
      width: 100%;
    }
    .authentication01 .mode {
      margin-bottom: 1rem;
      font-size: 0.52rem;
      line-height: 1rem;
    }
    .authentication01 .mode p {
      padding-left: 0.56rem;
      background: url(../images/icon/icon-27.png) left 0.375rem no-repeat;
      background-size: 0.25rem auto;
    }
    .authentication01 .swiper .swiper-slide .pic {
      margin: 0.6rem 0.6rem 0 0;
      width: calc((100% - 1.2rem) / 3);
      height: 1.76rem;
    }
    .authentication01 .swiper .swiper-slide .pic:nth-child(3n) {
      margin-right: 0;
    }
  }
  .authentication02 {
    position: relative;
  }
  .authentication02::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #f4f4f4;
    content: "";
  }
  .authentication02 .mode {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 34px;
    color: #333;
  }
  .authentication02 .mode p {
    padding-left: 20px;
    background: url(../images/icon/icon-27.png) left 13px no-repeat;
    background-size: 8px auto;
  }
  .authentication02 .swiper .swiper-slide {
    width: 20%;
  }
  .authentication02 .swiper .swiper-slide .pic {
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 auto;
    width: 100%;
  }
  .authentication02 .swiper .swiper-slide .pic img {
    transition: all 0.5s;
    transform: scale(0.62);
    max-width: 90%;
  }
  .authentication02 .swiper .swiper-slide .text {
    transition: all 0.5s;
    opacity: 0;
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    text-align: center;
  }
  .authentication02 .swiper .swiper-slide.swiper-slide-active .pic img {
    transition: all 0.5s;
    transform: scale(1);
  }
  .authentication02 .swiper .swiper-slide.swiper-slide-active .text {
    transition: all 0.5s;
    opacity: 1;
  }
  .authentication02 .swiper .swiper-button-prev,
  .authentication02 .swiper .swiper-button-next {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .authentication02 .swiper .swiper-button-prev {
    left: calc(20% - 20px);
    background: #f8f8f8 url(../images/icon/icon-15.png) no-repeat center;
    background-size: 8px auto;
  }
  .authentication02 .swiper .swiper-button-next {
    right: calc(20% - 20px);
    background: #cc0010 url(../images/icon/icon-16s.png) no-repeat center;
    background-size: 8px auto;
  }
  .authentication02 .swiper .swiper-pagination {
    display: none;
  }
  @media (max-width: 1200px) {
    .authentication02 {
      position: relative;
    }
    .authentication02::before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background: #f4f4f4;
      content: "";
    }
    .authentication02 .mode {
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 34px;
      color: #333;
    }
    .authentication02 .mode p {
      padding-left: 20px;
      background: url(../images/icon/icon-27.png) left 13px no-repeat;
      background-size: 8px auto;
    }
    .authentication02 .swiper .swiper-slide {
      width: 35%;
    }
    .authentication02 .swiper .swiper-slide .text {
      margin-top: 0.5rem;
      font-size: 0.54rem;
    }
    .authentication02 .swiper .swiper-button-prev,
    .authentication02 .swiper .swiper-button-next {
      display: none;
    }
  }
  /*===== p6-1国内销售体系 =====*/
  .system01 {
    padding-bottom: 0;
  }
  .system01 .pic img {
    margin: 0 auto 80px;
    max-width: 63.6%;
    max-height: calc(100vh - 300px);
  }
  .system01 .list {
    display: flex;
    flex-wrap: wrap;
  }
  .system01 .mode {
    margin: 5% 5% 0 0;
    width: 47.5%;
    background: url(../images/page/system01_bac.png) right bottom no-repeat;
    background-size: cover;
  }
  .system01 .mode:nth-child(2n) {
    margin-right: 0;
  }
  .system01 .mode:nth-child(1),
  .system01 .mode:nth-child(2) {
    margin-top: 0;
  }
  .system01 .mode .bor {
    padding: 50px 10% 20px;
  }
  .system01 .mode b {
    margin-bottom: 26px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }
  .system01 .mode .text {
    padding-bottom: 15px;
  }
  .system01 .mode .text p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #d81e06;
    font-weight: bold;
  }
  .system01 .mode .text .flex {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .system01 .mode .text .flex .icon {
      display: flex;
      align-items: center;
    margin-right: 14px;
    width: 21px;
    height: 22px;
  }
  .system01 .mode .text .flex .icon img {
    width: 100%;
  }
  .system01 .mode .text .flex em {
    font-size: 18px;
    color: #333;
  }
  @media (max-width: 1200px) {
    .system01 .pic img {
      margin: 0 auto 1.2rem;
      width: 100%;
    }
    .system01 .mode {
      margin: 0.75rem 0 0 0;
      width: 100%;
    }
    .system01 .mode:nth-child(2) {
      margin-top: 0.75rem;
    }
    .system01 .mode .bor {
      padding: 0.9rem 5% 0.1rem;
    }
    .system01 .mode b {
      margin-bottom: 0.6rem;
      font-size: 0.72rem;
    }
    .system01 .mode .text {
      padding-bottom: 0.8rem;
    }
    .system01 .mode .text p {
      margin-bottom: 0.5rem;
      font-size: 0.58rem;
    }
    .system01 .mode .text .flex {
      margin-bottom: 0.4rem;
    }
    .system01 .mode .text .flex .icon {
      margin-right: 0.3rem;
      width: 0.63rem;
      height: 0.63rem;
    }
    .system01 .mode .text .flex em {
      font-size: 0.52rem;
    }
  }
  .system {
    padding-bottom: 90px;
  }
  .system .ind06 {
    padding-top: 90px;
    margin-top: 0;
  }
  @media (max-width: 1200px) {
    .system {
      padding-bottom: 1.8rem;
    }
    .system .ind06 {
      padding-top: 1.8rem;
    }
  }
  /*===== p1-5发展历程 =====*/
  .history01 {
    background: url(../images/page/history01_bac.png) center bottom no-repeat;
    background-size: cover;
  }
  .history01 .tabNext {
    margin-bottom: 40px;
  }
  .history01 .tabNext .swiper-slide {
    margin-right: 6%;
    width: 38%;
  }
  .history01 .tabNext .swiper-slide:last-child {
    width: 100%;
    margin-right: 0;
  }
  .history01 .tabNext .swiper-slide:last-child .text img {
    width: auto;
    max-width: 80%;
  }
  .history01 .tabNext .swiper-slide .titleBox {
    margin-bottom: 15px;
    font-size: 66px;
    color: #dfdfdf;
    font-weight: bold;
    font-family: "Arial";
  }
  .history01 .tabNext .swiper-slide .text {
    padding-right: 10px;
    height: 360px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
    overflow-y: auto;
  }
  .history01 .tabNext .swiper-slide .text::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .history01 .tabNext .swiper-slide .text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 2px;
    background-color: #ca000f;
  }
  .history01 .tabNext .swiper-slide .text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 2px;
    background: #e8e8e8;
  }
  .history01 .tabNext .swiper-slide .text p {
    margin-bottom: 10px;
  }
  .history01 .tabNext .swiper-slide .text .tit {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../images/icon/icon-27.png) left 9px no-repeat;
    background-size: 8px;
    text-align: justify;
  }
  .history01 .tabNext .swiper-slide .text img {
    margin-bottom: 10px;
    width: 90%;
  }
  .history01 .tabNext .swiper-slide.swiper-slide-active .titleBox {
    color: #cc0010;
  }
  .history01 .tabYear .swiper-slide {
    display: flex;
    padding-top: 10px;
    width: 140px;
    height: 60px;
    cursor: pointer;
  }
  .history01 .tabYear .swiper-slide .sum {
    width: 50px;
  }
  .history01 .tabYear .swiper-slide .sum span {
    position: relative;
    margin: 0 auto 18px;
    width: 9px;
    height: 9px;
    background: #cc0010;
  }
  .history01 .tabYear .swiper-slide .sum span::before {
    transition: all 0.5s;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 17px;
    height: 17px;
    background: #cc0010;
    content: "";
  }
  .history01 .tabYear .swiper-slide .sum p {
    white-space: nowrap;
    font-size: 20px;
    color: #dfdfdf;
    font-family: Arial;
    text-align: center;
  }
  .history01 .tabYear .swiper-slide .lie {
    transition: all 0.5s;
    position: absolute;
    left: 21px;
    top: 14px;
    width: 100%;
    height: 1px;
    background: #cc0010;
  }
  .history01 .tabYear .swiper-slide.swiper-slide-thumb-active ~ .swiper-slide .lie {
    transition: all 0.5s;
    background: #dedede;
  }
  .history01 .tabYear .swiper-slide.swiper-slide-thumb-active .sum span::before {
    transition: all 0.5s;
    transform: translate(-50%, -50%) scale(1);
  }
  .history01 .tabYear .swiper-slide.swiper-slide-thumb-active .sum p {
    color: #333;
    font-weight: bold;
  }
  .history01 .tabYear .swiper-slide.swiper-slide-thumb-active .lie {
    transition: all 0.5s;
    background: #dedede;
  }
  .history01 .but {
    position: relative;
    margin: 50px auto 0;
    width: 120px;
    height: 50px;
  }
  .history01 .swiper-button-prev,
  .history01 .swiper-button-next {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: #cc0010 1px solid;
    cursor: pointer;
  }
  .history01 .swiper-button-prev {
    left: 0;
    background: #fff url(../images/icon/icon-15.png) no-repeat center;
    background-size: 8px auto;
  }
  .history01 .swiper-button-next {
    right: 0;
    background: #cc0010 url(../images/icon/icon-16s.png) no-repeat center;
    background-size: 8px auto;
  }
  @media (max-width: 1200px) {
    .history01 .tabNext {
      margin-bottom: 60px;
    }
    .history01 .tabNext .swiper-slide {
      margin-right: 1%;
      width: 100%;
    }
    .history01 .tabNext .swiper-slide:last-child {
      margin-right: 0;
    }
    .history01 .tabNext .swiper-slide .titleBox {
      margin-bottom: 0.3rem;
      font-size: 1rem;
    }
    .history01 .tabNext .swiper-slide .text {
      margin-right: 0.2rem;
      padding-right: 0.2rem;
      height: 9rem;
      font-size: 0.5rem;
      line-height: 0.9rem;
    }
    .history01 .tabNext .swiper-slide .text p {
      margin-bottom: 0.2rem;
    }
    .history01 .tabNext .swiper-slide .text .tit {
      margin-bottom: 0.2rem;
      padding-left: 0.54rem;
      background: url(../images/icon/icon-27.png) left 0.325rem no-repeat;
      background-size: 0.25rem auto;
    }
    .history01 .tabNext .swiper-slide .text img {
      margin-bottom: 0.2rem;
      width: 100% !important;
    }
    .history01 .tabYear .swiper-slide {
      padding-top: 0.2rem;
      width: 3rem;
      height: 1.8rem;
    }
    .history01 .tabYear .swiper-slide .sum {
      width: 1.8rem;
    }
    .history01 .tabYear .swiper-slide .sum span {
      margin: 0 auto 18px;
      width: 0.2rem;
      height: 0.2rem;
    }
    .history01 .tabYear .swiper-slide .sum span::before {
      width: 0.5rem;
      height: 0.5rem;
    }
    .history01 .tabYear .swiper-slide .sum p {
      font-size: 0.7rem;
    }
    .history01 .tabYear .swiper-slide .lie {
      left: 0.9rem;
      top: 0.3rem;
    }
    .history01 .but {
      margin: 1rem auto 0;
      display: none;
    }
  }
  /*===== p5-1服务与支持 =====*/
  .Service01 .next {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .Service01 .next .mode {
    position: relative;
    width: 100%;
    background: #f6f6f6;
  }
  .Service01 .next .mode .pos {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 128px;
  }
  .Service01 .next .mode .pos img {
    height: 100%;
  }
  .Service01 .next .mode .bor {
    padding: 50px 8% 30px;
  }
  .Service01 .next .mode .flex {
    display: flex;
    align-items: center;
  }
  .Service01 .next .mode .titleBox {
    font-size: 22px;
    color: #333;
    font-weight: bold;
  }
  .Service01 .next .mode .phone {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #333;
    font-weight: bold;
  }
  .Service01 .next .mode .phone i {
    padding: 2px 0 0 26px;
    font-weight: bold;
    background: url(../images/icon/icon-5.png) left center no-repeat;
    background-size: 20px auto;
  }
  .Service01 .next .mode .text {
    margin-top: 25px;
  }
  .Service01 .next .mode .text .line {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #666;
    background: url(../images/icon/icon-27.png) left 14px no-repeat;
    background-size: 8px;
    text-align: justify;
  }
  .Service01 .next .mode .text .line i {
    display: inline;
    font-weight: bold;
  }
  .Service01 .next .mode.mode1 {
    width: 50%;
  }
  .Service01 .next .right{
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      margin-left: 30px;
      width: calc(50% - 30px);
  }
  
  .Service01 .next .mode.mode2{
      margin-bottom: 30px;
  }
  
  @media (max-width: 1200px) {
    .Service01 .next {
      flex-wrap: wrap;
    }
    .Service01 .next .mode {
      margin: 0 0 1.2rem 0;
      width: 100%;
    }
    .Service01 .next .mode:last-child {
      margin-bottom: 0;
    }
    .Service01 .next .mode .pos {
      height: 3.34rem;
    }
    .Service01 .next .mode .bor {
      padding: 1.5rem 0.8rem 0.8rem;
    }
    .Service01 .next .mode .titleBox {
      font-size: 0.6rem;
    }
    .Service01 .next .mode .phone {
      font-size: 0.5rem;
    }
    .Service01 .next .mode .phone i {
      padding: 0 0 0 0.7rem;
      background-size: 0.5rem auto;
    }
    .Service01 .next .mode .text {
      margin-top: 0.7rem;
    }
    .Service01 .next .mode .text .line {
      margin-bottom: 0.7rem;
      padding-left: 0.54rem;
      font-size: 0.52rem;
      line-height: 1rem;
      background: url(../images/icon/icon-27.png) left 0.375rem no-repeat;
      background-size: 0.25rem auto;
    }
    .Service01 .next .mode.mode1 {
      width: 100%;
    }
    .Service01 .next .right{
      margin-left:0;
      width:100%;
    }
  
      .Service01 .next .mode.mode2{
          margin-bottom:1.2rem;
      }
  }
  .Service02 .list {
    display: flex;
    flex-wrap: wrap;
  }
  .Service02 .list a {
    transition: all 0.5s;
    box-sizing: border-box;
    margin: 0 2.5% 2.5% 0;
    padding: 10px 2% 30px;
    width: 48.75%;
    background: url(../images/icon/icon-34.png) right bottom no-repeat;
    background-size: cover;
  }
  .Service02 .list a:nth-child(2n) {
    margin-right: 0;
  }
  .Service02 .list a:nth-child(3),
  .Service02 .list a:nth-child(4) {
    margin-bottom: 0;
  }
  .Service02 .list a .tit {
    margin-bottom: 20px;
    padding: 20px 0;
    line-height: 32px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: #dbdbdb 1px solid;
    text-align: justify;
  }
  .Service02 .list a .tit i {
    display: inline;
    font-weight: bold;
  }
  .Service02 .list a .tit p{
      /* height: 64px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; */
      text-align: justify;
  }
  .Service02 .list a .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
  }
  .Service02 .list a .text p {
    /* max-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    text-align: justify;
  }
  .Service02 .list a .text i {
    display: inline;
  }
  .Service02 .list a:hover {
    transition: all 0.5s;
    background-image: url(../images/icon/icon-34s.png);
  }
  .Service02 .list a:hover .tit {
    color: #fff;
    border-bottom: #f0b3b8 1px solid;
  }
  .Service02 .list a:hover .text {
    color: #fff;
  }
  @media (max-width: 1200px) {
    .Service02 .list a {
      margin: 0 0 0.78rem 0;
      padding: 0.2rem 0.7rem 0.8rem;
      width: 100%;
    }
    .Service02 .list a:nth-child(3),
    .Service02 .list a:nth-child(4) {
      margin-bottom: 0.78rem;
    }
    .Service02 .list a .tit {
      margin-bottom: 0.6rem;
      padding: 0.6rem 0;
      line-height: 1rem;
      font-size: 0.6rem;
    }
    /* .Service02 .list a .tit p{
      height: 2rem;
    } */
    .Service02 .list a .text {
      font-size: 0.52rem;
      line-height: 0.9rem;
    }
    /* .Service02 .list a .text p {
      max-height: 1.8rem;
    } */
  }
  .Service03 {
    background: url(../images/page/Service03_bac.jpg) center no-repeat;
    background-size: cover;
  }
  .Service03 .next {
    display: flex;
    justify-content: space-between;
  }
  .Service03 .next.mobile {
    display: none;
  }
  .Service03 .next .mode {
    box-sizing: border-box;
    position: relative;
    margin-left: 3.125%;
    padding: 50px 2.5% 30px;
    width: 31.25%;
    background: rgba(255, 255, 255, 0.2);
    border: #fff 1px solid;
  }
  .Service03 .next .mode:nth-child(1) {
    margin-left: 0;
  }
  .Service03 .next .mode .titleBox {
    margin-bottom: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
  }
  .Service03 .next .mode .text .line {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    background: url(../images/icon/icon-27s.png) left 14px no-repeat;
    background-size: 8px;
    text-align: justify;
  }
  .Service03 .next .mode .text .line:last-child {
    margin-bottom: 0;
  }
  .Service03 .next .mode .text .line i {
    display: inline;
    font-weight: bold;
  }
  @media (max-width: 1200px) {
    .Service03 {
      background: url(../images/page/Service03_bac.jpg) center no-repeat;
      background-size: cover;
    }
    .Service03 .next.pc {
      display: none;
    }
    .Service03 .next.mobile {
      display: block;
    }
    .Service03 .next .mode {
      margin-left: 0;
      padding: 1.2rem 1rem;
      width: 100%;
      height: 100%;
    }
    .Service03 .next .mode .titleBox {
      margin-bottom: 0.6rem;
      font-size: 0.6rem;
    }
    .Service03 .next .mode .text .line {
      margin-bottom: 0.7rem;
      padding-left: 0.55rem;
      font-size: 0.52rem;
      line-height: 1rem;
      background: url(../images/icon/icon-27s.png) left 0.375rem no-repeat;
      background-size: 0.25rem auto;
    }
  }
  .Service04 {
    background: url(../images/page/Service04_bac.png) right bottom no-repeat;
    background-size: 100% auto;
  }
  .Service04 .list {
    display: flex;
  }
  .Service04 .list .mode {
    box-sizing: border-box;
    padding: 50px 2.6% 50px;
    width: 28%;
    background: #f6f6f6;
  }
  .Service04 .list .mode .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 69px;
  }
  .Service04 .list .mode .icon img {
    height: 100%;
  }
  .Service04 .list .mode b {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .Service04 .list .mode i {
    margin-bottom: 30px;
    font-size: 20px;
    color: #cc0010;
    font-weight: bold;
    text-align: center;
  }
  .Service04 .list .mode .text {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-align: justify;
  }
  .Service04 .list .arrow {
    display: flex;
    align-items: center;
    position: relative;
    width: 8%;
  }
  .Service04 .list .arrow i {
    margin-top: 1px;
    width: 100%;
    border-bottom: #cc0010 1px dashed;
  }
  .Service04 .list .arrow em {
      display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    background: url(../images/icon/icon-38.png) center no-repeat;
    background-size: 100% auto;
  }
  @media (max-width: 1200px) {
    .Service04 .list {
      flex-wrap: wrap;
    }
    .Service04 .list .mode {
      padding: 2.1rem 1.5rem;
      width: 100%;
    }
    .Service04 .list .mode .icon {
      margin-bottom: 0.9rem;
      height: 2.07rem;
    }
    .Service04 .list .mode b {
      margin-bottom: 0.7rem;
      font-size: 0.6rem;
    }
    .Service04 .list .mode i {
      margin-bottom: 0.6rem;
      font-size: 0.5rem;
    }
    .Service04 .list .mode .text {
      font-size: 0.52rem;
      line-height: 1.18rem;
    }
    .Service04 .list .arrow {
      width: 100%;
      height: 2.7rem;
    }
    .Service04 .list .arrow i {
      margin: 0 auto;
      width: 1px;
      height: 100%;
      border-bottom: none;
      border-left: #cc0010 1px dashed;
    }
    .Service04 .list .arrow em {
      margin-left: -1px;
      width: 0.4rem;
      height: 0.57rem;
      background-image: url(../images/icon/icon-39.png);
    }
  }
  /*===== p1-6可持续发展-技术应用 =====*/
  .technology01 .mode:nth-child(2n) .pic {
    float: left;
  }
  .technology01 .mode:nth-child(2n) .next {
    float: right;
  }
  .technology01 .mode .pic {
    position: relative;
    float: right;
    width: 44.2%;
    padding-top: 34.46%;
    overflow: hidden;
  }
  .technology01 .mode .pic i {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .technology01 .mode .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.08);
  }
  .technology01 .mode .next {
    float: left;
    margin: 60px 0 0 5.8%;
    width: 42%;
  }
  .technology01 .mode .next b {
    margin-bottom: 40px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
  }
  .technology01 .mode .next .text {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-align: justify;
  }
  .technology01 .mode .next .text p {
    text-align: justify;
  }
  .technology01 .mode .next .line p {
    padding-left: 34px;
    font-size: 18px;
    line-height: 35px;
    background: url(../images/icon/icon-27.png) left 12px no-repeat;
    background-size: 11px auto;
  }
  @media (max-width: 1200px) {
    .technology01 .mode .pic {
      width: 100%;
      padding-top: 77.87%;
    }
    .technology01 .mode .next {
      margin: 0 0 1.5rem 0;
      width: 100%;
    }
    .technology01 .mode .next b {
      margin-bottom: 0.6rem;
      font-size: 0.72rem;
    }
    .technology01 .mode .next .text {
      font-size: 0.52rem;
      line-height: 1rem;
    }
    .technology01 .mode .next .line {
      margin-top: 0.8rem;
    }
    .technology01 .mode .next .line p {
      margin-bottom: 0.6rem;
      padding-left: 0.6rem;
      font-size: 0.52rem;
      line-height: 0.9rem;
      background: url(../images/icon/icon-27.png) left 0.325rem no-repeat;
      background-size: 0.25rem auto;
      text-align: justify;
    }
    .technology01 .mode .next .line p:last-child {
      margin-bottom: 0;
    }
  }
  .technology02 .next {
    box-sizing: border-box;
    padding: 100px 5% 160px;
    background: url(../images/page/technology02_bac.jpg) center no-repeat;
    background-size: cover;
  }
  .technology02 .next .title b {
    margin-bottom: 10px;
  }
  .technology02 .next .list {
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
    color: #fff;
    text-align: center;
  }
  .technology02 .next .list .mode .num {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-bottom: 8px;
  }
  .technology02 .next .list .mode .num span {
    font-size: 42px;
    font-weight: bold;
  }
  .technology02 .next .list .mode .num i {
    margin-left: 4px;
    font-size: 26px;
    font-weight: bold;
  }
  .technology02 .next .list .mode p {
    font-size: 16px;
  }
  @media (max-width: 1200px) {
    .technology02 .next {
      padding: 1.6rem 5% 0.3rem;
      background: url(../images/page/technology02_bac.jpg) center no-repeat;
      background-size: cover;
    }
    .technology02 .next .title b {
      margin-bottom: 0.4rem;
    }
    .technology02 .next .list {
      flex-wrap: wrap;
      margin-top: 1.3rem;
    }
    .technology02 .next .list .mode {
      margin-bottom: 1.3rem;
    }
    .technology02 .next .list .mode .num {
      margin-bottom: 0.2rem;
    }
    .technology02 .next .list .mode .num span {
      font-size: 1rem;
    }
    .technology02 .next .list .mode .num i {
      margin-left: 4px;
      font-size: 0.78rem;
    }
    .technology02 .next .list .mode p {
      font-size: 0.48rem;
    }
  }
  /*===== p1-6可持续发展-低碳规划 =====*/
  .mild01 .next {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mild01 .next .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .mild01 .next .pic img {
    max-width: 80%;
  }
  .mild01 .next .text {
    width: 50%;
    color: #333;
  }
  .mild01 .next .text b {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
  }
  .mild01 .next .text .titleBox {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
  }
  .mild01 .next .text dl {
    margin-bottom: 30px;
  }
  .mild01 .next .text dl dt {
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 24px;
    font-weight: bold;
    background: url(../images/icon/icon-27.png) left center no-repeat;
    background-size: 10px auto;
  }
  .mild01 .next .text dl dd {
    padding-left: 35px;
  }
  .mild01 .next .text dl dd p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
  }
  @media (max-width: 1200px) {
    .mild01 .next {
      display: block;
    }
    .mild01 .next .pic {
      margin-bottom: 0.6rem;
      width: 100%;
    }
    .mild01 .next .pic img {
      max-width: 75%;
    }
    .mild01 .next .text {
      width: 100%;
    }
    .mild01 .next .text b {
      margin-bottom: 0.6rem;
      font-size: 0.72rem;
    }
    .mild01 .next .text .titleBox {
      margin-bottom: 0.9rem;
      font-size: 0.62rem;
    }
    .mild01 .next .text dl {
      margin-bottom: 0.8rem;
    }
    .mild01 .next .text dl:last-child {
      margin-bottom: 0;
    }
    .mild01 .next .text dl dt {
      margin-bottom: 0.4rem;
      padding-left: 0.56rem;
      font-size: 0.54rem;
      background-size: 0.25rem auto;
    }
    .mild01 .next .text dl dd {
      padding-left: 0.56rem;
    }
    .mild01 .next .text dl dd p {
      font-size: 0.48rem;
      line-height: 1rem;
    }
  }
  /*===== p1-1公司简介 =====*/
  .introduction01 .mode {
    display: flex;
    justify-content: space-between;
  }
  .introduction01 .mode .next {
    width: 49%;
  }
  .introduction01 .mode .next .flex {
    display: flex;
    justify-content: space-between;
  }
  .introduction01 .mode .next .flex .more {
    margin-top: 0;
  }
  .introduction01 .mode .next b {
    font-size: 36px;
    font-weight: bold;
    color: #333;
  }
  .introduction01 .mode .next .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
  }
  .introduction01 .mode .next .text span,
  .introduction01 .mode .next .text i,
  .introduction01 .mode .next .text em,
  .introduction01 .mode .next .text a,
  .introduction01 .mode .next .text b {
    display: inline;
  }
  .introduction01 .mode .next .text p {
    text-align: justify;
  }
  .introduction01 .mode .next .more {
    margin-top: 40px;
  }
  .introduction01 .mode .next .more.mobile {
    display: none;
  }
  .introduction01 .mode .right {
    position: relative;
    padding-top: 42.75%;
    width: 37.5%;
  }
  .introduction01 .mode .right .bac {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #eaeaea;
  }
  .introduction01 .mode .right .pos {
    position: absolute;
    top: 40px;
    right: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow: hidden;
  }
  .introduction01 .mode .right .pos i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .introduction01 .mode .right .pos:hover i {
    transition: all 0.5s;
    transform: scale(1.08);
  }
  .introduction01 .mode .pic {
    width: 45%;
  }
  .introduction01 .mode .pic img {
    width: 100%;
  }
  .introduction01 .mode:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .introduction01 .mode:nth-child(2n) .right .bac {
    right: auto;
    left: 0;
  }
  .introduction01 .mode:nth-child(2n) .right .pos {
    top: 40px;
    right: auto;
    left: 40px;
  }
  @media (max-width: 1200px) {
    .introduction01 .mode {
      display: block;
    }
    .introduction01 .mode .next {
      margin-bottom: 1.5rem;
      width: 100%;
    }
    .introduction01 .mode .next b {
      font-size: 0.72rem;
    }
    .introduction01 .mode .next .text {
      margin-top: 0.7rem;
      font-size: 0.52rem;
      line-height: 1rem;
    }
    .introduction01 .mode .next .more {
      margin-top: 1rem;
    }
    .introduction01 .mode .next .more.mobile {
      display: flex;
    }
    .introduction01 .mode .next .more.pc {
      display: none;
    }
    .introduction01 .mode .right {
      padding-top: 105%;
      width: 100%;
    }
    .introduction01 .mode .right .bac {
      width: calc(100% - 0.9rem);
      height: calc(100% - 0.9rem);
    }
    .introduction01 .mode .right .pos {
      top: 0.9rem;
      right: 0.9rem;
      width: calc(100% - 0.9rem);
      height: calc(100% - 0.9rem);
    }
    .introduction01 .mode .pic {
      width: 100%;
    }
    .introduction01 .mode:nth-child(2n) .right .bac {
      right: auto;
      left: 0;
    }
    .introduction01 .mode:nth-child(2n) .right .pos {
      top: 0.9rem;
      right: auto;
      left: 0.9rem;
    }
  }
  .introduction02 .mode .next {
    margin-bottom: 0;
    width: 100%;
  }
  .introduction02 .mode .next .text img,
  .introduction02 .mode .next .text video {
    width: 100%;
  }
  /*===== p1-3战略规划 =====*/
  .strategy .title b {
    text-align: left;
  }
  .strategy .title .text {
    text-align: left;
  }
  .strategy .title .text p {
    text-align: justify;
  }
  .strategy .title .text p i,
  .strategy .title .text p em {
    display: inline;
    font-weight: bold;
    color: #cc0010;
  }
  .strategy .strategy01 .title {
    margin-bottom: 0;
  }
  .strategy02 .next {
    display: flex;
    justify-content: space-between;
  }
  .strategy02 .next.mobile {
    display: none;
  }
  .strategy02 .next .mode {
    position: relative;
    width: 33%;
    height: 720px;
  }
  .strategy02 .next .mode:nth-child(2) {
    margin-left: -1%;
  }
  .strategy02 .next .mode.cur {
    width: 68%;
  }
  .strategy02 .next .mode.cur .pos .tit .flex .icon {
    transition: all 0.5s;
    height: 60px;
  }
  .strategy02 .next .mode.cur .pos .tit .flex p {
    margin-left: 20px;
    max-width: 100px;
  }
  .strategy02 .next .mode.cur .pos .tit b {
    opacity: 0;
  }
  .strategy02 .next .mode.cur .pos .text {
    transition: all 0.8s 0.5s;
    transform: translateY(0);
    max-height: 300px;
    opacity: 1;
  }
  .strategy02 .next .mode.cur .pos .list {
    transition: all 0.8s 0.5s;
    max-height: 400px;
    opacity: 1;
  }
  .strategy02 .next .mode .pic {
    width: 100%;
    height: 100%;
  }
  .strategy02 .next .mode .pic i {
    width: 100%;
    height: 100%;
  }
  .strategy02 .next .mode .pos {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    width: 86%;
    color: #fff;
  }
  .strategy02 .next .mode .pos .tit .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strategy02 .next .mode .pos .tit .flex .icon {
    transition: all 0.5s;
    height: 76px;
  }
  .strategy02 .next .mode .pos .tit .flex .icon img {
    height: 100%;
  }
  .strategy02 .next .mode .pos .tit .flex p {
    transition: all 0.5s;
    max-width: 0px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
  }
  .strategy02 .next .mode .pos .tit b {
    transition: all 0.5s;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .strategy02 .next .mode .pos .text {
    transition: all 0.8s;
    transform: translateY(100px);
    opacity: 0;
    max-height: 0px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
  }
  .strategy02 .next .mode .pos .text i,
  .strategy02 .next .mode .pos .text em {
    display: inline;
    font-weight: bold;
  }
  .strategy02 .next .mode .pos .list {
    transition: all 0.8s;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 0px;
    overflow: hidden;
  }
  .strategy02 .next .mode .pos .list a {
    margin: 0 4% 4% 0;
    padding: 20px 25px;
    width: calc(48% - 54px);
    border: #fff 1px solid;
    background: rgba(255, 255, 255, 0.2);
  }
  .strategy02 .next .mode .pos .list a:nth-child(2n) {
    margin-right: 0;
  }
  .strategy02 .next .mode .pos .list a b {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .strategy02 .next .mode .pos .list a p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  @media (max-width: 1200px) {
    .strategy02 .next.pc {
      display: none;
    }
    .strategy02 .next.mobile {
      display: block;
    }
    .strategy02 .next .mode {
      width: 100%;
      height: 11.7rem;
    }
    .strategy02 .next .mode:nth-child(2) {
      margin-left: 0;
    }
    .strategy02 .next .mode .pos {
      position: absolute;
      top: 50%;
      left: 7%;
      transform: translateY(-50%);
      width: 86%;
      color: #fff;
    }
    .strategy02 .next .mode .pos .tit .flex .icon {
      height: 1.41rem;
    }
    .strategy02 .next .mode .pos .tit .flex p {
      display: none;
    }
    .strategy02 .next .mode .pos .tit b {
      margin: 0.4rem 0 0.5rem;
      font-size: 0.6rem;
    }
    .strategy02 .next .mode .pos .text {
      transform: translateY(0);
      opacity: 1;
      max-height: 10rem;
      font-size: 0.52rem;
      line-height: 1rem;
      text-align: left;
    }
    .strategy02 .next .mode .pos .list {
      opacity: 1;
      display: block;
      max-height: 10rem;
    }
    .strategy02 .next .mode .pos .list a {
      box-sizing: border-box;
      margin: 0;
      padding: 0.7rem 0.8rem;
      width: 100%;
      height: 100%;
    }
    .strategy02 .next .mode .pos .list a b {
      margin-bottom: 0.4rem;
      font-size: 0.52rem;
    }
    .strategy02 .next .mode .pos .list a p {
      font-size: 0.48rem;
      line-height: 0.9rem;
    }
  }
  .strategy03 {
    padding: 100px 0;
  }
  .strategy03 .next {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .strategy03 .next .pic {
    width: 43.75%;
    height: 590px;
    overflow: hidden;
  }
  .strategy03 .next .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .strategy03 .next .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.06);
  }
  .strategy03 .next .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 51.25%;
  }
  .strategy03 .next .right .mode {
    margin-bottom: 60px;
  }
  .strategy03 .next .right .mode:last-child {
    margin-bottom: 100px;
  }
  .strategy03 .next .right .mode .tit {
    position: relative;
    margin-bottom: 30px;
  }
  .strategy03 .next .right .mode .tit i {
    position: absolute;
    left: 0;
    top: -26px;
    font-size: 86px;
    color: #cc0010;
    font-weight: bold;
    opacity: 0.13;
  }
  .strategy03 .next .right .mode .tit p {
    padding-top: 30px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
  }
  .strategy03 .next .right .mode .text {
    font-size: 18px;
    line-height: 36px;
    color: #666;
  }
  .strategy03 .next .right .mode .text .line {
    margin-bottom: 20px;
    padding-left: 20px;
    background: url(../images/icon/icon-27.png) left 13px no-repeat;
    background-size: 8px auto;
    text-align: justify;
  }
  .strategy03 .next .right .mode .text .line i {
    display: inline;
    font-weight: bold;
  }
  @media (max-width: 1200px) {
    .strategy03 {
      padding: 1.5rem 0;
    }
    .strategy03 .next {
      flex-wrap: wrap;
    }
    .strategy03 .next .pic {
      margin-bottom: 1.8rem;
      width: 100%;
      height: 11.76rem;
    }
    .strategy03 .next .right {
      position: relative;
      right: auto;
      top: auto;
      width: 100%;
    }
    .strategy03 .next .right .mode {
      margin-bottom: 1.3rem;
    }
    .strategy03 .next .right .mode:last-child {
      margin-bottom: 0;
    }
    .strategy03 .next .right .mode .tit {
      margin-bottom: 0.9rem;
    }
    .strategy03 .next .right .mode .tit i {
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.45rem;
    }
    .strategy03 .next .right .mode .tit p {
      padding-top: 0;
      font-size: 0.54rem;
    }
    .strategy03 .next .right .mode .text {
      font-size: 0.52rem;
      line-height: 1rem;
    }
    .strategy03 .next .right .mode .text .line {
      margin-bottom: 0.7rem;
      padding-left: 0.6rem;
      background: url(../images/icon/icon-27.png) left 0.375rem no-repeat;
      background-size: 0.25rem auto;
    }
  }
  /*===== p1-4企业文化 =====*/
  .culture01 {
    background: url(../images/page/culture01_bac.png) right bottom no-repeat;
    background-size: 59% auto;
  }
  .culture01 .mode {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .culture01 .mode:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .culture01 .mode .pic {
    position: relative;
    width: 50%;
    padding-top: 28.38%;
    overflow: hidden;
  }
  .culture01 .mode .pic i {
    transition: all 0.5s;
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .culture01 .mode .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.06);
  }
  .culture01 .mode .next {
    width: 42%;
  }
  .culture01 .mode .next .tit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .culture01 .mode .next .tit .icon {
    width: 30px;
  }
  .culture01 .mode .next .tit .icon img {
    width: 100%;
  }
  .culture01 .mode .next .tit b {
    margin-left: 20px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
  }
  .culture01 .mode .next .text {
    font-size: 18px;
    line-height: 36px;
  }
  @media (max-width: 1200px) {
    .culture01 {
      background: url(../images/page/culture01_bac.png) right bottom no-repeat;
      background-size: 110% auto;
    }
    .culture01 .mode {
      display: block;
      margin-bottom: 1.5rem;
    }
    .culture01 .mode:last-child {
      margin-bottom: 0;
    }
    .culture01 .mode .pic {
      margin-bottom: 1rem;
      width: 100%;
      padding-top: 49.63%;
    }
    .culture01 .mode .next {
      width: 100%;
    }
    .culture01 .mode .next .tit {
      margin-bottom: 0.4rem;
    }
    .culture01 .mode .next .tit .icon {
      width: 0.7rem;
    }
    .culture01 .mode .next .tit b {
      margin-left: 0.4rem;
      font-size: 0.72rem;
    }
    .culture01 .mode .next .text {
      font-size: 0.5rem;
      line-height: 1rem;
    }
  }
  .culture02 {
    display: flex;
    align-items: center;
    color: #fff;
    background: url(../images/page/culture02_bac.jpg) center no-repeat;
    background-size: cover;
  }
  .culture02 .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .culture02 .tit .icon {
    width: 36px;
  }
  .culture02 .tit .icon img {
    width: 100%;
  }
  .culture02 .tit b {
    margin-left: 20px;
    font-size: 36px;
    font-weight: bold;
  }
  .culture02 .list {
    display: flex;
  }
  .culture02 .list a {
    box-sizing: border-box;
    position: relative;
    padding: 80px 2.5%;
    width: 25%;
    text-align: center;
  }
  .culture02 .list a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.2);
  }
  .culture02 .list a:last-child::before {
    display: none;
  }
  .culture02 .list a b {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
  }
  .culture02 .list a p {
    margin-bottom: 35px;
    font-size: 19px;
  }
  .culture02 .list a i {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  @media (max-width: 1200px) {
    .culture02 {
      background-image: url(../images/mobile/page/culture02_bac.jpg);
    }
    .culture02 .tit {
      margin-bottom: 0.8rem;
    }
    .culture02 .tit .icon {
      width: 0.7rem;
    }
    .culture02 .tit b {
      margin-left: 0.4rem;
      font-size: 0.72rem;
    }
    .culture02 .list {
      display: block;
    }
    .culture02 .list a {
      padding: 1rem 2.5%;
      width: 95%;
    }
    .culture02 .list a::before {
      right: 0;
      top: auto;
      transform: translateY(0);
      bottom: 0;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
    }
    .culture02 .list a b {
      margin-bottom: 0.8rem;
      font-size: 0.6rem;
    }
    .culture02 .list a p {
      margin-bottom: 0.65rem;
      font-size: 0.54rem;
    }
    .culture02 .list a i {
      font-size: 0.52rem;
      line-height: 1rem;
    }
  }
  /*===== 搜索结果页 =====*/
  .results_t {
    padding-top: 60px;
  }
  .results_t .searchBoxs {
    position: relative;
    border-bottom: 1px solid #cc0010;
  }
  .results_t .searchBoxs input {
    float: left;
    padding-left: 22px;
    width: calc(100% - 100px);
    height: 70px;
    font-size: 18px;
    color: #333;
    outline: none;
    background: #fff;
  }
  .results_t .searchBoxs em {
    position: absolute;
    top: 0;
    right: 25px;
    width: 35px;
    height: 70px;
    background: url(../images/icon/icon-4ss.png) center no-repeat;
    cursor: pointer;
  }
  .results_t p {
    font-size: 16px;
    color: #333333;
    padding: 42px 0;
  }
  .results_t p i {
    color: #cc0010;
    display: inline-block;
  }
  .results01 {
    padding-bottom: 55px;
  }
  .results01 a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 35px 0;
    border-bottom: #e6e6e6 1px solid;
  }
  .results01 a::before {
    transition: all 0.7s;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #cc0010;
    content: "";
  }
  .results01 a .pic {
    margin-right: 3%;
    width: 22.55%;
    height: 175px;
    overflow: hidden;
    background: #f8f8f8;
  }
  .results01 a .pic i {
    transition: all 0.7s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .results01 a .text {
    flex: 1;
  }
  .results01 a .text b {
    margin-bottom: 25px;
    max-height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .results01 a .text p {
    height: 64px;
    line-height: 32px;
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .results01 a:hover::before {
    transition: all 0.7s;
    width: 100%;
  }
  .results01 a:hover .pic i {
    transition: all 0.7s;
    transform: scale(1.08);
  }
  .results01 a:hover .text b {
    color: #cc0010;
  }
  @media (max-width: 1200px) {
    .results_t {
      padding-top: 1rem;
    }
    .results_t .searchBoxs input {
      width: calc(100% - 3rem);
      height: 1.6rem;
      font-size: 0.56rem;
      padding: 0 2rem 0 0.9rem;
    }
    .results_t .searchBoxs em {
      right: 0.9rem;
      height: 1.6rem;
      width: 0.74rem;
      background-size: 100% auto;
    }
    .results_t p {
      font-size: 0.52rem;
      padding: 0.6rem 0;
    }
    .results01 {
      padding-bottom: 1.5rem;
    }
    .results01 a {
      flex-wrap: wrap;
      padding: 1.2rem 0;
    }
    .results01 a .pic {
      margin: 0 0% 1rem 0;
      width: 100%;
      height: 7.7rem;
    }
    .results01 a .text b {
      margin-bottom: 0.5rem;
      height: 0.9rem;
      line-height: 0.9rem;
      font-size: 0.6rem;
    }
    .results01 a .text div {
      margin-bottom: 0.6rem;
    }
    .results01 a .text em {
      width: 0.67rem;
      height: 0.48rem;
      background-size: 0.48rem auto;
    }
    .results01 a .text i {
      font-size: 0.52rem;
      line-height: 0.48rem;
    }
    .results01 a .text p {
      height: 1.64rem;
      line-height: 0.82rem;
      font-size: 0.52rem;
    }
  }
  