﻿.contentWrapper .content p {
  color: #666;
  font-size: 16px;
  line-height: 20px;
}

.contentWrapper .content {
  margin: 40px 0;
  text-align: center;
}

.map {
  width: 1140px;
  height: 560px;
  background: url("../image/map.png") center no-repeat;
  background-size: contain;
}

.map .memo p:first-child {
  font-size: 24px;
  padding-top: 200px;
}

.map .memo .line {
  width: 40px;
  height: 2px;
  color: #fff;
  background: #fff;
  margin: 20px 0;
}

.map .memo {
  background: rgba(31, 160, 64, .9);
  border-radius: 15px 0 0 15px;
  width: 400px;
  height: 100%;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  padding-left: 40px;
}

.platform {
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
}
.platform p.name{
  margin: 10px 0;
}
.platform p:last-child {
  font-size: 14px;
}
.platform p span{
  color: #1fa040;
}
.platform div {
  float: left;
  width: 33.33333%;
}

.platform img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
