@media only screen and (max-width: 1680px) {
  html {
    font-size: 13.3px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .Header {
    display: none;
  }
  .wap_header {
    display: block !important;
  }
  .wap_header .navi {
    position: absolute;
    width: 1.7rem;
    z-index: 999999;
    top: 1.4rem;
    right: 1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .wap_header .navi a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap_header .navi span {
    width: 100%;
    background: #006CDE;
    border-radius: 1.5px;
    height: 3px;
    margin-top: 5px;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .wap_header .navi.on span {
    background: #044FA0;
  }
  .wap_header .navi.on {
    top: 1.6rem;
  }
  .wap_header .navi.on span:last-child {
    display: none;
  }
  .wap_header .navi.on span:nth-child(1) {
    transform: skewY(46deg) translateX(0.32rem) translateY(-0.1rem);
  }
  .wap_header .navi.on span:nth-child(2) {
    width: 100%;
    transform: skewY(-46deg) translateX(0.32rem);
  }
  .wap_header header {
    min-width: 320px;
    width: 100%;
    height: 4.375rem;
    position: fixed;
    z-index: 1001;
    left: 50%;
    top: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff !important;
    box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .wap_header header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wap_header header .logo a img {
    width: 11.25rem;
    height: auto;
    left: 0.625rem;
    top: 1rem;
    position: fixed;
  }
  .wap_header header .logo a .logo_name {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-left: 10px;
  }
  .wap_header header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .wap_header header.open {
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 0, 0.05);
  }
  .wap_header .header-nav {
    background: #ffffff;
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 4.375rem;
    z-index: 999999;
  }
  .wap_header .header-nav > ul > li > a {
    position: relative;
    display: block;
    padding: 1.25rem;
    border-top: 0.0313rem solid lightgray;
    font-size: 1rem;
    color: #081f2c;
    font-weight: 700;
  }
  .wap_header .header-nav > ul > li > a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../img/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .wap_header .header-nav > ul > li > ul {
    display: none;
  }
  .wap_header .header-nav > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 1.25rem;
    border-top: 1px solid #b7b7b8;
    font-size: 1rem;
    color: #081f2c;
  }
  .wap_header .header-nav > ul > li > ul > li > a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../img/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
  }
  /* 手机端悬浮导航 */
  .PageNew {
    display: none;
  }
  .wap_PageNew {
    width: 94%;
    height: 3.125rem;
    margin: 0 auto;
    display: block !important;
    margin-top: -1.5625rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .wap_PageNew .swiper {
    width: 100%;
    height: 100%;
  }
  .wap_PageNew .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    color: #303030;
    justify-content: center;
    align-items: center;
  }
  .wap_PageNew .swiper-slide a {
    font-size: 0.9375rem;
  }
  .wap_PageNew .active {
    color: #fff;
    background-image: linear-gradient(135deg, #006CDE 0%, #0044AA 100%);
  }
  .wap_PageNew .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer {
    display: none;
  }
  .wap_footer {
    display: block !important;
    width: 100%;
    text-align: center;
    line-height: 0;
    padding-top: 1.875rem;
    background-size: cover;
    background-image: url('../img/wap_about_bj5.jpg');
  }
  .wap_footer .logo {
    width: 12.5rem;
    height: auto;
  }
  .wap_footer .nav_box {
    width: 94%;
    margin: 0 auto;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
    color: #fff;
    margin-bottom: 2rem;
    font-size: 0.875rem;
  }
  .wap_footer .name {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    line-height: 140%;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .wap_footer .copyright {
    width: 90%;
    margin: 0 auto;
    font-size: 0.7rem;
    color: lightgray;
    margin-top: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(178, 171, 171, 0.2);
  }
  .wap_footer .copyright .Copyright {
    margin: 4px 0;
  }
  .wap_footer .copyright .warning {
    line-height: 140%;
    margin-top: 0.4rem;
  }
  .wap_footer .copyright .record {
    display: flex;
    justify-content: center;
    margin-top: 0.625rem;
  }
  .wap_footer .copyright .record .icon {
    width: 0.625rem;
    height: 0.625rem;
  }
  .show_school .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_about1.jpg);
  }
  .show_school .banner .title {
    font-size: 1.25rem;
  }
  .show_school .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .show_school .details {
    text-align: left;
  }
  .show_school .details .container {
    width: 94%;
  }
  .show_school .details .container p {
    font-size: 1rem;
  }
  .show_school .details .container .view-desc {
    margin-top: 0rem;
  }
  .show_school .details .view-top h1 {
    padding-top: 50px;
    font-size: 1.25rem;
  }
  .show_school .view-pager {
    margin-top: 1.25rem;
    padding-bottom: 3rem;
  }
  .show_partybuilding .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_party1.jpg);
  }
  .show_partybuilding .banner .title {
    font-size: 1.25rem;
  }
  .show_partybuilding .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .show_news .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_news1.jpg);
  }
  .show_news .banner .title {
    font-size: 1.25rem;
  }
  .show_news .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .show_msg .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_news1.jpg);
  }
  .show_msg .banner .title {
    font-size: 1.25rem;
  }
  .show_msg .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .page_content .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_about2.jpg);
  }
  .page_content .banner .title {
    font-size: 1.25rem;
  }
  .page_content .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .page_content .content {
    padding-top: 5rem;
    margin-top: -1.5625rem;
  }
  .page_content .content .title {
    width: 80%;
    margin: 0 auto;
    line-height: 140%;
    font-size: 0.875rem;
  }
  .page_content .content .info_box {
    display: flex;
    flex-direction: column;
  }
  .page_content .content .info_box {
    width: 94%;
    margin-top: 1.875rem;
  }
  .page_content .content .info_box .item {
    width: 100%;
    padding: 1.25rem 1.25rem;
    margin-bottom: 1.25rem;
    min-height: 7.1875rem;
  }
  .page_content .content .info_box .item .name {
    font-size: 1.125rem;
  }
  .page_content .content .info_box .item .icon2 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .page_content .content .info_box .item .logo {
    display: none;
  }
  .page_content .content .info_box .item .left {
    width: 80%;
  }
  .page_content .content .info_box .item .number {
    flex: auto;
  }
  .page_content .content .address_box {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-top: 2rem;
  }
  .page_content .content .address_box .item {
    width: 100%;
    font-size: 0.875rem;
  }
  .page_content .content .address_box .item .title {
    width: 100%;
    font-size: 1.125rem;
  }
  .page_content .content .address_box .item .address {
    font-size: 0.875rem;
    margin: 0.5rem 0;
  }
  .page_content .content .address_box .item .map {
    font-size: 0.875rem;
    margin-top: 1.4rem;
  }
  .page_content .content .address_box .item .map .icon {
    width: 0.9375rem;
    height: auto;
  }
  .page_content .content .name {
    font-size: 1.5rem;
  }
  .page_content .contact2 {
    height: 23rem !important;
  }
  .page_content .contact2 .logo {
    width: 9.375rem !important;
    height: auto !important;
  }
  .page_content .addressMap {
    height: auto;
  }
  .page_content .message .container {
    width: 94%;
  }
  .page_content .message .container .view-top {
    margin: 2rem 0;
    font-size: 1.5rem;
  }
  .page_content .message .container .mes_box .row {
    flex-direction: column;
  }
  .page_content .message .container .mes_box .row .col-md-4 {
    height: 2.5rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .page_content .message .container .mes_box .row .col-md-4 input {
    font-size: 0.875rem;
  }
  .page_content .message .container .mes_box .row .col-md-4 .mes_box-txt .icon {
    width: 1.125rem;
    height: auto;
  }
  .page_content .message .container .mes_box .row1 {
    margin-top: 0;
  }
  .page_content .message .container .mes_box .button {
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
  }
  .list_partybuilding {
    padding-bottom: 2rem;
  }
  .list_partybuilding .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_party1.jpg) !important;
  }
  .list_partybuilding .banner .title {
    font-size: 1.25rem;
  }
  .list_partybuilding .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .list_partybuilding .News_content {
    padding: 3rem 0;
  }
  .list_partybuilding .News_content .title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .list_partybuilding .News_content .item_box {
    width: 94%;
    display: flex;
    flex-direction: column;
  }
  .list_partybuilding .News_content .item_box .item1 {
    width: 100%;
    font-size: 1.125rem;
  }
  .list_partybuilding .News_content .item_box .item1 .data {
    margin-top: 4rem;
  }
  .list_partybuilding .News_content .item_box .item1 .item1_icon {
    display: none;
  }
  .list_partybuilding .News_content .item_box .item1 .text_box {
    padding: 1rem;
  }
  .list_partybuilding .News_content .item_box .item {
    width: 100%;
    height: auto;
  }
  .list_partybuilding .News_content .item_box .item .item_title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    height: auto;
  }
  .list_partybuilding .News_content .item_box .item .text_box {
    padding: 1.5rem;
  }
  .list_partybuilding .News_content .item_box .item .icon {
    margin-top: 1.25rem;
  }
  .List_news .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_news1.jpg);
  }
  .List_news .banner .title {
    font-size: 1.25rem;
  }
  .List_news .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .List_news .News_content {
    padding: 3rem 0;
  }
  .List_news .News_content .title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .List_news .News_content .item_box {
    width: 94%;
    display: flex;
    flex-direction: column;
    grid-gap: 1.25rem;
  }
  .List_news .News_content .item_box .item1 {
    width: 100%;
    height: 16.25rem;
    font-size: 1.125rem;
  }
  .List_news .News_content .item_box .item1 .data {
    margin-top: 7rem;
  }
  .List_news .News_content .item_box .item1 .item1_icon {
    display: none;
  }
  .List_news .News_content .item_box .item1 .text_box {
    padding: 1rem;
  }
  .List_news .News_content .item_box .item1 .img_box {
    width: 100%;
    height: 100%;
  }
  .List_news .News_content .item_box .item1 .img_box .img {
    width: 100%;
    height: 12.5rem;
  }
  .List_news .News_content .item_box .item {
    width: 100%;
    height: auto;
  }
  .List_news .News_content .item_box .item .item_title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    height: auto;
  }
  .List_news .News_content .item_box .item .text_box {
    padding: 1.5rem;
  }
  .List_news .News_content .item_box .item .icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.25rem;
  }
  .list_lzschool .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 0;
    background-image: none;
  }
  .list_lzschool .banner .detaile {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .list_lzschool .banner .detaile .left {
    width: 100%;
    height: 20.625rem;
    position: relative;
    overflow: hidden;
  }
  .list_lzschool .banner .detaile .left .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* 兼容旧版浏览器 */
    font-family: 'object-fit: cover; object-position: center;';
  }
  .list_lzschool .banner .detaile .right {
    display: none;
  }
  .list_lzschool .binshuiContent .school {
    width: 94%;
    padding-top: 3rem;
  }
  .list_lzschool .binshuiContent .school .name {
    font-size: 1.5rem;
  }
  .list_lzschool .binshuiContent .school .title {
    font-size: 1rem;
    margin: 0.625rem 0;
    margin-bottom: 1.5rem;
  }
  .list_lzschool .binshuiContent .school .content {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .list_lzschool .binshuiContent .school .content div {
    line-height: 140%;
  }
  .list_lzschool .binshuiContent .school .image_box {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .list_lzschool .binshuiContent .school .image_box .left_box {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: visible;
    margin-bottom: 0.625rem;
  }
  .list_lzschool .binshuiContent .school .image_box .left_box img {
    width: 100%;
    height: auto;
  }
  .list_lzschool .binshuiContent .school .image_box .right_box {
    width: 100%;
    height: auto;
  }
  .list_lzschool .binshuiContent .school_box {
    padding-bottom: 3rem;
  }
  .list_lzschool .binshuiContent .facility {
    padding-top: 2rem;
  }
  .list_lzschool .binshuiContent .facility .top .name {
    font-size: 1.25rem;
    padding-top: 1rem;
  }
  .list_lzschool .binshuiContent .facility .top .title {
    font-size: 0.775rem;
    margin-top: 0.625rem;
  }
  .list_lzschool .binshuiContent .teacher {
    width: 100%;
  }
  .list_lzschool .binshuiContent .teacher .top {
    width: 60%;
    height: auto;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .list_lzschool .binshuiContent .teacher .textarea {
    width: 94%;
    margin: 0 auto;
    font-size: 0.875rem;
  }
  .list_lzschool .binshuiContent .teacher .textarea div {
    line-height: 140%;
  }
  .list_lzschool .binshuiContent .teacher .teacher_swiper {
    margin-top: 2rem;
    width: 100%;
    height: auto;
  }
  .list_lzschool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide img {
    width: 10rem;
    height: 10rem;
  }
  .list_lzschool .binshuiContent .teacher .swiper-button-prev,
  .list_lzschool .binshuiContent .teacher .swiper-button-next {
    display: none !important;
  }
  .list_lzschool .binshuiContent .advantage_box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .name {
    font-size: 1.5rem;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .title {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper {
    width: 94%;
    margin: 0 auto;
    height: auto;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box {
    height: auto;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box img {
    width: 100%;
    height: auto;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .name {
    font-size: 1rem;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .detaile {
    font-size: 0.875rem;
    min-height: 3.625rem;
    max-height: 3.625rem;
  }
  .list_lzschool .binshuiContent .advantage_box .advantage .swiper-button-next,
  .list_lzschool .binshuiContent .advantage_box .advantage .swiper-button-prev {
    display: none;
  }
  .list_lzschool .binshuiContent .honer {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .list_lzschool .binshuiContent .honer .honer_area {
    width: 94%;
    padding-top: 0rem;
  }
  .list_lzschool .binshuiContent .honer .honer_area .honer_top {
    margin-bottom: 2rem;
  }
  .list_lzschool .binshuiContent .honer .honer_area .honer_top .name {
    font-size: 1.5rem;
  }
  .list_lzschool .binshuiContent .honer .honer_area .honer_top .enname {
    font-size: 0.875rem;
  }
  .list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-wrapper {
    height: 30rem;
  }
  .list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide .name {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
  .list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-prev {
    left: 34%;
    top: 86%;
  }
  .list_lzschool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-next {
    left: 53%;
    top: 86%;
  }
  .List_highSchool .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 0;
    background-image: none;
  }
  .List_highSchool .banner .detaile {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .List_highSchool .banner .detaile .left {
    width: 100%;
    height: 20.625rem;
    position: relative;
    overflow: hidden;
  }
  .List_highSchool .banner .detaile .left .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* 兼容旧版浏览器 */
    font-family: 'object-fit: cover; object-position: center;';
  }
  .List_highSchool .banner .detaile .right {
    display: none;
  }
  .List_highSchool .binshuiContent .school {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .List_highSchool .binshuiContent .school .name {
    font-size: 1.5rem;
  }
  .List_highSchool .binshuiContent .school .title {
    font-size: 1rem;
    margin-top: 0.625rem;
    margin-bottom: 1.5rem;
  }
  .List_highSchool .binshuiContent .school .content {
    width: 94%;
    margin: 0 auto;
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .List_highSchool .binshuiContent .school .content div {
    line-height: 140%;
  }
  .List_highSchool .binshuiContent .school .image_box {
    width: 94%;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
  }
  .List_highSchool .binshuiContent .school .image_box .left_box {
    width: 100%;
    height: auto;
  }
  .List_highSchool .binshuiContent .school .image_box .left_box img {
    height: auto;
  }
  .List_highSchool .binshuiContent .school .image_box .right_box {
    width: 100%;
    flex-direction: column;
  }
  .List_highSchool .binshuiContent .school .image_box .right_box .two_box {
    margin-right: 0;
  }
  .List_highSchool .binshuiContent .school .image_box .right_box .two_box .image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .List_highSchool .binshuiContent .school .image_box .right_box .one_box {
    width: 100%;
    height: auto;
  }
  .List_highSchool .binshuiContent .teacher {
    width: 100%;
  }
  .List_highSchool .binshuiContent .teacher .top {
    width: 60%;
    height: auto;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .List_highSchool .binshuiContent .teacher .textarea {
    width: 94%;
    margin: 0 auto;
    font-size: 0.875rem;
  }
  .List_highSchool .binshuiContent .teacher .textarea div {
    line-height: 140%;
  }
  .List_highSchool .binshuiContent .teacher .teacher_swiper {
    margin-top: 2rem;
    width: 100%;
    height: auto;
  }
  .List_highSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide img {
    width: 10rem;
    height: 10rem;
  }
  .List_highSchool .binshuiContent .teacher .swiper-button-prev,
  .List_highSchool .binshuiContent .teacher .swiper-button-next {
    display: none !important;
  }
  .List_highSchool .binshuiContent .feature_box {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature {
    width: 100%;
  }
  .List_highSchool .binshuiContent .feature_box .feature .title {
    font-size: 1.5rem;
    width: 94%;
    margin: 0 auto;
    line-height: 140%;
    margin-bottom: 1rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .title1 {
    width: 94%;
    line-height: 140%;
    font-size: 0.875rem;
    margin: 0 auto;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box {
    width: 94%;
    height: auto;
    margin: 0 auto;
    margin-top: 3rem;
    justify-content: space-between;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .img_box {
    width: 80%;
    height: 11rem;
    margin-right: 0;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn {
    width: 27%;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .active {
    width: 1rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line {
    margin-left: 0.625rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box {
    width: 80%;
    height: auto;
    bottom: -3rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item {
    width: 100%;
    height: auto;
    padding: 0.625rem;
    min-height: 6.25rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .name {
    font-size: 0.875rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .detaile {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .List_highSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .dou_icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .List_binshui .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 0;
    background-image: none;
  }
  .List_binshui .banner .detaile {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .List_binshui .banner .detaile .left {
    width: 100%;
    height: 20.625rem;
    position: relative;
    overflow: hidden;
  }
  .List_binshui .banner .detaile .left .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* 兼容旧版浏览器 */
    font-family: 'object-fit: cover; object-position: center;';
  }
  .List_binshui .banner .detaile .right {
    display: none;
  }
  .List_binshui .binshuiContent {
    width: 100%;
    padding-top: 0;
    height: auto;
  }
  .List_binshui .binshuiContent .school {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .List_binshui .binshuiContent .school .name {
    font-size: 1.5rem;
  }
  .List_binshui .binshuiContent .school .title {
    font-size: 1rem;
    margin-top: 0.625rem;
    margin-bottom: 1.5rem;
  }
  .List_binshui .binshuiContent .school .content {
    width: 94%;
    margin: 0 auto;
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .List_binshui .binshuiContent .school .content div {
    line-height: 140%;
  }
  .List_binshui .binshuiContent .school .honer {
    flex-direction: column;
  }
  .List_binshui .binshuiContent .school .honer .left {
    width: 100%;
  }
  .List_binshui .binshuiContent .school .honer .left .image {
    width: 100%;
    height: auto;
  }
  .List_binshui .binshuiContent .school .honer .right {
    padding-top: 0;
  }
  .List_binshui .binshuiContent .school .honer .right .text1 {
    font-size: 20px;
    text-align: center;
  }
  .List_binshui .binshuiContent .school .honer .right .text_area {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }
  .List_binshui .binshuiContent .school .honer .right .more {
    font-size: 0.875rem;
    text-align: center;
  }
  .List_binshui .binshuiContent .teacher_box {
    padding-top: 3rem;
  }
  .List_binshui .binshuiContent .teacher_box .teacher {
    width: 94%;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left {
    width: 100%;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left .name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left .name span {
    font-size: 0.875rem;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left .content {
    font-size: 0.875rem;
    margin: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left .people .top {
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0rem;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item {
    margin-right: 0;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item .number span {
    font-size: 0.75rem;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .left .people .top .item .name {
    font-size: 0.75rem;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .right {
    width: 100%;
    margin-top: 1rem;
    height: auto;
  }
  .List_binshui .binshuiContent .teacher_box .teacher .right img {
    height: auto;
  }
  .List_binshui .binshuiContent .feature_box {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .List_binshui .binshuiContent .feature_box .feature {
    width: 100%;
  }
  .List_binshui .binshuiContent .feature_box .feature .title {
    font-size: 1.5rem;
    width: 94%;
    margin: 0 auto;
    line-height: 140%;
  }
  .List_binshui .binshuiContent .feature_box .feature .title1 {
    width: 94%;
    line-height: 140%;
    font-size: 0.875rem;
    margin: 0 auto;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box {
    width: 94%;
    height: auto;
    margin: 0 auto;
    margin-top: 2rem;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .img_box {
    width: 80%;
    height: 11rem;
    margin-right: 0;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .right_btn {
    width: 27%;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .title {
    display: none;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item .active {
    width: 1rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line {
    margin-left: 0.625rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box {
    width: 80%;
    height: auto;
    bottom: -3rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item {
    width: 100%;
    height: auto;
    padding: 0.625rem;
    min-height: 6.25rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .name {
    font-size: 0.875rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .detaile {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .three_box .detaile_box .item .dou_icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box {
    width: 94%;
    height: auto;
    margin: 0 auto;
    margin-top: 2rem;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .img_box {
    width: 80%;
    height: 11rem;
    margin-right: 0;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .right_btn {
    width: 27%;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .title {
    display: none;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item .active {
    width: 1rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .right_btn .item .item_line {
    margin-left: 0.625rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box {
    width: 80%;
    height: auto;
    bottom: -3rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item {
    width: 100%;
    height: auto;
    padding: 0.625rem;
    min-height: 6.25rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .top .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .top .name {
    font-size: 0.875rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .detaile {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .List_binshui .binshuiContent .feature_box .feature .four_box .detaile_box .item .dou_icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .List_binshui .binshuiContent .advantage_box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .name {
    font-size: 1.5rem;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .title {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper {
    width: 94%;
    margin: 0 auto;
    height: auto;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box {
    height: auto;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box img {
    width: 100%;
    height: auto;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .name {
    font-size: 1rem;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .detaile {
    font-size: 0.875rem;
    min-height: 3.625rem;
    max-height: 3.625rem;
  }
  .List_binshui .binshuiContent .advantage_box .advantage .swiper-button-next,
  .List_binshui .binshuiContent .advantage_box .advantage .swiper-button-prev {
    display: none;
  }
  .List_about .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 6.5rem;
    background-image: url(../img/wap_about1.jpg);
  }
  .List_about .banner .title {
    font-size: 1.25rem;
  }
  .List_about .banner .title1 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .List_about .GroupOverview {
    width: 94%;
    height: auto;
    padding-bottom: 3rem;
  }
  .List_about .GroupOverview .title {
    font-size: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 0.625rem;
  }
  .List_about .GroupOverview .title1 {
    font-size: 1rem;
  }
  .List_about .GroupOverview .textarea {
    padding-top: 0.625rem;
    font-size: 0.875rem;
    margin-bottom: 3rem;
  }
  .List_about .GroupOverview .textarea div {
    line-height: 140%;
    margin: 10px 0 0 0;
  }
  .List_about .GroupOverview .time_box {
    width: 94%;
  }
  .List_about .GroupOverview .time_box .time_box_item .number {
    font-size: 2rem;
  }
  .List_about .GroupOverview .time_box .time_box_item .text {
    font-size: 0.75rem;
  }
  .List_about .GroupOverview .enterprise_culture {
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }
  .List_about .GroupOverview .enterprise_culture .enterprise_item {
    flex-direction: column;
  }
  .List_about .GroupOverview .enterprise_culture .enterprise_item .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .List_about .GroupOverview .enterprise_culture .enterprise_item .item .bottom {
    font-size: 1.25rem;
  }
  .List_about .GroupOverview .enterprise_culture .enterprise_item .item .active_box .name {
    font-size: 1.5rem;
  }
  .List_about .develop {
    height: auto;
  }
  .List_about .develop .title {
    font-size: 1.5rem;
    padding-top: 5rem;
  }
  .List_about .develop .text {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .List_about .develop .development_history_swiper {
    padding-top: 5rem;
    width: 96%;
  }
  .List_about .develop .development_history_swiper .swiper-slide::before {
    top: 0.4rem;
  }
  .List_about .develop .development_history_swiper .swiper-slide i {
    width: 1rem;
    height: 7.25rem;
  }
  .List_about .develop .development_history_swiper .development_history_desc {
    top: 1.5rem;
    height: 7rem;
  }
  .List_about .develop .development_history_swiper .development_history_desc .time_number {
    font-size: 1.5rem;
  }
  .List_about .develop .development_history_swiper .development_history_desc .address_name {
    font-size: 0.875rem;
  }
  .List_about .develop .swiper-button-next {
    top: 80%;
    left: 52%;
  }
  .List_about .develop .swiper-button-prev {
    top: 80%;
    left: 40%;
  }
  .List_about .honer {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .List_about .honer .honer_area {
    width: 94%;
    padding-top: 3rem;
  }
  .List_about .honer .honer_area .honer_top {
    margin-bottom: 3rem;
  }
  .List_about .honer .honer_area .honer_top .name {
    font-size: 1.5rem;
  }
  .List_about .honer .honer_area .honer_top .nav_right {
    width: auto;
    height: auto;
  }
  .List_about .honer .honer_area .honer_top .nav_right .button {
    width: 7rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.875rem;
  }
  .List_about .honer .honer_area .honer_top .enname {
    font-size: 0.875rem;
  }
  .List_about .honer .honer_area .honer_swiper .swiper-wrapper {
    height: 30rem;
  }
  .List_about .honer .honer_area .honer_swiper .swiper-slide .name {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
  .List_about .honer .honer_area .honer_swiper .swiper-button-prev {
    left: 34%;
    top: 88%;
  }
  .List_about .honer .honer_area .honer_swiper .swiper-button-next {
    left: 53%;
    top: 88%;
  }
  .List_about .friend {
    height: auto;
    padding-bottom: 3rem;
  }
  .List_about .friend .title {
    font-size: 1.5rem;
    padding-top: 3rem;
    margin-bottom: 0.625rem;
  }
  .List_about .friend .title1 {
    font-size: 1rem;
  }
  .List_about .friend .friend_swiper {
    margin-bottom: 1rem;
  }
  .List_about .friend .friend_swiper .swiper-slide,
  .List_about .friend .friend_swiper2 .swiper-slide {
    height: 4rem;
  }
  .indexModule #scroll-button {
    display: none !important;
  }
  .indexModule #dowebok {
    display: none;
  }
  .indexModule .wap_content {
    display: block !important;
  }
  .indexModule .wap_content .section1 {
    width: 100%;
    height: 20.625rem;
  }
  .indexModule .wap_content .section1 .section1_box .realize {
    width: 7.5rem;
    height: 2rem;
    margin-top: 15.5rem;
    font-size: 0.75rem;
    margin-left: -3.75rem;
  }
  .indexModule .wap_content .section1 .section1_box .realize .icon {
    width: 1rem;
    height: 1rem;
  }
  .indexModule .wap_content .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(2);
  }
  .indexModule .wap_content .section1 .Header_swiper .swiper-horizontal > .swiper-pagination-bullets,
  .indexModule .wap_content .section1 .Header_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .indexModule .wap_content .section1 .Header_swiper .swiper-pagination-custom,
  .indexModule .wap_content .section1 .Header_swiper .swiper-pagination-fraction {
    bottom: 1rem;
  }
  .indexModule .wap_content .section2 {
    height: auto;
  }
  .indexModule .wap_content .section2 .section2_area {
    width: 100%;
    padding-top: 4rem;
    flex-direction: column;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left {
    width: 94%;
    margin: 0 auto;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .title {
    width: 10rem;
    height: auto;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .name {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .textarea {
    width: 100%;
    font-size: 0.875rem;
    margin-top: 1rem;
    text-align: justify;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .number {
    width: 100%;
    padding: 2rem 1rem;
    height: auto;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .number .item .yearnum {
    font-size: 1.5rem;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .number .item .year {
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .number .item .text {
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .button_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .indexModule .wap_content .section2 .section2_area .section2_left .button {
    margin: 0 auto;
    width: 6rem;
    height: auto;
  }
  .indexModule .wap_content .section2 .section2_area .section2_right {
    width: 94%;
    margin: 0 auto;
    padding-top: 3rem;
    border-radius: 0.5rem;
  }
  .indexModule .wap_content .section2 .section2_area .section2_right .image {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
  }
  .indexModule .wap_content .section3 {
    height: auto;
  }
  .indexModule .wap_content .section3 .section3_area {
    padding-bottom: 3rem;
    width: 94%;
    margin: 0 auto;
  }
  .indexModule .wap_content .section3 .section3_area .title {
    width: 70%;
    height: auto;
    margin-top: 4rem;
  }
  .indexModule .wap_content .section3 .section3_area .EducationalModel {
    flex-direction: column;
    font-size: 0.875rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .indexModule .wap_content .section3 .section3_area .EducationalModel .text1 {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
  .indexModule .wap_content .section3 .section3_area .imgBox {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .indexModule .wap_content .section3 .section3_area .imgBox .item {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 0.625rem;
  }
  .indexModule .wap_content .section3 .section3_area .imgBox .item .max {
    display: block !important;
    opacity: 1;
    margin-left: 0rem;
    padding: 5rem 3.25rem;
  }
  .indexModule .wap_content .section3 .section3_area .imgBox .item .max .logo {
    margin-bottom: 1rem;
  }
  .indexModule .wap_content .section3 .section3_area .imgBox .item .max .maxicon {
    width: 1.625rem;
    height: 1.625rem;
  }
  .indexModule .wap_content .section3 .section3_area .imgBox .item .max .maxtitle {
    font-size: 1.25rem;
    margin-top: 0.3rem;
    margin-left: 0.625rem;
  }
  .indexModule .wap_content .section3 .section3_area .imgBox .item .max .maxtext {
    font-size: 0.875rem;
    line-height: 140%;
  }
  .indexModule .wap_content .section4 {
    height: auto;
  }
  .indexModule .wap_content .section4 .section4_area {
    padding-top: 4rem;
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
  .indexModule .wap_content .section4 .section4_area .section4_area_top {
    flex-direction: column;
    font-size: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .indexModule .wap_content .section4 .section4_area .section4_area_top .english {
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section4 .section4_area .section4_area_top .section4_area_top_right {
    width: 100%;
    margin-left: 0rem;
    margin-top: 1rem;
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section4 .section4_area .section4_area_top .section4_area_top_right div {
    line-height: 140%;
  }
  .indexModule .wap_content .section4 .section4_area .section4_area_top .section4_area_top_right .icon {
    display: none;
  }
  .indexModule .wap_content .section4 .section4_area .swiper-button-prev {
    top: 36%;
    left: 36%;
    display: none;
  }
  .indexModule .wap_content .section4 .section4_area .swiper-button-next {
    top: 36%;
    left: 51%;
    display: none;
  }
  .indexModule .wap_content .section4 .section4_area .section4_swiper {
    width: 100%;
    height: auto;
  }
  .indexModule .wap_content .section4 .section4_area .section4_swiper .swiper-slide .image {
    height: auto;
  }
  .indexModule .wap_content .section4 .section4_area .section4_swiper .swiper-slide .name {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .indexModule .wap_content .section4 .section4_area .section4_swiper .swiper-slide .textarea {
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section4 .section4_area .section4_swiper .swiper-slide .more {
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section4 .section4_area .section4_swiper .swiper-slide .more .icon {
    width: 1rem;
    height: 1rem;
  }
  .indexModule .wap_content .section5 {
    height: auto;
  }
  .indexModule .wap_content .section5 .section5_area {
    width: 94%;
    margin: 0 auto;
    height: auto;
    padding-top: 4rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_top {
    width: 100%;
    flex-direction: column;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_top .section5_area_top_left {
    font-size: 1.5rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_top .section5_area_top_left .english {
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_top .section5_area_top_right {
    margin: 2rem 0 1rem 0;
    display: flex;
    justify-content: space-between;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_top .section5_area_top_right .nav_item {
    width: 30%;
    height: auto;
    font-size: 0.875rem;
    line-height: 2.4rem;
    margin-right: 0;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom {
    margin-top: 1rem;
    padding-bottom: 3rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area {
    width: 100%;
    height: auto;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .left {
    display: none;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right_active {
    width: 100%;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right {
    position: relative;
    left: 0;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper {
    padding-top: 0;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-wrapper {
    height: auto;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-wrapper .title {
    margin: 0;
    margin-bottom: 0.625rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide {
    padding: 2rem 1.5rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .data1 {
    font-size: 1.25rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .data {
    width: 4.625rem;
    height: 4.625rem;
    margin-bottom: 1rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .title {
    font-size: 1.25rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .textarea {
    margin-bottom: 2rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .detaile {
    font-size: 0.875rem;
  }
  .indexModule .wap_content .section5 .section5_area .section5_area_bottom .section5_area_bottom_area .right .section5_swiper .swiper-slide .detaile img {
    width: 1.2rem;
    height: auto;
    margin-left: 0.25rem;
  }
  .indexModule .runTop {
    display: none;
  }
  
  /*费县*/
    .List_fxSchool .banner {
    width: 100%;
    height: 20.625rem;
    padding-top: 0;
    background-image: none;
  }
  .List_fxSchool .banner .detaile {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .List_fxSchool .banner .detaile .left {
    width: 100%;
    height: 20.625rem;
    position: relative;
    overflow: hidden;
  }
  .List_fxSchool .banner .detaile .left .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* 兼容旧版浏览器 */
    font-family: 'object-fit: cover; object-position: center;';
  }
  .List_fxSchool .banner .detaile .right {
    display: none;
  }
  .List_fxSchool .binshuiContent .school {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .List_fxSchool .binshuiContent .school .name {
    font-size: 1.5rem;
  }
  .List_fxSchool .binshuiContent .school .title {
    font-size: 1rem;
    margin-top: 0.625rem;
    margin-bottom: 1.5rem;
  }
  .List_fxSchool .binshuiContent .school .content {
    width: 94%;
    margin: 0 auto;
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .List_fxSchool .binshuiContent .school .content div {
    line-height: 140%;
  }
  .List_fxSchool .binshuiContent .school .image_box {
    width: 94%;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
  }
  .List_fxSchool .binshuiContent .school .image_box .left_box {
    width: 100%;
    height: auto;
  }
  .List_fxSchool .binshuiContent .school .image_box .left_box img {
    height: auto;
  }
  .List_fxSchool .binshuiContent .school .image_box .right_box {
    width: 100%;
    flex-direction: column;
  }
  .List_fxSchool .binshuiContent .school .image_box .right_box .two_box {
    margin-right: 0;
  }
  .List_fxSchool .binshuiContent .school .image_box .right_box .two_box .image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .List_fxSchool .binshuiContent .school .image_box .right_box .one_box {
    width: 100%;
    height: auto;
    display: none;
  }
  .List_fxSchool .binshuiContent .teacher {
    width: 100%;
  }
  .List_fxSchool .binshuiContent .teacher .top {
    width: 60%;
    height: auto;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 4rem;
  }
  .List_fxSchool .binshuiContent .teacher .textarea {
    width: 94%;
    margin: 0 auto;
    font-size: 0.875rem;
  }
  .List_fxSchool .binshuiContent .teacher .textarea div {
    line-height: 140%;
  }
  .List_fxSchool .binshuiContent .teacher .teacher_swiper {
    margin-top: 2rem;
    width: 100%;
    height: auto;
  }
  .List_fxSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide{
      height: auto;
  }
  .List_fxSchool .binshuiContent .teacher .teacher_swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .List_fxSchool .binshuiContent .teacher .swiper-button-prev,
  .List_fxSchool .binshuiContent .teacher .swiper-button-next {
    display: none !important;
  }
  .List_fxSchool .binshuiContent .feature_box {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature {
    width: 100%;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .title {
    font-size: 1.5rem;
    width: 94%;
    margin: 0 auto;
    line-height: 140%;
    margin-bottom: 1rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .title1 {
    width: 94%;
    line-height: 140%;
    font-size: 0.875rem;
    margin: 0 auto;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box {
    width: 94%;
    height: auto;
    margin: 0 auto;
    margin-top: 3rem;
    justify-content: space-between;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .img_box {
    width: 80%;
    height: 11rem;
    margin-right: 0;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn {
    width: 27%;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .active {
    width: 1rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .right_btn .item .item_line {
    margin-left: 0.625rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box {
    width: 80%;
    height: auto;
    bottom: -3rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item {
    width: 100%;
    height: auto;
    padding: 0.625rem;
    min-height: 6.25rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .top .name {
    font-size: 0.875rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .detaile {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .List_fxSchool .binshuiContent .feature_box .feature .three_box .detaile_box .item .dou_icon {
    width: 0.875rem;
    height: 0.875rem;
  }
    .List_fxSchool .binshuiContent .honer {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .List_fxSchool .binshuiContent .honer .honer_area {
    width: 94%;
    padding-top: 0rem;
  }
  .List_fxSchool .binshuiContent .honer .honer_area .honer_top {
    margin-bottom: 2rem;
  }
  .List_fxSchool .binshuiContent .honer .honer_area .honer_top .name {
    font-size: 1.5rem;
  }
  .List_fxSchool .binshuiContent .honer .honer_area .honer_top .enname {
    font-size: 0.875rem;
  }
  .List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-wrapper {
    height: 30rem;
  }
  .List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-slide .name {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
  .List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-prev {
    left: 34%;
    top: 86%;
  }
  .List_fxSchool .binshuiContent .honer .honer_area .honer_swiper .swiper-button-next {
    left: 53%;
    top: 86%;
  }
    .List_fxSchool .binshuiContent .advantage_box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .name {
    font-size: 1.5rem;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .title {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper {
    width: 94%;
    margin: 0 auto;
    height: auto;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box {
    height: auto;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .img_box img {
    width: 100%;
    height: auto;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .name {
    font-size: 1rem;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .advantage_swiper .swiper-wrapper .swiper-slide .content .detaile {
    font-size: 0.875rem;
    min-height: 3.625rem;
    max-height: 3.625rem;
  }
  .List_fxSchool .binshuiContent .advantage_box .advantage .swiper-button-next,
  .List_fxSchool .binshuiContent .advantage_box .advantage .swiper-button-prev {
    display: none;
  }
}
