#header {
  height: 550px;
  width: 100%;
  min-width: 1130px;
}

.fadetail2 {
  width: 1130px;
  margin: 0 auto;
}
.fadetail1 {
  width: 351px;
  margin: 0 auto;
}
.mb {
  margin-bottom: 37.5px;
}
.ml {
  margin-left: 25px;
}
.fadetail-list {
  width: 253px;
  height: 380px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
}
.solution-tittle {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  position: relative;
  left: 15px;
  bottom: 80px;
  overflow: hidden;
}
.solution-tittle div:first-child {
  font-size: 18px;
  line-height: 32px;
}
.textpop-tittle div:first-child {
  font-size: 18px;
  padding-top: 5px;
}
.textpop-tittle {
  font-family: '微软雅黑';
  width: 320px;
  font-size: 14px;
  color: #494848;
  margin: 0 auto;
  text-align: left;
  padding-top: 10px;
}
.textpop-tittle div {
  padding-top: 0px;
}
.textpop-content {
  color: #959595;
  font-family: '微软雅黑';
  font-size: 14px;
  width: 320px;
  text-align: left;
  margin: 0 auto;
  padding-top: 2px;
  margin-bottom: 20px;
  height: 48px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  line-height: 24px;
}
.solutionsetion-tittle {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #858484;
  font-family: '微软雅黑';
  font-size: 24px;
  text-align: center;
}
.solutionsetion-tittle1 {
  margin-bottom: 45px;
  color: #959595;
  font-family: '微软雅黑';
  font-size: 18px;
  text-align: center;
}

/*   新加   */
.plan_font {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 708px;
}
.plan_font .plan_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 708px;
}
.plan_font .plan_box .plan_li {
  width: 1200px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -500px;
  position: absolute;
}
.plan_font .plan_box .plan_li span {
  font-size: 50px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.plan_font .plan_box .plan_li div {
  font-size: 36px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.plan_content {
  width: 1440px;
  height: auto;
  margin: 0 auto;
}
.plan_tt {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.plan_content .plan_tt span {
  font-size: 30px;
}
.caseHeader {
  background-color: #fff;
  width: 100%;
  height: 55px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.plan_content .plan_list {
  width: 1440px;
  overflow: hidden;
  margin-bottom: 40px;
}
.plan_content .plan_list .plan_swicth {
  width: 1003px;
  min-height: 50px;
  margin-bottom: 30px;
}
.plan_content .plan_list .plan_swicth li {
  line-height: 30px;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.plan_content .plan_list .plan_swicth li a {
  min-width: 80px;
  margin-right: 2px;
  height: 30px;
  color: #959595;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  float: left;
  margin-top: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0 10px;
  box-sizing: border-box;
}
.plan_content .plan_list .plan_swicth .current {
  background: none;
}
.plan_content .plan_list .plan_swicth .current a {
  background-color: #3380ff;
  color: #fff;
  font-weight: bold;
}
.plan_content .plan_list .plan_swicth li a:hover {
  background-color: #3380ff;
  color: #fff;
  font-weight: bold;
}

.plan_content .plan_list .plan_clist {
  width: 1440px;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
}
.plan_content .plan_list .plan_clist > div {
  width: 22%;
  margin-bottom: 30px;
  margin-right: 3%;
}
.plan_content .plan_list .plan_clist > div:nth-child(4n) {
  margin-right: 0;
}
.plan_content .plan_list .plan_clist > div a {
  display: inline-block;
  width: 100%;
  position: relative;
  /* height: 472px; */
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}
.plan_content .plan_list .plan_clist > div a .imgBox {
  width: 100%;
  height: 280px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.5s;
}
.plan_clist > div a .imgBox .show {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* display: none; */
  transform: translateX(-434px);
  transition: all 0.7s;
}
.plan_clist > div a:hover .imgBox .show {
  transform: translateX(0px);
}

.plan_content .plan_list .plan_clist > div a .remarkBox {
  width: 100%;
  height: calc(100% - 280px);
  padding: 24px 30px;
  box-sizing: border-box;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.5s;
}
.plan_content .plan_list .plan_clist > div a .one {
  font-size: 24px;
  font-weight: bold;
  /* margin-bottom: 16px; */
  line-height: 36px;
}
.plan_content .plan_list .plan_clist > div a .two {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 75px 34px 0;
}
.plan_content .plan_list .plan_clist > div a em {
  width: 150px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 25px;
  /* border: 1px solid #fff; */
  border-radius: 20px;
  z-index: 22;
  background-color: #0d52c8;
}
.plan_content .plan_list .plan_clist > div a em i {
  display: inline-block;
  width: 22px;
  height: 5px;
  background: url(../../img/know.png) center no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}
.plan_content .plan_list .plan_clist > div a:hover .remarkBox {
  /* background: #0d52b3; */
  color: #0d52b3;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.plan_content .plan_list .plan_clist > div a:hover .imgBox {
  /* transform: scale(1.1); */
}
.plan_content .plan_list .plan_clist > div a:hover em {
  background-color: #0d52c8;
  color: #fff;
}
.plan_content .plan_list .plan_clist > div a:hover em i {
  background: url(../../img/know2.png) center no-repeat;
}
