@media (min-width: 769px) {
  .banner {
    height: 13.5rem;
    position: relative;
  }
  .banner .img {
    width: 100%;
    height: 13.5rem;
  }
  .banner .slide-pagination {
    bottom: 2.45rem;
    left: 1.5375rem;
    transform: translateX(0);
  }
  .banner .slide-pagination .swiper-pagination-bullet {
    width: 1.25rem;
    height: .15rem;
    border-radius: 0;
    background: #fff;
    margin: 0;
  }
  .banner .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2AAC92 !important;
  }
  .panel-box {
    padding: .75rem 3rem;
  }
  .panel-about {
    background: url("/static/energy/zh/img/index/bgAbout.jpg") no-repeat;
    background-size: cover;
    padding: 0 2.5rem 1.5875rem;
    position: relative;
  }
  .panel-about .aboutTitle {
    padding: 1rem 0 0 0;
    position: relative;
  }
  .panel-about .aboutTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 1rem;
    height: 3rem;
    background: linear-gradient(180deg, rgba(250, 209, 95, 0) 0%, #2AAC92 100%);
  }
  .panel-about .aboutTitle .titleE {
    font-weight: 700;
    font-size: .45rem;
    color: #342C2A;
    line-height: .65rem;
    position: relative;
  }
  .panel-about .aboutTitle .titleC {
    font-weight: bold;
    font-size: .45rem;
    color: #202020;
    line-height: .65rem;
    position: relative;
    margin-top: .25rem;
  }
  .panel-about .aboutMain {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -0.7125rem;
  }
  .panel-about .aboutMain .aboutLeft {
    flex-shrink: 0;
    margin-right: .9rem;
    margin-top: 1.9625rem;
    display: flex;
  }
  .panel-about .aboutMain .aboutLeft::before {
    content: "";
    position: absolute;
    top: .2rem;
    left: .35rem;
    width: 8.75rem;
    height: 6.7125rem;
    background: #2AAC92;
    z-index: 0;
  }
  .panel-about .aboutMain .aboutLeft .aboutImg {
    position: relative;
    align-items: end;
    width: 8.85rem;
    height: 6.6625rem;
    overflow: hidden;
  }
  .panel-about .aboutMain .aboutLeft .aboutImg:hover .aboutI {
    transform: scale(1.1);
  }
  .panel-about .aboutMain .aboutLeft .aboutImg .aboutI {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    transition: 0.3s;
  }
  .panel-about .aboutMain .aboutRight {
    flex: 1;
  }
  .panel-about .aboutMain .aboutRight .aTitle {
    font-weight: 700;
    font-size: .35rem;
    color: #202020;
    line-height: .65rem;
    padding: 0 0 .575rem;
    position: relative;
    margin-bottom: .5rem;
  }
  .panel-about .aboutMain .aboutRight .aTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.75rem;
    height: .075rem;
    background: #2AAC92;
  }
  .panel-about .aboutMain .aboutRight .miniTitle {
    font-weight: 700;
    font-size: .3rem;
    color: #202020;
    line-height: .45rem;
    margin-bottom: .125rem;
  }
  .panel-about .aboutMain .aboutRight .desc {
    font-weight: 400;
    font-size: .225rem;
    color: #666666;
    line-height: .45rem;
    height: 2.7rem;
    margin-bottom: .5rem;
  }
  .panel-about .aboutMain .aboutRight .btn {
    min-width: 2.5rem;
    line-height: .75rem;
    background: #2AAC92;
    padding: 0 .65rem;
    font-weight: bold;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin-left: auto;
    width: fit-content;
    margin-bottom: .75rem;
    transition: 0.3s;
    text-align: center;
  }
  .panel-about .aboutMain .aboutRight .btn:hover {
    background: #202020;
    color: #2AAC92;
  }
  .panel-about .aboutMain .aboutRight .aboutListImg {
    display: flex;
    justify-content: space-between;
  }
  .panel-about .aboutMain .aboutRight .aboutListImg .aboutLiImg {
    width: 1.5rem;
    height: 1.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 1.5rem;
  }
  .panel-about .aboutMain .aboutRight .aboutListImg .aboutLiImg .aboutLiI {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .panel-products {
    background: url("/static/energy/zh/img/index/bgProduct.jpg") no-repeat;
    background-size: cover;
    padding: .75rem 2rem .5rem;
    position: relative;
  }
  .panel-products .productTitle {
    padding-bottom: .225rem;
    position: relative;
    text-align: center;
    margin-bottom: .5rem;
  }
  .panel-products .productTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: .1rem;
    background: #2AAC92;
  }
  .panel-products .productTitle .titleE {
    display: none;
  }
  .panel-products .productTitle .titleC {
    font-weight: 700;
    font-size: .6rem;
    color: #202020;
    line-height: .875rem;
  }
  .panel-products .miniT {
    font-weight: 400;
    font-size: .3rem;
    color: #999999;
    line-height: .45rem;
    text-align: center;
    margin-bottom: .5rem;
  }
  .panel-products .productMode {
    height: 10.25rem;
    width: 100%;
    overflow: hidden;
  }
  .panel-products .productMode .productModeLi {
    width: calc(100% / 3);
    position: relative;
    height: 50%;
    float: left;
    overflow: hidden;
  }
  .panel-products .productMode .productModeLi:hover .productModeI {
    transform: scale(1.1);
  }
  .panel-products .productMode .productModeLi:hover .productModeContent .productModeMain .productModeLeft .productModeE {
    color: rgba(42, 172, 146, 0.5);
  }
  .panel-products .productMode .productModeLi:hover .productModeContent .productModeMain .productModeLeft .productModeC {
    color: #2AAC92;
  }
  .panel-products .productMode .productModeLi:nth-child(1) {
    height: 100%;
  }
  .panel-products .productMode .productModeLi .productModeI {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s;
  }
  .panel-products .productMode .productModeLi .productModeContent {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, #000000 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain {
    padding: 0 .5rem .375rem .375rem;
    display: flex;
    justify-content: space-between;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeLeft .productModeE {
    font-weight: 700;
    font-size: .3rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: .4375rem;
    transition: 0.3s;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeLeft .productModeC {
    font-weight: 700;
    font-size: .45rem;
    color: #FFFFFF;
    line-height: .65rem;
    margin-top: .125rem;
    transition: 0.3s;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeRight {
    width: .6rem;
    height: .6rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: end;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeRight .productModeMore {
    width: .3rem;
    height: .3rem;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 2.125rem;
    position: relative;
    margin-top: 0.625rem;
  }
  .banner .img {
    width: 100%;
    height: 2.125rem;
  }
  .banner .slide-pagination {
    display: none;
  }
  .defaultTitle {
    text-align: center;
  }
  .defaultTitle .titleE {
    font-weight: 700;
    font-size: .45rem;
    color: rgba(32, 32, 32, 0.1);
    line-height: .65rem;
    position: relative;
  }
  .defaultTitle .titleC {
    font-weight: 700;
    font-size: .225rem;
    color: #202020;
    line-height: .325rem;
    position: relative;
    padding-top: 0.3rem;
    margin: 0 auto 0;
    width: fit-content;
  }
  .defaultTitle .titleC::before {
    content: "";
    position: absolute;
    width: .075rem;
    height: .075rem;
    background: #2AAC92;
    top: 50%;
    left: -0.175rem;
    transform: translateY(-50%);
  }
  .defaultTitle .titleC::after {
    content: "";
    position: absolute;
    width: .075rem;
    height: .075rem;
    background: #2AAC92;
    top: 50%;
    right: -0.175rem;
    transform: translateY(-50%);
  }
  .defaultMore {
    min-width: 1.25rem;
    height: .45rem;
    background: #2AAC92;
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-weight: 400;
    font-size: .15rem;
    color: #fff;
    line-height: .2rem;
    margin: auto;
  }
  .defaultMore .MoreI {
    width: .2rem;
    height: .2rem;
    margin-left: .05rem;
  }
  .panel-about {
    background: url("/static/energy/zh/img/index/bgAboutM.jpg") no-repeat;
    background-size: cover;
    padding: 0 .2rem .25rem;
    position: relative;
  }
  .panel-about .aboutMain {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .panel-about .aboutMain .aboutLeft {
    order: 2;
    display: flex;
    padding: 0 .05rem;
  }
  .panel-about .aboutMain .aboutLeft .aboutImg {
    position: relative;
  }
  .panel-about .aboutMain .aboutLeft .aboutImg::before {
    content: "";
    position: absolute;
    top: .125rem;
    left: .125rem;
    width: 100%;
    height: 3.075rem;
    background: #2AAC92;
    z-index: 0;
  }
  .panel-about .aboutMain .aboutLeft .aboutImg .aboutI {
    width: 100%;
    height: 3.0625rem;
    display: block;
    object-fit: cover;
    position: relative;
  }
  .panel-about .aboutMain .aboutRight {
    order: 1;
    padding-top: .25rem;
    display: flex;
    flex-direction: column;
  }
  .panel-about .aboutMain .aboutRight .aTitle {
    display: none;
  }
  .panel-about .aboutMain .aboutRight .miniTitle {
    display: none;
  }
  .panel-about .aboutMain .aboutRight .desc {
    order: 1;
    font-weight: 400;
    font-size: .1625rem;
    color: #666666;
    line-height: .25rem;
  }
  .panel-about .aboutMain .aboutRight .defaultMore {
    order: 3;
    margin: .225rem auto .25rem;
  }
  .panel-about .aboutMain .aboutRight .aboutListImg {
    order: 2;
    display: flex;
    justify-content: space-between;
    padding: .225rem .275rem 0;
  }
  .panel-about .aboutMain .aboutRight .aboutListImg .aboutLiImg {
    width: .75rem;
    height: .75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 1.125rem;
  }
  .panel-about .aboutMain .aboutRight .aboutListImg .aboutLiImg .aboutLiI {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .panel-products {
    background: url("/static/energy/zh/img/index/bgProductM.jpg") no-repeat;
    background-size: cover;
    padding: .125rem .2rem .375rem;
    position: relative;
  }
  .panel-products .miniT {
    font-weight: 400;
    font-size: .15rem;
    color: #999999;
    line-height: .25rem;
    text-align: center;
    margin-bottom: .25rem;
    margin-top: .15rem;
    padding: 0 .7rem;
  }
  .panel-products .productMode .productModeLi {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: .2rem;
    display: block;
  }
  .panel-products .productMode .productModeLi:nth-child(1) {
    margin-top: 0;
  }
  .panel-products .productMode .productModeLi .productModeI {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s;
  }
  .panel-products .productMode .productModeLi .productModeContent {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, #000000 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: .25rem;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeLeft .productModeE {
    display: none;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeLeft .productModeC {
    display: none;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeLeft .productModeMT {
    line-height: .475rem;
    border-radius: .25rem;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    width: fit-content;
    min-width: 2rem;
    font-weight: 400;
    font-size: .25rem;
    color: #FFFFFF;
    text-align: center;
    padding: 0 .1rem;
  }
  .panel-products .productMode .productModeLi .productModeContent .productModeMain .productModeRight {
    display: none;
  }
}
