@media screen and (min-width: 320px) and (max-width: 1024px) {
  .phoneheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    height: 1.4rem;
    transition: 0.3s;
    background-color: #fff;
    padding: 0 0.3rem;
  }
  .phoneheader.active {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .phoneheader .logo-box {
    width: 3rem;
  }
  .phoneheader .logo-box img {
    width: 100%;
    display: block;
  }
  .phoneheader .btn-box {
    display: flex;
    align-items: center;
  }
  .phoneheader .btn-box .btn {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .phoneheader .btn-box .btn:not(:last-child) {
    margin-right: 0.3rem;
    font-size: 0.3rem;
    color: #fff;
  }
  .phoneheader .btn-box .btn img {
    width: 40%;
    display: block;
  }
  .phoneheader .btn-box .search-btn {
    margin-right: 0.2rem;
  }
  .search-box {
    position: fixed;
    top: 1.4rem;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #007ca7;
    height: 1rem;
    padding: 0.1rem;
    display: none;
  }
  .search-box input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 0.4rem;
    color: #fff;
    font-size: 0.32rem;
    padding-right: 0.8rem;
    padding-left: 0.4rem;
  }
  .search-box input::placeholder {
    color: #fff;
  }
  .search-box .seach-btn {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
  }
  .search-box .seach-btn a {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-box .seach-btn a img {
    width: 30%;
    display: block;
  }
  .mobile-container {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #007ca7;
    transition: 0.3s;
    transform: translateX(100%);
    display: block;
  }
  .mobile-container.active {
    transform: translateX(0);
  }
  .mobile-container .phoneheader {
    position: static;
    background: none !important;
  }
  .mobile-container .footer-list {
    color: #fdfdfd;
  }
  .mobile-container .footer-list a {
    color: #fdfdfd;
  }
  .mobile-container .footer-list li {
    position: relative;
  }
  .mobile-container .footer-list li.nosec .top a {
    flex: 1;
  }
  .mobile-container .footer-list li.nosec .top span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateZ(-90deg);
  }
  .mobile-container .footer-list .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-bottom: 1px solid #fefefe;
  }
  .mobile-container .footer-list .top a {
    font-size: 0.36rem;
  }
  .mobile-container .footer-list .top span {
    transition: 0.3s;
    font-size: 0.2rem;
  }
  .mobile-container .footer-list .top span.active {
    transform: rotateZ(180deg);
  }
  .mobile-container .footer-list .second {
    display: none;
    padding-top: 0.15rem;
  }
  .mobile-container .footer-list .second a {
    display: block;
    font-size: 0.32rem;
    color: #fdfdfd;
    line-height: 2em;
  }
  .indswiper-box > .swiper-wrapper > .swiper-slide {
    position: relative;
  }
  .indswiper-box > .swiper-wrapper > .swiper-slide .xiala {
    position: absolute;
    z-index: 10;
    bottom: 0.6rem;
    width: 0.54rem;
    left: 50%;
    transform: translateX(-50%);
    animation: upDown 2s infinite linear;
  }
  .common-floor {
    width: 100%;
    height: 100%;
  }
  .common-floor .title-box {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .common-floor .title-box h2 {
    font-size: 0.48rem;
    text-align: center;
  }
  .common-floor .title-box p {
    font-size: 0.18rem;
    margin-top: 0.15rem;
    text-align: center;
  }
  .ind-pagination {
    position: fixed;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ind-pagination.active .circle-list ul li::after {
    background-color: #fff;
  }
  .ind-pagination.active .line {
    background-color: #d2d2d2;
  }
  .ind-pagination.active .totalPage {
    color: #fff;
  }
  .ind-pagination .circle-list ul li {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
    color: transparent;
  }
  .ind-pagination .circle-list ul li.active {
    border-color: #007ca7;
  }
  .ind-pagination .circle-list ul li.active::after {
    background-color: #007ca7;
  }
  .ind-pagination .circle-list ul li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .ind-pagination .circle-list ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.1rem;
    height: 0.1rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #999999;
    box-sizing: border-box;
  }
  .ind-pagination .line {
    width: 2px;
    height: 0.64rem;
    background-color: #999999;
    margin: 0.1rem 0;
  }
  .ind-pagination .totalPage {
    color: #999999;
    font-size: 0.28rem;
    display: flex;
    align-items: flex-end;
  }
  .ind-pagination .totalPage span {
    font-size: 0.42rem;
    line-height: 1em;
    color: #007ca7;
  }
  .breadcrumb-nav {
    background-color: #eeeeee;
  }
  .breadcrumb-nav .wrap {
    padding: 0.15rem 0;
    padding-left: 0.1rem;
    display: flex;
    align-items: center;
  }
  .breadcrumb-nav .wrap .weizhi {
    font-size: 0.14rem;
    color: #333;
    display: flex;
    align-items: center;
  }
  .breadcrumb-nav .wrap .weizhi img {
    width: 0.25rem;
    display: block;
    margin-right: 0.16rem;
  }
  .breadcrumb-nav .wrap ul {
    display: flex;
    align-items: center;
  }
  .breadcrumb-nav .wrap ul li {
    font-size: 0.28rem;
    color: #333;
  }
  .breadcrumb-nav .wrap ul li.active {
    color: #007ca7;
  }
  .breadcrumb-nav .wrap ul li:hover a {
    color: #007ca7;
  }
  .breadcrumb-nav .wrap ul li a {
    font-size: 0.28rem;
    color: #333;
  }
  .breadcrumb-nav .wrap ul li.jiantou {
    margin: 0 0.16rem;
  }
  .floor {
    padding: 0.5rem 0 1rem;
  }
  .floor .wrap .title-box {
    font-weight: bold;
  }
  .floor .wrap .title-box .en {
    font-size: 0.72rem;
    color: #ededed;
    line-height: 1em;
  }
  .floor .wrap .title-box .title {
    font-size: 0.48rem;
    color: #333;
  }
  .cp-floor .cp-list {
    margin-top: 0.65rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .cp-floor .cp-list .item {
    padding: 0.5rem 0.4rem;
    padding-right: 0.4rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 15px 0;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
  }
  .cp-floor .cp-list .item:hover {
    transform: translateY(-0.1rem);
  }
  .cp-floor .cp-list .item:hover .img-box img {
    transform: scale(1.1);
  }
  .cp-floor .cp-list .item .img-box {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.3rem;
  }
  .cp-floor .cp-list .item .img-box img {
    width: 100%;
    height: 100%;
    transition: 1s;
  }
  .cp-floor .cp-list .item .text-box {
    width: 100%;
    flex: 1;
    padding: 0 0.3rem;
    text-align: center;
  }
  .cp-floor .cp-list .item .text-box .pinlei {
    font-size: 0.36rem;
    text-align: center;
  }
  .cp-floor .cp-list .item .text-box p {
    font-size: 0.28rem;
    color: #999999;
    margin-bottom: 0.3rem;
  }
  .cp-floor .cp-list .item .text-box .pinzhi-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(0);
  }
  .cp-floor .cp-list .item .text-box .pinzhi-list .sitem {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cp-floor .cp-list .item .text-box .pinzhi-list .sitem img {
    width: 1rem;
    display: block;
    margin-bottom: 0.1rem;
  }
  .cp-floor .cp-list .item .text-box .pinzhi-list .sitem p {
    font-size: 0.28rem;
    color: #333;
  }
  .cp-floor .cp-list .item .text-box .more {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cp-floor .cp-list .item .text-box .more a {
    width: 2.4rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #999;
    border: 1px solid #999999;
    background-color: #c82126;
    color: #fff;
    border-color: #c82126;
  }
  .cp-floor .cp-list .item .text-box .more a:hover {
    background-color: #c82126;
    color: #fff;
    border-color: #c82126;
  }
  .footerP .wrap .logo {
    width: 2.8rem;
  }
  .footerP .wrap .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.65rem 0;
    padding-right: 0;
    padding-left: 0;
  }
  .footerP .wrap .footer-top .ft-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .footerP .wrap .footer-top .ft-left .item {
    margin-bottom: 0.3rem;
  }
  .footerP .wrap .footer-top .ft-left .item:last-child {
    width: 100%;
  }
  .footerP .wrap .footer-top .ft-left .item:not(:last-child) {
    margin-right: 0;
  }
  .footerP .wrap .footer-top .ft-left .item .it-title {
    margin-bottom: 0.24rem;
  }
  .footerP .wrap .footer-top .ft-left .item .it-title a {
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
  }
  .footerP .wrap .footer-top .ft-left .item a {
    font-size: 0.28rem;
    display: block;
  }
  .footerP .wrap .footer-top .ft-left .item a:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .footerP .wrap .footer-top .ft-left .item a:hover {
    color: #0052d9;
  }
  .footerP .wrap .footer-top .ft-left .item p {
    font-size: 0.28rem;
    display: block;
  }
  .footerP .wrap .footer-top .ft-left .item p:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .footerP .wrap .footer-top .ft-right .it-title {
    font-size: 0.28rem;
    color: #000;
    margin-bottom: 0.24rem;
    font-weight: bold;
  }
  .footerP .wrap .footer-top .ft-right .code-box {
    display: flex;
  }
  .footerP .wrap .footer-top .ft-right .code-box .code-item:not(:last-child) {
    margin-right: 0.2rem;
  }
  .footerP .wrap .footer-top .ft-right .code-box .code-item .img-box {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #e9ecf5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.14rem;
  }
  .footerP .wrap .footer-top .ft-right .code-box .code-item .img-box img {
    width: 1.6rem;
    display: block;
  }
  .footerP .wrap .footer-top .ft-right .code-box .code-item p {
    text-align: center;
    font-size: 0.28rem;
  }
  .footerP .wrap .footer-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0rem;
    border-top: 1px solid #e9ecf5;
    border-bottom: 1px solid #e9ecf5;
  }
  .footerP .wrap .footer-middle img {
    width: 0.5rem;
    display: block;
    cursor: pointer;
  }
  .footerP .wrap .footer-middle .links {
    display: flex;
    align-items: center;
  }
  .footerP .wrap .footer-middle .links .title {
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
    margin-right: 0.25rem;
  }
  .footerP .wrap .footer-middle .links a {
    font-size: 0.28rem;
    margin-right: 0.25rem;
  }
  .footerP .wrap .footer-middle .links a:hover {
    color: #0052d9;
  }
  .footerP .wrap .support {
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
  }
  .footerP .wrap .support a {
    font-size: 0.28rem;
  }
  .footerP .wrap .support span {
    text-align: center;
    line-height: 1.8em;
    display: block;
  }
  .footerP .wrap .support span:not(:last-child) {
    margin-right: 0;
  }
  .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.2rem;
    font-size: 0.14rem;
  }
  .paging a.active {
    color: #fff;
  }
  .paging a:hover {
    color: #fff;
  }
  .paging a:not(:last-child) {
    margin-right: 0.1rem;
  }
  .secondP {
    background: url(../img/f2bg.png) no-repeat;
    background-size: cover;
  }
  .secondP .wrap {
    width: 92.5%;
  }
  .secondP .wrap .swiper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secondP .wrap .swiper-box::after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12.8rem;
    height: 5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #fff;
  }
  .secondP .wrap .swiper-box .swiper-button-prev {
    left: 0rem;
    top: auto;
    bottom: -0.6rem;
  }
  .secondP .wrap .swiper-box .swiper-button-next {
    right: 0rem;
    top: auto;
    bottom: -0.6rem;
  }
  .secondP .wrap .swiper-box .swiper-btn {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .secondP .wrap .swiper-box .swiper-btn:hover::after {
    color: #007ca7;
  }
  .secondP .wrap .swiper-box .swiper-btn::after {
    font-size: 0.2rem;
    font-weight: bold;
    color: #999999;
  }
  .secondP .wrap .swiper-box .swiper {
    width: 100%;
    padding: 10px;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #f7f7f7;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .img-box {
    width: 100%;
    height: 4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .img-box img {
    width: 60%;
    height: 100%;
    object-fit: contain;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .text-box {
    width: 100%;
    padding: 0.4rem;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .text-box .en {
    font-size: 0.48rem;
    color: #e5e5e5;
    font-weight: bold;
    text-align: right;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .text-box .name {
    font-size: 0.36rem;
    font-weight: bold;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .text-box .intro {
    font-size: 0.32rem;
    color: #007ca7;
    margin: 0.25rem 0;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .text-box p {
    display: none;
    font-size: 0.14rem;
    line-height: 1.6em;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .text-box .more {
    margin-top: 0.6rem;
  }
  .secondP .wrap .swiper-box .swiper .swiper-slide .text-box .more a {
    width: 1.5rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #999;
    border: 1px solid #999999;
    background-color: #007ca7;
    color: #fff;
    border-color: #007ca7;
  }
  .thirdP {
    background: url(../img/f3bg.png) no-repeat;
    background-size: cover;
  }
  .thirdP .wrap {
    display: block;
    height: calc(100% - 0.9rem);
    align-items: center;
    justify-content: space-between;
  }
  .thirdP .wrap .company-intro {
    padding-top: 0.2rem;
    width: 100%;
  }
  .thirdP .wrap .company-intro .th-title {
    font-size: 0.18rem;
    color: #fff;
    width: 2rem;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    background-color: #007ca7;
  }
  .thirdP .wrap .company-intro h2 {
    font-size: 0.48rem;
    margin-bottom: 0.45rem;
  }
  .thirdP .wrap .company-intro > p {
    font-size: 0.18rem;
    line-height: 1.6em;
    text-indent: 2em;
    margin-bottom: 0.3rem;
    display: none;
  }
  .thirdP .wrap .company-intro .more {
    margin-top: 0.7rem;
  }
  .thirdP .wrap .company-intro .number-list {
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0;
  }
  .thirdP .wrap .company-intro .number-list .item .number {
    font-size: 0.18rem;
    color: #007ca7;
    font-weight: bold;
  }
  .thirdP .wrap .company-intro .number-list .item .number span {
    font-size: 0.72rem;
    line-height: 1em;
  }
  .thirdP .wrap .company-intro .number-list .item p {
    font-size: 0.18rem;
    color: #999999;
  }
  .thirdP .wrap .img-box {
    width: 100%;
    height: unset;
  }
  .thirdP .wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fifthP .wrap .news-swiper {
    margin-bottom: 0.65rem;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul {
    display: flex;
    justify-content: space-between;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li:not(:first-child) {
    display: none;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a {
    width: 100%;
    display: block;
    border-bottom: 2px solid #e5e5e5;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a:hover {
    border-color: #007ca7;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a:hover .img-box img {
    transform: scale(1.1);
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a:hover .text-box .news-title {
    color: #007ca7;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a .img-box {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a .text-box {
    padding: 0.2rem 0;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a .text-box .date {
    font-size: 0.42rem;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a .text-box .news-title {
    font-size: 0.32rem;
    line-height: 1.6em;
    margin: 0.15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .fifthP .wrap .news-swiper .swiper-slide ul li a .text-box p {
    font-size: 0.28rem;
    color: #999;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .fifthP .wrap .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fifthP .wrap .btn-box .btn {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    background-color: #e9ebee;
    margin-top: 0;
    left: auto;
    right: auto;
  }
  .fifthP .wrap .btn-box .btn::after {
    color: #333;
    font-size: 0.16rem;
    font-weight: bold;
  }
  .fifthP .wrap .btn-box .middle-btn {
    margin: 0 0.1rem;
  }
  .fifthP .wrap .btn-box .middle-btn a {
    width: 1.5rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    background-color: #007ca7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fifthP .wrap .btn-box .middle-btn a img {
    width: 0.4rem;
    display: block;
  }
  .banner {
    position: relative;
    width: 100%;
    height: 4.6rem;
  }
  .banner .bannerbg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .banner .banner-top {
    position: relative;
    z-index: 2;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .banner-top .text-box {
    text-align: center;
  }
  .banner .banner-top .text-box h1 {
    font-size: 0.42rem;
    color: #fff;
    margin-bottom: 0.1rem;
  }
  .banner .banner-top .text-box p {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .banner .breadcrumb-nav {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    height: 1rem;
  }
  .banner .breadcrumb-nav .wrap {
    display: flex;
    align-items: center;
  }
  .banner .breadcrumb-nav .wrap .weizhi {
    font-size: 0.2rem;
    color: #333;
    display: flex;
    align-items: center;
  }
  .banner .breadcrumb-nav .wrap .weizhi img {
    width: 0.25rem;
    display: block;
    margin-right: 0.16rem;
  }
  .banner .breadcrumb-nav .wrap ul {
    display: flex;
    align-items: center;
  }
  .banner .breadcrumb-nav .wrap ul li {
    font-size: 0.28rem;
    color: #333;
  }
  .banner .breadcrumb-nav .wrap ul li.active {
    color: #007ca7;
  }
  .banner .breadcrumb-nav .wrap ul li:hover a {
    color: #007ca7;
  }
  .banner .breadcrumb-nav .wrap ul li a {
    font-size: 0.28rem;
    color: #333;
  }
  .banner .breadcrumb-nav .wrap ul li.jiantou {
    margin: 0 0.08rem;
  }
  .about-floor {
    padding: 0.6rem 0;
  }
  .about-floor .wrap p {
    text-indent: 2em;
    font-size: 0.28rem;
    line-height: 1.8em;
    margin-bottom: 0.4rem;
  }
  .about-floor .wrap p span {
    color: #007ca7;
  }
  .about-floor .wrap img {
    width: 100%;
    display: block;
  }
  .fzlc-floor {
    padding: 0.9rem 0;
  }
  .fzlc-floor .wrap .bigswiper {
    width: 100%;
    margin-top: 0.9rem;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .img-box {
    width: 100%;
    height: 5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.15rem solid #f0f0f0;
    border-radius: 0.1rem;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box {
    height: auto;
    flex: 1;
    padding-left: 0;
    padding: 0.4rem 0;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box .date {
    font-size: 1.8rem;
    color: #f0f0f0;
    line-height: 0.8em;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box .information {
    margin-top: -0.6rem;
    color: #666;
    overflow-y: auto;
    height: 100%;
    padding-right: 0;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box .information::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background-color: #e2e6ec;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box .information::-webkit-scrollbar-track {
    background-color: #074f98;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box .information::-webkit-scrollbar-thumb {
    background-color: #e2e6ec;
    position: relative;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box .information .info-title {
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.2rem;
    font-weight: bold;
  }
  .fzlc-floor .wrap .bigswiper .swiper-slide .text-box .information p {
    font-size: 0.28rem;
    line-height: 1.6em;
    color: #666;
  }
  .fzlc-floor .wrap .sml-swiper {
    width: max-content;
    padding: 0 1.2rem;
    margin: 0 auto;
    position: relative;
  }
  .fzlc-floor .wrap .sml-swiper .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    border: 2px solid #cccccc;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .fzlc-floor .wrap .sml-swiper .swiper-btn::after {
    font-size: 0.15rem;
    color: #000;
    font-weight: bold;
  }
  .fzlc-floor .wrap .smlswiper {
    width: 4.4rem;
  }
  .fzlc-floor .wrap .smlswiper .swiper-slide {
    width: 2rem;
    font-size: 0.4rem;
    color: #ccc;
    text-align: center;
  }
  .fzlc-floor .wrap .smlswiper .swiper-slide.swiper-slide-thumb-active {
    color: #000;
  }
  .common2-floor .title-box h2 {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .common2-floor .title-box p {
    font-size: 0.28rem;
  }
  .honorfloor-top {
    padding: 0.6rem 0;
    background: url(../img/honortop.png) no-repeat;
    background-size: cover;
  }
  .honorfloor-top .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .honorfloor-top .wrap .ht-left {
    width: 100%;
    flex: 1;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0.4rem;
  }
  .honorfloor-top .wrap .ht-left .title-box {
    margin-bottom: 0.24rem;
  }
  .honorfloor-top .wrap .ht-left .zz-list ul li {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
  }
  .honorfloor-top .wrap .ht-right {
    padding-right: 0.8rem;
    position: relative;
  }
  .honorfloor-top .wrap .ht-right .swiper-btn {
    width: 0.5rem;
    height: 0.5rem;
    border: 2px solid #cccccc;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .honorfloor-top .wrap .ht-right .swiper-btn::after {
    font-size: 0.15rem;
    color: #000;
    font-weight: bold;
  }
  .honorfloor-top .wrap .ht-right .swiper {
    width: 6.4rem;
  }
  .honorfloor-top .wrap .ht-right .swiper .swiper-slide {
    position: relative;
    background: #fff;
    width: 2rem;
    height: 2.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .honorfloor-top .wrap .ht-right .swiper .swiper-slide .kuang {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .honorfloor-top .wrap .ht-right .swiper .swiper-slide .zs {
    width: 90%;
    height: 90%;
    object-fit: contain;
  }
  .honor-floor {
    padding: 0.5rem 0 1rem;
  }
  .honor-floor .wrap .title-box {
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .honor-floor .wrap .zs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
  }
  .honor-floor .wrap .zs-list .item {
    overflow: hidden;
    cursor: pointer;
  }
  .honor-floor .wrap .zs-list .item:hover .img-box img {
    transform: scale(1.1);
  }
  .honor-floor .wrap .zs-list .item .img-box {
    padding: 0.2rem 0;
    height: 5rem;
    background-color: #f7f7f7;
  }
  .honor-floor .wrap .zs-list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
  }
  .honor-floor .wrap .zs-list .item .text-box {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    background-color: #e9ecf1;
  }
  .duty-floor {
    padding: 0.7rem 0;
  }
  .duty-floor .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .duty-floor .wrap .f-left {
    width: 100%;
    margin-bottom: 0.4rem;
    flex: 1;
  }
  .duty-floor .wrap .f-left .title-box {
    margin-bottom: 0.35rem;
  }
  .duty-floor .wrap .f-left .content {
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .duty-floor .wrap .f-right {
    margin-left: 0;
    width: 7rem;
    height: auto;
    border-radius: 0;
    overflow: hidden;
  }
  .duty-floor .wrap .f-right img {
    width: 100%;
    display: block;
  }
  .zp-floor {
    padding: 0.5rem 0 1rem;
  }
  .zp-floor .wrap .title-box {
    margin-bottom: 0.45rem;
  }
  .zp-floor .wrap .list-change {
    display: flex;
    align-items: center;
    border-bottom: 4px solid #eeeeee;
  }
  .zp-floor .wrap .list-change .item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .zp-floor .wrap .list-change .item.active a::after {
    width: 100%;
  }
  .zp-floor .wrap .list-change .item:hover a::after {
    width: 100%;
  }
  .zp-floor .wrap .list-change .item a {
    display: block;
    position: relative;
    padding-bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .zp-floor .wrap .list-change .item a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007ca7;
    transition: 0.3s;
  }
  .zp-floor .wrap .gw-list {
    padding: 0.2rem 0;
  }
  .zp-floor .wrap .gw-list .zp-item {
    margin-bottom: 0.2rem;
  }
  .zp-floor .wrap .gw-list .zp-item.active {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .zp-floor .wrap .gw-list .zp-item.active .top {
    background-color: #fff;
  }
  .zp-floor .wrap .gw-list .zp-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .zp-floor .wrap .gw-list .zp-item:hover .top {
    background-color: #fff;
  }
  .zp-floor .wrap .gw-list .zp-item:hover .top .zhankai {
    background-color: #0577e7;
    color: #fff;
    border: 1px solid #0577e7;
  }
  .zp-floor .wrap .gw-list .zp-item .top {
    background-color: #f7f7f7;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.5rem 0.35rem;
  }
  .zp-floor .wrap .gw-list .zp-item .top .zhiwei {
  flex:auto;  width: 100%;
    font-size: 0.32rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .zp-floor .wrap .gw-list .zp-item .top .didian {
flex:auto;    width: 25%;
    text-align: center;
  }
  .zp-floor .wrap .gw-list .zp-item .top .didian .small-title {
    font-size: 0.28rem;
    color: #999;
  }
  .zp-floor .wrap .gw-list .zp-item .top .didian p {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.2rem;
  }
  .zp-floor .wrap .gw-list .zp-item .top .zhankai {
    cursor: pointer;
    width: 2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #999;
    border: 1px solid #999;
  }
  .zp-floor .wrap .gw-list .zp-item .bottom {
    display: none;
    border-top: 1px solid #eeeeee;
    padding: 0.35rem;
  }
  .zp-floor .wrap .gw-list .zp-item .bottom .title {
    padding-left: 0.1rem;
    border-left: 3px solid #0577e7;
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.4rem;
  }
  .zp-floor .wrap .gw-list .zp-item .bottom ul {
    margin-bottom: 0.4rem;
  }
  .zp-floor .wrap .gw-list .zp-item .bottom ul li {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8em;
  }
  .zp-floor .wrap .more-btn {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .zp-floor .wrap .more-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .zp-floor .wrap .more-btn p {
    font-size: 0.16rem;
    color: #999999;
    margin-bottom: 0.2rem;
  }
  .zp-floor .wrap .more-btn img {
    width: 0.15rem;
    display: block;
    margin-bottom: 0.05rem;
    animation: upDown 2s infinite linear;
  }
  .contact-floor {
    padding: 0.8rem 0;
  }
  .contact-floor .wrap .title-box {
    margin-bottom: 0.6rem;
  }
  .contact-floor .wrap .message-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
  }
  .contact-floor .wrap .message-box .item {
    width: 100% !important;
  }
  .contact-floor .wrap .message-box .item:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .contact-floor .wrap .message-box .item:nth-child(odd) {
    width: 4rem;
  }
  .contact-floor .wrap .message-box .item:not(:nth-child(-n + 2)) {
    margin-top: 0.3rem;
  }
  .contact-floor .wrap .message-box .item .label {
    font-size: 0.28rem;
    margin-bottom: 0.05rem;
  }
  .contact-floor .wrap .message-box .item p {
    font-size: 0.32rem;
  }
  .contact-floor .wrap .ditu-box {
    width: 100%;
  }
  .contact-floor .wrap .ditu-box .map {
    width: 100%;
    display: block;
    border-radius: 0.1rem;
  }
  .liuyan-floor {
    padding-bottom: 0.8rem;
  }
  .liuyan-floor .wrap .title-box {
    margin-bottom: 0.45rem;
  }
  .formbox form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .formbox .item {
    border-radius: 0.1rem;
    border: 1px solid #000;
    overflow: hidden;
  }
  .formbox .item input {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.15rem;
    font-size: 0.28rem;
  }
  .formbox .item textarea {
    width: 100%;
    height: 100%;
    resize: none;
    font-size: 0.28rem;
    padding: 0.15rem;
    height: 1.6rem;
  }
  .formbox .item:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }
  .formbox .item:last-child {
    border: none;
  }
  .formbox .item:last-child button {
    width: 100%;
    height: 1rem;
    border-radius: 0.1rem;
    border: none;
    outline: none;
    background-color: #007ca7;
    font-size: 0.28rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .news-floor {
    padding: 0.4rem 0;
  }
  .news-floor .wrap .news-swiper {
    width: 100%;
    height: 5.2rem;
    overflow: hidden;
    border-radius: 0.1rem;
    margin-bottom: 0.6rem;
  }
  .news-floor .wrap .news-swiper .swiper {
    width: 100%;
    height: 100%;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-pagination {
    text-align: left;
    padding-left: 0.5rem;
    bottom: 0.3rem;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 0.14rem;
    height: 0.14rem;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide a {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.6rem 0.5rem;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide .text-box {
    padding: 0.2rem 0;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide .text-box .date {
    font-size: 0.42rem;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide .text-box .news-title {
    font-size: 0.32rem;
    line-height: 1.6em;
    margin: 0.15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-floor .wrap .news-swiper .swiper .swiper-slide .text-box p {
    font-size: 0.28rem;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-floor .wrap .news-list {
    padding-top: 0.6rem;
  }
  .news-floor .wrap .news-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    row-gap: 0.8rem;
  }
  .news-floor .wrap .news-list ul li a {
    width: 100%;
    display: block;
    border-bottom: 2px solid #e5e5e5;
  }
  .news-floor .wrap .news-list ul li a:hover {
    border-color: #007ca7;
  }
  .news-floor .wrap .news-list ul li a:hover .img-box img {
    transform: scale(1.1);
  }
  .news-floor .wrap .news-list ul li a:hover .text-box .news-title {
    color: #007ca7;
  }
  .news-floor .wrap .news-list ul li a .img-box {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .news-floor .wrap .news-list ul li a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
  }
  .news-floor .wrap .news-list ul li a .text-box {
    padding: 0.2rem 0;
  }
  .news-floor .wrap .news-list ul li a .text-box .date {
    font-size: 0.42rem;
  }
  .news-floor .wrap .news-list ul li a .text-box .news-title {
    font-size: 0.32rem;
    line-height: 1.6em;
    margin: 0.15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-floor .wrap .news-list ul li a .text-box p {
    font-size: 0.28rem;
    color: #999;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xwxq-floor {
    padding-top: 0.5rem;
  }
  .xwxq-floor .wrap .xq-right {
    padding: 0.5rem 0;
    padding-top: 0;
  }
  .xwxq-floor .wrap .xq-right .news-title {
    font-size: 0.42rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
    line-height: 1.6em;
    text-align: center;
  }
  .xwxq-floor .wrap .xq-right .fabu-liulan {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .xwxq-floor .wrap .xq-right .fabu-liulan .item {
    font-size: 0.28rem;
    color: #666666;
    margin-bottom: 0.4rem;
  }
  .xwxq-floor .wrap .xq-right .fabu-liulan .item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .xwxq-floor .wrap .xq-right .xq-content {
    padding: 0.4rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.45rem;
  }
  .xwxq-floor .wrap .xq-right .xq-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;
  }
  .xwxq-floor .wrap .xq-right .prev-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .xwxq-floor .wrap .xq-right .prev-next a {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .xwxq-floor .wrap .xq-right .prev-next a:last-child {
    text-align: right;
  }
  .xwxq-floor .wrap .xq-right .prev-next a.active {
    color: #007ca7;
  }
  .xwxq-floor .wrap .xq-right .prev-next a:hover {
    color: #007ca7;
  }
  .sh-floor {
    padding: 0.7rem 0;
  }
  .sh-floor .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sh-floor .wrap .f-left {
    flex: 1;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .sh-floor .wrap .f-left .title-box {
    margin-bottom: 0.3rem;
  }
  .sh-floor .wrap .f-left .content {
    font-size: 0.28rem;
    line-height: 1.8em;
    margin-bottom: 0.3rem;
  }
  .sh-floor .wrap .f-left .info-box {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sh-floor .wrap .f-left .info-box .code-box {
    width: max-content;
    margin-bottom: 0.5rem;
  }
  .sh-floor .wrap .f-left .info-box .code-box img {
    width: 2.5rem;
    margin-bottom: 0.1rem;
    display: block;
  }
  .sh-floor .wrap .f-left .info-box .code-box p {
    text-align: center;
    font-size: 0.28rem;
    color: #333;
  }
  .sh-floor .wrap .f-left .info-box .date-box {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    padding: 0.4rem 0.5rem;
  }
  .sh-floor .wrap .f-left .info-box .date-box .left {
    font-weight: bold;
  }
  .sh-floor .wrap .f-left .info-box .date-box .left p {
    font-size: 0.28rem;
  }
  .sh-floor .wrap .f-left .info-box .date-box .left .week {
    font-size: 0.32rem;
  }
  .sh-floor .wrap .f-left .info-box .date-box .line {
    margin: 0 0.3rem;
    width: 1px;
    height: 0.3rem;
    background-color: #e5e5e5;
  }
  .sh-floor .wrap .f-left .info-box .date-box .right p {
    font-size: 0.3rem;
  }
  .sh-floor .wrap .f-left .info-box .date-box .right p:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .sh-floor .wrap .f-right {
    margin-left: 0;
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .sh-floor .wrap .f-right img {
    width: 100%;
    display: block;
    border-radius: 0.1rem;
  }
  .zx-floor {
    padding: 0.7rem 0;
  }
  .zx-floor .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zx-floor .wrap .f-left {
    flex: 1;
    margin-bottom: 0.4rem;
  }
  .zx-floor .wrap .f-right {
    width: 100%;
  }
  .zx-floor .wrap .f-right .img-box {
    width: 100%;
    height: 4.6rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
  }
  .zx-floor .wrap .f-right .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tousu-floor {
    padding: 0.7rem 0;
  }
  .tousu-floor .wrap .title-box {
    margin-bottom: 0.3rem;
  }
  .tousu-floor .wrap .intro {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
    line-height: 1.8em;
  }
  .tousu-floor .wrap .message-box {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.25rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .tousu-floor .wrap .message-box .item {
    width: 100%;
  }
  .tousu-floor .wrap .message-box .item:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .tousu-floor .wrap .message-box .item p {
    font-size: 0.28rem;
    margin-bottom: 0.06rem;
  }
  .tousu-floor .wrap .message-box .item .msg {
    font-size: 0.32rem;
  }
  .tousu-floor .wrap .message-box .item .msg img {
    width: 3rem;
    display: block;
  }
  .tousu-floor .wrap .choose-jianyi {
    padding-left: 0.2rem;
  }
  .tousu-floor .wrap .choose-jianyi .sml-title {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .tousu-floor .wrap .choose-jianyi .choose-list {
    display: flex;
    align-items: center;
    margin-bottom: 0.45rem;
  }
  .tousu-floor .wrap .choose-jianyi .choose-list .item {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
  }
  .tousu-floor .wrap .choose-jianyi .choose-list .item:not(:last-child) {
    margin-right: 0.7rem;
  }
  .tousu-floor .wrap .choose-jianyi .choose-list .item input {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }
  .product-floor {
    padding: 0.5rem 0 1rem;
  }
  .product-floor .wrap .title-box {
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .product-floor .wrap .cp-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .product-floor .wrap .cp-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 4.4rem;
    border-radius: 0.1rem;
    background-color: #f7f7f7;
    overflow: hidden;
  }
  .product-floor .wrap .cp-list ul li a img {
    width: 80%;
    height: 80%;
    display: block;
    object-fit: contain;
    transition: 0.3s;
  }
  .product-floor .wrap .cp-list ul li a .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
    opacity: 1;
  }
  .product-floor .wrap .cp-list ul li a .text-box p {
    font-size: 0.36rem;
    margin-bottom: 0.5rem;
  }
  .product-floor .wrap .cp-list ul li a .text-box .more {
    width: 1.5rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    border: 1px solid #fff;
  }
  .product-floor .wrap .cp-list ul li a:hover img {
    transform: scale(1.1);
  }
  .product-floor .wrap .cp-list ul li a:hover .text-box {
    opacity: 1;
  }
  .cp-floor .title-box {
    color: #007ca7;
  }
  .cp-floor .cpson-floor {
    padding: 0.9rem 0;
  }
  .cp-floor .cpson-floor:nth-child(even) {
    background-color: #f4f6f9;
  }
  .cp-floor .cpson-floor:nth-child(even) .wrap {
    flex-direction: row;
  }
  .cp-floor .cpson-floor .wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .cp-floor .cpson-floor .wrap .text-box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .cp-floor .cpson-floor .wrap .text-box .title-box {
    margin-bottom: 0.25rem;
  }
  .cp-floor .cpson-floor .wrap .text-box .intro {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .cp-floor .cpson-floor .wrap .text-box .content {
    border-top: 2px solid #a0a0a0;
    padding-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.8em;
  }
  .cp-floor .cpson-floor .wrap .text-box .more-btn a {
    width: 2rem;
    height: 0.8rem;
    background-color: #007ca7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.28rem;
    margin-top: 0.4rem;
  }
  .cp-floor .cpson-floor .wrap img {
    width: 100%;
  }
  .pt-floor {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .pt-floor .bg {
    height: 100%;
    position: static;
    right: 0;
    top: 0;
  }
  .pt-floor .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin-bottom: 0.4rem;
  }
  .pt-floor .wrap .text-box {
    width: 100%;
  }
  .pt-floor .wrap .text-box .title-box {
    color: #007ca7;
    margin-bottom: 0.15rem;
  }
  .pt-floor .wrap .text-box .content {
    font-size: 0.28rem;
    line-height: 1.8em;
    margin-bottom: 0.6rem;
  }
  .pt-floor .wrap .text-box .lcimg {
    width: 80%;
    display: block;
  }
  .cpxq-floor {
    padding: 0.8rem 0;
  }
  .cpxq-floor .wrap .cp-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
  }
  .cpxq-floor .wrap .cp-img img {
    max-width: 80%;
    display: block;
    margin-bottom: 0.6rem;
  }
  .cpxq-floor .wrap .cp-img p {
    font-size: 0.32rem;
  }
  .cpxq-floor .wrap .cp-intro .item {
    padding: 0.32rem;
    background-color: #f7f7f7;
    border-radius: 0.1rem;
  }
  .cpxq-floor .wrap .cp-intro .item:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .cpxq-floor .wrap .cp-intro .item .fenlei {
    font-size: 0.32rem;
    padding-bottom: 0.15rem;
    border-bottom: 4px solid #007ca7;
    margin-bottom: 0.3rem;
    width: max-content;
  }
  .cpxq-floor .wrap .cp-intro .item .content p {
    font-size: 0.28rem;
  }
  .cpxq-floor .wrap .cp-intro .item .content p:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .sp-mengceng {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 99999;
    display: none;
  }
  .sp-mengceng .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 4rem;
  }
  .sp-mengceng .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp-mengceng .video-box .mc-close {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-mengceng .video-box .mc-close img {
    width: 40%;
    display: block;
  }
  .culture-floor {
    padding: 0.7rem 0;
  }
  .culture-floor .wrap .title-box {
    margin-bottom: 0.5rem;
  }
  .culture-floor .wrap .wenhua-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .culture-floor .wrap .wenhua-list .item {
    position: relative;
    width: 100%;
    height: 8rem;
    border-radius: 0.1rem;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0.4rem;
  }
  .culture-floor .wrap .wenhua-list .item:hover img {
    transform: scale(1.1);
  }
  .culture-floor .wrap .wenhua-list .item:hover .text-box {
    opacity: 1;
  }
  .culture-floor .wrap .wenhua-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
  }
  .culture-floor .wrap .wenhua-list .item .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    padding-top: 0;
    opacity: 1;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .culture-floor .wrap .wenhua-list .item .text-box .sml-title {
    font-size: 0.42rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .culture-floor .wrap .wenhua-list .item .text-box p {
    padding: 0 0.55rem;
    font-size: 0.32rem;
    line-height: 1.8em;
  }
}
