.service-banner {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}
.ocean-banner {
  background: url('./images/ocean/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.air-banner {
  background: url('./images/air/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.customs-banner {
  background: url('./images/customs/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.danger-banner {
  background: url('./images/danger/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.destination-banner {
  background: url('./images/destination/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.inland-banner {
  background: url('./images/inland/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.railway-banner {
  background: url('./images/railway/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.storage-banner {
  background: url('./images/storage/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.service-banner-title {
  font-size: 36px;
  font-weight: lighter;
  color: #ffffff;
  opacity: 0.9;
  padding: 30px 0px 40px 90px;
}

.service-banner-text {
  font-size: 16px;
  line-height: 26px;
  padding: 0 276px 0 114px;
  color: #ffffff;
  opacity: 0.9;
}
.banner-content {
  position: relative;
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.child-nav-ul {
  width: 1200px;
  margin: auto;
  height: 54px;
  border-bottom: 1px solid rgba(252, 252, 252, 0.2);
}
.child-nav-ul li {
  float: left;
  margin-left: 30px;
}
.child-nav-ul li a {
  color: #fff;
  font-size: 12px;
  display: block;
  line-height: 54px;
}
.service {
  margin-bottom: 20px;
}
.service-block-img {
  width: 718px;
  height: 380px;
  display: inline-block;
}
.service-block-content {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.service-block-title {
  flex: 1;
  margin-left: 50px;
  text-align: left;
  color: #333678;
  padding: 20px 10px 0 10px;
  font-size: 26px;
}
.flex {
  display: flex;
}
.service-block-title .image {
  margin-right: 10px;
}
.service-block-title .text {
  text-align: left;
  margin-top: 15px;
  margin-left: 10px;
}

.service-block-title:visited {
  color: #005ca9;
}

.service-block-text {
  flex: 2;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: lighter;
  margin: 20px 0 0 0;
  text-align: justify;
}
.service-block-text ul {
  padding-inline-start: 10px;
}
.show ul li {
  list-style: disc;
}
.service-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon-box .image {
  flex: 1;
  margin-right: 10px;
}
.service-icon-box .image img {
  width: 30px;
  height: 30px;
}

.service-icon-box .text {
  flex: 10;
  text-align: left;
  margin-left: -10px;
}

.service-icon-box span {
  padding-top: -30px;
}
