.about1 {
    width: 100%;
    padding-top: 1.04rem;
    padding-bottom: 0.88rem;
    overflow: hidden;
}

.about1 .about1_text {
    width: 14rem;
    margin: 0 auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
}

.about1 .about1_title {
    padding-top: 0.84rem;
    padding-bottom: 0.53rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.38rem;
    text-align: center;
}

.about1_sw_con {
    position: relative;
    z-index: 1;
    width: 15rem;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0.1rem;
}

.about1 .about1_sw {
    position: relative;
    width: 100%;
    height: 2.82rem;
    /* background: url('../img/contact/dashed.png') no-repeat;
    background-size: auto 0.95rem; */
}

.about1 .about1_sw .dashed {
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 100%;
    height: 0.95rem;
    margin: 0 auto;
    object-fit: fill;
}

.about1 .about1_sw .swiper {
    position: relative;
    /* width: 14rem; */
    width: 11.2rem;
    margin: 0 auto;
    height: 2.82rem;
}

/* .about1 .about1_sw .swiper::after {
    position: absolute;
    right: 120%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
}

.about1 .about1_sw .swiper::before {
    position: absolute;
    left: 120%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    z-index: 88;
} */

.about1 .about1_sw .swiper {
    overflow-y: visible !important;
    overflow-x: visible !important;
    user-select: none;
}

.about1 .about1_sw .swiper-slide {
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.about1 .about1_sw .rou {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.15rem;
    height: 0.15rem;
    border: 0.01rem solid #06823C;
    box-sizing: border-box;
    border-radius: 50%;
    margin-bottom: 0.21rem;
    margin: 0 auto;
}

.rou .rou1 {
    opacity: 0;
    transition: all 0.3s;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: #06823C;
}

.about1 .about1_sw .sw_year {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 41px;
    color: #D0D0D0;
    line-height: 0.68rem;
    text-align: center;
}

.about1 .about1_sw .sw_text {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4.06rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #7B7B7B;
    line-height: 0.25rem;
    text-align: center;
}

/* 轮播图划入样式 */
.about1 .about1_sw .swiper-slide-active .sw_text {
    opacity: 1;
}

.about1 .about1_sw .swiper-slide-active .rou .rou1 {
    opacity: 1;
}

.about1 .about1_sw .swiper-slide-active .sw_year {
    color: #06823C;
}

/* 常规划入样式 */
.about1 .about1_sw .swiper-slide.active .sw_text {
    opacity: 1;
}

.about1 .about1_sw .swiper-slide.active .rou .rou1 {
    opacity: 1;
}

.about1 .about1_sw .swiper-slide.active .sw_year {
    color: #06823C;
}

/* .about1 .about1_sw .swiper-slide:hover .sw_text {
    opacity: 1;
} */

.about1_card {
    position: relative;
    width: 14rem;
    height: 6.05rem;
    background: #F0F0F0;
    border-radius: 0.2rem;
    margin: 0.84rem auto 0;
    overflow: hidden;
}

.about1_card img {
    width: 100%;
    height: 100%;
}

.about1_card .card_text {
    position: absolute;
    top: 0.72rem;
    left: 0.74rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.45rem;
}

.about2 {
    display: flex;
    width: 14rem;
    margin: 0 auto;
    padding: 1.24rem 0 1.13rem;
}

.about2 .about2_left {
    width: 6.74rem;
    height: 5.06rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-right: 0.88rem;
    cursor: pointer;
}

.about2 .about2_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.about2 .about2_left:hover img {
    transform: scale(1.1);
}

.about2 .about2_right {
    width: 6.36rem;
    padding-top: 0.67rem;
}

.about2 .about2_right .about2_title {
    margin-bottom: 0.47rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.27rem;
}

.about2 .about2_right .about2_text {
    margin-bottom: 0.49rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
}

.about2 .about2_right .about3_img {
    width: 1.24rem;
    margin-left: auto;
}

.about3_img img {
    width: 100%;
    height: auto;
}

.about3 {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.98rem;
    padding-bottom: 0.19rem;
}

.about3 .about3_tr {
    display: flex;
    justify-content: space-between;
    min-height: 0.89rem;
    margin-bottom: 0.55rem;
}

.about3 .about3_td {
    position: relative;
    width: 6.36rem;
    padding-bottom: 0.26rem;
    cursor: pointer;
}

.about3 .about3_title {
    margin-bottom: 0.1rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.27rem;
}

.about3 .about3_text {
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #646464;
    line-height: 0.25rem;
}

.about3 .about3_bor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5.91rem;
    height: 0.01rem;
    background: #E8E8E8;
    transition: all 0.3s;
}

.about3 .about3_td:hover .about3_title {
    color: #06823C;
}

.about3 .about3_td:hover .about3_text {
    color: #06823C;
}

.about3 .about3_td:hover .about3_bor {
    background: #06823C;
}

.about4 {
    width: 100%;
    padding: 0.49rem 0 0.89rem;
}

.about4 img {
    width: 14.84rem;
    height: auto;
    margin: 0 auto;
}

.about5 {
    width: 100%;
    padding: 1.07rem 0 0.78rem;
    background: url('../img/about/bg1.png') no-repeat;
    background-size: 100% 100%;
}

.about5 .about5_title {
    width: 7.2rem;
    margin: 0 auto 0.85rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.5rem;
    text-align: center;
}

.about5 .about5_con {
    width: 14rem;
    margin: 0 auto;
}

.about5 .about5_con .about5_width {
    display: flex;
    flex-wrap: wrap;
}

.about5_width a {
    display: block;
    width: 3.25rem;
    height: 2.14rem;
    margin-right: 0.32rem;
    margin-bottom: 0.38rem;
    overflow: hidden;
}

.about5_width a:nth-child(4n) {
    margin-right: 0;
}

.about5_width a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.about5_width a:hover img {
    transform: scale(1.1);
}

.about5 .about5_con .about5_height {
    display: flex;
    flex-wrap: wrap;
}

.about5_height a {
    display: block;
    width: 3.25rem;
    height: 3rem;
    margin-right: 0.32rem;
    margin-bottom: 0.38rem;
    overflow: hidden;
}

.about5_height a:nth-child(4n) {
    margin-right: 0;
}

.about5_height a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.about5_height a:hover img {
    transform: scale(1.1);
}

.about6 {
    width: 100%;
    padding: 0.97rem 0 0.95rem;
}

.about6 .about6_top {
    display: flex;
    justify-content: center;
    margin-bottom: 0.56rem;
}

.about6 .about6_bot {
    display: flex;
    justify-content: center;
}

.about6 .about6_top .about6_item:nth-child(2n) {
    margin-right: 0;
}

.about6 .about6_bot .about6_item:nth-child(3n) {
    margin-right: 0;
}

.about6 .about6_item {
    display: block;
    width: 4.34rem;
    height: 3.5rem;
    background: #F2F2F2;
    border-radius: 0.3rem;
    margin-right: 0.48rem;
    padding: 0.58rem 0.38rem 0;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: pointer;
}

.about6 .about6_item .about6_img {
    position: relative;
    height: 0.5rem;
    margin-bottom: 0.17rem;
}

.about6_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.about6_img img.img2 {
    opacity: 0;
}

.about6 .about6_item .about6_title {
    margin-bottom: 0.09rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.25rem;
    color: #0F0F0F;
    line-height: 0.33rem;
    text-align: center;
}

.about6 .about6_item .about6_bor {
    width: 0.53rem;
    height: 0.01rem;
    background: #06823C;
    margin: 0 auto 0.29rem;
    transition: all 0.3s;
}

.about6 .about6_item .about6_text {
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #919191;
    line-height: 0.3rem;
}

.about6 .about6_item:hover {
    background: #06823C;
}

.about6 .about6_item:hover .about6_img img.img2 {
    opacity: 1;
}

.about6 .about6_item:hover .about6_img img.img1 {
    opacity: 0;
}

.about6 .about6_item:hover .about6_title {
    color: #FFFFFF;
}

.about6 .about6_item:hover .about6_bor {
    background: #FFFFFF;
}

.about6 .about6_item:hover .about6_text {
    color: #FFFFFF;
}


@media only screen and (max-width:768px){
    .about1 .about1_text{
        width: 7rem;
    }
    .about1_card{
           width: 7rem;
           height: 3.05rem;
           margin-top: -1.3rem;
    }
    .about1 .about1_text img{
        height: 100%!important;
    }
    .about5 .about5_con{
            width: 7rem;
    }
    .about5_width a{
            margin-right: 0.2rem;
    }
    .about6 .about6_bot .about6_item:nth-child(2){
        margin-right: 0.2rem;
    }
    .about6 .about6_item{
        height: auto;
        width: 100%;
        padding: 0.2rem;
        margin-right: 0.2rem;
    }
    .about2{
        width: 7rem;
            flex-wrap: wrap;
            justify-content: center;
    }
    .about2 .about2_left{
        margin-right: 0;
    }
    .about3{
       width: 7rem;
    }
    .about3 .about3_tr{
        flex-direction: column;
    }
    .about3 .about3_tr{
        margin-bottom:0;
    }
    .about3 .about3_title{
            margin-top: 0.2rem;
    }
    .about4 img{
        width: 7rem;
    }
    .about1_text video {
    width: 100% !important;
    height: 100% !important;
}
.about5_height a{
    margin-right: 0;
}
}