/**/
@media screen and (min-width: 1921px) and (max-width: 4000px) {
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header .nav {
    display: none;
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}

/**/
@media (max-width: 768px) {
  .m_nav {
    position: absolute;
    right: 0.15rem;
    top: 0.23rem;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #418bff;
  }
  .m_nav i + i {
    margin-top: 0.06rem;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs,
  .header .nav,
  .homepage .banner .bd,
  .header .search,
  .homepage .four .left::before {
    display: none;
  }
  .visible-xs,
  .homepage .two .bd ul,
  .homepage .three .inbd,
  .homepage .four .box {
    display: block;
  }

  /**/
  .header {
    padding: 0.15rem 0;
  }

  .header .logo .img,
  .header .logo span img {
    width: 1.2rem;
  }
  .homepage .banner img {
    height: 2.6rem;
  }
  .homepage .one ul li + li {
    border: none;
  }
  .homepage .one ul {
    flex-wrap: wrap;
  }
  .homepage .one ul li {
    display: block;
    width: 50%;
    padding: 0.1rem 0;
    flex: inherit;
    text-align: center;
  }
  .homepage .one ul img {
    margin: 0;
  }
  .homepage .one ul li .flex {
    display: block;
  }
  .homepage .two .hd h4 {
    font-size: 0.2rem;
  }
  .homepage .two .hd .flex {
    display: block;
  }
  .homepage .two .hd .search {
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .homepage .two .bd ul li + li,
  .homepage .three .inbd > .flex_item + .flex_item {
    margin: 0.15rem 0 0;
  }
  .homepage .two .hd dt {
    font-size: 0.28rem;
  }
  .homepage .two .hd .search .input {
    font-size: 0.14rem;
  }
  .homepage .three,
  .homepage .four {
    padding-top: 0.3rem;
  }
  .homepage .three .inbd h4 {
    font-size: 0.18rem;
  }
  .homepage .title b {
    font-size: 0.22rem;
  }
  .homepage .four .side {
    position: static;
    width: 100%;
  }
  .homepage .four .left {
    padding: 0;
  }
  .homepage .four .box {
    margin-top: 0.2rem;
  }
  .homepage .bg {
    padding-bottom: 0.3rem;
  }
  .commonbottom dt {
    font-size: 0.16rem;
  }
  .commonbottom {
    font-size: 0.14rem;
  }
  .footer .bd {
    display: block;
    padding: 0.2rem 0;
  }
  .footer .bd .box {
    display: none;
  }
  .footer .bd .code {
    justify-content: center;
    margin-top: 0.3rem;
  }
  .footer .bd ol li + li {
    margin-top: 0.1rem;
  }
  .footer .bd .flex img {
    width: 0.8rem;
    margin-right: 0.1rem;
  }
  .footer {
    font-size: 0.13rem;
  }
  .footer .ft {
    padding: 0.15rem;
  }
  /**/
  .certQuery {
    background-size: 100% 7rem;
  }
  .certQuery .one {
    padding-top: 0.4rem;
  }
  .certQuery .one .hd {
    font-size: 0.23rem;
  }
  .certQuery .one .bd {
    margin-top: 0.3rem;
  }
  .certQuery .one .ft {
    padding: 0.15rem;
  }
  .certQuery .one .search .input {
    font-size: 0.14rem;
    padding-left: 0.1rem;
  }
  .certQuery .one .search .btn {
    width: 1rem;
  }
  .certQuery .one .ft dl {
    margin-top: 0.15rem;
  }
  .certQuery .two,
  .profile .one,
  .profile .three {
    padding: 0.3rem 0;
  }
  .certQuery .title {
    font-size: 0.22rem;
  }
  .certQuery .two .bd ul li {
    width: 50%;
  }
  .certQuery .two .bd ul li dl {
    padding: 0.2rem 0;
  }
  .certQuery .two .bd ul li img {
    margin-bottom: 0.15rem;
  }
  .info {
    font-size: 0.14rem;
  }
  .certQuery .two .bd,
  .certQuery .three .bd,
  .profile .two {
    padding-top: 0.3rem;
  }
  .certQuery .three {
    padding: 0.5rem 0;
  }
  .certQuery .three ul li dd b {
    font-size: 0.24rem;
  }
  /**/
  .banner_info > img {
    height: 2.6rem;
  }
  .profile .tab li + li {
    margin-left: 0.2rem;
  }
  .profile .one .bd .flex,
  .profile .three .flex {
    display: block;
  }
  .profile .one .bd .flex_item + .flex_item {
    margin: 0.2rem 0 0;
  }
  .profile .one .bd p + p {
    margin-top: 0.15rem;
  }
  .profile .title {
    padding-bottom: 0.3rem;
  }
  .profile .title p {
    font-size: 0.12rem;
  }
  .profile .title h2,
  .profile .three .title_info {
    font-size: 0.2rem;
  }
  .profile .three .tabtitle {
    font-size: 0.14rem;
    margin: 0.2rem 0;
  }
  .profile .three .pic {
    width: 100%;
    margin: 0 0 0.15rem 0;
  }
  .profile .three .tabtitle li + li::before {
    display: none;
  }
  .profile .three .tabtitle li {
    flex: 1;
    justify-content: center;
  }
  .profile .three .flex_item {
    padding: 0.15rem;
  }
  .profile .two .bd {
    padding-top: 0;
  }
  .profile .two .bd li {
    display: block;
  }
  .profile .two .bd li .dian {
    display: none;
  }
  .profile .two .bd li .year {
    margin: 0 auto;
  }
  .profile .two {
    padding-bottom: 0.3rem;
  }
  /**/
  .newslist {
    padding: 0.3rem 0;
  }
  .newslist .two .bd ul li {
    width: 100%;
  }
  .newslist .two .hd {
    display: block;
  }
  .newslist .two .hd .tabtitle {
    display: block;
    white-space: nowrap;
    margin-top: 0.2rem;
    overflow-x: auto;
  }
  .newslist .two .hd .tabtitle li {
    display: inline-block;
  }
  .newslist .two .hd .tabtitle li + li {
    margin-left: 0.1rem;
  }
  .pages {
    margin-top: 0.3rem;
  }
  /**/
  .serviceDetail .one {
    display: block;
    padding-bottom: 0.3rem;
  }
  .serviceDetail .one .side {
    transform: translateY(0);
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .serviceDetail .two h3 {
    padding: 0.15rem 0;
  }
  .serviceDetail .banner,
  .banner_info .bd dd {
    font-size: 0.22rem;
  }
  /**/
  .serviceList .tab ul li,
  .serviceList .two .bd ul li {
    width: 33.333%;
  }
  .serviceList .one .bd ul li {
    width: 100%;
  }
  .serviceList .one,
  .serviceList .two {
    padding: 0.3rem 0;
  }
  .serviceList .two .bd ul li {
    padding-bottom: 0.25rem;
  }
  .serviceList .two .bd {
    padding-top: 0.3rem;
  }
  .serviceList .two .bd ul img {
    width: 0.55rem;
  }
  .serviceList .two .bd ul dt {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  .serviceList .two .title {
    font-size: 0.22rem;
  }
  .ft_bottom {
    display: block;
  }
  .ft_bottom .flex_item + .flex_item {
    margin: 0.15rem 0 0;
  }
}
