.toplinkphone {
  display: none; }

.phonenav {
  display: none; }

@media screen and (max-width: 1180px) {
  body {
    width: 100%;
    overflow-x: hidden; }

  .toplink {
    display: none; }

  .toplinkphone {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    height: 4rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .toplinkphone .logo {
      float: left;
      margin-left: 1rem;
      width: auto;
      height: 100%; }
      .toplinkphone .logo img {
        max-height: 100%;
        width: auto; }
    .toplinkphone .shownav {
      float: right;
      width: 2.4rem;
      height: 2.4rem;
      margin-right: 1rem; }
    .toplinkphone .centerheader {
      float: left;
      width: calc(100% - 10rem);
      height: 100%;
      text-align: center;
      line-height: 10rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem; }

  .phonenav {
    display: none;
    position: absolute;
    top: 5rem;
    right: -80%;
    width: 80%;
    height: auto;
    background: white;
    padding: 0.8rem 0;
    z-index: 10;
    transition: right 0.5s;
    color: #000; }
    .phonenav .phonenavitem {
      height: auto;
      width: 100%;
      border-bottom: 1px solid #fff;
      margin-bottom: 10px; }
      .phonenav .phonenavitem .oneitem {
        width: 100%;
        height: 3rem;
        text-align: left;
        text-indent: 0.8rem;
        font-size: 1.2rem;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .phonenav .phonenavitem .oneitem img {
          width: 2.6rem;
          height: 2.6rem;
          transition: all 0.5s; }
        .phonenav .phonenavitem .oneitem .img2 {
          transform: rotate(90deg); }
        .phonenav .phonenavitem .oneitem a {
          color: #000; }
      .phonenav .phonenavitem .activeoneitem {
        background: #cb3244;
        color: #fff; }
      .phonenav .phonenavitem .twoitem {
        float: left;
        width: 100%;
        height: 2.5rem;
        text-align: left;
        text-indent: 1.6rem;
        font-size: 1rem;
        color: #000;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #e0f1f9; }
      .phonenav .phonenavitem .activetwoitem {
        color: #cb3244; }

  .navheader {
    display: none; }

  .topbanner {
    height: 20rem; }

  .temporaryinput {
    width: 92%;
    height: 3rem;
    margin: 0.8rem 4% 2rem 4%;
    overflow: hidden;
    padding-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .temporaryinput input {
      float: left;
      margin: 0;
      width: 70%;
      height: 3rem;
      line-height: 3rem;
      background-color: #ffffff;
      box-shadow: 0px 0px 0px #ccc;
      font-size: 1rem;
      font-weight: normal;
      font-stretch: normal;
      word-spacing: 1px;
      color: #b1b1b1;
      text-indent: 1.3rem;
      border: 1px solid #ccc;
      box-sizing: border-box; }
    .temporaryinput .tinputbtn {
      float: right;
      margin: 0px;
      width: 28%;
      height: 2.8rem;
      background-color: #cb3244;
      border: 1px solid #cb3244;
      font-size: 1.2rem;
      font-weight: normal;
      font-stretch: normal;
      word-spacing: 1px;
      color: #ffffff;
      line-height: 3rem;
      text-align: center; }

  .contact {
    width: 94%;
    height: auto;
    overflow: hidden;
    padding: 0 3%; }
    .contact .contactitem {
      width: 100%;
      height: auto;
      position: relative; }
      .contact .contactitem .leftheng {
        display: none; }
      .contact .contactitem .bottomheng {
        display: none; }
      .contact .contactitem .citemleft {
        float: none;
        width: 100%;
        overflow: hidden; }
        .contact .contactitem .citemleft .citemlefta {
          display: block;
          width: 100%;
          height: 2rem;
          line-height: 2rem;
          margin: 2rem 0;
          font-family: MicrosoftYaHei;
          font-size: 1.2rem;
          font-weight: normal;
          font-stretch: normal;
          word-spacing: 1px;
          color: #2a2a2a;
          cursor: pointer;
          text-indent: 1.2rem; }
        .contact .contactitem .citemleft .otherlink {
          margin-top: 2rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .contact .contactitem .citemleft .otherlink .otherlinkitem {
            margin-right: 4rem;
            margin-bottom: 2rem;
            maegin-left: 1rem; }
            .contact .contactitem .citemleft .otherlink .otherlinkitem img {
              height: 2.5rem; }
          .contact .contactitem .citemleft .otherlink .otherlinkitem:nth-of-type(2) {
            /*margin-right: 0;*/
          }
      .contact .contactitem .citemmiddle {
        position: absolute;
        right: 0.5rem;
        top: 3rem;
        width: 42%;
        height: 8rem;
        float: none;
        overflow: hidden;
        background: url("../imgs/logo.png") no-repeat center center;
        background-size: contain;
        padding: 0; }
      .contact .contactitem .citemright {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f8f8f8;
        padding: 0 0 1rem 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: column; }
        .contact .contactitem .citemright p {
          height: auto;
          width: 92%;
          margin: 0 4%;
          margin-top: 0.5rem;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .contact .contactitem .citemright p img {
            width: 1.4rem;
            height: 1.4rem;
            margin-right: 0.8rem; }
          .contact .contactitem .citemright p span {
            width: calc(100% - 1.4rem);
            font-size: 0.8rem;
            font-weight: 600;
            font-stretch: normal;
            word-spacing: 1px;
            color: #2a2a2a;
            word-wrap: break-word; }

  .bottomnav {
    display: none; }

  .footerbottom {
    height: 9rem;
    background: url("../imgs/footerbottom1.png") center center;
    background-size: cover; } }

/*# sourceMappingURL=index.css.map */
