#product {
  /*产品*/
}
#product .head_nav {
  box-shadow: none;
}
#product .sy_cp {
  padding: 128px 0 180px;
  background: #FFFBF5;
}
#product .sy_cp .sy_cp_cnt {
  padding-top: 10px;
}
#product .sy_cp .sy_cp_cnt .max_width {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
#product .sy_cp .sy_cp_cnt .max_width .list {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#product .sy_cp .sy_cp_cnt .max_width .list .swiper {
  width: 100%;
}
#product .sy_cp .sy_cp_cnt .max_width .list a {
  flex: none;
  width: 100%;
  display: inline-block;
  position: relative;
  height: max-content;
  overflow: hidden;
  border-radius: 10px;
}
#product .sy_cp .sy_cp_cnt .max_width .list a img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#product .sy_cp .sy_cp_cnt .max_width .list a .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 8.2% 17.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, #000000 0%, rgba(51, 51, 51, 0) 100%);
  border-radius: 10px;
}
#product .sy_cp .sy_cp_cnt .max_width .list a .product-content.mb {
  display: none;
}
#product .sy_cp .sy_cp_cnt .max_width .list a .product-content .font24 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
}
#product .sy_cp .sy_cp_cnt .max_width .list a .product-content .font24::before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
#product .sy_cp .sy_cp_cnt .max_width .list a .product-content .font24::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #EA9315;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#product .sy_cp .sy_cp_cnt .max_width .list a .product-content .font16 {
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  display: none;
}
#product .sy_cp .sy_cp_cnt .max_width .list a.active .product-content .font16 {
  display: block;
}
#product .sy_cp .sy_cp_cnt .max_width .list a:hover img {
  transform: scale(1.12);
}
.com_tit {
  font-size: 48px;
  padding-bottom: 33px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 64px;
}
.com_tit::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #EA9315;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
}
#prodDetails {
  /*产品详情*/
}
#prodDetails .prod_details {
  width: 100%;
}
#prodDetails .prod_details .prod_info .font16 {
  width: 78.6%;
  margin: auto;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
#prodDetails .prod_details .prod_info .video_box {
  background: #fff;
  position: relative;
  margin-top: 43px;
  padding: 0 12.5%;
}
#prodDetails .prod_details .prod_info .video_box video {
  max-width: 100%;
}
#prodDetails .prod_details .prod_info .video_box .layout-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 79px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background-image: url(../images/product/play.png);
  background-size: 100% 100%;
  cursor: pointer;
}
#prodDetails .prod_details .prod_info .video_box .layout-play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF9F9;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#prodDetails .prod_details .prod_info .video_box .layout-play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.31);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#prodDetails .prod_details .prod_info .video_box .layout-play:hover::after {
  opacity: 1;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
#prodDetails .prod_details .prod_info .video_box .layout-play:hover::before {
  opacity: 1;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}
#prodDetails .prod_details .system_box .xq_con01 {
  width: 100%;
  padding-bottom: 40px;
}
#prodDetails .prod_details .system_box .xq_con01 .td_total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#prodDetails .prod_details .system_box .xq_con01 .td_total .t_item {
  width: 15.27777%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#prodDetails .prod_details .system_box .xq_con01 .td_total .t_item img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .td_total .t_item:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
#prodDetails .prod_details .system_box .xq_con01 .td_total .t_item .t_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
#prodDetails .prod_details .system_box .xq_con01 .system_td {
  margin: 80px 0 0px 0;
}
#prodDetails .prod_details .system_box .xq_con01 .system_td .td_item .td_text {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 10px 10px;
}
#prodDetails .prod_details .system_box .xq_con01 .system_td .td_item .td_text p {
  -webkit-line-clamp: 4;
  height: 96px;
}
#prodDetails .prod_details .system_box .xq_con02 .system_head {
  margin: 0;
  padding: 56px 0;
}
#prodDetails .prod_details .system_box .xq_con02 .cs_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#prodDetails .prod_details .system_box .xq_con02 .cs_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case {
  width: 100%;
  padding-bottom: 70px;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-pagination-bullet {
  opacity: 1;
  background: #6e6e6e;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #195D9D;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .cimg {
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .cimg img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text {
  width: 100%;
  padding: 25px 20px 20px 20px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .d_div {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 10px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-left: 30px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span:nth-child(2),
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span:nth-child(3) {
  width: 50%;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item .c_text .c_span::after {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #195D9C;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item:hover .cimg img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item:hover .c_text {
  background: #195D9D;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item:hover .c_text .d_div {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item:hover .c_text .c_span {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .prod_details .system_box .xq_con01 .swiper-case .swiper-slide .c_item:hover .c_text .c_span::after {
  background: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .system_box {
  width: 100%;
}
#prodDetails .system_box .safe_width {
  width: 75%;
  margin: auto;
}
#prodDetails .system_box .system_head {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin: 76px 0 56px 0;
  letter-spacing: 2px;
}
#prodDetails .system_box .system_td {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#prodDetails .system_box .system_td .td_item {
  letter-spacing: 1px;
  width: 32.5%;
  margin-bottom: 40px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 60px;
}
#prodDetails .system_box .system_td .td_item .td_img {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#prodDetails .system_box .system_td .td_item .td_img img {
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#prodDetails .system_box .system_td .td_item:hover .td_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
#prodDetails .system_box .system_td .td_item .td_text {
  width: 100%;
  padding: 24px 30px 20px 30px;
}
#prodDetails .system_box .system_td .td_item .td_text h5 {
  color: #EA9315;
  font-size: 24px;
  line-height: 40px;
  word-break: normal;
  overflow-wrap: break-word;
  padding-bottom: 10px;
  position: relative;
}
#prodDetails .system_box .system_td .td_item .td_text h5::after {
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EA9315;
}
#prodDetails .system_box .system_td .td_item .td_text p {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
  overflow-wrap: break-word;
}
#prodDetails .download {
  padding: 80px 0 78px;
  text-align: center;
  display: block;
}
#prodDetails .download p {
  margin-top: 26px;
  display: block;
  font-size: 16px;
  color: #000;
}
#prodDetails .download:hover p {
  color: #EA9315;
}
/* 光热发电 */
.Photothermal .main_cnt {
  width: 75%;
  margin: auto;
  padding-bottom: 80px;
}
.Photothermal .main_cnt .slogan {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 65px 5% 52px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin: 100px 0 80px;
}
.Photothermal .main_cnt .item {
  display: flex;
  position: relative;
  border-radius: 10px;
}
.Photothermal .main_cnt .item .left {
  width: 50%;
  flex: none;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.Photothermal .main_cnt .item .left img {
  width: 100%;
  transition: all 1s ease-in-out;
}
.Photothermal .main_cnt .item:hover .left img {
  transform: scale(1.1);
}
.Photothermal .main_cnt .item .imgs {
  position: absolute;
  top: 0;
  left: calc(50% - 22px);
  width: 44px;
  height: 100%;
  z-index: 3;
}
.Photothermal .main_cnt .item .imgs img {
  width: 44px;
  left: 0;
  position: absolute;
}
.Photothermal .main_cnt .item .imgs .imgs_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.Photothermal .main_cnt .item .imgs .imgs_box img:first-child {
  top: 20.93%;
}
.Photothermal .main_cnt .item .imgs .imgs_box img:last-child {
  bottom: 20.93%;
}
.Photothermal .main_cnt .item .right {
  width: 50%;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #666;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 3%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}
/* 绿质 */
.green .main_cnt > .font16 {
  width: 78.6%;
  margin: auto;
  color: #666;
  line-height: 30px;
}
.green .main_cnt .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  flex-wrap: wrap;
}
.green .main_cnt .list a {
  margin-top: 25px;
  flex: none;
  width: 49%;
  display: inline-block;
  position: relative;
  height: max-content;
  overflow: hidden;
  border-radius: 10px;
}
.green .main_cnt .list a:last-child {
  margin-right: 0;
}
.green .main_cnt .list a img {
  width: 100%;
  transition: all 1s ease-in-out;
}
.green .main_cnt .list a .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 8.2% 5.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, #000000 0%, rgba(51, 51, 51, 0) 100%);
  border-radius: 10px;
}
.green .main_cnt .list a .product-content.mb {
  display: none;
}
.green .main_cnt .list a .product-content .font24 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
}
.green .main_cnt .list a .product-content .font24::before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
.green .main_cnt .list a .product-content .font24::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #EA9315;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.green .main_cnt .list a .product-content .font16 {
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  display: none;
  color: #fff;
}
.green .main_cnt .list a:hover img {
  transform: scale(1.1);
}
.green .main_cnt .list a:hover .product-content .font16 {
  display: block;
}
.green .main_cnt .item .imgs .imgs_box img:first-child {
  top: 13.92%;
}
.green .main_cnt .item .imgs .imgs_box img:last-child {
  bottom: 13.92%;
}
.green .main_cnt .Data_center {
  margin-top: 90px;
}
.green .main_cnt .Data_center .com_tit {
  display: inline-block;
  width: max-content;
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 18px;
  padding-top: 0;
  color: #000;
}
.green .main_cnt .Data_center .com_tit::after {
  left: 0;
}
.green .main_cnt .climate .img_con {
  border-radius: 10px 10px 0 0 ;
  overflow: hidden;
}
.green .main_cnt .climate .img_con img {
  width: 100%;
  transition: all ease-in-out 1s;
}
.green .main_cnt .climate:hover .img_con img {
  transform: scale(1.1);
}
.green .main_cnt .climate .climate_desc {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 10px 10px;
  display: flex;
  padding: 3% 2.63%;
}
.green .main_cnt .climate .climate_desc p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.green .main_cnt .climate .climate_desc .left {
  width: 45%;
  flex: none;
}
.green .main_cnt .climate .climate_desc .middle {
  width: 5.76%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green .main_cnt .climate .climate_desc .middle img {
  max-width: 60%;
}
.green .main_cnt .climate .climate_desc .middle.block_sj {
  display: none;
}
.green .main_cnt .climate .climate_desc .right {
  flex: none;
  width: 44%;
}
.green .main_cnt .industry {
  display: flex;
  position: relative;
}
.green .main_cnt .industry .left {
  flex: none;
  width: 55.5555%;
}
.green .main_cnt .industry .left img {
  width: 100%;
}
.green .main_cnt .industry .industry_con {
  position: absolute;
  right: 0;
  top: 3.8%;
  height: 92.4%;
  width: 55.5555%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 4% 3%;
}
.green .main_cnt .industry .industry_con .industry_con_desc {
  height: 100%;
  overflow: scroll;
}
.md_con {
  position: relative;
}
.md_con .dw_mark {
  width: 100%;
  height: 110px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#global #footer {
  display: block;
}
@media screen and (max-width: 1440px) {
  #product .sy_cp .sy_cp_cnt::after {
    width: 300px;
    height: 600px;
    border-radius: 0 300px 300px 0;
  }
  #product .sy_cp .sy_cp_cnt .max_width .circle {
    height: 610px;
  }
  #product .sy_cp .sy_cp_cnt .max_width .circle .font48 {
    font-size: 44px;
  }
  .com_tit {
    font-size: 44px;
    padding-bottom: 28px;
    margin-bottom: 50px;
    padding-top: 54px;
  }
  .green .main_cnt .list a .product-content {
    height: 70%;
  }
}
@media screen and (max-width: 1280px) {
  #product .sy_cp .sy_cp_cnt::after {
    width: 260px;
    height: 520px;
    border-radius: 0 260px 260px 0;
  }
  #product .sy_cp .sy_cp_cnt .max_width .circle {
    height: 530px;
  }
  #product .sy_cp .sy_cp_cnt .max_width .circle .font48 {
    font-size: 38px;
  }
  #product .sy_cp .sy_cp_cnt .max_width .circle .font18 {
    font-size: 16px;
  }
  #product .sy_cp .sy_cp_cnt .max_width .list a .product-content .font24 {
    font-size: 22px;
  }
  #product .sy_cp .sy_cp_cnt .max_width .list a .product-content .font16 {
    font-size: 14px;
  }
  .com_tit {
    font-size: 40px;
    padding-bottom: 28px;
    margin-bottom: 50px;
    padding-top: 54px;
  }
  .green .main_cnt .list a .product-content {
    height: 80%;
  }
  .green .main_cnt .list a:hover .product-content .font16 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .main_cnt {
    overflow-x: hidden;
  }
  .com_tit {
    font-size: 24px;
    padding-bottom: 13px;
    margin-bottom: 23px;
    padding-top: 36px;
  }
  .com_tit::after {
    width: 20px;
    height: 2px;
    left: calc(50% - 10px);
  }
  #prodDetails .prod_details .prod_info .font16 {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  #prodDetails .prod_details .prod_info .video_box {
    padding: 0 4%;
  }
  #prodDetails .prod_details .prod_info .video_box .layout-play {
    width: 30px;
    height: 30px;
  }
  #prodDetails .prod_details .system_box .safe_width {
    width: 92%;
  }
  #prodDetails .prod_details .system_box .xq_con01 {
    padding-bottom: 0;
  }
  #prodDetails .prod_details .system_box .xq_con01 .td_total {
    flex-wrap: wrap;
  }
  #prodDetails .prod_details .system_box .xq_con01 .td_total .t_item {
    width: 48.55%;
    flex: none;
    margin-bottom: 12px;
  }
  #prodDetails .prod_details .system_box .xq_con01 .td_total .t_item .t_text {
    font-size: 14px;
  }
  #prodDetails .prod_details .system_box .xq_con01 .system_td {
    margin-top: 0;
    flex-direction: column;
  }
  #prodDetails .prod_details .system_box .xq_con01 .system_td .td_item {
    width: 100%;
    margin-bottom: 19px;
  }
  #prodDetails .prod_details .system_box .xq_con01 .system_td .td_item .td_text {
    padding: 19px 14px 20px;
  }
  #prodDetails .prod_details .system_box .xq_con01 .system_td .td_item .td_text h5 {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 9px;
  }
  #prodDetails .prod_details .system_box .xq_con01 .system_td .td_item .td_text h5::after {
    width: 19px;
    height: 2px;
  }
  #prodDetails .prod_details .system_box .xq_con01 .system_td .td_item .td_text p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: auto;
  }
  #prodDetails .download {
    padding: 36px 0 43px;
  }
  #prodDetails .download p {
    font-size: 14px;
    margin-top: 14px;
  }
  #footer {
    display: block;
  }
  .Photothermal .com_tit {
    padding-top: 8px;
  }
  .Photothermal .main_cnt {
    width: 100%;
    padding-bottom: 10px;
  }
  .Photothermal .main_cnt .slogan {
    width: 92%;
    box-sizing: border-box;
    padding: 25px;
    margin: 40px auto 47px;
    font-size: 14px;
    line-height: 25px;
  }
  .Photothermal .main_cnt .item {
    flex-direction: column;
  }
  .Photothermal .main_cnt .item.scene {
    flex-direction: column-reverse;
  }
  .Photothermal .main_cnt .item .left {
    width: 92%;
    margin: auto;
  }
  .Photothermal .main_cnt .item .imgs {
    width: 100%;
    height: 28px;
    left: 0;
    position: relative;
    top: -6px;
  }
  .Photothermal .main_cnt .item .imgs .imgs_box img {
    transform: rotate(90deg);
    width: 30px;
  }
  .Photothermal .main_cnt .item .imgs .imgs_box img:first-child {
    top: 0;
    left: 8.6%;
  }
  .Photothermal .main_cnt .item .imgs .imgs_box img:last-child {
    top: 0;
    left: auto;
    right: 8.6%;
  }
  .Photothermal .main_cnt .item .right {
    width: 92%;
    margin-left: 4%;
    position: relative;
    bottom: 28px;
    padding: 25px 28px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .green .com_tit {
    padding-top: 36px;
  }
  .green .main_cnt {
    padding-bottom: 38px;
  }
  .green .main_cnt .Data_center {
    margin-top: 16px;
  }
  .green .main_cnt .Data_center .com_tit {
    font-size: 24px;
    padding-top: 8px;
    margin-bottom: 14px;
  }
  .green .main_cnt > .font16 {
    width: 91%;
    font-size: 14px;
    line-height: 25px;
  }
  .green .main_cnt .list {
    padding-top: 24px;
    flex-direction: column;
    width: 92%;
    margin: auto;
  }
  .green .main_cnt .list a {
    width: 100%;
  }
  .green .main_cnt .list a {
    margin-bottom: 16px;
  }
  .green .main_cnt .list a .product-content {
    padding: 0 20px 17px;
  }
  .green .main_cnt .list a .product-content .font24 {
    font-size: 17px;
    padding-bottom: 12px;
    margin-bottom: 9px;
  }
  .green .main_cnt .list a .product-content .font24::after {
    width: 19px;
    height: 3px;
  }
  .green .main_cnt .list a .product-content .font16 {
    font-size: 13px;
    line-height: 23px;
  }
  .green .main_cnt .list a:hover .product-content .font16 {
    -webkit-line-clamp: 6;
  }
  .green .main_cnt .climate .img_con {
    width: 92%;
    margin: auto;
  }
  .green .main_cnt .climate .climate_desc {
    width: 92%;
    margin: auto;
    flex-direction: column;
    padding: 3% 28px 20px;
  }
  .green .main_cnt .climate .climate_desc .left {
    width: 100%;
  }
  .green .main_cnt .climate .climate_desc .right {
    width: 100%;
  }
  .green .main_cnt .climate .climate_desc .middle {
    width: 100%;
    height: 30px;
    position: relative;
    bottom: 26px;
    justify-content: space-between;
  }
  .green .main_cnt .climate .climate_desc .middle.block_sj {
    display: flex;
  }
  .green .main_cnt .climate .climate_desc .middle.block_pc {
    display: none;
  }
  .green .main_cnt .climate .climate_desc .middle img {
    width: 30px;
    transform: rotate(90deg);
  }
  .green .main_cnt .climate .climate_desc p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    position: relative;
    bottom: 15px;
    margin-bottom: 3px;
  }
  .green .main_cnt .industry {
    flex-direction: column;
    padding-top: 200px;
    width: 92%;
    margin: auto;
  }
  .green .main_cnt .industry .left {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .green .main_cnt .industry .industry_con {
    position: inherit;
    width: 92%;
    left: 4%;
    padding: 20px 16px 27px;
    font-size: 14px;
    line-height: 23px;
  }
}
  @media screen and (max-width: 1024px) {
    body{
      padding-top: 2.75rem;
    }
  }
