.about-top-words {
  padding-top: 85px;
  padding-bottom: 60px;
  box-sizing: border-box;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
}

.secwen {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(80px);
  transition: .8s;
}

.secwen.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: 1s;
}
.about-top-words .line {
  border-bottom: 1px solid #f3f3f3;
  margin-top: 35px;
  margin-bottom: 55px;
}
.about-top-words .txt {
  font-size: 24px;
  color: #008cd6;
  line-height: 1.4;
  margin-bottom: 40px;
}

.tit-li {
  font-size: 36px;
  color: #333333;
  line-height: 1.3;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
}
.tit-li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 90%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #13a1e5;
}

.about-center-words {
  padding-top: 65px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.about-center-words .list {
  border-radius: 5px;
  position: relative;
}
.about-center-words .list .src {
  position: absolute;
  width: 410px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.about-center-words .list .l-right .tit {
  margin-bottom: 25px;
}
.about-center-words .list .l-right .line {
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.about-center-words .list .l-right .p {
  line-height: 24px;
  margin-top: 15px;
}
.about-center-words .list .l-right .li,.about-center-words .list .l-right li {
  position: relative;
  padding-left: 18px;
}
.about-center-words .list .l-right .li:after,.about-center-words .list .l-right li:after {
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  left: 0;
  top: 10px;
  margin: auto;
  border-radius: 50%;
  background: #666666;
}
.about-center-words .list .l-left .tit {
  margin-bottom: 40px;
}
.about-center-words .list .l-left .line {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  width: 100%;
}
.about-center-words .list .l-left .p {
  line-height: 24px;
  margin-top: 30px;
}
.about-center-words .list .words {
  width: 315px;
}
.about-center-words .list .words .tit {
  padding-left: 105px;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
}
.about-center-words .list .words .tit img {
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-center-words .list .words .tit .cn {
  font-size: 24px;
  margin-bottom: 6px;
}
.about-center-words .list .words .tit .en {
  font-size: 16px;
}
.about-center-words .list .i {
  float: left;
  height: 350px;
  width: 50%;
  padding: 45px;
  box-sizing: border-box;
  font-size: 14px;
}
.about-center-words .list .l-left {
  background: url(../img/jpg/i11.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.about-center-words .list .l-right {
  border: 1px solid #eeeeee;
  border-left: none;
  color: #666666;
}

.about-bot-words {
  background: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.about-bot-words .line0 {
  margin-top: 45px;
  margin-bottom: 38px;
  border-top: 1px solid #e9e9e9;
}
.about-bot-words .items {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  margin-left: 37.5px;
  background: #fff;
  padding: 15px 20px;
  padding-top: 25px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  transition: .5s ease;
}
.about-bot-words .items:nth-child(5n+1) {
  margin-left: 0;
  transition: .5s ease;
}
.about-bot-words .items .cn, .about-bot-words .items .en, .about-bot-words .items .word {
  transition: .5s ease;
}
.about-bot-words .items:hover {
  background: #008cd6;
  border-color: #008cd6;
  color: #ffffff;
}
.about-bot-words .items:hover .line {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.about-bot-words .items:hover .cn, .about-bot-words .items:hover .en, .about-bot-words .items:hover .word {
  color: #ffffff;
  transition: .5s ease;
}
.about-bot-words .items:hover .images {
  background: #ffffff;
}
.about-bot-words .items:hover .images .i0 {
  opacity: 1;
}
.about-bot-words .items:hover .images .i1 {
  opacity: 1;
}
.about-bot-words .items .cn {
  font-size: 14px;
  margin-top: 12px;
}
.about-bot-words .items .en {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.45);
  font-family: Arial;
  font-weight: bold;
  margin-top: 5px;
}
.about-bot-words .items .word {
  line-height: 24px;
  font-size: 14px;
  color: #888888;
  height: 72px;
}
.about-bot-words .items .line {
  border-top: 1px solid #eeeeee;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
}
.about-bot-words .items .images {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  border-radius: 50%;
  background: #dcdcdc;
  position: relative;
}
.about-bot-words .items .images img {
  transition: .5s ease;
}
.about-bot-words .items .images .i0 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1270px) {
  .about-bot-words .items {
    width: 18%;
    margin-left: 2.5%;
  }

  .about-bot-words .items .images {
    width: 70px;
    height: 70px;
  }

  .about-center-words .list .src {
    width: 360px;
  }

  .about-center-words .list .i {
    height: 300px;
    padding: 30px;
  }

  .about-center-words .list .words .tit img {
    left: 30px;
  }

  .about-center-words .list .words .tit {
    padding-left: 90px;
  }

  .about-center-words .list .l-right .p {
    line-height: 22px;
  }

  .about-top-words {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1180px) {
  .about-center-words .list .src {
    width: 320px;
  }

  .about-center-words .list .words .tit img {
    width: 40px;
  }

  .about-center-words .list .words .tit .cn {
    font-size: 20px;
  }

  .about-center-words .list .words .tit .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .about-center-words .list .src {
    display: none;
  }

  .about-center-words .list .words {
    width: 90%;
    margin: 0 auto;
  }

  .about-center-words .list .l-left .p {
    margin-top: 15px;
  }

  .about-center-words .list .l-left .tit {
    margin-bottom: 25px;
  }

  .about-bot-words {
    text-align: center;
  }
  .about-bot-words .tit-li {
    text-align: left;
  }

  .about-bot-words .items {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .about-bot-words .items:nth-child(5n+1) {
    margin-left: 2%;
  }
  .about-bot-words .items:nth-child(3n+1) {
    margin-left: 0;
  }

  .about-center-words .list .words {
    float: none;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .tit-li {
    font-size: 30px;
  }

  .about-top-words .txt {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .about-top-words .line {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .about-top-words {
    line-height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .about-center-words .list .i {
    width: 100%;
    height: auto;
  }

  .about-center-words .list .l-right {
    border: 1px solid #eeeeee;
    border-top: none;
  }
}
@media screen and (max-width: 750px) {
  .about-bot-words .items {
    width: 100%;
    margin-left: 0;
  }

  .tit-li {
    font-size: 24px;
  }

  .about-top-words .txt {
    font-size: 16px;
  }

  .about-top-words {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .about-center-words {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .about-bot-words .line0 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=mode.css.map */
