/*banner_box*/
.banner_box {
  position: relative;
}
.banner_box .owl_btn3 {
  position: absolute;
  left: 50%;
  bottom: 37px;
  margin-left: -20px;
  z-index: 3333;
  cursor: pointer;
}

/*about*/
.about {
  margin-bottom: 160px;
  background: url("../images/about_bg2.jpg") no-repeat center;
  background-size: cover;
}
.about .content {
  position: relative;
  padding: 140px 0;
}
.about .content .pic {
  float: left;
  position: relative;
}
.about .content .pic .aboutpic {
  position: relative;
  z-index: 2;
  max-width: 95%;
}
.about .content .pic .aboutpic_bg {
  position: absolute;
  left: 11px;
  top: 10px;
  z-index: 1;
  max-width: 95%;
}
.about .content .message {
  width: 360px;
  float: right;
  padding-top: 48px;
}
.about .content .message .title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.about .content .message .title span {
  margin-left: 10px;
  color: #3f3f3f;
  font-size: 16px;
}
.about .content .message .title p {
  text-transform: uppercase;
  font-size: 36px;
  color: black;
  font-weight: bold;
}
.about .content .message .line {
  width: 91px;
  height: 2px;
  background: #d4b365;
}
.about .content .message .summary {
  font-size: 16px;
  color: black;
  line-height: 28px;
  margin-bottom: 27px;
}
.about .content .message .more {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
  background: black;
  padding: 10px 30px;
}
.about .content .message .more img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 10px;
}

/*youshi*/
.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 150px;
  padding-top: 130px;
}
.youshi ._title {
  color: white;
}
.youshi .content {
  margin-top: 30px;
  overflow: hidden;
  clear: both;
  content: '';
}
.youshi .content .item {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.youshi .content .item .message {
  display: flex;
  align-items: flex-start;
  padding-right: 50px;
}
.youshi .content .item .message .line {
  background: #d4b365;
  width: 20px;
  height: 6px;
  margin-right: 20px;
  position: relative;
  top: 9px;
}
.youshi .content .item .message .msg {
  flex: 1;
}
.youshi .content .item .message .msg .summary {
  font-size: 14px;
  color: #979797;
  line-height: 2;
}
.youshi .content .item .message .msg .title {
  font-size: 18px;
  color: white;
  margin-bottom: 22px;
}
.youshi .content .item .pic {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

/*case*/
.case {
  padding-bottom: 130px;
}
.case .list {
  display: flex;
  justify-content: space-between;
}
.case .list .item {
  transition: .5s;
  width: 24%;
  position: relative;
  top: 0;
}
.case .list .item:hover {
  top: 10px;
}
.case .list .item .name {
  background: black;
  color: white;
  font-size: 16px;
  padding: 10px;
}

/*news*/
.news {
  box-shadow: inset 7px 0px 16.74px 1.26px rgba(13, 5, 9, 0.08);
  padding-top: 154px;
}
.news .content {
  margin-top: 40px;
  margin-bottom: 140px;
}
.news .content .lf {
  border-right: 1px solid #e5e5e5;
  padding-right: 40px;
}
.news .content .lf .pic {
  background: url("../images/new_pic.png") no-repeat center;
  background-size: cover;
  height: 300px;
  padding-top: 58px;
}
.news .content .lf .pic .name {
  font-size: 16px;
  color: white;
  width: 201px;
  height: 43px;
  background: rgba(218, 37, 29, 0.4);
}
.news .content .lf .message {
  margin-top: 33px;
}
.news .content .lf .message .more {
  display: flex;
  align-items: center;
}
.news .content .lf .message .more span {
  color: #d4b365;
  font-size: 14px;
  margin-right: 10px;
}
.news .content .lf .message .summary {
  margin-top: 10px;
  line-height: 2;
  font-size: 14px;
  color: #b0b0b0;
  margin-bottom: 20px;
}
.news .content .lf .message .title {
  font-size: 16px;
  color: #d4b365;
}
.news .content .rt {
  padding-left: 40px;
}
.news .content .rt .item {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}
.news .content .rt .item .addtime {
  font-size: 14px;
  margin-bottom: 10px;
  color: #b4b4b4;
}
.news .content .rt .item .name {
  font-size: 16px;
  color: #6d6d6d;
  margin-top: 18px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .content .rt .item:hover .name, .news .content .rt .item:hover .addtime {
  color: #d4b365;
}

@media (max-width: 1450px) {
  .about .content .message {
    margin-right: 27px;
  }

  .about .content .pic {
    width: 738px;
  }

  .about .content .message .summary {
    margin-bottom: 53px;
    margin-top: 36px;
  }

  .about .content {
    padding: 94px 0;
  }

  .about {
    margin-bottom: 80px;
  }

  .case {
    padding-bottom: 100px;
  }

  .youshi {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .news {
    padding-top: 60px;
  }

  .news .content {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .about .content .pic {
    display: none;
  }

  .about .content .message {
    float: none;
    width: 100%;
    padding: 0 15px;
  }

  .about .content {
    padding: 39px 0;
  }

  .about .content .message .title p {
    font-size: 16px;
  }

  .about .content .message .summary {
    margin-bottom: 10px;
    margin-top: -11px;
    line-height: 2;
    text-indent: 2em;
    color: black;
  }

  .about {
    margin-bottom: 47px;
  }

  .case .case_content .owl_case {
    overflow: hidden;
    clear: both;
    content: '';
    padding: 0 15px;
  }

  .about .content .message .more img {
    display: none;
  }

  .case .typelist ul li {
    margin: 0 14px;
  }

  .case .case_title {
    margin-left: -74px;
    top: -2px;
    width: 136px;
  }

  .case .case_content .owl_case .item {
    width: 48%;
    float: left;
  }
  .case .case_content .owl_case .item:nth-child(2n) {
    float: right;
  }

  .youshi .content {
    padding: 0 15px;
  }

  .case .case_content .owl_case .item .name {
    display: flex !important;
  }

  .youshi .content .item .message .line {
    display: none;
  }

  .case .case_content .owl_case .item:before {
    display: block !important;
    background: rgba(0, 0, 0, 0.4);
  }

  .case .case_content {
    margin-top: 20px;
  }

  .case .case_content .pic {
    padding-left: 0;
    display: none !important;
    margin-top: 10px;
  }

  .case .typelist ul li a {
    display: inline-block;
    font-size: 16px;
    color: #3f3f3f;
    padding: 2px 10px;
    border: 1px solid #a2a2a2;
  }

  .case {
    padding-bottom: 29px;
    margin-top: 25px;
  }

  .news {
    padding-top: 46px;
    margin-bottom: 51px;
    background: #fdfdfd;
    box-shadow: none;
    padding-bottom: 10px;
  }

  .news .content .lf {
    padding-right: 0;
    width: 100%;
  }

  .news .content .lf .pic .name {
    display: none;
  }

  .news_title {
    display: block;
    margin: 0 auto;
    width: 107px;
  }

  .news .content .lf .message {
    margin-top: 40px;
    padding: 0 15px;
  }

  .news .content .lf .message .summary {
    margin-top: 15px;
    margin-bottom: 19px;
  }

  .news .content .rt {
    padding: 0 15px;
    width: 100%;
    margin-top: 50px;
  }

  .news .content {
    margin-bottom: 22px;
  }

  .about .content .message .more {
    float: none;
    margin: 0 auto;
  }

  .about ._title {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about .content .message .line {
    display: none;
  }

  .youshi .content .item .message {
    padding-right: 0;
  }

  .youshi .content .item .message .msg .title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .youshi {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .youshi .content .item {
    text-align: center;
    float: left;
    width: 47%;
    height: 215px;
  }
  .youshi .content .item:nth-child(2n) {
    float: right;
  }

  .youshi .content .item .pic {
    width: 29px;
    margin: 0 auto;
  }

  .case .list {
    flex-wrap: wrap;
  }
  .case .list .item {
    width: 48%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
