body, html {
  width: 100%;
  min-width: 1200px;
}

.w1105 {
  width: 1105px;
  margin: auto;
}

.logo {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: #fff;
}
.logo .w1105 {
  display: flex;
  justify-content: space-between;
}
.logo .w1105 .left {
  height: 70px;
  display: flex;
  align-items: center;
}
.logo .w1105 .left p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #54321f;
  border-left: 2px #54321f solid;
  padding-left: 14px;
  margin: 14px 0 0 15px;
}
.logo .w1105 .right {
  height: 70px;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.logo .w1105 .right p {
  font-size: 18px;
  font-weight: bold;
  color: #ee0000;
  margin-left: 5px;
}

.header {
  width: 100%;
  height: 541px;
  background: url(../images/banner-bg.png) no-repeat center center;
  background-size: cover;
}
.header .w1105 {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .w1105 .title {
  width: 600px;
  height: 270px;
  background: url(../images/banner_left.png) no-repeat left center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .w1105 .title .b {
  font-weight: bold;
  letter-spacing: 8px;
  color: #fffffe;
  margin: 60px 0 30px 37px;
}
.header .w1105 .title .b span {
  color: #ffe50e;
}
.header .w1105 .title .s {
  font-size: 32px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-left: 37px;
}
.header .w1105 .list {
  width: 310px;
  height: 270px;
  margin-left: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .w1105 .list .ls {
  width: 100%;
  height: 80px;
  background: url(../images/banner-center-1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.header .w1105 .list .ls .left {
  width: 62px;
  height: 69px;
  background: url(../images/banner-center-2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden;
  margin-left: 16px;
}
.header .w1105 .list .ls .left p {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3d3c53;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}
.header .w1105 .list .ls .left p span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 6px;
}
.header .w1105 .list .ls .right {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.header .w1105 .list .ls .right p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.header .w1105 .last {
  margin-left: 31px;
}

.lecturer {
  text-align: center;
  overflow: hidden;
  background-color: #f7f8fa;
}
.lecturer h1 {
  font-size: 42px;
  font-weight: bold;
  color: #3d3c53;
  line-height: 1;
  margin: 52px 0 49px 0;
}
.lecturer .count {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #ffffff;
}
.lecturer .count .height {
  width: 1000px;
  height: 1px;
  margin: 22px auto 0;
  background-color: #e8e8e8;
}
.lecturer .count .tab {
  width: 1000px;
  margin: 50px auto 0;
}
.lecturer .count .tab .list {
  display: flex;
}
.lecturer .count .tab .list h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-right: 41px;
  cursor: pointer;
}
.lecturer .count .tab .list ul {
  display: flex;
  margin-left: -60px;
}
.lecturer .count .tab .list ul li {
  font-size: 18px;
  color: #666666;
  margin-left: 60px;
  cursor: pointer;
}
.lecturer .count .tab .list ul .active {
  color: #6b67c9;
  font-weight: bold;
  position: relative;
}
.lecturer .count .tab .list ul .active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
  height: 4px;
  background-color: #6b67c9;
}
.lecturer .count .teachers {
  width: 1020px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.lecturer .count .teachers .item {
  width: 320px;
  margin-top: 36px;
  transition: all 0.5s;
}
.lecturer .count .teachers .item .top {
  width: 320px;
  height: 320px;
  display: flex;
  transition: all 0.5s;
}
.lecturer .count .teachers .item .top .name {
  width: 21px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 25px;
  margin-left: 25px;
  margin-top: 41px;
  font-family: "FZQKBYSJW";
}
.lecturer .count .teachers .item .top .side {
  width: 2px;
  height: 91px;
  background-image: linear-gradient(0deg, #3d3c53 0%, #565473 100%), linear-gradient(#6762d8, #6762d8);
  background-blend-mode: normal, normal;
  margin: 42px 7px 0 6px;
}
.lecturer .count .teachers .item .top .iden {
  width: 16px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 18px;
  margin-top: 40px;
}
.lecturer .count .teachers .item .bom {
  width: 320px;
  height: 255px;
  overflow: hidden;
  background-color: #f7f8fa;
  transition: all 0.5s;
  position: relative;
}
.lecturer .count .teachers .item .bom .intr {
  padding: 0 19px;
  margin-top: 14px;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  height: 90px;
}
.lecturer .count .teachers .item .bom .achi {
  padding: 0 19px;
  margin-top: 14px;
  text-align: left;
}
.lecturer .count .teachers .item .bom .achi span {
  display: block;
}
.lecturer .count .teachers .item .bom .achi span:nth-child(1) {
  width: 72px;
  height: 22px;
  background-color: #6b67c9;
  border-radius: 12px 0px 12px 0px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 7px;
}
.lecturer .count .teachers .item .bom .achi span:nth-child(2) {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  text-align: justify;
}
.lecturer .count .teachers .item .bom .serial {
  background-color: #ecedee;
  width: 100%;
  padding: 10px 19px;
	font-size: 13px;
  color: #666666;
  text-align: left;
  /* position: absolute;
  bottom: 0;
  left: 0; */
}
.lecturer .count .teachers .item:hover {
  transform: scale(1.02);
}
.lecturer .count .teachers .item:hover .top {
  box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.4);
}
.lecturer .count .teachers .item:hover .bom {
  box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/*# sourceMappingURL=index.css.map */
