@media screen and (max-width: 1200px) {
  .content {
    background-color: #fff;
  }

  .common-box {
    width: calc(100% - .6rem);
    padding-bottom: 0rem;
  }

  .common-footer {
    width: calc(100% - .6rem);
    padding: 0;
  }

  body {
    background: url('./mobile-background1.png') no-repeat top center;
    background-size: 100%;
  }

  /* 移动端头部适配样式 START*/

  .header {
    width: calc(100% - .6rem);
  }

  .header .jf {
    display: none;
  }

  .header .title-logo {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 0.65rem;
  }

  .header .title-logo img {
    width: 65%;
  }

  .header .search {
    width: 100%;
    height: 0.65rem;
    text-align: center;
    margin: 0.55rem 0.5rem 0 0;
  }

  .header .search .search-hot {
    display: none;
  }

  .header .text {
    width: 3.5rem;
    padding-left: 0.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.24rem;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }

  .header .btn {
    width: 1.5rem;
    padding-left: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }

  .header-top {
    display: none;
  }

  .nav {
    display: none;
  }

  /* 内容 */
  .content {
    margin-top: 0.6rem;
  }

  .common-box .nav {
    width: 94%;
    height: 2rem;
    padding: 0.1rem 3%;
    margin: 0;
  }

  /* .common-box .nav ul{
    width: 80%;
    margin-left: 10%;
  } */
  .common-box .nav li {
    width: 28%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0.1rem 2.6%;
    font-size: 0.28rem;
  }

  .common-box .current-location {
    height: 0.5rem;
    font-size: 0.22rem;
    line-height: 0.78rem;
    padding-left: 0.3rem;
    margin: 0.2rem 0 0.1rem 0;
  }

  /* 移动端头部适配样式 END*/

  /* 移动端底部适配样式 START*/
  .footer {
    padding: .2rem 0;
    background: #9cccf6;
  }

  .footer .footer-img {
    margin-top: 3.25rem;
  }

  .footer .footer-bottom {
    background: #9cccf6;
    color: #849299;
    line-height: unset;
  }

  .footer .footer-img img:nth-of-type(1),
  .footer .footer-img img:nth-of-type(2) {
    float: none;
  }

  .footer .footer-img img:nth-of-type(2) {
    width: 11%;
    /* margin-left: 20%; */
    margin: 0.2rem 0 0 45%;
  }

  .footer .footer-img img:nth-of-type(1) {
    width: 22%;
    margin: 0.3rem 0 0 10%;
  }


  .footer .footer-text>span:nth-of-type(2) {
    display: none;
  }

  .footer .footer-text {
    top: -3.2rem;
    width: 100%;
    left: 0;
  }

  .footer .footer-text .footer-first {
    margin: 0 1rem;
  }

  .footer .footer-text span {
    font-size: 0.22rem;
    line-height: 0.5rem;
  }

  .footer .footer-text p {
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.5rem;
    text-align: left;
    color: #849299;
  }

  /* 移动端底部适配样式 END*/
  /* 移动端导航 s */
  #cd-top-nav {
    display: block;
  }

  #cd-menu-trigger {
    position: absolute;
    right: 1vw;
    top: 22vw;
    height: .78rem;
    width: 1.2rem;
    background-color: #f0f4f7;
    border-radius: .1rem;
    display: block;
  }

  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
  }

  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 30%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #0168b7;
    color: #0168b7;
    /* these are the upper and lower lines in the menu menu */
  }

  #cd-menu-trigger .cd-menu-icon::before,
  #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
  }

  #cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before,
  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #0168b7;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  /* 移动端导航 e */

  /* 通用左侧导航 START
  .left-menu-box,
  .left-menu {
    width: 100%;
  }

  .left-menu li {
    width: 48%;
    font-size: 0.24rem;
    float: left;
    margin-bottom: 0.3rem;
    line-height: 1.2rem;
    margin-right: 4%;
  }

  .left-menu li:nth-of-type(2n) {
    margin-right: 0;
  }

  .left-menu .active {
    background: url(./zwgk-left-listbgc.png) no-repeat;
    background-size: 100% 1.2rem;
  }

  .left-menu li:hover {
    background-size: 100% 1.2rem;
  }

  .left-menu-sec {
    display: none !important;
  }

  .left-menu li img {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.4rem 0.15rem 0 0.2rem
  }

  .down,
  .down-sec {
    display: none !important;
  }

  .left-menu-contact {
    display: none;
  } */

  /* 通用左侧导航 END */
  .s-side-title {
      display: none;
  }
  .s-side {
    width: 90%;
    margin: 0 auto;
  }
  .s-side .first {
    width: 46%;
    float: left;
    margin-right: 0.2rem;
    display: block;
    line-height: 0.68rem; 
    background-color:#ffffff;
    border: 0.01rem solid #357ded;
    margin-bottom: 0.2rem;
  }
  /* .s-side .first:nth-child(2n) {
    margin-right: 0rem;
  } */

  .s-side .first a {
    font-size: .22rem;
  }  
  .s-side .first .d-firstDrop {
    display: none !important;
  }
  .s-side .first img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .s-side .active {
    margin-right: 0rem;
    line-height: 0.68rem; 
    background-color: #357ded;
    border: 0.01rem solid #357ded;
    margin-bottom: 0rem;
    background-color: #357ded;
  }
  .s-side .s-side-showimg {
    display: none !important;
  }
  .s-side .active .s-side-hideimg,
  .s-side .active .s-side-showimg{
    display: none !important;
  }
  
  .s-side .active a {
    color: #fff;
    font-size: .22rem;
    line-height: 0.68rem;
  }
  .s-side .first:hover {
    background-color: #357ded;
}
.s-side .first:hover a {
    color: #fff;
    line-height: 0.68rem;
}
  .mb-text .mb-text-li {
    display: none;
  }
  .s-side .d-secondNav a, .s-side .d-firstNav a {
    display: block;
    margin-left: 0.5rem;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}


@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
  }

  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }

  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  /* the secondary navigation is covered by the main element */
  z-index: 99;
  width: 260px;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}

#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}

#cd-lateral-nav a {
  display: block;
  line-height: .7rem;
  font-size: .22rem;
  padding: 0 16px 0 32px;
  color: #FFFFFF;
}

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}

.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}

#cd-lateral-nav .cd-navigation li {
  border-bottom: .01rem solid #FFFFFF;
}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children>a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}

#cd-lateral-nav .item-has-children>a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  /* background: url("cd-arrow.svg") no-repeat center center; */
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children>a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
  padding: 0 32px;
}

#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}

#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;

  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  margin-right: .5em;
  border-radius: 0.25em;
}

#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0;
}

#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0;
}

#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0;
}

#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0;
}

.no-touch #cd-lateral-nav .socials a:hover {
  background-color: #4e6361;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
  background-position: 0 -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-github {
  background-position: -32px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
  background-position: -64px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-google {
  background-position: -96px -32px;
}

#cd-lateral-nav {
  display: block;
}

.navName {
  display: block;
  font-size: .24rem;
  color: #0168b7;
  line-height: .78rem;
  text-align: center;
  padding-left: 43%;
  float: right;
  padding-right: .09rem;
  height: .78rem;
}

header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

header.is-fixed {
  position: fixed;
}