    body {
        background: #fff;
    }

    .title-header, .szhsggkpt ,.zhgl{
        margin: 0 auto;
        font-size: 16px;
        position: relative;
        width: 1100px;
    }

    .banner {
        /*height: 500px;*/
        overflow: hidden;
    }

    .banner .swiper-button-next {
        width: 35px;
        height: 35px;
        background-size: 35px;
        right: 40px;
        background-image: url(../images/home_right.png);
    }

    .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
        left: 40px;
        background-size: 35px;
        background-image: url(../images/home_left2.png);
    }

    .title-name {
        padding: 30px 0 20px 0;
        font-size: 30px;
        color: #333333;
    }

    .title-bread {
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        font-size: 14px;
    }

    .title-bread-item {
        color: #333333;
        cursor: pointer;
    }

    .title-bread-item:not(:first-child)::before {
        content: '/';
        margin: 10px;
        color: #888888;
    }

    .title-bread-item:last-child {
        color: #888888;
    }

    .szhsggkpt-title {
        text-align: center;
        color: #333;
        font-size: 30px;
        font-weight: 400;
        height: 148px;
        line-height: 130px;
        position: relative;
    }

    .szhsggkpt-title::after {
        content: '';
        position: absolute;
          background: #888888;
        width: 40px;
        height: 2px;
        top: 105px;
        left: 50%;
        transform: translateX(-50%);
    }

    .szhsggkpt-ul {
        overflow: hidden;
    }

    .szhsggkpt-li {
        min-width: 353px;
        float: left;
        width: 32%;
        margin-right: 1%;
        margin-bottom: 1%;
    }


    .szhsggkpt-li-img {
        height: 200px;
        width: 100%;
    }

    .szhsggkpt-li-info {
        padding: 18px 20px 42px;
        background: #f5f5f5;
        color: #333;
        min-height: 211.4px;
    }

    .szhsggkpt-li-title {
        font-size: 22px;
            color: #333;
    }

    .szhsggkpt-li-content {
        margin: 18px 0 28px;
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 40px;
    }

    .szhsggkpt-li-more {
        width: 115px;
        height: 35px;
        background: #18477f;
        color: #fff;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
    }
    .szhsggkpt-li-more:hover{
          background: #215898;
    }
    .szhsggkpt-li-more::after {
      content: '';
      display: inline-block;
      width: 16px;
      height: 12px;
      background: url(../images/home-rightarrow.png) no-repeat center/100%;
      margin-left: 6px;
    }

    .zhfwq {
        height: 600px;
        margin: 115px 0;
        background: #f7f7f7;
    }

    .zhfwq-left {
        float: left;
        width: 50%;
        height: 100%;
    }

    .zhfwq-right {
        float: left;
        width: 50%;
        height: 100%;
    }

    .zhfwq-left-title {
      height: 300px;
line-height: 260px;
text-align: right;
padding-right: 90px;
font-size: 30px;
color: #333;
position: relative;
    }

    .zhfwq-left-title::after {
      content: '';
      position: absolute;
      background: #888888;
      width: 40px;
      height: 2px;
      top: 180px;
      right: 195px;
    }

    .zhfwq-left-img {
        height: 300px;
        background: url(../images/gscp-zhihuifuwu2.png) no-repeat center/100% 100%;
    }

    .zhfwq-right-topimg {
  height: 300px;
  background: url(../images/gscp-zhihuifuwu.png) no-repeat center/100% 100%;
    }
    .zhfwq-right-bottomimg {
  height: 300px;
  background: url(../images/gscp-zhihuifuwu3.png) no-repeat center/100% 100%;
  padding: 58px 74px;
  color:#333;
  font-size: 16px;
  position: relative;
    }
.zhfwq-right-bottomimg-ul{
  float: left;
  margin-right: 66px;
}
.zhfwq-right-bottomimg-li{
  margin-bottom: 10px;
  font-size: 16px;
    color: #333;
    font-weight: 600;
}
      .zhfwq-right-bottomimg-li::before {
    content: "·";
    font-weight: 900;
    margin-right: 6px;
}

.zhfwq-more{
  position: absolute;
    bottom: 72px;
    left: 70px;
  width: 115px;
    height: 35px;
    background: #18477f;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
.zhfwq-more:hover{
  background: #215898;
}
.zhfwq-more::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/home-rightarrow.png) no-repeat center/100%;
  margin-left: 6px;
}


.zhgl{
  margin-bottom: 116px;
}
.zhgl-title {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 400;
  height: 106px;
  position: relative;
}

.zhgl-title::after {
  content: '';
position: absolute;
background: #888888;
width: 40px;
height: 2px;
top: 61px;
left: 50%;
transform: translateX(-50%);
}

.zhgl-ul {
    overflow: hidden;
}

.zhgl-li {
    min-width: 353px;
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.zhgl-li-img {
    height: 200px;
    width: 100%;
}

.zhgl-li-info {
    padding: 18px 20px 42px;
    background: #f5f5f5;
    color: #333;
    min-height: 211.4px;
}

.zhgl-li-title {
    font-size: 22px;
}

.zhgl-li-content {
    margin: 18px 0 28px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

.zhgl-li-more {
    width: 115px;
    height: 35px;
    background: #18477f;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
.zhgl-li-more:hover{
  background: #215898;
}
.zhgl-li-more::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/home-rightarrow.png) no-repeat center/100%;
  margin-left: 6px;
}
