body {
  background-color: #f5f5f5;
}

.aboutnav {
  width: 100%;
  height: auto;
  margin-top: -60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.aboutnav .top {
  display: flex;
  align-items: center;
  position: relative;
  width: 577px;
  height: 60px;
  padding: 0 20px;
  margin-left: auto;
}

.aboutnav .top .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.aboutnav .top .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutnav .top .tip {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.aboutnav .top .tip img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.aboutnav .top .tip p {
  color: #fff;
  font-size: 14px;
}

.aboutnav .bot {
  display: flex;
  align-items: center;
  position: relative;
  width: 68.906vw;
  height: 70px;
  justify-content: center;
}

.aboutnav .bot .pic {
  position: absolute;
  width: 100%;
  height: 100%;
}

.aboutnav .bot .pic img {
  width: 100%;
  height: 100%;
}

.aboutnav .bot .tip {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  justify-content: center;
}

.aboutnav .bot .tip a {
  color: #fff;
  font-size: 16px;
}

.aboutnav .bot .tip .line {
  height: 22px;
  width: 2px;
  background-color: #fff;
  margin: 0 20px;
}

.content {
  position: relative;
  width: 1281px;
  height: auto;
  box-shadow: 0px 2px 18px rgba(4, 0, 0, 0.33);
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
}

.content .top {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.content .top .left {
  flex: 1;
  padding-right: 20px;
}

.content .top .left .pic {
  width: 469px;
  height: 108px;
}

.content .top .left .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .top .left .title {
  font-size: 2.083vw;
  font-weight: 400;
  color: #0d8ae4;
  text-align: left;
  vertical-align: top;
  margin-bottom: 30px;
}

.content .top .left .text {
  font-size: 16px;
  line-height: 28px;
  color: #424242;
}

.content .top .left .text img {
  width: 100%;
}

.content .top .right {
  width: 30.729vw;
  height: 18.75vw;
}

.content .top .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .bot {
  font-size: 16px;
  line-height: 28px;
  color: #424242;
  margin-top: 30px;
}

.idea {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.idea .bcg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 21.563vw;
}

.idea .bcg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idea .count {
  width: 100%;
  position: relative;
  z-index: 11;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.idea .count .left {
  width: 28.75vw;
  height: 22.188vw;
  margin-top: 54px;
}

.idea .count .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idea .count .right {
  margin-left: 2.083vw;
}

.idea .count .right .name p {
  font-size: 2.083vw;
  color: #fff;
}

.idea .count .right .text {
  font-size: 3.021vw;
  color: #fff;
  margin-top: 15px;
}

.honor {
  position: relative;
  width: 100%;
  height: auto;
  margin: 80px 0;
}

.honor .bcg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.honor .bcg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor .count {
  position: relative;
  z-index: 11;
  padding: 3.125vw 0;
}

.honor .count .title {
  width: 100%;
  height: auto;
}

.honor .count .title .name {
  font-size: 2.5vw;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.honor .count .title .p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}

.honor .count ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.604vw;
}

.honor .count ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: auto;
}

.honor .count ul li .top {
  display: flex;
  align-items: center;
}

.honor .count ul li .top .num {
  font-size: 3.75vw;
  color: #fff;
}

.honor .count ul li .top .year {
  font-size: 14px;
  color: #fff;
}

.honor .count ul li p {
  font-size: 15px;
  color: #fff;
}

.honor .count .picbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4.167vw;
}

.honor .count .picbox .pic {
  width: 200px;
  height: 300px;
  margin: 0 10px;
}

.honor .count .picbox .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.culture {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 80px 0;
}

.culture .title {
  font-size: 2.604vw;
  font-weight: 700;
  color: #161e30;
  text-align: center;
  margin-bottom: 2.604vw;
}

.culture .list {
  display: flex;
  align-items: center;
  width: 1432px;
  height: auto;
  background-color: #fff;
  padding: 20px 40px;
  margin-bottom: 2.604vw;
}

.culture .list .name {
  width: 150px;
  font-size: 24px;
  font-weight: 700;
  color: #116ee7;
  text-align: left;
}

.culture .list .line {
  background: #2b81f7;
  width: 2px;
  height: 30px;
  margin: 0 3.646vw;
}

.culture .list .count {
  flex: 1;
}

.culture .list .count .tit {
  font-size: 20px;
  font-weight: 700;
  color: #131313;
  text-align: left;
  margin-bottom: 10px;
}

.culture .list .count p {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #131313;
}

.linebox {
  width: 100%;
  height: 150px;
  background-color: #2882FA;
}

.erbot .list {
  display: flex;
  align-items: center;
  box-shadow: 0px 8px 18px rgba(238, 238, 238, 0.75);
  padding: 1.042vw;
}

.erbot .list .left .name {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32.42px;
  color: #116ee7;
}

.erbot .list .left .num {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32.42px;
  color: #116ee7;
  text-align: left;
  vertical-align: top;
}

.erbot .list .line {
  width: 5px;
  height: 30px;
  background: #2b81f7;
  margin: 0 2.083vw;
}

.erbot .list .right {
  flex: 1;
}

.erbot .list .right p {
  margin-bottom: 10px;
}

.erbot .list .right .item {
  margin-bottom: 30px;
}

.erbot .list .right .item .tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 22px;
  color: #131313;
  margin-bottom: 10px;
}

.erbot .list .right .item p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #131313;
}

@media screen and (max-width: 1500px) {
  .culture .list {
    width: 1200px;
  }

  .culture .list .name {
    font-size: 18px;
  }

  .culture .list .count .tit {
    font-size: 16px;
  }

  .culture .list .count p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  .content {
    width: 1000px;
  }

  .culture .list {
    width: 1000px;
  }

  .culture .list .name {
    font-size: 18px;
  }

  .culture .list .count .tit {
    font-size: 16px;
  }

  .culture .list .count p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .content {
    width: 800px;
  }

  .culture .list {
    width: 800px;
  }

  .culture .list .name {
    font-size: 18px;
  }

  .culture .list .count .tit {
    font-size: 16px;
  }

  .culture .list .count p {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .aboutnav {
    width: 100%;
    height: auto;
    margin-top: -20px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .aboutnav .top {
    display: flex;
    align-items: center;
    position: relative;
    width: 70%;
    height: 30px;
    padding: 0 10px;
    margin-left: auto;
  }

  .aboutnav .top .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .aboutnav .top .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aboutnav .top .tip {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }

  .aboutnav .top .tip img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .aboutnav .top .tip p {
    color: #fff;
    font-size: 14px;
  }

  .aboutnav .bot {
    display: none;
  }

  .content {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 18px rgba(4, 0, 0, 0.33);
    background-color: #fff;
    margin: 0 auto;
    padding: 15px;
  }

  .content .top {
    display: block;
    width: 100%;
    height: auto;
  }

  .content .top .left {
    flex: 1;
    padding-right: 0;
  }

  .content .top .left .pic {
    width: 100%;
    height: 108px;
  }

  .content .top .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .content .top .left .title {
    font-size: 20px;
    font-weight: 400;
    color: #0d8ae4;
    text-align: left;
    vertical-align: top;
    margin-bottom: 15px;
  }

  .content .top .left .text {
    font-size: 14px;
    line-height: 28px;
    color: #424242;
  }

  .content .top .right {
    width: 280px;
    height: 130px;
  }

  .content .top .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content .bot {
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    margin-top: 15px;
  }

  .idea {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .idea .bcg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .idea .bcg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .idea .count {
    width: 100%;
    position: relative;
    z-index: 11;
    display: block;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .idea .count .left {
    width: 255px;
    height: 200px;
    margin-top: 30px;
  }

  .idea .count .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .idea .count .right {
    margin-left: 0;
    margin-top: 20px;
    padding: 15px;
  }

  .idea .count .right .name p {
    font-size: 20px;
    color: #fff;
  }

  .idea .count .right .text {
    font-size: 28px;
    color: #fff;
    margin-top: 10px;
  }

  .honor {
    position: relative;
    width: 100%;
    margin: 30px 0;
  }

  .honor .bcg {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .honor .bcg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .honor .count {
    position: relative;
    z-index: 11;
    padding: 30px 0;
  }

  .honor .count .title {
    width: 100%;
    height: auto;
  }

  .honor .count .title .name {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .honor .count .title .p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
  }

  .honor .count ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }

  .honor .count ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: auto;
    margin-bottom: 15px;
  }

  .honor .count ul li .top {
    display: flex;
    align-items: center;
  }

  .honor .count ul li .top .num {
    font-size: 30px;
    color: #fff;
  }

  .honor .count ul li .top .year {
    font-size: 14px;
    color: #fff;
  }

  .honor .count ul li p {
    font-size: 15px;
    color: #fff;
  }

  .honor .count .picbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .honor .count .picbox .pic {
    width: 120px;
    height: 90px;
    margin-bottom: 10px;
  }

  .honor .count .picbox .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .culture {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 15px;
  }

  .culture .title {
    font-size: 25px;
    font-weight: 700;
    color: #161e30;
    text-align: center;
    margin-bottom: 25px;
  }

  .culture .list {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
  }

  .culture .list .name {
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #116ee7;
  }

  .culture .list .line {
    background: #2b81f7;
    width: 2px;
    height: 20px;
    margin: 20px auto;
  }

  .culture .list .count {
    flex: 1;
  }

  .culture .list .count .tit {
    font-size: 16px;
    font-weight: 700;
    color: #131313;
    text-align: left;
    margin-bottom: 10px;
  }

  .culture .list .count p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #131313;
  }

  .erbot .list {
    display: block;
    box-shadow: 0px 8px 18px rgba(238, 238, 238, 0.75);
    padding: 10px;
  }

  .erbot .list .left .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    line-height: 32.42px;
    color: #116ee7;
  }

  .erbot .list .left .num {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 32.42px;
    text-align: center;
    color: #116ee7;
    vertical-align: top;
  }

  .erbot .list .line {
    width: 5px;
    height: 30px;
    background: #2b81f7;
    margin: 20px auto;
  }

  .erbot .list .right {
    flex: 1;
  }

  .erbot .list .right .item {
    margin-bottom: 15px;
  }

  .erbot .list .right .item .tit {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
    color: #131313;
    margin-bottom: 10px;
  }

  .erbot .list .right .item p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #131313;
  }
}