.bg_F5FFFF {
  background: #F5FFFF;
}

.bg_3E475C {
  background: #3E475C;
}

.koi_head {
  position: relative;
}

.koi_head .koi_header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

.koi_banner_swiper {
  overflow: hidden;
  height: 500px;
}

.koi_center {
  position: relative;
  background: #fff;
  height: 330px;
  margin-top: -50px;
  z-index: 1;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(146, 216, 254, 0.2);
}

.koi_center .koi_tab_nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* padding-top: 44px; */
  padding: 44px 44px 0px 44px;
  position: relative;
}

/* .koi_center .koi_tab_nav::after {
  content: '';
  width: 85px;
  height: 1px;
  background: linear-gradient(270deg, rgba(75, 138, 253, 0.8) 0%, rgba(223, 234, 249, 0) 100%);
  position: absolute;
  left: 90px;
} */

/* .koi_center .koi_tab_nav::before {
  content: '';
  width: 85px;
  height: 1px;
  background: linear-gradient(90deg, rgba(75, 138, 253, 0.66) 0.01%, rgba(243, 247, 253, 0) 93.19%);
  position: absolute;
  right: 90px;
} */

.koi_center .koi_tab_nav li {
  font-size: 22px;
  line-height: 51px;
  height: 51px;
  width: 136px;
  border-radius: 28.5px;
  cursor: pointer;
  color: #222;
  margin-right: 30px;
}

.koi_center .koi_tab_nav li:last-child {
  margin-right: unset;
}

.koi_center .koi_tab_nav li.active {
  background: #407bff;
  color: #fff;
}

.koi_center .koi_more {
  position: absolute;
  top: 58px;
  right: 17px;
  font-size: 20px;
  color: #4991e1;
}

.koi_center .koi_tab_swiper {
  height: 234px;
  overflow: hidden;
}

.koi_center .koi_tab_swiper .tab_list {
  display: flex;
  align-items: center;
  height: 234px;
  margin: 0 100px;
}

.koi_center .koi_tab_swiper .tab_list li {
  width: 145px;
}

.koi_center .koi_tab_swiper .tab_list li:hover p {
  color: #0085FF;
}

.koi_center .koi_tab_swiper .tab_list li:first-child {
  margin-left: unset;
}

.koi_center .koi_tab_swiper .tab_list li .log_img img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  display: inline-block;
}

.koi_center .koi_tab_swiper .tab_list li p {
  padding-top: 17px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000;
}

.swiper-button-next.koi_left,
.swiper-button-prev.koi_right {
  margin-top: 10px;
  background-size: 16px 26px;
}

.koi_tab_bullet {
  width: 14px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 0 3px;
}

.koi_tab_bullet_active {
  width: 14px;
  height: 2px;
  background: #407bff;
  opacity: 1;
}

.koi_news_box {
  display: flex;
  justify-content: space-between;
  font-family: PingFang SC;
  margin-top: 25px;
}

.koi_news_box .koi_left {
  padding: 10px 15px;
  width: 585px;
  box-sizing: border-box;
}

.koi_news_box .koi_right {
  padding: 10px 15px;
  width: 585px;
  box-sizing: border-box;
}

.koi_news_box .koi_title {
  display: flex;
  justify-content: space-between;
  font-size: 27px;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
  color: #000;
}

.koi_news_box .koi_title .koi_more {
  font-size: 20px;
  color: #4991e1;
}

.koi_news_box .koi_news_list {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-top: 20px;
  width: 535px;
}

.koi_news_box .koi_news_list .news_item {
  margin-top: 14px;
}

.koi_news_box .koi_news_list .news_item:hover a .headline {
  color: #4991e1;
}

.koi_news_box .koi_news_list .news_item a {
  display: flex;
  justify-content: space-between;
}

.koi_news_box .koi_news_list .news_item a .headline {
  display: inline-block;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
}

.koi_news_box .koi_news_list .news_item a .time {
  color: #aaaaaa;
  font-size: 12px;
}

.koi_content_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.koi_content_title_box .koi_title {
  font-family: PingFang SC;
  font-size: 27px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  color: #222222;
  position: relative;
  padding-left: 15px;
}

.koi_content_title_box .koi_title.blue::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 27px;
  background: #30b8ff;
  box-sizing: border-box;
}

.koi_content_title_box .koi_title.green::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 27px;
  background: #12be9f;
  box-sizing: border-box;
}

.koi_content_title_box .koi_title.yellow::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 27px;
  background: #e5b026;
  box-sizing: border-box;
}

.koi_content_title_box .koi_more {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #4991e1;
}

.koi_content {
  border-radius: 8px;
  height: 165px;
  display: flex;

  margin-bottom: 20px;
}



.koi_content.blue {
  background: #dbebff;
  margin-top: 67px;
}

.koi_content.cyan {
  background: rgba(184, 241, 238, 0.7);
}

.koi_content.orange {
  background: rgba(255, 229, 220, 0.7);
}

.koi_content.yellow {
  background: rgba(255, 212, 150, 0.7);
}

.koi_content .left_text {
  font-family: PingFang SC;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 95px;
}

.koi_content .left_text.blue {
  background: url(../images/Bozhou_smart_edu/zyzq1.png) no-repeat center;
}

.koi_content .left_text.cyan {
  background: url(../images/Bozhou_smart_edu/zyzq2.png) no-repeat center;
}

.koi_content .left_text.orange {
  background: url(../images/Bozhou_smart_edu/zyzq3.png) no-repeat center;
}

.koi_content .left_text.yellow {
  background: url(../images/Bozhou_smart_edu/zyzq4.png) no-repeat center;
}

.koi_content .left_text span {
  display: inline-block;
  width: 34px;
  margin-top: 17px;
  color: #fff;
}

.koi_content .right_link {
  padding: 25px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 1105px;
}

.koi_content .right_link .item {
  height: 115px;
  border-radius: 12px;
  transition: 0.5s;
}

.koi_content .right_link .item:hover {
  transform: scale(1.06);
}

.koi_content .right_link .item.w330 {
  width: 330px;
}

.koi_content .right_link .item.w510 {
  width: 510px;
}

.koi_content .right_link .item.w186 {
  width: 186px;
}

.koi_content .right_link .item.w240 {
  width: 240px;
}

.jyzq_tab {
  display: flex;
  align-items: center;
}

.jyzq_tab li {
  width: 154px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0085ff;
  background: #fff;
  color: #0085ff;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.jyzq_tab li.active {
  border: 1px solid transparent;
  background: #0085ff;
  color: #fff;
}

.jyzq_list {
  display: flex;
  margin-top: 58px;
}

.jyzq_list li {
  width: 278px;
  height: 164px;
  margin-left: 30px;
  transition: 0.5s;
}

.jyzq_list li img {
  width: 277px;
  height: 164px;
  display: inline-block;
}

.jyzq_list li:hover {
  transform: translateY(-10px);
}

.jyzq_list li:first-child {
  margin-left: unset;
}

.hdzq_list {
  display: flex;
  margin-top: 55px;
}

.hdzq_list li {
  width: 275px;
  height: 209px;
  margin-left: 30px;
  border: 1px solid #cfdde7;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}

.hdzq_list li :hover .text {
  color: #4991e1;
}

.hdzq_list li:first-child {
  margin-left: unset;
}

.hdzq_list li .koi_box_log {
  height: 142px;
  position: relative;
}

.hdzq_list li .koi_box_log img {
  height: 142px;
  width: 273px;
  display: inline-block;
}

.icon_proceed {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 8px;
  width: 30px;
  height: 57px;
  background: url(../images/Bozhou_smart_edu/icon_proceed.png) no-repeat center;
  background-size: 100%;
}

.hdzq_list li .content_text_box {
  padding: 10px;
  box-sizing: border-box;
  color: #222222;
}

.hdzq_list li .content_text_box .title {
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.hdzq_list li:hover .content_text_box .title {
  color: #0085FF;
}

.hdzq_list li .content_text_box .details {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

.c888 {
  color: #888;
}

.cFF9161 {
  color: #FF9161;
}

.icon_time {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/Bozhou_smart_edu/icon_time.png) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
}

.jgkj_tab {
  display: flex;
  align-items: center;
}

.jgkj_tab li {
  width: 154px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0085ff;
  background: #fff;
  color: #0085ff;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.jgkj_tab li.active {
  border: 1px solid transparent;
  background: #0085ff;
  color: #fff;
}

.koi_perent_box {
  height: 354px;
  overflow: hidden;
  background: #f5f7f9;
}

.koi_perent_box a {
  display: flex;
  color: rgba(0, 0, 0, 0.6);
}

.koi_perent_box a .left {
  width: 694px;
  height: 354px;
}

.koi_perent_box a .right {
  width: 500px;
  box-sizing: border-box;
  font-family: PingFang SC;
  padding: 146px 0px 104px 60px;
}

.koi_perent_box a .right .start {
  text-align: left;
  line-height: 42px;
  font-size: 28px;
  font-weight: 400;
}

.koi_perent_box a .right .finish {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
  font-family: PingFang SC;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  margin-right: 70px;
}

.koi_perent_box .left img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.koi_school_banner {
  position: relative;
  overflow: hidden;
}

.koi_echarts_box {
  display: flex;
  margin-top: 50px;
}

.koi_echarts_box .right {
  width: 560px;
}

.koi_echarts_box .right .clear {
  font-family: Microsoft YaHei;
  padding-left: 100px;
}

.koi_echarts_box .right .clear .title {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}

.speed {
  display: inline-block;
  top: 4px;
  position: relative;
  width: 170px;
  height: 12px;
  border-radius: 8px;
  background: #E8F0FA;
  border: 1px solid #fff;
}

.speeded {
  display: inline-block;
  position: absolute;
  height: 12px;
  border-radius: 8px;
  background: linear-gradient(270deg, #41A4FF 14.6%, #7EC1FF 100%);
  border: 1px solid #fff;
}

.koi_progress_list {
  font-family: Microsoft YaHei;
  text-align: left;
  color: #7A8DA2;
}

.koi_progress_list li {
  display: flex;
  margin-top: 15px;
}

.koi_progress_list li .survey-tit {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 25px;
}

.koi_progress_list li .capacity {
  padding-left: 110px;
  font-size: 15px;
}

.counter_list {
  display: flex;
  justify-content: space-between;
  padding: 39px 37px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  font-family: PingFang SC;
}

.counter_list li {
  display: flex;
  width: 25%;
}

.counter_list li .num_img img {
  display: inline-block;
  width: 48px;
  height: 48px;
}

.counter_list li .counter {
  font-size: 28px;
  font-weight: 100;
  line-height: 39px;
  color: #222;
}

.counter_list li .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.friendly_box {
  height: 75px;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  color: #fff;
}

.friendly_box .friendly_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  width: 10%;
}

.friendly_box .friendly_link {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.friendly_box .friendly_link li {
  background: #4D586F;
  height: 35px;
  width: 218px;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}

.friendly_box .friendly_link li:hover a {
  color: #41A4FF;
}

.friendly_box .friendly_link li a {
  color: #fff;
}

.koi_footer {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  padding-bottom: 70px;
}

.koi_footer .link_item a {
  color: #fff;
}

.koi_box {
  position: relative;
}

.elevator_list {
  border: 1px solid #D9D9D9;
  background: #fff;
  position: absolute;
  top: 400px;
  right: 40px;
  z-index: 1;
}

.elevator_list li {
  width: 72px;
  height: 72px;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
}

.elevator_list li a {
  display: inline-block;
}

.elevator_list li a .iitem_36_img {
  width: 36px;
  line-height: 72px;
}

.elevator_list li.pop_link {
  position: relative;
}

.elevator_list li.pop_link:hover .pop_active {
  display: block;
}

.elevator_list .pop_active {
  position: absolute;
  top: -20px;
  left: -230px;
  width: 195px;
  height: 101px;
  background: #fff;
  padding: 10px;
  font-family: PingFang SC;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  z-index: 99999 !important;
}

.elevator_list .pop_active.lifit {
  width: 100px;
  height: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  top: 15px;
  left: -112px;
  box-sizing: border-box;
  font-family: PingFang SC;
  font-size: 27px;
  font-weight: 400;
  line-height: 38px;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 25%);
  border-radius: 4px;
  text-align: center;
}

.elevator_list .pop_active .tit {
  position: relative;

}

.elevator_list .pop_active .tit .same_bank::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #888;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 3px;
  right: -21px;
  opacity: .5;
}

.elevator_list .pop_active .tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}


.elevator_list .pop_active .time {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #A5A5A5;
  margin-top: 11px;
  position: relative;
}

.elevator_list .pop_active .time::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #888;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 3px;
  right: -21px;
  opacity: .5;
}

.elevator_list .pop_active .phone {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-top: 12px;
}

.icon_phone {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(../images/Bozhou_smart_edu/icon_phone.png) no-repeat center;
}

.koi_title_zyjs {
  background: white;
  display: flex;
  align-items: center;
  height: 60px;
  margin-top: 50px;
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  color: #000;
}

.nav_right_box .unser_info {
  display: flex;
  align-items: center;
}

.unser_info .user_img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}


.unser_info .unser_name {
  color: #000;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 60px;
  text-align: left;
  padding-left: 10px;
}

.banner_img {
  display: inline-block;
  width: 100%;
  height: 500px;
}

/* 2023/02/20新增 */
.ms_work {
  margin-top: 35px;
  margin-bottom: 40px;
}

.ms_work a {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(102, 102, 102, 1);

}

.ms_work .c0085FF {
  color: #0085FF;
}

.msgzs_list {
  display: flex;

}

.msgzs_list li {
  margin-left: 20px;
  height: 272px;
  width: 280px;
  border-radius: 12px;
  border: 1px solid #E8EFEE;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(71, 148, 232, 0.16);
  box-sizing: border-box;
  cursor: pointer;

}

.msgzs_list li:first-child() {
  margin-left: unset;
}

.msgzs_list li .user_img img {
  width: 110px;
  height: 110px;
  display: inline-block;
  margin-top: 36px;
  border-radius: 50%;

}

.msgzs_list li .user_name {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

.msgzs_list li:hover .user_name {
  color: #0085FF;
}

.user_text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}

.ktgl_list {
  display: flex;
  margin-top: 60px;
}

.ktgl_list li {
  padding: 28px 30px;
  height: 148px;
  width: 380px;
  border-radius: 12px;
  border: 1px solid rgba(232, 239, 238, 1);
  box-sizing: border-box;
  margin-left: 30px;
  cursor: pointer;

}

.ktgl_list li :first-child() {
  margin-left: unset;
}

.content_box {
  display: flex;
}

.content_box .left_img_box img {
  display: inline-block;
  width: 96px;
  height: 93px;
  border-radius: 50%;
}

.content_box .right_text_box {
  margin-left: 18px;
}

.content_box .right_text_box .state {
  width: 102px;
  height: 20px;
  box-sizing: border-box;
  padding: 0px 15px;
  background: linear-gradient(90deg, #55ADFD 17.65%, #97CDFF 91.6%);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 18px;
  color: #fff;
}

.ktgl_list li:hover .content_box .right_text_box .text {
  color: #0085FF;
}

.content_box .right_text_box .text {
  width: 177px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #222222;

}

.content_box .right_text_box .name_school {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.jybm_list {
  display: flex;
  flex-wrap: wrap;
}

.jybm_list li {
  margin-left: 15px;
  margin-top: 20px;
  height: 143px;
  width: 285px;
  border-radius: 12px;
  border: 1px solid #E8EFEE;
  box-shadow: 0px 2px 4px 0px rgba(71, 148, 232, 0.16);
  padding: 30px 23px;
  box-sizing: border-box;
  cursor: pointer;

}

.jybm_list li .content_box {
  display: flex;
}

.jybm_list li .content_box .left_box {
  width: 87px;
  height: 84px;

}

.jybm_list li .content_box .left_box img {
  border-radius: 50%;
  width: 87px;
  height: 84px;
  display: inline-block;
}

.jybm_list li .content_box .right_box {
  margin-left: 20px;
}

.jybm_list li .content_box .right_box .Education {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(33, 150, 243, 1);
  padding-top: 5px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jybm_list li .content_box .right_box .Education_num {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  padding-top: 15px;
}

.elevator_list li :hover .ele_one img {
  content: url(../images/Bozhou_smart_edu/elevator1_blue.png);
}

.elevator_list li :hover .ele_two img {
  content: url(../images/Bozhou_smart_edu/elevator2_blue.png);
}

.elevator_list li :hover .ele_three img {
  content: url(../images/Bozhou_smart_edu/elevator3_blue.png);
}

.elevator_list li :hover .ele_five img {
  content: url(../images/Bozhou_smart_edu/elevator5_blue.png);
}

/* 2023/02/20 修改 */


.koi_news_box .koi_title span {
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  color: rgba(99, 96, 96, 1);

}


.koi_resource {
  display: flex;
  justify-content: space-between;
}

.koi_resource .left {
  width: 692px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}

.koi_resource .left.prepare_lessons .title {
  background: linear-gradient(90deg, #C1FDF2 9.12%, #29619F 95.76%);
  border-radius: 8px 8px 0 0;
}

.koi_resource .left.Special_resources .title {
  background: linear-gradient(90deg, #FFB89A 9.12%, #FF632D 95.76%);
  border-radius: 8px 8px 0 0;
}


.koi_resource .title {
  display: flex;
  align-items: center;
  height: 77px;
}

.icon_zyzq {
  display: inline-block;
  height: 33px;
  width: 100%;

}

.icon_zyzq.tit1 {
  background: url(../images/Bozhou_smart_edu/zyzq_tit1.png) no-repeat center;

}

.icon_zyzq.tit2 {
  background: url(../images/Bozhou_smart_edu/zyzq_tit2.png) no-repeat center;

}

.icon_zyzq.tit3 {
  background: url(../images/Bozhou_smart_edu/zyzq_tit3.png) no-repeat center;

}

.icon_zyzq.tit4 {
  background: url(../images/Bozhou_smart_edu/zyzq_tit4.png) no-repeat center;

}

.prepare_lessons_list {
  background: #FFF;
  padding: 23px 30px 33px 31px;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}

.prepare_lessons_list .item {
  display: inline-block;
  width: 31%;
  height: 116px;
  border-radius: 8px;
  transition: 0.5s;
  background-size: cover !important;

}

.koi_resource .right {
  width: 461px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}

.koi_resource .right.teaching .title {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #FBECB6 9.12%, #F0973E 95.76%);
}

.koi_resource .right.Thematic_education .title {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #ACEECD 9.12%, #6EBF96 95.76%);

}

.teaching_list {
  background: #fff;
  padding: 29px 23px 27px 24px;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}

.teaching_list .item {
  display: inline-block;
  width: 48%;
  height: 116px;
  border-radius: 8px;
  transition: 0.5s;
  background-size: cover !important;

}

.Special_resources_list {
  background: #FFF;
  padding: 23px 30px 33px 31px;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}

.Special_resources_list .item {
  display: inline-block;
  width: 31%;
  height: 116px;
  transition: 0.5s;
  background-size: cover !important;

}

.Special_resources_list .item.two {
  display: inline-block;
  width: 48%;
  height: 116px;
  border-radius: 8px;
  transition: 0.5s;

}

.Thematic_education_list {
  background: #fff;
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;

}

.Thematic_education_list .item {
  display: inline-block;
  width: 48%;
  height: 116px;
  border-radius: 8px;
  transition: 0.5s;
  background-size: cover !important;
}


.Thematic_education_list .item:nth-child(-n+2) {
  margin-bottom: 35px;

}

.Thematic_education_list .item:hover {
  transform: scale(1.06);
}

.Special_resources_list .item:hover {
  transform: scale(1.06);
}

.teaching_list .item:hover {
  transform: scale(1.06);
}

.prepare_lessons_list .item:hover {
  transform: scale(1.06);
}

.koi_dir_box {
  display: flex;
  align-items: center;
}

.koi_dir_title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.icon_geren {
  background: url(../images/Bozhou_smart_edu/icon_geren.png) no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.icon_wenjianjia {
  background: url(../images/Bozhou_smart_edu/icon_wenjianjia.png) no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.icon_loufang {
  background: url(../images/Bozhou_smart_edu/icon_loufang.png) no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.is-sticky .koi_header .koi_nav_box .logo img {
  content: url(../images/Bozhou_smart_edu/logo.png);
}

.koi_nav_list .pilot .pilot_list {
  right: -20px;
}

/*  */

.header_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 101;
  height: 80px;
}

.header_wrap .message_area {
  position: relative;
  height: 30px;
  width: 100%;
  background-color: #fff;
  line-height: 30px;
  padding-right: 30px;
  color: #ff9900;
  box-sizing: border-box;
  overflow: hidden;
}

.header_wrap .message_area .po_a {
  position: absolute;
  right: -38400px;
  height: 30px;
  text-align: left;
}

.header_wrap .message_area .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url('../images/wu_index_custom/icon_tips_bg_01.png') center no-repeat;
  background-size: 16px;
  vertical-align: sub;
}

.header_wrap .message_area .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  padding: 7px;
  background: #fff url('../images/wu_index_custom/icon_tips_bg_close.png') center no-repeat;
  background-size: 16px;
  z-index: 19;
}

.header_wrap.scroll {
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}

.header_wrap.scroll .user_info a {
  color: #282828;
  line-height: 44px;
}

.header_wrap.scroll .user_down {
  border-color: #5BB2F6;
}

.header_wrap.scroll .user_down:hover a {
  color: #fff;
  background-color: #5BB2F6;
}

.header_wrap.scroll .user_down a {
  color: #319EF4;
  border-radius: 3px;
}

.header_wrap .no_top {
  z-index: 121;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -12px;
}

.header_wrap .logo {
  height: 50px;
}

.koi_nav_list {
  display: flex;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  margin-left: 40px;
}

.koi_nav_list li {
  margin-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.koi_nav_list li:first-child {
  margin-left: unset;
}

.koi_nav_list li.active {
  border-bottom: 2px solid rgba(73, 145, 225, 1);
  box-sizing: border-box;
}

.koi_nav_list li.active a {
  color: rgba(73, 145, 225, 1);
}

.koi_nav_list li a {
  color: #000;
}

.koi_top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.nav_left_box {
  display: flex;
}

.nav_right_box {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
}

.nav_right_box a {
  display: inline-block;
  height: 40px;
  width: 90px;
  border-radius: 4px;
  line-height: 40px;
}

.nav_right_box a.unser_info {
  width: unset;
}

.nav_right_box .login_btn {
  background: rgba(33, 150, 243, 1);
  color: #fff;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.nav_right_box .login_btn.client {
  background: transparent;
  color: rgba(33, 150, 243, 1);
  box-sizing: border-box;
  border: 1px solid rgba(33, 150, 243, 1);
}


.koi_nav_list li .icon_select {
  position: relative;
}

.koi_nav_list li .icon_select::after {
  content: '';
  position: absolute;
  background: url(../images/Bozhou_smart_edu/icon_seleck.png) no-repeat center;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  top: 5px;
  right: -20px;
}

.koi_nav_list .pilot .pilot_list {
  right: -20px;

}

.header_wrap .koi_nav_list li .more {
  position: relative;
}

.header_wrap .koi_nav_list li .more_item {
  display: none;
  position: absolute;
  width: 80px;
}

.header_wrap .koi_nav_list li .more_item .list {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 18%);
}

.koi_nav_list li.more:hover .more_item {
  display: block;
}

.koi_nav_list li.more .more_item .list a {
  display: block;
}

.koi_nav_list li.more .more_item .list a:hover {
  color: #0085FF;
}

/* 修改 */

/* fix Safari */
.koi_nav_list li {
  word-break: keep-all;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pilot.mgr20 {
  margin-right: 0;
  padding-right: 20px;
  overflow: visible;
}

/* fix Safari */

/* 下拉框 */
.koi_After_login {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}

.koi_After_login .koi_username {
  display: inline-block;
  width: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.username_img_50 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon_select_down {
  display: inline-block;
  background: url(../images/Bozhou_smart_edu/select_down.png) no-repeat center;
  width: 10px;
  height: 6px;
}

.koi_login_select {
  width: 120px;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(222, 226, 234, 1);
  box-sizing: border-box;
  z-index: 9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: none;
}

.koi_login_select li {
  /* padding: 10px 25px; */
  box-sizing: border-box;
  cursor: pointer;
}

.koi_login_select li a {
  color: rgba(0, 0, 0, 1);

}

.koi_login_select li:hover {
  background: rgba(225, 239, 255, 1);
}

.koi_login_select li:hover a {
  color: rgba(0, 133, 255, 1);

}

.koi_After_login:hover .koi_login_select {
  display: block;
}

/* 下拉框 */


.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 51px;
  height: 4px;
  background: rgba(255, 255, 255, 0.54);
  border-radius: unset;
}

.transform {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  /* Other transform properties here */
}

.swiper-container {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 66px;
}

.swiper-pagination-bullet {
  width: 51px;
  height: 6px;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.54);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: width 15s linear;
}

/* 校本资源专区 */
.sq_resource_list {
  display: flex;
  /* align-items: center; */
  border-radius: 0px 12px 12px 0px;
  background: #EEF6FD;
}

.sq_resource_list .subjectList {
  display: flex;
  align-content: space-evenly;
  height: 100%;
  flex-wrap: wrap;

}

.sq_resource_list .subject_item {
  margin-right: 20px;
  height: 56px;
  padding: 0 55px !important;
  border-radius: 8px;
  border: 1px solid #E7E9F2;
  background: #FFF;
  box-sizing: border-box;
  padding: 0px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
text-align: center;
font-size: 16px;
font-family: PingFang SC;
font-style: normal;
font-weight: 400;
line-height: 56px;
}
.sq_on{
  color: #ffffff !important;
  background: #2FA8FF !important;
}
.sq_img{
  margin-right: 30px;
}

.sq_resource_list .subject_item:hover {
  color: #ffffff;
  background: #2FA8FF;
}
.sq_resource_list .subject_cz:hover {
  color: #ffffff;
  background: #27BEFF;
}
.sq_on_cz{
  color: #ffffff !important;
  background: #27BEFF !important;
}

.sq_resource_list .subject_gz:hover {
  color: #ffffff;
  background: #7591F4 !important;
}
.sq_on_gz{
  color: #ffffff !important;
  background: #7591F4 !important;
}
.sq_resources{
  margin-top: 80px ;
  margin-bottom: 50px ;
}