@media (max-width: 1025px) {
  .container {
    width: 100%;
  }
  .index-slider {
    height: 60vh;
  }
  .nav {
    display: none;
  }
  .p120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-about {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .index-about .pic,
  .index-about .txt {
    width: 100%;
  }
  .index-about .txt {
    margin-bottom: 20px;
  }
  .index-about .txt .about-name h1 {
    font-size: 20px;
  }
  .index-about .txt .about-name p {
    font-size: 12px;
  }
  .index-title h1 {
    font-size: 20px;
  }
  .index-title p {
    font-size: 14px;
  }
  .sevice-list {
    flex-wrap: wrap;
  }
  .service-item:hover,
  .service-item {
    width: 100%;
  }
  .service-item,
  .ser-content {
    height: 380px;
  }
  .ywitem {
    width: 100%;
    height: 240px;
    background: url(../images/tsbg.png) center bottom no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .park-yw {
    padding: 60px 0;
    background: url(../images/section_bg_3.png) center bottom no-repeat;
  }
  .company-rz::before {
    width: 100px;
  }
  .company-rz::after {
    width: 100px;
  }
  .footer-div {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .footer-div .foot-wx,
  .footer-div .foot-add,
  .footer-div .foot-nav {
    width: 100%;
  }
  .footer-div .foot-nav {
    text-align: center;
  }
  .footer-div .foot-wx > div {
    width: 50%;
  }
  .footer-div .foot-add {
    margin-top: 40px;
  }
  .about-intro {
    flex-wrap: wrap;
  }
  .about-intro .video,
  .about-intro .info {
    width: 100%;
  }
  .about-intro .info .txt,
  .about-intro .info .num {
    padding-left: 0;
  }
  .mtitle h2 {
    font-size: 24px;
  }
  .mtitle p {
    font-size: 14px;
  }
  .centera {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .centera .oranger {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .tablea {
    width: 100%;
  }
  .centera .oranger li {
    width: 50%;
  }
  .centera .oranger li a {
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 0;
  }
  .tableabox {
    padding: 15px;
  }
  .tableabox .txtcon h3 {
    font-size: 20px;
  }
  .tableabox .txtcon .funtxt {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  .park-style {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .park-style .park-picleft {
    width: 100%;
    height: 240px;
  }
  .park-style .park-picright {
    width: 100%;
    margin-top: 20px;
  }
  .park-style .park-picright > div img {
    height: 130px;
  }
  .rongyu-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .rongyuitem {
    width: 100%;
    margin-bottom: 20px;
  }
  .rongyuitem .pic {
    width: 100%;
    height: 200px;
  }
  .park-rongyu {
    background: url(../images/introduce_bg_2.png) center bottom no-repeat;
  }
  .rz-box {
    height: 400px;
  }
  .pagecontent {
    margin-top: 0px;
  }
  .rzbtn {
    top: 200px;
    padding: 0 20px;
  }
  .contactlist {
    padding: 60px;
    flex-wrap: wrap;
  }
  .contactlist > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsDiv {
    flex-wrap: wrap;
  }
  .newsClass,
  .news-section {
    width: 100%;
  }
  .newsClass > ul > li {
    margin-top: 0;
    margin-left: 0;
  }
  .newsClass > ul {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
  }
  .newsDiv {
    border: 0;
  }
  .news-list2 > ul > li {
    width: 100%;
  }
  .page-wrap {
    padding: 20px;
  }
  .page-wrap .t h1 {
    font-size: 20px;
  }
  .rzlist > div {
    width: 50%;
    height: 200px;
    margin-bottom: 20px;
  }
  .rzlist .rzpic img {
    height: 100%;
  }
  .rzlist {
    margin-top: 50px;
  }
  .m-menu {
    position: absolute;
    right: 18px;
    top: 15px;
    display: block;
    z-index: 99999;
  }
  .m-menu span {
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: relative;
  }
  .m-menu span::before,
  .m-menu span::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #000;
    transition: all .4s;
  }
  .m-menu span::before {
    top: -8px;
  }
  .m-menu span::after {
    bottom: -8px;
  }
  .menu-close span {
    background-color: #fff;
  }
  .menu-close span::before {
    transform: rotate(45deg);
    top: 0;
  }
  .menu-close span::after {
    transform: rotate(-45deg);
    bottom: 0;
  }
  .menu-phone {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    padding-right: 0;
    left: 0;
    background: #fff;
    display: block;
    z-index: 999;
    margin-right: 0;
    width: 100%;
  }
  .menu-phone > ul > li {
    width: 100%;
  }
  .menu-phone > ul > li a {
    display: block;
  }
  .person-job > ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 15px 0;
  }
  .person-job > ul li p {
    display: block;
    border: 0;
    text-align: left;
    padding: 0;
  }
  .person-job > ul li .name {
    background-color: inherit;
    color: #666;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .job-list .cop {
    display: none;
  }
  .job-list > ul > li {
    display: block;
  }
  .job-list > ul > li p {
    display: block;
    border: 0;
  }
  .job-list > ul > li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }
  .job-list > ul > li .sex,
  .job-list > ul > li .name,
  .job-list > ul > li .zy,
  .job-list > ul > li .money,
  .job-list > ul > li .xw,
  .job-list > ul > li .zpname,
  .job-list > ul > li .qyname,
  .job-list > ul > li .more {
    width: 50%;
    text-align: left;
  }
  .job-list > ul > li .sex span,
  .job-list > ul > li .name span,
  .job-list > ul > li .zy span,
  .job-list > ul > li .money span,
  .job-list > ul > li .xw span,
  .job-list > ul > li .zpname span,
  .job-list > ul > li .qyname span,
  .job-list > ul > li .more span {
    color: #888;
    display: block;
  }
}
