/*轮播区域布局*/
@media screen and (max-width: 1920px) {
  #slider {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #slider {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
  }
}
#slider ul {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
#slider ul li {
  float: left;
  height: 100%;
  overflow: hidden;
}
#slider ul li img {
  width: 100%;
  height: 100%;
}
/*图片滚动内容布局*/
.slider-content-box {
  height: calc(100% - 140px);
}
.slider-content-box > div {
  padding: 0 15%;
  display: none;
}
.slider-content-box > div > p {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bolder;
  font-size: 2.5em;
}
.slider-content-box > div > p .btn-detail,
.btn-detail {
  color: #fff;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 28px;
  line-height: 26px;
  border-radius: 15px;
  margin: 0 10px;
  font-size: 12px;
  background: #007ddd;
}
.slider-content-box-01 {
  padding-top: 13% !important;
}
.slider-content-box-02 {
  padding-top: 18% !important;
}
.slider-content-box-03 {
  padding-top: 18% !important;
  text-align: center;
}
.slider-content-box-04 {
  padding-top: 18% !important;
  text-align: right;
}
.sliderCtrl {
  height: 60px;
  text-align: center;
}
.sliderCtrl span {
  display: inline-block;
  width: 60px;
  height: 8px;
  background: #ccc;
  cursor: pointer;
  margin: 24px 5px 0 5px;
  border-radius: 3px;
}
.sliderCtrl span.active {
  background: #007ddd;
}
/*块状*/
.moduleContent {
  width: 68.75%;
  margin: 0 auto;
  overflow: hidden;
}
.moduleContent1 {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .moduleContent {
    width: 80%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .moduleContent {
    width: 96%;
    margin-left: 2%;
  }
  /*公司产品*/
  .product {
    height: 40% !important;
  }
  .shadowDes h3 {
    font-size: 0.8em;
    text-align: center;
  }
  .shadowDes {
    height: 74% !important;
    width: 80%;
    margin: 50% auto auto auto;
    transition: all 0.4s;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6 !important;
    overflow: hidden;
  }
  /*关于我们*/
  .reception {
    display: none !important;
  }
  .aboutDetail {
    width: 100% !important;
  }
  .aboutDetail > div {
    height: 340px !important;
    margin-top: 0 !important;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .aboutDetail > div > p {
    padding: 0 !important;
  }
}
.container .title {
  text-align: center;
  padding: 50px 0;
}
.container .title h1 {
  font-size: 30px;
  color: #000;
  font-weight: bolder;
}
.container .title span {
  display: block;
  width: 80px;
  height: 2px;
  background: #007ddd;
  margin: 10px auto;
  border-radius: 2px;
}
/*公司产品*/
.product {
  height: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.product li {
  width: 25%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 30px 0;
}
.moduleContent1 li {
  width: 20%;
}
.product li > .shadowBox {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
}
.product li > .shadowBox > img {
  width: 100%;
  height: 100%;
}
.product li:hover .shadowBox {
  position: relative;
  z-index: 3;
  width: 106%;
  height: 106%;
  margin-top: -4%;
  margin-left: -3%;
  box-shadow: 0 4px 16px #515151;
  border-radius: 15px;
}
.shadowBox > div {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.shadowBox h3 a {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
.product li:hover .shadowBox > div {
  background: rgba(19, 95, 165, 0.7);
}
.shadowDes {
  height: 44%;
  width: 80%;
  margin: 50% auto auto auto;
  transition: all 0.4s;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.shadowDes p {
  padding: 5px 0;
  line-height: 1.5;
  display: none;
  color: #fff;
  font-size: 1em;
}
.product li:hover .shadowDes {
  margin: 40% auto auto auto;
}
.product li:hover .shadowDes p {
  display: block;
  color: #fff;
}
/*关于我们*/
.aboutUs {
  background: #f0f1f2;
}
.aboutUs div.reception {
  height: 66%;
  text-align: left;
  margin-right: 5%;
}
.aboutUs div.reception img {
  width: 100%;
  height: 400px;
}
.aboutUs div.aboutDetail > div {
  height: 400px;
  margin-top: calc((100% - 450px) / 2);
}
.aboutDetail > div > p {
  text-indent: 40px;
  line-height: 2;
}
.aboutDetail .btn-detail {
  margin-left: 40px;
  margin-top: 20px;
}
/*合作伙伴*/
.cooperate {
  overflow: hidden;
  padding-bottom: 80px;
}
.cooperate li {
  float: left;
  width: 15.5%;
  margin-left: 1%;
  padding-top: 10px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
}
.cooperate li a {
  display: block;
  text-align: center;
  height: 120px;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.cooperate li p {
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cooperate li a img {
  width: 100%;
  max-height: 110px;
  border-radius: 5px;
  transition: all 0.3s;
}
.cooperate li:hover {
  background: rgba(194, 234, 252, 0.5);
}
.cooperate li:hover img {
  border: 2px solid #fff;
}
.cooperate li:hover p {
  color: #88d7fb;
}
.cooperate li p {
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.1em;
}
