#banner {

}
#index-banner img {
  width: 100%;
}
#index-banner .swiper-slide{
  position: relative;
}
#index-banner .swiper-slide .nameplate {
  position: absolute;
  bottom: 0;
  height: 30%;
  width: 100%;
  color: #FFFFFF;
  font-weight:bold;
  padding: 0 15% 0 15%;
}
#index-banner .swiper-slide .nameplate >p.banner-title {
  font-size: 50px;
  padding-bottom: 10px;
}

#platform {
  margin: 50px 15% 70px 15%;
}
#platform >h1 {
  font-size: 40px;
  margin: 5% 0 2% 0;
}
#platform .product::after{
  content:' ';
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
#platform .product >li{
  float: left;
  width: 31.5%;
  margin-right: 2%;
}
#platform .product >li:nth-last-child(1) {
  margin-right: 0;
}

#platform .product >li img{
  width: 100%;
  border: 1px solid #CCCCCC;
}

#platform .product >li {
  text-align: center;
}
#platform .product >li>h1 {
  margin: 5px 0 5px 0;
}

#worth {
  padding: 1% 15% 1% 15%;
  background-color: #efefef;
}
#worth > h1 {
  font-size: 40px;
  margin: 5% 0 2% 0;
}
#worth .worth-intro {
  float: right;
  width: 70%;
  padding-right: 12%;
  box-sizing: border-box;
}
#worth .worth-intro > p{
  padding: 10px 0 10px 0;
}
#worth .worth-list {
  display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
#worth li {
  margin: 3% 0 3% 0;
  width: 33%;
}
#worth li >img{
  width: 27%;
}

#address {
  position: relative;
  height: 450px;
  margin: 5% 15% 2% 15%;
}
#address .company {
  position: absolute;
  right: 20px;
  top: 5%;
}
#address .company h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
#address .company p {
  line-height: 40px;
}
#address .company p img {
  width: 30px;
  margin-bottom: -10px;
}