/*===== p4-0了解我们 =====*/
#waveInfo canvas {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .active {
    display: block !important;
    animation: slideup 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  @font-face {
    font-family: "DIN-Bold";
    src: url("../font/DIN-Bold.otf");
  }
  .aboutUs {
    background: url(../images/lytimages/page/aboutUs_bac.png) top center no-repeat;
    background-size: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .aboutTitle {
    display: flex;
    font-size: 40px;
    color: #333;
    margin-bottom: 45px;
  }
  .aboutTitle b {
    font-weight: bold;
  }
  .aboutTitle i {
    color: #ba1912;
    font-weight: bold;
  }
  @keyframes scaleUp {
    from {
      transform: scale(0.95);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      opacity: 0.5;
      transform: scale(1);
    }
    50% {
      opacity: 1;
      transform: scale(1.2);
    }
    100% {
      opacity: 0.5;
      transform: scale(1);
    }
  }
  @keyframes twinkling {
    0% {
      opacity: 0.2;
      transform: scale(0.8);
    }
    50% {
      opacity: 0.5;
      transform: scale(1);
    }
    100% {
      opacity: 0.2;
      transform: scale(0.8);
    }
  }
  @keyframes slideup {
    0% {
      transform: translateY(80px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes move_wave {
    0% {
      transform: translateX(0) translateY(0) translateZ(0) scaleY(0.8);
      top: 0;
    }
    50% {
      transform: translateX(-25%) translateY(15px) translateZ(0) scaleY(1);
      top: 10px;
    }
    100% {
      top: 20px;
      transform: translateX(-50%) translateY(30px) translateZ(0) scaleY(0.8);
    }
  }
  @keyframes move_wave_reverse {
    0% {
      top: 120px;
      transform: translateX(-50%) translateY(-30px) translateZ(0) scaleY(1);
    }
    50% {
      top: 110px;
      transform: translateX(-25%) translateY(-15px) translateZ(0) scaleY(0.8);
    }
    100% {
      top: 100px;
      transform: translateX(0) translateY(0) translateZ(0) scaleY(1);
    }
  }
  .aboutUs01 {
    padding-top: 100px;
  }
  .aboutUs01 .tabFlex {
    display: flex;
    justify-content: space-between;
  }
  .aboutUs01 .tabFlex .introductionMain {
    max-width: 650px;
  }
  .aboutUs01 .tabFlex .introductionMain .introductionCon {
    margin-bottom: 45px;
  }
  .aboutUs01 .tabFlex .introductionMain .introductionCon p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
  }
  .aboutUs01 .tabFlex .introductionMain .list {
    display: flex;
    justify-content: space-between;
  }
  .aboutUs01 .tabFlex .introductionMain .list dl dd div {
    display: flex;
    margin: 0 0 15px;
  }
  .aboutUs01 .tabFlex .introductionMain .list dl dd div span {
    height: 36px;
    font-size: 36px;
    line-height: 36px;
    color: #0844bc;
    font-weight: 550;
    font-family: "DIN-Bold";
  }
  .aboutUs01 .tabFlex .introductionMain .list dl dd div b {
    color: #0844bc;
    font-weight: 600;
  }
  .aboutUs01 .tabFlex .introductionMain .list dl dd em {
    font-size: 14px;
    color: #666;
  }
  .aboutUs01 .tabFlex .introductionImg {
    margin: 10px;
    position: relative;
  }
  .aboutUs01 .tabFlex .introductionImg img {
    width: 501px;
    height: 336px;
  }
  .aboutUs01 .tabFlex .introductionImg .video {
    position: absolute;
    width: 108px;
    height: 108px;
    top: 108px;
    left: -24px;
    z-index: 1;
    cursor: pointer;
  }
  .aboutUs01 .tabFlex .introductionImg .video .circle-wrap {
    position: absolute;
    left: 100px;
    top: 100px;
  }
  .aboutUs01 .tabFlex .introductionImg .video .circle-wrap .circle {
    position: relative;
    width: 98px;
    height: 98px;
  }
  .aboutUs01 .tabFlex .introductionImg .video .circle-wrap .circle .small-circle {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    background: url(../images/lytimages/icon/video_icons.png) center no-repeat;
    transition: transform 0.4s ease;
    transform-origin: center center;
    position: absolute;
  }
  .aboutUs01 .tabFlex .introductionImg .video .circle-wrap .circle:hover .small-circle {
    transform: scale(1.1);
  }
  .aboutUs02 {
    padding-top: 100px;
  }
  .aboutUs02 .aboutTitle {
    margin-bottom: 60px;
  }
  .aboutUs02 .m_dm_pic {
    display: none;
  }
  .aboutUs02 .dm_pic {
    width: 100%;
    overflow: hidden;
    height: 580px;
    position: relative;
    transition: all 0.5s;
  }
  .aboutUs02 .dm_pic .dm_list1 {
    display: flex;
    cursor: pointer;
  }
  .aboutUs02 .dm_pic .dm_list1 li {
    float: left;
    height: 580px;
    overflow: hidden;
    width: calc((38% - 3px) / 3);
    transition: width 0.5s;
    border-left: 1px solid #fff;
    background-color: rgba(30, 0, 0, 0.4);
  }
  .aboutUs02 .dm_pic .dm_list1 li .dm_cont {
    position: relative;
    height: 100%;
  }
  .aboutUs02 .dm_pic .dm_list1 li .dm_cont .dm_picLink {
    color: #fff;
    position: absolute;
    top: 25%;
    left: 0;
  }
  .aboutUs02 .dm_pic .dm_list1 li .dm_cont .dm_picLink img {
    z-index: 2;
    margin: 0 auto;
  }
  .aboutUs02 .dm_pic .dm_list1 li .dm_cont .dm_picLink h3 {
    width: calc(100% - 20px);
    margin-top: 28px;
    margin: 28px 10px 0;
    text-align: center;
    font-size: 20px;
    /* font: 20px "siyuanSmall"; */
    z-index: 2;
  }
  .aboutUs02 .dm_pic .dm_list1 li .dm_cont .dm_picLink p {
    font-size: 16px;
    line-height: 26px;
    display: none;
  }
  .aboutUs02 .dm_pic .dm_list1 li .dm_cont .dm_picLink p span {
    font-size: 20px;
  }
  .aboutUs02 .dm_pic .dm_list1 li:nth-child(1) .dm_picLink img {
    width: 44px;
    height: 44px;
  }
  .aboutUs02 .dm_pic .dm_list1 li:nth-child(2) .dm_picLink img {
    width: 48px;
    height: 43px;
  }
  .aboutUs02 .dm_pic .dm_list1 li:nth-child(3) .dm_picLink img {
    width: 53x;
    height: 43px;
  }
  .aboutUs02 .dm_pic .dm_list1 li:nth-child(4) .dm_picLink img {
    width: 47px;
    height: 44px;
  }
  .aboutUs02 .dm_pic .dm_list1 li.on {
    width: 62%;
    background-color: transparent;
  }
  .aboutUs02 .dm_pic .dm_list1 li.on .dm_cont .dm_picLink {
    top: 25%;
    left: 10%;
    max-width: 70%;
  }
  .aboutUs02 .dm_pic .dm_list1 li.on .dm_cont .dm_picLink img {
    margin-left: 0 ;
  }
  .aboutUs02 .dm_pic .dm_list1 li.on .dm_cont .dm_picLink h3 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-left: 0;
    text-align: left;
  }
  .aboutUs02 .dm_pic .dm_list1 li.on .dm_cont .dm_picLink p {
    display: block;
    font-weight: 300;
  }
  .aboutUs03 {
    padding-top: 100px;
  }
  .aboutUs03 .productTitle {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutUs03 .productTitle p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333;
  }
  .aboutUs03 .aboutUs03_main .m_button {
    display: none;
  }
  .aboutUs03 .aboutUs03_main .product01 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 150px;
    overflow: hidden;
  }
  .aboutUs03 .aboutUs03_main .product01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #89b0ff 100%);
    z-index: 1;
    opacity: 0.4;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 {
    position: relative;
    z-index: 3;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .left {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .left .swiper-button-prev {
    position: relative;
    top: 40%;
    width: 40px;
    height: 40px;
    border: 2px solid #0844bc;
    background-image: url();
    border-radius: 50%;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .left .swiper-button-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-left: 2px solid #0844bc;
    border-bottom: 2px solid #0844bc;
    transform: translate(-25%, -50%) rotate(45deg);
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .left .swiper-button-prev:hover {
    background-color: #0844bc;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .left .swiper-button-prev:hover::before {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .right {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .right .swiper-button-next {
    position: relative;
    top: 40%;
    width: 40px;
    height: 40px;
    border: 2px solid #0844bc;
    background-image: url();
    border-radius: 50%;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .right .swiper-button-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-left: 2px solid #0844bc;
    border-bottom: 2px solid #0844bc;
    transform: translate(-75%, -50%) rotate(-135deg);
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .right .swiper-button-next:hover {
    background-color: #0844bc;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .right .swiper-button-next:hover::before {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 {
    padding-left: 40px;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-wrapper {
    align-items: flex-end;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide {
    min-height: 260px;
    width: 20%;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor {
    box-sizing: border-box;
    position: relative;
    padding: 0 20px 0 20px;
    width: 100%;
    color: #0844bc;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor::after {
    position: absolute;
    left: 2px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #0844bc;
    content: "";
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #0844bc;
    content: "";
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor .box {
    position: absolute;
    top: -15px;
    width: 70%;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor .box b {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "DIN-Bold";
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor .box .text {
    font-size: 12x !important;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor .box .text P {
    color: #666;
    font-size: 12x !important;
    line-height: 24px;
    height: 24px;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide:nth-child(odd) .bor {
    height: 200px;
    position: absolute;
    bottom: 0;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide:nth-child(even) .bor {
    height: 230px;
    position: absolute;
    bottom: 0;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide:hover {
    cursor: pointer;
  }
  .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide:hover .bor b {
    color: #0844bc;
    cursor: pointer;
  }
  .aboutUs03 .aboutUs03_main .product01 .this {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 110%;
  }
  .aboutUs04 {
    padding-top: 100px;
    background: url(../images/lytimages/page/gobal.png) no-repeat center;
    height: 40vw;
    width: 100%;
    background-size: cover;
  }
  .aboutUs04 .conTitle h3 {
    color: #fff;
    font-size: 40px;
  }
  .aboutUs04 .gobalLeft {
    display: none;
    max-width: 444px;
    z-index: 5;
    position: absolute;
    top: 10vw;
    left: 10vw;
  }
  .aboutUs04 .gobalLeft .imgbac {
    margin-top: 6vw;
    background: url(../images/lytimages/icon/gobal_i1.png) no-repeat;
    width: 444px;
    height: 350px;
    background-size: 100%;
  }
  .aboutUs04 .gobalLeft .imgbac .gobalCon {
    display: none;
    padding: 35px;
  }
  .aboutUs04 .gobalLeft .imgbac .gobalCon .gobalimg img {
    width: 374px;
    height: 224px;
    background-size: 100%;
  }
  .aboutUs04 .gobalLeft .imgbac .gobalCon .gobalText p {
    color: #fff;
    font-size: 14px;
    line-height: 70px;
    height: 70px;
  }
  .aboutUs04 .gobalLeft .imgbac .gobalCon:hover {
    cursor: pointer;
  }
  .aboutUs04 .bacBottom {
    display: none;
  }
  .aboutUs04 .m-con-box {
    display: none;
  }
  .aboutUs04 .con-box {
    display: flex;
    height: 35vw;
    position: absolute;
  }
  .aboutUs04 .gobalRight {
    z-index: 3;
    width: 70vw;
    position: relative;
    display: flex;
  }
  .aboutUs04 .gobalRight .nameNav {
    position: absolute;
    width: 1px;
    height: 1px;
  }
  .aboutUs04 .gobalRight .nameNav .frame {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 254px;
  }
  .aboutUs04 .gobalRight .nameNav .frame .text {
    margin-top: -1vw;
    padding-left: 2vw;
  }
  .aboutUs04 .gobalRight .nameNav .frame .text b {
    margin-bottom: 10px;
    font-size: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #3eeef9;
    white-space: nowrap;
    /* text-transform: uppercase; */
  }
  .aboutUs04 .gobalRight .nameNav .frame .text p {
    width: 200px;
    line-height: 22px;
    font-size: 16px;
    color: #3eeef9;
  }
  .aboutUs04 .gobalRight .nameNav .lie {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 2vw;
    height: 254px;
    background: url(../images/icon/i70.png) center no-repeat;
    background-size: 2px 100%;
  }
  .aboutUs04 .gobalRight .nameNav .circlePos {
    position: absolute;
    bottom: 254px;
    left: 0;
  }
  .aboutUs04 .gobalRight .nameNav .circlePos .big-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5vw 0 0 -1.5vw;
    width: 3vw;
    height: 3vw;
    border-radius: 100%;
    background: #2663ab;
    animation: twinkling 1s infinite ease-in-out;
    animation-fill-mode: both;
  }
  .aboutUs04 .gobalRight .nameNav .circlePos .small-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5vw 0 0 -0.5vw;
    width: 1vw;
    height: 1vw;
    border-radius: 100%;
    background: #3eeff9;
  }
  .aboutUs04 .gobalRight .nameNav1 {
    top: 48%;
    left: 25%;
  }
  .aboutUs04 .gobalRight .nameNav2 {
    top: 55%;
    left: 68.5%;
  }
  .aboutUs04 .gobalRight .nameNav2 .frame {
    left: auto;
    right: 0;
    height: 153px;
  }
  .aboutUs04 .gobalRight .nameNav2 .frame .text {
    padding: 0 2vw 0 0;
    text-align: right;
  }
  .aboutUs04 .gobalRight .nameNav2 .lie {
    height: 153px;
    background-image: url(../images/icon/i71.png);
    background-position: bottom center;
  }
  .aboutUs04 .gobalRight .nameNav2 .circlePos {
    bottom: 153px;
  }
  .aboutUs04 .gobalRight .nameNav3 {
    top: 49%;
    left: 69.5%;
  }
  .aboutUs04 .gobalRight .nameNav3 .frame {
    height: 234px;
  }
  .aboutUs04 .gobalRight .nameNav3 .lie {
    height: 234px;
    background-image: url(../images/icon/i72.png);
  }
  .aboutUs04 .gobalRight .nameNav3 .circlePos {
    bottom: 234px;
  }
  .aboutUs04 .gobalRight .nameNav4 {
    top: 66.5%;
    left: 70.5%;
  }
  .aboutUs04 .gobalRight .nameNav4 .frame {
    left: auto;
    right: 0;
    bottom: calc(1px - 100px - 1vw);
    height: auto;
  }
  .aboutUs04 .gobalRight .nameNav4 .frame .text {
    padding: 0 2vw 0 0;
    text-align: right;
  }
  .aboutUs04 .gobalRight .nameNav4 .lie {
    bottom: auto;
    top: 0;
    height: 100px;
    background-image: url(../images/icon/i73.png);
  }
  .aboutUs04 .gobalRight .nameNav4 .circlePos {
    bottom: auto;
    top: 100px;
  }
  .aboutUs04 .gobalRight .nameNav5 {
    top: 52%;
    left: 71.5%;
  }
  .aboutUs04 .gobalRight .nameNav5 .frame {
    bottom: calc(1px - 100px - 1vw);
    height: auto;
  }
  .aboutUs04 .gobalRight .nameNav5 .lie {
    bottom: auto;
    top: 0;
    height: 100px;
    background-image: url(../images/icon/i74.png);
  }
  .aboutUs04 .gobalRight .nameNav5 .circlePos {
    bottom: auto;
    top: 100px;
  }
  @media (max-width: 1500px) {
    .aboutUs04 {
      height: 50vw;
    }
    .aboutUs04 .area-box {
      top: 15vw;
      width: 85vw;
      height: 85vw;
    }
    .aboutUs04 .con-box {
      height: 43vw;
    }
    .aboutUs04 .gobalRight {
      width: 85vw;
    }
    .aboutUs04 .gobalRight .nameNav .frame .text p {
      width: 200px;
    }
  }
  .aboutUs05 {
    padding: 100px 0;
    background: url("../images/lytimages/page/honvor_bac.png") no-repeat center;
    background-size: cover;
    width: 100%;
    position: relative;
  }
  .aboutUs05 .aboutUs05_nav {
    display: flex;
    justify-content: space-between;
  }
  .aboutUs05 .aboutUs05_nav .aboutTitle {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
  }
  .aboutUs05 .hon_con_case {
    height: 620px;
  }
  .aboutUs05 .pure1 .pureLeft {
    padding-top: 100px;
    position: relative;
    float: left;
    width: 58%;
    margin-left: 5%;
  }
  .aboutUs05 .pure1 .pureLeft .hon_con_box .swiper-container .swiper-wrapper .swiper-slide {
    width: 395px;
    opacity: 0.9;
    transition: all 0.5s ease-in;
  }
  .aboutUs05 .pure1 .pureLeft .honvorBom {
    width: 100%;
    position: absolute;
    bottom: -80px;
  }
  .aboutUs05 .pure1 .pureLeft .honvorBom img {
    width: 720px;
    margin: auto;
  }
  .aboutUs05 .pure2 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .aboutUs05 .pure2 .knowledgeLeft {
    position: relative;
    bottom: 0;
    width: 66%;
    margin-left: 5%;
  }
  .aboutUs05 .pure2 .knowledgeLeft .img {
    bottom: 0;
    position: absolute;
  }
  .aboutUs05 .pure2 .knowledgeLeft .img img {
    height: 100%;
    width: 100%;
  }
  .aboutUs05 .pure2 .knowledgeLeft .img .img2 {
    display: none;
  }
  .aboutUs05 .pure2 .knowledgeRight {
    width: 16%;
    padding-bottom: 120px;
  }
  .aboutUs05 .pure2 .knowledgeRight .knowBox {
    display: flex;
    margin-bottom: 60px;
  }
  .aboutUs05 .pure2 .knowledgeRight .knowBox .knowIcon {
    width: 40px;
    height: 40px;
    margin-right: 8%;
    margin-top: 10px;
  }
  .aboutUs05 .pure2 .knowledgeRight .knowBox .knowIcon img {
    width: 100%;
    height: 100%;
  }
  .aboutUs05 .pure2 .knowledgeRight .knowBox .knowCon .num {
    font-family: "DIN-Bold";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    color: #0844bc;
    margin-bottom: 10px;
  }
  .aboutUs05 .pure2 .knowledgeRight .knowBox .knowCon .text {
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    height: 16px;
  }
  .aboutUs05 .bot_bac {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    height: 346px;
    overflow: hidden;
    z-index: 0;
  }
  .aboutUs05 .bot_bac .wave {
    position: absolute;
    width: 200%;
    height: 100px;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    background-size: 50% 173px;
  }
  .aboutUs05 .bot_bac .wave-top {
    top: 0;
    left: 0;
    width: 200%;
    height: 173px;
    animation: move_wave 35s linear infinite;
    background-position: 100% bottom;
  }
  .aboutUs05 .bot_bac .wave-bot {
    top: 120px;
    left: 0;
    width: 200%;
    height: 173px;
    animation: move_wave_reverse 35s linear infinite;
    background-position: 0 bottom;
    opacity: 0.7;
  }
  
  .aboutUs05 .modeText b{
    margin-bottom: 30px;
      font-size: 30px;
      color: #333;
      font-weight: bold;
  }
  .aboutUs05 .modeText .text{
      font-size: 16px;
      color: #666;
      line-height: 30px;
  }
  
  .aboutUs06 {
    background-color: #fff;
    padding-top: 100px;
  }
  .aboutUs06 .culture {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .aboutUs06 .culture .cultureL {
    width: 20%;
  }
  .aboutUs06 .culture .cultureR {
    width: 80%;
  }
  .aboutUs06 .culture .cultureR p {
    font-size: 16px;
    color: #666;
    height: 30px;
    height: auto;
    line-height: 30px;
  }
  .aboutUs06 .cultureMain {
    position: relative;
  }
  .aboutUs06 .cultureMain .cultureNav {
    position: absolute;
    top: -30px;
    left: 20%;
    right: 0;
    z-index: 5;
    display: flex;
    width: 60%;
  }
  .aboutUs06 .cultureMain .cultureNav .NavTitle {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    width: 440px;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
  }
  .aboutUs06 .cultureMain .cultureNav .cur {
    background-color: #0844bc;
    color: #fff;
  }
  .aboutUs06 .cultureMain .cultureCon {
    background: url(../images/lytimages/page/culture_bac.png) no-repeat center;
    position: relative;
  }
  .aboutUs06 .cultureMain .cultureCon2 {
    background: url(../images/lytimages/page/culture_bac2.png) no-repeat center;
    position: relative;
  }
  .aboutUs06 .cultureMain .cultureSwiper {
    position: relative;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide {
    position: relative;
    width: 100%;
    height: 590px;
    overflow: hidden;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos {
    position: absolute;
    left: 0;
    top: 38%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    height: 140px;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center {
    color: #fff;
    width: 60%;
    margin: auto;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culIcon,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culIcon {
    width: 100%;
    max-height: 50px;
    margin-bottom: 10px;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culIcon img,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culIcon img {
    background-size: cover;
    margin: auto;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culText .culText1,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culText .culText1 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culText .culText2,
  .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culText .culText2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but {
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 3;
    width: 100%;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs,
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 {
    cursor: pointer;
    width: 80%;
    margin: auto;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide{
    width: 20%;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide {
    width: 25%;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide .clearfix,
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide .clearfix {
    position: relative;
    margin: 20px auto 20px;
    height: 22px;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide .clearfix i,
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide .clearfix i {
    margin-top: 10px;
    width: calc(50% - 20px);
    height: 1px;
    background: #fff;
    opacity: 0.5;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide .clearfix em,
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide .clearfix em {
    background: url(../images/lytimages/icon/cultcircle_1.png) center no-repeat;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide p,
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide p {
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide-thumb-active .clearfix em,
  .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide-thumb-active .clearfix em {
    background: url(../images/lytimages/icon/cultcircle_2.png) center no-repeat;
  }
  /* 添加视频模态框样式 */
  .video-modal {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 20%;
    left: 10%;
    width: 80%;
    max-width: 1341px;
    background: #000;
    z-index: 100;
  }
  .video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
  }
  .video-container video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 650px;
  }
  .close-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
  }
  .pop_video_bac {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
  }
  /* 添加视频模态框样式 结束*/
  /*资质荣誉*/
  .tea_case {
    position: relative;
    width: 100%;
  }
  .hon_tab_nav_box {
    display: flex;
    width: calc(25.23% + 50px);
    width: 405px;
    justify-content: space-between;
  }
  .hon_tab_nav_box > div {
    width: 48%;
    color: #d5dae0;
    transition: all 0.5s ease-out;
    padding-bottom: 0.1rem;
    cursor: pointer;
  }
  .hon_tab_nav_box > div:last-child {
    padding-bottom: 0;
  }
  .hon_tab_num {
    font-size: 40px;
    line-height: 1;
  }
  .hon_tab_name {
    line-height: 36px;
    font-size: 20px;
    font-weight: 700;
    color: #999999;
    text-align: center;
    transition: all 0.5s ease-out;
    position: relative;
  }
  .hon_tab_name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ef1c23;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-out;
  }
  .hon_tab_nav_box > div.on,
  .hon_tab_nav_box > div:hover {
    color: #0844bc;
  }
  .hon_tab_nav_box > div.on .hon_tab_name,
  .hon_tab_nav_box > div:hover .hon_tab_name {
    color: #0844bc;
  }
  .hon_tab_nav_box > div:hover .hon_tab_name::after,
  .hon_tab_nav_box > div.on .hon_tab_name::after {
    width: 100%;
  }
  .hon_con_case {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .hon_con_case > div {
    display: none;
    position: relative;
  }
  .hon_con_case > div:first-child {
    display: block;
  }
  .hon_con_box {
    width: 48%;
    padding-right: 25%;
    padding-left: 25%;
    overflow: hidden;
    position: relative;
  }
  .hon_con_box .swiper-container {
    overflow: initial;
    padding-bottom: 90px;
  }
  .hon_con_box .swiper-slide.active {
    opacity: 1;
  }
  .hon_con_box .swiper-slide > div {
    width: 100%;
    position: relative;
  }
  .hon_con_box .swiper-slide > div > img {
    display: block;
    max-width: 385px;
    max-height: 309px;
    margin: 0 auto;
  }
  .hon_name {
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 1;
    opacity: 0;
    transition: all 0.5s ease-in;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .hon_con_box .swiper-slide.active .hon_name {
    opacity: 1;
  }
  .hon_name_box {
    width: calc(25.23% + 50px);
    float: right;
    padding: 25px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .hon_name_text {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    opacity: 1;
    color: #444444;
    transition: all 0.5s ease-in;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .hon_name_box .active-nav .hon_name_text {
    font-size: 16px;
    background-color: #0844bc;
    color: #fff;
  }
  .hon_name_box .swiper-container {
    height: 470px;
    padding: 25px 25px 15px 25px;
    overflow: hidden;
  }
  .hon_name_box .swiper-slide {
    cursor: pointer;
  }
  .hon_name_box .swiper-button-prev,
  .hon_name_box .swiper-button-next {
    background-image: none;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #000;
  }
  .hon_name_box .swiper-button-prev {
    top: 0;
    left: 0;
  }
  .hon_name_box .swiper-button-next {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .hon_name_box .swiper-button-next::after {
    content: "";
    background-image: url(../images/lytimages/icon/jt_bottom.png);
    width: 16px;
    height: 10px;
  }
  .hon_name_box .swiper-button-prev::after {
    content: "";
    background-image: url(../images/lytimages/icon/jt_top.png);
    width: 16px;
    height: 10px;
  }
  .aboutUs04 {
    position: relative;
  }
  .aboutUs05 {
    z-index: 3;
    position: relative;
  }
  .area-box {
    width: 70vw;
    height: 70vw;
    position: absolute;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .ring span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .ring span:nth-of-type(3) {
    background-image: url("../images/lytimages/page/img-7-3g.png");
    animation: rotate 100s linear infinite;
  }
  .ring span:nth-of-type(4) {
    background-image: url("../images/lytimages/page/img-7-4g.png");
    animation: rotate 8s linear infinite;
  }
  .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/lytimages/page/img-8g.png");
    z-index: 2;
  }
  @media screen and (max-width: 1200px) {
    .aboutTitle {
      font-size: 0.8rem;
    }
    .aboutUs01 {
      padding-top: 2rem;
    }
    .aboutUs01 .aboutTitle {
      margin-bottom: 1rem;
    }
    .aboutUs01 .tabFlex {
      flex-wrap: wrap;
    }
    .aboutUs01 .tabFlex .introductionMain {
      max-width: 62rem;
      width: 100%;
      margin-bottom: 1rem;
    }
    .aboutUs01 .tabFlex .introductionMain .introductionCon p {
      line-height: 0.88rem;
      font-size: 0.5rem;
    }
    .aboutUs01 .tabFlex .introductionMain .list dl dd div span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      height: 0.8rem;
    }
    .aboutUs01 .tabFlex .introductionMain .list dl em {
      font-size: 0.44rem;
    }
    .aboutUs01 .tabFlex .introductionImg {
      margin: 0 auto;
    }
    .aboutUs01 .tabFlex .introductionImg img {
      width: 100%;
      height: 100%;
      background-size: 100% 100%;
    }
    .aboutUs01 .tabFlex .introductionImg .video {
      top: 55%;
      left: 15%;
    }
    .aboutUs01 .tabFlex .introductionImg .video .circle-wrap {
      left: 0;
      top: 0;
    }
    .aboutUs02 {
      padding-top: 2rem;
    }
    .aboutUs02 .dm_pic {
      display: none;
    }
    .aboutUs02 .m_dm_pic {
      display: block;
    }
    .aboutUs02 .m_dm_pic .swiper .swiper-wrapper .valueList {
      height: 100%;
      width: 100%;
      background-size: 100% 100%;
    }
    .aboutUs02 .m_dm_pic .swiper .swiper-wrapper .valueList .dm_picLink {
      padding: 4.5rem 0 4.5rem 1rem;
      color: #fff;
    }
    .aboutUs02 .m_dm_pic .swiper .swiper-wrapper .valueList .dm_picLink h3 {
      font-size: 0.6rem;
      margin-top: 0.5rem;
      margin-bottom: 1rem;
      font-weight: 500;
    }
    .aboutUs02 .m_dm_pic .swiper .swiper-wrapper .valueList .dm_picLink p {
      font-size: 0.5rem;
      line-height: 0.5rem;
      margin-top: 0.5rem;
    }
    .aboutUs02 .m_dm_pic .swiper .swiper-pagination {
      padding-top: 0.8rem;
      top: 0;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .aboutUs02 .m_dm_pic .swiper .swiper-pagination .swiper-pagination-bullet {
      transition: all 0.5s;
      width: 1.4rem;
      background: #dcdcdc;
      height: 0.1rem;
      border-radius: 0.1rem;
      opacity: 1;
    }
    .aboutUs02 .m_dm_pic .swiper .swiper-pagination .swiper-pagination-bullet-active {
      background: #0844bc;
    }
    .aboutUs03 {
      padding-top: 2rem;
    }
    .aboutUs03 .productTitle p {
      font-size: 0.6rem;
    }
    .aboutUs03 .aboutUs03_main {
      position: relative;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .left,
    .aboutUs03 .aboutUs03_main .product01 .w1400 .right {
      display: none;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 {
      padding-left: 0.2rem;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide {
      width: 50%;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor {
      padding: 0 0.2rem 0 0.4rem;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor .box {
      position: absolute;
      width: 80%;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor .box b {
      font-size: 0.65rem;
      color: #000;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor .box .text P {
      color: #666;
      font-size: 10x;
      line-height: 24px;
      height: 24px;
    }
    .aboutUs03 .aboutUs03_main .product01 .w1400 .mySwiper3 .swiper-slide .bor::before {
      width: 5px;
      height: 5px;
    }
    .aboutUs03 .aboutUs03_main .m_button_box {
      display: block;
      position: absolute;
      bottom: 50px;
      z-index: 3;
      width: 100%;
      height: 44px;
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-prev {
      margin-right: 1rem;
      position: relative;
      left: 0;
      bottom: 40%;
      width: 40px;
      height: 40px;
      border: 2px solid #0844bc;
      background-image: url();
      border-radius: 50%;
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-prev::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      border-left: 2px solid #0844bc;
      border-bottom: 2px solid #0844bc;
      transform: translate(-25%, -50%) rotate(45deg);
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-next {
      position: relative;
      right: 0;
      bottom: 40%;
      width: 40px;
      height: 40px;
      border: 2px solid #0844bc;
      background-image: url();
      border-radius: 50%;
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-next::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      border-left: 2px solid #0844bc;
      border-bottom: 2px solid #0844bc;
      transform: translate(-75%, -50%) rotate(-135deg);
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-prev:hover {
      background-color: #0844bc;
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-prev:hover::before {
      border-left-color: #fff;
      border-bottom-color: #fff;
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-next:hover {
      background-color: #0844bc;
    }
    .aboutUs03 .aboutUs03_main .m_button_box .m_button .swiper-button-next:hover::before {
      border-left-color: #fff;
      border-bottom-color: #fff;
    }
    .aboutUs04 {
      padding-top: 0rem;
      background: url(../images/lytimages/mobile/page/gobal.png) no-repeat center;
      height: 18rem;
      width: 100%;
      background-size: cover;
      position: relative;
      overflow: hidden;
    }
    .aboutUs04 .conTitle {
      padding: 2.2rem 0 1.5rem;
    }
    .aboutUs04 .conTitle h3 {
      font-size: 0.8rem;
    }
    .aboutUs04 .area-box {
      top: 5.8rem;
      left: 0;
      transform: translateX(0);
      width: 130vw;
      height: 130vw;
      margin-left: -23vw;
    }
    .aboutUs04 .ring {
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    .aboutUs04 .ring span {
      left: 0;
      width: 100%;
      height: 100%;
    }
    .aboutUs04 .con-box {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 9rem;
    }
    .aboutUs04 .con-box .gobalRight {
      width: 100%;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .frame {
      height: 3.7rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .frame .text {
      margin-top: -0.4rem;
      padding-left: 0.8rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .frame .text b {
      margin-bottom: 0.2rem;
      font-size: 0.48rem;
      white-space: normal;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .frame .text p {
      width: 3rem;
      line-height: 0.44rem;
      font-size: 0.29rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .lie {
      width: 0.9rem;
      height: 3.9rem;
      background-size: 1px 100%;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .circlePos {
      bottom: 3.9rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .circlePos .big-circle {
      margin: -0.45rem 0 0 -0.45rem;
      width: 0.9rem;
      height: 0.9rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav .circlePos .small-circle {
      margin: -0.12rem 0 0 -0.12rem;
      width: 0.24rem;
      height: 0.24rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav1 {
      top: 48%;
      left: 28%;
    }
    .aboutUs04 .con-box .gobalRight .nameNav2 {
      top: 61%;
      left: 68.5%;
    }
    .aboutUs04 .con-box .gobalRight .nameNav2 .frame {
      height: 2rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav2 .frame .text {
      padding: 0 0.8rem 0 0;
    }
    .aboutUs04 .con-box .gobalRight .nameNav2 .lie {
      height: 2rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav2 .circlePos {
      bottom: 2rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav3 {
      top: 54%;
      left: 69.5%;
    }
    .aboutUs04 .con-box .gobalRight .nameNav3 .frame {
      height: 3.4rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav3 .lie {
      height: 3.4rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav3 .circlePos {
      bottom: 3.4rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav4 {
      top: 71%;
      left: 70.5%;
    }
    .aboutUs04 .con-box .gobalRight .nameNav4 .frame {
      bottom: calc(1px - 3.8rem - 0.45rem);
      height: auto;
    }
    .aboutUs04 .con-box .gobalRight .nameNav4 .frame .text {
      padding: 0 0.8rem 0 0;
    }
    .aboutUs04 .con-box .gobalRight .nameNav4 .lie {
      height: 3.8rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav4 .circlePos {
      top: 3.8rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav5 {
      top: 56.1%;
      left: 71.8%;
    }
    .aboutUs04 .con-box .gobalRight .nameNav5 .frame {
      bottom: calc(1px - 2rem - 0.45rem);
      height: auto;
    }
    .aboutUs04 .con-box .gobalRight .nameNav5 .lie {
      height: 2rem;
    }
    .aboutUs04 .con-box .gobalRight .nameNav5 .circlePos {
      bottom: auto;
      top: 2rem;
    }
    .aboutUs04 .gobalLeft {
      width: 80vw;
      z-index: 5;
      position: absolute;
      top: 90vw;
      left: 10vw;
    }
    .aboutUs04 .gobalLeft .imgbac {
      margin: auto;
      margin-top: 6vw;
      background: url(../images/lytimages/icon/gobal_i1.png) no-repeat;
      width: 100%;
      height: 100%;
      background-size: 100%;
    }
    .aboutUs04 .gobalLeft .imgbac .gobalCon {
      padding: 1rem;
    }
    .aboutUs04 .gobalLeft .imgbac .gobalCon .gobalimg img {
      width: 100%;
      height: 100%;
      background-size: 100%;
    }
    .aboutUs04 .gobalLeft .imgbac .gobalCon .gobalText p {
      color: #fff;
      font-size: 14px;
      line-height: 70px;
      height: 70px;
    }
    .aboutUs04 .bacBottom {
      display: none;
    }
    .hon_tab_name {
      font-size: 0.5rem;
    }
    .hon_tab_nav_box {
      width: 100%;
      margin-top: 0.5rem;
    }
    .aboutUs05 {
      padding: 0rem 0 2rem;
      height: auto;
    }
    .aboutUs05 .aboutUs05_nav {
      display: block;
      padding-bottom: 20px;
      padding-top: 60px;
    }
    .aboutUs05 .hon_con_case {
      height: auto;
    }
    .aboutUs05 .pure1 {
      position: relative;
      padding-bottom: 70px;
    }
    .aboutUs05 .pure1 .pureLeft {
      width: 100%;
      margin-left: 0;
      padding-top: 0;
    }
    .aboutUs05 .pure1 .pureLeft .honvorBom {
      bottom: -45px;
    }
    .aboutUs05 .pure1 .pureLeft .honvorBom img {
      width: 100%;
      height: 100%;
      max-height: 180px;
      background-size: 100%;
    }
    .aboutUs05 .pure1 .hon_name_box {
      position: relative;
      right: auto;
      top: auto;
      width: 100%;
      z-index: 0;
    }
    .aboutUs05 .pure1 .hon_name_box .swiper-container {
      height: 300px;
      padding: 0.5rem 0;
    }
    .aboutUs05 .pure1 .hon_name_box .swiper-button-prev {
      margin-bottom: 0.2rem;
    }
    .aboutUs05 .pure2 {
      display: flex;
      flex-direction: column;
      position: static;
    }
    .aboutUs05 .pure2 .knowledgeLeft {
      position: static;
      width: 100%;
      bottom: 0;
      order: 2;
    }
    .aboutUs05 .pure2 .knowledgeLeft .img {
      margin-left: 0;
      width: 90%;
      position: static;
    }
    .aboutUs05 .pure2 .knowledgeLeft .img img {
      height: 100%;
      width: 100%;
      margin: auto;
    }
    .aboutUs05 .pure2 .knowledgeLeft .img .img1 {
      display: none;
    }
    .aboutUs05 .pure2 .knowledgeLeft .img .img2 {
      display: block;
      max-height: 550px;
    }
    .aboutUs05 .pure2 .knowledgeRight {
      padding-top: 30px;
      padding-bottom: 10px;
      width: 100%;
      order: -1;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .aboutUs05 .pure2 .knowledgeRight .knowBox {
      width: 46%;
      margin-left: 3%;
      margin-bottom: 30px;
    }
    .aboutUs05 .pure2 .knowledgeRight .knowBox .knowIcon {
      width: 1rem;
      height: 1rem;
      margin-right: 5%;
    }
    .aboutUs05 .pure2 .knowledgeRight .knowBox .knowCon .num {
      font-size: 1rem;
    }
    .aboutUs05 .bot_bac {
      position: absolute;
      left: 0;
      top: 43%;
      width: 100%;
      height: 200px;
      overflow: hidden;
      z-index: 0;
    }
    .aboutUs05 .bot_bac .wave {
      position: absolute;
      width: 200%;
      height: 100px;
      background-repeat: repeat no-repeat;
      background-position: 0 bottom;
      transform-origin: center bottom;
      background-size: 90% 100px;
    }
    .aboutUs05 .bot_bac .wave-top {
      top: 0;
      left: 0;
      animation: move_wave 35s linear infinite;
    }
    .aboutUs05 .bot_bac .wave-bot {
      top: 70px;
      left: 0;
      animation: move_wave_reverse 35s linear infinite;
    }
    .aboutUs05 .hon_con_box .swiper-container {
      padding-bottom: 0px;
    }
    .aboutUs05 .hon_con_box .swiper-slide > div > img {
      max-width: 100%;
      max-height: 5.5rem;
    }
    .aboutUs05 .hon_name {
      position: relative;
      left: auto;
      top: auto;
      padding-bottom: 0.1rem;
      line-height: 0.6rem;
      font-size: 0.48rem;
    }
    .aboutUs05 .modeText b{
    margin-bottom: 0.8rem;
      font-size:0.6rem;
  }
  .aboutUs05 .modeText .text{
      font-size:0.5rem;
      line-height:0.88rem;
  }
    .aboutUs06 {
      padding-top: 2rem;
    }
    .aboutUs06 .culture {
      display: block;
      margin-bottom: 40px;
    }
    .aboutUs06 .culture .aboutTitle {
      width: 100%;
    }
    .aboutUs06 .culture .cultureR {
      width: 100%;
    }
    .aboutUs06 .culture .cultureR p {
      font-size: 0.5rem;
      line-height: 0.8rem;
    }
    .aboutUs06 .cultureMain {
      position: static;
    }
    .aboutUs06 .cultureMain .cultureNav {
      position: static;
      width: 100%;
    }
    .aboutUs06 .cultureMain .cultureNav .NavTitle {
      font-size: 0.5rem;
      height: 50px;
      line-height: 50px;
    }
    .aboutUs06 .cultureMain .cultureCon {
      background: url(../images/lytimages/mobile/page/culture_bacs.png) no-repeat left top;
      width: 100%;
      height: 100%;
      background-size: 100% auto;
      left: 0;
      bottom: 0;
    }
    .aboutUs06 .cultureMain .cultureCon2 {
      background: url(../images/lytimages/mobile/page/culture_bacs2.png) no-repeat left top;
      width: 100%;
      height: 100%;
      background-size: 100% auto;
      left: 0;
      bottom: 0;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide {
      height: 13rem;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner {
      width: 100%;
      height: 100%;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos {
      height: 4rem;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center {
      width: 92%;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culIcon,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culIcon {
      position: static;
      width: 100%;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culIcon img,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culIcon img {
      position: static;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culText .culText1,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culText .culText1 {
      font-size: 0.4rem;
    }
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top .swiper-slide .slide-inner .pos .center .culText .culText2,
    .aboutUs06 .cultureMain .cultureSwiper .gallery-top2 .swiper-slide .slide-inner .pos .center .culText .culText2 {
      font-size: 0.5rem;
    }
    .aboutUs06 .cultureMain .cultureSwiper .pos_but {
      position: absolute;
      left: 0;
      bottom: 30px;
    }
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs,
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 {
      width: 100%;
    }
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide,
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide {
      width: 27%;
    }
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide .clearfix,
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide .clearfix {
      position: relative;
      margin: 20px auto 20px;
      height: 22px;
    }
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide .clearfix i,
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide .clearfix i {
      margin-top: 10px;
      width: calc(50% - 16px);
      height: 1px;
      background: #fff;
      opacity: 0.5;
    }
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs .swiper-slide p,
    .aboutUs06 .cultureMain .cultureSwiper .pos_but .gallery-thumbs2 .swiper-slide p {
      font-size: 0.35rem;
    }
  }
  /*=====  资质荣誉弹窗 =====*/
  .pop_listImg {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
  }
  .pop_listImg .delete i {
    float: right;
    margin-bottom: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(../images/icon/i49s.png) center no-repeat;
    background-size: 22px auto;
    cursor: pointer;
  }
  .pop_listImg .swiper {
    width: 900px;
  }
  .pop_listImg .swiper .swiper-slide {
    width: 100%;
  }
  .pop_listImg .swiper .swiper-slide .pic {
    margin: 0 200px 60px;
    height: 68vh;
  }
  .pop_listImg .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pop_listImg .swiper .swiper-button-next,
  .pop_listImg .swiper .swiper-button-prev {
    margin-top: -74px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: #fff 1px solid;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
  }
  .pop_listImg .swiper .swiper-button-next:hover,
  .pop_listImg .swiper .swiper-button-prev:hover {
    border: #0844bc 1px solid;
    background-color: #0844bc;
  }
  .pop_listImg .swiper .swiper-button-prev {
    background-image: url(../images/icon/i39sss.png);
  }
  .pop_listImg .swiper .swiper-button-next {
    background-image: url(../images/icon/i40ss.png);
  }
  .pop_listImg .swiper .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 25px;
    color: #fff;
    align-items: center;
  }
  .pop_listImg .swiper .swiper-pagination span {
    margin: 5px 4px 0;
    font-size: 20px;
    color: #fff;
    font-family: "Arial";
  }
  .pop_listImg_bac {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
  }
  @media (max-width: 1200px) {
    .pop_listImg .swiper {
      width: 92vw;
    }
    .pop_listImg .swiper .swiper-slide {
      width: 92vw;
    }
    .pop_listImg .swiper .swiper-slide .pic {
      margin: 0 0 1rem;
      height: 58vh;
    }
    .pop_listImg .swiper .swiper-button-next,
    .pop_listImg .swiper .swiper-button-prev {
      display: none;
    }
  }
  