.aboutCont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about {
  width: 80%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.aboutl {
  width: 55%;
}


.abboutr {
  width: 40%;
  overflow: hidden;
}

.abboutr>img {
  height: 100%;
}

.conta {
  width: 100%;
  margin-top: 50px;
  height: 350px;
  line-height: 30px;
  color: #666666;
  position: relative;
  overflow: hidden;
}

.butCon {
  position: absolute;
  bottom: 0;
  width: 60%;
  padding: 20px 2.5%;
  left: 0;
  background: #14a3c4;
  color: white;
}

.butCon>.fontS30 {
  margin-top: 20px;
}

.qixia {
  background: #f7f7f7;
  width: 80%;
  margin-top: 80px;
  padding: 80px 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zicopy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 100px;
}


.zicopy>li {
  width: 48%;
  position: relative;
}


.zicopy>li img {
  width: 100%;
  z-index: 1;
}

.nameCopy {
  width: 80%;
  margin-left: 10%;
  height: 100px;
  background: white;
  position: absolute;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nameCopy>.fontS14 {
  margin-top: 10px;
  color: #444444;
}

.rongyu {
  width: 80%;
  padding: 80px 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rongcopy {
  width: 100%;
  margin-top: 50px;
}

.rongCon {
  width: 100%;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.rongCon img {
  width: 100%;
}

.rongCon>p {
  position: absolute;
  bottom: 0;
}

.zuzhi {
  width: 80%;
  padding: 80px 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/back/zuzhi.png) no-repeat top;
  background-size: cover;
}

.zuzhiImg {
  width: 100%;
  margin-top: 80px;
}

.zuzhiImg>img {
  width: 100%;
}


.fazhana {
  background: url(../images/cz/back.png) no-repeat bottom center;
  background-size: cover !important;
}


.qwenhua {
  padding: 80px 0;
  background: url(../images/back/wen.png) no-repeat bottom center;
  background-size: 100%;
}

.fazhan {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fazhanlun {
  margin-top: 20px;
}

.faZhanCon {
  width: 90%;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
}

.faZhanConLeft .fontS70 {
  color: #14a3c4;
  letter-spacing: -2px;
  font-weight: 700;
}


.faZhanConLeft .fontS70>span {
  margin-left: 10px;
}

.faZhanConLeft {
  width: 50%;
}

.faZhanCoRight {
  width: 45%;
  overflow: hidden;
}

.faZhanCoRight>img {
  height: 100%;
}

.faZhanConLeft>.fontS22 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.faZhanConLeft>.fontS14 {
  line-height: 30px;
  color: #666666;
}

.wenhua {
  width: 80%;
  color: #444444;
}




#qiye>div {
  background: url(../images/back/wd.png) no-repeat center center;
  background-size: 80%;
}

#jingshen>div {
  background: url(../images/back/wq.png) no-repeat center center;
  background-size: 80%;
}

#shiming>div {
  background: url(../images/back/ws.png) no-repeat center center;
  background-size: 80%;
}

#hexin>div {
  background: url(../images/back/wx.png) no-repeat center center;
  background-size: 80%;
}

#yuanjing>div {
  background: url(../images/back/wy.png) no-repeat center center;
  background-size: 80%;
}

.qiyediv {
  background: url(../images/back/wdb.png) no-repeat center center !important;
  background-size: 80%;
}

.jingshendiv {
  background: url(../images/back/wqa.png) no-repeat center center !important;
  background-size: 80%;
}

.shimingdiv {
  background: url(../images/back/wsb.png) no-repeat center center !important;
  background-size: 80%;
}

.hexindiv {
  background: url(../images/back/wxb.png) no-repeat center center !important;
  background-size: 80%;
}

.yuanjingdiv {
  background: url(../images/back/wyb.png) no-repeat center center !important;
  background-size: 80%;
}


.wenhua>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.wenhua>ul>li {
  width: 18%;
  height: 250px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}



.wenhuali {
  background: #0435be !important;
  color: white;
}


.wenhua>ul>li>div {
  width: 60px;
  height: 60px;
}

.wenhua>ul>li>p {
  margin-top: 20px;
}

.wenCont {
  width: 100%;
  margin-top: 60px;
  background: white;
  display: none;
  padding: 50px 0;
}

.wenConLeft {
  width: 50%;
  padding-left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wenConRight {
  width: 39%;
  padding: 0 3%;
}

.wenConLeft>div {
  width: 150px;
  height: 3px;
  margin-top: 20px;
  background: #0435be;
  border-radius: 5px;
}


.wenConLeft>.fontS15 {
  margin-top: 50px;
}

.wenConRight>img {
  width: 100%;
}

.fengcai {
  width: 80%;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.fenRigth {
  display: flex;
  align-items: center;
}



  .fazhanlun .swiper-container {
    width: 100%;
    height: 90%;
    padding-bottom: 200px;
  }

  .fazhanlun .swiper-slide {
    /* text-align: center; */
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .fazhanlun .swiper-pagination-bullet {
    width: 56px;
    height: 23px;
    background: none !important;
    position: relative;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    opacity: unset;
    color: #333333;
  }

  .fazhanlun  .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 4px solid #d6d6d6;
    bottom: -30px;
    border-radius: 100px;
  }

  .fazhanlun  .swiper-pagination-bullet-active {
    color: #14a3c4 !important;
    opacity: 1;
    position: relative;
  }

  .fazhanlun  .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 4px solid #14a3c4;
    bottom: -30px;
    border-radius: 100px;
  }

  .fazhanlun  .swiper-container-horizontal>.swiper-pagination-bullets,
  .fazhanlun  .swiper-pagination-custom,
  .fazhanlun  .swiper-pagination-fraction {
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
  }


  .fazhanlun  .swiper-button-next,
  .fazhanlun  .swiper-button-prev {
    position: unset !important;
    width: 50px;
    height: 50px;
    /*background: #c4c4c4;*/
    border: 1px solid  #999999;
    color: #999999;
    opacity: unset;
    border-radius: 100px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }


  .fazhanlun  .swiper-button-next:hover,
  .fazhanlun  .swiper-button-prev:hover {
    background-color: #14a3c4;
    color: white !important;
    border: 1px solid  #14a3c4;
  }

  .fazhanlun  .seioioio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    position: absolute;
    bottom: 24px;
  }
  .fontS70{
      font-size: 120px !important;
  }
 .fontS20{
     font-size: 20px;
 }

  @media (max-width: 1000px) {
      
    .fazhanlun  .swiper-pagination-bullet {
      font-weight: 200 !important;
      font-size: 13px !important;

      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .weuio{
        flex-wrap: wrap;
        height: auto !important;
    }
    
   .weuio li{
        width: 33.33333% !important;
    }
    .fazhanlun {
      width: 100% !important;
      margin-left: 0 !important;
    }

    .fazhanlun  .swiper-container-horizontal>.swiper-pagination-bullets,
    .fazhanlun  .swiper-pagination-custom,
    .fazhanlun  .swiper-pagination-fraction {
      width: 100% !important;
      margin-left: 0 !important;
      display: none !important;
    }

    .seioioio {
      bottom: 128px !important;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
.fenRigth>li {
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f9721100;
}


.fenRigthli {
  border-bottom: 3px solid #14a3c4 !important;
  color: #14a3c4;
}

.reParrt {
  width: 0%;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.reParrtShow {
  width: 100% !important;
  height: auto !important;
}

.lunImg {
  width: 100%;
}

.lunImg>img {
  width: 100%;
}





@media (max-width: 1000px) {
  .about {
    flex-wrap: wrap;
  }

  .aboutl {
    width: 100%;
  }

  .abboutr>img {
    width: 100%;
    height: auto !important;
  }

  .abboutr {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 50px;
  }

  .butCon {
    width: 95% !important;
  }

  .zicopy {
    flex-wrap: wrap;
  }

  .zicopy>li {
    width: 100%;
    margin-bottom: 80px;
  }

  .faZhanCon {
    flex-wrap: wrap;
  }

  .faZhanConLeft {
    width: 100%;
  }

  .faZhanCoRight {
    width: 100%;
    display: none;
  }
  .wenhua>ul{
    display: none !important;
  }
  .wenCont{
    display: block !important;
  }
  .wenhua>ul,.wenCont{
    flex-wrap: wrap;
  }
  .wenhua>ul>li{
    width: 48%;
    height: 130px !important;
    margin-top: 10px;
  }
  .wenConLeft,.wenConRight{
    width: 94%;
    margin-top: 20px;
  }
}


@media (max-width: 800px) {
.fontS24{
    font-size: 16px !important;
    padding-top: 10px;
}
.wenText {
    font-size: 12px !important;
    margin-top: 22px !important;
}
.wenhuaWy{
    height: 650px !important;
}
  .fengcai{
    flex-wrap: wrap;
  }
  .fenrLeft{
    width: 100%;
  }
  .fenRigth{
    width: 100%;
    margin-top: 50px;
  }
  .fenRigth>li{
    margin-left: 0 !important;
    margin-right: 30px;
  }
  .fengcai{
    padding-top: 50px;
  }
  .qwenhua{
    padding-top: 0 !important;
  }
  .seioioio{
      justify-content: space-between !important;
  }.faZhanConLeft>.fontS22{
          margin: 0 ;
      }
      .fontS70{
          font-size: 70px !important;
      }
      .fazhan{
          padding: 20px 0;
      }
      .swiper-container{
          padding-bottom: 20px;
      }
      .rongyuziliao{
          margin-top: 30px;
      }
}


@media (max-width: 500px) {
    
   .weuio li{
        width: 50% !important;
    }
    .wenhuaWy{
        height: auto !important;
        padding: 30px 0;
    }
    .weuio{
        height: auto !important;
    }
}

.rongyuziliao{
    width: 100%;
    margin-top: 70px;
}

.rongyuziliao .container1400{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}






































