@media screen and (min-width: 320px) and (max-width: 1024px) {
  .phoneheader {
    position: relative;
  }
  .phoneheader .input-box {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: none;
  }
  .phoneheader .input-box .box {
    position: relative;
    border: 2px solid #777;
  }
  .phoneheader .input-box .box input {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    padding: 0 1rem 0 0.5rem;
    border: 1px solid #eaeaea;
    outline: none;
    color: #000;
    font-size: 0.32rem;
  }
  .phoneheader .input-box .box .search-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .phoneheader .input-box .box .search-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
  }
  .phoneheader .input-box .box .search-btn span {
    font-size: 0.4rem;
    color: #000;
  }
  .phoneheader .searchee {
    margin-right: 0.4rem;
  }
  .phoneheader .searchee span {
    color: #000;
    font-size: 0.6rem;
  }
  .phoneheader .menu {
    display: flex;
    align-items: center;
  }
  .mobile-container .mobile-nav .login {
    font-size: 0.32rem;
    background-color: #000;
    padding: 0.15rem 0.3rem;
    color: #fff;
    display: flex;
    align-items: center;
    width: max-content;
    margin-left: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .mobile-container .mobile-nav .login img {
    width: 0.3rem;
    margin-right: 0.15rem;
    display: block;
  }
  .lj-btn a {
    width: 2.4rem;
    height: 0.6rem;
    border: 1px solid #313131;
    color: #333;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .lj-btn a:hover {
    background-color: #00295e;
    border-color: #00295e;
    color: #fff;
  }
  .paging {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paging a {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #ccc;
    color: #333;
    margin: 0 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    border-radius: 0.05rem;
  }
  .paging a:hover {
    background-color: #eeeeee;
  }
  .paging a.active {
    background-color: #eeeeee;
  }
  .banner {
    height: 5rem;
  }
  .banner .swiper {
    height: 5rem;
  }
  .banner .swiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .swiper .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .banner .swiper .swiper-slide .text-box {
    position: relative;
    z-index: 2;
    color: #333;
    text-align: center;
  }
  .banner .swiper .swiper-slide .text-box h1 {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
  }
  .banner .swiper .swiper-slide .text-box p {
    font-size: 0.28rem;
  }
  .floor1 {
    position: relative;
    z-index: 2;
    margin-top: 0rem;
  }
  .floor1 .wrap {
    width: 100%;
  }
  .floor1 .wrap .f1-content {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  }
  .floor1 .wrap .f1-content .img-box {
    width: 100%;
    height: 5rem;
  }
  .floor1 .wrap .f1-content .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .floor1 .wrap .f1-content .text-box {
    flex: 1;
    padding: 0.3rem;
    color: #323232;
  }
  .floor1 .wrap .f1-content .text-box .title {
    font-size: 0.48rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .floor1 .wrap .f1-content .text-box .title span {
    font-size: 0.5rem;
    color: #d8dde1;
    margin-left: 0.14rem;
    font-weight: normal;
  }
  .floor1 .wrap .f1-content .text-box .line {
    width: 0.6rem;
    height: 0.04rem;
    background-color: #00295e;
    margin: 0.4rem 0;
  }
  .floor1 .wrap .f1-content .text-box p {
    font-size: 0.32rem;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0.6rem;
  }
  .floor2 {
    padding: 0.75rem 0;
  }
  .floor2 .wrap .title-box {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .floor2 .wrap .title-box .title {
    font-size: 0.48rem;
    color: #323232;
    font-weight: bold;
  }
  .floor2 .wrap .title-box .line {
    width: 0.6rem;
    height: 0.04rem;
    background-color: #00295e;
    margin: 0.2rem auto;
  }
  .floor2 .wrap .title-box .en {
    font-size: 0.5rem;
    color: #d8dde1;
  }
  .floor2 .wrap .btns {
    display: flex;
    justify-content: center;
  }
  .floor2 .wrap .btns .lj-btn:not(:last-child) {
    margin-right: 0.4rem;
  }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.7rem;
  }
  .news-list .item {
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 0.3rem;
  }
  .news-list .item:hover .img-box img {
    transform: scale(1.1);
  }
  .news-list .item:hover .text-box h3 {
    color: #00295e;
  }
  .news-list .item .img-box {
    position: relative;
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
  }
  .news-list .item .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.3s;
  }
  .news-list .item .img-box .biaoqian {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.28rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 0.18rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
  }
  .news-list .item .text-box {
    padding: 0.3rem 0.2rem;
    color: #333333;
  }
  .news-list .item .text-box h3 {
    font-size: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news-list .item .text-box .date {
    margin: 0.2rem 0;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
  }
  .news-list .item .text-box .date img {
    width: 0.24rem;
    display: block;
    margin-right: 0.2rem;
  }
  .news-list .item .text-box p {
    font-size: 0.28rem;
    color: #666666;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  footer {
    padding: 0.4rem 0;
    background-color: #eeeeee;
  }
  footer .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .wrap .footer-left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  footer .wrap .footer-left .info {
    margin-bottom: 0.45rem;
  }
  footer .wrap .footer-left .info .tel {
    font-size: 0.6rem;
    color: #333333;
    font-weight: bold;
  }
  footer .wrap .footer-left .info .riqi {
    margin: 0.2rem 0;
    font-size: 0.32rem;
    color: #333333;
  }
  footer .wrap .footer-left .info p {
    font-size: 0.28rem;
    color: rgba(51, 51, 51, 0.5);
  }
  footer .wrap .footer-left .info p:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  footer .wrap .footer-left .footer-nav {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
  }
  footer .wrap .footer-left .footer-nav li:not(:last-child) {
    margin-right: 0.35rem;
  }
  footer .wrap .footer-left .footer-nav li a {
    font-size: 0.32rem;
    color: #333333;
  }
  footer .wrap .footer-left .footer-nav li a:hover {
    color: #00295e;
  }
  footer .wrap .footer-left .support {
    font-size: 0.28rem;
    color: rgba(51, 51, 51, 0.5);
  }
  footer .wrap .footer-left .support .links {
    margin-bottom: 0.1rem;
  }
  footer .wrap .footer-left .support .links a:not(:last-child) {
    margin-right: 0.2rem;
  }
  footer .wrap .footer-left .support a {
    color: rgba(51, 51, 51, 0.5);
    font-size: 0.28rem;
  }
  footer .wrap .footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .wrap .footer-right .code-box {
    display: flex;
    margin-bottom: 0.4rem;
  }
  footer .wrap .footer-right .code-box .item:not(:last-child) {
    margin-right: 0.2rem;
  }
  footer .wrap .footer-right .code-box .item .img-box {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    display: block;
    margin-bottom: 0.1rem;
  }
  footer .wrap .footer-right .code-box .item p {
    text-align: center;
    font-size: 0.14rem;
    color: rgba(51, 51, 51, 0.5);
  }
  footer .wrap .footer-right .logo {
    max-width: 100%;
  }
  footer .wrap .footer-right .logo img {
    width: 100%;
    display: block;
  }
  .xxcx-floor {
    padding-bottom: 0.7rem;
  }
  .xxcx-floor .wrap {
    width: 100%;
  }
  .xxcx-floor .wrap .xxcx-box1 {
    display: none;
    position: relative;
    z-index: 2;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #fff;
    color: #333;
  }
  .xxcx-floor .wrap .xxcx-box1.active {
    display: flex;
  }
  .xxcx-floor .wrap .xxcx-box1 .notice {
    font-size: 0.48rem;
  }
  .xxcx-floor .wrap .xxcx-box1 img {
    width: 2rem;
    display: block;
    margin: 0.2rem 0;
  }
  .xxcx-floor .wrap .xxcx-box1 p {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .xxcx-floor .wrap .xxcx-box2 {
    display: none;
    position: relative;
    z-index: 2;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #fff;
    padding: 0.3rem 0.25rem;
  }
  .xxcx-floor .wrap .xxcx-box2.active {
    display: block;
  }
  .xxcx-floor .wrap .xxcx-box2 .input-box {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.1rem 0.2rem;
  }
  .xxcx-floor .wrap .xxcx-box2 .input-box .search-box {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .xxcx-floor .wrap .xxcx-box2 .input-box .search-box input {
    text-align: center;
    flex: 1;
    border: none;
    background-color: unset;
    font-size: 0.18rem;
    padding: 0.15rem 0;
  }
  .xxcx-floor .wrap .xxcx-box2 .input-box .search-box .search-btn {
    width: 0.18rem;
  }
  .xxcx-floor .wrap .xxcx-box2 .input-box .search-box .search-btn img {
    width: 100%;
    display: block;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list {
    margin-bottom: 0.7rem;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list ul li {
    border-bottom: 0.02rem solid #e5e5e5;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list ul li:hover a p {
    color: #00295e;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list ul li a {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list ul li a .date {
    font-size: 0.2rem;
    color: #666666;
    margin-right: 0.5rem;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list ul li a p {
    font-size: 0.24rem;
    color: #333;
    padding-left: 0.3rem;
    border-left: 0.02rem solid #e5e5e5;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list ul li a .jiantou {
    width: 0.1rem;
    margin-left: auto;
  }
  .xxcx-floor .wrap .xxcx-box2 .xx-list ul li a .jiantou img {
    width: 100%;
    display: block;
  }
  .mengceng {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mengceng .dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 0.1rem;
    width: 80%;
    padding: 0.4rem;
    padding-top: 0.45rem;
  }
  .mengceng .dialog .close {
    position: absolute;
    width: 0.35rem;
    display: block;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer;
  }
  .mengceng .dialog .title {
    margin-bottom: 0.6rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .mengceng .dialog .input-item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .mengceng .dialog .input-item input {
    width: 100%;
    background: none;
    border: 1px solid #dcdcdc;
    height: 0.8rem;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    padding-left: 0.15rem;
  }
  .mengceng .dialog .xiugai {
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: flex-end;
  }
  .mengceng .dialog .xiugai a {
    color: #005bac;
    font-size: 0.14rem;
  }
  .mengceng .dialog .login-btn a {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    color: #fff;
    background-color: #005bac;
  }
  .xq-floor {
    padding: 0.6rem 0;
  }
  .xq-floor .wrap .title {
    font-size: 0.48rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .xq-floor .wrap .date {
    font-size: 0.32rem;
    color: #999999;
    margin-bottom: 0.35rem;
    text-align: center;
  }
  .xq-floor .wrap .xq-content {
    padding: 0.4rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .xq-floor .wrap .xq-content p {
    line-height: 1.8em;
  }
  .xq-floor .wrap .xq-content img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important;
  }
  .xq-floor .wrap .next-prev {
    padding: 0.3rem 0;
  }
  .xq-floor .wrap .next-prev a {
    display: block;
    font-size: 0.28rem;
  }
  .xq-floor .wrap .next-prev a:hover {
    color: #00295e;
  }
  .xq-floor .wrap .next-prev a:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .about-floor {
    padding: 0.6rem 0 1.9rem;
  }
  .about-floor .wrap .en {
    font-size: 0.44rem;
    color: #ededed;
  }
  .about-floor .wrap .title {
    font-size: 0.48rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.4rem;
  }
  .about-floor .wrap p {
    font-size: 0.32rem;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 0.5rem;
  }
  .about-floor .wrap p span {
    font-weight: bold;
  }
  .about-floor .wrap .img-box {
    width: 100%;
    height: 3rem;
  }
  .about-floor .wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
