@charset "UTF-8";
.hidden {
  display: none !important;
}

.lineBreakTillMobile {
  display: inline;
}
@media screen and (max-width: 767px) {
  .lineBreakTillMobile {
    display: none;
  }
}

.lineBreakFromTablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lineBreakFromTablet {
    display: inline;
  }
}

html, body, h1, h2, h3, h4, h5, h6, p, button, input {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #4D4D4D;
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

body {
  min-width: 375px;
}

* {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

textarea {
  resize: none;
}

.content {
  position: relative;
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .content {
    width: 704px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    width: 343px;
  }
}

h1 {
  font-size: 48px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

.viewMore {
  display: inline-block;
  font-size: 0;
}
.viewMore:hover .icon {
  background-image: url("https://yongle-plaza-binary.oss-cn-shanghai.aliyuncs.com/icon/chevron-with-border-reversed.png");
}
.viewMore span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .viewMore span {
    margin-right: 12px;
    font-size: 12px;
  }
}
.viewMore .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://yongle-plaza-binary.oss-cn-shanghai.aliyuncs.com/icon/chevron-with-border.png");
}
@media screen and (max-width: 1023px) {
  .viewMore .icon {
    width: 24px;
    height: 16px;
  }
}

header {
  height: 121px;
  border-bottom: 1px solid #AEAEAE;
}
header .logo {
  height: 40px;
  margin-top: 40px;
}
header #menuButton {
  position: absolute;
  top: 53px;
  right: 0;
  font-size: 0;
  cursor: pointer;
}
header #menuButton .text {
  vertical-align: middle;
  line-height: 1em;
  margin-right: 16px;
  color: #2F3338;
  font-size: 14px;
}
header #menuButton .menuHandle {
  display: inline-block;
  vertical-align: middle;
}
header #menuButton .menuHandle .line {
  height: 2px;
  width: 20px;
  background: #2F3338;
}
header #menuButton .menuHandle .line.middle {
  margin: 3px 0;
}
header.white #menuButton .text {
  color: white;
}
header.white #menuButton .menuHandle .line {
  background: white;
}
header #menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -218px;
  z-index: 100;
  width: 218px;
  padding: 48px 32px;
  background: #E00012;
  text-align: right;
  font-size: 0;
  -webkit-transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
}
header #menu.show {
  visibility: visible;
  right: 0;
}
header #menu #closeButton {
  height: 24px;
  cursor: pointer;
}
header #menu .separator {
  height: 1px;
  background: white;
  margin-top: 48px;
  margin-bottom: 29px;
}
header #menu a {
  display: inline-block;
  margin-top: 22px;
  color: white;
  font-size: 14px;
}
header #menu a.first {
  margin-top: 0;
}

footer {
  background: #333333;
  font-size: 0;
}
footer .main {
  padding-top: 62px;
  margin-bottom: 79px;
}
footer .main .info {
  display: inline-block;
  vertical-align: bottom;
  width: 596px;
  color: #E1E1E1;
  font-weight: 300;
}
footer .main .info .logo {
  width: 100px;
  margin-bottom: 38px;
}
footer .main .info .phone {
  margin-bottom: 13px;
  font-size: 24px;
}
footer .main .info .address {
  margin-bottom: 33px;
  font-size: 16px;
}
footer .main .info .locationLink {
  display: block;
  width: 70px;
  padding-bottom: 3px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
  color: #E1E1E1;
  font-size: 16px;
  white-space: nowrap;
}
footer .main .info #wechatIcon {
  display: inline-block;
  position: relative;
}
footer .main .info #wechatIcon.showCode .qrCode {
  display: block;
}
footer .main .info #wechatIcon img {
  width: 19px;
}
footer .main .info #wechatIcon .qrCode {
  display: none;
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100px;
}
footer .main .links {
  display: inline-block;
  vertical-align: bottom;
}
footer .main .links .wrapper {
  display: inline-block;
  vertical-align: top;
}
footer .main .links .wrapper.right {
  margin-left: 60px;
}
footer .main .links .wrapper a {
  display: inline-block;
  margin-top: 13px;
  color: #E1E1E1;
  font-size: 16px;
  font-weight: 300;
}
footer .bottom {
  padding-bottom: 60px;
  color: #C3C4C5;
  font-weight: 200;
}
footer .bottom .copyright {
  display: inline-block;
  vertical-align: middle;
  width: 596px;
  font-size: 10px;
}
footer .bottom .creator {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}
footer .bottom .creator a {
  color: #C3C4C5;
}
@media screen and (max-width: 1023px) {
  footer .main .info, footer .bottom .copyright {
    width: 466px;
  }
}
@media screen and (max-width: 767px) {
  footer .main {
    margin-bottom: 33px;
  }
  footer .main .info {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  footer .main .links {
    display: block;
  }
  footer .main .links .wrapper {
    display: block;
  }
  footer .main .links .wrapper.right {
    margin-left: 0;
  }
  footer .main .links .wrapper a {
    width: 20%;
    margin-top: 10px;
    font-size: 14px;
  }
  footer .bottom {
    padding-bottom: 27px;
  }
  footer .bottom .copyright, footer .bottom .creator {
    width: 50%;
  }
  footer .bottom .creator {
    text-align: right;
  }
}

section.main {
  padding-top: 86px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  section.main {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}
section.main .headingWrapper {
  margin-bottom: 44px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  section.main .headingWrapper {
    margin-bottom: 28px;
  }
}
section.main .headingWrapper > * {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section.main .headingWrapper > * {
    display: block;
  }
}
section.main .headingWrapper h1 {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  section.main .headingWrapper h1 {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  section.main .headingWrapper h1 {
    width: auto;
    margin-bottom: 36px;
    font-size: 24px;
  }
}
section.main .headingWrapper .floorSwitch {
  width: 660px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  section.main .headingWrapper .floorSwitch {
    width: 504px;
  }
}
@media screen and (max-width: 767px) {
  section.main .headingWrapper .floorSwitch {
    width: auto;
    text-align: left;
  }
}
section.main .headingWrapper .floorSwitch .link {
  margin-left: 56px;
  font-size: 18px;
  font-weight: 300;
}
section.main .headingWrapper .floorSwitch .link:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  section.main .headingWrapper .floorSwitch .link {
    margin-left: 40px;
    font-size: 16px;
  }
}
section.main .headingWrapper .floorSwitch .link.current {
  font-weight: 700;
}
section.main .theme {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  section.main .theme {
    font-size: 16px;
  }
}
section.main .plan {
  display: block;
  width: 100%;
}

section.introduction {
  padding-top: 58px;
  padding-bottom: 64px;
  background: #FAFAFA;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.introduction {
    padding-top: 28px;
    padding-bottom: 32px;
  }
}
section.introduction .text {
  line-height: 1.6;
  color: #C2AD94;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  section.introduction .text {
    font-size: 16px;
  }
}
section.introduction .logos {
  margin-top: 68px;
  margin-bottom: 64px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  section.introduction .logos {
    margin-top: 36px;
    margin-bottom: 32px;
  }
}
section.introduction .logos .logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 86px;
  height: 86px;
  margin: 8px 13px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  section.introduction .logos .logo {
    width: 60px;
    height: 60px;
    margin: 4px;
  }
}
section.introduction .image {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.introduction .image {
    margin-top: 26px;
  }
}
