@media screen and (min-width: 320px) and (max-width: 1024px) {
  .banner {
    height: 5rem;
  }
  .banner .swiper {
    height: 100%;
  }
  .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
  }
  .banner .swiper .swiper-slide {
    display: flex;
    align-items: center;
    position: relative;
  }
  .banner .swiper .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
  }
  .banner .swiper .swiper-slide .wrap {
    position: relative;
    z-index: 2;
  }
  .banner .swiper .swiper-slide .wrap h1 {
    font-size: 0.48rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
  }
  .banner .swiper .swiper-slide .wrap .en {
    font-size: 0.28rem;
    color: #999999;
  }
  .banner .swiper .swiper-slide .wrap .line {
    width: 0.72rem;
    height: 0.06rem;
    background-color: #0054a8;
    margin: 0.2rem 0;
  }
  .banner .swiper .swiper-slide .wrap p {
    font-size: 0.32rem;
    color: #333;
  }
  .white-box {
    background-color: #fff;
    border-radius: 0.2rem;
  }
  .more a {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 0.28rem;
    transition: 0.3s;
  }
  .more a:hover {
    color: #0054a8;
  }
  .more a:hover span {
    transform: translateX(0.1rem);
  }
  .more a span {
    display: block;
    transition: 0.3s;
  }
  .floor1 {
    padding-top: 0.4rem;
  }
  .floor1 .wrap .f1-box .fb-top {
    padding: 0 0.25rem;
    padding-top: 0.15rem;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item {
    position: relative;
    margin-bottom: 0.2rem;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item::after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    border-top-color: #0054a8;
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item.active::after {
    display: none;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item.active a {
    background-color: #0054a8;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item.active a .name {
    color: #fff;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item.active a .en {
    color: #fff;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item:hover::after {
    display: none;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item:hover a {
    background-color: #0054a8;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item:hover a .name {
    color: #fff;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item:hover a .en {
    color: #fff;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item:not(:last-child) {
    margin-right: 0.1rem;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item a {
    display: block;
    padding: 0.1rem 0.15rem;
    border-radius: 0.1rem;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item a .name {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .floor1 .wrap .f1-box .fb-top .fb-change .item a .en {
    font-size: 0.24rem;
    font-weight: bold;
    color: #999999;
  }
  .floor1 .wrap .f1-box .fb-bottom {
    padding: 0.2rem 0.35rem;
  }
  .floor1 .wrap .f1-box .fb-bottom ul li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .floor1 .wrap .f1-box .fb-bottom ul li:hover a .title {
    color: #0054a8;
  }
  .floor1 .wrap .f1-box .fb-bottom ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .floor1 .wrap .f1-box .fb-bottom ul li a .bianhao {
    width: 100%;
    font-size: 0.28rem;
    color: #999;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .floor1 .wrap .f1-box .fb-bottom ul li a .title {
    font-size: 0.28rem;
    color: #333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 0.2rem;
    font-weight: bold;
  }
  .floor1 .wrap .f1-box .fb-bottom ul li a .date {
    font-size: 0.28rem;
    color: #333333;
    margin-left: auto;
  }
  .b-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.4rem;
    border-bottom: 1px solid #eee;
    padding: 0 0.3rem;
  }
  .b-top .title {
    padding-left: 0.3rem;
    position: relative;
  }
  .b-top .title::after {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.4rem;
    background-color: #0054a7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .b-top .title .name {
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
  }
  .b-top .title .en {
    font-size: 0.24rem;
    font-weight: bold;
    color: #999999;
  }
  .floor2 {
    padding-top: 0.4rem;
  }
  .floor2 .wrap .f2-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .floor2 .wrap .f2-box .white-box {
    width: 100%;
  }
  .floor2 .wrap .f2-box .left-item {
    margin-bottom: 0.4rem;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom {
    padding: 0.2rem 0.3rem;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li {
    margin-bottom: 0.25rem;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li:hover a img {
    transform: scale(1.1);
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li:hover a .text-box .title {
    color: #0054a7;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li a .img-box {
    width: 100%;
    height: 3rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-right: 0rem;
    margin-bottom: 0.3rem;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li a .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.3s;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li a .text-box {
    flex: 1;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li a .text-box .title {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.1rem;
    transition: 0.3s;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom .big-li a .text-box p {
    font-size: 0.28rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom ul li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom ul li:hover a .title {
    color: #0054a7;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom ul li a {
    display: flex;
    justify-content: space-between;
    font-size: 0.28rem;
    color: #333;
  }
  .floor2 .wrap .f2-box .left-item .li-bottom ul li a .title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding-right: 0.2rem;
  }
  .floor2 .wrap .f2-box .right-item .about-bottom {
    padding: 0.2rem 0.3rem;
  }
  .floor2 .wrap .f2-box .right-item .about-bottom .img-box {
    width: 100%;
    height: 3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  .floor2 .wrap .f2-box .right-item .about-bottom .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .floor2 .wrap .f2-box .right-item .about-bottom p {
    text-indent: 2em;
    color: #333;
    font-size: 0.28rem;
    line-height: 1.8em;
    font-weight: bold;
  }
  .floor3 {
    padding-bottom: 0.54rem;
  }
  .floor3 .wrap .b-top {
    border-bottom: none;
  }
  .floor3 .wrap .links-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 0.2rem;
    row-gap: 0.2rem;
  }
  .floor3 .wrap .links-list .item a {
    border-radius: 0.1rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 1.5rem;
  }
  .floor3 .wrap .links-list .item a:hover img {
    transform: scale(1.1);
  }
  .floor3 .wrap .links-list .item a img {
    max-width: 80%;
    display: block;
    transition: 0.3s;
  }
  footer {
    background: url(../img/footerbg.png) no-repeat;
    background-size: cover;
  }
  footer .footer-top .wrap {
    display: block;
    justify-content: space-between;
  }
  footer .footer-top .wrap .footer-left {
    padding-top: 0.45rem;
  }
  footer .footer-top .wrap .footer-left .logo-box {
    width: 40%;
    margin-bottom: 0.36rem;
  }
  footer .footer-top .wrap .footer-left .logo-box img {
    width: 100%;
    display: block;
  }
  footer .footer-top .wrap .footer-left p {
    font-size: 0.28rem;
    color: #cccccc;
    margin-bottom: 0.15rem;
  }
  footer .footer-top .wrap .footer-right {
    padding-top: 0;
    padding-bottom: 0.1rem;
  }
  footer .footer-top .wrap .footer-right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
    padding: 0.2rem 0;
  }
  footer .footer-top .wrap .footer-right ul li:not(:last-child) {
    margin-right: 0.2rem;
  }
  footer .footer-top .wrap .footer-right ul li a {
    font-size: 0.28rem;
    color: #ccc;
    font-weight: bold;
  }
  footer .footer-top .wrap .footer-right ul li a:hover {
    color: #df5832;
  }
  footer .footer-top .wrap .footer-right .code-box {
    display: flex;
    justify-content: flex-start;
  }
  footer .footer-top .wrap .footer-right .code-box .code:first-child {
    margin-right: 0.2rem;
  }
  footer .footer-top .wrap .footer-right .code-box .code .img-box {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
    background-color: #fff;
  }
  footer .footer-top .wrap .footer-right .code-box .code .img-box img {
    width: 90%;
    display: block;
  }
  footer .footer-top .wrap .footer-right .code-box .code p {
    font-size: 0.28rem;
    color: #ccc;
    text-align: center;
  }
  footer .support {
    background-color: rgba(27, 27, 27, 0.3);
  }
  footer .support .wrap {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.24rem;
    color: #ccc;
    padding: 0.2rem 0;
  }
  footer .support .wrap a {
    font-size: 0.24rem;
    color: #ccc;
    padding: 0 0.05rem;
  }
  footer .support .wrap a:hover {
    color: #fff;
  }
  .change-floor {
    background-color: #dce7ee;
  }
  .change-floor .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .change-floor .wrap .floor-change {
    display: flex;
    align-items: center;
  }
  .change-floor .wrap .floor-change .item {
    position: relative;
  }
  .change-floor .wrap .floor-change .item:not(:last-child) {
    margin-right: 0.1rem;
  }
  .change-floor .wrap .floor-change .item::after {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.04rem;
    bottom: 0rem;
    background-color: #0052d9;
    transition: 0.3s;
  }
  .change-floor .wrap .floor-change .item.active::after {
    width: 100%;
  }
  .change-floor .wrap .floor-change .item:hover::after {
    width: 100%;
  }
  .change-floor .wrap .floor-change .item a {
    display: block;
    font-size: 0.28rem;
    color: #333;
    padding: 0.25rem;
  }
  .change-floor .wrap .breadcrumb-nav {
    padding: 0.2rem 0;
  }
  .change-floor .wrap .breadcrumb-nav ul {
    display: flex;
    align-items: center;
  }
  .change-floor .wrap .breadcrumb-nav ul li {
    font-size: 0.28rem;
    color: #999;
  }
  .change-floor .wrap .breadcrumb-nav ul li:last-child {
    color: #0052d9;
  }
  .change-floor .wrap .breadcrumb-nav ul li:hover a {
    color: #0052d9;
  }
  .change-floor .wrap .breadcrumb-nav ul li a {
    font-size: 0.28rem;
    color: #999;
    display: flex;
    align-items: center;
  }
  .change-floor .wrap .breadcrumb-nav ul li a img {
    width: 0.3rem;
    display: block;
    margin-right: 0.15rem;
  }
  .change-floor .wrap .breadcrumb-nav ul li.jiantou {
    margin: 0 0.08rem;
  }
  .paging {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paging a {
    height: 0.6rem;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.15rem;
    font-size: 0.14rem;
  }
  .paging a.active {
    color: #fff;
    background-color: #0031ad;
    border-color: #0031ad;
  }
  .paging a:hover {
    color: #fff;
    background-color: #0031ad;
    border-color: #0031ad;
  }
  .paging a:not(:last-child) {
    margin-right: 0.1rem;
  }
  .zb-floor {
    padding: 0.4rem 0 0.5rem;
  }
  .zb-floor .wrap .f1-box .fb-bottom {
    padding: 0.2rem 0.35rem;
  }
  .zb-floor .wrap .f1-box .fb-bottom ul li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .zb-floor .wrap .f1-box .fb-bottom ul li:hover a .title {
    color: #0054a8;
  }
  .zb-floor .wrap .f1-box .fb-bottom ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .zb-floor .wrap .f1-box .fb-bottom ul li a .bianhao {
    width: 100%;
    font-size: 0.28rem;
    color: #999;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .zb-floor .wrap .f1-box .fb-bottom ul li a .title {
    font-size: 0.28rem;
    color: #333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 0.2rem;
    font-weight: bold;
  }
  .zb-floor .wrap .f1-box .fb-bottom ul li a .date {
    font-size: 0.28rem;
    color: #333333;
    margin-left: auto;
  }
  .jj-floor {
    padding: 0.4rem 0 0.5rem;
  }
  .jj-floor .wrap .jj-box {
    padding: 0.5rem 0.25rem 0.8rem;
    color: #333;
  }
  .jj-floor .wrap .jj-box .name {
    font-weight: bold;
    font-size: 0.48rem;
    text-align: center;
  }
  .jj-floor .wrap .jj-box .en {
    text-align: center;
    font-size: 0.32rem;
    margin-bottom: 0.5rem;
  }
  .jj-floor .wrap .jj-box p {
    font-size: 0.28rem;
    line-height: 1.8em;
    text-indent: 2em;
    margin-bottom: 0.45rem;
  }
  .jj-floor .wrap .jj-box .img-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem 0.2rem;
  }
  .jj-floor .wrap .jj-box .img-list .item {
    position: relative;
    height: 4.3rem;
  }
  .jj-floor .wrap .jj-box .img-list .item .text {
    width: 100%;
    position: absolute;
    font-size: 0.28rem;
    bottom: -0.7rem;
    text-align: center;
  }
  .jj-floor .wrap .jj-box .img-list .item:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
  .jj-floor .wrap .jj-box .img-list .item:first-child .item-it {
    height: 2.1rem;
  }
  .jj-floor .wrap .jj-box .img-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cf-floor {
    padding: 0.4rem 0 0.5rem;
  }
  .cf-floor .wrap .cf-box {
    padding: 0.6rem 0.5rem;
  }
  .cf-floor .wrap .cf-box .li-title {
    font-size: 0.36rem;
    position: relative;
    padding-left: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .cf-floor .wrap .cf-box .li-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.4rem;
    background-color: #0052d9;
  }
  .cf-floor .wrap .cf-box .contact-floor {
    padding: 0.3rem 0;
    display: flex;
    flex-wrap: wrap;
  }
  .cf-floor .wrap .cf-box .contact-floor .map-box {
    width: 100%;
    height: 4rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-right: 0;
  }
  .cf-floor .wrap .cf-box .contact-floor .map-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box {
    flex: 1;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box .logo {
    width: 2.04rem;
    margin-bottom: 0.25rem;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box .logo img {
    width: 100%;
    display: block;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box p {
    font-size: 0.32rem;
    color: #333;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box p:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box .code-box {
    margin-bottom: 0.3rem;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box .code-box .code:first-child {
    margin-right: 0.2rem;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box .code-box .code .img-box {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
    background-color: #fff;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box .code-box .code .img-box img {
    width: 90%;
    display: block;
  }
  .cf-floor .wrap .cf-box .contact-floor .text-box .code-box .code p {
    font-size: 0.28rem;
    color: #ccc;
    text-align: center;
  }
  .cf-floor .wrap .cf-box .ly-floor {
    padding: 0.3rem 0;
  }
  .cf-floor .wrap .cf-box .ly-floor p {
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.3rem;
  }
  .cf-floor .wrap .cf-box .ly-floor .label-item {
    margin-bottom: 0.15rem;
  }
  .cf-floor .wrap .cf-box .ly-floor .label-item input {
    width: 100%;
    border: 1px solid #a0a0a0;
    height: 0.8rem;
    font-size: 0.28rem;
    padding-left: 0.2rem;
  }
  .cf-floor .wrap .cf-box .ly-floor .label-item textarea {
    resize: none;
    border: 1px solid #a0a0a0;
    height: 1.2rem;
    width: 100%;
    outline: none;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    padding-top: 0.1rem;
    font-family: Arial, Helvetica, sans-serif;
  }
  .cf-floor .wrap .cf-box .ly-floor .tj-btn {
    margin-top: 0.35rem;
  }
  .cf-floor .wrap .cf-box .ly-floor .tj-btn a {
    width: 100%;
    height: 0.8rem;
    background-color: #074f98;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.18rem;
  }
  .xq-floor {
    padding: 0.2rem 0 0.5rem;
  }
  .xq-floor .wrap .xq-box {
    padding: 0.45rem 0.3rem;
    padding-bottom: 0;
  }
  .xq-floor .wrap .xq-box .title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.15rem;
  }
  .xq-floor .wrap .xq-box > p {
    font-size: 0.28rem;
    color: #999999;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .xq-floor .wrap .xq-box .content {
    padding: 0.4rem 0;
    color: #333;
    border-bottom: 1px solid #eee;
  }
  .xq-floor .wrap .xq-box .content img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }
  .xq-floor .wrap .xq-box .content .gs-date {
    text-align: right;
    font-size: 0.14rem;
    color: #333;
    line-height: 1.8em;
  }
  .xq-floor .wrap .xq-box .prev-next {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem 0;
  }
  .xq-floor .wrap .xq-box .prev-next a {
    color: #333;
    font-size: 0.28rem;
  }
  .xq-floor .wrap .xq-box .prev-next a:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .xq-floor .wrap .xq-box .prev-next a:hover {
    color: #0052d9;
  }
}
