@media (min-width: 769px) {
  .z-tabs .z-tabCenter {
    padding: 0 3rem;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
  }
  .z-tabs .z-tabCenter .z-tab {
    line-height: 1.075rem;
    font-weight: 400;
    font-size: .225rem;
    color: #666666;
    margin-left: 1.25rem;
    cursor: pointer;
    user-select: none;
  }
  .z-tabs .z-tabCenter .z-tab:nth-child(1) {
    margin-left: 0;
  }
  .z-tabs .z-tabCenter .z-tab.is-active {
    font-weight: bold;
    position: relative;
  }
  .z-tabs .z-tabCenter .z-tab.is-active::before {
    content: "";
    width: .375rem;
    height: .025rem;
    background: #2AAC92;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
  .panel-box {
    padding: .75rem 3rem;
  }
  .default-title {
    position: relative;
  }
  .default-title::before {
    content: "";
    width: .75rem;
    height: .05rem;
    background: #D8D8D8;
    position: absolute;
    left: -1.25rem;
    top: .4125rem;
  }
  .default-title .dTitle {
    font-weight: 700;
    font-size: .6rem;
    color: #202020;
    line-height: .875rem;
    margin-bottom: .0875rem;
  }
  .default-title .dDesc {
    font-weight: 400;
    font-size: .3rem;
    color: #202020;
    line-height: .45rem;
    text-align: justify;
  }
  .son-title {
    position: relative;
  }
  .son-title .dTitle {
    font-weight: 700;
    font-size: .6rem;
    color: #202020;
    line-height: .875rem;
    margin: 0 auto;
    width: fit-content;
    display: block;
    position: relative;
  }
  .son-title .dTitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.2125rem;
    transform: translateY(-50%);
    width: .75rem;
    height: .05rem;
    background: #2AAC92;
  }
  .son-title .dTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.2125rem;
    transform: translateY(-50%);
    width: .75rem;
    height: .05rem;
    background: #2AAC92;
  }
  .son-title .dDesc {
    font-weight: 700;
    font-size: .3rem;
    color: #2AAC92;
    line-height: .45rem;
    text-align: center;
    margin-top: .25rem;
  }
  .panel-intro {
    padding: .75rem 3rem;
    position: relative;
  }
  .panel-intro .aboutMain {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .panel-intro .aboutMain .aboutLeft {
    flex: 1;
  }
  .panel-intro .aboutMain .aboutLeft .content {
    margin-top: .5rem;
    font-weight: 400;
    font-size: .25rem;
    color: #666666;
    line-height: .45rem;
    text-align: justify;
    max-height: 8.1rem;
    margin-bottom: .375rem;
    overflow-y: auto;
  }
  .panel-intro .aboutMain .aboutLeft .content p {
    text-indent: 2em;
  }
  .panel-intro .aboutMain .aboutLeft .content::-webkit-scrollbar {
    width: 0.05rem;
  }
  .panel-intro .aboutMain .aboutLeft .content::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
    border-radius: 0.1rem;
  }
  .panel-intro .aboutMain .aboutLeft .markI {
    width: .6rem;
    height: .6rem;
    display: block;
    margin-bottom: .25rem;
  }
  .panel-intro .aboutMain .aboutLeft .company {
    font-weight: 700;
    font-size: .45rem;
    color: #2AAC92;
    line-height: .65rem;
    text-align: justify;
  }
  .panel-intro .aboutMain .aboutRight {
    flex-shrink: 0;
    margin-left: .75rem;
  }
  .panel-intro .aboutMain .aboutRight .aboutImg {
    margin-top: .4125rem;
    width: 10rem;
    height: 7.6625rem;
    overflow: hidden;
  }
  .panel-intro .aboutMain .aboutRight .aboutImg:hover .aboutI {
    transform: scale(1.1);
  }
  .panel-intro .aboutMain .aboutRight .aboutImg .aboutI {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
  }
  .panel-culture {
    background: url("/static/energy/zh/img/about/bgCulture.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding: .75rem 0 1.25rem;
  }
  .panel-culture .cultureMain {
    margin: 1.25rem 0 0;
    position: relative;
  }
  .panel-culture .cultureMain::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.8125rem;
    border-top: 1px solid #CCCCCC;
  }
  .panel-culture .cultureMain .swiperCultureCenter {
    margin: 0 1.25rem;
    overflow: hidden;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemI {
    width: 1.65rem;
    height: 1.2875rem;
    object-fit: contain;
    display: block;
    margin: 0 auto 1.05rem;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemTitle {
    font-weight: 700;
    font-size: .45rem;
    color: #2AAC92;
    line-height: .65rem;
    text-align: center;
    position: relative;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemTitle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -0.675rem;
    border-radius: 50%;
    transform: translateX(-50%);
    width: .3rem;
    height: .3rem;
    background: #FFFFFF;
    border: 1px solid #2AAC92;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemDesc {
    font-weight: 400;
    font-size: .225rem;
    color: #666666;
    line-height: .325rem;
    text-align: center;
    width: 2.75rem;
    margin: 0 auto;
  }
  .panel-culture .cultureMain .slide-pagination {
    display: none;
  }
  .panel-speech {
    background: url("/static/energy/zh/img/about/bgSpeech.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 7.975rem;
    padding: 0;
  }
  .panel-speech .speechMain {
    padding: 2.175rem 4.5rem;
    width: 100%;
  }
  .panel-speech .speechMain .speechText {
    font-weight: 400;
    font-size: .25rem;
    color: #666666;
    line-height: .45rem;
    text-align: justify;
    height: 2.7rem;
    overflow-y: auto;
  }
  .panel-speech .speechMain .speechText p {
    text-indent: 2em;
  }
  .panel-speech .speechMain .speechText::-webkit-scrollbar {
    width: 0.05rem;
  }
  .panel-speech .speechMain .speechText::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
    border-radius: 0.1rem;
  }
  .panel-speech .speechMain .speechName {
    font-weight: 700;
    font-size: .6rem;
    color: #202020;
    line-height: .875rem;
    margin-left: auto;
    width: fit-content;
    position: relative;
    margin-top: .05rem;
  }
  .panel-speech .speechMain .speechName::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.25rem;
    transform: translateY(-50%);
    width: .75rem;
    height: .05rem;
    background: #2AAC92;
  }
  .panel-organizi {
    background: url("/static/energy/zh/img/about/bgOranizi.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding: .75rem 1.75rem;
  }
  .panel-organizi .organiziMain {
    margin-top: .5rem;
    background: #F0F8F9;
    padding: .6rem 2.75rem .625rem;
  }
  .panel-organizi .organiziMain .organiziI {
    width: 100%;
    height: auto;
    display: block;
  }
  .panel-hire {
    background: #fff;
    width: 100%;
    background: url("/static/energy/zh/img/about/bgHire.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  .panel-hire .hireMain {
    margin: .75rem 3rem 0;
    display: flex;
    justify-content: space-between;
  }
  .panel-hire .hireMain .hireLeft {
    flex-shrink: 0;
    margin-right: .5rem;
  }
  .panel-hire .hireMain .hireLeft .hireItem {
    width: 4.725rem;
    margin-top: .2rem;
    padding: .25rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.05rem 0.125rem 0rem rgba(0, 0, 0, 0.3);
    border-radius: .1rem;
    user-select: none;
    cursor: pointer;
  }
  .panel-hire .hireMain .hireLeft .hireItem.active .hireTitle {
    color: #2AAC92;
  }
  .panel-hire .hireMain .hireLeft .hireItem .hireTitle {
    font-weight: 700;
    font-size: .3rem;
    color: #999999;
    line-height: .45rem;
    margin-bottom: .25rem;
  }
  .panel-hire .hireMain .hireLeft .hireItem .hireXinxi {
    display: flex;
    justify-content: space-between;
  }
  .panel-hire .hireMain .hireLeft .hireItem .hireXinxi .hireXinxiItem {
    font-weight: 400;
    font-size: .2rem;
    color: #999999;
    line-height: .3rem;
  }
  .panel-hire .hireMain .hireLeft .hireItem .hireXinxi .hireXinxiItem .hireXinxiItemV {
    color: #2AAC92;
  }
  .panel-hire .hireMain .hireLeft .hireItem:nth-child(1) {
    margin-top: 0;
  }
  .panel-hire .hireMain .hireRight {
    flex: 1;
  }
  .panel-hire .hireMain .hireRight .hireContent {
    width: 100%;
    height: 6.5rem;
    background: #FFFFFF;
    border-radius: .1rem;
    padding: .5rem;
    display: none;
    overflow-y: auto;
  }
  .panel-hire .hireMain .hireRight .hireContent::-webkit-scrollbar {
    width: 0.05rem;
  }
  .panel-hire .hireMain .hireRight .hireContent::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
    border-radius: 0.1rem;
  }
  .panel-hire .hireMain .hireRight .hireContent.active {
    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem;
    row-gap: .5rem;
  }
  .panel-hire .hireMain .hireRight .hireContent .hireContentItem {
    width: calc((100% - .5rem) / 2);
  }
  .panel-hire .hireMain .hireRight .hireContent .hireContentItem:nth-last-child(1) {
    width: 100%;
  }
  .panel-hire .hireMain .hireRight .hireContent .hireContentItem .hireContentItemTitle {
    font-weight: 700;
    font-size: .225rem;
    color: #202020;
    line-height: .325rem;
    padding-bottom: .15rem;
    border-bottom: 1px dashed #D8D8D8;
  }
  .panel-hire .hireMain .hireRight .hireContent .hireContentItem .hireContentItemV {
    font-weight: 400;
    font-size: .2rem;
    color: #666666;
    line-height: .3rem;
    padding: .15rem 0 0;
  }
  .panel-honor {
    background: url("/static/energy/zh/img/about/bgHonor.jpg") no-repeat;
    background-size: cover;
    padding: 1rem 2rem .4625rem;
    position: relative;
  }
  .panel-honor .swiperHonorCenterMain {
    margin-top: 1.5rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter {
    position: relative;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper {
    overflow: hidden;
    padding: .25rem 0 1.125rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContentList {
    display: flex;
    flex-wrap: wrap;
    column-gap: .4375rem;
    padding: 0;
    margin: 0 1rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContentList .honorContent {
    padding: .3125rem .25rem .25rem;
    background: #fff;
    text-align: center;
    display: block;
    width: calc((100% - 1.75rem) / 5);
    box-shadow: 0rem 0.05rem 0.25rem 0rem rgba(0, 0, 0, 0.1);
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContentList .honorContent:hover .honorContentI {
    transform: scale(1.1);
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContentList .honorContent .honorContentImg {
    width: 100%;
    height: 2.675rem;
    padding-bottom: .3125rem;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: .25rem;
    overflow: hidden;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContentList .honorContent .honorContentImg .honorContentI {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .3s;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContentList .honorContent .honorContentT {
    font-weight: 400;
    font-size: .225rem;
    color: #202020;
    line-height: .325rem;
    text-align: center;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-prev,
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-next {
    background: url("/static/energy/zh/img/about/swiperRight.png") no-repeat center;
    background-size: .45rem .45rem;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    border: 1px solid #CCCCCC;
    border-radius: .8rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-prev {
    left: calc(50% - 1.3rem);
    transform: rotate(180deg);
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-next {
    right: calc(50% - 1.3rem);
  }
  .panel-honor .swiperHonorCenterMain .plankList {
    display: flex;
    padding: .3rem 1rem 0;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi {
    flex: 1;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi .plankLiT {
    font-weight: 700;
    font-size: .3rem;
    line-height: .45rem;
    text-align: center;
    color: #202020;
    margin-bottom: .05rem;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi .plankLiT .active {
    color: #2AAC92;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi .plankLiI {
    width: 4.5rem;
    height: 2.125rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .default-title {
    position: relative;
    padding-bottom: .2rem;
  }
  .default-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: .75rem;
    height: .05rem;
    background: #2AAC92;
  }
  .default-title .dTitle {
    font-weight: 700;
    font-size: .3rem;
    color: #202020;
    line-height: .45rem;
  }
  .default-title .dDesc {
    font-weight: 400;
    font-size: .15rem;
    color: #202020;
    line-height: .2rem;
    text-align: justify;
  }
  .son-title {
    position: relative;
    padding-bottom: .2rem;
  }
  .son-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: .75rem;
    height: .05rem;
    background: #2AAC92;
  }
  .son-title .dTitle {
    font-weight: 700;
    font-size: .3rem;
    color: #202020;
    line-height: .45rem;
  }
  .son-title .dDesc {
    font-weight: 400;
    font-size: .15rem;
    color: #202020;
    line-height: .2rem;
    text-align: justify;
  }
  .panel-intro {
    padding: .2rem 0 0;
    position: relative;
  }
  .panel-intro .aboutMain {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .panel-intro .aboutMain .aboutLeft {
    padding: .2rem .2rem 0;
  }
  .panel-intro .aboutMain .aboutLeft .content {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .175rem;
    color: #666666;
    line-height: .3rem;
    text-align: justify;
  }
  .panel-intro .aboutMain .aboutLeft .content p {
    text-indent: 2em;
  }
  .panel-intro .aboutMain .aboutLeft .content::-webkit-scrollbar {
    width: 0.05rem;
  }
  .panel-intro .aboutMain .aboutLeft .content::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
    border-radius: 0.1rem;
  }
  .panel-intro .aboutMain .aboutLeft .markI {
    display: none;
  }
  .panel-intro .aboutMain .aboutLeft .company {
    display: none;
  }
  .panel-intro .aboutMain .aboutRight .aboutImg {
    width: 100%;
    height: 3.875rem;
    overflow: hidden;
  }
  .panel-intro .aboutMain .aboutRight .aboutImg .aboutI {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .panel-culture {
    background: url("/static/energy/zh/img/about/bgCultureM.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding: .2rem .2rem .25rem;
  }
  .panel-culture .cultureMain {
    margin: .25rem 0 0;
    position: relative;
  }
  .panel-culture .cultureMain .swiperCultureCenter {
    padding: 0 0 .275rem;
    overflow: hidden;
  }
  .panel-culture .cultureMain .cultureItem {
    background: #FFFFFF;
    padding: .1rem .5rem .325rem;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemI {
    width: .7rem;
    height: .875rem;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemTitle {
    font-weight: 700;
    font-size: .3rem;
    color: #2AAC92;
    line-height: .45rem;
    text-align: center;
    position: relative;
    margin-top: -0.5rem;
    margin-bottom: .4rem;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemTitle::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.25rem;
    border-radius: 50%;
    transform: translateX(-50%);
    width: .1rem;
    height: .1rem;
    background: #FFFFFF;
    border: 1px solid #2AAC92;
  }
  .panel-culture .cultureMain .cultureItem .cultureItemDesc {
    font-weight: 400;
    font-size: .175rem;
    color: #666666;
    line-height: .25rem;
    min-height: .75rem;
    text-align: center;
    margin: 0 auto;
  }
  .panel-culture .cultureMain .slide-pagination {
    bottom: 0;
    height: .2rem;
  }
  .panel-culture .cultureMain .slide-pagination .swiper-pagination-bullet {
    width: .25rem;
    height: .025rem;
    border-radius: 0;
    background: rgba(32, 32, 32, 0.1);
    margin: 0 .05rem;
  }
  .panel-culture .cultureMain .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2AAC92 !important;
  }
  .panel-speech {
    background: url("/static/energy/zh/img/about/bgSpeechM.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 5rem;
    padding: 0;
  }
  .panel-speech .speechMain {
    padding: .55rem .6rem .75rem;
    width: 100%;
  }
  .panel-speech .speechMain .speechText {
    font-weight: 400;
    font-size: .175rem;
    color: #666666;
    line-height: .25rem;
    text-align: justify;
    height: 3rem;
    overflow-y: auto;
  }
  .panel-speech .speechMain .speechText p {
    text-indent: 2em;
  }
  .panel-speech .speechMain .speechText::-webkit-scrollbar {
    width: 0.05rem;
  }
  .panel-speech .speechMain .speechText::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
    border-radius: 0.1rem;
  }
  .panel-speech .speechMain .speechName {
    font-weight: 700;
    font-size: .3rem;
    color: #202020;
    line-height: .45rem;
    margin-left: auto;
    width: fit-content;
    position: relative;
    margin-top: .25rem;
  }
  .panel-speech .speechMain .speechName::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.75rem;
    transform: translateY(-50%);
    width: .5rem;
    height: .025rem;
    background: #2AAC92;
  }
  .panel-organizi {
    background: url("/static/energy/zh/img/about/bgOraniziM.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding: .2rem;
  }
  .panel-organizi .organiziMain {
    margin-top: .25rem;
    background: #F0F8F9;
    padding: .25rem;
  }
  .panel-organizi .organiziMain .organiziI {
    width: 100%;
    height: auto;
    display: block;
  }
  .panel-hire {
    width: 100%;
    background: url("/static/energy/zh/img/about/bgHireM.jpg") no-repeat;
    background-size: cover;
    padding: .2rem .2rem .25rem;
  }
  .panel-hire .hireList {
    margin-top: .25rem;
  }
  .panel-hire .hireList .hireLi {
    background: #FFFFFF;
    padding: .15rem .15rem 0;
  }
  .panel-hire .hireList .hireLi .hireItem {
    padding-bottom: .1875rem;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: .1625rem;
  }
  .panel-hire .hireList .hireLi .hireItem .hireTitle {
    font-weight: 700;
    font-size: .225rem;
    color: #2AAC92;
    line-height: .325rem;
    margin-bottom: .1rem;
  }
  .panel-hire .hireList .hireLi .hireItem .hireXinxi {
    display: flex;
    justify-content: space-between;
  }
  .panel-hire .hireList .hireLi .hireItem .hireXinxi .hireXinxiItem {
    font-weight: 400;
    font-size: .175rem;
    color: #999999;
    line-height: .25rem;
  }
  .panel-hire .hireList .hireLi .hireItem .hireXinxi .hireXinxiItem .hireXinxiItemV {
    color: #2AAC92;
  }
  .panel-hire .hireList .hireLi .hireContent .hireContentItem {
    padding-bottom: .15rem;
  }
  .panel-hire .hireList .hireLi .hireContent .hireContentItem .hireContentItemTitle {
    font-weight: 700;
    font-size: .175rem;
    color: #202020;
    line-height: .25rem;
  }
  .panel-hire .hireList .hireLi .hireContent .hireContentItem .hireContentItemV {
    font-weight: 400;
    font-size: .15rem;
    color: #666666;
    line-height: .225rem;
    padding: .1rem 0 0;
  }
  .panel-honor {
    background: url("/static/energy/zh/img/about/bgHonorM.jpg") no-repeat;
    background-size: cover;
    padding: .2rem 0 .25rem;
    position: relative;
  }
  .panel-honor .honorBox {
    margin: 0 .2rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter {
    position: relative;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper {
    overflow: hidden;
    padding: 0 0 .4rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContent {
    padding: .15rem;
    background: #fff;
    text-align: center;
    display: block;
    border-radius: .05rem;
    box-shadow: 0rem 0.05rem 0.25rem 0rem rgba(0, 0, 0, 0.1);
    margin: .15rem .2rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContent:hover .honorContentI {
    transform: scale(1.1);
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContent .honorContentImg {
    width: 100%;
    height: 1.875rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: .15rem;
    overflow: hidden;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContent .honorContentImg .honorContentI {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .3s;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .honorCenter_swiper .honorContent .honorContentT {
    font-weight: 400;
    font-size: .15rem;
    color: #202020;
    line-height: .25rem;
    text-align: center;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-prev,
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-next {
    background: url("/static/energy/zh/img/about/swiperRight.png") no-repeat center;
    background-size: .2rem .2rem;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: .4rem;
    height: .4rem;
    border: 1px solid #CCCCCC;
    border-radius: .8rem;
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-prev {
    left: calc(50% - .6rem);
    transform: rotate(180deg);
  }
  .panel-honor .swiperHonorCenterMain .swiperHonorCenter .slide-p-next {
    right: calc(50% - .6rem);
  }
  .panel-honor .swiperHonorCenterMain .plankList {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem .1rem 0;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi {
    width: 50%;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi .plankLiT {
    font-weight: 700;
    font-size: .175rem;
    line-height: .25rem;
    color: #202020;
    text-align: center;
    margin-bottom: .025rem;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi .plankLiT .active {
    color: #2AAC92;
  }
  .panel-honor .swiperHonorCenterMain .plankList .plankLi .plankLiI {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}
