﻿@charset "utf-8";
@media only screen and (max-width: 1119px) {
  .wrapper {
    padding: 0 5%;
    width: auto;
  }
  .header-bd .wrapper {
    padding: 14px 5% 25px;
  }
  .header-bd .logo img {
    max-width: 330px;
  }
  .header-bd .serch {
    margin-top: 22px;
    height: 36px;
  }
  .header-bd .serch input {
    padding: 0 90px 0 10px;
    font-size: 14px;
  }
  .banner-wrap .wrapper {
    width: 100%;
  }
  .banner-wrap .swiper-container {
    height: 340px;
  }
  .banner-wrap .swiper-button-prev {
    left: 5%;
  }
  .banner-wrap .swiper-button-next {
    right: 5%;
  }
  .banner-wrap .swiper-pagination {
    bottom: 20px;
  }
  .banner-wrap .swiper-pagination span {
    width: 10px;
    height: 10px;
  }
  .news-wrap .news-detail .desc {
    font-size: 14px;
  }
  .footer .links .label {
    top: 17px;
    left: 5%;
    font-size: 14px;
  }
  .footer .links ul {
    padding-left: 65px;
  }
  .footer .links li {
    font-size: 14px;
  }
  .footer .links li::after {
    width: 1px;
  }
  .footer .bd .title {
    line-height: 1;
  }
  .footer .bd .title h4 {
    font-size: 16px;
  }
  .footer .bd .left .list li {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .footer .bd .left .list img {
    width: 20px;
  }
  .footer .bd .right .qr-box .txt {
    font-size: 13px;
  }
  .breadcrumbs .bd {
    padding: 15px 5%;
  }
  .main .navbar {
    width: 245px;
  }
  .main .navbar li {
    font-size: 16px;
  }
  .main .detail .hd .info {
    font-size: 14px;
  }
  .main .list .img {
    width: 185px;
    height: 108px;
  }
  .main .list .txt .title {
    font-size: 16px;
  }
  .main .list .txt .time {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .main .list .txt .desc {
    font-size: 13px;
  }
  .pages span, .pages a {
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 28px;
  }
  .pages .item {
    width: 30px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .header-top {
    font-size: 12px;
  }
  .header-bd .logo img {
    width: 280px;
  }
  .header-bd .serch {
    width: 300px;
    height: 32px;
  }
  .header-bd .serch input {
    padding-right: 70px;
    font-size: 12px;
  }
  .header-bd .serch button {
    font-size: 12px;
    width: 70px;
  }
  .banner-wrap .swiper-container {
    height: 255px;
  }
  .banner-wrap .swiper-button-prev, .banner-wrap .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .news-wrap .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-wrap .news-swiper {
    width: 100%;
  }
  .news-wrap .news-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .main .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main .navbar {
    margin-bottom: 20px;
    width: 100%;
  }
  .main .navbar ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main .navbar li {
    margin: 0 20px 20px 0;
    height: 40px;
    line-height: 40px;
  }
  .main .navbar a {
    padding: 0 30px;
  }
  .main .right {
    padding: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .footer .links .wrapper {
    padding: 10px 5%;
    height: auto;
  }
  .footer .links .label {
    top: 10px;
  }
  .footer .links ul {
    padding-left: 75px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .links li {
    margin: 0 15px 10px 0;
    width: auto;
  }
  .footer .bd .logo {
    width: 150px;
  }
  .footer .bd .logo img {
    display: block;
    width: 100%;
  }
  .footer .bd .left .contact-us {
    margin-left: 9%;
  }
  .footer .bd .left .list li {
    margin-bottom: 10px;
  }
  .footer .bd .right {
    width: 36%;
  }
  .footer .bd .right .qr-box .img {
    width: 90px;
  }
  .footer .bd .right .qr-box .txt {
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input, textarea {
    -webkit-appearance: none;
    /*去除input默认样式*/
  }
  html {
    min-height: 100%;
    position: relative;
  }
  body, html {
    font-size: 12px;
  }
  body {
    position: static;
  }
  img {
    max-width: 100%;
  }
  .height {
    height: 100%;
    overflow: hidden;
  }
  .gh {
    display: block;
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    top: 0px;
    right: 0;
    z-index: 100;
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
  }
  .gh.selected {
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .gh a {
    display: block;
    height: 2px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 60%;
    margin: 0 20%;
    background: #000;
  }
  .gh a:after, .gh a:before {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    background: #000;
  }
  .gh a:after {
    top: 8px;
  }
  .gh a:before {
    top: -8px;
  }
  .gh.selected a:after, .gh.selected a:before {
    top: 0;
  }
  .gh.selected a:before {
    -moz-transform: translateY(0px) rotate(-45deg);
      -o-transform: translateY(0px) rotate(-45deg);
         transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
  }
  .gh.selected a:after {
    -moz-transform: translateY(0px) rotate(45deg);
      -o-transform: translateY(0px) rotate(45deg);
         transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
  }
  .gh.selected a {
    background-color: transparent !important;
  }
  .header-top {
    display: none;
  }
  .header {
    height: 70px;
  }
  .header-bd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
  .header-bd .wrapper {
    padding: 0 5%;
    height: 70px;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-bd .logo {
    margin-top: -5px;
  }
  .header-bd .logo img {
    width: 220px;
  }
  .header-bd .serch {
    display: none;
  }
  .nav {
    display: none;
    position: fixed;
    top: 70px;
    right: -80%;
    bottom: 0;
    width: 80%;
    z-index: 1000;
  }
  .nav .wrapper {
    padding: 0;
  }
  .nav ul {
    padding: 0;
    display: block;
  }
  .nav li {
    position: relative;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
  }
  .nav li.active {
    background: none;
    color: #e5212d;
  }
  .nav li:hover {
    color: #fff;
    background: none;
  }
  .nav li:hover .childer {
    display: none;
  }
  .nav li > a {
    padding-left: 20px;
  }
  .nav li .icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/arrow.png) no-repeat center;
    -o-background-size: 20px;
       background-size: 20px;
    z-index: 9;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .nav li .icon.down {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .nav .childer {
    display: none;
    position: static;
  }
  .nav .childer a {
    padding-left: 40px;
    font-size: 13px;
    text-align: left;
  }
  .banner-wrap .swiper-container {
    height: 175px;
  }
  .banner-wrap .swiper-button-prev, .banner-wrap .swiper-button-next {
    display: none;
  }
  .banner-wrap .swiper-pagination {
    bottom: 10px;
  }
  .banner-wrap .swiper-pagination span {
    margin: 0 5px !important;
    width: 8px;
    height: 8px;
  }
  .news-wrap .news-swiper {
    height: 215px;
  }
  .news-wrap .news-swiper .txt {
    padding: 0 10px;
    line-height: 32px;
  }
  .news-wrap .news-swiper .swiper-pagination {
    height: 32px;
  }
  .news-wrap .news-swiper .swiper-pagination span {
    margin-right: 8px;
    width: 8px;
    height: 8px;
  }
  .news-wrap .news-box .tabs a {
    font-size: 14px;
    width: 95px;
    line-height: 32px;
  }
  .news-wrap .news-detail .title {
    font-size: 15px;
  }
  .news-wrap .news-detail .desc {
    font-size: 13px;
  }
  .news-wrap .list li {
    font-size: 13px;
  }
  .news-wrap .list li p {
    width: 71%;
  }
  .news-wrap .list li a {
    padding-left: 15px;
  }
  .news-wrap .list li a::before {
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .footer .links .label {
    font-size: 13px;
  }
  .footer .links ul {
    padding-left: 65px;
  }
  .footer .links li {
    font-size: 13px;
  }
  .footer .bd .title {
    margin-bottom: 20px;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer .bd .title h4 {
    font-size: 14px;
  }
  .footer .bd .title span {
    font-size: 12px;
  }
  .footer .bd .content {
    padding: 20px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .bd .logo {
    display: none;
  }
  .footer .bd .left {
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .footer .bd .left .contact-us {
    margin: 0;
    width: 100%;
  }
  .footer .bd .left .list li {
    margin-bottom: 15px;
  }
  .footer .bd .left .list img {
    width: 17px;
  }
  .footer .bd .left .list span {
    margin-left: 10px;
    font-size: 13px;
  }
  .footer .bd .right {
    width: 100%;
  }
  .footer .copy {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .footer .copy .zd {
    display: none;
  }
  .page-banner-wrap {
    height: 140px;
  }
  .breadcrumbs .icon {
    margin-right: 10px;
    width: 13px;
  }
  .main .navbar ul {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .navbar li {
    margin: 0 0 8px 0;
    font-size: 13px;
    width: 32%;
    height: 34px;
    line-height: 34px;
  }
  .main .navbar li:hover {
    background: none;
  }
  .main .navbar li:nth-child(3n) {
    margin-right: 0;
  }
  .main .navbar li a {
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .main .list li {
    padding: 15px 0;
  }
  .main .list a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main .list .img {
    width: 100%;
    height: 197px;
  }
  .main .list .txt {
    padding: 10px 0 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .main .detail .hd {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .main .detail .hd .info {
    font-size: 12px;
  }
  .main .detail .hd .info span {
    margin: 0 5px 5px;
  }
  .main .detail .bd {
    font-size: 14px;
  }
}