@media screen and (min-width: 751px) {
  .tip-box {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  a {
    color: #fff;
  }
   .banner-header-box{
        display: none !important;
    }
  .indexs {
    width: 100% !important;
    height: 100%;
    overflow-y: scroll !important;
  }
  .indexs .sidebar {
    display: none;
  }
  .indexs #showbgc2 {
    display: block;
    width: 0.5rem;
    height: 0.35rem;
    margin-right: 0.3rem;
    margin-top: 1rem;
  }
  .tip-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1rem;
    background: #fafafa;
  }
  .tip-box .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    padding: 0 0.3rem;
  }
  .tip-box .area .logo-box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tip-box .area .logo-box a img {
    width: 2.6rem;
    height: 0.7rem;
  }
  .tip-box .area .nav-box {
    width: 0.5rem;
    min-height: 0.35rem;
  }
  .tip-box .area .nav-box .menu {
    display: block;
    width: 0.5rem;
    height: 0.35rem;
    background: center / 100% no-repeat url(../wapimg/wapnav.png);
  }
  .tip-box .area .nav-box .spread {
    width: 0.51rem;
    height: 0.51rem;
    background: center / 100% no-repeat url(../wapimg/close.png);
  }
  .tip-box .area .nav-box ul {
    left: 0;
    position: fixed;
    top: -200%;
    z-index: 10;
    background-color: #f9fafd;
    width: 100%;
    flex-direction: column;
    transition: all 0.35s;
    opacity: 0;
    justify-content: inherit;
    padding: 0 0.25rem;
    overflow: scroll;
  }
  .tip-box .area .nav-box ul li {
    position: relative;
    height: auto;
    border-bottom: 0.02rem solid #4e4e4e;
  }
  .tip-box .area .nav-box ul li a {
    display: block;
    padding: 0;
    line-height: 1rem;
    font-size: 0.3rem;
    color: #252526;
    border-left: 2px solid transparent;
    position: relative;
  }
  .tip-box .area .nav-box ul li .j-li a::before {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.03rem;
    background-color: #b9b9ba;
    position: absolute;
    top: 50%;
    margin-top: -0.02rem;
    right: 0;
  }
  .tip-box .area .nav-box ul li .j-li a::after {
    content: "";
    display: block;
    height: 0.34rem;
    width: 0.03rem;
    background-color: #b9b9ba;
    position: absolute;
    top: 50%;
    right: 0.16rem;
    margin-top: -0.16rem;
  }
  .tip-box .area .nav-box ul li .active a::after {
    content: "";
    display: none;
  }
  .tip-box .area .nav-box .open {
    top: 1rem;
    opacity: 1;
    padding-bottom: 0.9rem;
    background: #FFF;
  }
  .banner_section {
    /* 判断轮播图是否显示 */
  }
  .banner_section #showbgc1 {
    display: none;
  }
  .banner_section .banner-header-box {
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 0px rgba(23, 23, 23, 0.12);
    position: absolute;
    top: 0;
    display: none;
  }
  .banner_section .banner-header-box img {
    width: 2.62rem;
    height: 0.7rem;
    margin-top: 0.11rem;
    margin-bottom: 0.18rem;
  }
  .banner_section .banner-header-box ul {
    display: none;
  }
  .banner_section .banner-header-box #showbgc2 {
    width: 0.5rem;
    height: 0.35rem;
    margin-right: 0.3rem;
  }
  .banner_section .banner-text {
    position: absolute;
    top: 3rem;
    left: 0;
    /* padding: 0 0.53rem; */
    text-align: center;
    width: 100%;
  }
  .banner_section .banner-text .top {
    font-size: 0.77rem;
  }
  .banner_section .banner-text .center {
    font-size: 0.52rem;
    font-family: SweiMarkerSansCJKtc;
    font-weight: 100;
    color: #2A3F91;
  }
  .banner_section .banner-text .sub {
    display: none;
  }
  .mission_section {
    height: 100%;
    width: 100%;
  }
  .mission_section .on {
    width: 100%;
    height: 100vh;
  }
  .mission_section .propaganda {
    padding-bottom: 0;
    height: 100%;
    /* padding-top: 1rem; */
  }
  .mission_section .propaganda .main{
    margin-top: 0.85rem;
  }
  .mission_section .propaganda .header-box {
    display: none;
  }
  .mission_section .propaganda .header-box .top {
    width: 100%;
    height: 1rem;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 0px rgba(23, 23, 23, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mission_section .propaganda .header-box .top ul {
    display: none;
  }
  .mission_section .propaganda .header-box .top .logo {
    margin: 0.2rem 0 0.18rem 0.45rem;
  }
  .mission_section .propaganda .main .main-box {
    padding: 0;
  }
  .mission_section .propaganda .main .main-box .main-tit {
    font-size: 0.3rem;
    font-family: Source Han Sans;
    font-weight: bold;
    color: #333333;
    margin-top: 0.8rem;
  }
  .mission_section .propaganda .main .main-box .main-info {
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #666666;
  }
  .mission_section .propaganda .main .main-box .main-list {
    margin-top: 0.2rem;
  }
  .mission_section .propaganda .main .main-box .main-list ul {
    padding: 0 0.3rem;
    display: flex;
    flex-direction: column;
  }
  .mission_section .propaganda .main .main-box .main-list ul li {
    pointer-events: none;
    background: #FFFFFF;
    border-radius: 0.2rem;
    margin-bottom: 0.4rem;
    height: 2.6rem;
    border: none;
  }
  .mission_section .propaganda .main .main-box .main-list ul li .li-box {
    margin-right: 0;
  }
  .mission_section .propaganda .main .main-box .main-list ul li .li-box .tits {
    font-size: 0.26rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #333333;
  }
  .mission_section .propaganda .main .main-box .main-list ul li .li-box .tits .tit-lin {
    width: 0.25rem;
    height: 0.03rem;
    background: #09102D;
    margin-top: 0.28rem;
  }
  .mission_section .propaganda .main .main-box .main-list ul li .li-box .tit-info {
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 300;
    color: #999999;
    width: 4.62rem;
    line-height: .3rem;
  }
  .mission_section .propaganda .main .main-box .main-list ul li .li-box1 {
    margin-top: 0;
  }
  .mission_section .propaganda .main .main-box .main-list ul li .li-box1 img {
    width: 1.26rem;
    height: 1.32rem;
  }
  .mission_section .propaganda .main .more {
    display: none;
  }
  .video-boxs {
    position: relative;
  }
  .video-boxs .video-box {
    background-color: #fff;
  }
  .video-boxs .video-box .video {
    display: none;
  }
  .video-boxs .video-mobile {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .video-boxs .video-mobile .mobile-header {
    width: 100%;
    height: 1rem;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 0px rgba(23, 23, 23, 0.12);
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem 0 0.48rem;
    display: none;
  }
  .video-boxs .video-mobile .mobile-header .logo {
    width: 2.62rem;
    height: 0.7rem;
  }
  .video-boxs .video-mobile .mobile-header .right-nav {
    width: 0.5rem;
    height: 0.35rem;
  }
  .video-boxs .video-mobile .mobile-swiper {
    width: 100%;
    height: 100%;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container {
    width: 100%;
    height: 100%;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper .swiper-slide .info-box {
    position: absolute;
    left: 0.82rem;
    bottom: 1.5rem;
    z-index: 1;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper .swiper-slide .info-box img {
    width: 0.7rem;
    height: 1.02rem;
    margin-bottom: 0.27rem;
    object-fit: contain;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper .swiper-slide .info-box .info-top {
    font-size: 0.4rem;
    font-weight: 400;
    color: #FFFFFF;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper .swiper-slide .info-box .info-center {
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0.16rem 0 0.26rem 0;
  }
  .video-boxs .video-mobile .mobile-swiper .swiper-container .swiper-wrapper .swiper-slide .info-box .info-bottom {
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
  }
  .video-boxs .video-mobile .mobile-swiper .mobile-swiper-pagination {
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 1;
    bottom: 0.1rem;
    transform: translateX(-50%);
  }
  .video-boxs .video-mobile .mobile-swiper .mobile-swiper-pagination .swiper-pagination-bullet-active {
    background: #2A3F91 !important;
    margin: 0 0.06rem;
  }
  .video-boxs .video-mobile .mobile-swiper .mobile-swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    margin: 0 0.06rem;
  }
  .gallerybox {
    background: #fff !important;
  }
  .gallerybox #ulcen,
  .gallerybox .cates,
  .gallerybox .box-header {
    display: none !important;
  }
  .gallerybox .gallerybox-mobile {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: block;
    margin-top: 0.8rem;
  }
  .gallerybox .gallerybox-mobile .header-box {
    width: 100%;
    height: 1rem;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 0px rgba(23, 23, 23, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem 0 0.48rem;
    display: none;
  }
  .gallerybox .gallerybox-mobile .header-box .logo {
    width: 2.62rem;
    height: 0.7rem;
  }
  .gallerybox .gallerybox-mobile .header-box .navimg {
    width: 0.5rem;
    height: 0.35rem;
  }
  .gallerybox .gallerybox-mobile .center-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .gallerybox .gallerybox-mobile .center-box .cp {
    font-size: 0.3rem;
    font-family: Source Han Sans;
    font-weight: bold;
    margin-top: 0.79rem;
    color: #333333;
  }
  .gallerybox .gallerybox-mobile .center-box .tit {
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #666666;
    margin-top: 0.21rem;
  }
  .gallerybox .gallerybox-mobile #gallerybox-swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.72rem 0.3rem 0.62rem 0.3rem;
  }
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .top {
    /* margin-bottom: 0.2rem; */
    margin-top: 1rem;
  }
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .bottom {
    margin-top: 0.1rem;
  }
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .top,
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .bottom {
    position: relative;
  }
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .top img,
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .bottom img {
    background: #2A3F91;
    border-radius: 0.1rem;
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
  }
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .top .msg,
  .gallerybox .gallerybox-mobile #gallerybox-swiper .swiper-slide .bottom .msg {
    background: #2A3F91;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0.18rem 0;
    font-size: 0.3rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #FFFFFF;
  }
  .gallerybox .gallerybox-mobile .gallerybox-swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: .5rem;
    text-align: center;
  }
  .gallerybox .gallerybox-mobile .gallerybox-swiper-pagination .swiper-pagination-bullet-active {
    background: #2A3F91 !important;
    margin: 0 0.06rem;
  }
  .gallerybox .gallerybox-mobile .gallerybox-swiper-pagination .swiper-pagination-bullet {
    background-color: #999;
    margin: 0 0.06rem;
  }
  .group {
    padding: 0 !important;
  }
  .group .education,
  .group .swiper-box {
    display: none;
  }
  .group .case-box {
    width: 100%;
    height: 100vh;
    display: block;
  }
  .group .case-box .case-box-header {
    height: 1rem;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 0px rgba(23, 23, 23, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.12rem 0.3rem 0.18rem 0.47rem;
    display: none;
  }
  .group .case-box .case-box-header .logo {
    width: 2.62rem;
    height: 0.7rem;
  }
  .group .case-box .case-box-header .navimg {
    width: 0.5rem;
    height: 0.35rem;
  }
  .group .case-box .case-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 1.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
    height: 100vh;
  }
  .group .case-box .case-main .case-main-tit {
    /* margin-top: 1.5rem; */
    font-size: 0.34rem;
    font-family: Source Han Sans;
    font-weight: bold;
    color: #333333;
  }
  .group .case-box .case-main .case-main-msg {
    margin-top: 0.22rem;
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #666666;
  }
  .group .case-box .case-main .case-main-li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.33rem 0 0.65rem;
  }
  .group .case-box .case-main .case-main-li .main-li-img {
    height: 1.63rem;
    width: 1.63rem;
  }
  .group .case-box .case-main .case-main-li .main-li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .group .case-box .case-main .case-main-li .main-li-info {
    width: 4.18rem;
  }
  .group .case-box .case-main .case-main-li .main-li-info .info-tit {
    font-size: 0.26rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #333333;
  }
  .group .case-box .case-main .case-main-li .main-li-info .info-infos {
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #666666;
    padding: 0.15rem 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .group .case-box .case-main .case-main-li .main-li-info .info-detail {
    display: flex;
    align-items: center;
    margin-top: .2rem;

  }
  .group .case-box .case-main .case-main-li .main-li-info .info-detail span {
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #2A3F91;
  }
  .group .case-box .case-main .case-main-li .main-li-info .info-detail img {
    width: 0.25rem;
    height: 0.11rem;
    margin-left: 0.4rem;
  }
  #footer-page .footer {
    display: none;
  }
  #footer-page .footer-mobile {
    display: block;
    width: 100%;
    background-color: #2A3F91;
    padding: 0.34rem 0.65rem 0.42rem 0.3rem;
    /* height: 4rem; */
  }
  #footer-page .footer-mobile .name {
    font-size: 0.3rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #FFFFFF;
  }
  #footer-page .footer-mobile .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer-page .footer-mobile .info .info-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer-page .footer-mobile .info .info-box2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 0.3rem;
  }
  #footer-page .footer-mobile .info .info-box2 .li-box2 {
    display: flex;
    align-items: center;
  }
  #footer-page .footer-mobile .info .info-box2 .li-box2 .dianhua {
    width: 0.25rem;
    height: 0.27rem;
    background-color: #2A3F91;
  }
  #footer-page .footer-mobile .info .info-box2 .li-box2 .youxiang {
    width: 0.26rem;
    height: 0.22rem;
    background-color: #2A3F91;
    margin: 0.3rem 0;
  }
  #footer-page .footer-mobile .info .info-box2 .li-box2 .dizhi {
    width: 0.21rem;
    height: 0.28rem;
    background-color: #2A3F91;
  }
  #footer-page .footer-mobile .info .info-box2 .li-box2 span {
    font-size: 0.22rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #CCCCCC;
    margin-left: 0.39rem;
  }
  #footer-page .footer-mobile .info img {
    width: 1.33rem;
    height: 1.34rem;
    padding: 0.05rem;
    background-color: #fff;
  }
  #footer-page .footer-mobile p {
    font-size: 0.18rem;
    font-family: Source Han Sans;
    font-weight: 400;
    color: #999999;
    margin-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 1536px) and (min-width: 751px) {
  .section .propaganda .main {
    margin-top: 1.5rem;
  }
  .section .propaganda .main .main-box .main-list {
    margin-top: 0.3rem;
  }
  .section .propaganda .main .more {
    margin-top: 0.8rem;
  }
  .section .propaganda .main .main-box .main-list ul li .li-box .tits {
    font-size: 0.18rem;
  }
  .gallerybox li img {
    /* width: 9rem !important; */
  }
  .education .education-box {
    margin-top: 1rem !important;
  }
  .education .education-box .box-l .education-info-sub {
    margin-top: 0.1rem !important;
  }
  .education .education-box .box-l .education-info .info-msg {
    width: 5.31rem !important;
  }
  .education .education-box .box-r .r-img {
    width: 6rem !important;
    height: 4.12rem !important;
  }
  .IconSwiper {
    width: 13rem !important;
    margin-top: 0.5rem !important;
  }
  .footer{
    height: 4.2rem !important;
  }
  .footer .footer-box {
    padding: 0.5rem !important;
    height: 4rem;
  }
  .footer .footer-box {
    padding: 0.5rem;
    height: 4rem;
  }
  .footer .footer-box .box-2 ul li {
    margin-left: 0.5rem !important;
  }
  .footer .filing {
    position: absolute;
    top: 0;
    margin-top: 2.5rem !important;
  }
}
