#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: 58px;
  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; }
      #brand .select-item li a {
        color: #4d4d4d; }
    #brand .select-item li.active {
      border-bottom: 1px solid #8c7b50; }
  #brand .list-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    #brand .list-item li {
      position: relative;
      width: 368px;
      height: 491px;
      overflow: hidden;
      text-align: center;
      margin-left: 44px;
      margin-bottom: 33px;
      flex-wrap: wrap; }
      #brand .list-item li img {
        height: 100%; }
      #brand .list-item li .hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color .5s ease-out;
        color: #fff; }
        #brand .list-item li .hover p {
          color: #fff;
          opacity: 0;
          transition: opacity .5s ease-out;
          padding: 0 60px; }
        #brand .list-item li .hover p:nth-of-type(1) {
          font-size: 16px;
          margin-top: 44%; }
        #brand .list-item li .hover p:nth-of-type(2) {
          font-size: 14px;
          margin-top: 10px;
          line-height: 24px; }
        #brand .list-item li .hover .more {
          opacity: 0;
          position: relative;
          margin-top: 28px;
          font-size: 13px;
          height: 40px;
          line-height: 29px;
          transition: width opacity .3s ease-out;
          text-align: center;
          line-height: 40px; }
          #brand .list-item li .hover .more .bg-1,
          #brand .list-item li .hover .more .bg-2 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border: solid 1px;
            border-color: rgba(255, 255, 255, 0.6); }
          #brand .list-item li .hover .more .bg-1 {
            height: 29px;
            width: 124px;
            transition: width .2s ease-out; }
          #brand .list-item li .hover .more .bg-2 {
            height: 37px;
            width: 116px;
            transition: height .2s ease-out; }
          #brand .list-item li .hover .more:hover .bg-1 {
            width: 130px; }
          #brand .list-item li .hover .more:hover .bg-2 {
            height: 41px; }
        #brand .list-item li .hover .bottom-left,
        #brand .list-item li .hover .bottom-right,
        #brand .list-item li .hover .left,
        #brand .list-item li .hover .right,
        #brand .list-item li .hover .top-left,
        #brand .list-item li .hover .top-right {
          position: absolute;
          background-color: #fff; }
        #brand .list-item li .hover .bottom-left,
        #brand .list-item li .hover .top-left {
          width: 0;
          height: 2px;
          left: 21px;
          bottom: 23px; }
        #brand .list-item li .hover .bottom-right,
        #brand .list-item li .hover .top-right {
          width: 0;
          height: 2px;
          right: 21px;
          bottom: 23px; }
        #brand .list-item li .hover .bottom-left {
          transition: all .3s ease-out 1.1s; }
        #brand .list-item li .hover .bottom-right {
          transition: all .3s ease-out 1.1s; }
        #brand .list-item li .hover .left {
          width: 2px;
          height: 0;
          bottom: 23px;
          left: 21px;
          transition: height .8s ease-out .3s; }
        #brand .list-item li .hover .right {
          width: 2px;
          height: 0;
          bottom: 23px;
          right: 21px;
          transition: height .8s ease-out .3s; }
        #brand .list-item li .hover .top-left {
          bottom: auto;
          top: 23px;
          transition: width .3s ease-out; }
        #brand .list-item li .hover .top-right {
          bottom: auto;
          top: 23px;
          transition: width .3s ease-out; }
        #brand .list-item li .hover:hover {
          background-color: rgba(0, 0, 0, 0.6); }
          #brand .list-item li .hover:hover p {
            opacity: 1; }
          #brand .list-item li .hover:hover .more {
            opacity: 1; }
          #brand .list-item li .hover:hover .bottom-left,
          #brand .list-item li .hover:hover .bottom-right,
          #brand .list-item li .hover:hover .top-left,
          #brand .list-item li .hover:hover .top-right {
            width: 169px; }
          #brand .list-item li .hover:hover .left,
          #brand .list-item li .hover:hover .right {
            height: 443px; }
          #brand .list-item li .hover:hover .bottom-left {
            transition: all .3s ease-out; }
          #brand .list-item li .hover:hover .bottom-right {
            transition: all .3s ease-out; }
          #brand .list-item li .hover:hover .left {
            transition: height .8s ease-out .3s; }
          #brand .list-item li .hover:hover .right {
            transition: height .8s ease-out .3s; }
          #brand .list-item li .hover:hover .top-left {
            transition: width .3s ease-out 1.1s; }
          #brand .list-item li .hover:hover .top-right {
            transition: width .3s ease-out 1.1s; }
    #brand .list-item li:nth-child(3n-2) {
      margin-left: 0; }

@media screen and (max-width: 1220px) {
  #brand {
    width: 100%; }
    #brand .list-item {
      width: 992px;
      margin: 0 auto; }
      #brand .list-item li {
        width: 307px;
        height: 410px;
        margin-left: 35px; }
        #brand .list-item li .hover p:nth-of-type(1) {
          margin-top: 40%; }
        #brand .list-item li .hover:hover .left,
        #brand .list-item li .hover:hover .right {
          height: 364px; } }
@media screen and (max-width: 1010px) {
  #brand {
    width: 100%; }
    #brand .list-item {
      width: 748px;
      margin: 0 auto; }
      #brand .list-item li {
        width: 229px;
        height: 307px;
        margin-left: 30px; }
        #brand .list-item li .hover p {
          padding: 0 30px; }
        #brand .list-item li .hover p:nth-of-type(1) {
          margin-top: 23%; }
        #brand .list-item li .hover:hover .left,
        #brand .list-item li .hover:hover .right {
          height: 260px; } }
@media screen and (max-width: 768px) {
  #brand {
    width: 100%; }
    #brand .list-item {
      width: 600px;
      margin: 0 auto; }
      #brand .list-item li {
        width: 184px;
        height: 246px;
        margin-left: 20px; }
        #brand .list-item li .hover p:nth-of-type(1) {
          font-size: 14px;
          box-sizing: border-box;
          word-break: break-all;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden; }
        #brand .list-item li .hover p:nth-of-type(2) {
          font-size: 12px;
          box-sizing: border-box;
          word-break: break-all;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
        #brand .list-item li .hover .more {
          font-size: 12px;
          height: 30px;
          line-height: 30px; }
          #brand .list-item li .hover .more .bg-1 {
            height: 24px;
            width: 100px;
            transition: width .2s ease-out; }
          #brand .list-item li .hover .more .bg-2 {
            height: 32px;
            width: 90px;
            transition: height .2s ease-out; }
          #brand .list-item li .hover .more:hover .bg-1 {
            width: 110px; }
          #brand .list-item li .hover .more:hover .bg-2 {
            height: 38px; }
        #brand .list-item li .hover:hover .left,
        #brand .list-item li .hover:hover .right {
          height: 198px; }
        #brand .list-item li .hover:hover .bottom-left,
        #brand .list-item li .hover:hover .bottom-right,
        #brand .list-item li .hover:hover .top-left,
        #brand .list-item li .hover:hover .top-right {
          width: 80px; }
      #brand .list-item li:nth-child(3n-2) {
        margin-left: 0px; } }
@media screen and (max-width: 620px) {
  #brand {
    width: 100%; }
    #brand .select-item li {
      margin: 0 .2rem; }
    #brand .list-item {
      width: 7.01rem;
      margin: 0 auto; }
      #brand .list-item li {
        width: 3.27rem;
        height: 4.35rem;
        margin-left: .47rem; }
        #brand .list-item li .hover {
          background-color: rgba(0, 0, 0, 0.3); }
          #brand .list-item li .hover p {
            font-size: .2rem;
            opacity: 1;
            padding: 0 .24rem; }
          #brand .list-item li .hover .bottom-left,
          #brand .list-item li .hover .bottom-right,
          #brand .list-item li .hover .top-left,
          #brand .list-item li .hover .top-right,
          #brand .list-item li .hover .left,
          #brand .list-item li .hover .right {
            display: none; }
          #brand .list-item li .hover .more {
            opacity: 1;
            font-size: 10px;
            margin-top: .2rem; }
            #brand .list-item li .hover .more .bg-1 {
              width: 78px;
              height: 18px; }
            #brand .list-item li .hover .more .bg-2 {
              width: 74px;
              height: 23px; }
            #brand .list-item li .hover .more:hover .bg-1 {
              width: 82px; }
            #brand .list-item li .hover .more:hover .bg-2 {
              height: 27px; }
          #brand .list-item li .hover .bottom-left,
          #brand .list-item li .hover .top-left {
            left: .21rem;
            bottom: .23rem; }
          #brand .list-item li .hover .bottom-right,
          #brand .list-item li .hover .top-right {
            right: .21rem;
            bottom: .23rem; }
          #brand .list-item li .hover .left {
            bottom: .23rem;
            left: .21rem; }
          #brand .list-item li .hover .right {
            bottom: .23rem;
            right: .21rem; }
          #brand .list-item li .hover .top-left {
            top: .23rem; }
          #brand .list-item li .hover .top-right {
            top: .23rem; }
      #brand .list-item li:nth-child(3n-2) {
        margin-left: .47rem; }
      #brand .list-item li:nth-child(2n-1) {
        margin-left: 0; }
    #brand .more {
      font-size: 0; }
      #brand .more p {
        font-size: .4rem;
        line-height: .4rem; }
      #brand .more img {
        width: .2rem;
        height: .13rem; } }
#case_xq {
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px; }
  #case_xq .nav-guide {
    width: 100%;
/*    height: 52px;*/
		padding: 11px 0;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6; }
    #case_xq .nav-guide a {
      color: #333; }
    #case_xq .nav-guide .fen {
      margin: 0 4px; }
  #case_xq .font_top {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 44px 0; }
  #case_xq img {
    margin-bottom: 24px;
        max-width: 100%; }
  #case_xq .font {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-align: justify; }

@media screen and (max-width: 1220px) {
  #case_xq {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px; } }
@media screen and (max-width: 750px) {
  #case_xq {
    padding: 0 .24rem; }
    #case_xq .font_top {
      padding: .44rem 0;
      font-size: .28rem; } }

/*# sourceMappingURL=case.css.map */
