.pongeTitle {
  font-size: 30px;
  margin-bottom: 40px;
  color: #333;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 10px; }
  .pongeTitle::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #51AD26;
    content: '';
    width: 100px;
    height: 4px;
    margin: auto; }

@media (max-width: 575px) {
  .pongeTitle {
    font-size: 20px;
    margin-bottom: 20px; } }

.zhuyingyewu {
  padding: 80px 0;
  background-color: whitesmoke; }
  .zhuyingyewu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .zhuyingyewu ul li {
      margin-bottom: 20px;
      list-style: none; }
      .zhuyingyewu ul li a {
        position: relative; }
        .zhuyingyewu ul li a:hover .img img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .zhuyingyewu ul li a .img {
          overflow: hidden; }
          .zhuyingyewu ul li a .img img {
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all; }
        .zhuyingyewu ul li a:hover .text {
          color: #51AD26;
          background: #f3f3f3; }
        .zhuyingyewu ul li a .img {
          position: relative; }
        .zhuyingyewu ul li a .text {
          position: absolute;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          left: 0;
          right: 0;
          bottom: 0;
          background: #51AD26;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          color: #fff;
          font-size: 20px;
          padding: 10px;
          text-align: center; }

@media (max-width: 575px) {
  .zhuyingyewu {
    padding: 40px 0; }
  .zhuyingyewu ul li a .text {
    font-size: 16px; }
  .zhuyingyewu ul li:last-child {
    margin-bottom: 0; } }

.shigonganlisection {
  padding: 80px 0; }
  .shigonganlisection .index-more-component {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0; }

@media (max-width: 575px) {
  .shigonganlisection {
    padding: 40px 0; }
  .shigonganlisection .index-more-component {
    padding-bottom: 0; } }

.guanyuwomen {
  background: url(../images/a3433d635c65bcae986bdd0ee523852c.jpg) center top no-repeat;
  padding-top: 60px; }
  .guanyuwomen .pongeTitle {
    color: #fff; }
  .guanyuwomen .posiitionbg {
    margin-top: 20px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.14);
    padding: 40px; }
    .guanyuwomen .posiitionbg .title {
      margin-bottom: 20px; }
      .guanyuwomen .posiitionbg .title span {
        display: block; }
    .guanyuwomen .posiitionbg .text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .guanyuwomen .posiitionbg .text .title .cn {
        font-size: 30px;
        color: #333; }
      .guanyuwomen .posiitionbg .text .title .en {
        font-size: 22px;
        color: #333; }
      .guanyuwomen .posiitionbg .text .desc, .guanyuwomen .posiitionbg .text .desc2 {
        font-size: 14px;
        line-height: 2;
        color: #333;
        text-indent: 2em; }
      .guanyuwomen .posiitionbg .text .index-more-component {
        margin-top: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .guanyuwomen .posiitionbg .imglist {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@media (max-width: 1199px) {
  .commonlisthenji li .img .txt {
    padding: 10px;
    line-height: 1.3; }
  .commonlisthenji li .img .txt .desc {
    font-size: 12px; } }

@media (max-width: 991px) {
  .guanyuwomen .posiitionbg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .guanyuwomen .posiitionbg .text {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .guanyuwomen {
    padding-top: 40px; }
  .guanyuwomen .posiitionbg .text .title .cn {
    font-size: 20px; }
  .guanyuwomen .posiitionbg .text .title .en {
    font-size: 18px; }
  .guanyuwomen .posiitionbg {
    padding: 20px; }
  .guanyuwomen .posiitionbg .title {
    text-align: center; }
  .guanyuwomen .posiitionbg .text {
    padding-right: 0; }
  .commonlisthenji li {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .commonlisthenji li:nth-of-type(2n+0) {
    padding-left: 0; } }

.zhuanjauiiituandui {
  padding: 80px 0; }
  .zhuanjauiiituandui .index-more-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px; }

@media (max-width: 575px) {
  .zhuanjauiiituandui {
    padding: 40px 0; }
  .zhuanjauiiituandui .index-more-component {
    margin-top: 20px; } }

.xinwenzixun {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/b379f478cb13f0fb2b7aa41ee84c21e0.jpg); }
  .xinwenzixun .pongeTitle {
    color: #fff; }
  .xinwenzixun .tab ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .xinwenzixun .tab ul li {
      margin: 0 10px;
      padding: 10px 20px;
      border-radius: 30px;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.6);
      color: #fff;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .xinwenzixun .tab ul li.active, .xinwenzixun .tab ul li:hover {
        color: #333;
        background: #fff; }
  .xinwenzixun .newslist .index-more-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; }

@media (max-width: 575px) {
  .xinwenzixun {
    padding: 40px 0; }
  .xinwenzixun .tab ul li {
    padding: 5px 10px;
    font-size: 14px; } }

.banner {
  height: 640px;
  margin-bottom: 0px !important;
  position: relative; }
  @media (max-width: 1439px) {
    .banner {
      height: 540px; } }
  @media (max-width: 1300px) {
    .banner {
      height: 440px; } }
  @media (max-width: 991px) {
    .banner {
      height: 340px; } }
  @media (max-width: 767px) {
    .banner {
      height: 240px; } }
  @media (max-width: 575px) {
    .banner {
      height: 140px; } }
  .banner .swiper-container {
    height: 100%; }
  .banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .banner .swiper-pagination {
    text-align: left;
    bottom: 50px;
    position: static;
    margin-bottom: 40px; }
  .banner .containerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .banner .containerBottom .posiitonButton {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-bottom: 30px; }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    position: static; }
  .banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    border: 1px solid #fff;
    background: none;
    margin: 0 5px; }
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }
  .banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/15632d601178c80b4c4115814f99937e.png);
    margin-left: 20px; }
  .banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/5dc66e2f25daca2b5e9da6ec210fea76.png); }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    background-size: 30px;
    width: 30px;
    height: 30px; }

@media (max-width: 575px) {
  .banner .containerBottom .posiitonButton {
    display: none; }
  .banner .swiper-pagination {
    margin-bottom: 10px; }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px; }
  .banner .swiper-pagination {
    width: 100%;
    text-align: center; }
  .banner {
    margin-bottom: 20px; } }
.xinwenzixun{
    margin-top:80px;
}
