@media screen and (min-width: 320px) and (max-width: 1024px) {
  .language-box {
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
  }
  .language-box a {
    margin-right: 0.2rem;
    font-size: 0.28rem;
  }
  .search-box {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #57c3df;
    height: 50px;
    padding: 5px;
    display: none;
  }
  .search-box input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    padding-right: 40px;
    padding-left: 20px;
  }
  .search-box .seach-btn {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .search-box button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
  }
  .search-box button img {
    width: 30%;
    display: block;
  }
  .banner {
    height: 5rem;
  }
  .banner .pagination-box {
    bottom: 0.2rem;
  }
  .banner .pagination-box .swiper-pagination {
    justify-content: flex-end;
  }
  .banner .swiper-slide .wrap h1 {
    font-size: 0.48rem;
  }
  .banner .swiper-slide .wrap p {
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .floor .title-box {
    display: block;
  }
  .floor .title-box .title-left {
    margin-bottom: 0.3rem;
  }
  .floor .title-box .title-left h2 {
    font-size: 0.6rem;
  }
  .floor .title-box .title-left p {
    font-size: 0.32rem;
  }
  .floor .title-box .title-changes ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .floor .title-box .title-changes ul li {
    margin-right: 0 !important;
  }
  .floor .title-box .title-changes ul li a {
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    width: 100%;
  }
  .floor1 .cpSwiper .swiper-slide .text-box {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .floor1 .cpSwiper .swiper-slide .text-box h3 {
    font-size: 0.32rem;
  }
  .floor1 .cpSwiper .swiper-slide .text-box p {
    font-size: 0.28rem;
  }
  .floor2 .case-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .floor2 .case-list ul li.active {
    grid-row: unset;
    grid-column: unset;
  }
  .floor3 .wrap .company-box .img-box {
    width: 100%;
    height: 5rem;
  }
  .floor3 .wrap .company-box .img-box .bofang {
    bottom: 0.5rem;
  }
  .floor3 .wrap .company-box .text-box {
    position: static;
    width: 100%;
  }
  .floor3 .wrap .company-box .text-box > p {
    font-size: 0.28rem;
  }
  .floor3 .wrap .company-box .text-box .number-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 0;
  }
  .floor3 .wrap .company-box .text-box .number-list .number-item {
    padding-top: 0;
    border: none !important;
  }
  .floor3 .wrap .company-box .text-box .number-list .number-item .number {
    font-size: 0.6rem;
  }
  .floor3 .wrap .company-box .text-box .number-list .number-item p {
    font-size: 0.28rem;
  }
  .floor4 {
    height: auto;
    display: block;
  }
  .floor4 .business-first {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
  .floor4 .business-first .title-box {
    margin-bottom: 0.5rem;
  }
  .floor4 .business-first .item-box > p {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
  .floor4 .bus-change .business-item {
    padding: 0.5rem 0.3rem;
    height: 100%;
  }
  .floor4 .bus-change .business-item .busitem-title {
    font-size: 0.36rem;
  }
  .floor4 .bus-change .business-item .title-en {
    font-size: 0.28rem;
  }
  .floor4 .bus-change .business-item p {
    font-size: 0.28rem;
    margin-top: 0.35rem;
    display: block;
  }
  .floor4 .bus-change .business-item .line {
    width: 0.8rem;
    margin-top: 0.35rem;
  }
  .floor5 .news-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .floor5 .news-list ul li .img-box {
    height: 4.5rem;
  }
  .floor5 .news-list ul li .text-box h3 {
    font-size: 0.34rem;
  }
  .floor5 .news-list ul li .text-box p {
    font-size: 0.28rem;
    min-height: unset;
  }
  .floor5 .news-list ul li .text-box .more-btn {
    width: 1.5rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
  .ditu-floor {
    position: relative;
    display: block;
  }
  .ditu-floor .map {
    width: 100%;
    height: 6rem;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .ditu-floor .right-box {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 0;
    padding: 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
  }
  .ditu-floor .right-box .form-box {
    margin-top: 0.55rem;
  }
  .ditu-floor .right-box .form-box .input-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
  }
  .ditu-floor .right-box .form-box .input-box input {
    width: 48%;
    height: 0.8rem;
    padding-left: 0.1rem;
    font-size: 0.28rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    outline: none;
    border: none;
  }
  .ditu-floor .right-box .form-box .input-box input:not(:last-child) {
    margin-right: 0;
  }
  .ditu-floor .right-box .form-box textarea {
    padding: 0.1rem;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    resize: none;
    width: 100%;
    min-height: 2rem;
    font-size: 0.28rem;
    margin-bottom: 0.48rem;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .ditu-floor .right-box .form-box .submit-btn button {
    width: 2.4rem;
    height: 0.8rem;
    background-color: #00a0e9;
    cursor: pointer;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.28rem;
    transition: 0.3s;
  }
  .ditu-floor .right-box .form-box .submit-btn button:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  footer .footer-top {
    padding: 0.85rem 0 0.6rem;
    background-color: #222222;
  }
  footer .footer-top .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-top .wrap .ft-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .footer-top .wrap .ft-left .logo {
    width: 3.4rem;
    margin-bottom: 0.65rem;
  }
  footer .footer-top .wrap .ft-left .logo img {
    width: 100%;
  }
  footer .footer-top .wrap .ft-left p {
    font-size: 0.28rem;
    color: #aaaaaa;
  }
  footer .footer-top .wrap .ft-left p:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  footer .footer-top .wrap .ft-middle {
    display: none;
    margin-left: auto;
  }
  footer .footer-top .wrap .ft-middle .ft-item:not(:last-child) {
    margin-right: 0.4rem;
  }
  footer .footer-top .wrap .ft-middle .ft-item a {
    color: #aaaaaa;
    display: block;
  }
  footer .footer-top .wrap .ft-middle .ft-item a:hover {
    color: #00a0e9;
  }
  footer .footer-top .wrap .ft-middle .ft-item a:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  footer .footer-top .wrap .ft-middle .ft-item .ft-title {
    margin-bottom: 0.3rem;
  }
  footer .footer-top .wrap .ft-middle .ft-item .ft-title.ft-title2:not(:last-child) {
    margin-bottom: 0.18rem;
  }
  footer .footer-top .wrap .ft-middle .ft-item .ft-title.ft-title2 a {
    margin-bottom: 0;
  }
  footer .footer-top .wrap .ft-middle .ft-item .ft-title a {
    font-size: 0.18rem;
    color: #fff;
  }
  footer .footer-top .wrap .code-list {
    display: flex;
    margin-left: unset;
  }
  footer .footer-top .wrap .code-list .code-box {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
  }
  footer .footer-top .wrap .code-list .code-box p {
    font-size: 0.16rem;
    white-space: nowrap;
  }
  footer .footer-top .wrap .code-list .code-box:not(:last-child) {
    margin-right: 0.45rem;
  }
  footer .footer-top .wrap .code-list .code-box img {
    width: 2rem;
    margin-bottom: 0.18rem;
  }
  footer .support {
    background-color: #000000;
    padding: 0.3rem 0;
  }
  footer .support .wrap {
    display: block;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #5f5f5f;
  }
  footer .support .wrap a {
    font-size: 0.28rem;
    color: #5f5f5f;
    margin-right: 0.2rem;
  }
  .mengceng .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .mengceng .video-box video {
    width: 100%;
  }
  .mengceng .video-box .bigimg {
    width: 100%;
  }
  .mengceng .video-box iframe {
    width: 100%;
    height: 7rem;
  }
  .mengceng .video-box .bfclose {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -1rem;
    z-index: 9;
    width: 0.3rem;
    cursor: pointer;
  }
  .mengceng .video-box .bfclose img {
    width: 100%;
    display: block;
    filter: brightness(0) invert(1);
  }
  .other-banner {
    height: 5rem;
  }
  .other-banner .swiper .swiper-slide .text-box {
    top: 50%;
  }
  .other-banner .swiper .swiper-slide .text-box h1 {
    font-size: 0.46rem;
    margin-bottom: 0.18rem;
    font-weight: bold;
  }
  .other-banner .swiper .swiper-slide .text-box .p {
    display: flex;
    align-items: center;
  }
  .other-banner .swiper .swiper-slide .text-box .p .line {
    width: 0.5rem;
    height: 2px;
    background-color: #fff;
  }
  .other-banner .swiper .swiper-slide .text-box .p p {
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.5);
    width: 1.5rem;
    text-align: center;
  }
  .breadnavs {
    position: relative;
    z-index: 2;
    background-color: #f3f1f1;
  }
  .breadnavs .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    padding: 0.2rem 0;
  }
  .breadnavs .wrap .page-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3rem;
    padding: 0.3rem;
    background: linear-gradient(to bottom, #00a0e9, #1889ec);
    color: #fff;
  }
  .breadnavs .wrap .page-title h2 {
    font-size: 0.36rem;
    margin-bottom: 0.05rem;
  }
  .breadnavs .wrap .page-title p {
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .breadnavs .wrap .tab-change {
    display: none;
  }
  .breadnavs .wrap .right-navs {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #aaaaaa;
  }
  .breadnavs .wrap .right-navs ul {
    display: flex;
    align-items: center;
  }
  .breadnavs .wrap .right-navs ul li {
    font-size: 0.14rem;
    color: #aaaaaa;
  }
  .breadnavs .wrap .right-navs ul li:last-child {
    color: #00a0e9;
  }
  .breadnavs .wrap .right-navs ul li a {
    font-size: 0.14rem;
    color: #aaaaaa;
  }
  .page input {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .page a {
    text-align: center;
    width: 0.5rem;
    height: 0.5rem;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    line-height: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0rem;
    font-size: 0.14rem;
    color: #333;
  }
  .page a.prev,
  .page a.next {
    width: 0.5rem;
  }
  .tabchange-floor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
    padding: 0 0.3rem;
    margin: 0.3rem 0;
  }
  .tabchange-floor .tab-item {
    margin-right: 0 !important;
  }
  .tabchange-floor .tab-item.active a {
    color: #fff;
    background-color: #00a0e9;
    border-color: #00a0e9;
  }
  .tabchange-floor .tab-item:hover a {
    color: #fff;
    background-color: #00a0e9;
    border-color: #00a0e9;
  }
  .tabchange-floor .tab-item a {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #333;
    border: 1px solid #959595;
  }
  .common-content {
    padding: 0.7rem 0;
  }
  .common-content h2 {
    text-align: center;
    font-size: 0.46rem;
    margin-bottom: 0.6rem;
  }
  .team-content .teamlist {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .team-content .teamlist li a .person {
    font-size: 0.36rem;
  }
  .team-content .teamlist li a .shenfen {
    font-size: 0.32rem;
  }
  .team-content .teamlist li a p {
    font-size: 0.28rem;
  }
  .team-content .teamlist li a .to {
    width: 0.6rem;
  }
  .ry-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ry-list li .img-box {
    height: 2.4rem;
  }
  .ry-list li p {
    font-size: 0.28rem;
  }
  .cp-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .cp-list .news-item {
    background-color: #f3f1f1;
    transition: 0.3s;
  }
  .cp-list .news-item:hover {
    background-color: #00a0e9;
  }
  .cp-list .news-item:hover .text-box {
    color: #fff;
  }
  .cp-list .news-item:hover .text-box .news-p {
    color: #fff;
  }
  .cp-list .news-item:hover .text-box .more-btn {
    background-color: #fff;
    color: #000;
  }
  .cp-list .news-item .img-box {
    height: 5rem;
  }
  .cp-list .news-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cp-list .news-item .text-box {
    padding: 0.3rem 0.2rem;
  }
  .cp-list .news-item .text-box .news-title {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .cp-list .news-item .text-box .news-p {
    font-size: 0.28rem;
    line-height: 1.8em;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.52rem;
    margin-bottom: 0.35rem;
  }
  .cp-list .news-item .text-box .more-btn {
    width: 2rem;
    height: 0.8rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #959595;
    font-size: 0.28rem;
    transition: 0.3s;
    margin: 0 auto;
  }
  .lc-list li {
    display: flex;
    padding: 0.25rem 0.25rem;
  }
  .lc-list li .year {
    font-size: 0.32rem;
    margin-right: 0.3rem;
  }
  .lc-list li .circle {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0.06rem solid #00a0e9;
    margin-right: 0.18rem;
  }
  .lc-list li .text-box {
    flex: 1;
  }
  .lc-list li .text-box .shijian {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
  }
  .lc-list li .text-box p {
    font-size: 0.28rem;
    color: #333333;
  }
  .fw-content .intro {
    font-size: 0.28rem;
  }
  .fw-content .fw-list .fw-item {
    display: block;
  }
  .fw-content .fw-list .fw-item .img-box {
    width: 100%;
    height: 4rem;
  }
  .fw-content .fw-list .fw-item .text-box {
    width: 100%;
  }
  .fw-content .fw-list .fw-item .text-box .fw-title .right-text h3 {
    font-size: 0.32rem;
  }
  .fw-content .fw-list .fw-item .text-box .fw-title .right-text .title-en {
    font-size: 0.28rem;
  }
  .fw-content .fw-list .fw-item .text-box p {
    font-size: 0.28rem;
  }
  .al-floor .wrap .al-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .al-floor .wrap .al-list li .img-box {
    height: 3.2rem;
  }
  .al-floor .wrap .al-list li p {
    font-size: 0.28rem;
  }
  .xw-floor .wrap .xw-list li a {
    flex-wrap: wrap;
  }
  .xw-floor .wrap .xw-list li a .img-box {
    width: 100%;
    height: 4.5rem;
  }
  .xw-floor .wrap .xw-list li a .text-box {
    padding: 0.35rem 0.15rem;
  }
  .xw-floor .wrap .xw-list li a .text-box h3 {
    font-size: 0.32rem;
  }
  .xw-floor .wrap .xw-list li a .text-box p {
    font-size: 0.28rem;
  }
  .xw-floor .wrap .xw-list li a .text-box .date {
    font-size: 0.28rem;
  }
  .container {
    padding: 0.64rem 0;
  }
  .container .wrap .newspaper-list p {
    font-size: 0.16rem;
    color: #333;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 0.4rem;
  }
  .container .wrap .newspaper-list .top .title {
    font-weight: normal;
    text-align: center;
    font-size: 0.36rem;
    color: #000;
  }
  .container .wrap .newspaper-list .top .introduce {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    margin: 0.22rem 0;
    color: #666666;
  }
  .container .wrap .newspaper-list .top .introduce .release-date {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .container .wrap .newspaper-list .top .introduce div {
    padding: 0 0.2rem;
  }
  .container .wrap .newspaper-list .content {
    padding: 0.55rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #999;
    margin-bottom: 0.3rem;
  }
  .container .wrap .newspaper-list .content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .container .wrap .newspaper-list .gobtn {
    display: block;
    justify-content: space-between;
    font-size: 0.28rem;
    color: #333;
  }
  .container .wrap .newspaper-list .gobtn div {
    cursor: pointer;
  }
  .container .wrap .newspaper-list .gobtn div:hover {
    color: #1296db;
  }
  .contact-box {
    display: block;
    height: auto;
  }
  .contact-box .con-left {
    position: relative;
    width: 100%;
    height: 5rem;
  }
  .contact-box .con-left .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .contact-box .con-left .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
  }
  .contact-box .con-left .text-box .nr-box {
    color: #fff;
  }
  .contact-box .con-left .text-box .nr-box h3 {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
  }
  .contact-box .con-left .text-box .nr-box .lxfs-item {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
  }
  .contact-box .con-left .text-box .nr-box .lxfs-item:not(:last-child) {
    margin-bottom: 0.24rem;
  }
  .contact-box .con-right {
    width: 100%;
    height: 5rem;
  }
  .contact-box .con-right .map {
    width: 100%;
    height: 100%;
  }
  .hz-floor {
    padding: 1rem 0;
  }
  .hz-floor .title {
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .hz-floor .hz-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .hz-floor .hz-list .hz-item {
    background-color: #fff;
    height: 0.9rem;
  }
  .hz-floor .hz-list .hz-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wt-list li {
    padding: 0.4rem 0;
  }
  .wt-list li:nth-child(even) {
    background-color: #f2f2f2;
  }
  .wt-list li .question {
    display: flex;
  }
  .wt-list li .question img {
    width: 0.5rem;
    height: max-content;
    margin-right: 0.2rem;
  }
  .wt-list li .question h3 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .wt-list li .answer {
    display: flex;
  }
  .wt-list li .answer img {
    width: 0.5rem;
    height: max-content;
    margin-right: 0.2rem;
  }
  .wt-list li .answer p {
    font-size: 0.28rem;
    color: #333333;
    line-height: 2em;
  }
  .bj-floor {
    padding: 0.6rem 0;
  }
  .bj-floor .wrap .title-box {
    margin-bottom: 0.4rem;
  }
  .bj-floor .wrap .title-box h2 {
    color: #000;
  }
  .bj-floor .wrap .title-box .en-title {
    font-weight: normal;
    font-size: 0.28rem;
  }
  .bj-floor .wrap .form-box {
    display: flex;
    flex-wrap: wrap;
  }
  .bj-floor .wrap .input-item {
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .bj-floor .wrap .input-item:last-child {
    width: 100%;
    margin-right: 0;
  }
  .bj-floor .wrap .input-item:last-child input {
    width: 100%;
  }
  .bj-floor .wrap .input-item.active .label {
    top: 0;
    font-size: 0.12rem;
  }
  .bj-floor .wrap .input-item .label {
    font-size: 0.28rem;
    color: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: 0.3s;
  }
  .bj-floor .wrap .input-item input {
    width: 100%;
    height: 1rem;
    border: none;
    outline: none;
    border-bottom: 0.02rem solid #bfbfbf;
    transition: 0.3s;
  }
  .bj-floor .wrap .submit-btn button {
    border-radius: 0.4rem;
    width: 2.2rem;
    height: 0.8rem;
    color: #fff;
    font-size: 0.28rem;
  }
}
