.about_name {
    font-size: 32px;
    color: #c4fa00;
    line-height: 56px;
    margin-bottom: 0;
}

.about_job {
    color: #c4fa00;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.about_box {
    width: 100%;
    box-sizing: border-box;
    /* padding-left: 20px; */
    padding-top: 0.2rem;
}

.about_text {
    font-size: 16px;
    line-height: 24px;
}

#about #main #r1 {
    padding-top: 0;
}

#about #main .row {
    padding-top: 0;
}

.personnelWrapMobile {
    display: none;
}

#swiper-container2,
#swiper-container3 {
    /* 企业发展历程 */
    width: 100%;
    height: 100%;
}

#swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-fslexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper-container2 .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 100px;
    background: #4390ee;
    color: #fff;
}

/* .swiper-container-vertical>.swiper-pagination-bullets {
left: 40px;
right: auto;
} */

#swiper-container3 .swiper-slide {
    padding-left: 0.2rem;
}

/* .choiceWrap2 {
position: absolute;
z-index: 100;
top: 0;
margin-top: 10px;
left: 10px;
color: #333;
cursor: pointer;
font-size: 24px;
height: 100%;
border-right: 1px solid #ececec;
padding-right: 60px;
} */

.choiceWrap {
    left: 10px;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-right: 60px;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    overflow-x: auto;
}

.choiceWrap::-webkit-scrollbar {
    height: 5px;
}

.choiceWrap::scrollbar {
    height: 5px;
}

.choiceWrapBar {
    margin-right: 0.6rem;
}

.choiceWrapBar.active {
    color: #c4fa00;
    font-weight: bold;
    border-bottom: 2px solid #c4fa00;
}

.sub-item2 .li {
    margin-right: 0.8rem;
    width: auto;
}

.sub-item2 .li:hover {
    color: #c4fa00;
    border-bottom: 3px solid #c4fa00;
}

#banner {
    padding-top: 0.8rem !important;
}

@media screen and (max-width: 600px) {
    #swiper-container3 {
        height: 2rem !important;
    }

    #r9 .f-60 {
        margin-bottom: 0.2rem;
    }

    .choiceWrap {
        font-size: 18px;
        padding-right: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .choiceWrapBar {
        line-height: 0.3rem;
        width: auto;
        flex-shrink: 0;
    }

    .warp-subnav {
        display: none;
    }

    #about #main #r7 .rowMain .inner #sw4 .swiper-wrapper .swiper-slide .items > li {
        max-width: 50%;
    }

    #about #main #r7 .rowMain .inner #sw4 .swiper-wrapper .swiper-slide .items > li .box .pic {
        height: 3.6rem;
    }
}

  .modal-window {
      position: fixed;
      background-color: rgba(255, 255, 255, 0.25);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5em 2em;
    background: #fff;
    color: #000;
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #000;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

.modal-cont input {
    background: transparent;
    color: #000;
    border-bottom: 1px solid #000;
    margin-right: 10px;
    width: 200px;
    border-radius: 0;
}

.modal-cont input::placeholder {
    color: #000;
}

.modal-cont select {
    width: 200px;
    background: transparent;
    margin-right: 10px;
}

.modal-cont select::placeholder {
    color: #000;
}

/* Demo Styles */
html,
body {
    height: 100%;
}

a {
    color: inherit;
}

.container {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100vh;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

.layer-btns::after {
    background-color: #000;
}

small {
    color: #aaa;
}

.btn {
    background-color: #fff;
    padding: 1em 1.5em;
    border-radius: 3px;
    text-decoration: none;
}

.btn i {
    padding-right: 0.3em;
}

  .w {
      width: 1200px;
      height: 500px;
      margin: auto;
      background-color: rgb(76, 81, 112);
  }

.index-service {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
}

@media screen and (min-width: 960px) and (max-width: 3840px) {
    .max-wid {
        width: 70%;
    }
    .aaaa {
        display: flex;
    }
    .bbbb {
        display: none;
    }
    .w {
        width: 1200px;
        margin: auto;
    }

    .index-service > div {
        justify-items: center;
        background-color: black;
        width: 16%;
        margin-left: 3%;
        margin-top: 3%;
        height: 130px;
        color: #fff;
        display: flex;
        padding: 13px 13px 13px 0px;
    }

    .index-service > div > div {
        padding-left: 10px;
    }

    .index-service > div > div > div:nth-child(1) {
        font-size: 15px;
    }

    .index-service > div > div > div:last-child {
        font-size: 10px;
    }

    .abz {
        display: flex;
        flex-direction: row;
        width: 95%;
        margin: auto;
        padding: 0 120px;
    }

    .input {
        display: flex;
        flex-direction: row;
        margin-top: 30px;
    }

    .select {
        display: flex;
        flex-direction: row;
        margin-top: 30px;
    }

    .index-product {
        display: flex;
        min-height: 500px;
        width: 70%;
        background-color: #fff;
        padding: 80px;
    }

    .modal-cont {
        display: flex;
        flex-direction: row;
    }

    .modal-window > div {
        width: 40%;
    }

    .index-service > div > div > div {
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 弹性伸缩盒子模型显示 */
        display: -webkit-box;
        /* 限制在一个块元素显示的文本行数 */
        -webkit-line-clamp: 4;
        /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-box-orient: vertical;
    }
}

@media screen and (min-width: 375px) and (max-width: 960px) {
    .aaaa {
        display: none;
    }
    .bbbb {
        display: block;
    }

    .w {
        width: 100%;
        margin: auto;
        /*padding: 50px;*/
    }

    .modal-window > div {
        width: 90%;
    }

    .index-service {
        width: 100%;
    }

    .index-service > div {
        justify-items: center;
        background-color: black;
        width: 45%;
        margin-left: 3%;
        margin-top: 3%;
        height: 150px;
        color: #fff;
        display: flex;
        padding: 13px 13px 13px 0px;
    }

    .index-service > div > div {
        /* padding-left: 10px; */
    }

    .index-service > div > div > div:nth-child(1) {
        font-size: 15px;
    }

    .index-service > div > div > div:last-child {
        /* display: none; */
        overflow: hidden;
        width: 80px;
    }

    .abz {
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: auto;
        padding: 0 30px;
    }

    .input {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .input input {
        width: 100%;
        margin-top: 10px;
        border-radius: 0;
    }

    .select {
        display: flex;
        flex-direction: column;
        /* margin-top: 30px; */
    }

    .select select {
        width: 100%;
        margin-top: 10px;
    }

    .index-product {
        display: flex;
        flex-direction: column;
        min-height: 500px;
        width: 100%;
        background-color: #fff;
        padding: 30px;
    }

    .index-product .tab {
        display: none;
    }

    .modal-cont {
        display: flex;
        flex-direction: column;
    }
}

  p {
      margin: 0;
      font-size: 14px;
  }

.actives {
    color: #c4fa00;
    position: relative;
}

.actives::after {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #c4fa00;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: -15px;
}

.a {
    margin-top: 20px;
    color: #000;
}

.a:first-child {
    margin: 0;
}

#about #main .row {
    padding: 0;
}

.index-service .img {
    width: 50px;
    height: 50px;
    padding: 0;
}

#about #main #r1 .bg .pic {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
}

.layer-btn1::after {
    background-color: #4c5170;
}

.layer-btn1:hover:after {
    background-color: #4c5170;
}
.a {
    cursor: pointer;
}
