@charset "UTF-8";
.banner {
  width: 100%;
  height: 92px;
  background: url(../images/case/bannerBg.png) no-repeat center;
}

.selector {
  background-color: #fafafa;
  padding: 50px 0 30px;
  position: relative;
  z-index: 2;
}

.selector .brand-ul {
  margin-bottom: 45px;
}

.selector .brand-ul li {
  float: left;
  margin-right: 35px;
  letter-spacing: 2px;
  font-size: 16px;
}

.selector .brand-ul li a:hover {
  color: #da1b45;
}

.selector .brand-ul .active a {
  color: #da1b45;
  font-weight: bold;
}

.selector .category-ul {
  margin-bottom: 15px;
  margin-top: 15px;
}

.selector .category-ul li {
  float: left;
  margin-right: 20px;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: initial;
}

.selector .category-ul li a:hover {
  color: #da1b45;
}

.selector .category-ul .active a {
  color: #da1b45;
  font-weight: bold;
}

.selector .city-ul {
  margin-bottom: 15px;
  margin-top: 15px;
}

.selector .city-ul li {
  float: left;
  margin-right: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

.selector .city-ul li a:hover {
  color: #da1b45;
}

.selector .city-ul .active a {
  color: #da1b45;
  font-weight: bold;
}

.selector .choose {
  text-align: center;
}

.selector .choose ul {
  display: inline-block;
}

.selector .choose ul li {
  float: left;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
}

.selector .choose ul li:first-child .curlins {
  background: #da1a45;
  border-radius: 50%;
  border-radius: 20px;
  color: #fff;
}

.selector .choose ul li:first-child .curlins .text i {
  background-position: -202px 0;
}

.selector .choose ul li .curlins {
  display: block;
  min-width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
}

.selector .choose ul li .curlins .text {
  padding-right: 20px;
  position: relative;
}

.selector .choose ul li .curlins .current{
  background: #da1a45;
  border-radius: 20px;
  color: #fff;
}

.selector .choose ul li .curlins .text i {
  background-position: -192px 0;
  right: 0;
  top: 8px;
  width: 9px;
  height: 4px;
  overflow: hidden;
}

.selector .choose ul li .item-second {
  display: none;
  position: absolute;
  left: 10px;
  top: 38px;
  width: 130px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.selector .choose ul li .item-second a {
  display: block;
  line-height: 36px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
}

.selector .choose ul li .item-second a:hover {
  background: #eee;
}

.selector .choose ul li .item-second .current {
  background: #eee;
  color: #da1a45;
}

.selector .choose ul li select {
  border: none;
  font-size: 16px;
  width: 110px;
  height: 38px;
  line-height: 38px;
  background: transparent;
}

.selector .choose ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
  height: 15px;
  background: #dedede;
}

.selector .choose ul li:nth-last-child(1)::after {
  background: transparent;
}

.content .recommend{
  font-size: 16px;
  letter-spacing: 2px;
  padding: 40px 0;
  font-weight: bold;
}

.content .bread {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 40px 0;
  font-weight: bold;
}

.content .recommend-list-ul {
  width: 1245px;
}

.content .recommend-list-ul li {
  float: left;
  width: 390px;
  height: 327px;
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.content .recommend-list-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.content .recommend-list-ul li a .images {
  width: 390px;
  height: 244px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content .recommend-list-ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
}

.content .recommend-list-ul li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 82px;
}

.content .recommend-list-ul li a .text h3 {
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}

.content .recommend-list-ul li a .text p {
  color: #969696;
  margin-bottom: 20px;
}

.content .recommend-list-ul li a .text .click-more {
  text-decoration: underline;
  opacity: 0;
}

.content .recommend-list-ul li a:hover {
  color: #fff;
  background: #da1a45;
}

.content .recommend-list-ul li a:hover .images {
  -moz-transform: translateY(-44px);
  -webkit-transform: translateY(-44px);
  transform: translateY(-44px);
}

.content .recommend-list-ul li a:hover .text {
  height: 126px;
  padding: 0 20px;
}

.content .recommend-list-ul li a:hover .text p {
  color: #fff;
}

.content .recommend-list-ul li a:hover .text .click-more {
  opacity: 1;
}

.content .list-ul {
  width: 1245px;
}

.content .list-ul li {
  float: left;
  width: 390px;
  height: 327px;
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.content .list-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.content .list-ul li a .images {
  width: 390px;
  height: 244px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content .list-ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
}

.content .list-ul li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 82px;
}

.content .list-ul li a .text h3 {
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .list-ul li a .text p {
  color: #969696;
  margin-bottom: 20px;
}

.content .list-ul li a .text .click-more {
  margin-top: -5px;
  text-decoration: underline;
  opacity: 0;
}

.content .list-ul li a:hover {
  color: #fff;
  background: #da1a45;
}

.content .list-ul li a:hover .images {
  -moz-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.content .list-ul li a:hover .text {
  height: auto;
  transform: translateY(-20px);
  padding: 0 20px;
}
.content .list-ul li a:hover .text h3{
  /*height: 60px;*/
  text-overflow: inherit;
  white-space: normal;
  overflow: inherit;
}
.content .list-ul li a:hover .text p {
  color: #fff;
}

.content .list-ul li a:hover .text .click-more {
  opacity: 1;
}

.content .page {
  padding: 10px 0 60px;
}

.mobile-nav, .mobile-subnav, .mobile-citynav, .mobile-case-list {
  display: none;
}

.fixed-help {
  position: fixed;
  right: 4px;
  bottom: 225px;
  z-index: 100;
  display: none;
}

.fixed-help a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
}

.fixed-help a .fixed-hover-tips {
  position: absolute;
  right: 48px;
  bottom: 0;
  width: 0;
  height: 50px;
  background: #fff;
  color: #da1a45;
  z-index: 1;
  overflow: hidden;
  -moz-box-shadow: -3px 0 10px #ccc;
  -webkit-box-shadow: -3px 0 10px #ccc;
  box-shadow: -3px 0 10px #ccc;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.fixed-help a .fixed-hover-tips span {
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  line-height: 12px;
  width: 62px;
}

.fixed-help a .fixed-help-icon {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background: #fff;
}

.fixed-help a .fixed-help-icon i {
  width: 22px;
  height: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fixed-help .back-top .fixed-help-icon i {
  background: url(../images/caseDetail/icon6.png) no-repeat center center;
  background-size: cover;
}

.fixed-help .back-top:hover .fixed-hover-tips {
  display: block;
  width: 86px;
}

.fixed-help .back-top:hover .fixed-help-icon {
  -moz-box-shadow: 3px 0 5px #ccc;
  -webkit-box-shadow: 3px 0 5px #ccc;
  box-shadow: 3px 0 5px #ccc;
  border-color: transparent;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  /* 隐藏安卓下的自带滚动条 */
  ::-webkit-scrollbar {
    display: none;
  }
  ::-moz-scrollbar {
    display: none;
  }
  body {
    min-width: auto;
  }
  .header, .banner, .selector, .content, .footer {
    display: none;
  }
  .mobile-nav, .mobile-subnav, .mobile-citynav, .mobile-case-list {
    display: block;
  }
  .mobile-nav {
    width: 100%;
    overflow-x: auto;
    padding: .1333rem .2667rem;
    border-bottom: 1px solid #e9e9e9;
  }
  .mobile-nav ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .mobile-nav ul li {
    height: .8667rem;
    line-height: .8667rem;
    background-color: #f8f8f8;
    border-radius: 3px;
    font-size: .3467rem;
    color: #757575;
    position: relative;
    padding: 0 .36rem;
    margin-right: .2133rem;
    white-space: nowrap;
  }
  .mobile-nav ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .0533rem;
    background-color: transparent;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .mobile-nav ul .active {
    color: #212121;
  }
  .mobile-nav ul .active::before {
    background-color: #4486fe;
  }
  .mobile-recommend dl {
    border-bottom: .2667rem solid #e9e9e9;
  }
  .mobile-recommend dl dt {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 .3333rem .2rem;
    line-height: .4667rem;
  }
  .mobile-recommend dl dt h3 {
    font-size: .3733rem;
    color: #212121;
    font-weight: bold;
    margin-bottom: .1333rem;
    padding-top: .4rem;
  }
  .mobile-recommend dl dt p {
    color: #757575;
    font-size: .32rem;
  }
  .mobile-recommend dl dd ul li {
    padding: .4667rem 0;
  }
  .mobile-recommend dl dd ul li .image {
    float: left;
    width: 1.3333rem;
    height: 1.3333rem;
    border-radius: 3px;
    margin-left: .32rem;
    object-fit: cover;
  }
  .mobile-recommend dl dd ul li .info {
    margin-left: 1.9333rem;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
  }
  .mobile-recommend dl dd ul li .info h4 {
    font-size: .36rem;
    line-height: .4667rem;
    color: #212121;
    margin-bottom: .3333rem;
  }
  .mobile-recommend dl dd ul li .info p {
    font-size: .2933rem;
    line-height: .4667rem;
    color: #757575;
    padding-bottom: .1333rem;
  }
  .mobile-recommend dl dd ul li .info p span {
    padding-right: .4rem;
    padding-left: .5333rem;
    background-size: .3733rem .2933rem;
    background-repeat: no-repeat;
    background-position: left 3px;
  }
  .mobile-recommend dl dd ul li .info p span em {
    color: #4486fe;
    padding: 0 .0667rem;
  }
  .mobile-recommend dl dd ul li .info p .view {
    background-image: url(../images/case/mobile_view.png);
  }
  .mobile-recommend dl dd ul li .info p .count {
    background-image: url(../images/case/mobile_count.png);
  }
  .mobile-recommend dl dd ul li .info p .noview {
    background-image: url(../images/case/mobile_no_view.png);
  }
  .mobile-subnav,.mobile-citynav {
    overflow-x: auto;
    border-bottom: 1px solid #e9e9e9;
  }
  .mobile-subnav ul,.mobile-citynav ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .mobile-subnav ul li,.mobile-citynav ul li {
    font-size: .3467rem;
    color: #333333;
    padding: .2667rem;
    white-space: nowrap;
  }
  .mobile-subnav ul .current,.mobile-citynav ul .active {
    color: #4486fe;
    font-weight: bold;
  }
  .mobile-case-list {
    padding: .2933rem .2933rem 1.8rem;
  }
  .mobile-case-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mobile-case-list ul li {
    width: calc(50% - 0.1467rem);
    margin-bottom: 0.5333rem;
    position: relative;
  }
  .mobile-case-list ul li .collect {
    position: absolute;
    right: .2667rem;
    top: .2667rem;
    z-index: 10;
    background-repeat: no-repeat;
    background-image: url(../images/case/mobile_collect.png);
    background-size: 100%;
    width: .68rem;
    height: .68rem;
  }
  .mobile-case-list ul li .collect.selected {
    background-image: url(../images/case/mobile_collect_selected.png);
  }
  .mobile-case-list ul li a {
    display: block;
  }
  .mobile-case-list ul li a img {
    display: block;
    width: 100%;
    height: 4.5333rem;
    border-radius: 3px;
    margin-bottom: 0.2667rem;
    object-fit: cover;
  }
  .mobile-case-list ul li a .project-name {
    font-size: .36rem;
    height: .4667rem;
    line-height: .4667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1333rem;
  }
  .mobile-case-list ul li a .project-about {
    font-size: .2933rem;
    color: #958362;
  }
  .mobile-send-customer {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: .5333rem;
    width: 8.0533rem;
    height: 1.2rem;
    background-color: #4486fe;
    border-radius: .6rem;
    text-align: center;
    color: #fff;
    font-size: .4533rem;
    letter-spacing: 2px;
  }
  .mobile-send-customer .chosed {
    font-size: .2933rem;
    letter-spacing: 1px;
    color: #bbd3ff;
  }

  .imloading {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.7;
    background: #000;
    margin: 30px auto 30px;
    color: #fff;
    display: none;
  }
}
