@media screen and (max-width: 1400px) {
  .p-blue-title {
    font-size: 30px;
  }
  .p-gray-msg {
    font-size: 18px;
  }
  .p-header {
    font-size: 16px;
  }
  .p-header .nav li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .p-blue-title {
    font-size: 20px;
  }
  .p-gray-msg {
    font-size: 14px;
  }
  .p-header {
    padding: 0 2%;
    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;
    border: none;
  }
  .p-header .nav li > a {
    display: block;
    color: #fff !important;
    font-size: 14px;
  }
  .p-header .nav li.on {
    background: none;
  }
  .p-header .nav li.on a {
    font-weight: bold;
    color: #267cff !important;
  }
  .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 .nav li dl a {
    font-size: 12px;
  }
  .p-header .menu {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .p-header .menu span {
    margin-right: 10px;
    display: block;
    width: 27px;
    height: 27px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
  }
  .p-header .menu span::before,
  .p-header .menu span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #58595b;
    position: absolute;
    left: 0;
    top: 30%;
    transition: 0.5s;
  }
  .p-header .menu span::after {
    top: 60%;
  }
  .p-header .menu span.on {
    transform: rotate(90deg);
  }
  .p-header .tel {
    font-size: 12px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 2em;
    background: none;
  }
  .p-header .tel span {
    font-size: 14px;
    font-weight: normal;
  }
  .index-banner .swiper-button-white {
    display: none;
  }
  .index-about {
    font-size: 12px;
  }
  .index-about img {
    -webkit-filter: saturate(30%) blur(1px);
    filter: saturate(30%) blur(1px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    height: 80%;
    z-index: 0;
    opacity: 0.5;
  }
  .index-about ul {
    width: 100%;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    transform: translateY(0);
    padding-bottom: 1em;
  }
  .index-about ul p,
  .index-about ul span {
    width: 100%;
    font-weight: bold;
  }
  .index-about ul span {
    font-size: 12px;
  }
  .index-about ul .fl,
  .index-about ul .fr {
    margin: 0;
    padding: 1em;
    float: none;
    text-align: left;
  }
  .index-about ul .fl::before,
  .index-about ul .fr::before {
    right: none;
    left: -2px;
  }
  .index-about ul .fl::after,
  .index-about ul .fr::after {
    right: none;
    left: 0;
  }
  .index-money {
    font-size: 16px;
  }
  .index-money .mid {
    flex-direction: column-reverse;
  }
  .index-money .mid .left,
  .index-money .mid .right {
    width: 96%;
    margin: 2%;
  }
  .index-money .mid .right .p-blue-title {
    font-size: 20px;
    margin: 0 0 0.5em;
  }
  .index-money .mid .right img {
    display: block;
    width: 150px;
  }
  .index-money .mid ul li {
    padding: 1em 0;
  }
  .index-money .mid ul li .tit span i {
    font-size: 12px;
  }
  .index-service {
    padding: 0 10px;
    font-size: 14px;
    flex-wrap: wrap;
  }
  .index-service::after {
    display: none;
  }
  .index-service li {
    width: calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
    font-size: 17px;
  }
  .index-service li::before {
    display: none;
  }
  .index-service li .icon {
    margin: 0 0 0.5em;
    border: none;
  }
  .p-hot-tel,
  .p-hot-tel-peo {
    font-size: 14px;
  }
  .index-pic {
    font-size: 14px;
  }
  .index-pic .tit-box {
    width: 100%;
  }
  .index-pic ul {
    gap: 1em;
    margin-top: 1em;
  }
  .index-pic ul li {
    width: calc(50% - 0.5em);
    margin-top: 1em;
  }
  .index-pic ul li:nth-child(even) {
    top: 0;
  }
  .index-pic ul li div {
    width: 100%;
    margin-left: 0;
  }
  .index-pic ul li div img {
    left: 0;
    top: 0;
  }
  .index-pic ul li p {
    margin-left: 0;
    text-align: center;
  }
  .index-pic ul li:hover div {
    margin-left: 0em;
  }
  .index-news {
    font-size: 16px;
  }
  .p-footer {
    font-size: 14px;
  }
  .p-in-banner {
    font-size: 12px;
  }
  .money-box1 {
    font-size: 14px;
  }
  .money-box1 ul {
    flex-direction: column;
    gap: 0;
  }
  .money-box1 ul li {
    margin: 1em;
  }
  .money-box1 ul li .bot {
    height: auto;
  }
  .money-question {
    padding: 0 3%;
    font-size: 14px;
  }
  .money-question .list {
    height: auto;
  }
  .money-question .list a {
    width: 100%;
  }
  .money-question .list a span {
    display: -webkit-box;
    margin-top: 1em;
    line-height: 1.5em;
    height: 3em;
  }
  .about-msg {
    font-size: 14px;
    margin: 3%;
    background-image: url(../img/about-flower.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70px auto;
  }
  .about-msg .img {
    display: none;
  }
  .about-map {
    font-size: 14px;
  }
  .news-list {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 14px;
  }
  .news-list li {
    flex: 0 1 calc(100% / 2 - 0.5em);
  }
  .news-list li .tit {
    font-size: 16px;
  }
  .news-list li .msg,
  .news-list li .date {
    font-size: 12px;
  }
  .p-page a:not(.wap-show),
  .p-page span {
    display: none;
  }
  .p-page .wap-show {
    flex: 0 1 40%;
  }
  .case-list {
    font-size: 14px;
    padding: 0 3%;
  }
  .case-list li {
    flex: 0 1 calc(100% / 2 - 0.5em);
  }
  .case-list li .tit {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }
  .p-bread-nav {
    display: none;
  }
  .news-detail {
    flex-direction: column;
    gap: 10px;
  }
  .news-detail .left,
  .news-detail .right {
    width: 100%;
    padding: 3%;
  }
  .news-detail .left .page {
    flex-direction: column;
    gap: 10px;
  }
  .news-detail .left .page a {
    width: 100%;
  }
  .news-detail .right .in {
    font-size: 16px;
  }
  .news-detail .right .list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .p-hot-tel,
  .p-hot-tel-peo {
    font-size: 10px;
  }
  .p-hot-tel .tel,
  .p-hot-tel-peo .tel {
    margin: 0;
  }
  .p-hot-tel a,
  .p-hot-tel-peo a {
    font-size: 12px;
  }
  .p-hot-tel {
    padding: 0 0 1em 0;
  }
  .p-hot-tel .tel p {
    font-size: 1.4em;
  }
  .p-hot-tel-peo {
    padding: 1em;
  }
  .p-hot-tel-peo img {
    height: 7em;
  }
  .p-hot-tel-peo p {
    font-size: 12px;
  }
  .index-news .in {
    background: none;
    padding: 1em 0;
    gap: 1em;
  }
  .index-news .in .p-blue-title {
    position: relative;
    transform: translateX(0) translateY(0);
    left: 0;
    top: 0;
    width: 100%;
  }
  .index-news .in a {
    flex: 0 1 100%;
    margin: 0 !important;
  }
  .index-news .more {
    margin: 1em auto;
  }
  .p-footer {
    padding-bottom: 50px;
  }
  .p-footer .top {
    flex-direction: column;
  }
  .p-footer .top .left,
  .p-footer .top .right {
    flex: 0 1 100%;
    width: 100%;
  }
  .p-footer .top .left .tit {
    width: calc(100% - 4em);
    left: 0;
  }
  .p-footer .bot {
    flex-wrap: wrap;
    margin: 2em 0;
  }
  .about-map {
    height: auto;
  }
  .about-map .map {
    width: 100%;
    height: 15em;
  }
  .about-map .map-right {
    margin-top: 1em;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    background: #f1f6ff;
    padding: 1.5em;
    height: auto;
    box-shadow: 0 0 3px #ccc;
  }
  .wap-tel {
    font-size: 20px;
    width: 100%;
    height: 2.5em;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.14);
    position: fixed;
    display: flex;
    align-items: center;
  }
  .wap-tel .tit {
    flex: 0 1 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1em 0 2em;
  }
  .wap-tel .tit p {
    font-size: 0.6em;
    color: #333;
  }
  .wap-tel .tit span {
    color: #333;
    font-weight: bold;
  }
  .wap-tel .icon {
    display: flex;
    gap: 0.5em;
    background: #4884d7;
    border-radius: 1em 0 0 0;
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .wap-tel .icon img {
    display: block;
    width: 1.5em;
    height: auto;
    object-fit: contain;
    animation: 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s infinite alternate none running fadeIn;
  }
  .wap-tel .icon p {
    font-size: 0.8em;
    color: #fff;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
