.banner {
  border-bottom: 1px solid rgba(127, 127, 127, 0.5); }
  .banner img {
    display: block;
    width: 100%;
    height: 100%; }

.maintitle {
  font-size: 24px;
  line-height: 64px; }
  .maintitle p {
    margin: 0 auto;
    box-sizing: border-box;
    height: 64px;
    width: 96px; }
.maintitle hr {
    margin: 0 auto;
    width: 0;
    transition: width  1s ease-in-out;
    -moz-transition: width  1s ease-in-out;
    -webkit-transition: width  1s ease-in-out;
    border: 2px solid #FF9900;}
.totop{
    position: fixed;
    right: 10%;
    bottom: 20%;
    display: none;
}
.totop img{
    width: 40px;
    height: 40px;
}
.content {
  width: 100%;
  background: #FFFFFF;
  position: relative; }
  .content .content-wrap {
    padding-top: 70px;
    padding-bottom: 145px;
    background: #F5F5F5; }
  .content nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    margin-bottom: 40px; }
    .content nav ul li {
      margin: 0 66px;
      width: 80px; }
      .content nav ul li a {
        display: block;
        font-size: 18px;
        line-height: 18px; }
    .content nav ul li.current a,
    .content nav ul li:hover a,
    .content nav ul li:active a {
      color: #ff9900;
      font-weight: bold; }
  .content ul.list {
    padding: 30px 4px;
    overflow: hidden; }
    .content ul.list li {
      width: 335px;
      height: 395px;
      box-shadow: border-box;
      overflow: hidden;
      float: left;
      margin: 20px 2px 20px 2px;
      background: #FFFFFF;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: pointer; }
      .content ul.list li a {
        display: block;
        position: relative; }
        .content ul.list li a img {
          display: block;
          width: 335px;
          height: 325px; }
        .content ul.list li a .text {
          padding-left: 30px;
          background: #FFFFFF;
          white-space: nowrap;
          text-overflow: ellipsis;
          word-break: keep-all; }
          .content ul.list li a .text p {
            font-size: 17px;
            line-height: 17px;
            color: #3c3c3c;
            font-weight: bold; }
        .content ul.list li a span {
          margin-right: 20px;
          width: 2px;
          height: 8px; }
          .content ul.list li a span img {
            display: block;
            width: 2px;
            height: 8px; }
        .content ul.list li a .bottom {
          width: 100%;
          height: 70px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
    .content ul.list li:hover {
      transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.04); }
  .content a.btn-more {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    left: 675px;
    z-index: 100;
    bottom: 130px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .content a.btn-more img {
      display: block;
      width: 21px;
      height: 21px; }
  .content a.btn-more:hover {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2); }
  .content .detailpage {
    left: 0;
    top: 0;
    z-index: 200;
    position: relative;
    overflow: hidden; }
    .content .detailpage .left {
      width: 543px;
      height: 701px;
      background: #F5F5F5;
      float: left;
      border-left: 1px solid;
      border-image: -webkit-linear-gradient(#c4deeb, #FFFFFF) 30 30;
      border-image: -moz-linear-gradient(#c4deeb, #FFFFFF) 30 30;
      border-image: linear-gradient(#c4deeb, #FFFFFF) 30 30;
      box-sizing: border-box;
      padding-left: 80px;
      position: relative; }
      .content .detailpage .left .project-title {
        font-size: 24px;
        line-height: 24px;
        color: black;
        padding-bottom: 17px;
        margin-top: 111px; }
      .content .detailpage .left .line {
        background-color: #FF9900;
        width: 45px;
        height: 4px; }
      .content .detailpage .left .project-name {
        margin-top: 30px;
        font-size: 18px;
        line-height: 18px; }
      .content .detailpage .left p {
        margin-top: 47px;
        color: #5d5d5d;
        font-size: 18px;
        width: 360px; }
      .content .detailpage .left a.cancel {
        position: absolute;
        display: block;
        width: 38px;
        height: 38px;
        left: 258px;
        bottom: 68px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        .content .detailpage .left a.cancel img {
          display: block;
          width: 38px;
          height: 38px; }
      .content .detailpage .left a:hover {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
    .content .detailpage .right {
      float: left; }
      .content .detailpage .right img {
        display: block;
        width: 823px; }

/*# sourceMappingURL=case.css.map */
