.html .w1440 {
    width: 92%;
    margin: 0 auto;
}

.warp-subnav .n-subnav {
    padding: 0;
}

.warp-subnav .n-subnav .sub-item2 {
    border: none;
    padding: .25rem 0;
}

.warp-subnav .n-subnav .sub-item2 .swiper-slide {
    margin-right: 1rem;
}

.warp-subnav .back-top {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.warp-subnav .back-top span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.warp-subnav .back-top img {
    animation: none;
    margin-top: -.1rem;
    margin-right: .25rem;
}

.g_about_01 {
    position: relative;
    width: 100%;
    height: auto;
}

.g_about_01 .g_about_box {
    position: relative;
    z-index: 1;
}

.g_about_01 img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}

.g_about_01 .g_about_box .w1440 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 1rem 0 2rem;
}

.g_about_01 .g_about_box .txt {
    max-width: 21.5rem;
}

.g_about_01 .g_about_box .txt .t1 {
    font-size: .6rem;
    line-height: 1.3;
    margin-bottom: .5rem;
    font-weight: 500;
}

.g_about_01 .g_about_box .txt .t2 {
    font-size: .375rem;
    line-height: 1.4;
    margin-bottom: .5rem;
    font-weight: 450;
}

.g_about_01 .g_about_box .txt .t3 {
    font-size: .3rem;
    line-height: .6rem;
    margin-bottom: 1.5rem;
    text-align: justify;
    font-weight: 380;
}
.g_about_01 .g_about_box .txt .t3 br{
    display: none;
}
.g_about_01 .g_about_box .txt_list {
    width: 100%;
    padding:0 .5rem;
}

.g_about_01 .g_about_box .txt_list .txt_item {
    width: 100%;
    height: auto;
    border-radius: .25rem;
}
.g_about_01 .g_about_box .txt_list .txt_item .slide_box{
    background: #FFFFFF;
    transition: all .6s;
    padding: .5rem .25rem;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.g_about_01 .g_about_box .txt_list .txt_item.swiper-slide-active .slide_box{
    background: #008C3F;
}
.g_about_01 .g_about_box .txt_list .txt_item:last-child {
    margin-right: 0;
}

.g_about_01 .g_about_box .txt_list .txt_item .txt_l {
    max-width: 100%;
    text-align: center;
}

.g_about_01 .g_about_box .txt_list .txt_item .t1 {
    font-size: .375rem;
    color: #000;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1;
    transition: all .6s;
}

.g_about_01 .g_about_box .txt_list .txt_item .t2 {
    font-weight: 500;
    font-size: 12px;
    color: rgba(102, 102, 102, 0.7);
    line-height: .6rem;
    transition: all .6s;
    text-align: center;
    letter-spacing: 1px;
}
.g_about_01 .g_about_box .txt_list .txt_item .t2 br{
    display: none;
}
.g_about_01 .g_about_box .txt_list .txt_item .t2 span {
    color: #008C3F;
    transition: all .6s;
}

.g_about_01 .g_about_box .txt_list .txt_item .txt_icon {
    width: 1rem;
    height: 1rem;
    margin-bottom: .5rem;
}

.g_about_01 .g_about_box .txt_list .txt_item .txt_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all .6s;
}


.g_about_01 .g_about_box .txt_list .txt_item.swiper-slide-active .t1,
.g_about_01 .g_about_box .txt_list .txt_item.swiper-slide-active .t2,
.g_about_01 .g_about_box .txt_list .txt_item.swiper-slide-active .t2 span {
    color: #fff;
}

.g_about_01 .g_about_box .txt_list .txt_item.swiper-slide-active .txt_icon img {
    filter: brightness(0) invert(1);
}

.g_about_02 {
    height: auto;
    width: 100%;
}

.g_about_02 .t1 {
    font-weight: 500;
    font-size: .6rem;
    color: #333333;
    /* margin-bottom: 3rem; */
    line-height: 1;
}

.g_about_02 .g_about_box {
    width: 100%;
    height: 100%;
}

.g_about_02 .w1440 {
    width: 100%;
    height: 100%;
    padding: 1rem 0% 2.5rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.g_about_02 .img_box {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-height: none;
    overflow: hidden;
}

.g_about_02 .img_box img {
    max-width: 100%;
    max-height: 100%;
}



.g_about_02 .swiper-pagination {
    position: relative;
    top: 0;
    margin-top: 0;
}

.g_about_02 .swiper-pagination-bullet {
    width: .25rem !important;
    height: .25rem !important;
    background: #FFFFFF;
    border-radius: 50%;
    border: 0px solid #FFFFFF;
    opacity: .5 !important;
    margin: 0 5px !important;
}

.g_about_02 .swiper-pagination-bullet-active {
    background: #008C3F;
    opacity: 1 !important;
}

.g_about_02 .w1440 .swiper_img {
    margin-top: 1rem;
    width: 100%;
    padding: 0 6%;
}
.g_about_02 .w1440 .swiper_img .swiper-wrapper{
    align-items: stretch;
}
.g_about_02 .w1440 .swiper_img .swiper-slide{
    display: flex;
    height: auto;
    align-items:flex-end;
}
.g_about_02 .w1440 .swiper-prev {
    position: absolute;
    left: 40%;
    top: 115%;
    width: .75rem;
    height: .75rem;
    transform: translateY(-50%);
    cursor: pointer;
    /* border:1px solid rgba(0, 140, 63, 1); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all .6s;
background-color: transparent !important;
}

.g_about_02 .w1440 .swiper-next {
    position: absolute;
    right: 40%;
    top: 115%;
    width: .75rem;
    height: .75rem;
    transform: translateY(-50%);
    cursor: pointer;
    /* border:1px solid rgba(0, 140, 63, 1); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all .6s;
background-color: transparent !important;
}
.g_about_02 .w1440 .swiper-prev svg{
    transform: rotate(90deg) scale(.8);
}
.g_about_02 .w1440 .swiper-next svg {
    transform: rotate(-90deg) scale(.8);
}

.g_about_02 .w1440 .swiper-prev svg path,
.g_about_02 .w1440 .swiper-next svg path {
    fill: #008C3F !important;

}
.g_about_02 .w1440 .swiper-prev:hover,
.g_about_02 .w1440 .swiper-next:hover{
    background-color: #008C3F;
}


.g_about_02 .w1440 .swiper-prev:hover svg path,
.g_about_02 .w1440 .swiper-next:hover svg path {
    fill: #fff;
}

.g_about_02 .w1440 .swiper-next.swiper-button-disabled,
.g_about_02 .w1440 .swiper-prev.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.g_about_02 .w1440 .swiper-next.swiper-button-disabled:hover svg path,
.g_about_02 .w1440 .swiper-prev.swiper-button-disabled:hover svg path {
    fill: #008C3F;
}

.g_about_03 .w1440 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.g_about_03 .txt {
    display: flex;
    align-items: center;
    margin-bottom:.5rem;
    justify-content: center;
}

.g_about_03 .txt a {
    width: 3rem;
    height: 1rem;
    border: 1px solid rgba(102, 102, 102, 0.5);
    margin-right: .275rem;
    transition: all .6s;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .375rem;
}
.g_about_03 .txt a:last-child{
    margin-right: 0;
}
.g_about_03 .txt a:hover,
.g_about_03 .txt a.cur {
    background: #008C3F;
    border-color: #008C3F;
    color: #fff;
}

.g_about_03 .swiper_box {
    width: 100%;
    overflow: hidden;
}

.g_about_03 .swiper_box .swiper_left {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}


.g_about_03 .swiper_box .swiper_left .swiper-slide {
    display: block;
    width: max-content;
    padding:  0 .5rem .25rem;
    position: relative;
    font-size: .375rem;
    color: #999;
    font-weight: 500;
    opacity: .7;
    transition: all .3s;
    text-align: center;
    
}

.g_about_03 .swiper_box .swiper_left .swiper-slide:hover {
    color: #008C3F;
}

.g_about_03 .swiper_box .swiper_left .swiper-slide.cur {
    color: #008C3F;
    opacity: 1;
    font-weight: 600;
}

.g_about_03 .swiper_box .swiper_left .swiper-slide::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    content: '';
    width: 100%;
    height: .05rem;
    background: #008C3F;
    opacity: 0;
    transition: all .6s;
}

.g_about_03 .swiper_box .swiper_left .swiper-slide.cur::before {
    opacity: 1;
}



.g_about_03 .swiper_box .swiper_left {}

.g_about_03 .swiper_box .swiper_right_box {
    width: 100%;
    height: 10rem;
    overflow: hidden;
}

.g_about_03 .swiper_box .swiper_right {
    width: 100%;
    height: 100%;
}

.g_about_03 .swiper_box .swiper_right_box .swiper-slide {
    display: block;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
    padding-top: 2rem;
}

.g_about_03 .swiper_box .swiper_right_box .swiper-slide .txt_box {
    font-size: .3rem;
    font-weight: 450;
    max-height: 10rem;
    overflow-y: auto;
    line-height: 1.5;
}

.g_about_03 .swiper_box .swiper_right_box .swiper-slide div {
    margin-bottom: .25rem;
}

.g_about_03 .swiper_box .swiper_right_box .swiper-slide div:last-child {
    margin-bottom: 0;
}

.g_about_03 .swiper_box .swiper_right_box .swiper-slide div span {
    color: #008C3F;
}

.g_about_03 .swiper_right_box .swiper_next {
    position: absolute;
    top: auto;
    bottom: 0;
    cursor: pointer;
    z-index: 5;
    left: .5rem;
    display: none;
}

.g_about_03 .swiper_right_box .swiper_next svg {
    transition: all .6s;
}

.g_about_03 .swiper_right_box .swiper_next path {
    fill: #008C3F;
}

.g_about_03 .swiper_right_box .swiper_next:hover svg {
    transform: translateY(.15rem);
}

.g_about_03 .swiper_right_box .swiper_next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

.g_about_03 .swiper_right_box .swiper-slide .txt_year {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .75rem;
    line-height: .9;
    font-family: OPPOSans;
    font-weight: 800;
    font-size: 1.5rem;
    color: #333333;
    opacity: .2;
    font-style: italic;
    /* 尺度属性 */
    background: linear-gradient(180deg, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    /* 文字填充 */
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
    padding-right: .5rem;
}

.g_about_04 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.g_about_04 .w1440 {
    width: 100%;
    padding: 1rem 0 1.5rem;
    max-width: none;
}

.g_about_04 .w1440 .t1 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .6rem;
    color: #333333;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.g_about_04 .w1440 .swiper-nav {
    padding: 0 .5rem 0 ;
    width: 100%;
    position: relative;
}

.g_about_04 .w1440 .swiper-nav .swiper-slide {
    width: auto;
    position: relative;
}

.g_about_04 .w1440 .swiper-nav a {
    padding-bottom: .875rem;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: .3rem;
    color: rgba(51, 51, 51, .5);
    line-height: 1.3;
    padding: 0 0.5rem .35rem;
    transition: all .6s;
    white-space: nowrap;
}
.g_about_04 .w1440 .swiper-nav a::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 0.05rem;
    background: #008C3F;
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
}
.g_about_04 .w1440 .swiper-nav a:hover,
.g_about_04 .w1440 .swiper-nav a.cur {
    color: #008C3F;
}
.g_about_04 .w1440 .swiper-nav a.cur::after{ 
    opacity: 1;
    /* width: 100%; */
    visibility: visible;
}
.g_about_04 .w1440 .swiper-nav .swiper_line {
   
}

/* .g_about_04 .w1440 .swiper-nav a.cur::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
} */
.g_about_04 .w1440 .txt {
    padding: 0 6%;
    margin-bottom: .75rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.g_about_04 .w1440 .swiper_img_ajax {
    width: 100%;
    padding: 0 .5rem;

    /* overflow: hidden; */
}
.g_about_04 .w1440 .swiper_img{
    width: 100%;
    padding: 0 .5rem;


}
.g_about_04 .w1440 .swiper_img_ajax .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-slide:hover img {
    transform: scale(1.05);
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-prev {
    position: absolute;
    left: -.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 1.175rem;
    height: 1.175rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;

}

.g_about_04 .w1440 .swiper_img_ajax .swiper-next {
    position: absolute;
    right: -.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
    display: none;
    cursor: pointer;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-prev svg {
    margin-left: -3px;
    margin-top: 2px;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-next svg {
    transform: rotate(-180deg);
    margin-left: 3px;
    margin-top: 2px;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-prev:hover,
.g_about_04 .w1440 .swiper_img_ajax .swiper-next:hover {
    background-color: #008C3F;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-prev:hover path,
.g_about_04 .w1440 .swiper_img_ajax .swiper-next:hover path {
    fill: #fff;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-prev.swiper-button-disabled,
.g_about_04 .w1440 .swiper_img_ajax .swiper-next.swiper-button-disabled {
    opacity: 0.5;
    background: #FFFFFF;
    cursor: default;
    pointer-events: none;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-prev.swiper-button-disabled:hover path,
.g_about_04 .w1440 .swiper_img_ajax .swiper-next.swiper-button-disabled:hover path {
    fill: #999;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-slide-prev,
.g_about_04 .w1440 .swiper_img_ajax .swiper-slide-next {
    opacity: 0.55;
}


.g_about_04 .w1440 .swiper_img_ajax .swiper-pagination {
    position: relative;
    text-align: center;
    z-index: 1;
    top: 0;
    margin: 0 0 0;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-pagination-bullet {
    width: .25rem !important;
    height: .25rem !important;
    background: rgba(51, 51, 51, .25);
    border-radius: 50%;
    opacity: .7;
    margin: 0 5px !important;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-pagination-bullet-active {
    background: #008C3F;
    opacity: 1;
}

.g_about_05 {
    width: 100%;
    position: relative;
}

.g_about_05 .w1440 {
    padding: 1rem 0 0rem;
    position: relative;
}

.g_about_05 .position2 {
    position: sticky;
}

.g_about_05 .position2 .w1440 {
    padding-top: 0;
    padding-bottom: 0;
}

.g_about_05 .w1440 .t1 {
    font-size: .6rem;
    margin-bottom: .5rem;
    line-height: 1;
    color: #333;
    font-weight: 500;
}

.g_about_05 .lisbox {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}

.g_about_05 .lisbox .tit-32 {
    color: #008C3F;
    margin-bottom: .5rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: .375rem;
}

.g_about_05 .lisbox .tit-15 {
    font-weight: 400;
    font-size: .3rem;
    /* line-height: 1.5; */
    line-height: .6rem;

}

.g_about_05 .lisbox .img {
    width: 100%;
    height: auto;
    margin-bottom: .75rem;
    overflow: hidden;
}

.g_about_05 .lisbox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.g_about_05 .w1440>.lisbox:hover .img img {
    transform: scale(1.05);
}

.g_about_05 .lisbox .txt {
  
    flex: 1;
}

.g_about_05 .position2 .ul_lisbox .lisbox .txt {
    padding-right:0;
    padding-left: 0;
    flex: 1;
    margin-top: .75rem;
}

.g_about_05 .ul_lisbox .lisbox .ul_txt {
    margin-top: .75rem;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt {
    width: 100%;
    max-height:none ;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    padding:.5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt .tit-20 {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: .375rem;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt .tit-15 {
    margin-bottom: .75rem;
    line-height: .6rem;
    font-size: .3rem;
    max-height: 7.8rem;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: .1rem;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt .num {
    font-weight: 400;
    font-size: 1.5rem;
    /* font-style: italic; */
    color: #999999;
    line-height: .7rem;
    position: absolute;
    right: .25rem;
    bottom: 0.025rem;
    color: #008C3F;
    opacity: .1
}

.g_about_05 .ul_lisbox .lisbox .img {

    display: flex;
    align-items: center;
}
.g_about_05 .position2 .lisbox{
    margin-bottom: 0;
}
.g_about_05 .position2 .ul_lisbox .lisbox .img{
    margin-bottom: 0;
}
.g_about_05 .ul_lisbox .lisbox .img .swiper_img{
    position: relative;
}
.g_about_05 .ul_lisbox .lisbox .img .swiper_img .swiper-slide,
.g_about_05 .ul_lisbox .lisbox .img .swiper_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.g_about_05 .ul_lisbox .lisbox .img .swiper_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_about_05 .swiper-pagination-bullet-active {
    background-color: #008C3F;
}

.g_about_05 .w1360 {
    /* width: calc(100% - 16.5rem); */
    width: 100%;
    margin: 0 auto 2rem;
    padding-top:1rem;
    /* transition: all ; */
    position: relative;
    transition: all .6s;
}

.g_about_05 .w1360.active {
    width: 100%;
}

.g_about_05 .w1360 .sticky_txt {
    width: 88%;
    margin: 0 auto;
    background-color: #fff;
    padding: .5rem  .5rem;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    border: 0px solid #FFFFFF;
    z-index: 1;
    transition: all .6s;
    margin-top: 1rem;
}


.g_about_05 .w1360 .sticky_txt .tit-32 {
    text-align: center;
    font-weight: 500;
    color: #008C3F;
    line-height: 1.5;
    margin-bottom:.5rem;
    font-size: .375rem;

}

.g_about_05 .w1360 .sticky_txt .tit-15 {
    font-family: Source Han Sans CN;
    color: #666666;
    font-weight: 400;
    text-align: justify;
    line-height: .6rem;
    font-size: .3rem;

}

.g_about_06 .w1640 {
    padding: 1rem 0 1.5rem;
}

.g_about_06 .w1640 .g_about_title .tit-52 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .6rem;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-bottom: .75rem;
}

.g_about_06 .w1640 .g_about_title .iframe_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .25rem;
}


.g_about_06 .w1640 .g_about_title .iframe_box .iframe {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.g_about_06 .w1640 .g_about_title .iframe_box .iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.g_about_06 .w1640 .g_about_title .iframe .poa {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 12px;
    width: 2rem;
    height: .75rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    bottom: 1.2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
    margin: .25rem auto 0rem;
    border: .025rem solid #069538;
    border-color: #fff;
    border-radius: 0 !important;
    border-top-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
    background-color: transparent !important;
}
.g_about_06 .w1640 .g_about_title .iframe .poa::after{
    display: none !important;
}
.g_about_06 .w1640 .g_about_title .iframe .poa span {
    transition: all .6s;
    transform: translateX(0);
    display: inline-block;
}

.g_about_06 .w1640 .g_about_title .iframe .poa:hover span {
    transform: translateX(.1rem);
}

.g_about_06 .w1640 .img_shu {
    width: 100%;
    text-align: center;
    margin: .5rem 0 .5rem;
    position: relative;
    overflow: hidden;
    border-radius: .25rem;
}

.g_about_06 .w1640 .img_shu .img_bs {
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.g_about_06 .w1640 .img_shu .video {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
    z-index: -1;
    visibility: hidden;
}

.g_about_06 .w1640 .img_shu .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_about_06 .w1640 .img_shu .play_icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.g_about_06 .w1640 .img_shu .play_icon img {
    transition: all .6s;
    width: 100%;
}

.g_about_06 .w1640 .img_shu .play_icon:hover img {
    transform: scale(1.05);
}

.g_about_06 .w1640 .img_shu img {
    margin: 0 auto;
    width: 100%;
}

.g_about_06 .w1640 .img_shu .img_bs.hide {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.g_about_06 .w1640 .img_shu .video.show {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.g_about_06 .w1640 .ul_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    height: 9rem;
    width: 100%;
    padding: 0 .5rem 0 0;
}

.g_about_06 .w1640 .ul_list .item {
    width: 100%;
}

.g_about_06 .w1640 .ul_list .item {
    height: 100%;
    width: calc((100% - 3rem - 17rem)/ 3);
    margin-right: .5rem;
    border-radius: .25rem;
    overflow: hidden;
}

.g_about_06 .w1640 .ul_list .item:last-child {
    margin-right: 0;
}

.g_about_06 .w1640 .ul_list .item .img_bg {
    width: 100%;
    height: 100%;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all .6s;
}

.g_about_06 .w1640 .ul_list .item .img_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}


.g_about_06 .w1640 .ul_list .item .item_hide {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1rem .5rem;
    transition: all 0s;
}

.g_about_06 .w1640 .ul_list .item .item_txt {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g_about_06 .w1640 .ul_list .item .item_icon {
    margin-bottom: .4rem;
    position: relative;
    z-index: 1;
    height: 1.5rem;
    display: flex;
    align-items: flex-end;
}

.g_about_06 .w1640 .ul_list .item .item_icon img {
    transition: all .6s;
    max-height: 100%;
}

.g_about_06 .w1640 .ul_list .item_hide .item_icon img {
    filter: brightness(0) invert(1);
}

.g_about_06 .w1640 .ul_list .item .tit-32 {
    margin-bottom: .5rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .375rem;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: all .6s;
    line-height: .5rem;
}


.g_about_06 .w1640 .ul_list .item_hide .item_txt {
    align-items: flex-start;
}

.g_about_06 .w1640 .ul_list .item_hide .item_icon {
    opacity: 0;
    visibility: hidden;
    transition: all .6s .1s;
    transform: translateY(-20px);
}

.g_about_06 .w1640 .ul_list .item_hide .tit-32 {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .6s .2s;
    transform: translateY(-20px);
}

.g_about_06 .w1640 .ul_list .item_hide .look_see {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .6s .4s;
}

.g_about_06 .w1640 .ul_list .item .tit-22 {
    margin-bottom: .75rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: .3rem;
    color: #fff;
    line-height: .5rem;
    z-index: -1;
    z-index: 1;
}

.g_about_06 .w1640 .ul_list .item_hide .tit-22 {
    opacity: 0;
    visibility: hidden;
    transition: all .6s .3s;
    transform: translateY(-20px);
}

.g_about_06 .w1640 .ul_list .item .num {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: .5rem;
    color: #069539;
    font-style: italic;
    opacity: 0.5;
}

.g_about_06 .w1640 .ul_list .item .look_see {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.5rem;
    height: 1rem;
    background: #069539;
    border-radius: .625rem 0px .625rem 0px;
    z-index: -1;
    color: #fff;
    font-size: .3rem;
    padding: 0 .5rem;
    z-index: 1;
    cursor: pointer;
    bottom: auto;
    transition: all .6s;
}

.g_about_06 .w1640 .ul_list .item .look_see::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    content: "";
    width: .1rem;
    height: .1rem;
    background: #008C3F;
    transition: all .6s;
    border-radius: .625rem;
    opacity: 0;
}

.g_about_06 .w1640 .ul_list .item .look_see:hover {
    border-radius: .625rem;
}

.g_about_06 .w1640 .ul_list .item .look_see:hover::after {
    z-index: -1;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: all .6s;
}

.g_about_06 .w1640 .ul_list .item.swiper-slide-active .item_hide {
    opacity: 1;
    visibility: visible;
}

.g_about_06 .w1640 .ul_list .item.swiper-slide-active .item_hide .item_icon,
.g_about_06 .w1640 .ul_list .item.swiper-slide-active .item_hide .tit-32,
.g_about_06 .w1640 .ul_list .item.swiper-slide-active .item_hide .tit-22,
.g_about_06 .w1640 .ul_list .item.swiper-slide-active .item_hide .look_see {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.g_about_07 {
    width: 100%;
    background: #F9F9F9;
}

.g_about_07 .w1640 {
    padding:1rem 0 1.5rem;
}

.g_about_07 .w1640 .tit-52 {
    margin-bottom: .5rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .6rem;
    line-height: 1;
    color: #333333;
}

.g_about_07 .w1640 .item {
    padding: .5rem .25rem ;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    width: 100%;
    border-radius: .25rem;
    margin-bottom: .6rem;
    transition: all .6s;
    border: 1px solid #fff;
    overflow: hidden;
}

.g_about_07 .w1640 .item_icon {
    width: .35rem;
    height: auto;
    transition: all .6s;
    margin-bottom: .5rem;
    margin-right: .1rem;
    flex-shrink: 0;
}

.g_about_07 .w1640 .item_icon img {
    width: 100%;
    height: 100%;
}

.g_about_07 .w1640 .item_txt {
    width: calc(100% - .4rem );

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.g_about_07 .w1640 .tit-52 {
 margin-bottom: .75rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .6rem;
    line-height: 1;
    color: #333333;
    text-align: center;
}

.g_about_07 .w1640 .tit-32 {
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .375rem;
    transition: all .6s;
}

.g_about_07 .w1640 .tit-15 {
    line-height: 1.5;
    font-size: .3rem;
    margin-top: .25rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all; /* 可选，用于允许在单词内断字 */
}


.g_about_07 .w1640 .item:hover {
    height: auto;
    border-color: #008C3F;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

.g_about_07 .w1640 .item .item_icon {}

.g_about_07 .w1640 .item:hover .tit-32 {
    color: #008C3F;
}


.g_about_07 .w1640 .more {
    font-size: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    width: 2.5rem;
    height: 1rem;
    background: #069539;
    border-radius: .625rem 0px .625rem 0px;
    border: 0px solid #FFFFFF;
    margin-top: 1rem;
    position: relative;
}

.g_about_07 .w1640 .more svg {
    width: .25rem;
    height: auto;
}

.g_about_07 .w1640 .more::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    content: "";
    width: 100%;
    height: 100%;
    background: #008C3F;
    transition: all .6s;
    border-radius: .625rem;
    opacity: 0;
}

.g_about_07 .w1640 .more:hover {
    border-radius: .625rem;
}

.g_about_07 .w1640 .more:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: all .6s;
}

.g_about_08 .g_about_box {
    padding: 1rem 0 0;
    position: relative;
}

.g_about_08 .w1640 .tit-52 {
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .6rem;
    color: #333333;
    line-height: 1;
    margin-bottom:.75rem;
}

.g_about_08 .culture_swiper {
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.g_about_08 .swiper-prev {
    position: absolute;
    left: 0rem;
    top: 36%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    border: 0px solid #FFFFFF;
    z-index: 1;
    display: none;
}

.g_about_08 .swiper-next {
    position: absolute;
    right: 0rem;
    top: 36%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0px solid #FFFFFF;
    z-index: 1;
    display: none;

}

.g_about_08 .swiper-next svg {
    transform: rotate(-180deg);
}

.g_about_08 .swiper-slide {
    border-radius: .25rem;
    height: auto;
    overflow: hidden;
    position: relative;
}

.g_about_08 .swiper-slide .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: .5rem .25rem .25rem;
    display: flex;
    align-items: flex-start;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-end;
}

.g_about_08 .swiper-slide .txt .tit-22 {
    position: relative;
    z-index: 2;
    font-size: .3rem;
    transition: all .6s .3s;
    opacity: 0;
    visibility: hidden;
}
.g_about_08 .swiper-slide-active .txt .tit-22{
    opacity: 1;
    visibility: visible;
}
.g_about_08 .swiper-slide .txt::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 0;
    background-image: url(/bocstatic/m/gimg/item_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s;
    opacity: 0;
}

.g_about_08 .swiper-slide-active .txt::after {
    opacity: 1;
    height: 4.75rem;
}

.g_about_08 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.g_about_08 .swiper-slide:hover img {
    transform: scale(1.05);
}

.g_about_08 .swiper-slide-prev,
.g_about_08 .swiper-slide-next {
    opacity: .5;
}

.g_about_08 .culture_swiper .swiper-prev:hover,
.g_about_08 .culture_swiper .swiper-next:hover {
    background-color: #008C3F;
}

.g_about_08 .culture_swiper .swiper-prev:hover path,
.g_about_08 .culture_swiper .swiper-next:hover path {
    fill: #fff;
}

.g_about_08 .culture_swiper .swiper-prev.swiper-button-disabled,
.g_about_08 .culture_swiper .swiper-next.swiper-button-disabled {
    opacity: 0.5;
    background: #FFFFFF !important;
    cursor: default;
    pointer-events: none;
}

.g_about_08 .culture_swiper .swiper-prev.swiper-button-disabled:hover path,
.g_about_08 .culture_swiper .swiper-next.swiper-button-disabled:hover path {
    fill: #999;
}

.g_about_08 .swiper-pagination {
    position: relative;
    margin-top: 1rem;
    bottom: auto;
    top: auto;
}

.g_about_08 .swiper-pagination .swiper-pagination-bullet {
    width: .325rem;
    height: .325rem;
    background: #333333;
    border-radius: 50%;
    opacity: 0.25;
    margin: 0 .25rem;
}

.g_about_08 .swiper-pagination .swiper-pagination-bullet-active {
    background: #008C3F;
    opacity: 1;
}

.g_about_08 .img_bg {
    min-height: 7rem;
    width: 100%;
}

.g_about_08 .img_bg .img_txt {
    width: 88%;
    padding: 0rem  .5rem 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
}

.g_about_08 .img_bg .img_txt .tit-52 {
    margin-bottom: .75rem;
    font-size: .6rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.g_about_08 .img_bg .img_txt .tit-22 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .3rem;
    color: #fff;
    line-height: .6rem;
    margin-bottom: .5rem;
}
.g_about_08 .img_bg .img_txt .tit-22 br{
    display: none;
}
.g_about_08 .img_bg .img_txt img {
    width: 2rem;
    margin: 0 auto;
}

.fixed_see {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 55;
    display: none;
    border-radius: .25rem;
    overflow: hidden;
}

.fixed_see .mask {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.fixed_see .container_see {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 88%;
    height:auto;
    z-index: 1;
    padding:1rem .5rem;
    
}

.fixed_see .container_see .closed {
    cursor: pointer;
    position: absolute;
    top: .25rem;
    right: .25rem;
    width: .75rem;
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008C3F;
    border-radius: 50%;
    z-index: 2;
}

.fixed_see .container_see .closed img {
    width: auto;
}

/* .fixed_see .container_see .lft {
    padding-left: 3.75rem;
    max-width: 18rem;
    padding-top: 2.75rem;
}

.fixed_see .container_see .lft .lft_icon {
    margin-bottom: .95rem;
}

.fixed_see .container_see .lft .tit-52 {
    line-height: .6rem;
    font-size: 1.3rem;
    margin-bottom: 1.55rem;
    color: #008C3F;
    font-weight: 500;
}

.fixed_see .container_see .lft .tit-17 {
    line-height: .9rem;
    font-size: .425rem;
    margin-bottom: .625rem;
    color: #008C3F;
    max-width: 13.5rem;
} */

.fixed_see .items {
    width: 100%;
    padding-top: .5rem;
}

.fixed_see .item {
    width: 100%;
    margin-bottom:.5rem;
    border-bottom: 1px solid rgba(51, 51, 51, .3);
}

.fixed_see .item.cur {
    border-bottom-color: transparent;
}

.fixed_see .item_show {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    cursor: pointer;
    padding-right: .5rem;
}

.fixed_see .item_show .tit-32 {
    display: flex;
    align-items: baseline;
    font-size: .375rem;
    line-height: 1;
    color: #333;
    transition: all .6s;
}

.fixed_see .item_show .tit-32 span {
    color: #333;
    opacity: .25;
    transition: all .6s;
    margin-right: .35rem;
}

.fixed_see .item_hide {
    width: 100%;
     
    background: #FFFFFF;
    box-shadow: 0px .125rem .625rem 0px rgba(0, 0, 0, 0.05);
    border-radius: .625rem .125rem .625rem .125rem;
    border: 1px solid #008C3F;
    padding: .5rem;
    display: none;
    line-height: .6rem;
    color: #008C3F;
    font-size: 12px;
}

.fixed_see .item_hide_box {
    width: 100%;
    max-height: 3.5rem;
    overflow-y: auto;
}

.fixed_see .item_show .lines {
    position: relative;
    width: .4rem;
    height: .4rem;
    transition: all .6s;
}

.fixed_see .item_show .lines div {}

.fixed_see .item_show .lines .line1 {
    width: 100%;
    position: absolute;
    height: .05rem;
    background-color: #008C3F;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.fixed_see .item_show .lines .line2 {
    width: .05rem;
    position: absolute;
    height: 100%;
    background-color: #008C3F;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .6s;
}


.fixed_see .item_show.cur .lines {
    opacity: 0;
}

.fixed_see .item_show.cur .tit-32 {
    color: #008C3F;
}

.fixed_see .item_show:hover .tit-32 span,
.fixed_see .item_show.cur .tit-32 span {
    color: #008C3F;
}

.nbanner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about .swiper-pagination-bullet{
    width: .2rem !important;
    height: .2rem !important;
    margin: 0 .1rem !important;
    opacity: 1 !important;
    background-color: rgba(0, 140, 63, .2) !important;
}
#about .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: rgba(0, 140, 63, 1) !important;
}<!--耗时1782494068.4957秒-->