@media only screen and (min-width: 1024px) {
  .header-m {
    display: none;
  }
  #tool {
    display: none;
  }
  .mibile-map {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .header-on {
    display: none;
  }
  .header-m {
    display: block;
    background-color: #ffffff;
  }
  .container {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .container .left {
    display: flex;
    align-items: center;
  }
  .header-m {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  /*左侧logo*/
  .header-m .left img {
    width: 90px;
  }
  /*右侧*/
  .header-m .right {
    display: flex;
    align-items: center;
  }
  .header-m .right img {
    width: 2rem;
  }
  .xialanav {
    display: flex;
    justify-content: space-between;
  }
  .xialanav .click {
    display: flex;
    align-items: center;
  }
  /*白色背景的头部*/
  .header-m.on {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .header.on .left .img1 {
    display: none;
  }
  .header.on .left .img2 {
    display: block;
  }
  .header.on .navbar_nav li a {
    color: #333;
  }
  .header.on .navbar_nav li:hover a {
    color: orangered;
  }
  .m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
  .m_nav.open {
    transform: translateX(0);
  }
  .m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
  }
  .m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
  }
  .m_nav .ul {
    margin-top: 10px;
  }
  .m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    opacity: 0;
  }
  .m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .m_nav .ul li:nth-child(1) {
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(4) {
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  }
  .m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
  .m_nav .ul li .dropdown_menu {
    display: none;
  }
  .m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
  }
  .m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
  }
  .m_nav .ul li .dropdown_menu a:last-child {
    border: none;
  }
  .banner {
    margin-top: 56px;
  }
  .gsjs-wc {
    margin-top: 20px;
  }
  .gsjs {
    width: 95%;
  }
  .gsjs-conts {
    width: 95%;
  }
  .gsjs .swiper-slide {
    width: 32% !important;
  }
  .qhlb .dy {
    width: 100%;
  }
  .qhlb .dtwz {
    position: inherit;
    width: 100%;
  }
  .qhlb .dtwz .xyj {
    padding: 0;
    margin-top: 10px;
  }
  .pro {
    width: 95%;
    padding-top: 40px;
  }
  .fbqys {
    width: 95%;
  }
  .fbqy {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .qymaps {
    display: none;
  }
  .news {
    width: 95%;
    padding-top: 40px;
  }
  .newlist {
    flex-wrap: wrap;
  }
  .newlist > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .shzr {
    width: 95%;
  }
  .tswz .cn {
    font-size: 16px;
  }
  .tswz .en {
    font-size: 12px;
    margin-top: 5px;
  }
  .footers {
    width: 95%;
    flex-wrap: wrap;
  }
  .banquan {
    width: 95%;
  }
  .footer {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .footers > div {
    width: 100%;
  }
  .footers .zhongs {
    padding: 20px 0;
  }
  .footers #footermap {
    height: 150px;
  }
  .banquan {
    display: none;
  }
  .nybanner {
    margin-top: 60px;
  }
  .xfwzs {
    width: 95%;
  }
  .xfwzs .en {
    font-size: 20px;
  }
  .xfwzs .cn {
    font-size: 14px;
    margin-top: 5px;
  }
  .nynav ul {
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .nynav ul li {
    margin-right: 0;
  }
  .nynav ul li a::before {
    display: none;
  }
  .our {
    height: auto;
    position: inherit;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .ours .xyc {
    width: 95%;
    flex-wrap: wrap;
  }
  .ours {
    position: inherit;
  }
  .ours .xyc > div:first-child {
    margin-right: 0;
  }
  .ours .xyc .thumb {
    width: 100%;
  }
  .ours .xgjs {
    width: 100%;
    margin-top: 30px;
  }
  .ours .xyc .thumb img {
    width: 100%;
  }
  .right-suspension {
    display: none;
  }
  .left-suspension {
    display: none;
  }
  .our-two {
    margin-top: 20px;
  }
  .lsbg-bt {
    width: 95%;
    padding-top: 40px;
  }
  .lsbgs {
    width: 95%;
  }
  .bgzs {
    width: 95%;
  }
  .bgzs .list .lists {
    width: 100%;
  }
  .bgzs .list .ico img {
    display: none;
  }
  .bgzs .myx img {
    width: 100%;
  }
  .pro-ny {
    width: 95%;
  }
  .pro-nylist .description {
    margin-top: 15px;
    line-height: 24px;
  }
  .ny-pro {
    width: 95%;
    padding-top: 40px;
  }
  .ny-pro .loops .list {
    width: 49%;
    margin-right: 0;
  }
  .thumbs {
    padding: 5px;
  }
  .showtp .lf {
    padding: 5px;
  }
  .showtp .lf {
    width: 50%;
  }
  .showtp .rg {
    margin-left: 10px;
  }
  .nycont {
    width: 95%;
    padding-top: 40px;
  }
  .down-cont {
    justify-content: space-between;
  }
  .down-cont .list {
    width: 49%;
    margin-right: 0;
  }
  .down-cont .xmd {
    padding: 10px;
  }
  .contact {
    width: 95%;
    padding-top: 40px;
  }
  .contact .ys {
    flex-direction: column;
  }
  .gsjs-nav .lm {
    margin: 0 5px;
  }
}
/*底部固定工具条*/
#tool {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.toollist {
  position: fixed;
  z-index: 900;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 46px;
}
.toollist li {
  float: left;
  width: auto;
  height: 100%;
  width: 50%;
  position: static !important;
  margin: 0;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-sizing: border-box;
  box-shadow: none !important;
  background: none;
}
.toollist li a {
  color: #ffffff;
  font-size: 18px;
  height: 100%;
  text-align: center;
  display: flex;
  text-decoration: none;
  padding-top: 2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toollist li a span {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.toollist li a img {
  width: 24px;
  height: 24px;
}
.toollist li a p {
  margin: 1px 0 1px 0;
  font-size: 14px;
  display: block !important;
  line-height: 18px;
  text-align: center;
}
.hoverss {
  display: none;
  padding-bottom: 20px;
  border-radius: 5px;
  position: absolute;
  bottom: 100%;
}
.hoverss > div {
  background: rgba(182, 210, 217, 0.8);
  padding: 0 15px;
}
.hoverss p {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}
.hoverss p:last-child {
  border-bottom: none;
}
.page2s {
  width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #545454;
}
.page2s p {
  font-size: 14px;
  line-height: 26px;
  color: #545454;
}
.page2s img {
  max-width: 100%;
}
#footermap img {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .page2s {
    width: 95%;
  }
}
