@charset "UTF-8";
/**
* 服务指南
* date:2023-8-16
* author: trh;
 */
.service {
  /*分类指南*/
  /*综合指南*/
  /*联系我们*/
}

.service-banner {
  margin-bottom: 20px;
}

.service-guides {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-guides > .box-style {
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}

.service-classify {
  width: 920px;
  margin-right: 22px;
}

.classify-lists {
  margin-right: -20px;
  margin-top: 15px;
}

.classify-item {
  margin: 0 20px 20px 0;
  width: 280px;
  width: calc(33.33% - 20px);
  height: 135px;
  color: #333;
  padding: 5px 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #EBF5FF;
}

.classify-item.supervision .classify-type-item {
  width: calc(33.33% - 16px);
}

.classify-type {
  font-size: 16px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #AFCAED;
}

.classify-type-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0 7px 0;
  height: 90px;
  overflow: auto;
}

.classify-type-item {
  margin: 3px 8px 0;
  text-align: center;
  width: calc(50% - 16px);
}

.classify-type-item:hover .classify-type-name {
  color: #0170FD;
}

.classify-type-name {
  display: block;
  height: 27px;
  line-height: 27px;
  color: #333;
}

.service-comprehensive {
  width: 258px;
}

.comprehensive-lists {
  margin-top: 15px;
}

.comprehensive-item {
  padding: 5px 0;
  margin-bottom: 19px;
  border-radius: 5px;
}

.comprehensive-item:nth-child(1) {
  background: url("../images/service/comprehensive_bg1.png") no-repeat center;
}

.comprehensive-item:nth-child(2) {
  background: url("../images/service/comprehensive_bg2.png") no-repeat center;
}

.comprehensive-item:nth-child(3) {
  background: url("../images/service/comprehensive_bg3.png") no-repeat center;
}

.comprehensive-item:nth-child(4) {
  background: url("../images/service/comprehensive_bg4.png") no-repeat center;
}

.comprehensive-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 48px;
  line-height: 24px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.service-contact {
  margin-bottom: 20px;
  padding: 11px 20px 31px;
}

.contact-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-item {
  width: 33.33%;
  padding: 0 20px;
  text-align: center;
  margin: 15px 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.contact-item:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  border-right: 1px dashed #C3C3C3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.contact-item:nth-child(3n):before, .contact-item:last-child:before {
  content: none;
}

.contact-item > span {
  font-weight: 600;
}
