@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.view-block {
  padding-top: 60px;
}

.view-block .block-tit {
  padding-bottom: 30px;
}

.view-block .cover-list li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  background: #eee;
}

.view-block .cover-list li img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.view-block .cover-list li img {
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.view-block .cover-list .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 13px;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: linear-gradient(0deg, #000000, transparent);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.view-block .detail-item {
  margin: 40px 0;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  position: relative;
  display: none;
}

.view-block .detail-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 18px 17px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -17px;
  left: 12.5%;
  margin-left: -8.5px;
  z-index: 10;
  display: none;
}

.view-block .detail-item.no1::before {
  display: block;
}

.view-block .detail-item.no2::before {
  display: block;
  left: 37.5%;
}

.view-block .detail-item.no3::before {
  display: block;
  left: 62.5%;
}

.view-block .detail-item.no4::before {
  display: block;
  left: 87.5%;
}

.view-block .detail-item .fl {
  width: 555px;
  height: 360px;
}

.view-block .detail-item .fl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.view-block .detail-item .fr {
  width: 515px;
  box-sizing: border-box;
  padding-right: 50px;
  max-height: 360px;
  overflow: auto;
}

.view-block .detail-item .tit {
  font-size: 24px;
}

.view-block .detail-item .des {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 15px;
}

.service-detail {
  padding: 60px 0;
}

.service-detail .des {
  font-size: 14px;
  line-height: 1.75;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  max-height: 294px;
}

.service-detail .des.show {
  max-height: inherit;
  -webkit-line-clamp: inherit;
}

.service-detail .fl {
  width: 545px;
}

.service-detail .fr {
  width: 555px;
  padding-top: 20px;
}

.service-detail .more-detail {
  display: inline-block;
  font-size: 14px;
  padding-top: 20px;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-detail .more-detail:hover {
  color: #063F88;
}

.other-service {
  background-color: #F2F2F2;
  padding: 40px 0 50px;
}

.other-service ul {
  margin: 0 -15px;
}

.other-service ul li {
  width: 33.333333%;
  margin-top: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}

.other-service ul a {
  display: block;
  border: 1px solid #cccccc;
  line-height: 48px;
  padding: 0 34px 0 14px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.other-service ul a:hover {
  border-color: #063F88;
  color: #063F88;
  box-shadow: 0 0 5px rgba(6, 63, 136, 0.1);
}

.other-service ul .iconfont {
  color: #063F88;
  position: absolute;
  font-size: 14px;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  width: 30px;
  text-align: right;
}

.team-block {
  padding-top: 60px;
  padding-bottom: 40px;
}

.team-block .team-list {
  padding-top: 20px;
  margin: 0 -15px;
}

.team-block .team-list li {
  float: left;
  width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.team-block .team-list .img {
  width: 100%;
  height: 215px;
}

.team-block .team-list .img img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-block .team-list .name {
  padding: 0 10px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 14px;
}

.branch-service {
  padding-top: 80px;
  width: 839px;
  margin-left: auto;
  margin-right: auto;
}

.branch-service .branch-title {
  font-size: 18px;
  color: #063F88;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: center;
}

.branch-service ul {
  margin-top: 40px;
}

.branch-service ul li {
  padding: 20px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-top: -1px;
}

.branch-service ul li h3 {
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.branch-service ul li h3 i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.branch-service ul li h3 i.on {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}

.branch-service ul li p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 28px;
  display: none;
}

/*# sourceMappingURL=maps/service-detail.css.map */
