@media screen and (max-width: 1400px) {
  .p-header .nav li > a {
    font-size: 16px;
  }
  .mid1400 {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .pc-show {
    display: block;
  }
  .wap-show {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    background-color: #efefef;
    padding-bottom: 40px;
  }
  .pc-show {
    display: none;
  }
  .wap-show {
    display: block;
  }
  .mid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .p-header {
    font-size: 12px;
  }
  .p-header .nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    height: auto;
    padding: 3%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
    transition: 0.3s;
    display: none;
  }
  .p-header .nav.on {
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block;
  }
  .p-header .nav li {
    display: block;
    margin: 5px 0;
  }
  .p-header .nav li:before {
    display: none !important;
  }
  .p-header .nav li > a {
    color: #fff !important;
  }
  .p-header .nav li.on {
    font-weight: bold;
  }
  .p-header .nav li > a {
    display: block;
  }
  .p-header .nav li dl {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 5px 20px;
    padding: 0 10px;
    width: auto;
    left: 0;
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.2);
  }
  .p-header .nav li dl dd {
    display: inline-block;
  }
  .p-header .menu {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .p-header .menu span {
    display: block;
    width: 27px;
    height: 27px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: url(../img/wap/wap-menu.png) no-repeat center / 20px auto;
  }
  .p-header .menu span.on {
    transform: rotate(90deg);
  }
  .p-header .tel {
    font-size: 10px;
    padding-left: 2.5em;
    margin-left: 1em;
    flex: 1;
  }
  .p-header .tel p {
    display: none;
  }
  .p-header .tel span {
    font-size: 14px;
    font-weight: normal;
  }
  .banner-index {
    font-size: 12px;
  }
  .banner-index .swiper-slide {
    padding-top: 30%;
    background-position: 35% center;
  }
  .banner-index-wap {
    background-color: #fff;
  }
  .banner-index-wap img {
    display: block;
    width: 100%;
  }
  .ind-about {
    font-size: 12px;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .ind-about .ind-about-flex {
    flex-direction: column-reverse;
    padding-top: 3%;
    padding-bottom: 3%;
    gap: 1em;
  }
  .ind-about .ind-about-flex .ind-about-left {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .ind-about .ind-about-flex .ind-about-left.more {
    height: auto;
  }
  .ind-about .ind-about-flex .ind-about-right {
    width: 100%;
  }
  .ind-about .ind-about-flex .ind-about-btn {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 130px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    background-color: #249756;
    border-radius: 20px;
  }
  .pub-wap-title {
    padding: 1em 0;
  }
  .pub-wap-title .tit {
    color: #00a690;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .pub-wap-title .tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 2.5em;
    bottom: -0.5em;
    width: 10px;
    height: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #00a690;
    border-top: 0;
    transform: scaleX(1.25);
  }
  .pub-wap-title .msg {
    font-size: 14px;
    color: #666;
    margin-left: 1em;
  }
  .pub-hot-list .item {
    width: calc((100% - 15px) / 2);
    background-color: #fff;
  }
  .pub-hot-list .item .word {
    text-align: left;
    padding: 10px;
  }
  .pub-hot-list .item .word .t1 {
    font-size: 15px;
  }
  .pub-hot-list .item .word .t2 {
    color: #999;
    font-size: 12px;
  }
  .pub-hot-list .item .word .t2 span {
    font-size: 19px;
    color: #b5952e;
  }
  .pub-hot-list .item .word .t2 i {
    font-size: 12px;
  }
  .ind-hot {
    padding-top: 0 !important;
  }
  .pub-env-list .item {
    width: calc((100% - 20px) / 2);
  }
  .pub-env-list .item p {
    font-size: 12px;
  }
  .ind-serve {
    font-size: 18px;
    background: url(../img/wap/wap-index-serve-bg.png) no-repeat center / 100% 100%;
  }
  .ind-serve .flex-box {
    padding-bottom: 3%;
  }
  .ind-serve .flex-box .ind-serve-left {
    margin: 0;
    flex: 1;
  }
  .ind-serve .flex-box .ind-serve-left .list a {
    padding: 10px;
    align-items: center;
  }
  .ind-serve .flex-box .ind-serve-left .list a img {
    width: 30px;
    height: 30px;
  }
  .ind-serve .flex-box .ind-serve-left .list a .tit {
    gap: 2px;
  }
  .ind-serve .flex-box .ind-serve-left .list a .tit p {
    font-size: 14px;
  }
  .ind-serve .flex-box .ind-serve-left .list a .tit span {
    font-size: 12px;
  }
  .ind-serve .pub-wap-title {
    text-align: center;
  }
  .ind-serve .pub-wap-title span {
    display: block;
    color: #fff;
    margin: 0 0 10px;
  }
  .ind-serve .pub-wap-title span.tit {
    margin-bottom: 20px;
  }
  .ind-serve .pub-wap-title span.tit::before {
    left: 53%;
    border-color: #fff;
  }
  .ind-flow-out {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .ind-flow {
    font-size: 15px;
  }
  .ind-flow .list {
    flex-wrap: wrap;
    width: 100%;
    gap: 2em 0;
  }
  .ind-flow .list .item {
    flex: 0 1 calc(100% / 3);
  }
  .ind-flow .list .item span {
    margin: 0;
  }
  .ind-flow .list .item span::before {
    width: 70px;
    left: 40px;
  }
  .ind-flow .list .item:nth-child(3) span::before {
    display: none;
  }
  .ind-ad-two {
    font-size: 15px;
  }
  .pub-footer {
    font-size: 15px;
  }
  .pub-footer .top .links a {
    font-size: 12px;
  }
  .pub-footer .bottom .left .t1 {
    font-size: 20px;
  }
  .pub-footer .bottom .left .t2 {
    font-size: 12px;
  }
  .page-banner {
    font-size: 10px;
  }
  .page-hot-info-text {
    font-size: 15px;
  }
  .page-hot-info-ad {
    height: 30px;
  }
  .page-hot-info-ad img {
    height: 100%;
    object-fit: cover;
  }
  .page-hot-info-msg {
    font-size: 12px;
    flex-direction: column;
  }
  .page-hot-info-msg .left,
  .page-hot-info-msg .right {
    flex: 1;
    width: 100%;
    background-color: #fff;
  }
  .page-hot-info-msg .right {
    padding: 1em;
  }
  .page-hot-info-msg .right .money .t2 {
    font-size: 14px;
  }
  .page-hot-info-msg .right .info-box {
    width: 100%;
  }
  .page-hot-info-msg .right .info-box li p,
  .page-hot-info-msg .right .info-box li span {
    font-size: 12px;
  }
  .page-hot-info-msg .right .tel-box {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-hot-info-msg .right .tel-box i,
  .page-hot-info-msg .right .tel-box .wechat {
    display: none;
  }
  .page-hot-info-msg .right .tel-box .tel {
    margin-left: 0;
  }
  .page-hot-info-msg .right .mark-box {
    flex-direction: column;
  }
  .page-hot-info-msg .right .mark-box .list {
    width: 100%;
  }
  .page-hot-info-msg .right .mark-box .list li a,
  .page-hot-info-msg .right .mark-box .list li span,
  .page-hot-info-msg .right .mark-box .list li p {
    font-size: 12px;
  }
  .page-hot-info-msg .right .mark-box .btn a {
    font-size: 14px;
  }
  .page-news-list {
    font-size: 12px;
  }
  .page-news-list .item {
    gap: 1em;
  }
  .page-news-list .item .word {
    gap: 2px;
  }
  .page-news-list .item .word .tit {
    font-size: 14px;
  }
  .page-news-list .item .word .date,
  .page-news-list .item .word .msg {
    font-size: 12px;
  }
  .page-size {
    justify-content: space-around;
  }
  .page-size a:not(.wap-page) {
    display: none;
  }
  .page-size a.wap-page {
    flex: 1;
  }
  .page-news-info .news-title {
    font-size: 18px;
  }
  .page-news-info .content-box {
    flex-direction: column;
  }
  .page-news-info .content-box .news-info-left,
  .page-news-info .content-box .news-info-right {
    width: 100%;
  }
  .page-news-info .content-box .news-info-right .rxmx-list .tit-p,
  .page-news-info .content-box .news-info-right .zxwz-list .tit-p {
    font-size: 16px;
  }
  .page-news-info .content-box .news-info-right .rxmx-list .tit-p::before,
  .page-news-info .content-box .news-info-right .zxwz-list .tit-p::before {
    width: 2px;
  }
  .page-news-info .content-box .news-info-right .zxwz-list {
    padding-bottom: 0;
  }
  .page-contant-us {
    font-size: 15px;
    background-color: #fff;
    gap: 1em;
  }
  .page-contant-us .top,
  .page-contant-us .center,
  .page-contant-us .bottom {
    border-radius: 4px;
    flex-direction: column;
  }
  .page-contant-us .top {
    font-size: 12px;
    padding: 1em 0 0;
  }
  .page-contant-us .center {
    font-size: 18px;
  }
  .page-contant-us .center li {
    padding-top: 1em;
  }
  .page-contant-us .center li .tel,
  .page-contant-us .center li .btn {
    margin: 0;
  }
  .page-contant-us .bottom {
    gap: 1em;
  }
  .page-contant-us .bottom img {
    width: 100%;
  }
}
