.banner-content {
  width: 100%;
  position: absolute;
  top: 110px;
}
.banner-content ul {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner-content ul li {
  width: 120px;
  border-right: 1px solid #eeeeee;
}
.section {
  width: 100%;
}
.section a {
  color: #343434;
}
.section .section-content .successCase-content {
  display: none;
  border-bottom: 1px solid #eee;
}
.section .section-content .successCase-content li {
  padding: 30px;
  border-radius: 6px;
}
.section .section-content .successCase-content li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section .section-content .successCase-content li .img-item {
  width: 315px;
  height: 144px;
  overflow: hidden;
}
.section .section-content .successCase-content li .img-item img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s linear;
}
.section .section-content .successCase-content li .consultDynamic-right {
  padding-left: 20px;
}
.section .section-content .successCase-content li .consultDynamic-right h3,
.section .section-content .successCase-content li .consultDynamic-right p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section .section-content .successCase-content li:hover {
  box-shadow: 0px 2px 24px 0px rgba(51, 51, 51, 0.15);
}
.section .section-content .successCase-content li:hover h3 {
  color: #0C80EB;
}
.section .section-content .successCase-content li:hover .img-item > img {
  transform: scale(1.2);
}
.section .section-content .successCase-content .hardware-list {
  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
  flex-wrap: wrap;
}
.section .section-content .successCase-content .hardware-list li {
  width: 280px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 28px 20px;
  margin: 10px;
}
.section .section-content .successCase-content .hardware-list li:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.246);
}
.section .section-content .successCase-content .hardware-list .hardware-text {
  width: 100%;
  padding-top: 32px;
}
.section .section-content .successCase-content .hardware-list .hardware-text h4 {
  color: #343434;
}
.section .section-content .successCase-content .hardware-list .hardware-text p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 12px;
}
.section .section-content .show {
  display: block;
}
.banner-special {
  height: 52px;
}
.detail-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.detail-box .detail-text {
  width: 812px;
}
.detail-box .detail-text .content-title {
  width: 100%;
  margin: 0 auto 20px;
}
.detail-box .detail-text .content-title h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.detail-box .detail-text .content-title p {
  width: 60%;
  margin: 10px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.detail-box .detail-text .content-title p span {
  color: #999;
}
.detail-box .detail-text .summary {
  padding: 20px;
  background: #EEEEEE;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  line-height: 2em;
}
.detail-box .detail-right {
  margin-bottom: 30px;
  width: 357px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0px 0px 6px 6px;
  box-sizing: border-box;
}
.detail-box .detail-right .detail-title {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.detail-box .detail-right .detail-title h3 {
  border-left: 4px solid #0C80EB;
  padding-left: 12px;
}
.detail-box .detail-right .detail-list {
  padding: 0 20px;
}
.detail-box .detail-right .detail-list li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.detail-box .detail-right .detail-list li:last-child {
  border-bottom: none;
}
.detail-box .detail-right .detail-list li:hover h4 {
  color: #0C80EB !important;
}
.detail-box .detail-right .ihard-list li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.detail-box .detail-right .ihard-list .img-box {
  width: 98px;
  height: 66px;
  border: 1px solid #eee;
}
.page-box {
  display: flex;
  flex-direction: row;
  padding: 60px 0;
}
.page-box .page-item {
  width: 401px;
  height: 64px;
  box-sizing: border-box;
  background: #F5F5F5;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
}
.page-box .page-item h5 {
  height: 30px;
  padding-left: 24px;
  margin-left: 24px;
  line-height: 30px;
  border-left: 1px solid #c3c3c3;
}
.page-box .next-page {
  margin-left: 10px;
}
.fixed-top {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}
