.banner {
  background: url('/assets/images/background/sptbanner.png') no-repeat center;
  background-size: cover;
}
.banner .container {
  padding-top: 75px;
}
.banner .f-fs24 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.banner h1 {
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner .f-fs20 {
  max-width: 700px;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 767px) {
  .banner {
    text-align: center;
  }
  .banner img {
    margin-top: 20px;
  }
}
.page .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page .page-box {
  max-width: 1000px;
  margin: 0px auto 50px;
  min-height: 310px;
}
.page .page-box .item {
  min-height: 310px;
  max-width: 450px;
  box-shadow: 0px 1px 2px 0px #2567e1;
  border-radius: 10px;
  margin: auto;
  padding: 30px 15px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
.page .page-box .item:hover {
  transform: translateY(-10px);
}
.page .page-box .item .i-box {
  min-height: 90px;
}
.page .page-box .item h5 {
  font-family: 'MyriadPro', sans-serif, 'Microsoft YaHei';
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  margin: 10px auto;
}
.page .page-box .item p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  min-height: 70px;
  margin-bottom: 15px;
}
.page .page-box .item .ic-lf {
  text-align: left;
}
.page .page-box .item .ic-lf li {
  padding-left: 10px;
}
.page .page-box .item .ic-lf li:not(:last-child) {
  margin-right: 40px;
}
.page .page-box .item .ic-lf li:not(:last-child):lang(es) {
  margin-right: 35px;
}
.page .page-box .item .ic-lf li:before {
  height: 4px;
  width: 4px;
  left: 0;
  top: 9px;
  background-color: #4294e9;
}
.page .page-box .item .ic-lf a {
  font-size: 14px;
  color: #2280e1;
}
.page .page-box .item .ic-lf a:hover {
  text-decoration: underline;
}
@media (max-width: 999px) {
  .page .page-box .item .ic-lf {
    min-height: 50px;
  }
}
@media (max-width: 768px) {
  .page .page-box .item {
    max-width: 100%;
    margin-top: 30px;
  }
  .page .page-box .item .ic-lf {
    min-height: 50px;
  }
}
[lang="jp"] .page .page-box .item .ic-lf {
  text-align: center;
}
[lang="jp"] .page .page-box .item .ic-lf li {
  margin: 0 15px;
}
[lang="jp"] .page .page-box .item .ic-lf a {
  margin: 0;
}
