.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center1 {
  width: 80%;
  margin: 0 auto;
}
.imgmove-a{
  overflow: hidden;
}
.imgmove-a img{
  transition: all .8s ease .1s;
}
.imgmove-a img:hover {
  transform: scale(1.1);
}
.imgmove-b img{
  transition: all .8s ease .1s;
}
.imgmove-b img:hover {
  transform: scale(1.1);
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 80px;
}
.jszcbox .jszcimg{
	width: 55px;
  opacity: 0.4;
}
/* ******************************************** */
.active1 {
  color: #ffffff !important;
  position: relative;
  padding: 0 0 5px 0;
}
.active1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
}
.active2 a {
  background: #138d51 !important;
  color: #fff !important;
}
.active3 {
  display: none;
}
.active4{
  background: rgba(0, 0, 0, 0.5);
}
.active5{
  border-bottom: 3px solid #dfdfdf;
  padding: 0 0 10px 0;
}
/* ******************************************** */
.i-title1 {
  font-size: 42px;
  color: #138d51;
  padding: 35px 0 20px 0;
  font-weight: bold;
  position: relative;
  margin: 0 0 50px 0;
}
.i-title1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 6px;
  content: '';
  background: #138d51;
  border-radius: 30px;
}
.i-title1 .bg {
  position: absolute;
  top: 0px;
  left: 0;
}
.i-title2 {
  position: relative;
  margin: 0 0 50px 0;
}
.i-title2 .cn {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px 0;
}
.i-title2 .en {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 0 20px 0;
}
.i-title2::after {
  position: absolute;
  width: 5%;
  height: 5px;
  content: '';
  left: 47.5%;
  bottom: 0;
  background: #138d51;
  border-radius: 30px;
}
.i-title3 {
  font-size: 24px;
  color: #138d51;
  text-align: center;
}
.n-title1 {
  font-size: 32px;
  color: #fff;
  background: #138b4f;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  padding: 0 10%;
}
.n-title2 .left {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 2%;
}
.n-title2 .left::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  content: '';
  background: #138d51;
}
.n-title2 .right ul li a {
  font-size: 20px;
  color: #727272;
  margin: 0 0 0 50px;
}
.n-title2 .right ul li a:hover{
  color: #138b4f;
}
.caption-a {
  padding: 15px 0 30px 0;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 60px 0;
}
.caption-a::after {
  position: absolute;
  content: '';
  left: 47.5%;
  bottom: 0;
  width: 5%;
  height: 4px;
  background: #138b4f;
}
.caption-b {
  font-size: 36px;
  color: #4b4c4c;
  font-weight: bold;
  text-align: center;
  padding: 0 0 35px 0;
  position: relative;
}
.caption-b::before {
  position: absolute;
  left: 40%;
  bottom: 0;
  content: '';
  width: 20%;
  height: 1px;
  background: #a6a6a6;
}
.caption-b::after {
  position: absolute;
  left: 46%;
  bottom: -3px;
  content: '';
  width: 8%;
  height: 8px;
  background: #138b4f;
}
.caption-c .p1 {
  font-size: 36px;
  color: #333743;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 30px 0;
  position: relative;
  margin: 0 0 40px 0;
}
.caption-c .p1::after {
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 4%;
  height: 8px;
  content: '';
  background: #138d51;
}
.caption-c .p2 {
  font-size: 30px;
  color: #333743;
  text-align: center;
  padding: 0 0 30px 0;
}
/* ******************************************** */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
header .hea .logo{
  padding: 15px 0;
}
header .hea .nav {
  width: 65%;
}
header .hea .nav .ul-a{
  justify-content: flex-start;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0 10% 0 0;
}
header .hea .nav .ul-a .li-a {
  text-align: center;
  width: 100%;
  line-height: 106px;
  display: block;
  position: relative;
}
header .hea .nav .ul-a .li-a .a-a {
  font-size: 18px;
  color: #dfdfdf;
  font-weight: bold;
}
header .hea .nav .ul-a .li-a .ul-b{
  position: absolute;
  width: 200%;
  top: 80px;
  left: -50%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform-origin: top center;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  opacity: 0;
}
header .hea .nav .ul-a .li-a .ul-b .li-b{
  line-height: 1;
  padding: 8px 0;
}
header .hea .nav .ul-a .li-a .ul-b .li-b .a-b{
  font-size: 15px;
  color: #fff;
}
header .hea .nav .ul-a .li-a:hover .ul-b {
  transform: none;
  opacity: 1;
  box-sizing: border-box;
  padding: 5px 0;
}
header .hea .nav .ul-a .li-a .ul-b .li-b:hover{
  background: #138d51;
}
header .hea .nav .ul-a .language a{
  justify-content: flex-end;
}
header .hea .nav .ul-a .language a img{
  margin: 0 5% 0 0;
}
/* ******************************************** */
.i-about {
  background: #fbfbfb;
}
.i-about .i-abo {
  position: relative;
}
.i-about .i-abo .element1 {
  position: absolute;
  top: -130px;
  padding: 0 0 110px 0;
  width: 100%;
}
.i-about .i-abo .element1 .imgbox {
  width: 32%;
  box-shadow: 0 0 10px 0 #f7f7f7;
  background: #fff;
  border-bottom: 10px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 3% 3%;
  overflow: hidden;
  transition: 0.3s;
}

.i-about .i-abo .element1 .imgbox .img {
  width: 50%;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #fff;
}
.i-about .i-abo .element1 .imgbox .img img:nth-child(1) {
  display: inline;
}
.i-about .i-abo .element1 .imgbox .img img:nth-child(2) {
  display: none;
}
.i-about .i-abo .element1 .imgbox .body .title {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin: 0 0 35px 0;
}
.i-about .i-abo .element1 .imgbox .body .text {
  font-size: 15px;
  color: #555555;
  line-height: 33px;
  height: 230px;
}
.i-about .i-abo .element1 .imgbox .body .more a{
  font-size: 16px;
  color: #666666;
  border: 1px solid #adadad;
  line-height: 45px;
  text-align: center;
  width: 45%;
  margin: 35px auto;
  border-radius: 30px;
  display: block;
  transition: .3s;
}
.i-about .i-abo .element1 .imgbox:hover {
  border-bottom: 10px solid #138d51;
}
.i-about .i-abo .element1 .imgbox:hover a .img {
  border-bottom: 1px solid #138d51;
}
.i-about .i-abo .element1 .imgbox:hover .img img:nth-child(1) {
  display: none;
}
.i-about .i-abo .element1 .imgbox:hover .img img:nth-child(2) {
  display: inline;
}
.i-about .i-abo .element1 .imgbox:hover .body .title {
  color: #138d51;
}
.i-about .i-abo .element1 .imgbox:hover .body .text {
  color: #138d51;
}
.i-about .i-abo .element1 .imgbox:hover .body .more a{
  color: #fff;
  background: #138d51;
  border: 1px solid #138d51;
}
.i-about .i-abo .element2 {
  padding: 600px 0 100px 0;
  align-items: flex-start;
}
.i-about .i-abo .element2 .left {
  width: 48%;
}
.i-about .i-abo .element2 .left .text {
  font-size: 16px;
  color: #555555;
  line-height: 32px;
}
.i-about .i-abo .element2 .left .more {
  margin: 100px 0 0 0;
  line-height: 45px;
  border: 1px solid #858585;
  width: 20%;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
}
.i-about .i-abo .element2 .left .more a {
  font-size: 16px;
  color: #333333;
}
.i-about .i-abo .element2 .left .more:hover{
  background: #138d51;
  border: 1px solid #138d51;
}
.i-about .i-abo .element2 .left .more:hover a{
  color: #fff;
}
.i-about .i-abo .element2 .right {
  width: 50%;
  text-align: right;
}
/* ******************************************** */
.i-partners {
  background: #f7f7f7;
}
.i-partners .i-par {
  padding: 70px 0;
}
.i-partners .i-par .element {
  flex-wrap: wrap;
}
.i-partners .i-par .element .img {
  border: 1px solid #dddddd;
  margin: 0 0 20px 0;
  width: 23%;
}
/* ******************************************** */
.i-history {
  background: url(../img/i-his1.jpg) no-repeat;
  background-size: cover;
}
.i-history .i-his {
  padding: 70px 0;
}
.i-history .i-his .element1 {
  background: url(../img/i-his2.png) center bottom no-repeat;
  position: relative;
}
.i-history .i-his .element1 .swiper1 .year {
  text-align: center;
  font-size: 66px;
  color: #13618d20;
  padding: 0 0 70px 0;
  transition: 0.3s;
  height: 85px;
}
.i-history .i-his .element1 .swiper1 .swiper-slide-thumb-active .year {
  font-size: 85px;
  font-weight: bold;
  background-image: linear-gradient(to right, #065c76, #138b4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.i-history .i-his .element1 .swiper1 .swiper-button-prev {
  border: 2px solid #138d51;
  width: 45px;
  height: 45px;
  border-radius: 30px;
}
.i-history .i-his .element1 .swiper1 .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: #138d51;
}
.i-history .i-his .element1 .swiper1 .swiper-button-next {
  border: 2px solid #138d51;
  width: 45px;
  height: 45px;
  border-radius: 30px;
}
.i-history .i-his .element1 .swiper1 .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #138d51;
}
.i-history .i-his .element1::before {
  position: absolute;
  bottom: -8px;
  left: 49.2%;
  width: 25px;
  width: 12px;
  height: 12px;
  background: #0069b6;
  border-radius: 30px;
  border: 5px solid #138d51;
  content: '';
  z-index: 99;
}
.i-history .i-his .element1::after {
  position: absolute;
  bottom: -13px;
  left: 48.8%;
  width: 32px;
  height: 32px;
  background: #138d5140;
  border-radius: 30px;
  content: '';
  z-index: 9;
}
.i-history .i-his .element2 .swiper2 .title {
  width: 65%;
  margin: 50px auto;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  background: #fff;
  text-align: center;
  height: 160px;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 10px 0 #efefef;
  border-radius: 10px;
}
/* ******************************************** */
.i-cases {
  background: #f7f7f7;
}
.i-cases .i-cas {
  padding: 70px 0;
}
.i-cases .i-cas .element {
  margin: 20px 0 0 0;
}
.i-cases .i-cas .element .nav {
  justify-content: center;
  margin: 0 0 35px 0;
}
.i-cases .i-cas .element .nav .navli a {
  font-size: 16px;
  color: #6a6a6a;
  display: block;
  padding: 0 40px;
  margin: 0 10px;
  line-height: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.i-cases .i-cas .element .body {
  background: #fff;
}
.i-cases .i-cas .element .body .bodybox {
  padding: 3% 3%;
}
.i-cases .i-cas .element .body .bodybox .left {
  width: 50%;
}
.i-cases .i-cas .element .body .bodybox .left .brightspot {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 0 3%;
  position: relative;
  line-height: 32px;
  margin: 0 0 20px 0;
}
.i-cases .i-cas .element .body .bodybox .left .brightspot::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #138d51;
  content: '';
}
.i-cases .i-cas .element .body .bodybox .left .text {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
}
.i-cases .i-cas .element .body .bodybox .left .text li {
  margin: 0 0 10px 0;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 3%;
}
.i-cases .i-cas .element .body .bodybox .left .text li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 30px;
  background: #138b4f;
}
.i-cases .i-cas .element .body .bodybox .left .more {
  width: 25%;
}
.i-cases .i-cas .element .body .bodybox .left .more a {
  display: block;
  font-size: 16px;
  color: #333333;
  border: 1px solid #333333;
  text-align: center;
  line-height: 45px;
  border-radius: 30px;
}
.i-cases .i-cas .element .body .bodybox .left .more a:hover{
  border: 1px solid #138d51;
  background: #138d51;
  color: #fff;
}
.i-cases .i-cas .element .body .bodybox .right {
  position: relative;
  width: 50%;
}
.i-cases .i-cas .element .body .bodybox .right .text {
  position: absolute;
  width: 100%;
  height: 75px;
  background: #138d51;
  color: #ffffff;
  font-size: 18px;
  left: -30%;
  bottom: 0;
  border-radius: 10px;
  justify-content: center;
}
/* ******************************************** */
.i-news .i-new {
  padding: 70px 0;
}
.i-news .i-new .element{
  align-items: flex-start;
}
.i-news .i-new .element .left{
  width: 48%;
}
.i-news .i-new .element .right{
  width: 48%;
}
.i-news .i-new .element .right .textbox{
  border-bottom: 1px solid #c3c3c3;
  box-sizing: border-box;
  padding: 2.2% 0;
}
.i-news .i-new .element .right .textbox a{
  position: relative;
}
.i-news .i-new .element .right .textbox a .time{
  font-size: 16px;
  color: #000000;
  margin: 0 0 10px 0;
}
.i-news .i-new .element .right .textbox a .title{
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  height: 55px;
}
.i-news .i-new .element .right .textbox a::after{
  position: absolute;
  top: 7.5px;
  right: 10px;
  content: '';
  width: 18px;
  height: 3px;
  background: #138d51;
}
.i-news .i-new .element .right .textbox a::before{
  position: absolute;
  top: 0px;
  right: 17.5px;
  content: '';
  width: 3px;
  height: 18px;
  background: #138d51;
}
.i-news .i-new .more a{
  width: 12%;
  font-size: 16px;
  color: #000000;
  border: 1px solid #333333;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  margin: 30px auto 0;
  display: block;
}
.i-news .i-new .more a:hover{
  border: 1px solid #138d51;
  background: #138d51;
  color: #fff;
}
/* ******************************************** */
footer {
  background: #4d4d4d;
}
footer .foo-a {
  padding: 25px 0;
  border-bottom: 1px solid #717171;
}
footer .foo-a ul li {
  font-size: 16px;
  color: #c6c6c6;
  margin: 0 20px;
}
footer .foo-a ul li a {
  color: #c6c6c6;
}
footer .foo-a .totop a {
  text-align: center;
}
footer .foo-a .totop a .text {
  font-size: 16px;
  color: #c6c6c6;
  margin: 10px 0 0 0;
}
footer .foo-b {
  padding: 50px 0;
}
footer .foo-b .foo {
  justify-content: center;
}
footer .foo-b .foo .left {
  width: 20%;
}
footer .foo-b .foo .left .img {
  text-align: center;
  margin: 0 0 15px 0;
}
footer .foo-b .foo .left ul {
  justify-content: center;
}
footer .foo-b .foo .left ul li {
  font-size: 14px;
  color: #c6c6c6;
  margin: 0 5px;
}
footer .foo-b .foo .left ul li a {
  font-size: 14px;
  color: #c6c6c6;
}
footer .foo-b .foo .right {
  width: 35%;
}
footer .foo-b .foo .right ul {
  flex-wrap: wrap;
}
footer .foo-b .foo .right ul li {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 20px 0;
}
footer .foo-b .foo .right ul li .title {
  font-size: 16px;
  line-height: 24px;
  color: #c6c6c6;
  width: 85px;
}
footer .foo-b .foo .right ul li .text {
  width: 70%;
  font-size: 16px;
  line-height: 24px;
  color: #c6c6c6;
}
footer .foo-b .foo .right ul li:nth-child(1) {
  width: 50%;
}
footer .foo-b .foo .right ul li:nth-child(2) {
  width: 50%;
}
footer .foo-c .foo ul {
  justify-content: center;
  padding: 30px 0;
}
footer .foo-c .foo ul li a {
  font-size: 16px;
  color: #999999;
  margin: 0 20px ;
}
/* ******************************************** */
.n-banner .n-ban {
  position: relative;
  z-index: 9;
}
.n-banner .n-ban .title {
  font-size: 48px;
  color: #fff;
  position: absolute;
  z-index: 999;
  left: 10%;
  top: 50%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 40px 0;
}
.n-banner .n-ban .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 6px;
  content: '';
  background: #fff;
}
.n-banner .n-ban .nav{
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  border-top-left-radius: 30px;
}
.n-banner .n-ban .nav ul{
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 100px 0 0 ;
}
.n-banner .n-ban .nav ul li a{
  font-size: 18px;
  color: #333333;
  line-height: 80px;
  display: block;
  padding: 0 50px 0;
  font-weight: bold;
}
.n-banner .n-ban .nav ul li a :hover{
  background: #138b4f;
  color: #fff;
}
/* ******************************************** */
.n-crumb .n-cru .left ul {
  justify-content: flex-start;
  padding: 35px 0;
}
.n-crumb .n-cru .left ul li {
  margin: 0 5px 0 0;
}
.n-crumb .n-cru .left ul li a {
  color: #575757;
  font-size: 14px;
}
.n-crumb .n-cru .left ul li:first-child a {
  color: #aaaaaa;
}
.n-crumb .n-cru .right{
  display: none;
}
.n-crumb .n-cru .right ul li a {
  font-size: 20px;
  color: #727272;
  margin: 0 0 0 50px;
}
.n-crumb .n-cru  .right ul li a:hover{
  color: #138b4f;
}
/* ******************************************** */
.n-photovoltaic-a .n-pho .element-a {
  padding: 25px 0;
  align-items: flex-start;
}
.n-photovoltaic-a .n-pho .element-a .pro {
  width: 48%;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-a {
  background: #f8f8f8;
  width: 70%;
  margin: 0 auto 50px;
  box-sizing: border-box;
  padding: 8% 15%;
  height: 600px;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-a .title {
  font-size: 26px;
  color: #138d51;
  font-weight: bold;
  padding: 0 0 0 10%;
  position: relative;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-a .title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  background: #138d51;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-a .text {
  font-size: 22px;
  color: #000000;
  padding: 0 0 0 10%;
  line-height: 42px;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-a .br {
  width: 100%;
  height: 40px;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-b {
  margin: 0 0 150px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-b .imgbox {
  width: 50%;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-b .imgbox .img {
  text-align: center;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-b .imgbox .text {
  font-size: 25px;
  color: #000000;
  text-align: center;
  line-height: 1.8;
  margin: 10px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-c {
  margin: 0 0 150px 0;
  justify-content: center;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox {
  width: 35%;
  padding: 0 10%;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox .title {
  font-size: 42px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox .text {
  justify-content: flex-start;
  margin: 0 0 35px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox .text .left {
  width: 20%;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox .text .right {
  width: 80%;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-c .img {
  width: 30%;
  box-shadow: 20px 20px 10px 0 #adadad;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d {
  margin: 0 0 150px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a {
  align-items: flex-start;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left .title {
  font-size: 42px;
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 40px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left .text {
  font-size: 25px;
  color: #000000;
  padding: 20px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left .text p {
  padding: 0 0 0 5px;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left .text .hr {
  width: 200%;
  height: 1px;
  background: #036b0d;
  margin: 15px 0;
  position: relative;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left .text .hr::before {
  position: absolute;
  content: '';
  left: -5px;
  top: -5px;
  width: 11px;
  height: 11px;
  background: #036b0d;
  border-radius: 30px;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .right {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 999;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .right .img {
  margin: 0 0 50px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .right .text {
  font-size: 30px;
  color: #000000;
  text-align: center;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b {
  align-items: flex-start;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .left {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 999;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .left .img {
  margin: 0 0 50px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .left .text {
  font-size: 30px;
  color: #000000;
  text-align: center;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right .title {
  font-size: 42px;
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 40px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right .text {
  font-size: 25px;
  color: #000000;
  padding: 20px 0;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right .text p {
  padding: 0 5px 0 0 ;
  text-align: right;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right .text .hr {
  width: 200%;
  height: 1px;
  left: -100%;
  background: #036b0d;
  margin: 15px 0;
  position: relative;
}
.n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right .text .hr::before {
  position: absolute;
  content: '';
  right: -5px;
  top: -5px;
  width: 11px;
  height: 11px;
  background: #036b0d;
  border-radius: 30px;
}
.n-photovoltaic-a .n-pho .element-b {
  margin: 0 0 150px 0;
}
.n-photovoltaic-a .n-pho .element-b .imgbox {
  margin: 0 0 80px 10%;
}
.n-photovoltaic-a .n-pho .element-b .imgbox .img {
  width: 20%;
  margin: 0 10% 0 0 ;
}
.n-photovoltaic-a .n-pho .element-b .imgbox .text {
  width: 70%;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 5% 10%;
}
.n-photovoltaic-a .n-pho .element-b .imgbox .text ul {
  flex-wrap: wrap;
  flex-direction: column;
  height: 200px;
  justify-content: center;
}
.n-photovoltaic-a .n-pho .element-b .imgbox .text ul li {
  width: 50%;
  font-size: 24px;
  color: #000000;
  line-height: 2;
}
.n-photovoltaic-a .n-pho .element-b .imgbox:nth-child(even) {
  margin: 0 10% 80px 0;
  position: relative;
}
.n-photovoltaic-a .n-pho .element-b .imgbox:nth-child(even) .img {
  position: absolute;
  right: 0;
  margin: 0  0 0 10%;
}
.n-photovoltaic-a .n-pho .element-b .imgbox:nth-child(even) .text ul {
  flex-direction: unset;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.n-photovoltaic-a .n-pho .element-c .imgbox {
  margin: 0 0 200px 0;
}
.n-photovoltaic-a .n-pho .element-c .imgbox .img {
  width: 44%;
  text-align: center;
}
.n-photovoltaic-a .n-pho .element-c .imgbox .img .photo {
  margin: 0 0 35px 0;
}
.n-photovoltaic-a .n-pho .element-c .imgbox .img .title {
  display: inline-block;
  background: #138b4f;
  font-size: 26px;
  color: #fff;
  padding: 0 50px;
  line-height: 55px;
  border-radius: 30px;
}
.n-photovoltaic-a .n-pho .element-c .imgbox .text {
  width: 50%;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
}
.n-photovoltaic-a .n-pho .element-c .imgbox .text span {
  font-weight: 600;
}
.n-photovoltaic-a .n-pho .element-c .imgbox:nth-child(even) {
  position: relative;
}
.n-photovoltaic-a .n-pho .element-c .imgbox:nth-child(even) .img {
  position: absolute;
  right: 0;
}
.n-photovoltaic-a .n-pho .element-c .imgbox:last-child {
  margin: 0 0 100px 0;
}
.n-photovoltaic-a .n-pho .element-d {
  background: #f8f8f8;
  justify-content: space-around;
  align-items: flex-start;
  padding: 80px 10%;
}
.n-photovoltaic-a .n-pho .element-d .imgbox {
  width: 30%;
}
.n-photovoltaic-a .n-pho .element-d .imgbox .img {
  text-align: center;
}
.n-photovoltaic-a .n-pho .element-d .imgbox .title {
  font-size: 24px;
  color: #fff;
  width: 50%;
  background: #138b4f;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  margin: 40px auto;
}
.n-photovoltaic-a .n-pho .element-d .imgbox .text {
  font-size: 20px;
  color: #333333;
  line-height: 50px;
}
/* ******************************************** */
.n-photovoltaic-b .n-pho {
  padding: 25px 0 0 0;
}
.n-photovoltaic-b .n-pho .n-title1-right {
  float: right;
}
.n-photovoltaic-b .n-pho .element-a {
  margin: 0 auto;
  padding: 60px 0;
}
.n-photovoltaic-b .n-pho .element-a .imgbox{
  width: 24%;
}
.n-photovoltaic-b .n-pho .element-a .imgbox .img {
  border: 2px solid #c3c3c3;
}
.n-photovoltaic-b .n-pho .element-a .imgbox .text {
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding: 25px 0;
}
.n-photovoltaic-b .n-pho .element-b {
  padding: 60px 0;
  background: #fafafa;
}
.n-photovoltaic-b .n-pho .element-b .img {
  width: 48%;
}
.n-photovoltaic-b .n-pho .element-c {
  box-sizing: border-box;
  padding: 0 0 60px 5%;
}
.n-photovoltaic-b .n-pho .element-c .text {
  margin: 60px 0 0 0;
  justify-content: flex-start;
}
.n-photovoltaic-b .n-pho .element-c .text .left {
  font-size: 24px;
  color: #fff;
  background: #138b4f;
  line-height: 75px;
  width: 15%;
  border-radius: 50px;
  text-align: center;
  margin: 0 5% 0 0;
}
.n-photovoltaic-b .n-pho .element-c .text .right {
  background: #fafafa;
  border: 1px solid #c3c3c3;
  font-size: 24px;
  color: #333333;
  padding: 50px 8%;
}
.n-photovoltaic-b .n-pho .element-d {
  background: #fafafa;
  padding: 100px 10%;
  box-sizing: border-box;
  width: 100%;
}
.n-photovoltaic-b .n-pho .element-d .left {
  width: 45%;
}
.n-photovoltaic-b .n-pho .element-d .left ul {
  flex-wrap: wrap;
  width: 100%;
}
.n-photovoltaic-b .n-pho .element-d .left ul li {
  width: 45%;
  font-size: 24px;
  color: #000000;
  line-height: 85px;
  position: relative;
}
.n-photovoltaic-b .n-pho .element-d .left ul li::before {
  position: absolute;
  left: -10%;
  top: 40%;
  width: 17px;
  height: 17px;
  content: '';
  background: #138b4f;
  border-radius: 30px;
}
.n-photovoltaic-b .n-pho .element-d .right {
  width: 50%;
}
.n-photovoltaic-b .n-pho .element-d .right .textbox {
  justify-content: flex-start;
  align-items: flex-start;
}
.n-photovoltaic-b .n-pho .element-d .right .textbox .before {
  width: 10%;
  line-height: 60px;
}
.n-photovoltaic-b .n-pho .element-d .right .textbox .text {
  width: 90%;
  font-size: 22px;
  color: #000000;
  line-height: 50px;
}
/* ******************************************** */
.n-energystorage-a .n-ene {
  padding: 80px 0;
}
.n-energystorage-a .n-ene .element {
  padding: 80px 0 0 0;
  flex-wrap: wrap;
}
.n-energystorage-a .n-ene .element .imgbox {
  width: 45%;
  margin: 0 0 60px 0;
  position: relative;
}
.n-energystorage-a .n-ene .element .imgbox .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5%;
  font-size: 20px;
  color: #fff;
  line-height: 44px;
}
/* ******************************************** */
.n-energystorage-b .n-ene {
  padding: 80px 0;
}
.n-energystorage-b .n-ene .element {
  padding: 80px 0 0 0;
  flex-wrap: wrap;
}
.n-energystorage-b .n-ene .element .img {
  width: 48%;
  margin: 0 0 60px 0;
}
/* ******************************************** */
.n-energystorage-c .n-ene {
  padding: 80px 0;
}
.n-energystorage-c .n-ene .element {
  padding: 80px 0 0 0;
  flex-wrap: wrap;
}
.n-energystorage-c .n-ene .element .imgbox {
  width: 48%;
  margin: 0 0 60px 0;
}
.n-energystorage-c .n-ene .element .imgbox a {
  position: relative;
  display: block;
}
.n-energystorage-c .n-ene .element .imgbox a .text {
  position: absolute;
  left: 10%;
  top: 15%;
  font-size: 36px;
  color: #fff;
}
/* ******************************************** */
.n-developed .n-dev .n-title2 {
  padding: 60px 0;
}
.n-developed .n-dev .element-a ul {
  justify-content: center;
  margin: 0 0 45px 0;
}
.n-developed .n-dev .element-a ul li {
  font-size: 16px;
  color: #000000;
  padding: 0 3%;
  position: relative;
}
.n-developed .n-dev .element-a ul li::before {
  position: absolute;
  left: 2%;
  top: 0;
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 30px;
}
.n-developed .n-dev .element-a ul .a::before {
  background: #a6a6a6;
}
.n-developed .n-dev .element-a ul .b::before {
  background: #767171;
}
.n-developed .n-dev .element-a ul .c::before {
  background: #d1c1ac;
}
.n-developed .n-dev .element-a .body {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 75px 0;
}
.n-developed .n-dev .element-a .body .textbox {
  width: 25%;
}
.n-developed .n-dev .element-a .body .textbox .text {
  font-size: 17px;
  color: #fff;
  line-height: 70px;
  width: 220px;
  text-align: center;
  border-radius: 50px;
}
.n-developed .n-dev .element-a .body .textbox .a {
  background: #a6a6a6;
}
.n-developed .n-dev .element-a .body .textbox .b {
  background: #767171;
}
.n-developed .n-dev .element-a .body .textbox .c {
  background: #d1c1ac;
}
.n-developed .n-dev .element-a .body .textbox .img {
  width: 30%;
  text-align: center;
}
.n-developed .n-dev .element-a .body .textbox:last-child .img {
  opacity: 0;
}
.n-developed .n-dev .element-a .body .down {
  flex-direction: column;
  width: 18%;
}
.n-developed .n-dev .element-a .body .down .img {
  padding: 10px 0;
}
.n-developed .n-dev .element-a .body-b{
  display: none;
}
.n-developed .n-dev .element-b {
  background: #f8f8f8;
  padding: 60px 10%;
}
.n-developed .n-dev .element-b .body {
  text-align: center;
}
.n-developed .n-dev .element-c {
  padding: 60px 0;
}
.n-developed .n-dev .element-c .body {
  flex-wrap: wrap;
}
.n-developed .n-dev .element-c .body .imgbox {
  width: 30%;
  text-align: center;
}
.n-developed .n-dev .element-c .body .imgbox .img {
  text-align: center;
}
.n-developed .n-dev .element-c .body .imgbox .text {
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  display: inline-block;
  margin: 50px 0;
  background: #e9e9e9;
  padding: 0 10%;
  border-radius: 30px;
  transition: 0.3s;
}
.n-developed .n-dev .element-c .body .imgbox .text:hover{
  background: #138b4f;
  color: #fff;
}
.n-developed .n-dev .element-d {
  padding: 60px 10%;
  background: #f8f8f8;
  box-sizing: border-box;
}
.n-developed .n-dev .element-d .body {
  justify-content: center;
}
.n-developed .n-dev .element-d .body .imgbox {
  margin: 0 2%;
  transition: 0.3s;
}
.n-developed .n-dev .element-d .body .imgbox a .text {
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding: 25px 0;
  background: #fff;
}
.n-developed .n-dev .element-d .body .imgbox:hover a .text{
  background: #138b4f;
  color: #fff;
}
.n-developed .n-dev .element-e {
  padding: 60px 0;
}
.n-developed .n-dev .element-e .body {
  text-align: center;
}
/* ******************************************** */
.n-about .n-abo .element-a {
  padding: 60px 0;
}
.n-about .n-abo .element-a .body {
  margin: 60px auto 0 auto;
}
.n-about .n-abo .element-a .body .text {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.n-about .n-abo .element-a .body .logo {
  text-align: center;
  padding: 50px 0;
}
.n-about .n-abo .element-a .body .img {
  text-align: center;
}
.n-about .n-abo .element-b {
  padding: 60px 10%;
  background: #fbfbfb;
}
.n-about .n-abo .element-b .img {
  text-align: center;
  margin: 50px 0 0 0;
}
/* ******************************************** */
.n-case .n-cas .element-a .body-a {
  margin: 0 0 30px 0;
  align-items: flex-start;
}
.n-case .n-cas .element-a .body-a .left{
  width: 48%;
}
.n-case .n-cas .element-a .body-a .right{
  width: 48%;
}
.n-case .n-cas .element-a .body-b {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 50px 0 0 0;
}
.n-case .n-cas .element-a .body-b .textbody-a {
  padding: 0 2%;
  width: 50%;
}
.n-case .n-cas .element-a .body-b .textbody-a .title {
  font-size: 36px;
  color: #333743;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 10%;
  margin: 0 0 50px 0;
}
.n-case .n-cas .element-a .body-b .textbody-a .title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 7px;
  height: 100%;
  background: #138d51;
}
.n-case .n-cas .element-a .body-b .textbody-a .text {
  font-size: 16px;
  color: #020202;
  position: relative;
  font-weight: 600;
  padding: 0 0 0 10%;
  margin: 0 0 30px 5%;
}
.n-case .n-cas .element-a .body-b .textbody-a .text::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 30px;
  background: #138b4f;
}
.n-case .n-cas .element-a .body-b .textbody-a:first-child {
  width: 50%;
}
.n-case .n-cas .element-a .body-b .textbody-b {
  padding: 0 2%;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-case .n-cas .element-a .body-b .textbody-b .title {
  width: 100%;
  font-size: 36px;
  color: #333743;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 6%;
  margin: 0 0 50px 0;
}
.n-case .n-cas .element-a .body-b .textbody-b .title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 7px;
  height: 100%;
  background: #138d51;
}
.n-case .n-cas .element-a .body-b .textbody-b .text {
  width: 50%;
}
.n-case .n-cas .element-a .body-b .textbody-b .text .p1 {
  font-size: 24px;
  color: #020202;
  padding: 0 0 0 6%;
  margin: 0 0 15px 5%;
  position: relative;
}
.n-case .n-cas .element-a .body-b .textbody-b .text .p1::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 30px;
  background: #138b4f;
}
.n-case .n-cas .element-a .body-b .textbody-b .text .p2 {
  font-size: 16px;
  color: #020202;
  padding: 0 0 0 10%;
  margin: 0 0 15px 5%;
  line-height: 1.5;
}
.n-case .n-cas .element-a .body-b .textbody-b .text .p2 p {
  padding: 0 0 25px 0;
}
.n-case .n-cas .element-b .body-a {
  flex-wrap: wrap;
  align-items: flex-start;
}
.n-case .n-cas .element-b .body-a .imgbox {
  width: 48%;
  background: #f9f9f9;
}
.n-case .n-cas .element-b .body-a .imgbox:nth-child(1){
  height: 425px;
}
.n-case .n-cas .element-b .body-a .textbox {
  width: 48%;
  background: #f9f9f9;
  padding: 5% 3%;
  font-size: 18px;
  color: #040404;
  line-height: 45px;
  margin: 0 0 40px 0;
  height: 425px;
  box-sizing: border-box;
}
.n-case .n-cas .element-c {
  margin: 50px auto 0 auto;
}
.n-case .n-cas .element-c .imgbox {
  margin: 0 0 80px 0;
}
.n-case .n-cas .element-c .imgbox .photo {
  margin: 0 0 30px 0;
}
.n-case .n-cas .element-c .imgbox .text {
  font-size: 24px;
  color: #fff;
  background: #138d51;
  line-height: 70px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
/* ******************************************** */
.n-news .n-new {
  padding: 80px 0;
}
.n-news .n-new  .element{
  flex-wrap: wrap;
  padding: 60px 0 0 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.n-news .n-new .element .textbox {
  background: #f8f8f8;
  width: 30%;
  transition: 0.3s;
  border: 1px solid #f8f8f8;
  margin: 0 3% 30px 0;
}
.n-news .n-new .element .textbox a {
  display: block;
  box-sizing: border-box;
  padding: 5% 8%;
}
.n-news .n-new .element .textbox a .up {
  margin: 0 0 20px 0;
}
.n-news .n-new .element .textbox a .up .day {
  width: 25%;
  font-size: 60px;
  color: #000000;
}
.n-news .n-new .element .textbox a .up .title {
  width: 75%;
  font-size: 24px;
  color: #333333;
  position: relative;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
.n-news .n-new .element .textbox a .up .title::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  content: '';
  background: #138d51;
  border-radius: 30px;
}
.n-news .n-new .element .textbox a .month {
  font-size: 22px;
  color: #000000;
  margin: 0 0 50px 0;
}
.n-news .n-new .element .textbox a .down .text {
  font-size: 16px;
  color: #323333;
  line-height: 30px;
  margin: 0 0 30px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  height: 90px;
}
.n-news .n-new .element .textbox a .down .more {
  width: 40%;
  font-size: 16px;
  color: #000000;
  border: 1px solid #333333;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.n-news .n-new .element .textbox:hover{
  border: 1px solid #138b4f;
}
.n-news .n-new .element .textbox:hover a .up .day{
  color: #138b4f;
}
.n-news .n-new .element .textbox:hover  a .month{
  color: #138b4f;
}
.n-news .n-new .element .textbox:hover a .down .more {
  border: 1px solid #138b4f;
  background: #138b4f;
  color: #fffc;
}
/* ******************************************** */
.n-forest .n-title2 {
  padding: 60px 0;
}
.n-forest .n-for .element-a .body {
  padding: 0 0 75px 0;
}
.n-forest .n-for .element-a .body .text {
  width: 85%;
  margin: 0 auto;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  text-indent: 2rem;
  margin: 0 auto 20px auto;
}
.n-forest .n-for .element-a .body .imgbox .title {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin: 30px 0 0 0;
}
.n-forest .n-for .element-b .body {
  padding: 0 0 75px 0;
}
.n-forest .n-for .element-b .body .text {
  width: 85%;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  text-indent: 2rem;
  margin: 0 auto 20px auto;
}
.n-forest .n-for .element-b .body .imgbody .imgbox {
  width: 43%;
}
.n-forest .n-for .element-b .body .imgbody .imgbox .title {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin: 30px 0 0 0;
}
.n-forest .n-for .element-c {
  padding: 0 0 60px 0;
}
.n-forest .n-for .element-c .body {
  flex-wrap: wrap;
}
.n-forest .n-for .element-c .body .left {
  width: 60%;
}
.n-forest .n-for .element-c .body .right {
  width: 35%;
}
.n-forest .n-for .element-c .body .textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-forest .n-for .element-c .body .textbox .title {
  font-size: 24px;
  line-height: 2;
  color: #f53232;
}
.n-forest .n-for .element-c .body .textbox .title span {
  color: #000000;
}
.n-forest .n-for .element-c .body .textbox .text {
  font-size: 18px;
  line-height: 2;
}
.n-forest .n-for .element-c .body .textbox .text span {
  font-size: 24px;
  line-height: 2;
  color: #f53232;
}
.n-forest .n-for .element-c .body .textbox::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  content: '';
  top: 18px;
  left: 0;
  border-radius: 30px;
}
.n-forest .n-for .element-d {
  padding: 0 0 60px 0;
}
.n-forest .n-for .element-d .body {
  align-items: flex-start;
  margin: 0 0 30px 0;
}
.n-forest .n-for .element-d .body ul {
  width: 40%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.n-forest .n-for .element-d .body ul li {
  width: 50%;
  font-size: 20px;
  color: #000000;
  margin: 0 0 20px 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.n-forest .n-for .element-d .body ul li:nth-child(1) {
  font-size: 24px;
  width: 100%;
  color: #026107;
  padding: 0 0 0 0px;
}
.n-forest .n-for .element-d .body ul li:nth-child(1)::before {
  display: none;
}
.n-forest .n-for .element-d .body ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  background: #000;
  left: 0;
  top: 5px;
}
.n-forest .n-for .element-e {
  padding: 0 0 60px 0;
}
.n-forest .n-for .element-e .left {
  width: 35%;
}
.n-forest .n-for .element-e .right {
  width: 60%;
  font-size: 20px;
  color: #000000;
  line-height: 2;
}
/* ******************************************** */
.x-news .x-new {
  padding: 80px 0;
}
.x-news .x-new .title{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.x-news .x-new .time{
  text-align: center;
  font-size: 16px;
  color: #999999;
  margin: 0 0 30px 0;
}
.x-news .x-new .body{
  font-size: 18px;
  color: #333;
  margin: 0 0 30px 0;
  line-height: 1.8;
}
/* ******************************************** */
@media screen and (max-width: 1601px){
  .center1 {
    width: 85%;
  }
  header .hea .nav {
    width: 75%;
  }
  header .hea .nav .ul-a {
    padding: 0 15% 0 0;
  }
  .i-about .i-abo .element2 .right {
    width: 45%;
  }
  footer .foo-b .foo .right {
    width: 40%;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox {
    margin: 0 0 80px 7.5%;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox:nth-child(even) {
    margin: 0 7.5% 80px 0;
  }
  .n-photovoltaic-b .n-pho .element-d .left ul li {
    font-size: 22px;
  }
  .n-about .n-abo .element-a .body .text {
    width: 90%;
  }
  .n-case .n-cas .element-b .body-a .textbox {
    padding: 3% 3%;
    font-size: 18px;
    color: #040404;
    line-height: 40px;
  }
  .i-news .i-new .element .right .textbox a .title {
    line-height: 1.4;
    height: 50px;
  }
}
/* ******************************************** */
@media screen and (max-width: 1401px){
  .center1 {
    width: 90%;
  } 
  header .hea .nav {
    width: 80%;
  }
  header .hea .nav .ul-a {
    padding: 0 15% 0 0;
  }
  .i-about .i-abo .element1 .imgbox {
    padding: 2% 2%;
  }
  .i-about .i-abo .element1 .imgbox .body .title {
    font-size: 26px;
    margin: 0 0 25px 0;
  }
  .i-about .i-abo .element1 {
    padding: 0 0 60px 0;
  }
  .i-about .i-abo .element2 {
    padding: 500px 0 50px 0;
  }
  .i-title1 {
    font-size: 36px;
  }
  .i-about .i-abo .element2 .left .more {
    margin: 50px 0 0 0;
    width: 30%;
  }
  .i-cases .i-cas .element .body .bodybox .right .text {
    height: 65px;
  }
  .i-news .i-new .element .textbox a .up .day {
    width: 25%;
    font-size: 40px;
  }
  .i-news .i-new .element .textbox a .month {
    margin: 0 0 30px 0;
  }
  .i-news .i-new .element .right .textbox a .title {
    height: auto;
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
  }
  .i-news .i-new .element .right .textbox a .time {
    margin: 0 0 20px 0;
  } 
  footer .foo-a ul li {
    margin: 0 15px;
  }
  footer .foo-b .foo .right {
    width: 45%;
  }
  .n-banner .n-ban .title {
    font-size: 38px;
  }
  .n-photovoltaic-a .n-pho .element-c .imgbox .img .title {
    font-size: 20px;
  }
  .n-photovoltaic-a .n-pho .element-d .imgbox {
    width: 40%;
  }
  .n-photovoltaic-a .n-pho .element-d .imgbox .title {
    font-size: 20px;
    line-height: 50px;
  }
  .n-title1 {
    font-size: 24px;
    line-height: 80px;
  }
  .n-photovoltaic-b .n-pho .element-c .text .left {
    font-size: 20px;
    line-height: 65px;
    width: 20%;
  }
  .n-photovoltaic-b .n-pho .element-c .text .right {
    font-size: 18px;
    padding: 40px 5%;
  }
  .n-photovoltaic-b .n-pho .element-d {
    padding: 100px 7.5%;
  } 
  .n-photovoltaic-b .n-pho .element-d .left ul li {
    font-size: 18px;
  }
  .n-photovoltaic-b .n-pho .element-d .right .textbox .text {
    font-size: 18px;
    line-height: 40px;
  }
  .n-developed .n-dev .element-a .body {
    width: 100%;
  }
  .n-developed .n-dev .element-a .body .textbox .text {
    font-size: 16px;
    width: 200px;
  }
  .n-developed .n-dev .element-b {
    padding: 60px 7.5%;
  }
  .n-developed .n-dev .element-d {
    background: #f8f8f8;
  }
  .n-about .n-abo .element-a .body {
   width: 100%;
  }
  .n-case .n-cas .element-b .body-a .textbox {
    font-size: 16px;
  }
  .n-news .n-new .element .textbox a .up .day {
    font-size: 40px;
  }

}
/* ******************************************** */
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 40%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .close {
    background-color: #138d51;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .close img {
    width: 30px;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #138d51;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #ffffff;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .i-about .i-abo .element1 {
    padding: 30px 0 30px 0;
    flex-wrap: wrap;
    position: unset;
  }
  .i-about .i-abo .element1 .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .i-about .i-abo .element1 .imgbox .img {
    width: 8%;
  }
  .i-about .i-abo .element1 .imgbox .body .title {
    font-size: 20px;
    margin: 0px 0 15px 0;
  }
  .i-about .i-abo .element1 .imgbox .body .text {
    height: auto;
  }
  .i-about .i-abo .element2 {
    padding: 30px 0 30px 0;
    flex-wrap: wrap;
  }
  .i-about .i-abo .element2 .left {
    width: 100%;
  }
  .i-title1 {
    font-size: 26px;
    margin: 0 0 30px 0
  }
  .i-title1::after {
    width: 6%;
  }
  .i-about .i-abo .element2 .left .more {
    margin: 30px 0;
    width: 30%;
  }
  .i-about .i-abo .element2 .right {
    width: 45%;
    margin: 0 auto;
  }
  .i-partners .i-par {
    padding: 30px 0;
  }
  .i-title2 .cn {
    font-size: 22px;
  }
  .i-title2 {
    margin: 0 0 20px 0;
  }
  .i-history .i-his {
    padding: 30px 0;
  }
  .i-history .i-his .element1 .swiper1 .year {
    font-size: 50px;
    height: 65px;
  }
  .i-history .i-his .element1 .swiper1 .swiper-slide-thumb-active .year {
    font-size: 65px;
  }
  .i-history .i-his .element2 .swiper2 .title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
  }
  .i-cases .i-cas {
    padding: 30px 0;
  }
  .i-cases .i-cas .element .body .bodybox {
    flex-wrap: wrap;
  }
  .i-cases .i-cas .element .body .bodybox .left {
    width: 100%;
  }
  .i-cases .i-cas .element .body .bodybox .left .brightspot {
    font-size: 22px;
  }
  .i-cases .i-cas .element .body .bodybox .left .text {
    font-size: 18px;
  }
  .i-cases .i-cas .element .body .bodybox .left .more {
    width: 25%;
    margin: 30px 0;
  }
  .i-cases .i-cas .element .body .bodybox .right {
    width: 70%;
  }
  .i-cases .i-cas .element .body .bodybox .right .text {
    width: 100%;
    height: 75px;
    left: 0;
  }
  .i-news .i-new {
    padding: 30px 0;
  }
  .i-news .i-new .element {
    flex-wrap: wrap;
  }
  .i-news .i-new .element .left {
    width: 50%;
    margin: 0 auto;
  }
  .i-news .i-new .element .right {
    width: 100%;
  }
  .i-news .i-new .more a {
    width: 20%;
  }
  footer .foo-a .foo{
    flex-wrap: wrap
  }
  footer .foo-a .foo .logo{
    margin: 0 auto;
  }
  footer .foo-a .foo ul{
    width: 100%;
    margin: 20px 0;
    flex-wrap: wrap;
  }
  footer .foo-a ul li {
    margin: 0 15px 10px ;
  }
  footer .foo-a .foo .totop{
    margin: 0 auto;
  }
  footer .foo-b .foo{
    flex-wrap: wrap;
    padding: 30px 0;
  }
  footer .foo-b {
    padding: 10px 0;
  }
  footer .foo-b .foo .left {
    width: 25%;
    margin: 0 0 30px 0;
  }
  footer .foo-b .foo .right {
    width: 100%;
  }
  footer .foo-c .foo ul {
    padding: 20px 0;
  }
  .n-banner .n-ban .title {
    font-size: 28px;
    top: 40%;
  }
  .n-banner .n-ban .nav ul {
    display: none;
  }
  .n-crumb .n-cru ul {
    padding: 25px 0;
  }
  .n-photovoltaic-a .n-pho .element-a {
    flex-wrap: wrap;
  }
  .n-photovoltaic-a .n-pho .element-a .pro {
    width: 100%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-a {
    width: 100%;
    margin: 0 auto 30px;
    padding: 5% 5%;
    height: 500px;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-a .title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-a .text {
    font-size: 18px;
    line-height: 28px;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-a {
    height: 420px;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-b .imgbox .text {
    font-size: 22px;
    line-height: 1.4;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-b {
    margin: 0 0 50px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox {
    width: 45%;
    padding: 0 5%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-c {
    margin: 0 0 50px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d {
    margin: 0 0 50px 0;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox {
    margin: 0 5% 30px 5%;
    flex-wrap: wrap;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .img {
    width: 20%;
    margin: 0 auto 20px;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .text {
    width: 100%;
    padding: 5% 10%;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .text ul li {
    width: 50%;
    font-size: 18px;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .text ul {
    height: 150px;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox:nth-child(even) {
    margin: 0 5% 30px 5%;
    flex-wrap: wrap;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox:nth-child(even) .img {
    position: unset;
    margin: 0 auto 30px;
  }
  .n-photovoltaic-a .n-pho .element-b {
    margin: 0 0 50px 0;
  }
  .n-photovoltaic-a .n-pho .element-c .imgbox {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  .n-photovoltaic-a .n-pho .element-c .imgbox .img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-c .imgbox .text {
    width: 100%;
    font-size: 18px;
    line-height: 38px;
  }
  .n-photovoltaic-a .n-pho .element-c .imgbox:nth-child(even) .img {
    position: unset;
  }
  .n-photovoltaic-a .n-pho .element-c .imgbox:last-child {
    margin: 0 0 50px 0;
  }
  .n-photovoltaic-a .n-pho .element-d {
    padding: 40px 10%;
    flex-wrap: wrap;
  }
  .n-photovoltaic-a .n-pho .element-d .imgbox {
    width: 100%;
  }
  .n-title1 {
    font-size: 20px;
    line-height: 65px;
  }
  .n-photovoltaic-b .n-pho .element-a {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .n-photovoltaic-b .n-pho .element-a .imgbox {
    width: 45%;
  }
  .n-photovoltaic-b .n-pho .element-c {
    box-sizing: border-box;
    padding: 0 0 30px 0;
  }
  .n-photovoltaic-b .n-pho .element-c .text .left {
    font-size: 18px;
    line-height: 55px;
    width: 25%;
  }
  .n-photovoltaic-b .n-pho .element-c .text .right{
    width: 70%;
    padding: 30px 5%;
    line-height: 1.5;
  }
  .n-photovoltaic-b .n-pho .element-d {
    padding: 50px 5%;
    flex-wrap: wrap;
  }
  .n-photovoltaic-b .n-pho .element-d .left {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 5%;
  }
  .n-photovoltaic-b .n-pho .element-d .right {
    width: 100%;
  }
  .n-energystorage-a .n-ene {
    padding: 40px 0;
  }
  .n-title2 .left {
    font-size: 26px;
  }
  .n-energystorage-a .n-ene .element {
    padding: 40px 0 0 0;
  }
  .n-energystorage-a .n-ene .element .imgbox {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .n-energystorage-b .n-ene .element {
    padding: 40px 0 0 0;
  }
  .n-energystorage-b .n-ene {
    padding: 40px 0;
  }
  .n-energystorage-c .n-ene .element {
    padding: 40px 0 0 0;
  }
  .n-energystorage-c .n-ene {
    padding: 30px 0;
  }
  .n-developed .n-dev .element-a ul {
    display: none;
  }
  .n-developed .n-dev .element-a .body {
    display: none;
  }
  .caption-a {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .n-developed .n-dev .element-a .body-b {
    display: block;
    margin: 0 0 30px 0;
  }
  .n-developed .n-dev .element-c .body .imgbox {
    width: 45%;
  }
  .n-developed .n-dev .element-b {
    padding: 30px 5%;
  }
  .n-developed .n-dev .element-c {
    padding: 30px 0;
  }
  .n-developed .n-dev .element-d .body .imgbox a .text {
    font-size: 20px;
    padding: 25px 0;
  }
  .n-forest .n-for .element-a .body {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .n-forest .n-for .element-a .body .text {
    width: 100%;
    font-size: 18px;
  }
  .n-forest .n-for .element-c .body .left {
    width: 100%;
  }
  .n-forest .n-for .element-c .body .right {
    width: 45%;
    margin: 20px auto;
  }
  .n-forest .n-for .element-d .body {
    flex-wrap: wrap;
  }
  .n-forest .n-for .element-d .body ul {
    width: 100%;
    margin: 0 auto 20px;
  }
  .n-forest .n-for .element-e {
    padding: 0 0 30px 0;
    flex-wrap: wrap;
  }
  .n-forest .n-for .element-e .left {
    width: 35%;
    margin: 0 auto 20px;
  }
  .n-forest .n-for .element-e .right {
    width: 100%;
    font-size: 18px;
  }
  .n-about .n-abo .element-a {
    padding: 30px 0;
  }
  .caption-b {
    font-size: 26px;
    padding: 0 0 25px 0;
  }
  .n-about .n-abo .element-a .body {
    margin: 30px auto 0 auto;
  }
  .n-about .n-abo .element-a .body .logo {
    padding: 20px 0;
  }
  .n-about .n-abo .element-b {
    padding: 30px 10%;
  }
  .caption-c .p1 {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .caption-c .p2 {
    font-size: 22px;
    padding: 0 0 30px 0;
  }
  .n-case .n-cas .element-a .body-b {
    flex-wrap: wrap;
  }
  .n-case .n-cas .element-a .body-b .textbody-a:first-child {
    width: 50%;
  }
  .n-case .n-cas .element-a .body-b .textbody-b {
    width: 100%;
  }
  .n-case .n-cas .element-a .body-b .textbody-a {
    width: 40%;
  }
  .n-case .n-cas .element-b .body-a .imgbox:nth-child(1) {
    height: auto;
  }
  .n-case .n-cas .element-b .body-a .textbox {
    width: 100%;
    height: auto;
  }
  .n-case .n-cas .element-b .body-a .imgbox {
    width: 60%;
    margin: 0 auto 30px;
  }
  .n-case .n-cas .element-c .imgbox .text {
    font-size: 18px;
    line-height: 55px;
    width: 70%;
  }
  .n-news .n-new .element .textbox {
    width: 45%;
  }
  .x-news .x-new .title {
    font-size: 22px;
   line-height: 1.5;
  }
  .x-news .x-new {
    padding: 30px 0;
  }
  .i-about .i-abo .element1 .imgbox .img {
    width: 10%;
  }
  .n-case .n-cas .element-a .body-a {
   flex-wrap: wrap;
  }
  .n-case .n-cas .element-a .body-a .left {
    width: 100%;
  }
  .n-case .n-cas .element-a .body-a .right {
    width: 100%;
  }
  .n-crumb .n-cru .right{
    display: block;
  }
  footer .foo-c .foo ul {
    flex-wrap: wrap;
    line-height: 24px;
  }
}
/* ******************************************** */
@media screen and (max-width: 801px) {
  .i-title1 {
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0;
  }
  .i-about .i-abo .element2 .right {
    width: 100%;
  }
  .i-about .i-abo .element2 .left .more a {
    font-size: 14px;
  }
  .i-partners .i-par .element .img {
    width: 48%;
  }
  .i-history .i-his .element1::after {
    left: 47.5%;
  } 
  .i-history .i-his .element1 .swiper1 .year {
    font-size: 45px;
    height: 55px;
    padding: 0 0 40px 0;
  }
  .i-history .i-his .element2 .swiper2 .title {
    margin: 30px auto;
    height: 140px;
  }
  .i-title2 .cn {
    font-size: 20px;
  }
  .i-cases .i-cas .element .body .bodybox .left .brightspot {
    font-size: 20px;
  }
  .i-cases .i-cas .element .body .bodybox .left .text:nth-child(4) li {
    width: 100%;
  }
  .i-cases .i-cas .element .body .bodybox .left .more {
    width: 40%;
  }
  .i-cases .i-cas .element .body .bodybox .right {
    width: 100%;
  }
  .i-cases .i-cas .element .body .bodybox .right .text {
    height: 55px;
    font-size: 14px;
  } 
  .i-news .i-new .element .left {
    width: 100%;
    margin: 0 auto 20px;
  }
  .i-news .i-new .element .right .textbox {
    padding: 3% 0;
  }
  .i-news .i-new .more a {
    width: 40%;
  }
  footer .foo-a .foo ul {
    justify-content: flex-start;
  }
  footer .foo-a ul li {
    margin: 0 15px 10px 0;
  }
  footer .foo-b .foo .left {
    width: 100%;
  }
  footer .foo-b .foo .right ul li:nth-child(1) {
    width: 100%;
  }
  footer .foo-b .foo .right ul li:nth-child(2) {
    width: 100%;
  }
  footer .foo-b .foo .right ul li .text {
    font-size: 14px;
  }
  footer .foo-b .foo {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-a .title {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-b .imgbox .text {
    font-size: 18px;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox .title {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-c {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  } 
  .n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox {
    width: 100%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a {
    flex-wrap: wrap;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left .title {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left {
    width: 100%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .left .text {
    font-size: 22px;
    overflow: hidden;
    padding: 20px 10px;
    font-size: 18px;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .right .img {
    margin: 0 auto 20px auto;
    width: 30%;
  }  
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .right {
    width: 100%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-a .right .text {
    font-size: 20px;
  } 
  .n-photovoltaic-a .n-pho .element-a .pro .body-c .textbox .text .right {
    line-height: 1.5;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-c .img {
    width: 30%;
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b {
    flex-wrap: wrap;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .left {
    width: 100%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .left .img {
    margin: 0 auto 30px auto;
    width: 30%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .left .text {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right{
    width: 100%;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right .title {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d .box-b .right .text {
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .n-photovoltaic-a .n-pho .element-a .pro .body-d {
    margin: 0 0 20px 0;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .text ul {
    height: 150px;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .text ul {
    height: auto;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .text ul li {
    width: 100%;
  }
  .n-photovoltaic-a .n-pho .element-b .imgbox .img {
    width: 40%;
  }
  .n-photovoltaic-a .n-pho .element-c .imgbox .img .title {
    font-size: 16px;
    line-height: 45px;
  }
  .n-photovoltaic-a .n-pho .element-d .imgbox .text {
    font-size: 18px;
    line-height: 36px;
  }
  footer .foo-a ul li {
    width: 45%;
  }
  footer .foo-a ul li:nth-child(even){
    display: none;
  }
  .n-banner .n-ban .title {
    font-size: 22px;
    top: 30%;
  }
  .n-title1 {
    font-size: 18px;
    line-height: 50px;
  } 
  .n-photovoltaic-b .n-pho .element-a .imgbox {
    width: 100%;
  }
  .n-photovoltaic-b .n-pho .element-b {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .n-photovoltaic-b .n-pho .element-b .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-photovoltaic-b .n-pho .element-c .text {
    margin: 20px 0 0 0;
    flex-wrap: wrap;
  }
  .n-photovoltaic-b .n-pho .element-c .text .left {
    font-size: 16px;
    line-height: 45px;
    width: 40%;
    margin: 0 0 10px 0;
  }
  .n-photovoltaic-b .n-pho .element-c .text .right {
    width: 100%;
    padding: 10px 5%;
    font-size: 16px;
  }
  .n-photovoltaic-b .n-pho .element-d .left ul li {
    width: 100%;
  }
  .n-photovoltaic-b .n-pho .element-d .left ul {
   box-sizing: border-box;
   padding: 0 0 0 5%;
  }
  .n-title2{
    flex-wrap: wrap;
  }
  .n-title2 .left {
    font-size: 18px;
    padding: 0 0 0 5%;
  }
  .n-title2 .right{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .n-title2 .right ul li a {
    font-size: 16px;
    color: #727272;
    margin: 0 0 0 0px;
  }
  .n-energystorage-a .n-ene .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-energystorage-a .n-ene .element .imgbox .text {
    font-size: 18px;
  }
  .n-energystorage-b .n-ene .element .img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-energystorage-c .n-ene .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-energystorage-c .n-ene .element .imgbox a .text {
    font-size: 18px;
  }
  .n-developed .n-dev .n-title2 {
    padding: 20px 0;
  }
  .caption-a {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 15px 0 15px 0;
  }
  .n-developed .n-dev .element-b {
    padding: 20px 5%;
  }
  .n-developed .n-dev .element-c .body .imgbox {
    width: 100%;
  }
  .n-developed .n-dev .element-c .body .imgbox .text {
    font-size: 18px;
    line-height: 40px;
    margin: 20px 0;
  }
  .n-developed .n-dev .element-d {
    padding: 20px 5%;
  }
  .n-developed .n-dev .element-d .body {
    flex-wrap: wrap;
  }
  .n-developed .n-dev .element-d .body .imgbox {
    margin: 0 2% 20px;
  }
  .n-developed .n-dev .element-d .body .imgbox a .text {
    font-size: 18px;
    padding: 20px 0;
  }
  .n-forest .n-for .element-b .body .text {
    width: 100%;
  }
  .n-forest .n-title2 {
    padding: 20px 0;
  }
  .n-forest .n-for .element-a .body .text { 
    font-size: 16px;
  }
  .n-forest .n-for .element-b .body .imgbody{
    flex-wrap: wrap;
  }
  .n-forest .n-for .element-b .body .imgbody .imgbox {
   width: 100%;
   margin: 0 0 10px 0;
  }
  .n-forest .n-for .element-b .body {
    padding: 0 0 20px 0;
  }
  .n-forest .n-for .element-c .body .textbox .title {
    font-size: 18px;
  }
  .n-forest .n-for .element-c .body .textbox .text span {
    font-size: 18px;
  }
  .n-forest .n-for .element-c .body .textbox::before {
    top: 13px;
  }
  .n-forest .n-for .element-c .body .textbox .text {
    font-size: 16px;
  }
  .n-forest .n-for .element-c .body .right {
    width: 100%;
  }
  .n-forest .n-for .element-c {
    padding: 0 0 20px 0;
  }
  .n-forest .n-for .element-d .body ul li:nth-child(1) {
    font-size: 20px;
  }
  .n-forest .n-for .element-d .body ul li {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .n-forest .n-for .element-e .left {
    width: 100%;
  }
  .caption-b {
    font-size: 20px;
  }
  .n-about .n-abo .element-a .body .text {
    width: 100%;
  }
  .n-case .n-cas .element-a .body-a img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .caption-c .p1 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .caption-c .p1::after {
    left: 45%;
    width: 11%;
    height: 4px;
  }
  .n-case .n-cas .element-a .body-b .textbody-a:first-child {
    width: 100%;
  }
  .n-case .n-cas .element-a .body-b .textbody-a .title {
    font-size: 18px;
    padding: 0 0 0 10%;
    margin: 0 0 20px 0;
  }
  .n-case .n-cas .element-a .body-b .textbody-a {
    width: 100%;
  }
  .n-case .n-cas .element-a .body-b .textbody-b .title {
    font-size: 18px;
    padding: 0 0 0 10%;
    margin: 0 0 20px 0;
  }
  .n-case .n-cas .element-a .body-b .textbody-b .text {
    width: 100%;
  }
  .n-case .n-cas .element-a .body-b .textbody-b .text .p1 {
    font-size: 18px;
    margin: 0 0 10px 5%;
  }
  .n-case .n-cas .element-a .body-b .textbody-b .text .p2 p {
    padding: 0 0 10px 0;
  }
  .caption-c .p2 {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  .n-case .n-cas .element-b .body-a .imgbox:nth-child(1) {
   width: 100%;
  }
  .n-case .n-cas .element-b .body-a .imgbox {
    width: 100%;
    margin: 0 auto 30px;
  }
  .n-case .n-cas .element-c {
    margin: 20px auto 0 auto;
  }
  .n-case .n-cas .element-c .imgbox .text {
    font-size: 15px;
    line-height: 45px;
    width: 100%;
  }
  .n-case .n-cas .element-c .imgbox {
    margin: 0 0 20px 0;
  }
  .n-news .n-new {
    padding: 20px 0;
  }
  .n-news .n-new .element {
    padding: 20px 0 0 0;
  }
  .n-news .n-new .element .textbox {
    width: 100%;
  }
  .n-news .n-new .element .textbox a .up .day {
    font-size: 30px;
  }
  .n-news .n-new .element .textbox a .up .title {
    width: 75%;
    font-size: 20px;
  }
  .n-news .n-new .element .textbox a .month {
    font-size: 20px;
    color: #000000;
    margin: 0 0 20px 0;
  }
  .n-news .n-new .element .textbox a .down .more {
    width: 40%;
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
  .x-news .x-new .title {
    font-size: 18px;
  }
  .x-news .x-new .time {
    margin: 0 0 20px 0;
  }
  .x-news .x-new .body {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .n-case .n-cas .element-a .body-b .textbody-b .text .p1::before {
    top: 5px;
  }
  .n-case .n-cas .element-a .body-b {
    margin: 20px 0 0 0;
  }
  .n-crumb .n-cru{
    flex-wrap: wrap;
  }
  .n-crumb .n-cru .left{
    width: 100%;
  }
  .n-crumb .n-cru .right{
    width: 100%;
  }
  .n-crumb .n-cru ul {
    padding: 10px 0;
}
.n-crumb .n-cru .left ul {
  justify-content: flex-start;
  padding: 20px 0 10px;
  }
  .n-crumb .n-cru .right ul li a {
    font-size: 16px;
    color: #727272;
    margin: 0 0 0 0px;
  }
}