.top-container {
  width: 100%;
  height: 360px; }

.centent-box {
  margin-bottom: 100px; }
  .centent-box .title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; }
    .centent-box .title-box .blue-title {
      color: #19448e;
      font-size: 30px;
      font-weight: bold; }
    .centent-box .title-box img {
      width: 136px;
      height: 25px;
      margin-top: 10px; }
  .centent-box .synopsis {
    margin-top: 60px; }
    .centent-box .synopsis .cell-box {
      margin-top: 40px; }
      .centent-box .synopsis .cell-box .cover {
        background: #009688;
        width: calc(100% - 22px);
        height: 393px;
        box-shadow: 22px 22px #4871BB;
        margin-bottom: 42px; }
      .centent-box .synopsis .cell-box .text {
        font-size: 16px;
        color: #222227;
        line-height: 30px; }
  .centent-box .advantage {
    margin-top: 40px;
    background-image: url(../../image/women_bg.png);
    background-size: 100% 100%;
    padding-bottom: 80px; }
    .centent-box .advantage .title-box {
      padding-top: 80px; }
    .centent-box .advantage .list {
      margin-top: 60px; }
      .centent-box .advantage .list .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px; }
        .centent-box .advantage .list .item img {
          width: 72px;
          height: 72px; }
        .centent-box .advantage .list .item .label {
          margin-top: 15px;
          font-size: 20px;
          color: #222227; }
        .centent-box .advantage .list .item .text {
          color: #A1A5AB;
          font-size: 14px;
          line-height: 28px;
          width: 100%;
          text-align: center; }
  .centent-box #map {
    margin-top: 60px;
    height: 400px; }
