.indexModule .next {
  position: fixed;
  width: 3.375rem;
  z-index: 999;
  height: 3.375rem;
  right: 6.25rem;
  bottom: 3.9375rem;
}
.indexModule .section1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.indexModule .section1 .Header_swiper {
  width: 100%;
  height: 100%;
}
.indexModule .section1 .Header_swiper .swiper-slide .swiper_bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.indexModule .section1 .Header_swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}
.indexModule .section1 .Header_swiper .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../img/yljy1.png');
  background-size: cover;
  transform: scale(3);
}
.indexModule .section1 .Header_swiper .swiper-horizontal > .swiper-pagination-bullets,
.indexModule .section1 .Header_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.indexModule .section1 .Header_swiper .swiper-pagination-custom,
.indexModule .section1 .Header_swiper .swiper-pagination-fraction {
  bottom: 2.9375rem;
}
.indexModule .section1 .Header_swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.indexModule .section1 .Header_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem !important;
}
.indexModule .section1 .section1_box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.indexModule .section1 .section1_box .realize {
  width: 12.25rem;
  height: 3rem;
  background-color: #006CDE;
  text-align: center;
  margin-top: 45rem;
  border-radius: 3.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -6.125rem;
  font-size: 1.125rem;
  position: relative;
}
.indexModule .section1 .section1_box .realize .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.4375rem;
}
.indexModule .section2 .section2_area {
  width: 87.5rem;
  display: flex;
  margin: 0 auto;
  height: 100%;
  padding-top: 9rem;
  justify-content: space-between;
}
.indexModule .section2 .section2_area .section2_left .title {
  width: 18.0625rem;
}
.indexModule .section2 .section2_area .section2_left .name {
  font-size: 2.6875rem;
  color: #303133;
  margin-top: 1.875rem;
}
.indexModule .section2 .section2_area .section2_left .textarea {
  font-size: 1.0625rem;
  color: #606266;
  width: 42.5rem;
  line-height: 160%;
  margin-top: 2.5rem;
  text-indent: 1.875rem;
}
.indexModule .section2 .section2_area .section2_left .number {
  background: #F5F6F8B2;
  width: 42.875rem;
  height: 9.375rem;
  margin-top: 1.9375rem;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5625rem;
}
.indexModule .section2 .section2_area .section2_left .number .item {
  font-size: 1rem;
}
.indexModule .section2 .section2_area .section2_left .number .item .yearnum {
  color: #006CDE;
  font-size: 3rem;
  font-weight: 700;
}
.indexModule .section2 .section2_area .section2_left .number .item .text {
  margin-top: 0.875rem;
}
.indexModule .section2 .section2_area .section2_left .button {
  width: 9.375rem;
  height: 3rem;
  transition: all 0.3s ease;
  transform: scale(1);
}
.indexModule .section2 .section2_area .section2_left .button:hover {
  transform: scale(1.02);
  filter: drop-shadow(0 0.125rem 0.5rem rgba(0, 0, 0, 0.15));
}
.indexModule .section2 .section2_area .section2_right {
  padding-top: 4.25rem;
}
.indexModule .section2 .section2_area .section2_right .image {
  width: 42.875rem;
  height: auto;
  object-fit: cover;
}
.indexModule .section3 .section3_area {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
}
.indexModule .section3 .section3_area .title {
  margin-top: 8rem;
  width: 23.3125rem;
  height: 2.6875rem;
  margin-bottom: 1.125rem;
}
.indexModule .section3 .section3_area .EducationalModel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 2.125rem;
}
.indexModule .section3 .section3_area .EducationalModel .text1 {
  font-size: 2.625rem;
  color: #303133;
  font-weight: 500;
}
.indexModule .section3 .section3_area .imgBox {
  width: 87.5rem;
  height: 35.625rem;
  border-radius: 0.5rem;
  display: flex;
}
.indexModule .section3 .section3_area .imgBox .item {
  width: 10rem;
  height: 100%;
  text-align: center;
  background-size: cover;
  background-position: 10%;
  background-repeat: no-repeat;
  transition: width 0.3s ease;
}
.indexModule .section3 .section3_area .imgBox .item .icon {
  width: 2.875rem;
  height: 2.875rem;
  margin-top: 5.3125rem;
  margin-bottom: 1.75rem;
}
.indexModule .section3 .section3_area .imgBox .item .synopsis {
  font-size: 1.125rem;
  color: #fff;
  writing-mode: vertical-rl;
  /* 从右向左垂直排列 */
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.indexModule .section3 .section3_area .imgBox .item .synopsis div {
  white-space: nowrap;
  display: flex;
  margin: 0 0.6rem;
  /* 防止文字自动换行 */
}
.indexModule .section3 .section3_area .imgBox .item1 {
  width: 60rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background-image: url(../img/yljy21.jpg);
}
.indexModule .section3 .section3_area .imgBox .item2 {
  background-image: url(../img/yljy25.jpg);
}
.indexModule .section3 .section3_area .imgBox .item3 {
  background-image: url(../img/yljy26.jpg);
}
.indexModule .section3 .section3_area .imgBox .item4 {
  border-radius: 0 0.5rem 0.5rem 0;
  background-image: url(../img/yljy28.jpg);
}
.indexModule .section3 .section3_area .imgBox .min {
  display: block;
}
.indexModule .section3 .section3_area .imgBox .max {
  width: 100%;
  height: 100%;
  padding: 9.375rem 3.25rem;
  text-align: left;
  display: none;
  opacity: 0;
  margin-left: 6.25rem;
  transition: opacity 0.8s ease, margin-left 0.8s ease;
}
.indexModule .section3 .section3_area .imgBox .max .logo {
  font-size: 2rem;
  display: flex;
  color: #FFFFFF;
  margin-bottom: 2.25rem;
}
.indexModule .section3 .section3_area .imgBox .max .logo .maxicon {
  width: 2.875rem;
  height: 2.875rem;
}
.indexModule .section3 .section3_area .imgBox .max .logo .maxtitle {
  margin-left: 0.9375rem;
  margin-top: 0.6rem;
  display: inline-block;
}
.indexModule .section3 .section3_area .imgBox .max .maxtext {
  color: #fff;
  font-size: 1.125rem;
}
.indexModule .section4 .section4_area {
  width: 87.5rem;
  margin: 0 auto;
  height: 100%;
  padding-top: 11rem;
  position: relative;
}
.indexModule .section4 .section4_area .section4_area_top {
  color: #303133;
  font-size: 2.625rem;
  display: flex;
  align-items: center;
  margin-bottom: 4.5625rem;
}
.indexModule .section4 .section4_area .section4_area_top .english {
  font-size: 1rem;
  margin-top: 0.625rem;
}
.indexModule .section4 .section4_area .section4_area_top .blue {
  color: #006CDE;
}
.indexModule .section4 .section4_area .section4_area_top .section4_area_top_right {
  width: 56.25rem;
  color: #606266;
  font-size: 1rem;
  margin-left: 6.4375rem;
  position: relative;
}
.indexModule .section4 .section4_area .section4_area_top .section4_area_top_right div {
  margin-bottom: 0.625rem;
  color: #606266;
}
.indexModule .section4 .section4_area .section4_area_top .section4_area_top_right .icon {
  width: 3.125rem;
  height: 2.5rem;
  position: absolute;
  left: -7%;
  top: -30%;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.indexModule .section4 .section4_area .section4_swiper {
  width: 103.75rem;
  height: 31.25rem;
  position: relative;
  overflow: hidden;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide {
  font-size: 1.125rem;
  cursor: pointer;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide .image {
  display: block;
  width: 100%;
  height: auto;
  height: 18.5rem;
  object-fit: cover;
  margin-bottom: 1.5625rem;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide .name {
  font-size: 1.625rem;
  color: #303133;
  margin-bottom: 1.625rem;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide .textarea {
  padding: 0 1.3125rem;
  color: #606266;
  font-size: 1rem;
  line-height: 140%;
  border-left: 0.0625rem solid #006CDE;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide .more {
  color: #909399;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-left: 1.3125rem;
  margin-top: 1.625rem;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide .more .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide:hover .more {
  color: #006CDE !important;
  transition: color 0.3s ease;
}
.indexModule .section4 .section4_area .section4_swiper .swiper-slide:hover .more img.icon {
  filter: invert(40%) sepia(93%) saturate(1414%) hue-rotate(194deg) brightness(93%) contrast(101%);
}
.indexModule .section4 .section4_area .swiper-button-prev::after,
.indexModule .section4 .section4_area .swiper-rtl .swiper-button-next:after {
  content: '';
}
.indexModule .section4 .section4_area .swiper-button-next::after,
.indexModule .section4 .section4_area .swiper-rtl .swiper-button-next:after {
  content: '';
}
.indexModule .section4 .section4_area .swiper-button-next,
.indexModule .section4 .section4_area .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  content: '';
  position: absolute;
  top: 22%;
  left: 92%;
  background-size: cover;
  background-image: url(../img/next_icon2.png);
}
.indexModule .section4 .section4_area .swiper-button-prev,
.indexModule .section4 .section4_area .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 22%;
  left: 88%;
  background-size: cover;
  background-image: url(../img/next_icon.png);
}
.indexModule .section4 .section4_area .swiper-button-prev:hover {
  border: 1px solid rgba(0, 108, 222, 0.6);
}
.indexModule .section4 .section4_area .swiper-button-next:hover {
  border: 1px solid rgba(0, 108, 222, 0.6);
}
.indexModule .section5 .section5_area {
  height: 100%;
  margin: 0 auto;
  padding-top: 11rem;
}
.indexModule .section5 .section5_area .section5_area_top {
  display: flex;
  width: 87.5rem;
  margin: 0 auto;
  justify-content: space-between;
}
.indexModule .section5 .section5_area .section5_area_top .section5_area_top_left {
  font-size: 2.625rem;
  color: #303133;
  font-weight: 500;
}
.indexModule .section5 .section5_area .section5_area_top .section5_area_top_left .english {
  font-size: 1rem;
  margin-top: 0.375rem;
}
.indexModule .section5 .section5_area .section5_area_top .section5_area_top_right {
  display: flex;
}
.indexModule .section5 .section5_area .section5_area_top .section5_area_top_right .nav_item {
  width: 9.375rem;
  height: 3.75rem;
  border-radius: 3.125rem;
  background: #fff;
  text-align: center;
  line-height: 3.75rem;
  margin-right: 0.625rem;
  color: #303133;
  font-size: 1.125rem;
  cursor: pointer;
}
.indexModule .section5 .section5_area .section5_area_bottom {
  width: 100%;
  margin-top: 4.0625rem;
  padding-bottom: 30px;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area {
  width: 103.8125rem;
  height: 34.125rem;
  position: relative;
  display: flex;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left {
  width: 44.0625rem;
  height: 33.125rem;
  border-radius: 0 5rem 0 0;
  text-align: center;
  background-size: contain;
  padding-top: 6.8125rem;
  background-image: url(../img/yljy33.jpg);
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left .nav_item {
  width: 10.125rem;
  margin-left: 16.25rem;
  text-align: left;
  display: none;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left .nav_item .name {
  font-size: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 4.25rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left .nav_item .text {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 0.375rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left .nav_item .text_line {
  margin: 0 auto;
  width: 10.125rem;
  height: 0.0625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.625rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left .nav_item .more {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #FFFFFF;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left .nav_item .more .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left .nav_item:first-child {
  display: block;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 28.375rem;
  transition: margin-left 0.6s ease;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper {
  height: 100%;
  display: none;
  padding-top: 6.4%;
  z-index: 1;
  transition: all 0.4s ease;
  transform: translateX(12.5rem);
  opacity: 0;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-wrapper {
  width: 75rem;
  height: 28.3125rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  cursor: pointer;
  border-radius:0 30px 0 0 ;
  padding: 2.125rem 1.75rem;
  position: relative;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .logo_show{
    position: absolute;
    top: 0;
    right: 0;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .data {
  background-color: #006CDE;
  width: 5.625rem;
  height: 5.625rem;
  text-align: left;
  font-size: 0.9375rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.375rem;
  margin-bottom: 2.4375rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .data .data1 {
  font-size: 1.8125rem;
  margin-bottom: 0.25rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .title {
  text-align: left;
  width: 19.75rem;
  height: 4.375rem;
  margin: 0 auto;
  font-weight: 500;
  line-height: 150%;
  font-size: 1.375rem;
  color: #303133;
  margin-bottom: 1rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .textarea {
  text-align: left;
  font-size: 1rem;
  line-height: 140%;
  color: #606266;
  margin-bottom: 5.25rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .dataline {
  width: 19.8125rem;
  height: 0.0625rem;
  margin-bottom: 1.6875rem;
  background-color: #EBEEF5;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .detaile {
  width: 19.8125rem;
  font-size: 1rem;
  color: #909399;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .detaile img {
  width: 1.5rem;
  height: 1.5rem;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-horizontal > .swiper-pagination-bullets,
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-pagination-custom,
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-pagination-fraction {
  left: 47% !important;
  top: 0;
  z-index: -1 !important;
  height: auto !important;
}
.indexModule .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper:first-child {
  display: block;
  opacity: 1;
  transform: translateX(0px);
}
.indexModule .runTop {
  position: fixed;
  top: 25rem;
  right: 0;
  width: 5.625rem;
  height: auto;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
}
.indexModule .runTop .item {
  width: 5.625rem;
  height: 0;
  transition: height 0.6s ease;
  position: relative;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  font-size: 0.875rem;
  color: #909399;
  cursor: pointer;
}
.indexModule .runTop .item .icon {
  width: 2.75rem;
  height: 2.75rem;
}
.indexModule .runTop .item1 {
  width: 5.625rem;
  height: 6rem;
  line-height: 8rem;
  text-align: center;
  opacity: 1;
}
.indexModule .runTop .item1 .icon {
  width: 3.375rem;
  height: 3rem;
}
.indexModule .runTop .item3 .icon {
  margin-bottom: 1.25rem;
  width: 1.75rem;
  height: 0.875rem;
}
.indexModule .runTop .item3:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.indexModule .runTop:hover .item {
  height: 6rem;
  opacity: 1;
}
.indexModule .runTop_active {
  display: block;
}
.List_about .Header {
  position: relative;
}
.List_about .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 15rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/about1.jpg);
}
.List_about .banner .title {
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 1.25rem;
  font-size: 3.75rem;
}
.List_about .banner .title1 {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 15rem;
}
.List_about .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.List_about .banner .title,
.List_about .banner .title1 {
  animation: slideUp 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  transform: translateY(100%);
  opacity: 0;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.List_about .GroupOverview {
  height: 71.0625rem;
  margin: 0 auto;
  width: 87.5rem;
}
.List_about .GroupOverview .title {
  text-align: center;
  font-size: 3.125rem;
  color: #303133;
  font-weight: 500;
  margin-top: 5rem;
  margin-bottom: 2.2rem;
}
.List_about .GroupOverview .title1 {
  text-align: center;
  color: #303133;
  font-size: 1.625rem;
  font-weight: 400;
}
.List_about .GroupOverview .textarea {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  font-weight: 400;
  padding-top: 3.125rem;
  margin-bottom: 5rem;
}
.List_about .GroupOverview .textarea div {
  margin: 1.25rem 0;
}
.List_about .GroupOverview .time_box {
  width: 71.0625rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.List_about .GroupOverview .time_box .time_box_item .number {
  font-size: 3.75rem;
  font-weight: 700;
  color: #006CDE;
  margin-bottom: 0.75rem;
}
.List_about .GroupOverview .time_box .time_box_item .number .yearnum {
  font-weight: 700;
}
.List_about .GroupOverview .time_box .time_box_item .text {
  color: #303133;
  font-size: 1.125rem;
}
.List_about .GroupOverview .enterprise_culture {
  width: 100%;
  height: 33.625rem;
  margin-top: 5rem;
  position: relative;
  z-index: 999;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item {
  display: flex;
  justify-content: space-between;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item {
  width: 28rem;
  height: 33.625rem;
  position: relative;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item .bottom {
  width: 100%;
  height: 4.875rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 4.875rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 1.625rem;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item .active {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(65, 105, 226, 0.16) 0%, rgba(0, 108, 222, 0.8) 70%);
  top: 0;
  text-align: center;
  opacity: 0;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item .active .active_box {
  transition: all 0.6s ease;
  transform: translateY(3.125rem);
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item .active .icon {
  width: 5.5rem;
  height: 5.5rem;
  margin-top: 7.5rem;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item .active .name {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 3rem 0 1rem 0;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item .active .conent {
  font-size: 1rem;
  width: 94%;
  line-height: 160%;
  margin: 0 auto;
  color: #fff;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item:hover .active {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item:hover .active_box {
  transform: translateY(0px);
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item:hover .bottom {
  display: none;
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item1 {
  background-image: url(../img/about5.jpg);
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item2 {
  background-image: url(../img/about6.jpg);
}
.List_about .GroupOverview .enterprise_culture .enterprise_item .item3 {
  background-image: url(../img/about7.jpg);
}
.List_about .develop {
  width: 100%;
  height: 50.875rem;
  background-image: url(../img/about9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.List_about .develop .title {
  padding-top: 13.625rem;
  text-align: center;
  font-size: 3.125rem;
  color: #fff;
  font-weight: 500;
}
.List_about .develop .text {
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  margin-top: 1.25rem;
}
.List_about .develop .development_history_swiper {
  width: 103.75rem;
  height: 31.25rem;
  position: relative;
  margin-right: 0;
  margin-top: -2rem;
  padding-top: 8rem;
}
.List_about .develop .development_history_swiper .swiper-slide::before {
  position: absolute;
  top: 0.625rem;
  content: '';
  width: 190%;
  height: 1px;
  background: #FFAA00;
  opacity: 0.9;
  margin-left: -12.5rem;
}
.List_about .develop .development_history_swiper .swiper-slide i {
  display: block;
  width: 1.5rem;
  height: 11.25rem;
  background: url(/static/img/about10.png) no-repeat left center;
  background-size: 100% 100%;
}
.List_about .develop .development_history_swiper .development_history_desc {
  position: absolute;
  top: 3.375rem;
  left: 1.6875rem;
  padding: 1.125rem 0.9375rem 1.125rem 0.9375rem;
  padding-left: 0;
  border-radius: 0.25rem;
  height: 9.5rem;
  margin-right: 2.25rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.List_about .develop .development_history_swiper .development_history_desc .time_number {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
}
.List_about .develop .development_history_swiper .development_history_desc .address_name {
  font-size: 1rem;
  color: #fff;
  line-height: 1.4375rem;
  letter-spacing: 0.46px;
  margin-top: 2rem;
}
.List_about .develop .swiper-button-prev::after,
.List_about .develop .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_about .develop .swiper-button-next::after,
.List_about .develop .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_about .develop .swiper-button-next,
.List_about .develop .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  content: '';
  position: absolute;
  top: 7%;
  left: 83%;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url(../img/about11.png);
}
.List_about .develop .swiper-button-prev,
.List_about .develop .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 7%;
  left: 80%;
  background-size: cover;
  background-image: url(../img/about11.png);
}
.List_about .honer {
  background-image: url(../img/yljy39.jpg);
  height: 59.375rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.List_about .honer .honer_area {
  width: 87.5rem;
  margin: 0 auto;
  padding-top: 5.625rem;
}
.List_about .honer .honer_area .honer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.375rem;
}
.List_about .honer .honer_area .honer_top .name {
  font-size: 3.125rem;
  color: #000000;
}
.List_about .honer .honer_area .honer_top .nav_right {
  width: 19.375rem;
  height: 3.75rem;
  display: flex;
}
.List_about .honer .honer_area .honer_top .nav_right .button {
  width: 9.375rem;
  height: 3.75rem;
  margin-left: 0.625rem;
  border-radius: 3.125rem;
  color: #303133;
  font-size: 1.125rem;
  text-align: center;
  line-height: 3.75rem;
  cursor: pointer;
  background-color: #F5F6F8;
}
.List_about .honer .honer_area .honer_top .nav_right .active {
  color: #fff;
  background-color: #006CDE;
}
.List_about .honer .honer_area .honer_swiper {
  width: 98%;
  height: 42rem;
  display: none;
}
.List_about .honer .honer_area .honer_swiper .swiper-wrapper {
  height: 38rem;
}
.List_about .honer .honer_area .honer_swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  width: 21.875rem;
  height: 16.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.List_about .honer .honer_area .honer_swiper .swiper-slide .image {
  width: 17.0625rem;
  height: 10.9375rem;
  margin-top: 0.9375rem;
}
.List_about .honer .honer_area .honer_swiper .swiper-slide .name {
  width: 80%;
  margin: 0 auto;
  margin-top: 2.5rem;
  font-size: 1.25rem;
  color: #303133;
}
.List_about .honer .honer_area .honer_swiper .swiper-button-prev::after,
.List_about .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_about .honer .honer_area .honer_swiper .swiper-button-next::after,
.List_about .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_about .honer .honer_area .honer_swiper .swiper-button-next,
.List_about .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  top: 94%;
  left: 52%;
  transform: rotate(360deg);
  background-size: cover;
  background-image: url(../img/about16.png);
}
.List_about .honer .honer_area .honer_swiper .swiper-button-prev,
.List_about .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  top: 94%;
  left: 47%;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url(../img/about16.png);
}
.List_about .honer .honer_area .honer_swiper_box .honer_swiper:first-child {
  display: block;
}
.List_about .friend {
  line-height: 0;
  width: 100%;
  height: 38.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/about17.png);
}
.List_about .friend .title {
  text-align: center;
  font-size: 2.5rem;
  padding-top: 5.625rem;
  margin-bottom: 2rem;
  color: #000000;
}
.List_about .friend .title1 {
  text-align: center;
  font-size: 1.25rem;
  color: #606266;
  margin-bottom: 3.75rem;
}
.List_about .friend .friend_swiper {
  width: 100%;
  margin-bottom: 2.5rem;
}
.List_about .friend .friend_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.List_about .friend .friend_swiper .swiper-slide {
  width: 13.625rem;
  height: 5.625rem;
}
.List_about .friend .friend_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.List_about .friend .friend_swiper2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.List_about .friend .friend_swiper2 .swiper-slide {
  width: 13.625rem;
  height: 5.625rem;
}
.List_about .friend .friend_swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.List_news .Header {
  position: relative;
}
.List_news .PageNew .nav .nav_left .active {
  color: #006CDE;
}
.List_news .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 15rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/news1.jpg);
}
.List_news .banner .title {
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 1.25rem;
  font-size: 3.75rem;
}
.List_news .banner .title1 {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 15rem;
}
.List_news .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.List_news .banner .title,
.List_news .banner .title1 {
  animation: slideUp 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  transform: translateY(100%);
  opacity: 0;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.List_news .News_content {
  padding: 4.375rem 0 5rem 0;
  background-color: #f5f6f8;
  /* 分页 */
}
.List_news .News_content .title {
  text-align: center;
  font-weight: 500;
  color: #303133;
  font-size: 3.125rem;
  margin-bottom: 4.375rem;
}
.List_news .News_content .item_box {
  width: 87.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.25rem;
}
.List_news .News_content .item_box .item {
  width: 27.75rem;
  height: 26.25rem;
  border-radius: 0.75rem;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.List_news .News_content .item_box .item .text_box {
  width: 100%;
  height: 100%;
  padding: 3.125rem 1.5625rem 2.375rem 2.1875rem;
}
.List_news .News_content .item_box .item .item_time {
  color: #909399;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.List_news .News_content .item_box .item .item_title {
  font-size: 1.625rem;
  text-align: left;
  margin-bottom: 2.125rem;
  line-height: 140%;
  color: #303133;
  height: 4.5rem;
}
.List_news .News_content .item_box .item .item_title1 {
  font-size: 0.875rem;
  text-align: left;
  color: #909399;
  line-height: 180%;
  height: 4.6875rem;
}
.List_news .News_content .item_box .item .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 4.5625rem;
}
.List_news .News_content .item_box .item .icon_active {
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 4.5625rem;
  display: none;
}
.List_news .News_content .item_box .item:hover {
  background-color: #006CDE;
  color: #fff;
}
.List_news .News_content .item_box .item:hover .item_time {
  color: #fff;
}
.List_news .News_content .item_box .item:hover .item_title {
  color: #fff;
}
.List_news .News_content .item_box .item:hover .item_title1 {
  color: #fff;
}
.List_news .News_content .item_box .item:hover .icon {
  display: none;
}
.List_news .News_content .item_box .item:hover .icon_active {
  display: block;
}
.List_news .News_content .item_box .item:first-child {
  grid-column: span 2;
}
.List_news .News_content .item_box .item1 {
  width: 57.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 1.625rem;
  position: relative;
}
.List_news .News_content .item_box .item1 .data {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-top: 16.375rem;
  margin-bottom: 0.6rem;
}
.List_news .News_content .item_box .item1 .text_box {
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
  position: absolute;
  z-index: 1;
}
.List_news .News_content .item_box .item1 .text_box .item1_icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 1.25rem;
}
.List_news .News_content .item_box .item1 .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.List_news .News_content .item_box .item1 .img_box .img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  border-radius: 0.75rem;
}
.List_news .News_content .item_box .item1:hover .img_box .img {
  transform: scale(1.05);
}
.List_news .News_content .pager {
  margin: 70px 0 40px;
}
.List_news .News_content .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.List_news .News_content .pager ul li {
  margin: 0 4px;
}
.List_news .News_content .pager ul li a {
  display: inline-block;
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #606266;
  font-size: 14px;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.List_news .News_content .pager ul li.active span {
  display: inline-block;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #006cde;
  border: 1px solid #006cde;
}
.List_news .News_content .pager ul li a:hover {
  color: #fff;
  background: #006cde;
  border-radius: 0.375rem;
  border: 1px solid #006cde;
}
.List_news .News_content .pager ul li:nth-last-child(1) a {
  width: auto;
  padding: 0 10px;
}
.List_news .News_content .pager ul li:nth-child(1) a {
  width: auto;
  padding: 0 10px;
  border-radius: 0.375rem;
}
.List_news .News_content .pager ul li.disabled span {
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  font-size: 14px;
  color: #606266;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  opacity: 0.5;
}
.List_news .News_content .pager ul li.disabled:hover {
  cursor: no-drop;
}
.List_binshui .Header {
  position: relative;
}
.List_binshui .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 11rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/binshui1.jpg);
}
.List_binshui .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.List_binshui .banner .detaile {
  width: 87.5rem;
  height: 25rem;
  margin: 0 auto;
  margin-bottom: 2.75rem;
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease-out;
  justify-content: space-between;
}
.List_binshui .banner .detaile .left {
  width: 43.75rem;
  height: 100%;
  overflow: hidden;
}
.List_binshui .banner .detaile .left .image {
  width: 43.75rem;
  height: 101%;
  margin-top: -0.0625rem;
  transition: all 0.6s ease;
}
.List_binshui .banner .detaile .right {
  width: 50%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  padding: 3.25rem 2.1875rem 2.1875rem 2.1875rem;
}
.List_binshui .banner .detaile .right .title {
  font-size: 2.125rem;
  color: #303133;
  border-bottom: 0.0625rem solid #E4E7ED;
  padding-bottom: 1.375rem;
  position: relative;
  margin-bottom: 2.3125rem;
}
.List_binshui .banner .detaile .right .title .R_line {
  position: absolute;
  width: 4.1875rem;
  height: 0.125rem;
  bottom: 0;
  background-color: #006CDE;
}
.List_binshui .banner .detaile .right .textarea {
  color: #606266;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 5.4375rem;
}
.List_binshui .banner .detaile .right .message_box {
  height: 3.125rem;
  display: flex;
}
.List_binshui .banner .detaile .right .message_box .left_btn {
  width: 13.875rem;
  height: 3.3125rem;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  border: 1px solid #EBEEF5;
  margin-right: 1.9375rem;
  color: #303133;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.List_binshui .banner .detaile .right .message_box .left_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.List_binshui .banner .detaile .right .message_box .right_btn {
  width: 18.1875rem;
  background-color: #006CDE;
  border-radius: 3.125rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: #FFFFFF;
}
.List_binshui .banner .detaile .right .message_box .right_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.loaded .List_binshui .banner .detaile {
  opacity: 1;
  transform: translateX(0);
}
.List_binshui .banner .detaile:hover .image {
  transform: scale(1.03);
}
.List_binshui .binshuiContent {
  padding: 4.375rem 0 0 0;
  background-color: #F5F6F8;
}
.List_binshui .binshuiContent .school {
  margin: 0 auto;
  width: 87.5rem;
  text-align: center;
}
.List_binshui .binshuiContent .school .name {
  font-weight: 500;
  color: #303133;
  font-size: 3.125rem;
}
.List_binshui .binshuiContent .school .title {
  font-size: 1.625rem;
  color: #303133;
  margin: 1rem 0 3.125rem 0;
}
.List_binshui .binshuiContent .school .content {
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 6.875rem;
}
.List_binshui .binshuiContent .school .content div {
  margin-bottom: 0.625rem;
}
.List_binshui .binshuiContent .school .honer {
  display: flex;
}
.List_binshui .binshuiContent .school .honer .left {
  width: 47.4375rem;
  margin-right: 4.875rem;
}
.List_binshui .binshuiContent .school .honer .left .image {
  width: 47.375rem;
  height: 42.375rem;
}
.List_binshui .binshuiContent .school .honer .right {
  padding-top: 2.6875rem;
}
.List_binshui .binshuiContent .school .honer .right .text1 {
  font-size: 2.625rem;
  color: #303133;
  font-weight: 500;
  text-align: left;
}
.List_binshui .binshuiContent .school .honer .right .text_area {
  font-size: 1.125rem;
  color: #303133;
  text-align: left;
  margin-top: 3.125rem;
  margin-bottom: 6rem;
}
.List_binshui .binshuiContent .school .honer .right .text_area div {
  margin-bottom: 0.625rem;
}
.List_binshui .binshuiContent .school .honer .right .more {
  text-align: left;
  font-size: 1.125rem;
  color: #909399;
}
.List_binshui .binshuiContent .teacher_box {
  width: 100%;
  background-color: #fff;
  padding: 6.25rem 0 3rem 0;
}
.List_binshui .binshuiContent .teacher_box .teacher {
  width: 87.5rem;
  margin: 0 auto;
  padding-left: 0.875rem;
  display: flex;
  justify-content: space-between;
}
.List_binshui .binshuiContent .teacher_box .teacher .left {
  width: 39.875rem;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .name {
  font-size: 3.125rem;
  font-weight: 500;
  color: #303133;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .name span {
  font-size: 1rem;
  font-weight: 400;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .content {
  font-size: 1.125rem;
  color: #606266;
  margin: 4.8rem 0;
  line-height: 160%;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .people .top {
  display: flex;
  padding-left: 1.25rem;
  margin-bottom: 3rem;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item {
  margin-right: 3.75rem;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item .number {
  margin-bottom: 0.75rem;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item .number .yearnum {
  font-weight: 700;
  color: #006CDE;
  font-size: 2.5rem;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item .number span {
  font-size: 1.125rem;
  color: #303133;
}
.List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item .name {
  color: #606266;
  font-size: 1.125rem;
}
.List_binshui .binshuiContent .teacher_box .teacher .right {
  width: 43.75rem;
  height: 26.75rem;
  margin-top: 3.625rem;
  overflow: hidden;
  border-radius: 1rem;
}
.List_binshui .binshuiContent .teacher_box .teacher .right img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.List_binshui .binshuiContent .teacher_box .teacher .right:hover .img {
  transform: scale(1.03);
}
.List_binshui .binshuiContent .feature_box {
  width: 100%;
  background-color: #F5F6F8;
  padding: 6.25rem 0 7.125rem 0;
}
.List_binshui .binshuiContent .feature_box .feature {
  width: 87.5rem;
  margin: 0 auto;
}
.List_binshui .binshuiContent .feature_box .feature .title {
  text-align: center;
  font-size: 3.125rem;
  color: #303133;
  font-weight: 500;
  margin-bottom: 1rem;
}
.List_binshui .binshuiContent .feature_box .feature .title1 {
  text-align: center;
  color: #303133;
  font-size: 1.625rem;
  margin-bottom: 3.75rem;
}
.List_binshui .binshuiContent .feature_box .feature .three_box {
  width: 87.5rem;
  height: 37.125rem;
  display: flex;
  position: relative;
  margin-bottom: 6.25rem;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .img_box {
  width: 66.875rem;
  height: 37.125rem;
  margin-right: 6.75rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  z-index: 1;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .img_box .image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .img_box .image:first-child {
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box {
  position: absolute;
  bottom: 1.75rem;
  right: 0;
  z-index: 2;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item {
  width: 40.4375rem;
  height: 17.5rem;
  border-radius: 0.75rem;
  padding: 3.75rem 1.75rem;
  display: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .dou_icon {
  width: 2.625rem;
  height: 2.1875rem;
  position: absolute;
  right: 2.1875rem;
  top: -0.625rem;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.125rem;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .name {
  font-size: 2rem;
  color: #303133;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .detaile {
  text-align: right;
  font-size: 1.125rem;
  color: #303133;
  margin-top: 1.5625rem;
  line-height: 140%;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item:first-child {
  display: block;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item.active {
  display: block;
}
@keyframes rotateHalf {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.List_binshui .binshuiContent .feature_box .feature .three_box .right_btn {
  text-align: right;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .title {
  font-size: 2.5rem;
  color: #303133;
  margin-bottom: 2.25rem;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item {
  font-size: 1.375rem;
  color: #303133;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line_box {
  width: 2.125rem;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line {
  width: 0;
  height: 0.1875rem;
  margin-left: 1.375rem;
  background: none;
  transition: all 0.3s ease;
  background: transparent;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item .active {
  width: 2.125rem;
  background-color: #006CDE;
}
.List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item:hover {
  color: #006CDE;
}
.List_binshui .binshuiContent .feature_box .feature .four_box {
  width: 87.5rem;
  height: 37.125rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .img_box {
  width: 66.875rem;
  height: 37.125rem;
  margin-right: 0rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  z-index: 1;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .img_box .image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .img_box .image:first-child {
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box {
  position: absolute;
  bottom: 1.75rem;
  left: 0;
  z-index: 2;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item {
  width: 40.4375rem;
  height: 17.5rem;
  border-radius: 0.75rem;
  padding: 3.75rem 1.75rem;
  display: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .dou_icon {
  width: 2.625rem;
  height: 2.1875rem;
  position: absolute;
  left: 2.1875rem;
  top: -0.625rem;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .top .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.125rem;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .top .name {
  font-size: 2rem;
  color: #303133;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .detaile {
  text-align: right;
  font-size: 1.125rem;
  color: #303133;
  margin-top: 1.5625rem;
  line-height: 140%;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item:first-child {
  display: block;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item.active {
  display: block;
}
@keyframes rotateHalf {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.List_binshui .binshuiContent .feature_box .feature .four_box .right_btn {
  text-align: right;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .title {
  font-size: 2.5rem;
  color: #303133;
  margin-bottom: 2.25rem;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item {
  font-size: 1.375rem;
  color: #303133;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item .item_line_box {
  width: 2.125rem;
  margin-right: 1.375rem;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item .item_line {
  width: 0;
  height: 0.1875rem;
  background: none;
  transition: all 0.3s ease;
  background: transparent;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item .active {
  width: 2.125rem;
  background-color: #006CDE;
}
.List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item:hover {
  color: #006CDE;
}
.List_binshui .binshuiContent .advantage_box {
  padding: 5.625rem 0 7.9375rem 0;
  background-color: #fff;
}
.List_binshui .binshuiContent .advantage_box .advantage {
  margin: 0 auto;
  position: relative;
}
.List_binshui .binshuiContent .advantage_box .advantage .name {
  text-align: center;
  font-size: 3.125rem;
  color: #303133;
}
.List_binshui .binshuiContent .advantage_box .advantage .title {
  text-align: center;
  font-size: 1rem;
  color: #303133;
  margin-top: 0.625rem;
  margin-bottom: 4.125rem;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper {
  width: 87.5rem;
  height: 30.25rem;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper {
  height: 100%;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide {
  background-color: #F5F6F8;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box {
  height: 18.5rem;
  overflow: hidden;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box img {
  height: 18.5rem;
  transition: all 0.3s ease;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content {
  position: relative;
  transition: background-color 0.3s ease-in-out;
  padding: 1.5rem 1.375rem 2.625rem 1.25rem;
  height: 100%;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .name {
  color: #303133;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .detaile {
  font-size: 0.9375rem;
  color: #606266;
  line-height: 160%;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .number {
  font-size: 3.125rem;
  color: #fff;
  font-style: italic;
  position: absolute;
  display: inline-block;
  top: 0.6rem;
  text-shadow: none;
  -webkit-text-stroke: 0.5px #fff;
  color: transparent;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.02);
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .content {
  background-color: #006CDE;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .name {
  color: #fff;
}
.List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .detaile {
  color: #fff;
}
.List_binshui .binshuiContent .advantage_box .advantage .swiper-button-prev::after,
.List_binshui .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_binshui .binshuiContent .advantage_box .advantage .swiper-button-next::after,
.List_binshui .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_binshui .binshuiContent .advantage_box .advantage .swiper-button-next,
.List_binshui .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  top: 58%;
  right: 8%;
  transform: rotate(360deg);
  background-size: cover;
  background-image: url(../img/binshui15.png);
}
.List_binshui .binshuiContent .advantage_box .advantage .swiper-button-prev,
.List_binshui .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  top: 58%;
  left: 8%;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url(../img/binshui15.png);
}
.List_highSchool .Header {
  position: relative;
}
.List_highSchool .PageNew .nav .nav_left .active {
  color: #006CDE;
}
.List_highSchool .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 11rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/binshui1.jpg);
}
.List_highSchool .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.List_highSchool .banner .detaile {
  width: 87.5rem;
  height: 25rem;
  margin: 0 auto;
  margin-bottom: 2.75rem;
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease-out;
  justify-content: space-between;
}
.List_highSchool .banner .detaile .left {
  width: 43.75rem;
  height: 100%;
  overflow: hidden;
}
.List_highSchool .banner .detaile .left .image {
  width: 43.75rem;
  height: 101%;
  margin-top: -0.0625rem;
  transition: all 0.6s ease;
}
.List_highSchool .banner .detaile .right {
  width: 50%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  padding: 3.25rem 2.1875rem 2.1875rem 2.1875rem;
}
.List_highSchool .banner .detaile .right .title {
  font-size: 2.125rem;
  color: #303133;
  border-bottom: 0.0625rem solid #E4E7ED;
  padding-bottom: 1.375rem;
  position: relative;
  margin-bottom: 2.3125rem;
}
.List_highSchool .banner .detaile .right .title .R_line {
  position: absolute;
  width: 4.1875rem;
  height: 0.125rem;
  bottom: 0;
  background-color: #006CDE;
}
.List_highSchool .banner .detaile .right .textarea {
  color: #606266;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 2.5625rem;
}
.List_highSchool .banner .detaile .right .message_box {
  height: 3.125rem;
  display: flex;
}
.List_highSchool .banner .detaile .right .message_box .left_btn {
  width: 13.875rem;
  height: 3.3125rem;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  border: 1px solid #EBEEF5;
  margin-right: 1.9375rem;
  color: #303133;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.List_highSchool .banner .detaile .right .message_box .left_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.List_highSchool .banner .detaile .right .message_box .right_btn {
  width: 18.1875rem;
  background-color: #006CDE;
  border-radius: 3.125rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: #FFFFFF;
}
.List_highSchool .banner .detaile .right .message_box .right_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.loaded .List_highSchool .banner .detaile {
  opacity: 1;
  transform: translateX(0);
}
.List_highSchool .banner .detaile:hover .image {
  transform: scale(1.03);
}
.List_highSchool .binshuiContent .school {
  margin: 0 auto;
  width: 87.5rem;
  text-align: center;
  padding-top: 4.375rem;
}
.List_highSchool .binshuiContent .school .name {
  font-weight: 500;
  color: #303133;
  font-size: 3.125rem;
}
.List_highSchool .binshuiContent .school .title {
  font-size: 1.625rem;
  color: #303133;
  margin: 1rem 0 3.125rem 0;
}
.List_highSchool .binshuiContent .school .content {
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 4.125rem;
}
.List_highSchool .binshuiContent .school .content div {
  margin-bottom: 0.625rem;
}
.List_highSchool .binshuiContent .school .image_box {
  width: 87.5rem;
  height: 28.75rem;
  margin-bottom: 6.25rem;
  display: flex;
}
.List_highSchool .binshuiContent .school .image_box .left_box {
  width: 40.625rem;
  height: 28.75rem;
  overflow: hidden;
  margin-right: 1.25rem;
}
.List_highSchool .binshuiContent .school .image_box .left_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_highSchool .binshuiContent .school .image_box .left_box:hover img {
  transform: scale(1.03);
}
.List_highSchool .binshuiContent .school .image_box .right_box {
  display: flex;
}
.List_highSchool .binshuiContent .school .image_box .right_box .two_box {
  margin-right: 1.25rem;
}
.List_highSchool .binshuiContent .school .image_box .right_box .two_box .image {
  width: 22.625rem;
  height: 13.9375rem;
  overflow: hidden;
  margin-bottom: 0.875rem;
}
.List_highSchool .binshuiContent .school .image_box .right_box .two_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_highSchool .binshuiContent .school .image_box .right_box .two_box .image:hover img {
  transform: scale(1.03);
}
.List_highSchool .binshuiContent .school .image_box .right_box .one_box {
  width: 21.75rem;
  height: 28.75rem;
  overflow: hidden;
}
.List_highSchool .binshuiContent .school .image_box .right_box .one_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_highSchool .binshuiContent .school .image_box .right_box .one_box:hover img {
  transform: scale(1.03);
}
.List_highSchool .binshuiContent .teacher {
  width: 100%;
  padding-bottom: 3.125rem;
  overflow: hidden;
  background-image: url(../img/highSchool6.jpg);
  position: relative;
  background-size: 100% 100%;
}
.List_highSchool .binshuiContent .teacher .top {
  width: 26.9375rem;
  height: 4.375rem;
  margin: 0 auto;
  margin-top: 4.5rem;
  font-size: 3.125rem;
  color: #303133;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 1.2rem;
  font-weight: 500;
  background-size: 100% 60%;
  background-image: url(../img/highSchool7.png);
}
.List_highSchool .binshuiContent .teacher .textarea {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
}
.List_highSchool .binshuiContent .teacher .textarea div {
  margin-bottom: 0.625rem;
}
.List_highSchool .binshuiContent .teacher .teacher_swiper {
  width: 87.5rem;
  height: 24.375rem;
  margin: 0 auto;
  padding-top: 10px;
  margin-top: 5rem;
}
.List_highSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-container {
  width: 100%;
  height: auto;
  padding: 5.625rem 0;
  margin-left: auto;
  margin-right: auto;
}
.List_highSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 1.125rem;
  height: 16.4375rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.List_highSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide img {
  width: 15rem;
  height: 15rem;
  margin-bottom: 1.3125rem;
  border-radius: 100%;
  padding: 0.625rem;
}
.List_highSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper #progressEffect {
  position: absolute;
  z-index: 10;
  top: 1.25rem;
  left: 1.25rem;
}
.List_highSchool .binshuiContent .teacher .teacher_swiper .swiper-slide-active img {
  border: 0.0625rem dashed #006CDE;
}
.List_highSchool .binshuiContent .teacher .swiper-button-prev::after,
.List_highSchool .binshuiContent .teacher .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_highSchool .binshuiContent .teacher .swiper-button-next::after,
.List_highSchool .binshuiContent .teacher .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_highSchool .binshuiContent .teacher .swiper-button-next,
.List_highSchool .binshuiContent .teacher .swiper-rtl .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  content: '';
  position: absolute;
  top: 60%;
  right: 10%;
  transform: rotate(180deg);
  background-size: cover;
  transform: rotateY(360deg);
  background-size: 100% 100%;
  background-image: url(../img/highSchool15.png);
}
.List_highSchool .binshuiContent .teacher .swiper-button-prev,
.List_highSchool .binshuiContent .teacher .swiper-rtl .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 60%;
  left: 10%;
  transform: rotateY(180deg);
  background-image: url(../img/highSchool15.png);
  background-size: 100% 100%;
}
.List_highSchool .binshuiContent .teacher .swiper-button-prev:hover {
  background-image: url(../img/highSchool14.png);
}
.List_highSchool .binshuiContent .teacher .swiper-button-next:hover {
  background-image: url(../img/highSchool14.png);
}
.List_highSchool .binshuiContent .feature_box {
  width: 100%;
  padding: 6.25rem 0 3.625rem 0;
  background-color: #F5F6F8;
}
.List_highSchool .binshuiContent .feature_box .feature {
  width: 87.5rem;
  margin: 0 auto;
}
.List_highSchool .binshuiContent .feature_box .feature .title {
  text-align: center;
  font-size: 3.125rem;
  color: #303133;
  font-weight: 500;
  margin-bottom: 2rem;
}
.List_highSchool .binshuiContent .feature_box .feature .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 0.625rem;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box {
  width: 87.5rem;
  height: 37.125rem;
  display: flex;
  position: relative;
  margin-top: 2.5rem;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .img_box {
  width: 66.875rem;
  height: 37.125rem;
  margin-right: 6.75rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  z-index: 1;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .img_box .image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .img_box .image:first-child {
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box {
  position: absolute;
  bottom: 1.75rem;
  right: 0;
  z-index: 2;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item {
  width: 40.4375rem;
  height: 17.5rem;
  border-radius: 0.75rem;
  padding: 3.75rem 1.75rem;
  display: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .dou_icon {
  width: 2.625rem;
  height: 2.1875rem;
  position: absolute;
  right: 2.1875rem;
  top: -0.625rem;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.125rem;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .name {
  font-size: 2rem;
  color: #303133;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .detaile {
  text-align: right;
  font-size: 1.125rem;
  color: #303133;
  margin-top: 1.5625rem;
  line-height: 140%;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item:first-child {
  display: block;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item.active {
  display: block;
}
@keyframes rotateHalf {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn {
  text-align: right;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .title {
  font-size: 2.5rem;
  color: #303133;
  margin-bottom: 2.25rem;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item {
  font-size: 1.375rem;
  color: #303133;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line_box {
  width: 2.125rem;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line {
  width: 0;
  height: 0.1875rem;
  margin-left: 1.375rem;
  background: none;
  transition: all 0.3s ease;
  background: transparent;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .active {
  width: 2.125rem;
  background-color: #006CDE;
}
.List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item:hover {
  color: #006CDE;
}
.list_lzschool .Header {
  position: relative;
}
.list_lzschool .PageNew .nav .nav_left .active {
  color: #006CDE;
}
.list_lzschool .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 11rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/binshui1.jpg);
}
.list_lzschool .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.list_lzschool .banner .detaile {
  width: 87.5rem;
  height: 25rem;
  margin: 0 auto;
  margin-bottom: 2.75rem;
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease-out;
  justify-content: space-between;
}
.list_lzschool .banner .detaile .left {
  width: 43.75rem;
  height: 100%;
  overflow: hidden;
}
.list_lzschool .banner .detaile .left .image {
  width: 43.75rem;
  height: 101%;
  margin-top: -0.0625rem;
  transition: all 0.6s ease;
}
.list_lzschool .banner .detaile .right {
  width: 50%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  padding: 3.25rem 2.1875rem 2.1875rem 2.1875rem;
}
.list_lzschool .banner .detaile .right .title {
  font-size: 2.125rem;
  color: #303133;
  border-bottom: 0.0625rem solid #E4E7ED;
  padding-bottom: 1.375rem;
  position: relative;
  margin-bottom: 2.3125rem;
}
.list_lzschool .banner .detaile .right .title .R_line {
  position: absolute;
  width: 4.1875rem;
  height: 0.125rem;
  bottom: 0;
  background-color: #006CDE;
}
.list_lzschool .banner .detaile .right .textarea {
  color: #606266;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 2.5625rem;
}
.list_lzschool .banner .detaile .right .message_box {
  height: 3.125rem;
  display: flex;
}
.list_lzschool .banner .detaile .right .message_box .left_btn {
  width: 13.875rem;
  height: 3.3125rem;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  border: 1px solid #EBEEF5;
  margin-right: 1.9375rem;
  color: #303133;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list_lzschool .banner .detaile .right .message_box .left_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.list_lzschool .banner .detaile .right .message_box .right_btn {
  width: 18.1875rem;
  background-color: #006CDE;
  border-radius: 3.125rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: #FFFFFF;
}
.list_lzschool .banner .detaile .right .message_box .right_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.loaded .list_lzschool .banner .detaile {
  opacity: 1;
  transform: translateX(0);
}
.list_lzschool .banner .detaile:hover .image {
  transform: scale(1.03);
}
.list_lzschool .binshuiContent .school_box {
  width: 100%;
  background-color: #F5F6F8;
  padding-bottom: 5.75rem;
}
.list_lzschool .binshuiContent .school {
  margin: 0 auto;
  width: 87.5rem;
  text-align: center;
  padding-top: 4.375rem;
}
.list_lzschool .binshuiContent .school .name {
  font-weight: 500;
  color: #303133;
  font-size: 3.125rem;
}
.list_lzschool .binshuiContent .school .title {
  font-size: 1.625rem;
  color: #303133;
  margin: 1rem 0 3.125rem 0;
}
.list_lzschool .binshuiContent .school .content {
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 4.125rem;
}
.list_lzschool .binshuiContent .school .content div {
  margin-bottom: 0.625rem;
}
.list_lzschool .binshuiContent .school .image_box {
  width: 87.5rem;
  height: 28.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_lzschool .binshuiContent .school .image_box .left_box {
  width: 55.3125rem;
  height: 28.75rem;
  overflow: hidden;
  margin-right: 1.25rem;
}
.list_lzschool .binshuiContent .school .image_box .left_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.list_lzschool .binshuiContent .school .image_box .left_box:hover img {
  transform: scale(1.03);
}
.list_lzschool .binshuiContent .school .image_box .right_box {
  width: 21.75rem;
  height: 28.75rem;
  overflow: hidden;
}
.list_lzschool .binshuiContent .school .image_box .right_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.list_lzschool .binshuiContent .school .image_box .right_box:hover img {
  transform: scale(1.03);
}
.list_lzschool .binshuiContent .facility {
  position: relative;
  padding-top: 1.5rem;
}
.list_lzschool .binshuiContent .facility img {
  width: 100%;
  height: auto;
}
.list_lzschool .binshuiContent .facility .show {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background: linear-gradient(0deg, #FFFFFF 3.28%, rgba(255, 255, 255, 0) 42.67%);
}
.list_lzschool .binshuiContent .facility .top {
  top: 0;
  width: 100%;
  height: 6.25rem;
  position: absolute;
  text-align: center;
}
.list_lzschool .binshuiContent .facility .top .name {
  font-size: 3.125rem;
  color: #303133;
  padding-top: 5.625rem;
}
.list_lzschool .binshuiContent .facility .top .title {
  font-size: 1rem;
  margin-top: 1rem;
}
.list_lzschool .binshuiContent .teacher {
  width: 100%;
  padding-bottom: 3.125rem;
  overflow: hidden;
  background-image: url(../img/highSchool6.jpg);
  position: relative;
  background-size: 100% 100%;
}
.list_lzschool .binshuiContent .teacher .top {
  width: 26.9375rem;
  height: 4.375rem;
  margin: 0 auto;
  margin-top: 4.5rem;
  font-size: 3.125rem;
  color: #303133;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 1.2rem;
  font-weight: 500;
  background-size: 100% 60%;
  background-image: url(../img/highSchool7.png);
}
.list_lzschool .binshuiContent .teacher .textarea {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
}
.list_lzschool .binshuiContent .teacher .textarea div {
  margin-bottom: 0.625rem;
}
.list_lzschool .binshuiContent .teacher .teacher_swiper {
  width: 87.5rem;
  height: 24.375rem;
  padding-top: 10px;
  margin: 0 auto;
  margin-top: 5rem;
}
.list_lzschool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-container {
  width: 100%;
  height: auto;
  padding: 5.625rem 0;
  margin-left: auto;
  margin-right: auto;
}
.list_lzschool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 1.125rem;
  height: 16.4375rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.list_lzschool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide img {
  width: 15rem;
  height: 15rem;
  margin-bottom: 1.3125rem;
  border-radius: 100%;
  padding: 0.625rem;
}
.list_lzschool .binshuiContent .teacher .teacher_swiper .swiper-wrapper #progressEffect {
  position: absolute;
  z-index: 10;
  top: 1.25rem;
  left: 1.25rem;
}
.list_lzschool .binshuiContent .teacher .teacher_swiper .swiper-slide-active img {
  border: 0.0625rem dashed #006CDE;
}
.list_lzschool .binshuiContent .teacher .swiper-button-prev::after,
.list_lzschool .binshuiContent .teacher .swiper-rtl .swiper-button-next:after {
  content: '';
}
.list_lzschool .binshuiContent .teacher .swiper-button-next::after,
.list_lzschool .binshuiContent .teacher .swiper-rtl .swiper-button-next:after {
  content: '';
}
.list_lzschool .binshuiContent .teacher .swiper-button-next,
.list_lzschool .binshuiContent .teacher .swiper-rtl .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  content: '';
  position: absolute;
  top: 60%;
  right: 10%;
  transform: rotate(180deg);
  background-size: cover;
  transform: rotateY(360deg);
  background-size: 100% 100%;
  background-image: url(../img/highSchool15.png);
}
.list_lzschool .binshuiContent .teacher .swiper-button-prev,
.list_lzschool .binshuiContent .teacher .swiper-rtl .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 60%;
  left: 10%;
  transform: rotateY(180deg);
  background-image: url(../img/highSchool15.png);
  background-size: 100% 100%;
}
.list_lzschool .binshuiContent .teacher .swiper-button-prev:hover {
  background-image: url(../img/highSchool14.png);
}
.list_lzschool .binshuiContent .teacher .swiper-button-next:hover {
  background-image: url(../img/highSchool14.png);
}
.list_lzschool .binshuiContent .advantage_box {
  padding: 5.625rem 0 7.9375rem 0;
  background-color: #fff;
}
.list_lzschool .binshuiContent .advantage_box .advantage {
  margin: 0 auto;
  position: relative;
}
.list_lzschool .binshuiContent .advantage_box .advantage .name {
  text-align: center;
  font-size: 3.125rem;
  color: #303133;
}
.list_lzschool .binshuiContent .advantage_box .advantage .title {
  text-align: center;
  font-size: 1rem;
  color: #303133;
  margin-top: 0.625rem;
  margin-bottom: 4.125rem;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper {
  width: 87.5rem;
  height: 30.25rem;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper {
  height: 100%;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide {
  background-color: #F5F6F8;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box {
  height: 18.5rem;
  overflow: hidden;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box img {
  height: 18.5rem;
  transition: all 0.3s ease;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content {
  position: relative;
  transition: background-color 0.3s ease-in-out;
  padding: 1.5rem 1.375rem 2.625rem 1.25rem;
  height: 100%;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .name {
  color: #303133;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .detaile {
  font-size: 0.9375rem;
  color: #606266;
  line-height: 140%;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .number {
  font-size: 3.125rem;
  color: #fff;
  font-style: italic;
  position: absolute;
  display: inline-block;
  top: 0.6rem;
  text-shadow: none;
  -webkit-text-stroke: 0.5px #fff;
  color: transparent;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.02);
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .content {
  background-color: #006CDE;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .name {
  color: #fff;
}
.list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .detaile {
  color: #fff;
}
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-button-prev::after,
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next:after {
  content: '';
}
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-button-next::after,
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next:after {
  content: '';
}
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-button-next,
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  top: 58%;
  right: 8%;
  transform: rotate(360deg);
  background-size: cover;
  background-image: url(../img/binshui15.png);
}
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-button-prev,
.list_lzschool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  top: 58%;
  left: 8%;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url(../img/binshui15.png);
}
.list_lzschool .binshuiContent .honer {
  background-image: url(../img/yljy39.jpg);
  height: 59.375rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.list_lzschool .binshuiContent .honer .honer_area {
  width: 87.5rem;
  margin: 0 auto;
  padding-top: 5.625rem;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_top {
  margin-bottom: 3.375rem;
  text-align: center;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_top .name {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  color: #303133;
  margin-bottom: 0.625rem;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper {
  width: 98%;
  height: 42rem;
  display: none;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-wrapper {
  height: 38rem;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  width: 21.875rem;
  height: 16.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide .image {
  width: 17.0625rem;
  height: 10.9375rem;
  margin-top: 0.9375rem;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide .name {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 140%;
  color: #303133;
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-prev::after,
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-next::after,
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-next,
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  top: 94%;
  left: 52%;
  transform: rotate(360deg);
  background-size: cover;
  background-image: url(../img/about16.png);
}
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-prev,
.list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  top: 94%;
  left: 47%;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url(../img/about16.png);
}
.list_partybuilding .banner {
  background-image: url('/static/img/party1.jpg');
}
.page_content .Header {
  position: relative;
}
.page_content .PageNew {
  z-index: 999999 !important;
}
.page_content .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 15rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/about2.jpg);
}
.page_content .banner .title {
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 1.25rem;
  font-size: 3.75rem;
}
.page_content .banner .title1 {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 15rem;
}
.page_content .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.page_content .banner .title,
.page_content .banner .title1 {
  animation: slideUp 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  transform: translateY(100%);
  opacity: 0;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.page_content .content {
  background-color: #f5f6f8;
  padding: 6.125rem 0 0 0;
}
.page_content .content .name {
  text-align: center;
  font-size: 2.625rem;
  color: #303133;
  margin-bottom: 1rem;
}
.page_content .content .title {
  text-align: center;
  font-size: 1.125rem;
  color: #909399;
  margin-bottom: 3.5rem;
}
.page_content .content .info_box {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page_content .content .info_box .item {
  width: 28.25rem;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 3.5rem 2.625rem 4.125rem 2.25rem;
}
.page_content .content .info_box .item .name {
  text-align: left;
  color: #303133;
  font-size: 1.875rem;
}
.page_content .content .info_box .item .number {
  width: 90%;
  color: #909399;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  line-height: 140%;
}
.page_content .content .info_box .item .logo {
  position: absolute;
  width: 13.5625rem;
  height: 11.25rem;
  right: 1.5625rem;
  top: 1.9375rem;
}
.page_content .content .info_box .item .icon {
  width: 4.5rem;
  display: none;
  transition: transform 0.3s ease;
}
.page_content .content .info_box .item .icon2 {
  width: 4.5rem;
  height: 4.5rem;
}
.page_content .content .info_box .item:hover {
  background-color: #006CDE;
}
.page_content .content .info_box .item:hover .icon {
  display: block;
  transform: scale(1.1);
}
.page_content .content .info_box .item:hover .icon2 {
  display: none;
}
.page_content .content .info_box .item:hover .name {
  color: #fff;
}
.page_content .content .info_box .item:hover .number {
  color: #fff;
}
.page_content .content .address_box {
  width: 83rem;
  margin: 0 auto;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page_content .content .address_box .item {
  width: 37.5625rem;
  color: #606266;
  font-size: 1rem;
  margin-bottom: 4.125rem;
  border-bottom: 0.0625rem solid #E4E7ED;
  padding-bottom: 1.75rem;
  margin-right: 7.75rem;
  position: relative;
}
.page_content .content .address_box .item .line_blue {
  width: 2.75rem;
  height: 0.1875rem;
  position: absolute;
  bottom: 0;
  background-color: #006CDE;
  transition: all 0.6s ease;
}
.page_content .content .address_box .item .title {
  text-align: left;
  font-weight: 500;
  font-size: 1.625rem;
  color: #303133;
}
.page_content .content .address_box .item .address {
  margin: 1.6875rem 0 1.3125rem 0;
}
.page_content .content .address_box .map {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.page_content .content .address_box .map .icon {
  width: 1.6rem;
  height: auto;
  margin-left: 0.4375rem;
  transition: transform 0.6s ease;
}
.page_content .content .address_box .item:hover .map {
  color: #006CDE;
}
.page_content .content .address_box .item:hover .icon {
  transform: scale(1.05) translateY(-10px);
}
.page_content .message .container {
  width: 76.375rem;
  margin: 0 auto;
}
.page_content .message .container .view-top {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  color: #303133;
  margin: 6.25rem 0 5rem 0;
}
.page_content .message .container .mes_box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_content .message .container .mes_box .col-md-4 {
  width: 24.75rem;
  height: 3.6875rem;
  border: 0.0625rem solid #E4E7ED;
  display: flex;
  align-items: center;
}
.page_content .message .container .mes_box .col-md-4 .mes_box-txt {
  display: flex;
  align-items: center;
}
.page_content .message .container .mes_box .col-md-4 .mes_box-txt .icon {
  margin-left: 1rem;
   width: 1.375rem;
    height: auto;
  margin-right: 0.5rem;
}
.page_content .message .container .mes_box .col-md-4 .mes_box-txt input:focus {
  outline: none;
  box-shadow: none;
}
.page_content .message .container .mes_box .col-md-4 .mes_box-txt #telephone:focus {
  outline: none;
  box-shadow: none;
}
.page_content .message .container .mes_box .row1 {
  margin-top: 1.5rem;
  padding: 1.125rem;
  border: 0.0625rem solid #E4E7ED;
}
.page_content .message .container .mes_box .row1 #content {
  width: 100%;
  height: 10.875rem;
}
.page_content .message .container .mes_box .row1 textarea:focus {
  outline: none;
  box-shadow: none;
}
.page_content .message .container .mes_box .row1 #content:focus {
  outline: none;
  box-shadow: none;
}
.page_content .message .container .mes_box .row1 .content_box {
  display: flex;
}
.page_content .message .container .mes_box .row1 .content_box .icon {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.5rem;
  margin-top: -0.125rem;
}
.page_content .message .container .mes_box .message_warning {
  font-size: 0.875rem;
  color: #909399;
  margin-top: 1.1875rem;
}
.page_content .message .container .mes_box .button {
  width: 14.875rem;
  height: 3.4375rem;
  background-color: #006CDE;
  text-align: center;
  line-height: 3.4375rem;
  font-size: 1.1875rem;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 1.3125rem;
  margin-bottom: 6.25rem;
  cursor: pointer;
}
.page_content .addressMap {
  width: 100%;
  height: 43.5625rem;
}
.show_school .Header {
  position: relative;
}
.show_school .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 15rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url('/static/img/about1.jpg');
}
.show_school .banner .title {
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 1.25rem;
  font-size: 3.75rem;
}
.show_school .banner .title1 {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 15rem;
}
.show_school .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.show_school .banner .title,
.show_school .banner .title1 {
  animation: slideUp 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  transform: translateY(100%);
  opacity: 0;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.show_school .details .container {
  width: 87.5rem;
  margin: 0 auto;
}
.show_school .details .view-top h1 {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 6.25rem;
  margin-bottom: 1.875rem;
}
.show_school .view-info {
  display: flex;
  justify-content: center;
}
.show_school .view-info em {
  display: flex;
  margin: 0 1rem;
  color: #909399;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  align-items: center;
}
.show_school .view-info em img {
  margin-right: 10px;
}
.show_school .view-desc {
  margin-top: 2rem;
  padding: 1rem 0;
}
.show_school .view-desc,
.show_school .view-desc p {
  color: #303133;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3px;
}
.show_school .view-pager {
  border-top: 1px solid #e2e2e2;
  padding: 2rem 0 5rem 0;
  margin-top: 5rem;
}
.show_school .view-pager ul {
  display: flex;
  justify-content: space-between;
}
.show_school .view-pager ul li {
  display: flex;
  color: #303133;
  cursor: pointer;
}
.show_school .view-pager ul li:hover {
  color: #006CDE;
}
.show_news .banner {
  background-image: url('/static/img/news1.jpg');
}
.show_partybuilding .banner {
  background-image: url('/static/img/party1.jpg');
}
/*费县*/
.List_fxSchool .banner {
  width: 100%;
  height: 46.25rem;
  line-height: 0;
  padding-top: 11rem;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/binshui1.jpg);
}
.List_fxSchool .banner .icon {
  width: 3.375rem;
  height: 3.375rem;
}
.List_fxSchool .banner .detaile {
  width: 87.5rem;
  height: 25rem;
  margin: 0 auto;
  margin-bottom: 2.75rem;
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease-out;
  justify-content: space-between;
}
.List_fxSchool .banner .detaile .left {
  width: 43.75rem;
  height: 100%;
  overflow: hidden;
}
.List_fxSchool .banner .detaile .left .image {
  width: 43.75rem;
  height: 101%;
  margin-top: -0.0625rem;
  transition: all 0.6s ease;
}
.List_fxSchool .banner .detaile .right {
  width: 50%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  padding: 3.25rem 2.1875rem 2.1875rem 2.1875rem;
}
.List_fxSchool .banner .detaile .right .title {
  font-size: 2.125rem;
  color: #303133;
  border-bottom: 0.0625rem solid #E4E7ED;
  padding-bottom: 1.375rem;
  position: relative;
  margin-bottom: 2.3125rem;
}
.List_fxSchool .banner .detaile .right .title .R_line {
  position: absolute;
  width: 4.1875rem;
  height: 0.125rem;
  bottom: 0;
  background-color: #006CDE;
}
.List_fxSchool .banner .detaile .right .textarea {
  color: #606266;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 2.5625rem;
}
.List_fxSchool .banner .detaile .right .message_box {
  height: 3.125rem;
  display: flex;
}
.List_fxSchool .banner .detaile .right .message_box .left_btn {
  width: 13.875rem;
  height: 3.3125rem;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  border: 1px solid #EBEEF5;
  margin-right: 1.9375rem;
  color: #303133;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.List_fxSchool .banner .detaile .right .message_box .left_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.List_fxSchool .banner .detaile .right .message_box .right_btn {
  width: 18.1875rem;
  background-color: #006CDE;
  border-radius: 3.125rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: #FFFFFF;
}
.List_fxSchool .banner .detaile .right .message_box .right_btn .icon {
  width: 1.375rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.loaded .List_fxSchool .banner .detaile {
  opacity: 1;
  transform: translateX(0);
}
.List_fxSchool .banner .detaile:hover .image {
  transform: scale(1.03);
}
.List_fxSchool .banner .detaile:hover .image {
  transform: scale(1.03);
}
.List_fxSchool .binshuiContent .school {
  margin: 0 auto;
  width: 87.5rem;
  text-align: center;
  padding-top: 4.375rem;
}
.List_fxSchool .binshuiContent .school .name {
  font-weight: 500;
  color: #303133;
  font-size: 3.125rem;
}
.List_fxSchool .binshuiContent .school .title {
  font-size: 1.625rem;
  color: #303133;
  margin: 1rem 0 3.125rem 0;
}
.List_fxSchool .binshuiContent .school .content {
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 4.125rem;
}
.List_fxSchool .binshuiContent .school .content div {
  margin-bottom: 0.625rem;
}
.List_fxSchool .binshuiContent .school .image_box {
  width: 87.5rem;
  height: 28.75rem;
  margin-bottom: 6.25rem;
  display: flex;
}
.List_fxSchool .binshuiContent .school .image_box .left_box {
  width: 40.625rem;
  height: 28.75rem;
  overflow: hidden;
  margin-right: 1.25rem;
}
.List_fxSchool .binshuiContent .school .image_box .left_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_fxSchool .binshuiContent .school .image_box .left_box:hover img {
  transform: scale(1.03);
}
.List_fxSchool .binshuiContent .school .image_box .right_box {
  display: flex;
}
.List_fxSchool .binshuiContent .school .image_box .right_box .two_box {
  margin-right: 1.25rem;
}
.List_fxSchool .binshuiContent .school .image_box .right_box .two_box .image {
  width: 22.625rem;
  height: 13.9375rem;
  overflow: hidden;
  margin-bottom: 0.875rem;
}
.List_fxSchool .binshuiContent .school .image_box .right_box .two_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_fxSchool .binshuiContent .school .image_box .right_box .two_box .image:hover img {
  transform: scale(1.03);
}
.List_fxSchool .binshuiContent .school .image_box .right_box .one_box {
  width: 21.75rem;
  height: 28.75rem;
  overflow: hidden;
}
.List_fxSchool .binshuiContent .school .image_box .right_box .one_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_fxSchool .binshuiContent .school .image_box .right_box .one_box:hover img {
  transform: scale(1.03);
}
.List_fxSchool .binshuiContent .teacher {
  width: 100%;
  padding-bottom: 3.125rem;
  overflow: hidden;
  background-image: url(../img/highSchool6.jpg);
  position: relative;
  background-size: 100% 100%;
}
.List_fxSchool .binshuiContent .teacher .top {
  width: 26.9375rem;
  height: 4.375rem;
  margin: 0 auto;
  margin-top: 4.5rem;
  font-size: 3.125rem;
  color: #303133;
  text-align: center;
  background-repeat: no-repeat;
  
  font-weight: 500;
  background-size: 100% 60%;
  
}
.List_fxSchool .binshuiContent .teacher .textarea {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
}
.List_fxSchool .binshuiContent .teacher .textarea div {
  margin-bottom: 0.625rem;
}
.List_fxSchool .binshuiContent .teacher .teacher_swiper {
  width: 87.5rem;
  height: 24.375rem;
  margin: 0 auto;
  padding-top: 10px;
  margin-top: 5rem;
}
.List_fxSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-container {
  width: 100%;
  height: auto;
  padding: 5.625rem 0;
  margin-left: auto;
  margin-right: auto;
}
.List_fxSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 1.125rem;
  height: 16.4375rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.List_fxSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  margin-bottom: 1.3125rem;
  /*border-radius: 100%;*/
  padding: 0.625rem;
}
.List_fxSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper #progressEffect {
  position: absolute;
  z-index: 10;
  top: 1.25rem;
  left: 1.25rem;
}

.List_fxSchool .binshuiContent .teacher .swiper-button-prev::after,
.List_fxSchool .binshuiContent .teacher .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_fxSchool .binshuiContent .teacher .swiper-button-next::after,
.List_fxSchool .binshuiContent .teacher .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_fxSchool .binshuiContent .teacher .swiper-button-next,
.List_fxSchool .binshuiContent .teacher .swiper-rtl .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  content: '';
  position: absolute;
  top: 60%;
  right: 10%;
  transform: rotate(180deg);
  background-size: cover;
  transform: rotateY(360deg);
  background-size: 100% 100%;
  background-image: url(../img/highSchool15.png);
}
.List_fxSchool .binshuiContent .teacher .swiper-button-prev,
.List_fxSchool .binshuiContent .teacher .swiper-rtl .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 60%;
  left: 10%;
  transform: rotateY(180deg);
  background-image: url(../img/highSchool15.png);
  background-size: 100% 100%;
}
.List_fxSchool .binshuiContent .teacher .swiper-button-prev:hover {
  background-image: url(../img/highSchool14.png);
}
.List_fxSchool .binshuiContent .teacher .swiper-button-next:hover {
  background-image: url(../img/highSchool14.png);
}
.List_fxSchool .binshuiContent .feature_box {
  width: 100%;
  padding: 6.25rem 0 3.625rem 0;
  background-color: #F5F6F8;
}
.List_fxSchool .binshuiContent .feature_box .feature {
  width: 87.5rem;
  margin: 0 auto;
}
.List_fxSchool .binshuiContent .feature_box .feature .title {
  text-align: center;
  font-size: 3.125rem;
  color: #303133;
  font-weight: 500;
  margin-bottom: 2rem;
}
.List_fxSchool .binshuiContent .feature_box .feature .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 0.625rem;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box {
  width: 87.5rem;
  height: 37.125rem;
  display: flex;
  position: relative;
  margin-top: 2.5rem;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .img_box {
  width: 66.875rem;
  height: 37.125rem;
  margin-right: 6.75rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  z-index: 1;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .img_box .image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .img_box .image:first-child {
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box {
  position: absolute;
  bottom: 1.75rem;
  right: 0;
  z-index: 2;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item {
  width: 40.4375rem;
  height: 17.5rem;
  border-radius: 0.75rem;
  padding: 3.75rem 1.75rem;
  display: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .dou_icon {
  width: 2.625rem;
  height: 2.1875rem;
  position: absolute;
  right: 2.1875rem;
  top: -0.625rem;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.125rem;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .name {
  font-size: 2rem;
  color: #303133;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .detaile {
  text-align: right;
  font-size: 1.125rem;
  color: #303133;
  margin-top: 1.5625rem;
  line-height: 140%;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item:first-child {
  display: block;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item.active {
  display: block;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn {
  text-align: right;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .title {
  font-size: 2.5rem;
  color: #303133;
  margin-bottom: 2.25rem;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item {
  font-size: 1.375rem;
  color: #303133;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line_box {
  width: 2.125rem;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line {
  width: 0;
  height: 0.1875rem;
  margin-left: 1.375rem;
  background: none;
  transition: all 0.3s ease;
  background: transparent;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .active {
  width: 2.125rem;
  background-color: #006CDE;
}
.List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item:hover {
  color: #006CDE;
}
.List_fxSchool .binshuiContent .advantage_box {
  padding: 5.625rem 0 7.9375rem 0;
  background-color: #fff;
}
.List_fxSchool .binshuiContent .advantage_box .advantage {
  margin: 0 auto;
  position: relative;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .name {
  text-align: center;
  font-size: 3.125rem;
  color: #303133;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .title {
  text-align: center;
  font-size: 1rem;
  color: #303133;
  margin-top: 0.625rem;
  margin-bottom: 4.125rem;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper {
  width: 87.5rem;
  height: 30.25rem;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper {
  height: 100%;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide {
  background-color: #F5F6F8;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box {
  height: 18.5rem;
  overflow: hidden;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box img {
  width: 100%;
  height: 18.5rem;
  transition: all 0.3s ease;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content {
  position: relative;
  transition: background-color 0.3s ease-in-out;
  padding: 1.5rem 1.375rem 2.625rem 1.25rem;
  height: 100%;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .name {
  color: #303133;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .detaile {
  font-size: 0.9375rem;
  color: #606266;
  line-height: 140%;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .number {
  font-size: 3.125rem;
  color: #fff;
  font-style: italic;
  position: absolute;
  display: inline-block;
  top: 0.6rem;
  text-shadow: none;
  -webkit-text-stroke: 0.5px #fff;
  color: transparent;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.02);
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .content {
  background-color: #006CDE;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .name {
  color: #fff;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide:hover .detaile {
  color: #fff;
}
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-button-prev::after,
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-button-next::after,
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-button-next,
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  top: 58%;
  right: 8%;
  transform: rotate(360deg);
  background-size: cover;
  background-image: url(../img/binshui15.png);
}
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-button-prev,
.List_fxSchool .binshuiContent .advantage_box .advantage .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  top: 58%;
  left: 8%;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url(../img/binshui15.png);
}
.List_fxSchool .binshuiContent .honer {
  background-image: url(../img/yljy39.jpg);
  height: 59.375rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.List_fxSchool .binshuiContent .honer .honer_area {
  width: 87.5rem;
  margin: 0 auto;
  padding-top: 5.625rem;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_top {
  margin-bottom: 3.375rem;
  text-align: center;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_top .name {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  color: #303133;
  margin-bottom: 0.625rem;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper {
  width: 98%;
  height: 42rem;
  display: none;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-wrapper {
  height: 38rem;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  width: 21.875rem;
  height: 16.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide .image {
  width: 17.0625rem;
  height: 10.9375rem;
  margin-top: 0.9375rem;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide .name {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 140%;
  color: #303133;
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-prev::after,
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-next::after,
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-next,
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  top: 94%;
  left: 52%;
  transform: rotate(360deg);
  background-size: cover;
  background-image: url(../img/about16.png);
}
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-prev,
.List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  top: 94%;
  left: 47%;
  transform: rotate(180deg);
  background-size: cover;
  background-image: url(../img/about16.png);
}
