.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 .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 .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 .choose {
  text-align: center;
}
.selector .choose ul li .curlins .current{
  background: #da1a45;
  border-radius: 20px;
  color: #fff;
}
.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 .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 .bread {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 40px 0;
  font-weight: bold;
}

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

.content .list-ul li {
  float: left;
  width: 390px;
  height: 366px;
  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: 120px;
}

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

.content .list-ul li a .text h3 span {
  position: relative;
  font-weight: bold;
}

.content .list-ul li a .text h3 span em {
  position: absolute;
  right: -60px;
  top: 2px;
  width: 53px;
  height: 18px;
}

.content .list-ul li a .text h3 span .bz {
  background: url(../images/contactUs/bz.png) no-repeat;
}

.content .list-ul li a .text h3 span .qj {
  background: url(../images/contactUs/qj.png) no-repeat;
}

.content .list-ul li a .text h3 span .dm {
  background: url(../images/contactUs/DM.png) no-repeat;
}

.content .list-ul li a .text .foundtime {
  padding-top: 10px;
  color: #969696;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

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

.content .list-ul li a:hover .text {
  height: 176px;
  color: #000;
}

.content .list-ul li a:hover .text .foundtime {
  padding-top: 20px;
}

.content .list-ul li a:hover .text .click-more {
  padding-top: 30px;
  opacity: 1;
  color: #da1a45;
}

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