.manager-box {
  height: 620px;
}
.manager-box .l-box,
.manager-box .r-box {
  width: 50%;
  float: left;
  height: 100%;
}
.manager-box .img {
  width: 100%;
  height: 620px;
}
.manager-box .img img {
  width: 100%;
  height: 100%;
}
.floor-header {
  padding-top: 45px;
}

.banner-1 {
  background: url('../images/about-banner-1.png') center center no-repeat;
  background-size: cover;
}

.banner-2 {
  background: url('../images/about-banner-2.png') center center no-repeat;
  background-size: cover;
  margin-top: 45px;
}

.banner-2 .text {
  text-align: center;
  width: 100%;
  font-size: 40px;
  letter-spacing: .1em;
  color: #fff;
  padding: 50px 0;
}
.banner-2 .text span {
  margin: 0 20px;
}

.row {
  overflow: hidden;
}

.col-2 {
  width: 20%;
  float: left;
}
.stat-box {
  text-align: center;
  color: #fff;
  padding: 50px 0;
  font-size: 20px;
}
.stat-box .num {
  font-size: 40px;
  margin: 0 5px;
}
.stat-box p {
  margin-top: 5px;
}

.introduction-box {
  font-size: 19px;
}
.introduction-box p {
  margin-bottom: 10px;
  line-height: 1.5em;
  text-indent: 2em;
}

.events .box {
  overflow: hidden;
}

.events .box .scroll {
  height: 100%;
  overflow: 500px;
}

.events .box .l-box {
  width: 250px;
  height: 500px;
  float: left;
}
.events .box .r-box {
  width: calc(100% - 250px);
  height: 500px;
  float: right;
}

.event-title {
  height: 90px;
  line-height: 90px;
  padding-right: 50px;
  color: #bbbbbb;
}
.event-title .box-cont {
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #666;
}
.event-title.on .box-cont {
  color: #5c93f9;
}
.event-title.on {
  color: #5c93f9;
  border-right: 3px solid #5c93f9;
}
.event-title.on .box-cont {
  border-bottom-color: #5c93f9;
}

.events .r-box .scroll {
  padding-left: 100px;
  padding-right: 5px;
}

.event-cont {
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 3px #ddd, -1px -1px 3px #ddd;
}
.event-cont .title {
  font-size: 30px;
  color: #666;
  padding-bottom: 10px;
  font-weight: bold;
}
.event-cont .desc {
  line-height: 1.5em;
  font-size: 15px;
  color: #888;
}

.culture .grid {
  margin-left: -10px;
  overflow: hidden;
}

.culture .grid-item {
  float: left;
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  height: 400px;
  /* background-color: #eee; */
}

.culture .grid-item .pos-animate {
  width: 100%;
  height: 100%;
}
.culture .grid-item .mark-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.culture .grid-item .mark-text .desc {
  font-size: 30px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.5em;
  padding-top: 10px;
  display: none;
  opacity: 0;
  transition: all .5s linear;
}
.culture .grid-item .mark-text:hover {

}
.culture .grid-item .mark-text:hover .desc {
  display: block;
  opacity: 1;
}


.honors-wraper {
  height: 220px;
}

.honors-wraper .scroll-wraper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.honors-wraper .list {
  overflow: hidden;
  margin-left: -10px;
  position: absolute;
  left: 0;
  top: 0;
}

.honors-wraper .img {
  width: 300px;
  height: 220px;
  float: left;
  margin-left: 10px;
}

.honors-wraper .img img {
  width: 100%;
  height: 100%;
}

.group-text,
.group-text p {
  text-align: justify!important;
  line-height: 2em!important;
  color: #666!important;
}

.pic-list img {
  width: 16%;
  margin: 0 4px;
}

@media screen and (max-width: 1400px) {
  .manager-box,
  .manager-box .img {
    height: 542px;
  }

}

@media screen and (max-width: 1200px) {
  .manager-box,
  .manager-box .img {
    height: 465px;
  }
  .banner-2 .text {
    font-size: 40px;
  }

}

@media screen and (max-width: 1000px) {
  .manager-box,
  .manager-box .img {
    height: 387px;
  }
  .stat-box {
    font-size: 20px;
  }
  .stat-box .num {
    font-size: 35px;
  }
  .banner-2 .text {
    font-size: 30px;
  }
  .culture .grid-item .mark-text {
    font-size: 35px;
  }
  .culture .grid-item .mark-text .desc {
    font-size: 25px;
  }
  
}

@media screen and (max-width: 750px) { 
  .culture .grid-item .mark-text {
    font-size: 25px;
  }
  .culture .grid-item .mark-text .desc {
    font-size: 20px;
  }
  .banner-1 {
    display: none;
  }
  .manager-box {
    height: auto;
  }
  .manager-box .l-box,
  .manager-box .r-box {
    float: none;
    width: 100%;
  }
  .manager-box .img {
    height: auto;
    font-size: 0;
  }
  .manager-box .img img {
    height: auto;
  }
  .stat-box {
    font-size: 15px;
  }
  .stat-box .num {
    font-size: 20px;
  }

  .banner-2 .text span {
    margin: 0 5px;
  }
  .col-2 {
    width: 33%;
    margin: 5px 0;
  }

  .banner-2 .text {
    font-size: 25px;
  }
  .events .box .l-box {
    display: none;
  }
  .events .box .r-box {
    width: 100%;
    height: auto;
    float: none;
  }
  .events .r-box .scroll {
    padding:0;
  }
  .event-cont .title {
    font-size: 25px;
  }
  .event-cont {
    padding: 10px;
  }
  .culture .grid-item {
    height: 150px;
  }
  .pic-list img {
    width: 48%;
    margin: 1%;
    float: left;
  }
  .banner-2 {
    margin-top: 15px;
  }
  .banner-2 .text,
  .stat-box {
    padding: 30px 0;
  }
}

@media screen and (max-width: 440px) {
  .group-text,
  .group-text p {
    font-size: 13px!important;
  }
  .col-2 {
    width: 50%;
    margin: 5px 0;
  }
  .banner-2 .text {
    font-size: 14px;
  }
  .culture .grid {
    margin-left: 0;
  }
  .culture .grid-item {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /*.culture .grid-item .mark-text {
    font-size: 30px;
  }*/
}