/* KaiFaMei原创源码，唯一官网：www.KaiFaMei.com */
body {
  background: #f2f2f2; }

.projectPage {
  margin-top: 115px;
  margin-bottom: 30px; }
  .projectPage .contentList {
    padding: 0 10px; }
    .projectPage .contentList .more-btn {
      width: 75px;
      height: 25px;
      box-sizing: border-box;
      border: 1px solid #d1d1d1;
      border-radius: 20px;
      margin: 0 auto; }
      .projectPage .contentList .more-btn .down, .projectPage .contentList .more-btn .up {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
      .projectPage .contentList .more-btn.active .down {
        display: none; }
      .projectPage .contentList .more-btn.active .up {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .projectPage .contentList .more-btn .down {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .projectPage .contentList .more-btn .up {
        display: none; }
      .projectPage .contentList .more-btn span {
        font-size: 12px;
        color: #d1d1d1; }
      .projectPage .contentList .more-btn img {
        margin-left: 5px;
        width: 7px; }
    .projectPage .contentList .more-btn {
      margin-top: 15px;
      width: 125px; }
    .projectPage .contentList .bg {
      background: #fff;
      border-radius: 16px;
      padding: 25px 15px;
      padding-bottom: 15px;
      padding-top: 0; }
    .projectPage .contentList ul {
      overflow: hidden;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .projectPage .contentList ul .more {
        margin-bottom: 0; }
      .projectPage .contentList ul li {
        padding: 15px 0px;
        border-bottom: 1px solid #f5f5f5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 118px;
        box-sizing: border-box; }
        .projectPage .contentList ul li div.img {
          width: 128px; }
          .projectPage .contentList ul li div.img a {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .projectPage .contentList ul li div.img a img {
              width: 100%; }
        .projectPage .contentList ul li div.text {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding-left: 10px;
          min-width: 0;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .projectPage .contentList ul li div.text .left {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            min-width: 0; }
            .projectPage .contentList ul li div.text .left .title a {
              font-size: 15px;
              color: #262626;
              font-weight: bold;
              display: block;
              width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .projectPage .contentList ul li div.text .left .price {
              font-size: 12px;
              color: #ec2b42;
              font-weight: bold;
              margin: 5px 0; }
            .projectPage .contentList ul li div.text .left .smallTab {
              margin-bottom: 5px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              .projectPage .contentList ul li div.text .left .smallTab a {
                padding: 2px 10px;
                font-size: 12px;
                background: #f2f2f2;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-radius: 6px;
                color: #7f7f7f;
                display: block; }
                .projectPage .contentList ul li div.text .left .smallTab a:nth-of-type(1) {
                  color: #ec2b42;
                  margin-right: 5px; }
            .projectPage .contentList ul li div.text .left .desc {
              white-space: nowrap;
              font-size: 12px;
              color: #898989; }
          .projectPage .contentList ul li div.text .right {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-left: 20px; }
            .projectPage .contentList ul li div.text .right div {
              width: 75px;
              height: 25px;
              box-sizing: border-box;
              padding: 3px 0;
              border-radius: 16px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              font-size: 12px; }
              .projectPage .contentList ul li div.text .right div:nth-of-type(1) {
                margin-bottom: 15px; }
            .projectPage .contentList ul li div.text .right .join {
              background: #ec2b42; }
              .projectPage .contentList ul li div.text .right .join a {
                color: #fff; }
            .projectPage .contentList ul li div.text .right .detail {
              border: 1px solid #b3b3b3; }
              .projectPage .contentList ul li div.text .right .detail a {
                color: #b3b3b3; }

.news {
  padding: 0 10px;
  box-sizing: border-box; }
  .news .commonTabTages {
    padding-top: 20px;
    padding-bottom: 10px; }
    .news .commonTabTages ul {
      -webkit-box-pack: inherit;
      -webkit-justify-content: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit; }
      .news .commonTabTages ul li {
        margin-right: 37.5px; }
        .news .commonTabTages ul li a {
          font-size: 15px; }
  .news .swiper-container {
    background: #fff;
    border-radius: 16px; }
  .news .content {
    width: 100%;
    box-sizing: border-box;
    padding: 20px; }
    .news .content ul li a {
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      width: 100%;
      font-size: 12px;
      color: #2e2e2e;
      padding: 10px 0;
      padding-left: 10px;
      position: relative; }
      .news .content ul li a::after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: -3px;
        margin: auto;
        width: 4px;
        height: 2px;
        background: #b4b4b4;
        border-radius: 50%;
        content: ''; }

@media (max-width: 387px) {
  .projectPage .contentList ul li div.text .left .smallTab a {
    padding: 2px 4px; } }

@media (max-width: 368px) {
  .projectPage .contentList ul li div.img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 363px) {
  .projectPage .contentList ul li div.img {
    width: 110px; }
  .projectPage .contentList .bg {
    padding: 25px 10px; }
  .projectPage .contentList ul li div.text .right {
    margin-left: 11px; }
  .projectPage .contentList ul li div.text .right div {
    width: 68px;
    height: 25px; }
  .projectPage .contentList .bg {
    padding-top: 0; } }

.header {
  border-bottom: 1px solid #f2f2f2; }

.classification {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  box-sizing: border-box; }
  .classification.active {
    z-index: 3; }
  .classification .tab {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    box-shadow: 0px 0px 20px 0px rgba(180, 23, 41, 0.1);
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2; }
    .classification .tab ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .classification .tab ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .classification .tab ul li.active span {
          color: #ec2b42; }
        .classification .tab ul li span {
          font-size: 14px;
          font-weight: bold;
          color: #222222;
          margin-right: 5px; }
          .classification .tab ul li span.active {
            color: #ec2b42; }
        .classification .tab ul li img {
          width: 7px; }
  .classification .btn {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    background: #fff;
    height: 45px;
    display: none;
    position: relative;
    top: -15px;
    font-size: 16px; }
    .classification .btn .parent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%; }
    .classification .btn div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
    .classification .btn .esc {
      color: #7f7f7f; }
    .classification .btn .enter {
      background: #ec2b42;
      border-radius: 20px 0 0 0;
      color: #fff; }
  .classification .ponglist {
    position: relative;
    top: -15px;
    display: none;
    height: 300px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden; }
    .classification .ponglist h1 {
      font-weight: normal;
      font-size: 15px; }
    .classification .ponglist > div {
      display: none; }
  .classification .investment, .classification .region {
    height: 100%;
    overflow: hidden; }
    .classification .investment ul, .classification .region ul {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap;
      padding: 28px 10px; }
      .classification .investment ul li, .classification .region ul li {
        width: 33.333333333333336%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 10px 0;
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .classification .investment ul li.active a, .classification .region ul li.active a {
          color: #ec2b42;
          background: #ffe9ec; }
        .classification .investment ul li a, .classification .region ul li a {
          font-size: 15px;
          border: 1px solid transparent;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          background: #f2f2f2;
          display: block;
          width: 100%;
          border-radius: 5px;
          box-sizing: border-box;
          padding: 5px 0;
          text-align: center;
          color: #828282; }
          .classification .investment ul li a.active, .classification .region ul li a.active {
            color: #ec2b42;
            background: #ffe9ec; }
  .classification .content {
    height: 300px; }
    .classification .content .parenet {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .classification .content .contentTab,
    .classification .content .right {
      padding-top: 15px; }
    .classification .content .right {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: #fff; }
      .classification .content .right .block {
        position: absolute;
        height: 285px;
        display: none;
        box-sizing: border-box; }
        .classification .content .right .block:nth-of-type(1) {
          display: block; }
        .classification .content .right .block .wrapper {
          height: 100%;
          overflow: hidden; }
      .classification .content .right ul {
        padding-top: 4px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
                flex-flow: wrap;
        padding-left: 15px;
        padding-bottom: 15px; }
        .classification .content .right ul li {
          width: 50%;
          box-sizing: border-box;
          position: relative; }
          .classification .content .right ul li.active a {
            color: #ec2b42; }
            .classification .content .right ul li.active a .king::before {
              content: ''; }
          .classification .content .right ul li a {
            display: block;
            padding: 15px 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding-left: 5px;
            font-size: 12px;
            color: #212121;
            position: relative;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            padding-left: 25px; }
            .classification .content .right ul li a span {
              box-sizing: border-box; }
              .classification .content .right ul li a span.active {
                color: #ec2b42; }
            .classification .content .right ul li a .king {
              position: absolute;
              display: none;
              right: 1.2rem;
              top: 40%;
              display: block;
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all; }
              .classification .content .right ul li a .king::before {
                -webkit-transition: 0.5s ease all;
                transition: 0.5s ease all;
                position: absolute;
                width: 5px;
                height: 9px;
                color: #ec2b42;
                border-bottom: 2px solid;
                border-right: 2px solid;
                top: 50%;
                -webkit-transform-origin: center;
                    -ms-transform-origin: center;
                        transform-origin: center;
                -webkit-transform: translate(-50%, -20%) rotate(45deg);
                    -ms-transform: translate(-50%, -20%) rotate(45deg);
                        transform: translate(-50%, -20%) rotate(45deg); }
    .classification .content .contentTab {
      width: 80px;
      height: 100%;
      background: #f2f2f2;
      box-sizing: border-box; }
      .classification .content .contentTab .swiper-container {
        height: 100%;
        padding-top: 15px;
        box-sizing: border-box; }
        .classification .content .contentTab .swiper-container .swiper-slide {
          border-right: 1px solid #e6e6e6;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          border-top: 1px solid transparent;
          border-bottom: 1px solid transparent;
          height: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          box-sizing: border-box;
          font-size: 15px;
          padding: 15px 0;
          color: #8a8a8a;
          width: 100%;
          box-sizing: border-box;
          display: block;
          text-align: center;
          position: relative; }
          .classification .content .contentTab .swiper-container .swiper-slide.active {
            background: #fff;
            border-top: 1px solid #e6e5e5;
            border-bottom: 1px solid #e6e5e5;
            position: relative;
            border-right: 1px solid #fff;
            color: #212121; }

.mc {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  display: none; }
  .mc.active {
    z-index: 2; }

.projectPage .contentList ul li div.text .left .smallTab a{
  flex:1;
}

.classification .tab ul li span h1{
  font-size:14px;
}
.news .content ul li a{
  display: flex;
  justify-content: space-between;
}
.news .content ul li a span:nth-of-type(1){
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.projectPage .contentList ul li div.text{
  position: relative;
}
.projectPage .contentList ul li div.text .right{
  position:absolute;
  right:0;
  top:0;
}
.projectPage .contentList ul li div.text .left .smallTab a{
  flex:inherit;
}
.projectPage .contentList ul li div.text .left .title a{

}
.projectPage .contentList ul li div.text .left .title{
  margin-right: 80px;
}
.projectPage .contentList ul li div.text .left .desc{
  white-space: nowrap;
  font-size: 12px;
  color: #898989;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projectPage .contentList ul li div.img a{
    height:100%;
}
.projectPage .contentList ul li div.img a img{
    display:block;
    height:100%;
}

.projectPage .contentList ul li div.img{
    width: 128px;
    height: 87px;
    border-radius: 5px;
    overflow: hidden;
}

/* add */
.classification .ponglist.active{
  height:100%;
}
.classification .ponglist{
}

/* add */
.classification .content{
  height:100%;
}
.classification .content .right .block{
  height:100%;
}
.classification .content .right ul li a{
  font-size:14px;
}

/* add */
.news .content ul li a::after{
  width: 4px;
  height: 4px;
  bottom:-1px;
}
