@charset "utf-8";
/***
 *  .--,       .--,
 * ( (  \.---./  ) )
 *  '.__/o   o\__.'
 *     {=  ^  =}
 *      >  -  <
 *     /       \
 *    //       \\
 *   //|   .   |\\
 *   "'\       /'"_.-~^`'-.
 *      \  _  /--'         `
 *    ___)( )(___
 *   (((__) (__)))    忽忘初心。
 */
.h2title {
  margin-bottom: 70px;
}
.h2title .span1 {
  font-size: 33px;
  color: #565656;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 7px;
  font-weight: 500;
}
.h2title .span2 {
  display: block;
  color: #565656;
  font-size: 40px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .h2title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .h2title .span1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .h2title .span2 {
    font-size: 18px;
  }
}
.product {
  padding: 100px 0 120px;
}
.product .pro-con .pro-title span:first-child {
  font-size: 50px;
  color: #565656;
  padding-right: 15px;
}
.product .pro-con .pro-title span:nth-child(2) {
  font-size: 24px;
  color: #565656;
}
.product .pro-con .pro-text1 {
  color: #565656;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 25px;
  margin-bottom: 15px;
}
.product .pro-con .pro-text2 {
  font-size: 14px;
  color: #565656;
  line-height: 1.7;
  word-break: break-all;
}
.product-con {
  position: relative;
}
.product-con .swiper-button-next {
  right: -60px;
  opacity: 0.5;
}
.product-con .swiper-button-prev {
  left: -60px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .product {
    padding: 30px 0;
  }
  .product-con .swiper-button-next {
    background-size: 12px 28px;
    right: -15px;
    display: none;
  }
  .product-con .swiper-button-prev {
    left: -15px;
    display: none;
    background-size: 12px 28px;
  }
  .product .pro-con .pro-title span:first-child {
    font-size: 16px;
  }
  .product .pro-con .pro-title span:nth-child(2) {
    font-size: 14px;
  }
  .product .pro-con .pro-text1 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .product .pro-con .pro-text2 {
    font-size: 13px;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    word-break: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-attachment: fixed;
  padding: 150px 0;
}
.about .about-con {
  background-color: rgba(255, 255, 255, 0.46);
  padding: 70px;
}
.about .about-con .about-title {
  font-size: 25px;
  color: #0f0f0f;
}
.about .about-con .about-text {
  font-size: 18px;
  color: #313131;
  margin-top: 30px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.about .about-icons-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about .about-icons-con figure {
  color: #171717;
}
.about .about-icons-con figure p {
  font-size: 16px;
  color: #171717;
  margin-top: 15px;
}
.about .about-icons-con figure figcaption img:first-child {
  display: block;
  text-align: center;
  margin: auto;
}
.about .about-icons-con figure figcaption img:last-child {
  display: none;
}
.about .about-icons-con figure:hover p {
  color: #00a0e9;
}
.about .about-icons-con figure:hover figcaption img:first-child {
  display: none;
}
.about .about-icons-con figure:hover figcaption img:last-child {
  display: block;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .about {
    padding: 30px 0;
  }
  .about .about-con {
    padding: 30px 15px;
  }
  .about .about-con .about-title {
    font-size: 18px;
  }
  .about .about-con .about-text {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 65px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .about .about-icons-con {
    width: 100%;
  }
  .about .about-icons-con figure {
    width: 50px;
  }
  .about .about-icons-con figure p {
    font-size: 12px;
    margin-top: 8px;
  }
}
.news {
  padding: 100px 0;
}
.news .news-con a {
  display: block;
  overflow: hidden;
}
.news .news-con a img {
  width: 100%;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.news .news-con a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news-con .title a {
  font-size: 17px;
  color: #000000;
  display: block;
  margin: 10px 0;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .news-con .text {
  font-size: 15px;
  color: #424242;
}
@media (max-width: 767px) {
  .news {
    padding: 30px 0;
  }
  .news .news-con ul > li {
    display: none;
  }
  .news .news-con ul > li:last-child {
    display: block;
  }
  .news .news-con .title a {
    font-size: 15px;
    margin: 10px 0 5px;
  }
  .news .news-con .text {
    font-size: 13px;
  }
}
