<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#all {
  width: 100%;
}
#all #all_in {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#all #all_in #banner {
  width: 100%;
}
#all #all_in #banner img {
  width: 100%;
}
#all #all_in #about_bg {
  background-image: url("https://sccdn.sechitech.com/demeterdeco/static/img/about_demeter_bg.webp");
  background-color: antiquewhite;
  width: 100%;
}
#all #all_in #about_bg #about {
  width: 80%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}
#all #all_in #about_bg #about #about_img {
  flex-grow: 0;
  flex-basis: 50%;
  transition: 1s all;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
#all #all_in #about_bg #about #about_img #about_img_swiper {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
#all #all_in #about_bg #about #about_img #about_img_swiper #about_content {
  width: 100%;
}
#all #all_in #about_bg #about #about_text {
  flex-grow: 0;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 30px;
  flex: 1 1 0;
  font-size: 16px;
}
#all #all_in #about_bg #about #about_text #about_text_button {
  border: #61ba5a 1px solid;
  border-radius: 40px;
  padding: 8px 10px;
  background-color: none;
  margin-top: 30px;
}
#all #all_in #products #products_title {
  margin: 50px 0 30px 0;
  display: flex;
  align-items: center;
}
#all #all_in #products #products_title #products_title_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #all_in #products #products_title #products_title_text .products_title_text_h4 {
  padding: 10px 18px;
}
#all #all_in #products #products_title #products_title_button {
  background-color: #61ba5a;
  padding: 10px 15px;
}
#all #all_in #products #products_title #products_title_button span {
  color: #fff;
  font-size: 20px;
}
#all #all_in #products #products_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#all #all_in #products #products_content .products_content_row {
  display: flex;
  justify-content: space-around;
  padding: 0 40px;
}
#all #all_in #products #products_content .products_content_row .products_content_child {
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  height: 350px;
  flex: 1 1 33%;
  overflow: hidden;
  position: relative;
}
#all #all_in #products #products_content .products_content_row .products_content_child .products_child_img {
  transition: 0.5s all;
  width: 100%;
  z-index: 5;
}
#all #all_in #products #products_content .products_content_row .products_content_child .mengban {
  transition: 0.5s all;
  opacity: 0;
  z-index: 6;
  width: 100%;
  height: 630px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text {
  transition: 0.5s all;
  transform: translate(0, 100%);
  z-index: 5;
  width: 100%;
  padding: 20px 25px 10px 25px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
#all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text .this_title1 {
  bottom: 50px;
  z-index: 8;
  font-size: 36px;
}
#all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text .products_content_button {
  bottom: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  width: 40px;
}
#all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text .products_content_button a {
  font-size: 22px;
}
#all #all_in #products #products_content .products_content_row .products_content_child:hover .mengban {
  opacity: 1;
  transition: 0.5s all;
}
#all #all_in #products #products_content .products_content_row .products_content_child:hover .products_child_img {
  transform: scale(1.1);
  transition: 0.5s all;
}
#all #all_in #products #products_content .products_content_row .products_content_child:hover .p_bottom_text {
  z-index: 7;
  transform: translate(0, 0);
  transition: 0.5s all;
}
#all #all_in #applications #applications_title_text {
  margin: 50px 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #all_in #applications #applications_content {
  width: 100%;
  display: flex;
  align-items: center;
}
#all #all_in #applications #applications_content .imgage {
  width: 100%;
}
#all #all_in #applications #applications_content #applications_content_in {
  width: 100%;
  display: flex;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border {
  flex: 1;
  margin: 0 5px;
  width: 100%;
  display: flex;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative {
  width: 100%;
  position: relative;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative img,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative img {
  transition: all 0.5s ease;
  width: 100%;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative .applications_img_info,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative .applications_img_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 80%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  right: 0;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative .applications_img_info .app_info_text h4,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative .applications_img_info .app_info_text h4 {
  margin-bottom: 10px;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative .applications_img_info .app_info_text text,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative .applications_img_info .app_info_text text {
  color: #54585a;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative .applications_img_info .app_info_arrow,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative .applications_img_info .app_info_arrow {
  display: flex;
  align-items: center;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative .applications_img_info .app_info_arrow .app_info_arrow_right,
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative .applications_img_info .app_info_arrow .app_info_arrow_right {
  width: 50px;
  height: 40px;
  border-radius: 100%;
  padding: 10px;
  transition: transform 0.35s ease-out, opacity 0.2s ease-out;
  transform: scale(-1) rotate(360deg);
  box-sizing: border-box;
  background-position: center center;
  background-size: 30px 30px;
  opacity: 0.65;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSIxNSAxOCA5IDEyIDE1IDYiLz48L3N2Zz4=);
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border {
  transition: all 0.5s;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative {
  overflow: hidden;
}
#all #all_in #applications #applications_content #applications_content_in .app_child_one_border:hover .app_relative .applications_child img {
  transition: all 0.5s;
  transform: scale(1.5);
}
#all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative:hover .applications_child img {
  transition: all 0.5s;
  transform: scale(1.5);
}
#all #all_in #news {
  margin-top: 40px;
  width: 80%;
  margin: auto;
}
#all #all_in #news #news_title {
  padding: 40px 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #all_in #news #news_title #news_title_text {
  display: flex;
  flex-direction: column;
}
#all #all_in #news #news_title #news_title_button {
  padding: 10px 15px;
}
#all #all_in #news #news_title #news_title_button a {
  font-size: 20px;
}
#all #all_in #news #news_content .news_content_child {
  margin-top: 50px;
  display: flex;
}
#all #all_in #news #news_content .news_content_child .news_content_child_img:hover img {
  width: 120%;
}
#all #all_in #news #news_content .news_content_child .news_content_child_img {
  box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.3);
  width: 50%;
  border-radius: 5px;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  flex-grow: 1;
  flex-basis: 0;
  overflow: hidden;
  position: relative;
  height: 500px;
  transform: translate(30px, -20px);
}
#all #all_in #news #news_content .news_content_child .news_content_child_img img {
  border-radius: 5px;
  z-index: 4;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  transition: all 0.6s;
}
#all #all_in #news #news_content .news_content_child .news_content_child_text {
  height: 400px;
  vertical-align: middle;
  flex-grow: 1;
  flex-basis: 0;
  background-color: #fff;
  z-index: 6;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  transform: translate(-30px, 30px) scale(1.01);
}
#all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg {
  transition: 0.6s;
  background-color: #fff;
  height: 400px;
  border-radius: 10px;
  padding: 50px 55px;
}
#all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_time {
  font-size: 24px;
  color: #61ba5a;
}
#all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_title {
  padding-right: 10em;
  margin-top: 10px;
}
#all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_title p {
  font-size: 28px;
  line-height: 34px;
  overflow:hidden;  
text-overflow:ellipsis; 
display:-webkit-box;  
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}
#all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_line {
  background-color: #61ba5a;
  color: #61ba5a;
  width: 50px;
  height: 1px;
  margin: 20px 0 16px;
}
#all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_content {
  padding-right: 5em;
}
#all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_content p {
  font-size: 16px;
  color: #a0a0a0;
  
  overflow:hidden;  
text-overflow:ellipsis; 
display:-webkit-box;  
-webkit-box-orient:vertical; 
-webkit-line-clamp:6;
}
#all #all_in #awards {
  margin-top: 2em;
  padding: 40px 0;
  background-image: url("https://sccdn.sechitech.com/demeterdeco/static/img/awards_bg.webp");
  background-repeat: no-repeat;
  background-size: 200% 260%;
}
#all #all_in #awards #awards_title #awards_title_text #awards_title_text_h4 {
  font-size: 36px;
}
#all #all_in #awards #awards_title #awards_title_text #awards_title_text_h4 span {
  font-size: 36px;
  color: #61ba5a;
}
#all #all_in #awards #awards_title #awards_title_text #awards_title_text_span {
  padding-top: 0.3em;
  font-size: 18px;
  color: #54585a;
}
#all #all_in #awards #awards_content .award_bg {
  margin-right: 10px;
  background-size: 100% 100%;
  background-image: url("https://sccdn.sechitech.com/demeterdeco/static/img/awards_border.webp");
  /*width: 15vw;*/
    width: 100%;
/*height: 22vw;*/
}
#all #all_in #awards #awards_content .award_bg img {
  padding:1.04166666667vw;
  max-width: auto;
  width: 100%;
  height: 100%;
}
#all .swiper-slide4 {
  height: 700px;
}

/* 768  1024 1280 1440(苹）1680  1920*/
/* 当页面宽度大于xx px小于xx px */
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .swiper-slide4 {
    height: 610px !important;
  }
  #awards_content .swiper-father {
    /*padding: 0 300px !important;*/
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    height: 320px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .swiper-slide4 {
    height: 520px !important;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    height: 240px;
  }
  #all #all_in #news #news_content .swiper-father {
    padding: 0 80px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img {
    height: 440px;
  }
  .title_content3 {
    font-size: 16px;
  }
  #awards_content .swiper-father {
    /*padding: 0 310px !important;*/
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title {
    padding-right: 5em !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .swiper-slide4 {
    height: 465px !important;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    height: 300px;
  }
  #all #all_in #news {
    padding: 0;
  }
  #all #all_in #news #news_content .swiper-father {
    padding: 0 60px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img {
    height: 440px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_title {
    padding-right: 3em !important;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_content {
    padding-right: 0 !important;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .title_content3 {
    font-size: 16px;
  }
  #awards_content .swiper-father {
    /*padding: 0 370px !important;*/
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .swiper-slide4 {
    height: 370px !important;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    height: 200px;
  }
  #all #all_in #news {
    padding: 0;
  }
  #all #all_in #news #news_content .swiper-father {
    padding: 0 60px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img {
    height: 340px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg {
    padding-bottom: 20px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_title {
    padding-right: 3em !important;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_content {
    padding-right: 0 !important;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg .news_text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .title_content3 {
    font-size: 16px;
  }
  #awards_content .swiper-father {
    /*padding: 0 240px !important;*/
  }
  .about_text_p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  #all #all_in #bottom .padding_10_180 {
    padding: 10px 60px;
    padding-bottom: 0;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title {
    padding-right: 1em !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content {
    padding-right: 0 !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #bottom .padding_10_180 {
    padding: 10px 30px;
  }
  .swiper-slide4 {
    height: 280px !important;
  }
  #news_content .swiper-father {
    padding: 0 !important;
  }
  #awards_content .swiper-father {
    /*padding: 0 250px !important;*/
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img {
    height: auto;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img img {
    width: 140%;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img img:hover {
    width: 150%;
  }
  .this_title2 {
    font-size: 28px;
  }
  .title_content2 {
    font-size: 20px;
  }
  .title_content3 {
    font-size: 16px;
  }
  #all #all_in #awards #awards_title #awards_title_text #awards_title_text_h4 {
    font-size: 28px;
  }
  #all #all_in #about_bg #about {
    display: flex;
    flex-wrap: wrap;
  }
  #all #all_in #about_bg #about #about_img {
    width: 100%;
    flex: auto;
  }
  #all #all_in #about_bg #about #about_text {
    width: 100%;
    flex: auto;
  }
  .about_text_p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    height: 150px;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text .this_title1 {
    font-size: 20px;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title {
    padding-right: 1em !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content {
    padding-right: 0 !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide4 {
    height: 280px !important;
  }
  #news_content .swiper-father {
    padding: 0 !important;
  }
  #awards_content .swiper-father {
    /*padding: 0 5px !important;*/
  }
  .swiper-button-prev1 {
    left: 0 !important;
  }
  .swiper-button-next1 {
    right: 0 !important;
  }
  .swiper-button-next1:after,
  .swiper-button-prev1:after {
    font-size: 20px;
  }
  #bottom #link {
    flex-wrap: wrap;
  }
  #bottom .padding_10_180 {
    padding: 10px 30px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img {
    height: auto;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img img {
    width: 140%;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img img:hover {
    width: 150%;
  }
  .this_title2 {
    font-size: 28px;
  }
  .title_content2 {
    font-size: 20px;
  }
  .title_content3 {
    font-size: 16px;
  }
  #all #all_in #awards #awards_title #awards_title_text #awards_title_text_h4 {
    font-size: 28px;
  }
  #all #all_in #about_bg #about {
    display: flex;
    flex-wrap: wrap;
  }
  #all #all_in #about_bg #about #about_img {
    width: 100%;
    flex: auto;
  }
  #all #all_in #about_bg #about #about_text {
    width: 100%;
    flex: auto;
  }
  .about_text_p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    height: 150px;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text .this_title1 {
    font-size: 20px;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title {
    padding-right: 1em !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content {
    padding-right: 0 !important;
  }
  .news_content_child_text .news_content_child_text_bg .news_text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 640px) {
  .swiper2 {
    padding-bottom: 40px !important;
  }
  .swiper-slide4 {
    height: 240px !important;
  }
  .swiper-button-next2 {
    display: none !important;
  }
  .swiper-button-prev2 {
    display: none !important;
  }
  #all #all_in #about_bg #about {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #all #all_in #news #news_content .news_content_child {
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_img {
    width: 100%;
    flex-basis: auto;
    height: 300px;
    transform: translate(0);
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text {
    box-shadow: none;
    border-radius: 0;
    transform: translate(0, -30px);
    width: 100%;
  }
  #all #all_in #applications .applications_img_info {
    height: 120px !important;
  }
  #all #all_in #applications .app_info_text h4 {
    margin-bottom: 0 !important;
  }
  #all #all_in #applications .app_info_text text {
    font-size: 12px;
  }
  #all #all_in #bottom #link {
    flex-wrap: wrap;
  }
  #all #all_in #bottom .padding_10_180 {
    padding-bottom: 0;
    padding: 0 20px;
  }
  #all #all_in #news #news_content .news_content_child .news_content_child_text .news_content_child_text_bg {
    padding: 20px 20px !important;
  }
}
@media screen and (max-width: 570px) {
  .swiper-slide4 {
    height: 160px !important;
  }
  #all #all_in #news #news_title {
    padding: 40px 0px 0px;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    margin: 5px !important;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child .p_bottom_text {
    padding: 0px 5px 10px 5px;
  }
  #all #all_in #products #products_content .products_content_row .products_content_child {
    /*height: 90px;*/
      height: auto;
      flex: auto;
  }
  
  
  
  
  #all #all_in #products #products_content .products_content_row {
      flex-wrap: wrap;
  }
  
  
  
  
  #all #all_in #applications #applications_content #applications_content_in {
      flex-wrap: wrap;
  }
  
  #all #all_in #applications #applications_content #applications_content_in .app_child_one_border,
  #all #all_in #applications #applications_content #applications_content_in .app_child_two_border {
      flex: auto;
      margin: auto;
      margin-bottom: 1vw;;
      width: 90vw;
      overflow: hidden;
  }
  
  #all #all_in #applications #applications_content #applications_content_in 
  .app_child_two_border .app_relative .applications_child{
      margin-bottom: 1vw;
      overflow: hidden;
  }
  
  #all #all_in #applications #applications_content #applications_content_in .app_child_one_border .app_relative img,
  #all #all_in #applications #applications_content #applications_content_in .app_child_two_border .app_relative img {
      width: 100%;
      height: auto !important;
  }
}
@media screen and (max-width: 370px) {
  .swiper-slide4 {
    height: 120px !important;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>