.develop{
    background: url(../images/ccimages/page/developBg.png) top center no-repeat;
    background-size: 100% auto;
}
.duty{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 90px;
}
.dutyL{
    flex: 1;
}
.dutyLTitle{
    font-size: 36px;
    font-weight: bold;
    color: #00713b;
}
.dutyLText{
    font-size: 20px;
    line-height: 42px;
    margin-top: 40px;
}
.dutyR{
    width: 48%;
    margin-left: 8.5%;
}
.dutyR img{
    width: 100%;
}

.social02 {
    padding: 110px 0 0px;
    background: url(../images/ccimages/page/socialBg.png) fixed bottom center no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 165px;
}

.social02 .tab_title a {
    margin-bottom: 90px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.social02 .tab_title{
    position: relative;
}
.social02 .tab_title::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: #9ddfa2;
    top: 80px;
    left: 55px;
}

.social02 .tab_title a b {
    position: relative;
    padding-left: 15px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.social02 .tab_title a b::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: url(../images/icon/icon_21.png) left center no-repeat;
    content: "";
}

.social02 .tab_title a .text {
    transition: all 0.5s;
    max-height: 0px;
    margin-bottom: 0px;
    line-height: 34px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
}

.social02 .tab_title a.cur b,
.social02 .tab_title a:hover b {
    color: #00713b;
}

.social02 .tab_title a.cur .text,
.social02 .tab_title a:hover .text {
    transition: all 0.5s;
    margin-bottom: 60px;
    max-height: 200px;
}


.social02 .text_box {
    display: none;
}

.social02 .title {
    margin-bottom: 28px;
}

.social02 .tab_next .over_box {
    height: 680px;
}

.social02 .tab_next .over_box .swiper-scrollbar {
    opacity: 0;
}

.social02 .tab_next .over_box .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.social02 .tab_next .list, .social02 .tab_next .top {
    /*column-count: 2;*/
    /*column-gap: 30px;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social02 .tab_next .list a {
    width: 48.22%;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /*background: #ffffff;*/
    float: left;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
}
.social02 .tab_next .list a:nth-child(2n+1){
    transform: translate(0, 70px);
}

.social02 .tab_next .list a:nth-child(2n) {
    float: right;
}

.social02 .tab_next .list a .pic {
    position: relative;
    width: 100%;
    /* height: 250px; */
    padding-top: 62.2%;
    overflow: hidden;
}

.social02 .tab_next .list a .pic i {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.social02 .tab_next .list a .text {
    padding: 30px 38px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    background: #fff;
    font-weight: bold;
}

.social02 .tab_next .list a .text p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.social02 .tab_next .list a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.1);
}

.social02 .tab_next .list a:hover .text {
    color: #00713b;
    font-weight: bold;
}
.zoology{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.zoology .icon{
    width: 65px;
    height: 65px;
    border: 1px solid #00713b;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}
.social02 .tab_title a:nth-child(1) .zoology .icon{
    background: #fff url(../images/ccimages/page/icon-1.png) center no-repeat;
    background-size: 38px 38px;
}
.social02 .tab_title a:nth-child(2) .zoology .icon {
    background: #fff url(../images/ccimages/page/icon-2.png) center no-repeat;
    background-size: 35px 33px;
}
.social02 .tab_title a:nth-child(3) .zoology .icon {
    background: #fff url(../images/ccimages/page/icon-3.png) center no-repeat;
    background-size: 33px 28px;
}
.social02 .tab_title a:nth-child(1).cur .zoology .icon {
    background: #00713b url(../images/ccimages/page/icon-1s.png) center no-repeat;
}
.social02 .tab_title a:nth-child(2).cur .zoology .icon {
    background: #00713b url(../images/ccimages/page/icon-2s.png) center no-repeat;
}
.social02 .tab_title a:nth-child(3).cur .zoology .icon {
    background: #00713b url(../images/ccimages/page/icon-3s.png) center no-repeat;
}
.social02 .tab_title a.cur .zoology::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #dfeee6;
    border-radius: 50%;
    transition: all 0.5s;
}
.topTitle{
    font-size: 36px;
    font-weight: bold;
    color: #00713b;
}
.topTitleBox{
    margin-top: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.topText{
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.report{
    padding: 165px 0 0 0;
}
.reportInfo{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.reportImg{
    height: 280px;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}
.reportImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}
.reportCont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.reportTitle{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 52px);
}
.reportList{
    width: calc((100% - 180px) / 3);
    margin-left: 90px;
}
.reportList:nth-child(3n+1){
    margin-left: 0;
}
.reportList:hover .reportImg img{
    transform: scale(1.06);
}
.reportList:hover .reportTitle{
    color: #00713b;
}
.future{
    background: url(../images/ccimages/page/futureBg.jpg) center no-repeat;
    background-size: cover;
    height: calc(100vh - 100px);
}
.futureTitle{
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
}
.futureText{
    font-size: 36px;
    font-weight: bold;
    color: #00713b;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
}

.deveList{
    background: url(../images/ccimages/page/deveListBg.png) top center no-repeat;
    background-size: 100% auto;
}
.esgTitle{
    font-size: 36px;
    color: #00713b;
    font-weight: bold;
    text-align: center;
}
.report.list{
    padding: 90px 0 0 0;
}
.report.list .reportInfo{
    padding-top: 40px;
    margin-bottom: 80px;
}
.report.list .reportList{
    margin-top: 50px;
    padding-bottom: 10px;
}

.reportIcon{
    width: 42px;
    height: 42px;
    background: url(../images/ccimages/page/icon-4.png) center no-repeat;
    background-size: cover;
    transition: all 0.5s;
}
.reportIcon:hover{
    background: url(../images/ccimages/page/icon-4s.png) center no-repeat;
    background-size: cover;
}
@media (min-width: 1201px) {
    .social02 {
        position: relative;
    }

    .social02 .tab_title {
        position: absolute;
        z-index: 2;
        left: 13.545%;
        width: 23.75%;
    }

    .social02 .tab_next_more {
        position: absolute;
        z-index: 2;
        right: 13.545%;
    }

    .social02 .tab_next {
        margin-top: 30px;
        width: 100%;
        padding-bottom: 110px;
    }

    .social02 .tab_next .list, .social02 .tab_next .top {
        margin-left: 42.6%;
        width: 43.85%;
    }
}

@media (max-width:1660px) {
    .social02 .tab_next .list, .social02 .tab_next .top {
        width: 48.85%;
    }
}

@media (max-width: 1200px) {
    .dutyLTitle{
        font-size: 0.8rem;
    }
    .duty{
        padding-top: 0.25rem;
        flex-wrap: wrap;
    }
    .dutyL{
        width: 100%;
    }
    .dutyLText{
        font-size: 0.54rem;
        line-height: 1.08rem;
        color: #666666;
        margin-top: 1.1rem;
    }
    .dutyR{
        width: 100%;
        margin-left: 0;
        margin-top: 0.65rem;
    }
    .social02 {
        padding: 0 0.6rem 3.2rem 0.6rem;
        margin-top: 1.7rem;
        background: url(../images/ccimages/mobile/page/socialBg.png) bottom center no-repeat;
        background-size: 100% auto;
    }
    .zoology{
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 auto;
    }
    .zoology .icon{
        width: 1.12rem;
        height: 1.12rem;
    }
    
    .social02 .tab_title a:nth-child(1) .zoology .icon {
        background: #fff url(../images/ccimages/page/icon-1.png) center no-repeat;
        background-size: 0.68rem 0.68rem;
    }
    .social02 .tab_title a:nth-child(2) .zoology .icon {
        background: #fff url(../images/ccimages/page/icon-2.png) center no-repeat;
        background-size: 0.68rem 0.68rem;
    }
    .social02 .tab_title a:nth-child(3) .zoology .icon {
        background: #fff url(../images/ccimages/page/icon-3.png) center no-repeat;
        background-size: 0.68rem 0.68rem;
    }
    .social02 .tab_title a:nth-child(1).cur .zoology .icon{
        background: #00713b url(../images/ccimages/page/icon-1s.png) center no-repeat;
        background-size: 0.68rem 0.68rem;
    }
    .social02 .tab_title a:nth-child(2).cur .zoology .icon{
        background: #00713b url(../images/ccimages/page/icon-2s.png) center no-repeat;
        background-size: 0.68rem 0.68rem;
    }
    .social02 .tab_title a:nth-child(3).cur .zoology .icon{
        background: #00713b url(../images/ccimages/page/icon-3s.png) center no-repeat;
        background-size: 0.68rem 0.68rem;
    }

    .social02 .tab_title {
        width: 100% !important;
        overflow-x: auto;
        position: static !important;
    }

    .social02 .tab_title .over_box {
        width: 200%;
    }

    .social02 .tab_title a {
        float: left;
        margin-bottom: 0;
        display: block;
        margin-left: 1.65rem;
    }
    .social02 .tab_title a:nth-child(1){
        margin-left: 0;
    }

    .social02 .tab_title a b {
        margin-bottom: 0;
        line-height: 0.9rem;
        font-size: 0.56rem;
        text-align: center;
        padding-left: 0;
    }

    .social02 .tab_title a b::before {
        display: none;
    }

    .social02 .tab_title a .text {
        display: none;
    }
    .social02 .tab_title .over_box{
        margin: 0 auto;
    }
    .social02 .tab_title a.cur b {
        
    }
    .social02 .tab_title::after {
        width: 52%;
        height: 1px;
        background: #9ddfa2;
        top: 0.85rem;
        left: 20%;
    }
    .social02 .tab_next .list, .social02 .tab_next .top{
        width: 100%;
    }
    .topTitle{
        font-size: 0.8rem;
        margin-top: 1.7rem;
    }
    .topTitleBox{
        margin-top:0.5rem;
        font-size: 0.64rem;
    }
    .topText{
        font-size: 0.54rem;
        line-height: 1.08rem;
        color: #666666;
        margin-top: 0.8rem;
    }
    .social02 .text_box {
        display: block;
        margin-bottom: 0.4rem;
        line-height: 0.48rem;
        font-size: 0.26rem;
        color: #333;
    }

    .social02 .title {
        margin-bottom: 0.7rem;
    }

    .social02 .title .right {
        float: left;
    }

    .social02 .tab_next {
        width: 100%;
    }

    .social02 .tab_next .over_box {
        height: auto;
    }

    .social02 .tab_next .list {
        column-count: 1;
        column-gap: 0;
        width: 100%;
    }

    .social02 .tab_next .list a {
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 0.3rem;
        background: transparent;
        margin-bottom: 1.1rem;
    }

    .social02 .tab_next .list a .pic {
        /* height: 7.7rem; */
    }

    .social02 .tab_next .list a .text {
        padding: 0.36rem 0;
        line-height: 0.48rem;
        font-size: 0.3rem;
    }
    .social02 .tab_next .list a:nth-child(2n+1){
        transform: translate(0, 0);
    }
    .social02 .tab_next .list a .text p{
        font-size: 0.56rem;
        padding: 0rem 0.75rem;
        margin: 0.7rem 0;
    }
    .report{
        padding: 2.4rem 0 0 0;
    }
    .reportSwiper{
        position: relative;
        overflow: hidden;
    }
    .reportList{
        width: 100%;
        margin-left: 0;
    }
    .reportCont{
        margin-top: 0.7rem;
    }
    .reportImg{
        height: 9.55rem;
        border-radius: 0.3rem;
    }
    .reportTitle{
        font-size: 0.6rem;
        width: calc(100% - 1.7rem);
    }
    .reportIcon{
        width: 1.35rem;
        height: 1.35rem;
        background: url(../images/ccimages/page/icon-4.png) center no-repeat;
        background-size: cover;
    }
    .reportIcon img{
        width: 100%;
    }
    .reportSwiper .swiper-pagination{
        position: initial;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
    }
    .reportSwiper .swiper-pagination-bullet{
        background: #00713b;
    }
    .future{
        background: url(../images/ccimages/mobile/page/futureBg.jpg) bottom center no-repeat;
        background-size: 100% auto;
        padding-top:0;
        height: 13rem;
    }
    .futureTitle{
        font-size: 0.6rem;
        line-height: 1.08rem;
        margin-top: 1.2rem;
    }
    .futureText{
        font-size: 0.54rem;
        line-height: 1.08rem;
        margin-top: 0;
    }
    .esgTitle{
        font-size: 1rem;
    }
    .report.list{
        padding: 1.55rem 0 0 0;
    }
    .report.list .reportList:nth-last-child(-n+3){
        border-bottom: 1px solid #dcdcdc;
    }
    .report.list .reportInfo{
        padding-top: 0.2rem;
        margin-bottom: 2rem;
    }
    .report.list .reportList{
        margin-top: 1.6rem;
        padding-bottom: 1rem;
    }
}