body {
  background-color: #fff;
}

.top-bar {
  background-color: #013d97;
  width: 100%;
}

.women {
  position: relative;
}

#women {
  height: 65px;
  line-height: 65px;
}

#cp {
  height: 65px;
  line-height: 65px;
}

.women-title {
  position: absolute;
  z-index: 99;
  background-color: #013d97;
  text-align: center;
  left: 0;
  width: 100%;
  top: 65px;
  display: none;
  line-height: 0;
}

.name:hover {
  color: skyblue;
}

.name {
  padding: 20px 0;
}

.yewu {
  margin: 50px 0 30px 0;
  font-size: 32px;
  color: #013d97;
  text-align: center;
  width: 100%;
}

.women-icon {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.women-number {
  padding: 20px 0 10px 0;
  font-size: 32px;
  color: #002c8f;
}

button {
  width: 100px;
  height: 40px;
  margin-top: 30px;
}

.hours-box {
  padding: 20px 0;
}

.hours {
  display: flex;
  color: black;
  margin-top: 80px;
}

.hours-img {
  margin-right: 40px;
}

.text {
  color: black;
  font-size: 20px;
}

.hours-title {
  font-size: 34px;
  font-weight: bold;
  color: #013d97;
  margin-bottom: 35px;
}

.honor-img {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 120px;
}

.img {
  margin-bottom: 40px;
  object-fit: contain;
  width: 20.625rem;
  height: 18.125rem;
}

.wenhua-box {
  /* margin: 20px 0; */
}

.wenhua {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.wh-img {
  width: 26.875rem;
  height: 16.875rem;
}

.wenhua-text {
  font-size: 60px;
  color: #002c8f;
}

.qiye-text {
  font-size: 26px;
  color: #002c8f;
  padding: 20px 0;
}

.d-img {
  width: 37.5rem;
  height: 27.5rem;
}

.chairman-box {
  /* margin: 40px 0; */
  padding-bottom: 1.25rem;
}

.chairman {
  display: flex;
}

.chairman-text {
  margin-left: 15px;
  font-size: 16px;
  /* -webkit-user-modify: read-write-plaintext-only; 可编辑内容*/
}

.bottom-box {
  background-color: #013d97;
  height: 300px;
}

.box {
  display: flex;
  justify-content: space-between;
}

.first-t {
  font-size: 18px;
}

.botton-bar {
  padding-top: 30px;
  color: #fff;
  text-align: center;
}

.title {
  font-size: 30px;
  padding-bottom: 20px;
}

.t {
  padding: 5px 0;
  font-size: 14px;
}

.bt {
  padding: 5px 0;
}

.floot {
  height: 60px;
  background-color: slategrey;
  line-height: 60px;
}

.floot-text {
  text-align: center;
  color: #fff;
}