@charset "UTF-8";
/*关于我们*/
.about {
  padding-top: 170px;
  padding-bottom: 200px;
  background: url("../images/about_bg.png") no-repeat center right;
}
.about .content .lf {
  padding-right: 80px;
}
.about .content .lf .title {
  font-weight: bold;
  color: #1c2743;
  font-size: 30px;
}
.about .content .lf .summary {
  font-size: 14px;
  color: #676767;
  text-indent: 2em;
  line-height: 2;
  margin: 50px 0;
}
.about .content .lf .pinpai {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about .content .lf .pinpai img {
  margin-right: 50px;
}
.about .content .lf .more {
  font-size: 16px;
  color: #b3b3b3;
  text-transform: uppercase;
}

/*案例*/
.case {
  padding-bottom: 20px;
  background: #fafafa;
}
.case .lrtb {
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  width: 15px;
  margin: auto;
  display: block;
}
.case .top {
  background: url("../images/case_bg.png") no-repeat center right;
  padding: 60px 0;
  background-position-y: -15px;
}
.case .top .lf {
  display: flex;
  align-items: flex-end;
}
.case .top .lf h5 {
  font-size: 30px;
  color: black;
}
.case .top .lf img {
  margin: 0 20px;
}
.case .top .lf p {
  font-size: 18px;
  color: #555555;
}
.case .top .rt {
  display: flex;
  align-items: center;
  margin-top: 11px;
  margin-right: 28px;
}
.case .top .rt .more {
  margin-right: 40px;
  font-size: 16px;
  color: #1c2743;
  text-transform: uppercase;
}
.case .typelist {
  margin: 80px 0;
}
.case .typelist ul {
  display: flex;
  justify-content: center;
}
.case .typelist ul li a {
  font-size: 24px;
  color: #666666;
  display: block;
  border-right: 1px solid #666666;
  padding: 0 130px;
}
.case .typelist ul li:first-child a {
  border-left: 1px solid #666666;
}
.case .typelist ul li:hover a {
  font-weight: bold;
  color: #1f3a4c;
}
.case .content .fig {
  padding: 0 15px;
}
.case .content .fig * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.case .content .fig .figul {
  overflow: hidden;
  position: relative;
  clear: both;
}
.case .content .fig .figul .figli {
  float: left;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.case .content .fig .figul .figli .figli-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case .content .fig .figul .figli:nth-of-type(1),
.case .content .fig .figul .figli:nth-of-type(3),
.case .content .fig .figul .figli:nth-of-type(5) {
  background-color: #5986ad;
}
.case .content .fig .figul .figli:nth-of-type(2),
.case .content .fig .figul .figli:nth-of-type(4) {
  background-color: #336793;
}
.case .content .fig .pro-name {
  color: #fff;
  font-size: 18px;
  font-family: "黑体";
  margin: 15px auto;
}
.case .content .fig .figul .figli.lion .figli-r .pro-name {
  color: #fff3ae;
}
.case .content .fig a.more {
  border: 1px solid;
  border-radius: 18px;
  padding: 10px;
  text-align: center;
  width: 32px;
  font-size: 12px;
  font-family: "黑体";
  transition: .3s;
  transform: scale(0) translateY(20px);
}
.case .content .fig .figul .figli.lion .figli-r a.more {
  transform: scale(1) translateY(0) !important;
  color: #fff3ae;
}
.case .content .figli-l {
  width: calc(100% - 130px);
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.case .content .figli-l .message_box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 50px;
  background: rgba(90, 134, 173, 0.7);
  color: white;
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}
.case .content .fig .figul .figli:first-of-type {
  width: calc(100% - 390px);
}
.case .content .fig .figul .figli {
  width: 130px;
}

/*@media (max-width: 767px) {
   .service .fig figure {
      width: 80%;
      position: relative;
      margin: auto;
      margin-bottom: 30px;
   }
   .service .fig figure p a {
      padding: 6px 0;
      font-size: 15px;
   }
}*/
/*news*/
.news {
  margin-top: 180px;
  margin-bottom: 130px;
  background: url("../images/about_bg.png") no-repeat center left;
}
.news .newslist {
  margin-bottom: 70px;
}
.news .newslist .item {
  padding: 10px;
}
.news .newslist .item .pic {
  overflow: hidden;
}
.news .newslist .item .pic img {
  transition: .5s;
}
.news .newslist .item .addtime {
  color: white;
  font-size: 16px;
  background: #1f3a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.news .newslist .item .title {
  font-size: 16px;
  color: #404040;
  margin: 20px 0;
}
.news .newslist .item .summary {
  font-size: 14px;
  color: #c7c7c7;
}
.news .newslist .item:hover .title {
  color: #1f3a4c;
  font-weight: bold;
}
.news .newslist .item:hover .pic img {
  transform: scale(1.1);
}
.news .more {
  font-size: 16px;
  text-align: center;
  color: #1c2743;
}

.news2 {
  margin-top: 0;
  background: url("../images/case_bg.png") no-repeat center top;
  padding: 60px 0;
  background-position-y: -15px;
}

@media (max-width: 768px) {
  .news {
    background: none;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .news .newslist .item {
    display: none;
    padding: 15px;
  }
  .news .newslist .item:first-child {
    display: block;
  }

  .news .newslist .item .title {
    margin: 15px 0;
  }

  .news .newslist {
    margin-bottom: 20px;
  }

  .about {
    padding: 60px 15px 0;
    background: none;
  }

  .about .content .lf {
    padding-right: 0;
  }

  .about .content .lf .title {
    display: none;
  }

  .about .content .lf .summary {
    margin-top: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .about .content .lf .pinpai {
    display: none;
  }

  .case {
    padding-bottom: 10px;
  }

  .case .top {
    background: none;
    padding-bottom: 0;
  }

  .case .typelist ul li a {
    font-size: 14px;
    padding: 0 15px;
  }

  .case .content .fig .figul .figli {
    width: 100% !important;
    float: none;
    height: auto;
    background: none;
  }

  .case .content .figli-l {
    width: auto;
    float: none;
    height: auto;
  }

  .case .content .fig .figul .figli .figli-r {
    position: static;
    width: auto;
    height: auto;
    display: flex;
    text-align: center;
    box-shadow: none !important;
  }

  .case .content .fig .pro-name {
    width: auto;
    font-size: 14px;
    writing-mode: inherit !important;
    color: white !important;
    margin: 10px auto;
  }

  .case .typelist {
    margin: 50px 0;
  }

  .news .more {
    font-size: 14px;
  }

  .news .newslist .item .addtime {
    font-size: 14px;
  }
}

/*# sourceMappingURL=index.css.map */