/* vr房产 */


/* 文旅 */

.indus-summary {
  width: 100%;
  height: 180px;
  margin: -200px auto 0;
}

.summary {
  width: 600px;
  height: 180px;
  background: rgba(0, 0, 0, .4);
  color: #FFFFFF;
}

.indus-summary h2 {
  padding: 20px 40px 0;
  font-size: 36px;
  font-weight: normal;
}

.indus-summary p {
  padding: 20px 40px 0;
  font-size: 16px;
  line-height: 36px;
}

.indus-anchor {
  width: 100%;
  height: 180px;
}

.indus-anchor ul {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.indus-anchor ul li {
  width: 80px;
  height: 180px;
}

.indus-anchor ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.indus-anchor li a img {
  width: 60px;
  height: 60px;
  margin: 40px 0 30px;
}

.indus-left {
  width: 100%;
  background-color: rgba(249, 249, 249, 1);
}

.indus-right {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.indus-left .indus-details,
.indus-right .indus-img {
  float: left;
}

.indus-right .indus-details,
.indus-left .indus-img {
  float: right;
}


.indus-vessel {
  width: 1200px;
  min-height: 500px;
  margin: 0 auto;
}

.indus-details {
  min-height: 500px;
}

.indus-details h2 a {
  color: #101010;
  display: block;
  padding: 94px 0 12px;
  font-size: 32px;
  line-height: 32px;
}

.indus-details p {
  font-size: 20px;
}

.indus-details span {
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  margin: 26px 0 16px;
  display: block;
}

.indus-details ul {
  width: 380px;
  height: 165px;
}

.indus-details ul li {
  display: block;
  height: 55px;
  width: 100%;
  float: left;
}

.indus-details li img {
  float: left;
  width: 30px;
  height: 30px;
  margin: 12px 25px 0 0;
}

.indus-details li span {
  height: 55px;
  float: left;
  color: rgba(51, 51, 51, 1);
  width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.indus-details a {
  /*display: none;*/
  padding: 6px 20px;
  /*background: #eeeeee;*/
}

.indus-details a.indus-case-btn {
  padding: 8px 20px;
  background: #eeeeee;
  color: #000000;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 50px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.indus-img {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indus-left .indus-img {
  justify-content: flex-end;
}

.indus-right .indus-img {
  justify-content: flex-start;
}

.indus-img a {
  display: block;
  width: 500px;
}

.indus-img a img {
  display: block;
  width: 100%;
  height: 100%;
}



.indus-more h2 {

  display: block;
  padding: 94px 0 12px;
  font-size: 32px;
  line-height: 32px;
}

.indus-details-more {
  text-align: center;
}

.indus-details-more h2 {
  text-align: center;
  font-size: 32px;
}

.indus-details-more h2 a {
  color: #101010;
}



.indus-img-more {
  max-width: 100%;
  padding-left: 2%;
}

.indus-img-more a {
  float: left;
  width: 23%;
  margin: 50px auto 30px;
  margin-left: 2%;
}

.indus-img-more a img {
  display: inline-block;
  width: 100%;
}

.post-format {
  position: relative;
  max-width: 500px;
  max-height: 278px;
  overflow: hidden;
}

.post-format:hover>a::before {
  /*左上*/
  left: 10px;
  right: 10px;
}

.post-format>a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 6px;
  bottom: 6px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-top: 4px solid rgba(255, 255, 255, 0.6);
  border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}

.post-format:hover>a::after {
  /*右下*/
  top: 6px;
  bottom: 6px;
}

.post-format>a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 6px;
  right: 6px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-left: 4px solid rgba(255, 255, 255, 0.6);
  border-right: 4px solid rgba(255, 255, 255, 0.6);
}

/* 更多应用 */
.project .container h3 {
  text-align: center;
  margin: 10px auto 40px;
  font-size: 32px;
}

.project .gallery-cursual {
  padding-bottom: 80px;
}

#owl-demo .item {
  position: relative;
  cursor: pointer;
}

#owl-demo .item img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}

.coverBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  background: linear-gradient(0deg, #0a2349 0%, rgba(10, 35, 73, 0) 100%);
}

.cursual_txt {
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 30%;
  padding: 0 10px;
}

.cursual_txt h4 {
  font-size: 28px;
  font-weight: bold;
}

.project .imgBox {
  width: 100%;
}

.project .imgBox img {
  width: 50%;
  margin: 0 auto 40px;
  display: block;
}

/* --------------- */
@media only screen and (max-width: 767px) {
  .indus-vessel {
    width: 100%;
    min-height: 650px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;

  }

  .indus-more.indus-left .indus-vessel {
    min-height: auto;
  }

  .indus-details ul:after {
    content: " ";
    display: block;
    clear: both;
  }

  .indus-details {
    width: 100%;
    padding-bottom: 20px;
  }

  .indus-details h2 a {
    display: block;
    padding: 60px 0 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
  }

  h2 {
    font-size: 1.25em;
  }

  .indus-details p {
    font-size: 18px;
  }

  .indus-details span {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    margin: 248px 0 16px;
    display: block;
  }

  .indus-details ul {
    width: 100%;
    height: 165px;
    padding: 0 0 0 20px;
  }

  .indus-details ul li {
    display: block;
    height: 60px;
  }

  .indus-details li img {
    float: left;
    width: 30px;
    height: 30px;
    margin: 12px 15px 0 0;
  }

  .indus-details li span {
    height: 55px;
    float: left;
    color: rgba(51, 51, 51, 1);
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .indus-img {
    width: 90%;
    height: auto;
    position: absolute;
    top: 170px;
    left: 20px;
    height: 220px;
    overflow: hidden;
  }

  .indus-img a {
    display: block;
    height: auto;
    width: 100%;
  }

  .indus-img a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .tool {
    display: none;
  }

  .project .container h3 {
    font-size: 26px;
    margin: 20px auto 30px;
  }

  .cursual_txt h4 {
    font-size: 14px;
  }

  #owl-demo .item img {
    width: 100%;
    height: 94px;
  }

}