.logo-img {
  width: 120px;
  margin-top: -6px;
}

img {
  max-width: 100%;
}

.banner {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.banner img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
.banner-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.slogan {
  padding-top: 100px;
  color: #fefefe;
  font-size: 32px;
}
@media (min-width: 768px) {
  .banner {
    height: 600px;
  }
  .slogan {
    font-size: 48px;
  }
}

.title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #3e467e;
}

.content section {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  padding: 20px 0;
  background: #e2e2e2;
  color: #777;
}

footer p {
  margin: 0;
}
.pro {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  margin: 20px;
}
.pro-type {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pro a {
  width: 200px;
  margin: 0 auto;
}

.list li {
  margin-bottom: 10px;
}
.list li .heading {
  color: #3e467e;
  font-size: 20px;
  margin-bottom: 10px;
}
.list li p {
  margin-bottom: 0;
}

.banner-md {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.product {
  padding: 30px 0;
}
.product:nth-of-type(odd) {
  background: #efefef;
}

.spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #96adcc;
}
.spec-list > li {
  padding: 4px 12px;
}
.spec-list > li:nth-of-type(even) {
  background: rgba(150, 173, 204, 0.3);
}

#intro img,
#solution img {
  margin-bottom: 15px;
}
.pro-section-title {
  font-size: 20px;
  color: #5e72e4;
}

.pro {
  position: relative;
  transition: all 0.1s;
  cursor: pointer;
}

.pro:hover {
  transform: translate(-2px, -2px);
  box-shadow: 2px 2px 4px #bababa;
}

.pro-name {
  margin-bottom: 10px;
}

.pro-title {
  text-align: center;
  width: 300px;
  font-size: 16px;
  margin: 10px 0;
}

.detail {
  background: #e9ecef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.detail-main {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.detail-title {
  color: #5e72e4;
  margin-bottom: 30px;
}
.detail-img {
  display: block;
  /* margin: 30px auto; */
}

.detail-section-title {
  font-size: 20px;
  color: #999;
  text-align: center;
}
.detail-section-title:before {
  content: '';
  display: inline-block;
  width: 260px;
  height: 2px;
  background: #999;
  margin-right: 10px;
  vertical-align: middle;
}

.detail-section-title:after {
  content: '';
  display: inline-block;
  width: 260px;
  height: 2px;
  background: #999;
  margin-left: 10px;
  vertical-align: middle;
}

.detail-img-box,
.pro-img-box {
  width: 300px;
  border: 15px solid #96adcc;
  padding: 20px 40px;
  background: #fff;
}

.detail-section {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.table .img-row td {
  vertical-align: middle;
}
td img {
  width: 300px;
}

.contact {
  line-height: 1.5;
  margin-top: 20px;
}
.contact .company {
  font-size: 18px;
  color: #3e467e;
}

.contact .company-sub {
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
.contact .label {
  font-weight: bold;
}

.contact .label-phone {
  margin-left: 30px;
}

#pro-four .pro-img-box {
  padding: 20px 15px;
}

a.icp{
  margin-left:10px;
  color:#777;
  text-decoration: none;
}

.table-responsive th{
  white-space: nowrap;
}

.table-responsive td{
  min-width: 180px;
}