/* 公共样式 */
.commonWapper {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}

.commonTitle {
  padding: 50px 0px;
  text-align: center;
  color: #666;
  font-size: 38px;
}

.commonTitle-cn {
  font-size: 20px;
}

.contentInner {
  padding: 40px 0px;
}

@media screen and (max-width: 992px) {
  .commonWapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
  }

  .commonTitle {
    padding: 10px 0px;
    text-align: center;
    color: #666;
    font-size: 26px;
  }

  .commonTitle-cn {
    font-size: 18px;
  }

  .contentInner {
    padding: 20px 0px;
  }
}

/* 轮播图 */
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  width: auto;
  height: auto;
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 48px;
}

.swiper-pagination-bullet-active {
  background: #58b986;
}

@media screen and (max-width: 992px) {

  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 30px;
  }
}

/* 关于我们 */
.aboutus-img {
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

@media screen and (max-width: 992px) {
  .aboutus-img {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    margin-bottom: 15px;
  }
}

/* 首页的新闻动态 */
.news-index-item {
  display: inline-block;
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  padding: 10px;
  box-sizing: border-box;
}

.news-index-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  margin: 0;
  padding-top: 12px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .news-index-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 0;
    padding-top: 12px;
    text-align: center;
  }
}

/* 视觉差 */
.jumbotron {
  padding: 2.5em;
  margin: 0em auto;
  min-height: 400px;
}

@media screen and (max-width: 992px) {
  .jumbotron {
    padding: 2.5em;
    margin: 0em auto;
    min-height: 200px;
  }
}

#parallax1 {
  padding: 2.5em;
  margin: 0em auto;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 400px;
}

@media screen and (max-width: 992px) {
  #parallax1 {
    padding: 2.5em;
    margin: 0em auto;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 200px;
  }
}

/* 作品案例 */
.caseItem {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer
}

.caseItem img {
  width: 100%;
}

.caseItem-mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  bottom: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer
}

@media screen and (max-width: 992px) {
  .caseItem-mask {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer
  }
}

.caseItem-name {
  padding-top: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .caseItem-name {
    padding-top: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
}

/* 视频蒙版 */
.video-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 999999;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.video-mask-closed {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .video-mask-closed {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* 更多 */
.more {
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
}

.more a {
  text-decoration: none !important;
  color: #333 !important;

}

.more a:hover {
  text-decoration: none !important;
  color: orangered !important;

}

@media screen and (max-width: 992px) {
  .more {
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
  }

  .more a {
    text-decoration: none !important;
    color: #333 !important;

  }

  .more a:hover {
    text-decoration: none !important;
    color: orangered !important;

  }
}

/* 服务项目 */
.service-item {
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer
}

.service-item-img {
  border: 1px solid #bebebe;
  width: 160px;
  height: 160px;
  margin-bottom: 18px;
  padding: 10px;
  box-sizing: border-box;
}

.service-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .service-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
}

/* 底部 */
.footer {
  background: #494f52;
  padding: 20px 0px;
}

.foot-message {
  /* border: 1px solid #fff; */
  padding: 18px 32px;
  box-sizing: border-box;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  height: 320px;

}

@media screen and (max-width: 992px) {
  .footer {
    background: #494f52;
    padding: 20px 0px;
  }

  .foot-message {
    /* border: 1px solid #fff; */
    padding: 18px 32px;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    height: 320px;

  }

  .foot-introduction-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
  }
}

.foot-introduction {
  /* border: 1px solid #fff; */
  padding: 18px 32px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.foot-introduction-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}

@media screen and (max-width: 992px) {
  .foot-introduction {
    /* border: 1px solid #fff; */
    padding: 18px 32px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
  }

  .foot-introduction-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
  }
}

.foot-qrcode-pc-wrap{
  display: flex;
  justify-content: space-between;
}
.foot-qrcode {
  /* border: 1px solid #fff; */
  /* padding: 18px 32px; */
  padding: 0px 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
}

.foot-qrcode-img {
  width: 100px;
  height: 100px;
}

.footer-m .foot-message {
  border-left: none;
  border-right: none;
}

.footer-m {
  display: none;
}

.footer-pc {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer-m {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .footer-pc {
    display: block;
  }
}

/* 版权 */
.copyright {
  text-align: center;
  padding: 8px;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .copyright {
    text-align: center;
    padding: 8px;
    font-size: 12px;
  }
}

/* 展示图 */
.showImg {
  width: 100%;
}

/* 内容导航 */
.content_head {
  padding: 0px 12px;
  background: url(https://www.lungchuen.com.cn/image/limit-13.png) repeat-x;
  background-size: 100% 100%;
  text-align: start;
  height: 26px;
  line-height: 26px;
  color: #333;
  font-size: 14px;
}

.content_head a {
  color: #333;
}

.content_head span:first-child {
  border-left: 6px solid #494f52;
  padding-left: 12px;
}

.content_head a:hover {
  color: orangered !important;
}

/* 关于我们页面 */
.introduction-img {
  width: 80%;
  margin: 20px auto;
}

/* 新闻动态 */
.news-list-wapper {
  width: 100%;
  box-sizing: border-box;
}

.news-list-item {
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer;

}

.news-list-item p {
  text-decoration: none !important;
  color: #333 !important;

}

.news-list-item {
  display: flex;
  padding: 30px 0px;
  border-bottom: 1px solid #bebebe;
  box-sizing: border-box;

}

.news-list-item-l {
  width: 30%;
  box-sizing: border-box;
}

.news-list-item-r {
  width: 70%;
  box-sizing: border-box;
  padding-left: 20px;
}

.news-list-item-r-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 分页 */
.page {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  .page {
    text-align: center;
    margin-top: 40px;
  }
}

.page span,
.page a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #bebebe;
  line-height: 28px;
  text-align: center;
  margin-right: 6px;
  text-decoration: none !important;
  color: #333 !important;

}

.page span:hover,
.page a:hover {
  background: #494f52;
  color: #fff !important;

}

.page span:active,
.page a:active {
  background: #494f52 !important;
  color: #fff !important;
}

/* 新闻动态详情页 */
.news-title {
  font-size: 24px;
  font-weight: bold;
}

.news-img {
  width: 60%;
  margin: 20px auto;
}

.news-content p {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
  text-indent: 32px;
}

/* 首页卡片 */
.card-container {
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* 首页卡片 */
.card-item {
  box-sizing: border-box;
  /* padding: 20px; */
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer
}

.card-item-img {
  /* border: 1px solid #bebebe; */
  width: 100%;
  height: 210px;

  margin-bottom: 18px;
  /* padding: 10px; */
  box-sizing: border-box;
}

.card-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 992px) {
  .card-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 16px;
  }
}

.card-item-textarea {
  height: 105px;
}

@media screen and (max-width: 992px) {
  .card-item-textarea {
    height: 205px;
  }
}