#banner {
  width: 100%;
  height: 463px;
  background-color: #f7f0e6; }
  #banner .img_wrapper {
    width: 100%;
    height: 100%;
    background-image: url("../img/23.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  #banner {
    height: 4.63rem; } }
.title {
  text-align: center; }
  .title p:nth-of-type(1) {
    font-size: 30px;
    font-family: "triu";
    line-height: 30px;
    display: inline-block; }
  .title p:nth-of-type(2) {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 20px;
    margin-top: 14px; }

#brand {
  width: 1200px;
  margin: 0 auto;
  padding-top: 56px;
  padding-bottom: 20px; }
  #brand .select-item {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center; }
    #brand .select-item li {
      margin: 0 30px;
      line-height: 50px;
      box-sizing: border-box;
      font-weight: bold; }
      #brand .select-item li a {
        color: #4d4d4d; }
    #brand .select-item li.active {
      border-bottom: 1px solid #8c7b50; }
  #brand .case-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #brand .case-2 li {
      width: 372px;
      height: 279px;
      margin-bottom: 40px; }
      #brand .case-2 li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative; }
        #brand .case-2 li a img {
          width: 100%;
          height: 100%; }
        #brand .case-2 li a .shadow {
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.4);
          left: 0;
          top: 0;
          z-index: 20; }
          #brand .case-2 li a .shadow p {
            font-size: 16px;
            margin-top: 225px;
            color: #fff;
            text-align: center; }

@media screen and (max-width: 1220px) {
  #brand {
    width: 900px; }
    #brand .case-2 li {
      width: 279px;
      height: 209px;
      margin-bottom: 30px; }
      #brand .case-2 li a .shadow p {
        margin-top: 171px; } }
@media screen and (max-width: 920px) {
  #brand {
    width: 720px; }
    #brand .case-2 li {
      width: 224px;
      height: 167px;
      margin-bottom: 20px; }
      #brand .case-2 li a .shadow p {
        margin-top: 138px; } }
@media screen and (max-width: 750px) {
  #brand {
    width: 7.01rem; }
    #brand .select-item {
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      margin-bottom: 40px; }
      #brand .select-item li {
        display: inline-block;
        margin: 0 .2rem;
        width: auto;
        white-space: nowrap;
        box-sizing: border-box; }
      #brand .select-item li.active a {
        color: #c0a57b; }
    #brand .case-2 li {
      width: 3.31rem;
      height: 2.48rem;
      margin-bottom: .2rem; }
      #brand .case-2 li a .shadow p {
        margin-top: 1.9rem;
        font-size: .2rem; } }

/*# sourceMappingURL=case_2.css.map */
