.ClassicCase {
  position: relative;
  z-index: 10;
}
.ClassicCase .CaseContainer {
  width: 1200px;
  margin: 0 auto;
}

/*案例列表*/
.ClassicCase .productDetail {
  margin-top: -15px;
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0px 5px 15px 0px #ececec inset;
}

.ClassicCase .productDetail > dl {
  width: 800px;
  margin: 0px auto;
  overflow: hidden;
}

.ClassicCase .productDetail > dl > dt {
  width: 40%;
  height: 345px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 5%;
}

.ClassicCase .productDetail > dl > dt > img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ClassicCase .productDetail > dl > dd {
  width: 50%;
  height: 400px;
  line-height: 400px;
  float: left;
  overflow: hidden;
}

.ClassicCase .productDetail > dl > dd > .context {
  height: 220px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.ClassicCase .productDetail > dl > dd > .context h3 {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fbc35c;
}

.ClassicCase .productDetail > dl > dd > .context p {
  line-height: 24px;
  max-height: 240px;
  font-size: 16px;
  color: #fbc35c;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ClassicCase .CaseContainer .caseWrapper > ul {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ClassicCase .CaseContainer .caseWrapper > ul li {
  width: 320px;
  margin: 0 25px 25px 25px;
  overflow: hidden;
}
.ClassicCase .CaseContainer .caseWrapper > ul li :hover .casePic {
  transform: scale(1.05);
}
.ClassicCase .CaseContainer .caseWrapper > ul li :hover p {
  transform: translateY(5px);
}
.ClassicCase .CaseContainer .caseWrapper > ul li .casePic {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  transition: all 1s;
  cursor: pointer;
  overflow: hidden;
}
.ClassicCase .CaseContainer .caseWrapper > ul li .casePic img {
  width: 100%;
  height: 100%;
}

.ClassicCase .CaseContainer .caseWrapper > ul li p {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-family: "SimHei";
  font-size: 14px;
  transition: all 1s;
}
/*分页导航条*/
.CaseContainer .PagePilot {
  width: 525px;
  margin: 100px auto;
  overflow: hidden;
}

.CaseContainer .PagePilot ul {
  float: left;
  overflow: hidden;
}

.CaseContainer .PagePilot ul li {
  float: left;
  width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 10px 0;
}

.CaseContainer .PagePilot ul li.prevBtn,
.CaseContainer .PagePilot ul li.nextBtn {
  width: 60px;
}

.CaseContainer .PagePilot ul li.active {
  background: url("http://gonkg.oss-cn-shanghai.aliyuncs.com/BoLang/PC/bg-pagenum.png")
    no-repeat center;
  background-size: 100% 100%;
}

.CaseContainer .PagePilot .skipPage {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 10px 20px;
}

.CaseContainer .PagePilot .skipPage select {
  width: 55px;
  height: 30px;
  background: url("http://gonkg.oss-cn-shanghai.aliyuncs.com/BoLang/PC/bg-select.png")
    no-repeat center;
  background-size: 100% 100%;
  border-radius: 2px;
  border: none;
  padding: 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px #ddd solid;
}

.CaseContainer .PagePilot .skipPage select::-ms-expand {
  display: none;
}

.ClassicCase .CaseContainer .caseWrapper .hidden {
  display: none;
}
