/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title>h1 {
  float: left;
  padding: 0 10px;
  line-height: 36px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.title>h1::before {
  content: "";
  width: 73px;
  height: 2px;
  float: left;
  background-color: #009fd6;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>h1::after {
  content: "";
  width: 73px;
  height: 2px;
  float: left;
  background-color: #009fd6;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>div {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  line-height: 18px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 142px;
  float: left;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: #009fd6;
  border: 2px solid #009fd6;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  background-color: #fff;
  color: #009fd6;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>h1::before,
  .title>h1::after {
    width: 40px;
  }
  .title>div {
    margin: 0;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
}

/* 首页样式 */
/* 横幅 */
.hf {
  background-color: #e2e2e2;
  padding: 30px 0;
}
.hf-list {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
}
.hf-list>li {
  width: 285px;
  float: left;
  margin: 0 20px 0 0;
  padding: 15px;
  background-color: #fff;
}
.hf-list>li .hf-icon {
  width: 80px;
  float: left;
  height: 60px;
  position: relative;
  margin-right: 10px;
}
.hf-list>li .hf-right {
  display: block;
  overflow: hidden;
}
.hf-list>li .hf-right .hf-p {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hf-list>li .hf-right .hf-text {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #707070;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hf-list>li:hover .hf-right .hf-p {
  color: #009fd6;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .hf-list {
    width: 102%;
    margin-left: -1%;
  }
  .hf-list>li {
    width: 23%;
    margin: 0 1%;
  }
  .hf-list>li .hf-icon {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .hf {
    padding: 20px 0;
  }
  .hf-list>li {
    padding: 10px;
  }
  .hf-list>li .hf-icon {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .hf {
    padding: 10px 0;
  }
  .hf-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .hf-list>li {
    display: flex;
    align-items: center;
    width: calc(50% - 5px);
    margin: 5px 0;
  }
  .hf-list>li .hf-icon {
    width: 40px;
    height: 40px;
  }
  .hf-list>li .hf-right .hf-p {
    line-height: 24px;
  }
  .hf-list>li .hf-right .hf-text {
    line-height: 20px;
    font-size: 12px;
  }
}

/* 系统设计 */
.system {
  padding: 40px 0;
}
.system .swiper {
  width: 100%;
}
.system .swiper .swiper-slide>a .img {
  border: 1px solid #fff;
}
.system .swiper .swiper-slide>a .img::before {
  padding-top: 81.0714286%;
}
.system .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.system .swiper .swiper-slide>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.system .swiper .swiper-slide>a:hover>h1 {
  background-color: #e2e2e2;
}

@media (max-width: 991px) {
  .system {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .system {
    padding: 15px 0;
  }
  .system .swiper .swiper-slide>a>h1 {
    padding: 10px;
    line-height: 16px;
    font-size: 12px;
  }
  .system .swiper .swiper-slide>a>h1>span {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}

/* 产品中心 */
.product {
  background-color: #f2f2f2;
}
.product-left {
  width: 280px;
  float: left;
  background: url(../images/product-bj.jpg) no-repeat center top;
  background-size: cover;
  border: 1px solid #e2e2e2;
  padding: 20px;
}
.product-title {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #009fd6;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 3px #fff, 3px 0 #fff, -3px 0 #fff, 0 -3px #fff;
}
.product-title>h1 {
  line-height: 44px;
  font-size: 30px;
  font-weight: bold;
}
.product-title>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.product-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}
.product-name {
  display: block;
  overflow: hidden;
  /* font-size: 28px;
  color: #009fd6;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  text-shadow: 0 3px #fff, 3px 0 #fff, -3px 0 #fff, 0 -3px #fff; */
  margin-top: 200px;
}
.product-name>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-right {
  width: 894px;
  float: right;
  padding: 25px 0;
}
.product-nav {
  display: block;
  overflow: hidden;
}
.product-nav>li {
  min-width: 130px;
  float: left;
  margin: 0 10px 10px 0;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  background-color: #e2e2e2;
  font-weight: bold;
  text-align: center;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  background-color: #009fd6;
  color: #fff;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 921px;
  margin-top: 15px;
}
.product-list>li {
  width: 280px;
  float: left;
  margin: 0 27px 30px 0;
}
.product-list>li .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.product-list>li .product-img::before {
  content: "";
  display: block;
  padding-top: 82.14286%;
}
.product-list>li h1 {
  display: block;
  overflow: hidden;
  line-height: 52px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li h1::before {
  content: "→";
  float: right;
}
.product-list>li:hover h1 {
  background-color: #009fd6;
  padding: 0 20px;
  color: #fff;
}

@media (max-width: 1240px) {
  .product-left {
    width: 29%;
  }
  .product-right {
    width: 69%;
  }
  .product-name {
    font-size: 26px;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 31.333333%;
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 991px) {
  .product-left {
    width: 32%;
  }
  .product-title {
    font-size: 18px;
  }
  .product-name {
    font-size: 22px;
    margin-top: 60px;
  }
  .product-right {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .product-left {
    width: 100%;
    padding: 10px 20px;
    position: relative;
  }
  .product-title {
    text-shadow: initial;
  }
  .product-right {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .product-nav {
    display: none;
  }
  .product-nav>li {
    min-width: initial;
    width: 100%;
    float: none;
    margin: 2px 0 0 0;
  }
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list>li h1 {
    line-height: 40px;
  }
}

/* 关于我们 */
.about {
  background-color: #e2e2e2;
  padding: 40px 0;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px 0 50px 0;
}
.about-left {
  width: calc(50% - 35px);
  overflow: hidden;
  position: relative;
}
.about-right {
  width: 50%;
}
.about-right>h1 {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #009fd6;
  font-weight: bold;
}
.about-text {
  display: block;
  overflow: hidden;
  height: 224px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 20px;
  border-left: 1px solid #ccc;
}
.about-list>li {
  width: 25%;
  border-right: 1px solid #ccc;
  padding: 4px 5px 8px 5px;
}
.about-list>li .about-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 45px;
}
.about-list>li>h1 {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.about-list>li:hover .about-icon>img {
  transform: rotateY(360deg);
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-content {
    margin: 30px 0;
  }
  .about-text {
    height: 168px;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin: 15px 0;
  }
  .about-left {
    width: 100%;
  }
  .about-left::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .about-right {
    width: 100%;
  }
  .about-right>h1 {
    margin-top: 10px;
  }
  .about-text {
    height: auto;
    line-height: 24px;
    -webkit-line-clamp: initial;
    margin-top: 5px;
  }
  .about-list {
    margin-top: 10px;
  }
  .about-list>li .about-icon {
    height: 30px;
  }
  .about-list>li>h1 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
}

/* 行业与应用 */
.application {
  padding: 45px 0;
}
.application-content {
  margin: 40px 0;
  position: relative;
}
.application-content .swiper {
  width: 100%;
}
.application-content .swiper .img::before {
  padding-top: 64.4737%;
}
.application-content .swiper .application-box {
  padding: 15px;
  overflow: hidden;
  display: block;
}
.application-content .swiper .application-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application-content .swiper .application-box .application-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 15px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.application-content .swiper .application-box .application-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.application-content .swiper-slide:hover .application-box {
  background-color: #009fd6;
}
.application-content .swiper-slide:hover .application-box>h1,
.application-content .swiper-slide:hover .application-box .application-text,
.application-content .swiper-slide:hover .application-box .application-time {
  color: #fff;
}
.application-content .prev-button,
.application-content .next-button {
  font-family: SimSun;
  font-size: 36px;
  font-weight: bold;
  color: #009fd6;
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.application-content .next-button {
  left: initial;
  right: -75px;
}
.application-content .prev-button::before {
  content: "<";
}
.application-content .next-button::before {
  content: ">";
}

@media (max-width: 1240px) {
  .application-content .prev-button,
  .application-content .next-button {
    left: 0;
  }
  .application-content .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 991px) {
  .application {
    padding: 30px 0;
  }
  .application-content {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .application {
    padding: 15px 0;
  }
  .application-content {
    margin: 15px 0;
    padding: 0 30px;
  }
  .application-content .swiper .application-box {
    padding: 10px;
    padding-bottom: 0;
  }
  .application-content .swiper .application-box .application-text {
    margin: 5px 0;
  }
}

/* 新闻与媒体 */
.news {
  background-color: #e2e2e2;
  padding: 40px 0;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.news-nav>li {
  width: 130px;
  float: left;
  margin: 5px;
}
.news-nav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border-radius: 20px;
  background-color: #fff;
}
.news-nav>li>a:hover,
.news-nav>li.news-active>a {
  background-color: #009fd6;
  color: #fff;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.news-list>li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.news-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 10px;
}
.news-list>li>a .news-time {
  width: 82px;
  float: left;
  height: 82px;
  background-color: #009fd6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  border-radius: 20px 0 20px 20px;
  margin-right: 15px;
}
.news-list>li>a .news-time>span {
  width: 100%;
  display: block;
  line-height: 36px;
  font-size: 30px;
  transition: initial;
}
.news-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 25px;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-text {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a:hover {
  background-color: #009fd6;
}
.news-list>li>a:hover .news-time {
  background-color: #fff;
  color: #009fd6;
}
.news-list>li>a:hover>h1,
.news-list>li>a:hover .news-text {
  color: #fff;
}
.news .more {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
  }
  .news-list {
    margin-top: 10px;
  }
  .news-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-list>li>a {
    padding: 10px;
  }
  .news .more {
    margin-top: 5px;
  }
}

/* 服务项目 */
.service {
  padding: 50px 0;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
.service-list>li {
  width: calc(50% - 15px);
  padding: 15px 0 10px 0;
  line-height: 34px;
  border-bottom: 1px dashed #e2e2e2;
}
.service-list>li>a:first-child {
  width: calc(100% - 24px);
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-list>li>a:first-child>span {
  float: left;
  color: #009fd6;
  margin-right: 20px;
}
.service-list>li>a:first-child:hover {
  color: #009fd6;
}
.service-list>li>a:last-child {
  width: 24px;
  height: 24px;
  float: right;
  background-image: url(../images/service-icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.service-list>li>a:last-child:hover {
  background-image: url(../images/service-icon2.png);
}

@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-list {
    margin: 10px 0;
  }
  .service-list>li {
    width: 100%;
    padding: 5px 0;
  }
}
/* END-首页样式 */

/* 连续监测系统 */
.main {
  width: 100%;
  overflow: hidden;
  background-color: #e2e2e2;
  padding: 40px 0;
}
.main-title,
.main-content {
  width: 100%;
  float: left;
}
.place-title {
  display: block;
  overflow: hidden;
  line-height: 44px;
  border-bottom: 1px solid #cacaca;
}
.menu-title {
  float: left;
  font-size: 20px;
  color: #009fd6;
  font-weight: bold;
}
.place-title>div {
  float: right;
  font-size: 14px;
  color: #333;
}
.place-title>div>a {
  color: #333;
  margin-left: 10px;
}
.place-title>div>a:hover {
  color: #009fd6;
  text-decoration: underline;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

@media (max-width: 1240px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .place-title {
    border: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .menu-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #009fd6;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-连续监测系统 */

/* 产品中心 */
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  position: relative;
  width: calc(100% + 18px);
  margin-left: -9px;
  margin-top: 30px;
}
.menu-list>li {
  width: calc(100% / 6);
  float: left;
  padding: 0 9px;
  position: relative;
}
.menu-list>li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid #009fd6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
}
.menu-list>li>a {
  width: 100%;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #009fd6;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  margin-bottom: 22px;
  padding: 0 10px;
  overflow: hidden;
}
.menu-list>li:hover::after,
.menu-list>li.menu-active::after {
  border-top-width: 10px;
}
.menu-child-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
	
}
.menu-child-list>li {
  width: calc(100% / 6);
  float: left;
  padding-right: 3px;
  margin-bottom: 3px;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a:hover , .menu-child-list>li>a.act{
  background-color: #009fd6;
  color: #fff;
}

.place-content .product-list {
  width: 1224px;
}
.place-content .product-list>li {
  width: 282px;
  margin: 0 24px 44px 0;
}
.place-content .product-list>li h1 {
  background-color: #cfcfcf;
  padding: 0 15px;
}
.place-content .product-list>li:hover h1 {
  background-color: #009fd6;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-left {
  width: 50%;
  float: left;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 72.5%
}
.product-details-right {
  width: 50%;
  padding-left: 40px;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 15px 0;
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 35px;
  color: #333;
}
.product-details-more {
  display: flex;
  margin-top: 10px
}
.product-details-more>a {
  float: left;
  min-width: 160px;
  height: 50px;
  border: 3px solid #009fd6;
  background-color: #009fd6;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.product-details-more>a>span {
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}
.product-details-more>a:first-child {
  background-color: #fff;
  margin-right: 15px;
  color: #333;
}

.product-details-weixin{
  width: 165px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
}
.product-details-weixin>img{
  width: 165px;
  height: 165px;
  display: block;
}
.product-details-more>a:hover .product-details-weixin{
  height: 165px;
}



.product-details-content {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 35px;
  color: #333
}
.product-details-title {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff
}
.product-details-title>span {
  float: left;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: #009fd6;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1240px) {
  .menu-list>li {
    padding: 0 4px;
  }
  .menu-child-list {
    width: 100%;
  }
  .place-content .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .product-list>li {
    width: 23%;
    margin: 0 1% 40px 1%;
  }
}
@media (max-width: 991px) {
  .menu-list>li>a {
    font-size: 14px;
  }
  .place-content .product-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 20px 1%;
  }

  .product-details-more>a {
    min-width: 90px;
    font-size: 14px;
  }
  .product-details-more>a>span {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .menu-list {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
  .menu-list>li {
    width: 100%;
  }
  .menu-list>li::after {
    top: 40px;
  }
  .menu-list>li>a {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
  }
  .menu-list>li:hover::after,
  .menu-list>li.menu-active::after {
    border-top-width: 5px;
  }
  .menu-child-list {
    display: none;
    width: 100%;
  }
  .menu-child-list>li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3px;
  }
  .menu-child-list>li>a {
    height: 36px;
    line-height: 36px;
  }
  .place-content .product-list {
    margin: 0;
  }
  .place-content .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 0;
  }
  .product-details-right>h1 {
    line-height: 24px;
    font-size: 18px;
    padding: 10px 0;
  }
  .product-details-text {
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-content {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    height: 40px;
    line-height: 40px;
  }
}
/* END-产品中心 */

/* 行业与应用 */
.application-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.application-list>li {
  width: calc(calc(100% / 3) - 2%);
  margin: 0 1% 2% 1%;
}
.application-list>li .img::before {
  padding-top: 64.4737%;
}
.application-list>li .application-box {
  padding: 15px;
  overflow: hidden;
  display: block;
}
.application-list>li .application-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application-list>li .application-box .application-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 15px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.application-list>li .application-box .application-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.application-list>li:hover .application-box {
  background-color: #009fd6;
}
.application-list>li:hover .application-box>h1,
.application-list>li:hover .application-box .application-text,
.application-list>li:hover .application-box .application-time {
  color: #fff;
}

@media (max-width: 767px) {
  .application-list {
    width: 100%;
    margin-left: 0;
  }
  .application-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .application-list>li>a {
    display: flex;
    width: 100%;
  }
  .application-list>li>a .img {
    width: 30%;
  }
  .application-list>li .application-box {
    width: 70%;
    padding: 0 0 0 15px;
  }
  .application-list>li .application-box .application-text {
    margin: 5px 0;
  }
}
/* END-行业与应用 */

/* 新闻与媒体 */
.place-content .news-list {
  margin: 0;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
@media (max-width: 767px) {

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻与媒体 */

/* 服务项目 */
.place-content .service-list {
  margin: 0;
}
.place-content .service-list>li {
  border-bottom-color: #fff;
}
/* END-服务项目 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */