.contact_us .banner_top img {
  width: 100%; }
.contact_us .case_wrap {
  padding: 80px 0 70px;
  background-color: #ffffff; }
  .contact_us .case_wrap .title {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1; }
    .contact_us .case_wrap .title .title_left {
      font-family: FZLTHJW--GB1-0;
      font-size: 20px;
      font-weight: normal;
      letter-spacing: 0px;
      color: #333333; }
      .contact_us .case_wrap .title .title_left span {
        font-family: Oswald;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #d30000;
        margin-right: 3px; }
    .contact_us .case_wrap .title .title_right {
      font-family: FZLTXHK--GBK1-0;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      color: #333333; }
      .contact_us .case_wrap .title .title_right span {
        color: #d30000; }
  @media (max-width: 768px) {
    .contact_us .case_wrap .title {
      margin: 0 10px !important; } }
  .contact_us .case_wrap .case_list_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0 50px; }
    .contact_us .case_wrap .case_list_title img {
      width: 26px;
      margin-left: 3px; }
    .contact_us .case_wrap .case_list_title span {
      font-family: FZLTZHUNHK--GBK1-0;
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #676767;
      margin-left: 20px; }
    .contact_us .case_wrap .case_list_title .all_title {
      font-family: FZLTZHUNHK--GBK1-0;
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      color: #333333; }
  .contact_us .case_wrap .case_list_wrap {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap; }
    .contact_us .case_wrap .case_list_wrap .case_img {
      width: 33.33%;
      padding: 0 10px 0;
      padding-bottom: 20px;
      cursor: pointer; }
      .contact_us .case_wrap .case_list_wrap .case_img .case_pic {
        width: 100%; }
    .contact_us .case_wrap .case_list_wrap .img_wrap {
      position: relative; }
    .contact_us .case_wrap .case_list_wrap .case_alert {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(31, 26, 23, 0.6);
      text-align: center;
      transition: ease 0.5s;
      top: 0;
      left: 0;
      opacity: 0; }
      .contact_us .case_wrap .case_list_wrap .case_alert .case_alert_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; }
      .contact_us .case_wrap .case_list_wrap .case_alert .case_alert_img {
        width: 4.3rem;
        height: 4.3rem; }
      .contact_us .case_wrap .case_list_wrap .case_alert .shop_name {
        font-family: FZLTHJW--GB1-0;
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
        margin-top: 1.0rem; }
      .contact_us .case_wrap .case_list_wrap .case_alert .shop_time {
        font-family: Montserrat-Bold;
        font-size: 12px;
        color: #ffffff; }
    .contact_us .case_wrap .case_list_wrap .case_img:hover .case_text {
      background-color: #d30000;
      color: #d30000;
      transition: ease 0.5s; }
      .contact_us .case_wrap .case_list_wrap .case_img:hover .case_text span {
        color: #ffffff; }
    .contact_us .case_wrap .case_list_wrap .case_img:hover .case_alert {
      opacity: 1;
      transition: ease 0.5s; }
    @media (max-width: 991px) {
      .contact_us .case_wrap .case_list_wrap .case_img {
        width: 80% !important;
        margin: auto; }
      .contact_us .case_wrap .case_list_wrap .case_img_1 {
        width: 80% !important; } }
    .contact_us .case_wrap .case_list_wrap .case_text {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #e8e8e8;
      font-family: FZLTHJW--GB1-0;
      font-size: 2rem;
      color: #333333;
      height: 68px;
      padding: 0 24px; }
      .contact_us .case_wrap .case_list_wrap .case_text .add {
        font-family: FZLTZHUNHK--GBK1-0;
        font-size: 3.2rem;
        font-weight: normal;
        font-stretch: normal;
        color: #838383; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .contact_us .case_wrap .case_list_wrap .case_text {
        height: 58px; } }
    @media (max-width: 1199px) {
      .contact_us .case_wrap .case_list_wrap .case_text {
        height: 48px; } }
  .contact_us .case_wrap .case_content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    .contact_us .case_wrap .case_content .content_left {
      width: 59.33%;
      margin-left: 10px;
      margin-bottom: 30px; }
      .contact_us .case_wrap .case_content .content_left img {
        width: 100%; }
    .contact_us .case_wrap .case_content .content_right {
      width: 33.33%;
      margin: 0px auto 0; }
      .contact_us .case_wrap .case_content .content_right .content_title {
        font-family: FZLTZHUNHK--GBK1-0;
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        color: #313131;
        margin-bottom: 10px; }
      .contact_us .case_wrap .case_content .content_right .time {
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        .contact_us .case_wrap .case_content .content_right .time img {
          width: 14px;
          height: 15px; }
        .contact_us .case_wrap .case_content .content_right .time span {
          font-family: FZLTZHUNHK--GBK1-0;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          color: #999999;
          margin-left: 5px; }
      .contact_us .case_wrap .case_content .content_right .desc {
        display: flex;
        align-items: baseline;
        margin-bottom: 10px;
        font-family: FZLTZCHK--GBK1-0; }
        .contact_us .case_wrap .case_content .content_right .desc img {
          width: 14px;
          height: 15px; }
        .contact_us .case_wrap .case_content .content_right .desc .desc_title {
          font-family: FZLTHJW--GB1-0;
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          color: #333333; }
        .contact_us .case_wrap .case_content .content_right .desc .desc_title_e {
          font-family: Oswald;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          color: #999999; }
      .contact_us .case_wrap .case_content .content_right .desc_detail {
        font-family: Oswald-Light;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        color: #666666;
        margin-bottom: 30px; }
        .contact_us .case_wrap .case_content .content_right .desc_detail div {
          font-family: FZLTHJW--GB1-0;
          font-size: 18px;
          font-weight: normal;
          font-stretch: normal;
          color: #666666; }
        .contact_us .case_wrap .case_content .content_right .desc_detail .desc_title_e {
          font-family: 'Microsoft YaHei';
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          color: #c4c4c4; }
      .contact_us .case_wrap .case_content .content_right .flex_desc {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px dashed #c4c4c4;
        padding-bottom: 10px; }
        .contact_us .case_wrap .case_content .content_right .flex_desc .tel_left div {
          font-family: Oswald-Light;
          font-size: 2.9rem;
          font-weight: normal;
          font-stretch: normal;
          color: #c4c4c4;
          letter-spacing: 2px; }
        @media (max-width: 1399px) and (min-width: 1200px) {
          .contact_us .case_wrap .case_content .content_right .flex_desc .tel_left div {
            font-size: 2.5rem; } }
        .contact_us .case_wrap .case_content .content_right .flex_desc .tel_left .red_num {
          color: #d30000; }
        .contact_us .case_wrap .case_content .content_right .flex_desc .center_length {
          width: 1px;
          height: 57px;
          background-color: #c4c4c4; }
        .contact_us .case_wrap .case_content .content_right .flex_desc .tel_right div {
          font-family: Oswald-Light;
          font-size: 2.9rem;
          font-weight: normal;
          font-stretch: normal;
          color: #c4c4c4;
          display: flex;
          align-items: center;
          letter-spacing: 2px; }
          .contact_us .case_wrap .case_content .content_right .flex_desc .tel_right div span {
            font-size: 1.7rem;
            font-family: FZLTHJW--GB1-0;
            margin-left: 10px; }
        @media (max-width: 1399px) and (min-width: 1200px) {
          .contact_us .case_wrap .case_content .content_right .flex_desc .tel_right div {
            font-size: 2.5rem; } }
        .contact_us .case_wrap .case_content .content_right .flex_desc .tel_right .red_num {
          color: #d30000; }
  @media (max-width: 1200px) {
    .contact_us .case_wrap .case_content {
      display: flex;
      flex-direction: column; }
      .contact_us .case_wrap .case_content .content_left {
        width: 90%;
        margin: auto; }
      .contact_us .case_wrap .case_content .content_right {
        width: 90%;
        margin: 20px auto; } }
  .contact_us .case_wrap .tj_title {
    height: 44px;
    background-color: #eaeaea;
    width: 100%;
    border-left: 10px solid #d30000;
    padding-left: 10px;
    font-family: FZLTZHUNHK--GBK1-0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    color: #333333;
    margin-bottom: 50px;
    margin-left: 10px; }
  .contact_us .case_wrap .footer_nav {
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px; }
    .contact_us .case_wrap .footer_nav .left a {
      font-family: FZLTHJW--GB1-0;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      color: #999999;
      transition: ease 0.3s; }
    .contact_us .case_wrap .footer_nav .center {
      display: flex;
      align-items: baseline; }
      .contact_us .case_wrap .footer_nav .center a {
        display: inline-block;
        vertical-align: middle;
        font-family: FZLTHJW--GB1-0;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        color: #333333;
        transition: ease 0.3s; }
      .contact_us .case_wrap .footer_nav .center img {
        display: inline-block;
        vertical-align: middle;
        width: 9px;
        height: 11px;
        margin-left: 5px; }
    .contact_us .case_wrap .footer_nav .right a {
      font-family: FZLTHJW--GB1-0;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      color: #999999;
      transition: ease 0.3s; }
    .contact_us .case_wrap .footer_nav a:hover {
      color: #d30000;
      transition: ease 0.3s; }
@media (min-width: 992px) {
  .contact_us .container {
    width: 992px; } }
@media (min-width: 1200px) {
  .contact_us .container {
    width: 1200px; } }
@media (min-width: 1400px) {
  .contact_us .container {
    width: 1400px; } }

/*# sourceMappingURL=contact_us.css.map */
