.html .w1440 {
    width: calc(100% - 7rem);
    margin: 0 auto;
}

.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: 25rem;
}

.g_about_01 .g_about_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.g_about_01 img {
    width: 100%;
    z-index: 0;
    position: relative;
}

.g_about_01 .g_about_box .w1440 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 3.5rem 0 3.875rem;
}

.g_about_01 .g_about_box .txt {
    max-width: 21.5rem;
}

.g_about_01 .g_about_box .txt .t1 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 500;
}

.g_about_01 .g_about_box .txt .t2 {
    font-size: .8rem;
    line-height: 1.2;
    margin-bottom: .75rem;
    font-weight: 450;
}

.g_about_01 .g_about_box .txt .t3 {
    font-size: .375rem;
    line-height: .6rem;
    margin-bottom: 2rem;
    text-align: justify;
    font-weight: 380;
}

.g_about_01 .g_about_box .txt_list {
    width: 100%;
    display: flex;
    align-items: center;
}

.g_about_01 .g_about_box .txt_list .txt_item {
    width: calc(100% - 4rem / 3);
    margin-right: 2rem;
    background-color: #fff;
    height: 4.15rem;
    background: #FFFFFF;
    border-radius: .25rem;
    display: flex;
    padding: .875rem 1.425rem .7rem 1.125rem;
    justify-content: space-between;
    transition: all .6s;
}

.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: 72%;
}

.g_about_01 .g_about_box .txt_list .txt_item .t1 {
    font-size: .55rem;
    color: #000;
    font-weight: 500;
    margin-bottom: .45rem;
    line-height: 1;
    transition: all .6s;

}

.g_about_01 .g_about_box .txt_list .txt_item .t2 {
    font-weight: 500;
    font-size: .375rem;
    color:rgba(102, 102, 102, 0.7);
    line-height: .6rem;
    transition: all .6s;

    text-align: justify;
}

.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: 1.375rem;
    height: 1.375rem;
    margin-top: .425rem;
}

.g_about_01 .g_about_box .txt_list .txt_item .txt_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;


}

.g_about_01 .g_about_box .txt_list .txt_item:hover{
    background-color: #008C3F;
}
.g_about_01 .g_about_box .txt_list .txt_item:hover .t1,
.g_about_01 .g_about_box .txt_list .txt_item:hover .t2,
.g_about_01 .g_about_box .txt_list .txt_item:hover .t2 span{
    color: #fff;
}
.g_about_01 .g_about_box .txt_list .txt_item:hover .txt_icon img{
    filter:brightness(0) invert(1) ;

}
.g_about_02 {
    height: 22.5rem;
    width: 100%;
}

.g_about_02 .t1 {
    font-weight: 500;
    font-size: 1.3rem;
    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: 3.05rem 6.5rem 2.25rem 6.75rem;
    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: 10.125rem;
}
.g_about_02 .img_box img{
    max-width: 11.8rem;
    max-height: 100%;
}
.g_about_02 .swiper-wrapper {
    margin-bottom: 2.125rem;
}

.g_about_02 .swiper_img {
    margin-bottom: 2.25rem;
}

.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: 3.3rem;
    width: 100%;
    /* overflow: hidden; */
    height: 10.5rem;
}

.g_about_02 .w1440 .swiper-prev {
    position: absolute;
    left: -3.175rem;
    top: 50%;
    width: .6rem;
    height: .6rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.g_about_02 .w1440 .swiper-next {
    position: absolute;
    right: -3.175rem;
    top: 50%;
    width: .6rem;
    height: .6rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.g_about_02 .w1440 .swiper-next svg {
    transform: rotate(180deg);
}

.g_about_02 .w1440 .swiper-prev:hover svg path,
.g_about_02 .w1440 .swiper-next:hover svg path {
    fill: #008C3F;
}

.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: #999999;
}

.g_about_03 .w1440 {
    padding-top: 2.7rem;
    padding-bottom: 3.35rem;
}

.g_about_03 .txt {
    display: flex;
    align-items: center;
    margin-bottom: 2.15rem;
}

.g_about_03 .txt a {
    width: 4.5rem;
    height: 1.3rem;
    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: .55rem;
}
.g_about_03 .txt a:hover,
.g_about_03 .txt a.cur {
    background: #008C3F;
    border-color: #008C3F;
    color: #fff;
}

.g_about_03 .swiper_box {
    height: 15.5rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}

.g_about_03 .swiper_box .swiper_left {
    width: 4.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* border-right: 1px solid rgba(102, 102, 102, 0.2); */
    position: relative;
}
.g_about_03 .swiper_box .swiper_left::-webkit-scrollbar{
    opacity: 0;
    visibility: hidden;
}
.g_about_03 .swiper_box .swiper_left::-webkit-scrollbar-thumb{
    /* opacity: 0; */
    /* visibility: hidden; */
}
.g_about_03 .swiper_box .swiper_left::after {
    position: absolute;
    right: -0.0625rem;
    top: 0;
    height: 100%;
    width: .025rem;
    background: rgba(102, 102, 102, 0.2);
    content: '';
}

.g_about_03 .swiper_box .swiper_left .swiper-slide {
    padding-right: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: .425rem;
    color: #999;
    font-weight: 500;
    opacity: .7;
    padding-left: 1rem;
    transition: all .3s;
}
.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-size: .55rem;
    padding-left: .8rem;
}
.g_about_03 .swiper_box .swiper_left .swiper-slide::before{
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    content: '';
    width: .25rem;
height: .075rem;
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 .swiper-slide::after {
    position: absolute;
    content: '';
    width: .125rem;
    height: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    opacity: 1;
    right: -0.125rem;
    top: 50%;
    transform: translateY(-50%);
    background: #008C3F;
    transition: all .6s;
}

.g_about_03 .swiper_box .swiper_left .swiper-slide.cur::after {
    height: 1.25rem;
}

.g_about_03 .swiper_box .swiper_left {}

.g_about_03 .swiper_box .swiper_right_box {
    width: calc(100% - 5.5rem);
    height: 100%;
    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: 5.2rem;
    position: relative;
    padding-top: 3.55rem;
}

.g_about_03 .swiper_box .swiper_right_box .swiper-slide .txt_box {
    font-size: .425rem;
    font-weight: 450;
    height: 8rem;
    overflow-y: auto;
}

.g_about_03 .swiper_box .swiper_right_box .swiper-slide div {
    margin-bottom: .75rem;
}

.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_btns {
    position: absolute;
    top: auto;
    bottom: 2rem;
    margin-top: 0;
    z-index: 5;
    left: 5.2rem;
}
.g_about_03 .swiper_right_box .swiper_prev,
.g_about_03 .swiper_right_box .swiper_next{
    cursor: pointer;
}
.g_about_03 .swiper_right_box .swiper_prev  svg{
    transform: rotate(180deg);

}
.g_about_03 .swiper_right_box .swiper_next  svg{

}
.g_about_03 .swiper_right_box .swiper_prev  path,
.g_about_03 .swiper_right_box .swiper_next path {
    fill: #008C3F;
}
.g_about_03 .swiper_right_box .swiper_prev:hover svg{
    transition: all .6s;
    transform:rotate(180deg) translateY(.15rem);

}
.g_about_03 .swiper_right_box .swiper_next:hover svg { 
    transform: translateY(.15rem) ;
    transition: all .6s;
}
    .g_about_03 .swiper_right_box .swiper_prev.swiper-button-disabled,
.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: 4.5rem;
    top: 0;
    line-height: .9;
    font-family: OPPOSans;
    font-weight: 800;
    font-size: 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: 3rem 0 2.25rem;
    max-width: none;
}

.g_about_04 .w1440 .t1 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 1.3rem;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.g_about_04 .w1440 .swiper-nav {
    padding: 0 8.175rem 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.g_about_04 .w1440 .swiper-nav .swiper-slide{
    width: auto;
    margin-right: 2rem;
    position: relative;
}
.g_about_04 .w1440 .swiper-nav a {
    padding-bottom: .875rem;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: .55rem;
    color: rgba(51, 51, 51, .5);
    line-height: 1.3;
    padding: 0 0.75rem .875rem;
    transition: all .6s;
    width: auto;
}
.g_about_04 .w1440 .swiper-nav a:hover,
.g_about_04 .w1440 .swiper-nav a.cur{
    color: #008C3F;
}

.g_about_04 .w1440 .swiper-nav .swiper_line {
    position: absolute;
    left: auto;
    bottom: 0;
    transform: translateX(1%);
    content: "";
    width: 0;
    height: 0.1rem;
    background: #008C3F;
    transition: all .6s;
}

/* .g_about_04 .w1440 .swiper-nav a.cur::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
} */

.g_about_04 .w1440 .txt {
    padding: 0 3.5rem;
    margin-bottom: 1.35rem;
    
}
.g_about_04 .w1440 .swiper_img_ajax {
    padding: 0 0;
    width: 100%;
    overflow: hidden;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-slide{
    width: 24.25rem;
    height: 13.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-right: 1.5rem;

}
.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: 3.55rem;
    top: 48%;
    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 ;
}

.g_about_04 .w1440 .swiper_img_ajax .swiper-next {
    position: absolute;
    right: 3.55rem;
    top: 48%;
    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;
    transition: all .6s;
    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-wrapper {
    margin-bottom: 2rem;
}

.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: 2.25rem 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: 1.3rem;
    margin-bottom: 2rem;
    line-height: 1;
    color: #333;
    font-weight: 500;
}

.g_about_05 .lisbox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2.25rem;
}

.g_about_05 .lisbox .tit-32 {
    color: #008C3F;
    margin-bottom: .75rem;
    line-height: 1.3;
    font-weight: 500;
}

.g_about_05 .lisbox .tit-15 {
    font-weight: 400;
    font-size: .375rem;
    line-height: .7rem;
}

.g_about_05 .lisbox .img {
    width: 20.5rem;
    height: 13rem;
    overflow: hidden;
    border-radius: .25rem;
}

.g_about_05 .lisbox .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.g_about_05 .w1440 .img:hover img {
    transform: scale(1.05);
}
.g_about_05 .lisbox .txt {
    padding-left: 1.3rem;
    flex: 1;
}


.g_about_05 .position2 .ul_lisbox .lisbox .txt {
    padding-right: 2.25rem;
    padding-left: 0;
    flex: 1;
}

.g_about_05 .ul_lisbox .lisbox .ul_txt {
    margin-top: 1.6rem;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt {
    width: 100%;
    height: 10.75rem !important;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    padding: 1.3rem .9rem 1rem 1.2rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt .tit-20 {
    margin-bottom: .75rem;
    line-height: 1.2;
    color: #008C3F;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt .tit-15 {
    margin-bottom: .75rem;
    line-height: .7rem;
    max-height: 7.5rem;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: .25rem;
    text-align: justify;
}

.g_about_05 .ul_lisbox .lisbox .ul_lis_txt .num {
    font-weight: 600;
    font-size: 3rem;
    /* font-style: italic; */
    line-height: .7rem;
    position: absolute;
    right: .75rem;
    bottom: .25rem;
    color: #eef5f0;
    font-family: 'MiSans-Medium';
    font-style: italic;

}

.g_about_05 .ul_lisbox .lisbox .img {
    position: sticky;
    top: 20vh;
    display: flex;
    align-items: center;
}
.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 10.8rem;
    padding-top: 3rem;
    /* transition: all ; */
    position: relative;
    transition: all .6s;
}

.g_about_05 .w1360.active {
    width: 100%;
}

.g_about_05 .w1360 .sticky_txt {
    width: calc(100% - 7rem);
    margin: 0 auto;
    background-color: #fff;
    padding: 2.65rem 8.25rem 3.15rem;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    border: 0px solid #FFFFFF;
    z-index: 1;
    position: absolute;
    bottom: -7.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    transition: all .6s ;
}
.g_about_05 .w1360.active .sticky_txt{
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    transition: all .6s .1s;

}
.g_about_05 .w1360 .sticky_txt .tit-32 {
    text-align: center;
    font-weight: 500;
    color: #008C3F;
    line-height: .6rem;
    margin-bottom: 1.25rem;
}

.g_about_05 .w1360 .sticky_txt .tit-15 {
    font-family: Source Han Sans CN;
    color: #666666;
font-weight: 400;
text-align: center;
line-height: .7rem;
}

.g_about_06 .w1640 {
    padding: 2.325rem 0 3.25rem;
}

.g_about_06 .w1640 .g_about_title .tit-52 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 1.3rem;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.2rem;
}

.g_about_06 .w1640 .g_about_title .iframe_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .25rem;
    height: 20.5rem;
}
.g_about_06 .w1640 .g_about_title .iframe_box iframe{
    width: 100%;

    height: 100%;
    overflow: hidden;
    padding: 0.1rem;
    border-radius: .25rem;

}
.g_about_06 .w1640 .g_about_title .iframe_box .iframe{
    width: 100%;
    height: 100%;
    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 {
    display: none;
    width: 100%;
    height: 100%;
}

.g_about_06 .w1640 .g_about_title .iframe.poa_active {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.g_about_06 .w1640 .g_about_title .iframe .poa {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .425rem;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    bottom: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
    margin: 0;
    background-color: transparent;
    border-color: #fff;
}
.g_about_06 .w1640 .g_about_title .iframe .poa:hover::after{
    opacity: 0 !important;
}
.g_about_06 .w1640 .g_about_title .iframe .poa:hover{
    color: #fff;
}
.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: 1.15rem 0 1.25rem;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
}
.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: 1.75rem;
    height: 1.75rem;
    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: 17rem;
    width: 100%;
}

.g_about_06 .w1640 .ul_list .item.active {
    width: 18.5rem;
}

.g_about_06 .w1640 .ul_list .item {
    height: 100%;
    width: calc((100% - 1.5rem - 18.5rem)/ 3);
    margin-right: .5rem;
    overflow: hidden;
    transition: all .6s;
}

.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;
    border-radius: .5rem;
    overflow: hidden;
}

.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_show {
    width: 100%;
    height: 100%;
    background-color: #eee;
    padding: 3.2rem 1rem 2.5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: .5rem;

    transition: all .6s;
}
.g_about_06 .w1640 .ul_list .item .item_hide{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 3.2rem 2.5rem 2.5rem 2.75rem;
    transition: all   .6s;
        border-radius: .5rem;
    overflow: hidden;

}
.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: 2.8rem;
    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: .75rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: all .6s ;
    line-height: 1.2rem;
}
.g_about_06 .w1640 .ul_list .item_show .item_icon{
    transform: translateY(0);
    transition: all .3s .1s;

}
.g_about_06 .w1640 .ul_list .item_show .tit-32{
    color: #333333;
    transform: translateY(0);
    transition: all .3s .2s;
}

.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;
    transform: translateY(-20px);
}
.g_about_06 .w1640 .ul_list .item_hide .tit-32{
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}

.g_about_06 .w1640 .ul_list .item_hide .look_see_box{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);

}
.g_about_06 .w1640 .ul_list .item .tit-22 {
    margin-bottom: 1rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: .55rem;
    color: #fff;
    line-height: .9rem;
    z-index: -1;
    margin-bottom: 2.25rem;
    z-index: 1;
}
.g_about_06 .w1640 .ul_list .item_hide .tit-22{
    opacity: 0;
    visibility: hidden;
    transition: all .6s 2s;
    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: 380;
    font-size: .5rem;
    /* color: #069539;
    font-style: italic;
    opacity: 0.5;
 */

font-family: Roboto;
font-weight: 400;
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: 3.425rem;
    height: 1.225rem;
    background: #069539;
    border-radius: .625rem 0px .625rem 0px;
    z-index: -1;
    color: #fff;
    font-size: .375rem;
    padding: 0 .75rem;
    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.active .item_show{
    opacity: 0;
}
.g_about_06 .w1640 .ul_list  .item.active  .item_hide{
    opacity: 1;
    visibility: visible;
    transition: all 1s .1s;
}
.g_about_06 .w1640 .ul_list .item .item_show .item_icon{
transition: all .3s .2s;

}
.g_about_06 .w1640 .ul_list .item .item_show .tit-32{
transition: all .3s .4s;

}
.g_about_06 .w1640 .ul_list .item.active .item_show .item_icon{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .1s ;
}  
.g_about_06 .w1640 .ul_list .item.active .item_show .tit-32{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .15s;
}  
.g_about_06 .w1640 .ul_list  .item.active .item_show .num{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all  .2s ;
}  

.g_about_06 .w1640 .ul_list .item .item_hide .item_icon,
.g_about_06 .w1640 .ul_list .item .item_hide .tit-32,
.g_about_06 .w1640 .ul_list .item .item_hide .tit-22,
.g_about_06 .w1640 .ul_list .item .item_hide .look_see_box{
transition: all 0s;
}
.g_about_06 .w1640 .ul_list .item.active .item_hide .item_icon,
.g_about_06 .w1640 .ul_list .item.active .item_hide .tit-32,
.g_about_06 .w1640 .ul_list .item.active .item_hide .tit-22,
.g_about_06 .w1640 .ul_list .item.active .item_hide .look_see_box{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .6s .6s;

}
.g_about_06 .w1640 .ul_list .item.active .item_hide .look_see{
    transition: all .6s ;
}

.g_about_07 {
    width: 100%;
    background: #F9F9F9;
}

.g_about_07 .w1640 {
    padding: 2.325rem 0 3.25rem;
}

.g_about_07 .w1640 .tit-52 {
    margin-bottom: 1.9rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
    color: #333333;
}

.g_about_07 .w1640 .item {
    height: 2.75rem;
    padding: 1.15rem 1.725rem .3rem 1.05rem;
    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 {
    margin-right: .95rem;
    width: .475rem;
    height: auto;
    transition: all .6s;
}

.g_about_07 .w1640 .item_icon img {
    width: 100%;
    height: 100%;
}

.g_about_07 .w1640 .item_txt {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.g_about_07 .w1640 .tit-52 {
    text-align: center;
    margin-bottom: 1.9rem;
}

.g_about_07 .w1640 .tit-32 {
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .55rem;
    transition: all .6s;

}

.g_about_07 .w1640 .item.active .tit-32{
    font-size: .8rem;
}
.g_about_07 .w1640 .tit-15 {
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    font-size: .375rem;
    text-overflow: ellipsis;
    color: #008C3F;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transform: translateY(2rem);
    transition: all .6s .2s;

}

.g_about_07 .w1640 .look_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.225rem;
    height: 1.225rem;
    background: #F0F2F5;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateY(-50%);
    transition: all .6s;
}

.g_about_07 .w1640 .look_icon span {
    width: .1rem;
    height: .1rem;
    background: #008C3F;
    border-radius: 50%;
    transition: all .6s;
}

.g_about_07 .w1640 .look_icon span:nth-child(2) {
    margin: 0 0.1rem;
}

.g_about_07 .w1640 .item.active {
    height: 5rem;
    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.active .tit-32 {
    color: #008C3F;
}
.g_about_07 .w1640 .item.active .tit-15{
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(.75rem);
}
.g_about_07 .w1640 .item.active .look_icon {
    background: #008C3F;
}

.g_about_07 .w1640 .item.active .look_icon span {
    background-color: #fff;
}

.g_about_07 .w1640 .more {
    font-size: .375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .75rem;
    width: 3.425rem;
    height: 1.225rem;
    background: #069539;
    border-radius: .625rem 0px .625rem 0px;
    border: 0px solid #FFFFFF;
    margin-top: 1.4rem;
    position: relative;
    cursor: pointer;
}
.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: 2.325rem 0 0;
    position: relative;
}

.g_about_08 .w1640 .tit-52 {
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 1.3rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 1.3rem;
}

.g_about_08 .culture_swiper {
    padding: 0 9rem;
    margin-bottom: 2.375rem;
}

.g_about_08 .swiper-prev {
    position: absolute;
    left: 6.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.175rem;
    height: 1.175rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    border: 0px solid #FFFFFF;
    z-index: 1;
    cursor: pointer;

}

.g_about_08 .swiper-next {
    position: absolute;
    right: 6.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.175rem;
    height: 1.175rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0px solid #FFFFFF;
    z-index: 1;
    cursor: pointer;
}

.g_about_08 .swiper-next svg {
    transform: rotate(-180deg);
}

.g_about_08 .swiper-slide {
    width: 30rem;
    border-radius: .25rem;
    height: 16.25rem;
    overflow: hidden;
    position: relative;
}
.g_about_08 .swiper-slide .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 1rem 1.25rem .925rem;
    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;
}
.g_about_08 .swiper-slide .txt::after{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 0;
    background-image: url(../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: 1.45rem;
    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 {
    height: 18rem;
    width: 100%;
}

.g_about_08 .img_bg .img_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 3.3rem;
    padding: 3.3rem 12.5rem;
}

.g_about_08 .img_bg .img_txt .tit-52 {
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
}

.g_about_08 .img_bg .img_txt .tit-22 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .55rem;
    color: #FFFFFF;
    line-height: .9rem;
    margin-bottom: .65rem;
}

.g_about_08 .img_bg .img_txt img {
    margin: 0 auto;

    width: 4.275rem;
    
}

.fixed_see {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 55;
    backdrop-filter: blur(12px);
    display: none;
}
.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: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 42rem;
    height: 17.25rem;
    padding-right: 2.3rem;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fixed_see .container_see .closed {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: .55rem;
    right: .675rem;
    width: 1.35rem;
    height: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008C3F;
    border-radius: 50%;
    z-index: 2;
}

.fixed_see .container_see .closed img {
    width: auto;
    transition: all .6s;
}
.fixed_see .container_see .closed:hover img{
    transform: rotate(180deg);
}
.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: 1.2;
    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: 15rem;
    padding-top: 1.325rem;
}

.fixed_see .item {
    width: 100%;
    margin-bottom: 1rem;
    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: .875rem;
    cursor: pointer;
    padding-right: 1.175rem;
}

.fixed_see .item_show .tit-32 {
    display: flex;
    align-items: baseline;
    font-size: .8rem;
    line-height: 1;
    color: #333;
    transition: all .6s;
}

.fixed_see .item_show .tit-32 span {
    color: #333;
    opacity: .25;
    transition: all .6s;
    margin-right: .575rem;
}

.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;
    display: none;
    line-height: .9rem;
    color: #008C3F;
    padding: .5rem 1.25rem;
   
}
.fixed_see .item:last-child {
    border-bottom: 0;
}
.fixed_see .item_hide_box{
    width: 100%;
    max-height: 4.5rem;
    padding: .25rem 0 .25rem;

    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:hover .lines,
.fixed_see .item_show.cur .lines {
    opacity: 0;
}

.fixed_see .item_show:hover .tit-32,
.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 .back-top{
    /* cursor: default; */
    position: relative;
}
#about .back-top::after{
    position: absolute;
    left: -.75rem;
    top: 80%;
    transform: translateY(-50%);
    content: '';
    background-image:url('../img/img13.png') ;
    background-size: .4rem .4rem;
    background-position: center;
    background-repeat: no-repeat;
    width: .4rem;
    height: .4rem;
    display: none;
}
@media (max-width: 1440px) { 
    .g_about_06 .w1640 .ul_list .item .item_show{
    padding: 1.5rem 1rem 1.5rem;
    }
    .g_about_06 .w1640 .ul_list .item .item_icon{
        height: 3rem;
    }
}

.g_about_06 .w1640 .ul_list .item_hide .item_txt{
    overflow: visible;
}