@charset "UTF-8";
@media screen and (max-width: 992px) {
  body {
    width: 100%;
  }

  .hidden-md {
    display: none;
  }

  .header {
    width: 100%;
    padding: 20px 12px 0;
    height: unset;
    position: absolute;
    display: flex;
    align-items: flex-start;
  }
  .header .logo {
    width: 30%;
    height: auto;
  }
  .header nav.nav .layui-nav {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    background-color: #FFFBF2;
    padding-top: 30px;
    right: 0;
    top: 0;
    height: 138.7vw;
  }
  .header nav.nav .layui-nav .layui-nav-item {
    border-bottom: solid 1px #D9CDB6;
    padding: 0 30px;
  }
  .header nav.nav .layui-nav .layui-nav-item:last-child {
    border-bottom: none;
  }
  .header nav.nav .layui-nav .layui-nav-item a {
    color: #4D4D4D;
    font-size: 16px;
    width: 4em;
    text-align-last: justify;
  }
  .header nav.nav .layui-nav .layui-nav-item.layui-this:after {
    display: none;
  }
  .header nav.nav .close {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 15px;
    right: 15px;
    z-index: 2;
  }
  .header nav.nav .close::before,
.header nav.nav .close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    margin-top: -1px;
    background: #999999;
  }
  .header nav.nav .close::before {
    transform: rotate(45deg);
  }
  .header nav.nav .close::after {
    transform: rotate(-45deg);
  }
  .header nav.nav .menu-icon {
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
    padding: 6px 3px;
    width: 30px;
  }
  .header nav.nav .menu-icon span {
    height: 3px;
    border-radius: 2px;
    background-color: #FFFBF2;
  }

  #index_banner {
    position: relative;
    z-index: 0;
    margin-top: 0;
    height: 138.7vw;
  }
  #index_banner .item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .title {
    font-size: 20px;
    color: #B22D2D;
  }
  .title:before {
    display: none;
  }

  .about {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px;
  }
  .about .main {
    display: none;
  }
  .about .items {
    display: none;
  }
  .about .items-m {
    display: block;
  }

  .business {
    background: url("/assets/cms/images/business-bg-m.jpg") #FFFBF2 no-repeat;
    background-size: cover;
    padding: 30px 10px;
    margin-top: 40px;
    height: 93.3vw;
  }
  .business .content {
    display: none;
  }
  .business .layui-carousel {
    margin-top: 20px;
    display: block;
    background-color: transparent;
  }
  .business .layui-carousel img {
    background-color: transparent;
  }

  .cases {
    margin: 40px 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-direction: column;
    align-items: center;
  }
  .cases .title {
    margin-bottom: 0;
  }
  .cases .cases-grid {
    display: none;
  }
  .cases .cases-m {
    padding: 20px 12px;
    display: flex;
    width: 100%;
  }
  .cases .category {
    background: unset;
    border: none;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .cases .category .item {
    background-color: #fff;
    padding: 0;
  }
  .cases .category .item .name {
    background-color: #A69574;
  }
  .cases .category .item:hover {
    position: relative;
    z-index: 2;
    box-shadow: 3px 3px 6px #A69574;
  }
  .cases .category .item:hover .name {
    color: #FFFBF2;
    font-weight: normal;
  }
  .cases .category .item img {
    width: 45.6vw;
    height: 28.8vw;
  }
  .cases .category .item .name {
    display: block;
    text-align: center;
    background-color: #A69574;
    color: #FFFBF2;
    margin-top: 0;
    line-height: 24px;
    height: 24px;
  }

  .teams {
    display: none;
  }

  /*业务咨询*/
  .consult {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 20px 10px 60px;
    margin: 0 auto;
    background-color: #fff;
  }
  .consult .hidden-lg {
    display: block;
  }
  .consult .wrapper {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .consult .wrapper .desc {
    display: none;
  }
  .consult .wrapper .form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
  }
  .consult .wrapper .form label {
    display: flex;
    border: solid 1px #D9CDB6;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .consult .wrapper .form label input, .consult .wrapper .form label textarea {
    padding: 0 10px;
    border: none;
    width: 100%;
    flex: 1;
  }
  .consult .wrapper .form label textarea {
    align-self: flex-start;
    background-color: unset;
  }
  .consult .wrapper .form label.project {
    height: calc(53.3vw - 80px);
  }
  .consult .wrapper .form label.remarks {
    width: 100%;
    margin-left: 10px;
    height: auto;
  }
  .consult .wrapper .form .button {
    width: 100%;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background-color: #A69574;
    color: #FFFBF2;
  }

  /*底部*/
  footer {
    display: none;
  }

  .foot-m {
    display: block;
  }

  /*内页*/
  .inner .header {
    justify-content: flex-end;
  }
  .inner .header .logo {
    display: none;
  }
  .inner .header .nav .menu-icon span {
    background-color: #B22D2D;
  }
  .inner .banner {
    margin-top: 0;
  }
  .inner .banner img {
    border-top: none;
  }
  .inner .banner .hidden-lg {
    display: block;
  }
  .inner .consult {
    margin-top: 0;
  }

  .services {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
  }
  .services .title {
    margin-bottom: 20px;
  }
  .services img.hidden-lg {
    display: block;
    padding: 0 12px;
    width: 100%;
  }

  .cooperation {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px 0;
    margin: 50px auto;
  }
  .cooperation img.hidden-lg {
    display: block;
    margin: 10px auto;
    width: 100%;
  }

  .team-desc {
    display: flex;
    flex-direction: column;
    color: #4D4D4D;
    padding: 0 12px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .team-desc .g1, .team-desc .g2, .team-desc .g3 {
    white-space: pre-line;
    background-color: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }
  .team-desc .g1.hidden-md, .team-desc .g2.hidden-md, .team-desc .g3.hidden-md {
    display: none;
  }
  .team-desc .g2 {
    margin-top: 30px;
    background-color: #D9CDB6;
    color: #4D4D4D;
    padding: 20px 0;
  }
  .team-desc .g3 {
    display: none;
  }

  .teams-wrapper {
    display: block;
    margin-bottom: 130px;
  }
  .teams-wrapper .layui-carousel-arrow {
    top: 40%;
  }
  .teams-wrapper .title {
    justify-content: center;
    padding: 20px 0;
    background-color: #fff;
  }
  .teams-wrapper .team-items {
    display: block;
    width: unset;
    margin: 0;
  }
  .teams-wrapper .team-items .item {
    width: 100%;
    color: #4D4D4D;
    font-size: 15px;
    background-color: #fff;
  }
  .teams-wrapper .team-items .item .basic-wrapper {
    display: flex;
    padding: 0 12px;
    gap: 30px;
  }
  .teams-wrapper .team-items .item .basic-wrapper img {
    width: 45.6vw;
    height: 58.7vw;
  }
  .teams-wrapper .team-items .item .basic-wrapper .profile {
    border-left: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 58.7vw;
  }
  .teams-wrapper .team-items .item .basic-wrapper .profile :before {
    display: none;
  }
  .teams-wrapper .team-items .item .basic-wrapper .profile .line {
    margin-top: 7px;
    width: 32vw;
    background-color: #B22D2D;
    height: 2px;
  }
  .teams-wrapper .team-items .item .basic-wrapper .profile .name {
    font-size: 16px;
    color: #1A1A1A;
  }
  .teams-wrapper .team-items .item .basic-wrapper .profile .position {
    margin: 20px 0 10px;
    color: #1A1A1A;
    font-size: 14px;
  }
  .teams-wrapper .team-items .item .basic-wrapper .profile .tag {
    color: #A69574;
    font-size: 14px;
  }
  .teams-wrapper .team-items .item .basic-wrapper .profile .button {
    width: 32vw;
    margin-top: 40px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background-color: #A69574;
    color: #FFFBF2;
    border-radius: 8px;
  }
  .teams-wrapper .team-items .item .content-wrapper {
    margin-top: -50px;
    padding: 60px 12px 0;
    background: #D9CDB6;
  }
  .teams-wrapper .team-items .item .content-wrapper .subtitle {
    font-size: 16px;
    margin-top: 0;
    color: #1A1A1A;
  }
  .teams-wrapper .team-items .item .content-wrapper .content {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4;
    padding-bottom: 15px;
    white-space: pre-line;
  }

  .news-top {
    display: block;
    width: 100%;
    margin: 30px auto 16px;
    padding: 0 12px;
  }
  .news-top .media {
    width: 100%;
    height: 53.3vw;
  }
  .news-top .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-top .content {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 15px;
    justify-content: center;
    background-color: #A69574;
    color: #FFFBF2;
  }
  .news-top .content .name {
    font-size: 16px;
  }
  .news-top .content .desc {
    margin-top: 14px;
    margin-bottom: 30px;
  }
  .news-top .content .date-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .news-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .news-list .item {
    display: flex;
    background-color: #D9CDB6;
    color: #4D4D4D;
    align-items: center;
  }
  .news-list .item .date-wrapper {
    width: 80px;
    height: 100px;
    border-right: solid 1px #A69574;
    display: flex;
    flex: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .news-list .item .date-wrapper .day {
    font-size: 16px;
    color: #B22D2D;
  }
  .news-list .item .date-wrapper .month {
    font-size: 13px;
  }
  .news-list .item .content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 10px;
    gap: 5px;
    font-size: 13px;
  }
  .news-list .item .content .name {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list .item .content .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .news-content {
    width: 100%;
    margin: 30px auto;
    color: #4D4D4D;
    padding: 0 12px;
  }
  .news-content .name {
    font-size: 16px;
    text-align: center;
  }
  .news-content .date {
    text-align: center;
    color: #999999;
    margin: 5px 0 10px;
  }
  .news-content .content {
    border-top: solid 1px #D9CDB6;
    padding: 20px 0 0;
  }
  .news-content .content img {
    max-width: 100%;
  }

  .contact-page {
    width: 100%;
    margin: 0 auto;
  }
  .contact-page .title {
    display: block;
    margin: 30px auto;
    text-align: center;
  }
  .contact-page .map {
    margin: 30px 0 40px;
  }
  .contact-page .map img {
    width: 100%;
    height: auto;
  }
  .contact-page .map img.hidden-lg {
    display: block;
  }
  .contact-page .content {
    display: block;
    margin: 15px 12px;
    color: #4D4D4D;
    align-items: flex-start;
    gap: 56px;
    text-align: center;
  }
  .contact-page .content .items {
    display: flex;
    flex-flow: column;
    margin-right: 0;
  }
  .contact-page .content .items .item {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #D9CDB6;
    padding: 16px 0;
    text-align: left;
  }
  .contact-page .content .items .item .icon {
    margin-right: 16px;
    flex: none;
  }
  .contact-page .content .items .item .icon img {
    width: 48px;
    height: 48px;
  }
  .contact-page .content .qr-wrapper {
    display: inline-block;
    margin-top: 15px;
  }
  .contact-page .content .qr-wrapper img {
    width: 32vw;
    height: 32vw;
  }
  .contact-page .content .qr-wrapper .text {
    margin-top: 0;
    text-align: center;
  }

  .job-desc {
    width: 100%;
    margin: 30px auto 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .job-desc p {
    margin: 10px 0;
    padding: 0 12px;
  }

  .job-list {
    margin: 0 auto 30px;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  .job-list .item .item-title {
    height: 38px;
    background-color: #D9CDB6;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .job-list .item .item-title .position {
    margin-left: 12px;
    font-size: 16px;
    color: #1A1A1A;
  }
  .job-list .item .item-title .date {
    color: #4D4D4D;
    margin-right: 12px;
    font-size: 13px;
  }
  .job-list .item .item-desc {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    color: #1A1A1A;
    padding: 12px 12px 30px;
  }
  .job-list .item .item-desc .row {
    display: block;
    font-size: 14px;
  }
  .job-list .item .item-desc .row .name {
    font-weight: 300;
    font-size: 15px;
  }
  .job-list .item .item-desc .row .name span {
    display: inline-block;
    width: 64px;
    text-align-last: justify;
  }
  .job-list .item .item-desc .row .desc {
    color: #4D4D4D;
  }

  .cases-category {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .cases-category.category-page {
    margin-bottom: 80px;
  }
  .cases-category.category-page .content .item .name {
    margin-top: 8px;
    background-color: #fff;
    color: #1A1A1A;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }
  .cases-category .title {
    margin: 30px auto 20px;
    font-size: 18px;
  }
  .cases-category .title.sub {
    font-size: 16px;
    color: #1A1A1A;
  }
  .cases-category .title.sub:before {
    display: none;
  }
  .cases-category .content {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 12px;
  }
  .cases-category .content .item {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
  .cases-category .content .item .name {
    background-color: #A69574;
    color: #FFFBF2;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }
  .cases-category .content .item:hover img {
    box-shadow: 3px 3px 6px #A69574;
  }
  .cases-category .content .item:hover .name {
    background-color: #A69574;
    color: #FFFBF2;
    font-weight: bold;
  }

  .cases-locale {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 60px;
  }
  .cases-locale .title {
    margin: 30px auto;
  }
  .cases-locale .content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 0;
  }
  .cases-locale .content .item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 1.3vw;
    color: #1A1A1A;
    background-color: #D9CDB6;
  }
  .cases-locale .content .item .wrapper {
    border: solid 1px #A69574;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.7vw;
    height: 10.7vw;
  }
  .cases-locale .content .item:hover {
    background-color: #B22D2D;
    color: #FFFBF2;
  }
  .cases-locale .content .item:hover .wrapper {
    border-color: #D9CDB6;
  }
}

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