@media screen and (min-width: 320px) and (max-width: 1024px) {
  .mobile-container .mobile-nav ul li .sub {
    display: none;
    padding-left: 0.3rem;
  }
  .mobile-container .mobile-nav ul li .sub a {
    display: block;
  }
  .banner {
    height: 300px;
  }
  .banner .swiper {
    height: 100%;
  }
  .banner .swiper .swiper-pagination {
    bottom: 60px;
  }
  .banner .swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #9e9e9e;
    opacity: 1;
  }
  .banner .swiper .swiper-pagination-bullet-active {
    background-color: #007aff;
  }
  .banner .swiper .swiper-btn {
    width: 33px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .banner .swiper .swiper-btn:hover {
    background-color: rgba(115, 115, 115, 0.7);
  }
  .banner .swiper .swiper-btn:hover::after {
    color: #6ac0bd;
  }
  .banner .swiper .swiper-btn::after {
    color: #bbb6b6;
    font-size: 32px;
  }
  .banner .swiper .swiper-button-prev {
    left: 0;
  }
  .banner .swiper .swiper-button-next {
    right: 0;
  }
  .banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .banner .swiper .swiper-slide .text-box {
    position: absolute;
    bottom: 0;
    height: 57px;
    width: 100%;
    left: 0;
    background: rgba(1, 37, 130, 0.9);
  }
  .banner .swiper .swiper-slide .text-box .wrap {
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .banner .swiper .swiper-slide .text-box .wrap h1 {
    font-size: 20px;
    font-weight: normal;
    margin-right: 150px;
  }
  .banner .swiper .swiper-slide .text-box .wrap p {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
  }
  .side {
    display: none;
  }
  .floor1 {
    background-color: #f8f8f8;
    padding: 30px 0 50px;
  }
  .floor1 .wrap {
    display: block;
  }
  .floor1 .wrap .f1-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .floor1 .wrap .f1-left .title {
    font-size: 24px;
    color: #352f2d;
    border-bottom: #e8e8e8 1px solid;
    height: 50px;
    margin-bottom: 20px;
  }
  .floor1 .wrap .f1-left .swiper .swiper-pagination {
    left: 80px;
  }
  .floor1 .wrap .f1-left .swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0%;
    background: white;
    opacity: 1;
  }
  .floor1 .wrap .f1-left .swiper .swiper-pagination-bullet-active {
    background: #da251c;
  }
  .floor1 .wrap .f1-left .swiper .swiper-slide {
    width: 260px;
    height: 188px;
  }
  .floor1 .wrap .f1-left .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .floor1 .wrap .f1-right {
    flex: 1;
  }
  .floor1 .wrap .f1-right .f1-change {
    border-bottom: #e8e8e8 1px solid;
  }
  .floor1 .wrap .f1-right .f1-change ul {
    display: flex;
    align-items: center;
  }
  .floor1 .wrap .f1-right .f1-change ul li.active a {
    background-color: #da251c;
    color: #fff;
  }
  .floor1 .wrap .f1-right .f1-change ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: unset;
    padding: 0 10px;
    font-size: 14px;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box {
    display: none;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box.active {
    display: block;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box .more {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box .more a {
    color: #da251c;
    font-size: 12px;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box .news-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box .news-list .item {
    border: none;
    padding: 20px;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box .news-list .item .news-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .floor1
    .wrap
    .f1-right
    .fr-bottom
    .f1-box
    .news-list
    .item
    .news-title
    .title {
    flex: 1;
  }
  .floor1
    .wrap
    .f1-right
    .fr-bottom
    .f1-box
    .news-list
    .item
    .news-title
    .title
    a {
    font-size: 14px;
    color: #2b51b2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .floor1
    .wrap
    .f1-right
    .fr-bottom
    .f1-box
    .news-list
    .item
    .news-title
    .date {
    margin-left: 40px;
    color: #999;
    font-size: 12px;
  }
  .floor1 .wrap .f1-right .fr-bottom .f1-box .news-list .item p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .floor {
    padding: 20px 0;
  }
  .floor .wrap .title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .floor .wrap .title-box .line {
    height: 1px;
    width: 100px;
    background-color: #999;
  }
  .floor .wrap .title-box .title {
    color: #352f2d;
    font-size: 24px;
    margin: 0 20px;
    line-height: 64px;
    white-space: nowrap;
  }
  .floor2 .wrap .f2-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .floor2 .wrap .f2-list .item {
    width: 145px;
    height: 218px;
    background: url(../img/f2bg.jpg) 0 0;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .floor2 .wrap .f2-list .item a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .floor2 .wrap .f2-list .item:nth-child(1) {
    background-position: 0 0;
  }
  .floor2 .wrap .f2-list .item:nth-child(2) {
    background-position: 870px 0;
  }
  .floor2 .wrap .f2-list .item:nth-child(3) {
    background-position: 1740px 0;
  }
  .floor2 .wrap .f2-list .item:nth-child(4) {
    background-position: 2610px 0;
  }
  .floor2 .wrap .f2-list .item:nth-child(5) {
    background-position: 3480px 0;
  }
  .floor2 .wrap .f2-list .item:nth-child(6) {
    background-position: 4350px 0;
  }
  .floor2 .wrap .f2-list .item:nth-child(7) {
    background-position: 5220px 0;
  }
  .floor2 .wrap .f2-list .item:hover {
    background-position-y: 218px;
  }
  .floor3 .wrap .f3-list {
    border-top: #e8e8e8 1px solid;
    padding: 30px 0;
    border-bottom: #bababa 1px dashed;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
  .floor3 .wrap .f3-list .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floor3 .wrap .f3-list .item a:hover .img-box img {
    top: -75px;
  }
  .floor3 .wrap .f3-list .item a .img-box {
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .floor3 .wrap .f3-list .item a .img-box img {
    position: relative;
    top: 0;
    width: 75px;
    height: 150px;
    transition: 0.3s;
  }
  .floor3 .wrap .f3-list .item a p {
    text-align: center;
    font-size: 16px;
  }
  .floor3 .wrap .f3-swiper {
    position: relative;
    padding: 0 70px;
    padding-top: 30px;
  }
  .floor3 .wrap .f3-swiper .swiper-btn {
    color: #e5e5e5;
  }
  .floor3 .wrap .f3-swiper .swiper-btn:hover {
    background-color: rgba(115, 115, 115, 0.7);
  }
  .floor3 .wrap .f3-swiper .swiper-btn:hover::after {
    color: #6ac0bd;
  }
  .floor3 .wrap .f3-swiper .swiper-btn::after {
    font-size: 36px;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide .item {
    padding: 20px 10px;
    width: 100%;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide .item:not(:first-child) {
    display: none;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide .item:hover a {
    transform: translateY(-5px);
    box-shadow: 0px 0px 8px 5px #e5ebff;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide .item a {
    display: block;
    transition: 0.3s;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide .item a .img-box {
    width: 100%;
    height: 140px;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide .item a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .floor3 .wrap .f3-swiper .swiper .swiper-slide .item a p {
    height: 40px;
    line-height: 40px;
    font-weight: 200;
    text-align: center;
    color: #333;
    font-size: 14px;
    background-color: #fff;
  }
  .floor4 {
    background-color: #f2f2f2;
  }
  .floor4 .wrap .f4-content {
    margin-top: 20px;
    display: block;
  }
  .floor4 .wrap .f4-content .img-box {
    width: 100%;
    height: 230px;
    margin-bottom: 30px;
  }
  .floor4 .wrap .f4-content .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .floor4 .wrap .f4-content .gs-intro {
    flex: 1;
    padding: 0;
  }
  .floor4 .wrap .f4-content .gs-intro .gi-top {
    display: block;
  }
  .floor4 .wrap .f4-content .gs-intro .gi-top img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    margin-right: 0;
  }
  .floor4 .wrap .f4-content .gs-intro .gi-top p {
    flex: 1;
    font-size: 12px;
    line-height: 24px;
    color: #898989;
    text-align: justify;
    margin-bottom: 20px;
  }
  .floor4 .wrap .f4-content .gs-intro > p {
    font-size: 12px;
    line-height: 24px;
    color: #898989;
    text-align: justify;
    margin-bottom: 20px;
  }
  .floor4 .wrap .f4-content .gs-intro > p a {
    color: #da251d;
  }
  .floor4 .wrap .f4-content .gs-navs .item:not(:last-child) {
    margin-bottom: 7px;
  }
  .floor4 .wrap .f4-content .gs-navs .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background-color: #da251c;
    color: #fff;
    font-size: 16px;
  }
  .floor5 {
    padding-bottom: 50px;
  }
  .floor5 .wrap .title-box {
    border-bottom: #e8e8e8 1px solid;
  }
  .floor5 .wrap .f5-content {
    margin-top: 30px;
    display: block;
    font-size: 14px;
  }
  .floor5 .wrap .f5-content .map {
    width: 224px;
    display: block;
    height: max-content;
  }
  .floor5 .wrap .f5-content .table {
    flex: 1;
  }
  .floor5 .wrap .f5-content .table table {
    width: 100% !important;
  }
  .floor5 .wrap .f5-content .table table td {
    width: 100% !important;
  }
  .floor5 .wrap .f5-content .table table span {
    display: block;
  }
  .floor5 .wrap .f5-content .table tr {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
  }
  footer {
    background-color: #282725;
    padding-top: 50px;
  }
  footer .wrap .f-top {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
  footer .wrap .f-top .navs-list {
    display: none;
    justify-content: space-between;
  }
  footer .wrap .f-top .navs-list .item > a {
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #afafb0;
  }
  footer .wrap .f-top .navs-list .item .li-title a {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #da251d;
  }
  footer .wrap .f-top .code-box {
    position: static;
    right: 0;
    bottom: 0;
    display: flex;
  }
  footer .wrap .f-top .code-box .item:not(:last-child) {
    margin-right: 30px;
  }
  footer .wrap .f-top .code-box .item .code {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
  }
  footer .wrap .f-top .code-box .item p {
    font-size: 14px;
    color: #666;
    text-align: center;
  }
  footer .wrap .support {
    padding: 20px 0 50px;
    border-top: #302e2e 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    color: #666;
  }
  footer .wrap .support a {
    font-size: 14px;
    color: #666;
  }
  .banner2 {
    width: 100%;
    height: 300px;
  }
  .banner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .zi-floor {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .zi-floor .wrap {
    display: flex;
  }
  .zi-floor .wrap .zf-left {
    width: 193px;
    display: none;
  }
  .zi-floor .wrap .zf-left .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 24px;
    border-bottom: 4px solid #da251c;
  }
  .zi-floor .wrap .zf-left .top .title-box .en {
    font-size: 16px;
    color: #666;
  }
  .zi-floor .wrap .zf-left .top .title-box .title {
    font-size: 24px;
    line-height: 1em;
  }
  .zi-floor .wrap .zf-left .top .xjt {
    width: 8px;
    display: block;
  }
  .zi-floor .wrap .zf-left .left-list .item.active a {
    background: #f7b970;
    color: white;
  }
  .zi-floor .wrap .zf-left .left-list .item:hover a {
    background: #f7b970;
    color: white;
  }
  .zi-floor .wrap .zf-left .left-list .item a {
    display: flex;
    align-items: center;
    border-bottom: #e5e5e5 1px solid;
    padding: 10px;
    font-size: 14px;
    color: #707070;
  }
  .zi-floor .wrap .zf-right {
    flex: 1;
    padding-left: 0;
  }
  .zi-floor .wrap .zf-right .bread-navs {
    padding-bottom: 20px;
    color: #a6a6a7;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
  }
  .zi-floor .wrap .zf-right .bread-navs a {
    color: #6c757d;
    font-size: 14px;
  }
  .zi-floor .wrap .zf-right .zr-content {
    border-top: #dedede 1px solid;
  }
  .zi-floor .wrap .zf-right .zr-content .title {
    line-height: 2;
    font-size: 24px;
    color: #da251d;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .zi-floor .wrap .zf-right .zr-content .bianji-neirong {
    margin-top: 20px;
  }
  .zi-floor .wrap .zf-right .zr-content .bianji-neirong img {
    max-width: 100%;
    display: block;
    height: auto !important;
  }
  .zi-floor .wrap .zf-right .zr-content .news {
    margin-top: 20px;
  }
  .zi-floor .wrap .zf-right .zr-content .news ul li a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 14px;
    color: #707070;
    border-bottom: 1px solid #d9d9d9;
  }
  .zi-floor .wrap .zf-right .zr-content .news ul li a:hover {
    color: #60a9d7;
  }
  .zi-floor .wrap .zf-right .zr-content .news ul li a .news-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 50px;
  }
  .zi-floor .wrap .zf-right .zr-content .anli {
    margin-top: 20px;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul li:hover a .img-box img {
    transform: scale(1.1);
  }
  .zi-floor
    .wrap
    .zf-right
    .zr-content
    .anli
    ul
    li:hover
    a
    .text-box
    .li-title {
    color: #60a9d7;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul li a {
    display: flex;
    padding: 10px;
    border: #dedede 1px solid;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul li a .img-box {
    width: 160px;
    height: 150px;
    overflow: hidden;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul li a .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.3s;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul li a .text-box {
    flex: 1;
    padding: 10px;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul li a .text-box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 14px;
    line-height: 2em;
    font-weight: bold;
  }
  .zi-floor .wrap .zf-right .zr-content .anli ul li a .text-box p {
    color: #8c8c8c;
    color: #666;
    font-size: 14px;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .zi-floor .wrap .zf-right .xq-content .title {
    line-height: 2;
    font-size: 16px;
    color: #262626;
    border-bottom: #dedede 1px solid;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
  }
  .zi-floor .wrap .zf-right .xq-content .neirong .n-top {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
  }
  .zi-floor .wrap .zf-right .xq-content .neirong .bianji {
    margin-top: 10px;
  }
  .zi-floor .wrap .zf-right .xq-content .neirong .bianji img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
}
