@import url(common.css);
.fuwu {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 60px;
}
.fuwu .main {
  width: 100%;
}
.fuwu .main .tabs {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fuwu .main .tabs .tab {
  width: auto;
  height: auto;
  padding-top: 38px;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
  margin-right: 100px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2C2E;
  cursor: pointer;
}
.fuwu .main .tabs .tab.active {
  border-bottom: 4px solid #0C71E1;
  color: #0C71E1;
}
.fuwu .main .tabs_content {
  width: 1300px;
  margin: 0 auto;
}
.fuwu .main .tabs_content .content {
  width: 100%;
  height: auto;
  display: none;
}
.fuwu .main .tabs_content .content:nth-child(1) {
  display: block;
}
.fuwu .main .tabs_content .content .block {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.fuwu .main .tabs_content .content .block .title {
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.fuwu .main .tabs_content .content .block .list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.fuwu .main .tabs_content .content .block .list .item {
  width: 134px;
  height: auto;
  padding: 23px 29px;
  background-image: url(/static/images/cunchuzhinan/cczn_ic_img.png);
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.fuwu .main .tabs_content .content .block .list .item .id {
  width: 100%;
  height: 25px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
.fuwu .main .tabs_content .content .block .list .item .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: 23px;
}
.fuwu .main .tabs_content .content .block .list .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fuwu .main .tabs_content .content .block .list .item .name {
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202429;
  line-height: 17px;
  text-align: center;
  margin-top: 17px;
}
.fuwu .main .tabs_content .content .block .list .item .des {
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #848B92;
  line-height: 22px;
  text-align: center;
  margin-top: 17px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zengzhifuwu {
  width: 100%;
  height: auto;
  background: #F5F8FB;
  padding: 60px 0;
  padding-top: 0;
}
.zengzhifuwu .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.zengzhifuwu .main .block {
  width: 100%;
  height: auto;
  padding-top: 60px;
}
.zengzhifuwu .main .block .title {
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.zengzhifuwu .main .block .des {
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2C2E;
  color: #0C71E1;
  line-height: 22px;
  text-align: center;
  margin-top: 30px;
  text-align: center;
}
.zengzhifuwu .main .block .table {
  width: 100%;
  height: auto;
  margin-top: 50px;
  background-color: #fff;
}
.zengzhifuwu .main .block .table table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.zengzhifuwu .main .block .table table tr {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.zengzhifuwu .main .block .table table tr th {
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #E5E5E5;
  padding: 0 20px;
}
.zengzhifuwu .main .block .table table tr th:nth-last-child(1) {
  border-right: none;
}
.zengzhifuwu .main .block .table table tr td {
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2C2E;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #E5E5E5;
  padding: 0 20px;
}
.zengzhifuwu .main .block .table table tr td:nth-last-child(1) {
  border-right: none;
  color: #0C71E1;
}

.wmdclybz {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #fff;
}
.wmdclybz .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.wmdclybz .main .title {
  width: 100%;
  height: 41px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2A2C2E;
  line-height: 41px;
  text-align: center;
}
.wmdclybz .main > .des {
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  text-align: center;
  margin-top: 30px;
  text-align: center;
}
.wmdclybz .main .list {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.wmdclybz .main .list .item {
  width: 180px;
  height: auto;
}
.wmdclybz .main .list .item .image {
  width: 100%;
  height: 69px;
}
.wmdclybz .main .list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wmdclybz .main .list .item .name {
  width: 100%;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  margin-top: 30px;
  text-align: center;
}
.wmdclybz .main .list .item .des {
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  margin-top: 20px;
  text-align: center;
}