#caseDetail {
    margin-top: 0;
  }

#caseDetail img{width: 100%;display:block;margin: 0 auto;}
@media (max-width: 1200px) {
  .right-part{display: none}
}
  @media (max-width: 767px) {
    #caseDetail {
      margin-top: 0px;
    }
  }
  #caseDetail .case-title {
    background-color: #eee;
    height: auto;
    padding: 15px 0;
  }
  #caseDetail .case-title .one-font {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin-left: 15px;
  }
  #caseDetail .case-title .two-font {
    color: #999;
    font-size: 14px;
    line-height: 20px;
  }
  #caseDetail .case-title .three-font {
    color: #333;
    line-height: 31px;
    font-size: 24px;
  }
  #caseDetail .case-title .mr-right {
    margin-right: 15px;
  }
  #caseDetail .case-title h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  @media (min-width: 767px) {
    #caseDetail .case-title .two-font {
      float: right;
    }
  }
  @media (max-width: 767px) {
    #caseDetail .case-title {
      padding: 15px 0;
    }
    #caseDetail .case-title .one-font {
      font-size: 14px;
      line-height: 20px;
      /* display: block; */
    }
    #caseDetail .case-title .two-font {
      display: block;
      margin-bottom: 18px;
    }
    #caseDetail .case-title .three-font {
      line-height: 26px;
      font-size: 20px;
    }
    #caseDetail .case-title .mr-right {
      margin-right: 6px;
    }
    #caseDetail .case-title .p-dis {
      margin-bottom: 5px;
    }
  }
  #caseDetail .case-content .img-wrap {
    border: 1px solid transparent;
    transition: border linear 0.2s, box-shadow linear 0.1s;
    -moz-transition: border linear 0.2s, -moz-box-shadow linear 0.1s;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.1s;
    position: relative;
  }
  #caseDetail .case-content .text {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 44px;
  }
  #caseDetail .case-content .text-img li {
    margin-bottom: 30px;
  }
  #caseDetail .case-content .text-img li:last-child {
    margin-bottom: 55px;
  }
  @media (max-width: 767px) {
    #caseDetail .case-content .text {
      font-size: 14px;
      line-height: 24px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    #caseDetail .case-content .text-img {
      border-bottom: 1px dashed #ccc;
    }
    #caseDetail .case-content .text-img li {
      margin-bottom: 20px;
    }
    #caseDetail .case-content .text-img li:last-child {
      margin-bottom: 30px;
    }
  }
  #caseDetail .case-content .project-list {
    margin-top: 40px;
  }
  #caseDetail .case-content .right-part{
	padding-left: 30px;
}
  #caseDetail .case-content .project-list h6 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 40px;
    color: #0D5A9B;
    padding: 0px 10px;
    background: #2b6bfb12;
    border-left: 2px #0D5A9B solid;
  }
  #caseDetail .case-content .project-list li {
    padding-bottom: 40px;
  }
  #caseDetail .case-content .project-list li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    width: 100% !important;
  }
  #caseDetail .case-content .project-list li:last-child {
    border-bottom: 1px solid #ccc;
  }
  #caseDetail .case-content .project-list li p {
    margin-top: 15px;
    margin-bottom: 0;
  }
  #caseDetail .case-content .project-list li p.fi-p:hover {
    color: #4D91C9!important;
  }
  @media (max-width: 767px) {
    #caseDetail .case-content .project-list {
      margin-top: 16px;
    }
    #caseDetail .case-content .project-list h6 {
      margin-bottom: 20px;
    }
    #caseDetail .case-content .project-list li {
      padding-bottom: 30px;
    }
    #caseDetail .case-content .project-list li p {
      margin-top: 20px;
    }
    #caseDetail .case-content .project-list li:last-child {
      border-bottom: 0;
    }
  }
  #caseDetail .case-content .project-list .share-buttons {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  #caseDetail .case-content .project-list .share-buttons > span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 42px;
    margin-right: 20px;
    float: left;
  }
  #caseDetail .case-content .project-list .share-buttons a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 34px;
    height: 34px;
  }
  #caseDetail .case-content .project-list .share-buttons a.wechat {
    background: url('../images/wechat.png') no-repeat 100% 100%;
    background-size: 100% 100%;
  }
  #caseDetail .case-content .project-list .share-buttons a.wechat:hover,
  #caseDetail .case-content .project-list .share-buttons a.wechat.active {
    background: url('../images/wechat_hover.png') no-repeat 100% 100%;
    background-size: 100% 100%;
  }
  #caseDetail .case-content .project-list .share-buttons a.friend {
    background: url('../images/moment.png') no-repeat 100% 100%;
    background-size: 100% 100%;
  }
  #caseDetail .case-content .project-list .share-buttons a.friend:hover,
  #caseDetail .case-content .project-list .share-buttons a.friend.active {
    background: url('../images/moment_hover.png') no-repeat 100% 100%;
    background-size: 100% 100%;
  }
  #caseDetail .case-content .project-list .share-buttons a.weibo {
    background: url('../images/weibo.png') no-repeat 100% 100%;
    background-size: 100% 100%;
  }
  #caseDetail .case-content .project-list .share-buttons a.weibo:hover,
  #caseDetail .case-content .project-list .share-buttons a.weibo.active {
    background: url('../images/weibo_hover.png') no-repeat 100% 100%;
    background-size: 100% 100%;
  }
  @media (min-width: 991px) and (max-width: 1199px) {
    #caseDetail .case-content .project-list .share-buttons > span {
      margin-right: 10px!important;
    }
    #caseDetail .case-content .project-list .share-buttons a {
      margin-right: 8px;
      width: 30px;
      height: 30px;
    }
  }
  @media (min-width: 767px) and (max-width: 992px) {
    #caseDetail .case-content .project-list .share-buttons > span {
      margin-right: 15px!important;
      font-size: 12px;
    }
    #caseDetail .case-content .project-list .share-buttons > span:first-child {
      display: block;
      margin-bottom: 15px;
    }
    #caseDetail .case-content .project-list .share-buttons a {
      margin-right: 8px;
      width: 40px;
      height: 40px;
    }
  }
  @media (max-width: 767px) {
    #caseDetail .case-content .project-list .share-buttons {
      margin-top: 20px;
    }
    #caseDetail .case-content .project-list .share-buttons a {
      margin-right: 15px;
      width: 30px;
      height: 30px;
    }
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .img-wrap {
    overflow: hidden;
  }
  .hover-wave a {
    overflow: hidden;
    transition: all ease-out 0.3s;
  }
  .hover-wave a img {
    transition: all ease-out 0.3s;
  }
  .hover-wave a .mask-s {
    transition: all ease-out 0.3s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    filter: alpha(opacity=0);
    background: #4D91C9;
  }
  .hover-wave a .mask-s button {
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 35px;
    margin-left: -50px;
    margin-top: -17.5px;
    border: 1px solid #fff !important;
    color: #fff !important;
    background: #4D91C9;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 6px 12px;
  }
  .hover-wave a .mask-s button:hover {
    color: #4D91C9;
    filter: alpha(opacity=90) !important;
    background: #4D91C9 !important;
    opacity: 1 !important;
  }
  .hover-wave a:hover img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
  }
  .hover-wave a:hover .mask-s {
    opacity: .7;
    filter: alpha(opacity=70);
  }
  .hover-wave a:hover .mask-s button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  