main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

@media screen and (max-width: 1200px) {
  main {
    max-width: 970px !important; }

  .contactK {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .contactK .contact {
      border: 1px solid #d5d2d2;
      width: 100%;
      height: 200px;
      box-sizing: border-box; }
      .contactK .contact .contact-left {
        width: 40%;
        height: 100%;
        border-right: 1px solid #d5d2d2;
        box-sizing: border-box;
        padding: 0;
        padding-left: 15px;
        padding-top: 20px;
        float: left; }
        .contactK .contact .contact-left .contact-left1 {
          height: 40px;
          width: 100%;
          line-height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #333;
          font-weight: lighter; }
      .contactK .contact .contact-mid {
        float: left;
        width: 30%;
        height: 100%;
        border-right: 1px solid #d5d2d2;
        box-sizing: border-box;
        padding: 0;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 10px; }
        .contactK .contact .contact-mid .contact-pic {
          width: 100%; }
          .contactK .contact .contact-mid .contact-pic img {
            width: 80%;
            margin: 0 auto;
            display: block; }
        .contactK .contact .contact-mid .contact-w1 {
          width: 100%;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #333;
          font-weight: lighter;
          line-height: 30px;
          text-align: center; }
      .contactK .contact .contact-right {
        width: 30%;
        height: 100%;
        float: right;
        padding-top: 20px;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px; }
        .contactK .contact .contact-right .contact-pic {
          width: 100%; }
          .contactK .contact .contact-right .contact-pic img {
            width: 40%;
            display: block;
            margin: 0 auto; }
        .contactK .contact .contact-right .contact-w1 {
          width: 100%;
          text-align: center;
          line-height: 30px;
          padding-top: 40px; }
          .contactK .contact .contact-right .contact-w1 a {
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #e70014;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s; }
            .contactK .contact .contact-right .contact-w1 a:hover {
              text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 992px) {
  main {
    max-width: 750px !important; }

  .contactK {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .contactK .contact {
      border: 1px solid #d5d2d2;
      width: 100%;
      height: 200px;
      box-sizing: border-box; }
      .contactK .contact .contact-left {
        width: 60%;
        height: 100%;
        border-right: 1px solid #d5d2d2;
        box-sizing: border-box;
        padding: 0;
        padding-left: 15px;
        padding-top: 20px;
        float: left; }
        .contactK .contact .contact-left .contact-left1 {
          height: 40px;
          width: 100%;
          line-height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #333;
          font-weight: lighter; }
      .contactK .contact .contact-mid {
        float: left;
        width: 40%;
        height: 100%;
        border-right: none;
        box-sizing: border-box;
        padding: 0;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 10px; }
        .contactK .contact .contact-mid .contact-pic {
          width: 100%; }
          .contactK .contact .contact-mid .contact-pic img {
            width: 80%;
            margin: 0 auto;
            display: block; }
        .contactK .contact .contact-mid .contact-w1 {
          width: 100%;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #333;
          font-weight: lighter;
          line-height: 30px;
          text-align: center; }
      .contactK .contact .contact-right {
        width: 100%;
        height: 50px;
        float: left;
        padding-top: 0px;
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #d5d2d2; }
        .contactK .contact .contact-right .contact-pic {
          display: none;
          float: left;
          width: 50px; }
          .contactK .contact .contact-right .contact-pic img {
            width: 100%;
            display: block;
            margin: 0 auto; }
        .contactK .contact .contact-right .contact-w1 {
          float: left;
          width: 100%;
          text-align: center;
          line-height: 50px;
          padding-top: 0px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
          .contactK .contact .contact-right .contact-w1 a {
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #e70014;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s; }
            .contactK .contact .contact-right .contact-w1 a:hover {
              text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
          .contactK .contact .contact-right .contact-w1:hover {
            background: #e70014; }
            .contactK .contact .contact-right .contact-w1:hover a {
              color: white; } }
@media screen and (max-width: 767px) {
  main {
    padding-left: 15px;
    padding-right: 15px; }

  .news-w2 {
    display: none;
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 20px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #575757; }

  .news-w3 {
    display: none;
    width: 62.5%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 12px;
    color: #a8a8a8;
    font-weight: lighter; }

  .contact-title {
    width: 100%;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 22px;
    background: #e70014;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .contact-title:before {
      background: #fff; }
    .contact-title:after {
      background: #fff; }
    .contact-title a {
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      color: #fff; }
    .contact-title a:hover {
      color: #fff;
      text-shadow: none; }

  .contactK {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .contactK .contact {
      border: 1px solid #d5d2d2;
      width: 100%;
      height: auto;
      box-sizing: border-box;
      overflow: hidden; }
      .contactK .contact .contact-left {
        width: 100%;
        height: 100%;
        border-right: 1px solid #d5d2d2;
        box-sizing: border-box;
        padding: 0;
        padding-left: 15px;
        padding-top: 5px;
        float: left; }
        .contactK .contact .contact-left .contact-left1 {
          height: auto;
          width: 100%;
          line-height: 25px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #333;
          font-weight: lighter; }
      .contactK .contact .contact-mid {
        display: none;
        float: left;
        width: 40%;
        height: 100%;
        border-right: none;
        box-sizing: border-box;
        padding: 0;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 10px; }
        .contactK .contact .contact-mid .contact-pic {
          width: 100%; }
          .contactK .contact .contact-mid .contact-pic img {
            width: 80%;
            margin: 0 auto;
            display: block; }
        .contactK .contact .contact-mid .contact-w1 {
          width: 100%;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #333;
          font-weight: lighter;
          line-height: 30px;
          text-align: center; }
      .contactK .contact .contact-right {
        width: 100%;
        height: 40px;
        float: left;
        padding-top: 0px;
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #d5d2d2; }
        .contactK .contact .contact-right .contact-pic {
          display: none;
          float: left;
          width: 50px; }
          .contactK .contact .contact-right .contact-pic img {
            width: 100%;
            display: block;
            margin: 0 auto; }
        .contactK .contact .contact-right .contact-w1 {
          float: left;
          width: 100%;
          text-align: center;
          line-height: 40px;
          padding-top: 0px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
          .contactK .contact .contact-right .contact-w1 a {
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 18px;
            color: #e70014;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s; }
            .contactK .contact .contact-right .contact-w1 a:hover {
              text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
          .contactK .contact .contact-right .contact-w1:hover {
            background: #e70014; }
            .contactK .contact .contact-right .contact-w1:hover a {
              color: white; }

  .map-w {
    display: none; }

  .contact-map {
    margin-top: 20px;
    margin-bottom: 20px; }
    .contact-map #allmap {
      height: 250px; }
      .contact-map #allmap .BMap_shadow {
        display: none; }
      .contact-map #allmap .BMap_pop {
        display: none; } }

/*# sourceMappingURL=contact-media.css.map */
