main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

.contact-title {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  width: 100%;
  text-align: center;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 36px;
  color: #3a3a3a;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  margin-top: 30px; }
  .contact-title:before {
    width: 10%;
    height: 3px;
    background: #797979;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0; }
  .contact-title:after {
    width: 10%;
    height: 3px;
    background: #797979;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0; }

.news-w2 {
  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 {
  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;
  padding-bottom: 30px; }

.contactK {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .contactK .contact {
    border: 1px solid #d5d2d2;
    width: 100%;
    height: 348px;
    box-sizing: border-box; }
    .contactK .contact .contact-left {
      width: 40%;
      height: 100%;
      border-right: 1px solid #d5d2d2;
      box-sizing: border-box;
      padding: 4%;
      float: left; }
      .contactK .contact .contact-left .contact-left1 {
        height: 62px;
        width: 100%;
        line-height: 62px;
        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: 4%; }
      .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: 50px;
      box-sizing: border-box; }
      .contactK .contact .contact-right .contact-pic {
        width: 100%; }
        .contactK .contact .contact-right .contact-pic img {
          width: 65%;
          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); }

.contact-map {
  margin-top: 50px; }
  .contact-map #allmap {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 500px; }
    .contact-map #allmap .anchorBL {
      display: none; }

.map-w p {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: lighter; }

.job {
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px dashed #333;
  margin-top: 50px; }
  .job .toJob {
    width: 40%;
    height: 110px; }
    .job .toJob .top {
      height: 50px; }
      .job .toJob .top .title {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 34px;
        color: #0f0f0f;
        line-height: 50px;
        float: left; }
      .job .toJob .top .to {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        width: 30px;
        height: 30px;
        margin-top: 10px;
        float: right;
        line-height: 30px;
        border: 1px solid #888888;
        border-radius: 50%;
        text-align: center;
        cursor: pointer; }
        .job .toJob .top .to:hover {
          border: 1px solid #e70014; }
          .job .toJob .top .to:hover span {
            color: #e70014; }
        .job .toJob .top .to span {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          font-size: 24px;
          color: #888888; }
    .job .toJob .bot {
      height: 20px;
      line-height: 20px;
      margin-top: 40px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: #5e5c5c;
      font-weight: lighter; }

/*# sourceMappingURL=contact.css.map */
