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 + 4.94rem);
  padding-bottom: 4.81rem;
  background-image: url(../image/en-banner1.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
}

.banner-full {
  width: 100%;
}
.banner .blocktitle {
  width: 100%;
}
.banner .ban-list{
    margin-top: 15px;
    width:65%;
    
}
.ban-list .checklist{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: inherit;
}
.banner .ban-list li{
    margin-bottom:1.2rem ;
    margin-right: 1.2rem;
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.25rem;
    color: #161616;
    font-weight: bold;
}
.banner .ban-list li img{
    margin: 0 ;
    display: inline;
    margin-right: 0.5rem;
    margin-bottom: 2px;
}

.banner .ban-list .underlitxt{
font-family: WixMadeforDisplay-Medium;
font-size: 1rem;
color: #161616;
line-height: 1.5;
margin-bottom: 3.7rem;
}
@media only screen and (max-width: 62.5rem) {
    .banner .ban-list{
        margin-top: 15px;
        width: 100%;
    }
}
.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;
}

/* 标题居中的板块  */
.gap{
    padding: 6.19rem  0 5.29rem;
}
.padt{
    margin-top: 6rem;
}
.center-title {
    text-align: center;
  }
  .havebg {
    background: #f4f7fb;
  }
  /* 标题间距 */
  .mar-tit {
    margin-bottom: 3.5rem;
  }
  @media only screen and (max-width: 62.5rem) {
    
    .mar-tit {
      margin-bottom: 30px;
    }
    .gap{
        padding: 50px 0 0;
    }
    .padt{
      margin-top: 4.5rem;
  }
  }

  /* layout3  2列卡片 */
.layout3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.5rem;
  }
  @media only screen and (max-width: 62.5rem) {
    .layout3 {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }
  }
  .layout3 li {
    border-radius: 10px;
   
  }
  .layout3 .left {
    width: 4.38rem;
    height: 4.94rem;
  }
  @media only screen and (max-width: 62.5rem) {
    .layout3 .left {
      max-width: 45px;
    }
  }
  .layout3 .right {
    flex: 1;
  }
  .layout3 .right .tit {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.375rem;
    color: #161616;
    margin-bottom: 15px;
  }
  .layout3 .right .txt {
    font-size: 1.125rem;
    color: #666666;
  }
  
  @media only screen and (max-width: 750px) {
    
  }



/* 左右图文  section-3*/
.section-3 .g-title {
  margin-top: 6.25rem;
  margin-bottom: 4.25rem;
  text-align: center;
}
.section-3 .g-title .section3-title.blocktitle {
  margin: 0;
}
.section-3 .section3-title.blocktitle {
  text-align: center;
  margin: 7.5rem 0 4.5rem;
}

@media only screen and (max-width: 62.5rem) {
  .section-3 .section3-title.blocktitle {
    text-align: center;
    margin: 50px 0 30px;
  }
  .section-3 .g-title {
    margin: 50px 0 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.63rem;
  color: #161616;
  margin-bottom: 1.25rem;
}
.section-3 .layout1 .right .desc {
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	color: #666666;
    margin: 0 0 3.56rem;
  }


@media only screen and (max-width: 87.5rem) {
  .section-3 .layout1 .right {
    padding: 5%;
  }
  .section-3 .layout1.re .right {
    padding: 5%;
  }
}
@media only screen and (max-width: 62.5rem) {
  .section-3 .layout1 .right {
    padding: 3rem 5%;
  }
  .section-3 .layout1.re .right {
    padding: 3rem 5%;
  }
}

@media only screen and (max-width: 62.5rem) {
  .section-3 .layout1 .right {
    padding: 3rem 5%;
  }
  .section-3 .layout1.re .right {
    padding: 3rem 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 无图片*/
main .section-7 {
  background-color: #fff;
  padding: 5% 0;
}
@media only screen and (max-width: 62.5rem) {
  main .section-7 {
    padding: 5rem 0 2rem;
  }
}
.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%;
    }
}



main .section-7 .section7-container .cont {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex: 1;
}

main .section-7 .section7-container .section7-left {
  margin-left: 3.125rem;
  max-width: 40%;
}

main .section-7 .section7-container .section7-right {
  font-family: 'NeueHaasDisplay-Medium', sans-serif;
  width: 100%;
  flex: 1;
}

@media only screen and (max-width: 65.625rem) {
  main .section-7 .section7-container .section7-right {
    margin: 0 auto;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main .section-7 .section7-container .section7-left {
    display: none;
  }
}

main .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) {
  main .section-7 .section7-container .section7-right .faq-top {
    margin-bottom: 1rem;
  }
}

main .section-7 .section7-container .section7-right .faq-top img {
  flex: 0 0 1rem;
  height: 1rem;
  margin: 0 0.5rem 0 0;
}

main .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) {
  main .section-7 .section7-container .section7-right .faq-top-title {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items::-webkit-scrollbar-thumb {
  background: #76bc28;
  border-radius: 10px;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items::-webkit-scrollbar-thumb:hover {
  background: #58881e;
}

main .section-7 .section7-container .section7-right .faq-items .faq-block {
  cursor: pointer;
}
main
  .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;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items
  .faq-block
  .faq-title {
  font-size: 1.125rem;
  border-bottom: 0.0625rem solid #e1e3e7;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  place-items: center;
  margin-right: 1.25rem;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items
  .faq-block
  .faq-title
  > div {
  display: flex;
  align-items: center;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items
  .faq-block
  .faq-title
  > div
  img {
  margin: 0;
  transform: rotate(180deg);
  transition: 0.3s ease;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items
  .faq-block
  .faq-title
  .sequence {
  color: #83d626;
}

main
  .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) {
  main
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    .title {
    margin: 0 0.25rem;
  }
}

main
  .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;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items
  .faq-block
  .faq-content
  p {
  margin-top: 1.25rem;
  width: 90%;
}

main
  .section-7
  .section7-container
  .section7-right
  .faq-items
  .faq-block.active
  .faq-title
  img {
  transform: rotate(0);
}

main
  .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;
  }
}

/* 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;
            line-height: 1.6rem;
        }
    .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;
}
}

/* 有边距的左右排版 section-11 */
.havebg{
    background:#f9f9f9;
}
.section-11{
    display: flex;
    justify-content: center;
}

.center-title{
    text-align: center;
}
.center-title .desctxt{
    font-size: 1.13rem;
	color: #666666;
    line-height: 1.5;
    margin: 2rem auto 4rem;
    width: 80%;
}
/* 左右图文 layout6*/
.layout6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout6.re{
    flex-direction: row-reverse;
}
.layout6 .left, .layout6 .right{
 width: 50%;

}
.layout6 .encont3{
    padding-left: 6rem;
}
.layout6.re .encont3{
    padding-left: 0;
    padding-right: 6rem;
}
.layout6 .bgbox{
    background-color: #f4f7fb;
}







@media screen and (max-width: 1000px){
    .layout6 .left, .layout6 .right{
        width: 100%;
       }
    .layout6 {
        display:block;
    }
    .layout6 .left, .layout6 .right.pad{
        padding-right: 0;
    }
    .layout6 .encont3{
     padding: 3rem 0;
  }
  .layout6.re .encont3{
      padding:3rem 0;
  }
}
.layout6 .right .tit{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.63rem;
	color: #161616;
}
.layout6 .right .desc {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.13rem;
    color: #666666;
    margin: 1.25rem 0 2rem;
}

/* 左右一样的排版  */

.half{
    width: 49%;
}
@media screen and (max-width: 1000px){
    .half{
        width: 100%;
    }

}
.half .toppic{
    background: url("../image/hub-bg1.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.half .pic{
    width: 100%;
    margin-bottom: 2.9rem;
}
.half .pic img{
    width: 100%;
   
}


.half .tit{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.63rem;
	color: #161616;
}
.half .desc{
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	color: #666666;
    margin:1.25rem 0 3.75rem  ;
}






/* layout 7  轮播 */
.layout7{
    padding-left: 13.5%;
    position: relative;
}
.layout7 .blocktitle{
  margin-bottom: 3rem;
}
 .swiper-wrapper .swiper-slide {
	height: 100%;
   
}
 .sw-cont{
  background-color: #ffffff;
	border-radius: 0.63rem;
  padding: 3rem 3rem 3rem 1.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
     
}
@media only screen and (max-width: 1000px) {
     .sw-cont{
        padding: 5%;
    }
    
}
 .sw-cont .top {
    position: relative;
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	line-height: 1.5;
	color: #161616;
}


 .sw-cont .under{
    display: flex;
    align-items: center;
   
}
 .sw-cont .under .attrbox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
 .sw-cont .under .attr{
    width: 4.56rem;
    width: 4.56rem;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
   margin-right: 20px;
   
}
 .sw-cont .under .xing{
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.375rem;
	color: #000000;
    line-height: 2;
}
 .sw-cont .under .ming{
    font-family: WixMadeforDisplay-Regular;
	font-size: 1rem;
	color: #333333;
}
.arrowbox{
  position: absolute;
  width: auto;
  display: flex;
  align-items: center;
  right: 16.25rem;
  top: 1.7rem;
}
@media only screen and (max-width: 1000px) {
 .arrowbox {
   right: 1rem;
   top: -0.3rem;
}
}

.arrowbox .swiper-button-prev,.arrowbox .swiper-button-next{
  position: static;
  width: 3.75rem;
  height: 3.75rem;
  background: #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
  transition: all 0.5s;
}
.arrowbox .swiper-button-prev:hover,.arrowbox .swiper-button-next:hover{
  
  background: var(--complementary-colors);
}
.arrowbox .swiper-button-prev img,.arrowbox .swiper-button-next img{
  width: 40%;
}
.arrowbox .swiper-button-prev{
  margin-right: 1rem;
}

.arrowbox .swiper-button-prev img{
  transform: rotate(180deg)
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
  opacity: 1;
}




/* 图标展示 */
.layout8{
 display: flex;
 justify-content: center;
}
.layout8 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.layout8 li{
  margin:1rem;
  transition: all 0.5s;
  
}
.layout8 .iconbox{
  width: 5.69rem;
	height: 5.69rem;
	background-color: #ffffff;
	border-radius: 0.63rem;
  display: flex;
  align-items: center;
 justify-content: center;
 padding: 10%;
 margin:0 auto ;
}
.layout8 .info{
	font-size: 1rem;
	color: #333333;
  margin-top: 1.15rem;
  text-align: center;
}
.layout8 li{
  position: relative;
}
.layout8 li .hover-img{
  position: absolute;
  top: 110%;
  left: 50%;
  transition: all 0.5s;
  transform: translateX(-50%);
  display: none;
  width: 300px;
  min-height: 250px;
  align-self: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
 }
 .layout8 li:hover .hover-img{
  display: flex;
 }
 .layout8 li:hover .hover-img img{
  width: 100%;
  height: auto;
 }


/* 按钮框 */
.btnbox {
    display: flex;
}
.btnbox span{
    font-size: 1.13rem;
}


/* txtlist */
.txtlist{
    width: 100%;
    margin: 1.25rem 0 4rem;
}
.txtlist .cricle-li{
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 1.13rem;
	color: #666666;
}
.txtlist .cricle-li::after{
    position: absolute;
    content: '';
    width: 0.38rem;
	height: 0.38rem;
	background-color: #1bb228;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}
.txt-greed{
    color: #1bb228;
}

/* energy2 */
.en-list {
  display: flex;
 justify-content: space-between;
 margin: 7rem 0;
}

.en-li.left{
  
  width: 45%;
  margin-right: 5%;
}
.en-li.right{
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .en-list {
    display: block;
    margin: 4.5rem 0;
  }
  .en-li.left{
  
    width:100%;
    margin-right:0;
    margin-bottom: 3rem;
  }
  .en-li.right{
    width: 100%;
  }
}

.en-li .icon {
  width: 4.38rem;
  height: 4.38rem;
  margin-bottom: 1.25rem;
}

.en-li .icon img {
  height: 100%;
}

.en-li .tit {
  font-family: WixMadeforDisplay-Bold;
	font-size: 1.63rem;
	color: #161616;
  margin-bottom: 1.25rem;
}

.en-li .txt {
  font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	line-height: 1.69rem;
	color: #666666;
}