/* solar power */
html,
body {
    
    font-family: "WixMadeforDisplay-Regular";
    font-size: 16px;
}

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 4px;
        height: 10px;
    }

    html::-webkit-scrollbar-track,
    body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    html::-webkit-scrollbar-thumb,
    body::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        html::-webkit-scrollbar-thumb:hover,
        body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media only screen and (max-width: 768px) {
    html,
    body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    html,
    body {
        font-size: 10px;
    }
}

@keyframes zoomOutToNormal {
    from {
        transform: scale(1.2);
       
    }

    to {
        transform: scale(1);
       
    }
}

@keyframes jello {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: skewX(-25deg) skewY(-25deg);
    }

    40% {
        transform: skewX(20deg) skewY(20deg);
    }

    50% {
        transform: skewX(-15deg) skewY(-15deg);
    }

    60% {
        transform: skewX(10deg) skewY(10deg);
    }

    70% {
        transform: skewX(-5deg) skewY(-5deg);
    }

    80% {
        transform: skewX(5deg) skewY(5deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}
/* banner */
.banner {
    padding-top: calc(5rem + 8rem);
    padding-bottom: 10rem;
    background-image: url(../image/solar-banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "NeueHaasDisplay-Medium", sans-serif;
   
}
.banner-full{
    width: 100%;
}
.banner .blocktitle{
    width: 100%;
    font-family: WixMadeforDisplay-Bold;
	font-size: 3.13rem;
	color: #161616;
}
.banner-full .bannerdesc{
    font-family: WixMadeforDisplay-Medium;
	font-size: 1rem;
	color: #161616;
    max-width: 39.5rem;
    margin-top: 1.6rem;
    margin-bottom: 3rem;
    line-height: 1.6rem;
}
@media only screen and (max-width: 62.5rem) {
    .banner-full .bannerdesc{
        width: 100%;
        max-width: 100%;
        font-size: 1.13rem;
    }
}
.banner .mushroom{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.875rem;
	line-height:1.5;
	color: #ffffff;
    padding: 0 20px;
    border-radius: 50px;
    background-color: #1bb228;
    display:inline-block;
    width: auto;
}


/* section-3 */
/* 板块三  全屏图文左右结构 */
.section-3 .g-title{
    margin-top: 6.25rem;
    margin-bottom: 4.5rem;
    text-align: center;
}
.section-3 .g-title .section3-title.blocktitle{
    margin: 0;
}
.section-3 .section3-title.blocktitle{
    text-align: center;
    font-size: 3.5rem;
    color: #161616;
    margin: 7.5rem 0 4.5rem;
}

@media only screen and (max-width: 62.5rem) {
    .section-3 .section3-title.blocktitle{
        text-align: center;
        margin: 50px auto 30px;
    }
    .section-3 .g-title{
        margin: 50px auto 30px;
    }
}

.section-3 .layout1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.section-3 .layout1.re{
    flex-direction: row-reverse;
}
.section-3 .layout1 .left,.section-3 .layout1 .right {
    width: 50%;
}
@media only screen and (max-width: 62.5rem) {
    .section-3 .layout1 .left,.section-3 .layout1 .right {
        width: 100%;
    }
}
.section-3 .layout1 .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (max-width: 62.5rem) {
    
}
.section-3 .layout1 .right {
    padding:4.7% 13.5% 4.7% 3.7%;
    background-color: #f4f7fb;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.section-3 .layout1.re .right{
    padding:4.7% 3.7% 4.7% 13.5%;
}
.section-3 .layout1 .right .lay1-tit{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.75rem;
	color: #161616;
    margin-bottom: 2.2rem;
}
@media only screen and (max-width: 87.5rem) {
    .section-3 .layout1 .right {
        padding:5%;
    }
    .section-3 .layout1.re .right{
        padding:5%;
    }
}

.section-3 .layout1 .right li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.2rem;
}
.section-3 .layout1 .right .xuhao{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--complementary-colors);
    color: #fff;
    line-height: 1.25rem;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-right: 14px;
}
.section-3 .layout1 .right .cont{
    flex: 1;
}
.section-3 .layout1 .right .cont .top{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.125rem;
	color: #161616;
}
.section-3 .layout1 .right .cont .under{
    font-family: WixMadeforDisplay-Medium;
	font-size: 1.063rem;
	line-height: 1.5;
	color: #666666;
}
    /* 数字列表 */
.layout2{
    width: 100%;
    margin: 7.3% 0;
    position: relative;
}
.layout2 .numbg{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.layout2 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-size:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.layout2 ul li{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    height: 100%;
    position: relative;
}
.layout2 .itemtop{
    width: 42px;
    height: 42px;
    background: var(--complementary-colors);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.layout2 .up .itemtop {
    top: 0;
    transform: translateY(-40%);
}
.layout2 .down .itemtop {
    bottom: 0;
    transform: translateY(40%);
}
.layout2 li .numitem{
    font-family: WixMadeforDisplay-Bold;
	font-size: 3.75rem;
	color: #161616;
} 
.layout2 li .numitem .small{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.875rem;
	font-weight: normal;
	letter-spacing: 0rem;
	color: #161616;
}
.layout2 li  .txt{
    font-family: WixMadeforDisplay-Medium;
	font-size: 1.06rem;
	color: #666666;
}
@media only screen and (max-width: 87.5rem) {
    .layout2 li .numitem{
        font-family: WixMadeforDisplay-Bold;
        font-size: 2.8rem;
        color: #161616;
    } 
}
@media only screen and (max-width: 62.5rem) {
    .layout2 li .numitem{
        font-family: WixMadeforDisplay-Bold;
        font-size: 2rem;
        color: #161616;
    } 
    .layout2 ul li{
        width: 33%;
    }

    .numbg{
        display: none;
    }
    .layout2 ul{
        position: relative;
        justify-content: inherit;
    }
    .layout2 .itemtop{
        position: relative;
        transform: translateY(0);
    }
    .layout2 .up .itemtop,.layout2 .down .itemtop{
        transform: translateY(0);
        margin-bottom: 20px;
    }
    .layout2 ul li{
        margin-bottom: 50px;
    }
    .layout2 li  .txt{
        text-align: center;
    }
}

/* FQA 无图片*/
.section-7 {
    background-color: #fff;
    padding: 9.6rem 0 7.4rem;
    position: relative;
    
  }
  @media only screen and (max-width: 62.5rem){
    .section-7 {
    
      padding: 5rem 0 ;
      
    }
  }
  .section-7::after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom ,#f5f7fb,rgb(255,255,255,0));
  }
  .section7-container{
    position: relative;
    z-index: 8;
    display: flex;
  }
  .letitle{
    width: 20%;
  }
  @media only screen and (max-width: 62.5rem){
    .section7-container{
        display: block;
      }
      .letitle{
        width: 100%;
      }
  }


   .section-7 .section7-container .cont {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    flex: 1;
  }
  
   .section-7 .section7-container .section7-left {
    margin-left: 3.125rem;
    max-width: 40%;
  }
  
   .section-7 .section7-container .section7-right {
    font-family: 'NeueHaasDisplay-Medium', sans-serif;
    width: 100%;
    flex: 1;
  }
  
  @media only screen and (max-width: 65.625rem) {
     .section-7 .section7-container .section7-right {
      margin: 0 auto;
      width: 100%;
      padding-top: 3rem;
      /* padding-bottom: 3rem; */
    }
     .section-7 .section7-container .section7-left {
      display: none;
    }
  }
  
   .section-7 .section7-container .section7-right .faq-top {
    color: #83d626;
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    margin-bottom: 1.875rem;
  }
  
  @media only screen and (max-width: 65.625rem) {
     .section-7 .section7-container .section7-right .faq-top {
      margin-bottom: 1rem;
    }
  }
  
   .section-7 .section7-container .section7-right .faq-top img {
    flex: 0 0 1rem;
    height: 1rem;
    margin: 0 0.5rem 0 0;
  }
  
   .section-7 .section7-container .section7-right .faq-top-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #222;
    margin-bottom: 0.375rem;
  }
  
  @media only screen and (max-width: 62.5rem) {
     .section-7 .section7-container .section7-right .faq-top-title {
      font-size: 2.5rem;
      line-height: 1.5;
      margin-bottom: 1rem;
    }
  }
  
   .section-7 .section7-container .section7-right .faq-items {
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar {
    width: 4px;
    height: 10px;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar-thumb {
    background: #76bc28;
    border-radius: 10px;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar-thumb:hover {
    background: #58881e;
  }
  
   .section-7 .section7-container .section7-right .faq-items .faq-block {
    cursor: pointer;
  }
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block.active {
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title {
    font-size: 1.125rem;
    border-bottom: 0.0625rem solid #e1e3e7;
    padding: 2rem 0 1.31rem;
    display: flex;
    justify-content: space-between;
    place-items: center;
    margin-right: 1.25rem;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    > div {
    display: flex;
    align-items: center;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    > div
    img {
    margin: 0;
    transform: rotate(180deg);
    transition: 0.3s ease;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    .sequence {
    color: #83d626;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    .title {
    display: block;
    width: 100%;
    text-align: left;
    font-family: WixMadeforDisplay-Bold;
      font-size: 1.38rem;
      line-height: 1.69rem;
      color: #161616;
  }
  
  @media only screen and (max-width: 65.625rem) {
    
      .section-7
      .section7-container
      .section7-right
      .faq-items
      .faq-block
      .faq-title
      .title {
      margin: 0 0.25rem;
    }
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-content {
    font-family: 'NeueHaasDisplay-Roman', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #333333;
    
    max-height: 0;
    overflow: hidden;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-content
    p {
    margin-top: 1.25rem;
    width: 90%;
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block.active
    .faq-title
    img {
    transform: rotate(0);
  }
  
  
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block.active
    .faq-content {
    max-height: 12.5rem;
  }
  
  /* 无图的fqa */
  .fqa2 {
    display: flex;
  }
  .fqa2 .blocktitle {
    width: 25%;
  }
  .fqa2 .cont {
    flex: 1;
  }
  @media only screen and (max-width: 1000px) {
    .fqa2 {
      display: block;
    }
    .fqa2 .blocktitle {
      width: 100%;
      text-align: center;
    }
  }
@media only screen and (max-width: 1000px) {
    .fqa2{
        display: block;
    }
    .fqa2 .blocktitle{
        width: 100%;
        text-align: center;
    }
}







/* frombox */
.formBox {
    background:url(../image/form-bg.jpg) no-repeat ;
    background-size: cover;
    padding: 6% 0; 
    background-size: cover;
} 

@media only screen and (max-width: 62.5rem) {
    .formBox {
        padding: 5rem 0; 
    } 
}

    
    .formBox .arrowtit .ban-arrow{
        display: inline-flex;
    }
    .formBox .in_tit {
        flex: 1;
        width: 100%;
        margin-bottom: 30px;
    }
        .formBox .in_tit .blocktitle,
        .formBox .in_tit .dec {
            color: #ffffff;
        }
        .formBox .in_tit .dec{
            width: 90%;
            margin: 25px 0 25px;
            font-family: WixMadeforDisplay-Regular;
            font-size: 1.125rem;
        }
    .formBox .right {
        border-radius: 10px;
        /* background: rgba(255, 255, 255, 0.9); */
        /* width: 62.5%; */
    }

    .formBox .form_li {
        position: relative;
        margin-right: 15px;
        width: 22%;
        min-width: 25.06rem;
        margin-top: 15px;
    }

        .formBox .form_li:last-child {
            margin-right: 0px;
        }

        .formBox .form_li .input {
            position: relative;
            width: 100%;
            height: 60px;
            padding: 5px 16px;
            display: block;
            background-color: #ffffff;
            border-radius: 6px;
        }

    .formBox .more {
        width: 140px;
        height: 60px;
        line-height: 60px;
        padding: 0px;
        border: 1px solid var(--complementary-colors);
        position: relative;
        border-radius: 6px;
        overflow: hidden;
    }
    .formBox .more::after{
        content: '';
        width: 110px;
        height: 100%;
        background-color: var(--complementary-colors);
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }
    .formBox .more:hover::after {
        width: 100%;
    }
    .formBox .more span{
        width:110px ;
        position: relative;
        z-index: 10; 
        color: #fff;  
        font-family: WixMadeforDisplay-Medium;
        font-size: 18px;
        display: block;
        background-color: var(--complementary-colors);
        transition: all 0.5s;
        
    }
    .formBox label.error {
        position: absolute;
        left: 0px;
        bottom: -22px;
        padding: 0 16px;
        font-size: 14px;
        color: var(--complementary-colors);
    }
@media screen and (max-width: 640px){
.mainer .swiper_btn, .formBox .form {
    flex-wrap: wrap;
}
}

/* 板块1 */
.section-3.havebg2 .layout1 .right{
    background: #f9f9f9;
}
.solar-info{
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
    line-height: 1.5;
	color: #666666;
    margin-bottom: 2rem;
}

/* 下拉列表 */
.droplist {
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .droplist .drop-li {
    width: 100%;
    padding: 1.69rem;
    background-color: #fff;
    margin-bottom: 8px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
  }
  
  .droplist .drop-li .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  
  .droplist .drop-li .title .g-text {
    height: 0.88rem;
	font-family: WixMadeforDisplay-Bold;
	font-size: 1.13rem;
	color: #1bb228;
    flex: 1;
  }
  
  .droplist .drop-li .title .arrow {
    width: 16px;
  }
  
  .droplist .drop-li .title .arrow img {
    width: auto;
    transition: all 0.5s;
  }
  
  .droplist .drop-li .hidebox {
    position: absolute;
    left: 0;
    top: -100%;
  }
  .droplist .drop-li.on .title .arrow img {
    transform: rotate(180deg);
  }
  
  .droplist .drop-li.on .hidebox {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 1.69rem;
  }

  .color{
    color: #1bb228;
  }