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

#about .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

#about .content .center .titleBar {
  height: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .content .center .titleBar .iconLogo {
  width: 200px;
  height: 100%;
  background: #fff;
  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;
}

#about .content .center .titleBar .iconLogo .logoset {
  width: 130px;
  height: auto;
}

#about .content .center .titleBar .barner {
  background-color: #f8f8f8;
  height: 100%;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/image/logoNovi2.png) no-repeat 340px -230px;
  background-size:100%;
}

#about .content .center .titleBar .barner .title {
  font-size: 35px;
  font-weight: bold;
}

#about .content .center .titleBar .barner .hen {
  height: 3px;
  width: 60px;
  background: #0087f8;
}

#about .content .center .wendan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#about .content .center .wendan .menu {
  width: 200px;
}

#about .content .center .wendan .menu .menubar {
  width: 100%;
  height: 66px;
  background: url("../../image/index/menubar.png") no-repeat;
  background-size: contain;
  color: #fff;
  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;
  font-size: 20px;
}

#about .content .center .wendan .menu .caidan {
  width: 100%;
  height: 100%;
  background: url("../../image/index/menubg.png") no-repeat;
  background-size: cover;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#about .content .center .wendan .menu .caidan .caidanname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  padding-right: 15px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about .content .center .wendan .menu .caidan .caidanname.choose {
  color: #fff;
}

#about .content .center .wendan .menu .caidan .caidanname.choose .wenzi {
  width: 130px;   
}

#about .content .center .wendan .menu .caidan .caidanname .wenzi {
  width: 130px; 
  text-align: center;
}

#about .content .center .wendan .menu .caidan .caidanname:hover {
  color: #fff;
}

#about .content .center .wendan .menu .caidan .caidanname .sanjiao {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #fff;
}

#about .content .center .wendan .txtset {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

#about .content .center .wendan .txtset .bgset {
  width: 100%;
  height: auto;
}

#about .content .center .wendan .txtset .bgblack {
  height: 115px;
  background: black;
  position: absolute;
  top: 304px;
  left: 0px;
  right: 0px;
  opacity: 0.3;
  margin: 0px 38px;
}

#about .content .center .wendan .txtset .neirong {
  background-color: #f8f8f8;
  min-height: 600px;
  padding: 0 50px;
}

#about .content .center .wendan .txtset .neirong .shuoming {
  padding: 25px;
  margin-top: -130px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

#about .content .center .wendan .txtset .neirong .shuoming .text {
  margin-bottom: 25px;
  line-height: 28px;
}

#about .content .center .wendan .txtset .neirong .shuoming .text:last-of-type {
  margin-bottom: 15px;
}

#about .content .center .wendan .txtset .neirong .hanye {
  margin-bottom: 20px;
}

#about .content .center .wendan .txtset .neirong .hanye .zhuyao {
  font-size: 21px;
  font-weight: bold;
  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;
  margin-bottom: 20px;
}

#about .content .center .wendan .txtset .neirong .hanye .zhuyao .han {
  height: 3px;
  width: 50px;
  background: #0087f8;
  margin-top: 12px;
}

#about .content .center .wendan .txtset .neirong .hanye .imglist {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about .content .center .wendan .txtset .neirong .hanye .imglist .picBox {
  width: 340px;
  text-align: center;
  margin-bottom: 25px;
}

#about .content .center .wendan .txtset .neirong .hanye .imglist .picBox .picset {
  width: 100%;
  height: auto;
}

#about .content .center .wendan .txtset .neirong .hanye .imglist .picBox .name {
  font-size: 16px;
  padding-top: 16px;
}

#about .content .center .wendan .txtset .neirong .hanye .imglist .picBox .name:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 13px;
  background-color: #00a0ed;
  margin-right: 11px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

#about .content .center .wendan .txtset .neirong .kuai .ttitle {
  border-left: 4px solid #0087f8;
  padding-left: 15px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
}

#about .content .center .wendan .txtset .neirong .kuai .test {
  padding: 18px;
  margin-top: 18px;
  margin-bottom: 10px;
}

#about .content .center .wendan .txtset .neirong .kuai .test .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 20px;
}

#about .content .center .wendan .txtset .neirong .kuai .test .list .lineset {
  line-height: 30px;
  margin-top: -15px;
}

#about .content .center .wendan .txtset .neirong .kuai .test .list .hen {
  height: 2px;
  width: 20px;
  background: #0087f8;
  margin-right: 22px;
}

#about .content .center .wendan .txtset .footdiv {
  height: 265px;
  background: url("../../image/index/footbg.png") no-repeat;
  background-size: cover;
  padding: 0 50px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

#about .content .center .wendan .txtset .footdiv .kuai .ttitle {
  border-left: 4px solid #fff;
  padding-left: 15px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
}

#about .content .center .wendan .txtset .footdiv .kuai .test {
  padding: 18px;
  margin-top: 18px;
  margin-bottom: 10px;
}

#about .content .center .wendan .txtset .footdiv .kuai .test .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 20px;
  width: 100%;
}

#about .content .center .wendan .txtset .footdiv .kuai .test .list .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .content .center .wendan .txtset .footdiv .kuai .test .list .left .hen {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #fff;
  margin-right: 22px;
}

#about .content .center .wendan .txtset .footdiv .kuai .test .list .lineset {
  line-height: 30px;
  margin-top: -15px;
}

#about .content .center .wendan .txtset .footdiv .kuai .test .list .chakan {
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */