.container {
  width: 100%;
  height: 100vh;
  background: url(../img/bg.jpeg) center no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.container h1 {
  width: 100%;
  height: auto;
  font-size: 22px;
  color: #02648E;
  text-shadow: 1px 1px 0 white,  -1px 1px 0 white,  1px -1px 0 white,  -1px -1px 0 white;
}

.container .content {
  width: 100%;
  height: 83vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10%;
}

.container .content .ccc {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .ccc p {
  margin: 0 10px;
  font-size: 22px;
  color: #D14B62;
}

.container .content .ccc span {
  font-size: 24px;
  color: #D14B62;
}

.container .content h2 {
  margin-bottom: 20px;
  font-size: 50px;
  color: #D14B62;
  font-family: song;
  font-weight: normal;
  text-align: center;
}

.container .content .yy {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .yy p {
  color: #D14B62;
  font-size: 22px;
  line-height: 30px;
}

.container .content h3 {
  font-size: 30px;
  color: #02648E;
  text-align: center;
  text-shadow: 1px 1px 0 white,  -1px 1px 0 white,  1px -1px 0 white,  -1px -1px 0 white;
}

.container .content .anniu {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 25px;
  width: 250px;
  height: 70px;
  background: url(../img/anniu_bg.png) center no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .anniu a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.container .content .ddd {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .ddd p {
  color: #D14B62;
  font-size: 16px;
  line-height: 30px;
  width: 85%;
  height: auto;
  text-align: center;
}

.container .content .ddd img {
  margin-top: 20px;
  width: 130px;
}
/*# sourceMappingURL=style.css.map */