﻿.cl {
  zoom: 1;
  position: relative;
}

.banner {
  overflow: hidden;
}

.banner .scroll_img {
  float: left;
  width: 86%;
  height: 100%;
}

ul.iscroll {
  width: 100%;
  height: 100%;
}

.iscroll li {
  width: 100%;
  height: 100%;
}

.banner .scroll_img img {
  width: 100%;
  height: auto;
}

.banner .li_qh {
  /* position: absolute; */
  /* height: 100%; */
  /* right: 20px; */
  overflow: hidden;
  width: 14%;
}

ul.scroll_list {
  overflow: hidden;
  /* margin-top: 10px; */
}

.banner .li_qh li {
  position: relative;
  margin-bottom: 6px;
  /* box-sizing: border-box; */
}

.banner .li_qh li.active {
  /* border: 2px solid #19a1db; */
}

.banner .li_qh img {
  width: 130px;
  /* height: 85px; */
  padding: 5px;
  background: rgba(0, 0, 0, 0.5)
}

.banner .li_qh .active img {
  background: rgb(25 161 219);
}

.banner .li_qh a.banner-prev,
.banner .li_qh a.banner-next {
  display: none;
  width: 170px;
  height: 20px;
  position: absolute;
}

.banner .li_qh a.banner-prev {
  top: 0;
  background: #fff url(/Content/Areas/Common/images/top.png) no-repeat center center;
}

.banner .li_qh a.banner-next {
  bottom: 0;
  background: #fff url(/Content/Areas/Common/images/next.png) no-repeat center center;
}

.gaikuangRight {
  float: right;
  position: relative;
}

.gaikuangRight a {
  display: block;
  width: 40px;
  background: #19a1db;
  color: #fff;
  text-align: center;
  padding: 1px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  left: -18px;
}

.gaikuangLeft {
  width: 690px;
}

.gaikuangMain p {
  line-height: 30px;
  margin-top: 10px;
}

.gaikuangMain p .details {
  color: #19a1db;
}

.gaikuangMain p::first-letter {
  font-size: 30px;
  font-weight: bold;
  color: #19a1db;
  margin-right: 10px;
}

.gaikuangTitle {
  font-size: 14px;
  color: #19a1db;
  position: relative;
  padding: 10px;
  font-weight: bold;
}

.gaikuang {
  margin-top: 40px;
  margin-bottom: 40px;
}

.gaikuangTitle::after {
  content: '';
  display: block;
  border-top: 4px solid #19a1db;
  border-left: 4px solid #19a1db;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.NewsList {
  overflow: hidden;
  height: 480px;
}

.NewsList li {
  width: 340px;
  height: 400px;
  box-sizing: border-box;
  float: left;
  margin: 0 8px 30px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px #ddd;
  position: relative;
}

.NewsList li .img_box {
  width: 100%;
  height: 188px;
  display: block;
  overflow: hidden;
}

.NewsList li .img_box img {
  width: 100%;
  min-height: 188px;
}

.NewsList li .title_type {
  font-size: 16px;
  color: #333;
  margin: 20px 0 10px;
  display: block;
  font-weight: bold;
  padding: 0 30px;
}

.NewsList li p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  padding: 0 30px;
}

.NewsList li p .more {
  width: 105px;
  height: 30px;
  border: 1px solid #19a1db;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #19a1db;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.NewsList li p .more:hover {
  color: #fff;
  background: #19a1db;
}

.title_main {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: absolute;
  top: -31px;
  padding: 12px 20px 20px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.title_main::after {
  position: absolute;
  content: '';
  display: block;
  width: 130px;
  height: 33px;
  border: 2px solid #fff;
  left: -1px;
  z-index: 999;
  top: 30px;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  border-top: none;
}

.title_main a {
  color: #19a1db;
}

.News {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 30px 14px;
  box-sizing: border-box;
  margin-top: 75px;
  margin-bottom: 75px;
  position: relative;
}

.ShowMore {
  display: block;
  width: 240px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #19a1db;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  bottom: -22px;
  cursor: pointer;
}

.ShowMore:hover {
  color: #fff;
}

.ShowMore img {
  margin-left: 10px;
  margin-top: -3px;
}

.ShowMore a {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.equipment {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
}

.equipmentList {
  width: 1000px;
  margin: 0 auto;
}

.equipmentList .slick-initialized .slick-slide li {
  position: relative;
}

.equipmentList .slick-initialized .slick-slide li a.img_box {
  width: 230px;
  height: 210px;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 0px 20px #ddd;
  border-radius: 20px;
  overflow: hidden;
}

.equipmentList .slick-initialized .slick-slide li a.img_box img {
  width: 100%;
  min-height: 155px;
}

.equipmentList .slick-initialized .slick-slide li a.title_type {
  width: 230px;
  display: block;
  height: 59px;
  line-height: 59px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.equipmentList button.slick-prev {
  left: -40px;
}

.equipmentList button.slick-next {
  right: -40px;
}

@media only screen and (max-width:768px) {

  #float_img3 img {
    max-width: 150px;
  }

  .banner .li_qh,
  .gaikuangRight a {
    display: none;
  }

  .gaikuangLeft {
    width: 100%;
  }

  .gaikuangRight img,
  .link1 img {
    width: 100%;
  }

  .main {
    padding: 0;
  }

  .title_main {
    position: static;
    transform: translateX(0);
    border: none;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .title_main::after {
    display: none;
  }

  .gaikuang {
    margin-bottom: 20px;
  }

  .News {
    margin: 20px 0 40px 0;
    /* padding: 0 0 20px 0; */
    padding: 0;
  }

  .NewsList {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .NewsList li {
    width: 100%;
    margin: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .equipment {
    padding: 0 15px 20px;
  }

  .equipmentList {
    width: 100%;
  }

  .NewsList li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}