.about-title {
    line-height: 2;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}

.about3 {
    background: #FAFAF8;
}

.about3 .about-title {
    margin-bottom: 25px;
}

.about3 .desc {
    /* line-height: 1.11; */
    margin-bottom: 54px;
    font-weight: 300;
    text-align: justify;
}

.about3 .desc p {
    margin-bottom: 20px;
}

.about3 .ev {
    width: 20%;
    max-width: 260px;
}

.about3 .ev h4 {
    color: #486A00;
    line-height: 1.17;
    text-align: center;
}

.about3 .ev h4 span {
    position: absolute;
}

.about3 .list {
    color: #222222;
    margin-top: 14px;
    text-align: center;
}

.about3 .list p::before {
    content: '';
    display: inline-block;
    border: 1px solid #486A00;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 18px;
}

.about4 .about-title {
    margin-bottom: 18px;
}

.about4 .main1 .ev {
    margin-bottom: 20px;
    position: relative;
}

.about4 .main1 .ev .intr {
    color: #fff;
    padding: 0 102px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about4 .main1 .ev .intr h2 {
    line-height: 1.8;
    margin-bottom: 6px;
}

.about4 .main2::after {
    content: '';
    width: 32.36%;
}

.about4 .main2 .ev {
    width: 32.36%;
    margin-bottom: 20px;
    position: relative;
    background: #E7EEF4;
}

.about4 .main2 .ev .title {
    padding: 25px 30px;
}

.about4 .main2 .ev .down {
    padding: 25px 30px;
    background: #E7EEF4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 10;
    transition: all ease .3s;
    pointer-events: none;
}

.about4 .main2 .ev:hover .down {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: visible;
}

.about4 .main2 .ev>div::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #759808;
}

.about4 .main2 .ev:nth-of-type(2)>div::before {
    background: #65ABE6;
}

.about4 .main2 .ev:nth-of-type(3)>div::before {
    background: #516123;
}

.about4 .main2 .ev:nth-of-type(4)>div::before {
    background: #F2BE4A;
}

.about4 .main2 .ev:nth-of-type(5)>div::before {
    background: #002D5D;
}

.about4 .main2 .ev:nth-of-type(6)>div::before {
    background: #49A486;
}

.about5 {
    background: #F5F7F8;
}

.about5 .pic {
    width: 33.5%;
    margin: 15px 6.43% 0 5%;
}

.about5 .intr {
    width: 55%;
}

.about5 .intr .topBox h2 {
    color: #222222;
    margin: 27px 0 8px;
}

.about5 .intr .topBox p {
    color: #222222;
    font-weight: bold;
    text-align: justify;
}

.about5 .intr .topBox .hr {
    margin: 30px 0;
    border-top: 1px dashed #486A00;
}

.about5 .intr .downBox {
    /* line-height: 1.1; */
}

.about5 .intr .downBox p {
    margin-bottom: 20px;
    text-align: justify;
}

.about5 .C-btn {
    margin-top: 40px;
}

.about6 .about-title {
    margin-bottom: 34px;
}

/* .ev.ev-none {
    display: none;
}

.about6 .ev.ev-show {
    display: block !important;
} */
.about6 .C-btn{
    display: none;
}

.about6 .ev .pic {
    position: relative;
}

.about6 .ev .pic .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background: rgba(72, 106, 0, 0.9);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: all ease .3s;
}

.about6 .ev .pic .desc .gdt {
    overflow: auto;
}

.about6 .ev:hover .pic .desc {
    opacity: 1;
}

.about6 .ev .intr h2 {
    color: #222222;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 7px;
}

.about6 .ev .intr p {
    color: #666666;
}

.about6 .ev {
    width: 18.57%;
    margin-bottom: 56px;
}

.about6 .zhanwei {
    width: 18.57%;
}

.about7 {
    background: #F5F7F8;
}

.about7 .sub {
    margin-bottom: 30px;
}

.about7 .desc {
    margin-bottom: 25px;
    text-align: justify;
}

.about7 .desc p {
    margin-bottom: 15px;
}

.about7 .swiper-slide {
    width: calc(20% - 20px);
    cursor: pointer;
    transition: all ease .3s;
}

.about7 .swiper-slide h2 {
    font-weight: normal;
    margin: 10px 0;
    color: #000000;
}

.about7 .swiper-slide:hover {
    transform: translateY(-10px);
}

.about7 .swiper-slide .sub {
    color: #666666;
}

.about7 .swiper-slide .desc {
    display: none;
}

.about8 .about-title {
    margin-bottom: 35px;
}

.about8 .tabbar {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.about8 .tabbar .swiper-slide {
    color: #999999;
    padding-bottom: 5px;
    width: auto;
    cursor: pointer;
}

.about8 .tabbar .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #486A00;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0) scale(0);
}

.about8 .tabbar .swiper-slide.active::after {
    transform: translate(-50%, 0) scale(1);
}

.about8 .tabbar .swiper-slide.active {
    color: #486A00;
}

.about8 .tab-content .main {
    display: none;
}

.about8 .tab-content .main.active {
    display: flex;
}

.about8 .tab-content .main::after {
    content: '';
    width: 31.86%;
}

.about8 .tab-content .ev {
    width: 31.86%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.about8 .tab-content .intr {
    padding: 15px 0 50px 30px;
}

.about8 .tab-content .left {
    flex: 1;
}

.about8 .tab-content .left h2 {
    position: relative;
}

.about8 .tab-content .left h2 span {
    border-bottom: 1px solid #486A00;
    padding: 7px 0;
}

.about8 .tab-content .left .icon {
    width: 15px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.about8 .tab-content .left {
    color: #222222;
    margin-bottom: 14px;
}

.about8 .tab-content .right {
    color: #222222;
    width: 100%;
}

.about8 .tab-content .list {
    margin-top: 10px;
}

.about8 .tab-content .list p {
    position: relative;
    line-height: 30px;
    color: #222222;
}

.about8 .tab-content .list p::before {
    content: '';
    display: block;
    border: 2px solid #D9D9D9;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 100%;
    top: 10px;
   
    border-radius: 100%;
    margin-right: 5px;
}

.about9 {
    background: #F5F7F8;
}

.about9 .about-title {
    margin-bottom: 50px;
}

.about9 .tabbar {
    margin-bottom: 60px;
    border-bottom: 1px solid #D9D9D9;
}

.about9 .tabbar .swiper-slide {
    padding-bottom: 8px;
    text-align: center;
    width: auto;
    position: relative;
}

.about9 .tabbar h2 {
    color: #222;
    font-weight: normal;
}

.about9 .tabbar h3 {
    color: #222;
}

.about9 .tabbar .active::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 114px;
    transform: translateX(-50%);
    border-bottom: 1px solid #486A00;
}

.about9 .tabbar .active h2 {
    font-weight: bold;
}

.about9 .tabbar .active h3 {
    color: #486A00;
}

.about9 .tab-content .main {
    display: none;
}

.about9 .tab-content .main.active {
    display: flex;
}

.about9 .zuo {
    width: 33%;
}

.about9 .zuo .ev {
    display: none;
}

.about9 .zuo .ev.active {
    display: block;
}

.about9 .zuo .intr h4 {
    color: #222222;
    margin-top: 23px;
}

.about9 .zuo .intr h2 {
    color: #486A00;
    line-height: 1.2;
}

.about9 .you {
    width: 61.21%;
    /* max-height: 555px; */
    max-height: 50vh;
    margin-top: -27px;
}

.about9 .you .swiper-container {
    height: 100%;
    padding-right: 10px;
}


.about9 .you .swiper-container .swiper-wrapper{
    display: block;
    overflow: auto;
    padding-right: 10px;
}


.about9 .you .swiper-container .swiper-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 1px;
  }
  
  .about9 .you .swiper-container .swiper-wrapper::-webkit-scrollbar-thumb {
    background: #486A00;
  }
  
  .about9 .you .swiper-container .swiper-wrapper::-webkit-scrollbar-track {
    background: #e5e5e5;
  }


.about9 .you .swiper-scrollbar {
    right: 0;
    width: 3px;
}
.about9 .you .swiper-scrollbar-drag{
    border-radius: 0;
    background: #486A00;
}
.about9 .you .swiper-slide {
    height: auto;
    cursor: pointer;
    padding: 27px 0 27px 0;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}

.about9 .you .swiper-slide:hover {
    background: rgba(0, 0, 0, 0.01);
}

.about9 .you .time {
    color: #999999;
    flex: 1;
    text-align: center;
}

.about9 .you .desc {
    color: #222222;
    width: 65%;
    /* line-height: 1.1; */
    text-align: justify;
}

.about10 {
    background: url('../images/about10-1.jpg') no-repeat center center/cover;
}


.about10 .C-wrap {
    position: relative;
}

.about10 .about-title {
    margin-bottom: 50px;
}

.about10 .swiper-slide {
    width: 700px;
    height: auto;
    padding: 36px 27px 22px;
    background: #FFFFFF;
    opacity: 0;
    border-top: 8px solid transparent;
    border-radius: 0 0 8px 8px;
    transition: all ease .3s;
}

.about10 .swiper-slide-prev,
.about10 .swiper-slide-next {
    opacity: 0.6;
}

.about10 .swiper-slide-active {
    opacity: 1;
    border-top: 8px solid #486A00;
}

.about10 .swiper-slide h2 {
    border-bottom: 1px dashed #486A00;
    color: #486A00;
    line-height: 1;
    padding-bottom: 22px;
    margin-bottom: 15px;
}

.about10 .swiper-slide li {
    list-style-type: none;
    margin-bottom: 20px;
}

.about10 .my-swiper-button.prev {
    right: 100%;
    margin-right: 10px;
}

.about10 .my-swiper-button.next {
    left: 100%;
    margin-left: 10px;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1680px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1025px) {}

@media screen and (max-width:800px) {
    .about3 .ev {
        width: 40%;
        margin-bottom: 20px;
    }

    .about4 .main1 .ev .intr {
        padding: 0 5%;
    }

    .about4 .main2 .ev {
        width: 49%;
    }

    .about5 .pic {
        width: 100%;
    }

    .about5 .intr {
        width: 100%;
    }

    .about6 .ev {
        width: 48%;
        margin-bottom: 56px;
    }

    .about7 .swiper-slide {
        width: 200px;
    }

    .about8 .tab-content .ev {
        width: 49%;
    }

    .about9 .zuo {
        width: 100%;
        margin-bottom: 40px;
    }

    .about9 .you {
        width: 100%;
        max-height: 280px;
    }

    .about10 .swiper-slide {
        width: 80vw;
    }


    .about10 .my-swiper-button {
        display: none;
    }
}

@media screen and (max-width:480px) {

    .about3 .list p::before {
        width: 5px;
        height: 5px;
        margin-right: 10px;
    }

    .about8 .tab-content .ev {
        width: 100%;
    }

    .about7 {
    }
}
