#about .imgBGset {
  width: 100%;
  height: 392px;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .content {
  width: 100%;
}

#about .content .center {
  width: 1080px;
  margin: 0 auto;
}

#about .content .center .wendna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 140px;
}

#about .content .center .wendna .aboutright {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
  margin-right: 30px;
  position: relative;
}

#about .content .center .wendna .aboutright .shuiyin {
  position: absolute;
  width: 320px;
  height: auto;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

#about .content .center .wendna .aboutright .shuiyin1 {
  position: absolute;
  width: 720px;
  height: auto;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

#about .content .center .wendna .aboutright .abouttitlediv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 22px;
}

#about .content .center .wendna .aboutright .abouttitlediv .abouttitle {
  font-weight: bold;
  font-size: 20px;
}

#about .content .center .wendna .aboutright .abouttitlediv .abouthen {
  width: 80px;
  height: 2px;
  /* background-color: #0099e2; */
  background-color: #225856;
  margin-top: 7px;
}

#about .content .center .wendna .aboutright .aboutxt {
  color: #222222;
  font-size: 16px;
}

#about .content .center .wendna .aboutright .aboutxt .about-img-wrapper {
  text-align: center;
}

#about .content .center .wendna .aboutright .aboutxt .about-img-wrapper img {
  margin: auto;
  width: 660px;
}

#about .content .center .wendna .aboutright .aboutxt .about-img-wrapper .img-desc {
  margin-top: 10px;
  margin-bottom: 20px;
}

#about .content .center .wendna .aboutright .aboutxt .about-img-wrapper-1 {
  text-align: center;
}

#about .content .center .wendna .aboutright .aboutxt .about-img-wrapper-1 img {
  margin: 20px auto;
  width: 500px;
}

#about .content .center .wendna .aboutright .aboutxt.hideSet {
  display: none;
}

#about .content .center .wendna .aboutright .aboutxt .zhaopin {
  font-size: 16px;
  color: #333;
  margin-bottom: 50px;
}

#about .content .center .wendna .aboutright .aboutxt .zhaopin .formline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .content .center .wendna .aboutright .aboutxt .zhaopin .formline .miaoshu {
  color: #0099e2;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 160px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

#about .content .center .wendna .aboutright .aboutxt .zhaopin .formline .ppp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}

#about .content .center .wendna .aboutright .aboutxt .addressset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .ditu {
  width: 520px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .ditu .btnset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 410px;
  right: 400px;
  bottom: 10px;
  width: 120px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .ditu .btnset .btnbox {
  width: 24px;
  height: 24px;
  /* border: solid 2px #0099e2; */
  border: solid 2px #225856;
  /* color: #0099e2; */
  color: #225856;
  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;
  background: #ffffff;
  cursor: pointer;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .ditu .btnset .btnbox.setBG {
  /* background: #0099e2; */
  background: #225856;
  color: #ffffff;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: -200px;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  cursor: pointer;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .num {
  /* padding-left: 50px; */
  width: 24px;
  height: 24px;
  /* border: solid 2px #0099e2; */
  border: solid 2px #225856;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* color: #0099e2; */
  color: #225856;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .num.setBG {
  /* background: #0099e2; */
  background: #225856;
  color: #ffffff;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .nameset {
  padding-left: 17px;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .nameset .title {
  font-weight: bold;
  margin-bottom: 5px;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .nameset .dianhua {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-top: 15px;
  color: #666666;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .nameset .dianhua .dhh {
  color: #0099e2;
  font-weight: bold;
  width: 50px;
}

#about .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .nameset .dianhua .changname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

#about .content .center .wendna .aboutlist {
  background-color: #ffffff;
  /* border: solid 1px #0099e2; */
  border: solid 1px #225856;
  width: 170px;
  padding-bottom: 25px;
  height: 610px;
}

#about .content .center .wendna .aboutlist .aboutbox {
  width: 100%;
  height: 88px;
  /* background-color: #0099e2; */
  background-color: #225856;
  font-size: 18px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .content .center .wendna .aboutlist .aboutbox .aboutheader {
  font-size: 22px;
  padding-bottom: 10px;
}

#about .content .center .wendna .aboutlist .aboutchap {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}

#about .content .center .wendna .aboutlist .aboutchap:last-child {
  border-bottom: 0;
}

/* #about .content .center .wendna .aboutlist .aboutchap.ischoose {
  color: #0099e2;
  font-weight: bold;
} */

#about .content .center .wendna .aboutlist .aboutchap.ischoose::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 7px;
  width: 6px;
  height: 25px;
  /* background-color: #0099e2; */
  background-color: #225856;
}

#about .content .center .wendna .aboutlist .aboutchap .aboutbb {
  font-size: 16px;
  text-align: center;
}

.en-wrapper .content .center .wendna .aboutright .aboutxt .addressset .dituname {
  right: -180px;
}

.en-wrapper .content .center .wendna .aboutright .aboutxt .addressset .dituname .bbb .nameset .dianhua .dhh {
  width: 120px !important;
}

.en-wrapper .content .center .wendna .aboutlist {
  background-color: #ffffff;
  border: solid 1px #0099e2;
  width: 170px;
  padding-bottom: 25px;
  height: 394px;
}

.en-wrapper .content .center .wendna .aboutlist .aboutbox {
  width: 100%;
  height: 88px;
  background-color: #0099e2;
  font-size: 18px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.en-wrapper .content .center .wendna .aboutlist .aboutbox .aboutheader {
  font-size: 22px;
  padding-bottom: 10px;
}

.en-wrapper .content .center .wendna .aboutlist .aboutchap {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}

.en-wrapper .content .center .wendna .aboutlist .aboutchap:last-child {
  border-bottom: 0;
}

.en-wrapper .content .center .wendna .aboutlist .aboutchap.ischoose {
  color: #0099e2;
  font-weight: bold;
}

.en-wrapper .content .center .wendna .aboutlist .aboutchap.ischoose::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 7px;
  width: 6px;
  height: 25px;
  background-color: #0099e2;
}

.en-wrapper .content .center .wendna .aboutlist .aboutchap .aboutbb {
  font-size: 16px;
  text-align: center;
}
/*# sourceMappingURL=index.css.map */