
* {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

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;
  font-family: Roboto, "Noto Sans CJK SC", "Source Han Sans CN", "Hiragino Sans GB", "冬青黑体", STHeiti, "华文黑体", "Microsoft YaHei", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

html.en {
  font-family: Roboto, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
  min-width: 375px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1024px) {
  body {
    min-width: 1024px;
  }
}

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

noscript {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: white;
  text-align: center;
  font-weight: bold;
  font-family: serif;
  color: #E60012;
}

::-webkit-input-placeholder {
  color: #9E9E9F;
}

::-moz-placeholder {
  color: #9E9E9F;
}

:-moz-placeholder {
  color: #9E9E9F;
}

:-ms-input-placeholder {
  color: #9E9E9F;
}

#container {
  position: relative;
  display: block;
  left: 0;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
#container.aside {
  left: -307px;
}

.storey {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.storey .background-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 343px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .content-wrapper {
    overflow: visible;
    width: 960px;
  }
}
.content-wrapper.fullHeight {
  height: 100%;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hiddenForDesktop {
    display: none !important;
  }
}

.hiddenTillDesktop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .hiddenTillDesktop {
    display: block !important;
  }
  .hiddenTillDesktop.inline {
    display: inline !important;
  }
  .hiddenTillDesktop.inlineBlock {
    display: inline-block !important;
  }
}

.visibilityHidden {
  visibility: hidden;
}

.opacity0 {
  opacity: 0;
}

.transition05s {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.transitionOpacityVisibility05s {
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
}


#mobile-menu {
  position: fixed;
  z-index: 0;
  display: block;
  width: 307px;
  height: 100%;
  right: -307px;
  top: 0;
  background-color: #3A3A3A;
  -webkit-transition: right 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s;
  -ms-transition: right 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s;
  transition: right 0.5s ease 0s;
}
#mobile-menu.show {
  right: 0;
}
@media screen and (min-width: 1024px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .logo {
  height: 40px;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#mobile-menu .entry {
  display: block;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
  color: white;
  font-size: 16px;
}
#mobile-menu .entry.on {
  color: #E20054;
}

.motto {
  position: absolute;
  left: -2px;
  bottom: 40px;
  line-height: 1.4;
  font-size: 28px;
  color: #B3B3B4;
}
.motto.smaller {
  font-size: 19px;
}
#carousel .motto, .motto.brighter {
  left: 0;
  bottom: 40px;
  color: #F2F2F2;
}
@media screen and (min-width: 1024px) {
  #carousel .motto, .motto.brighter {
    left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .motto {
    bottom: 80px;
    font-size: 32px;
  }
  .motto.smaller {
    font-size: 28px;
  }
}
.motto .keyword {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .motto .keyword {
    font-size: 40px;
  }
}
.motto .highlight {
  color: #E20054;
}

.caption {
  position: relative;
  line-height: 38px;
  font-size: 24px;
  color: #595757;
}
@media screen and (min-width: 1024px) {
  .caption {
    font-size: 32px;
  }
}
.caption .bottom-separator {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 70px;
  height: 0;
  margin-left: -35px;
  border-bottom: 2px solid #E20054;
}
.caption .bottom-separator.at-left {
  left: 0;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .caption .bottom-separator.atLeftOnlyOnDesktop {
    left: 0;
    margin-left: 0;
  }
}
.caption .bottom-separator.lower {
  bottom: -20px;
}

.article-wrapper {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .article-wrapper {
    padding-top: 150px;
  }
  .article-wrapper.largerBottomPadding {
    padding-bottom: 200px;
  }
}
.article-wrapper .back-link {
  display: inline-block;
  vertical-align: baseline;
  color: #595757;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .back-link {
    font-size: 16px;
  }
}
.article-wrapper .back-link .icon {
  display: inline-block;
  vertical-align: baseline;
  height: 0.8em;
  margin-right: 12px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.article-wrapper h1 {
  margin: 30px 0 8px 0;
  color: #595757;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .article-wrapper h1 {
    width: 650px;
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.article-wrapper .title-deco {
  width: 70px;
  height: 1px;
  background-color: #E20054;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .title-deco {
    height: 2px;
  }
}
.article-wrapper #article {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article {
    width: 650px;
    font-size: 16px;
  }
}
.article-wrapper #article h2 {
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article h2 {
    font-size: 16px;
  }
}
.article-wrapper #article .underlined {
  text-decoration: underline;
}

.brand-logo-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .brand-logo-wrapper {
    width: 150px;
    height: 150px;
  }
  .brand-logo-wrapper.monochrome img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.monochrome img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .brand-logo-wrapper.dim img {
    opacity: 0.7;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.dim img:hover {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
}
.brand-logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.storey.contact {
  background-color: #595757;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: top;
  letter-spacing: 2px;
}
.storey.contact .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}
.storey.contact #contact-info {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 48px 0 30px 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info {
    width: 600px;
  }
}
.storey.contact #contact-info .title {
  color: #F2F2F2;
  font-size: 32px;
  font-weight: 400;
}
.storey.contact #contact-info .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  margin-top: 32px;
  margin-right: 32px;
  color: #F2F2F2;
  font-size: 0;
}
.storey.contact #contact-info .item.wechat {
  cursor: pointer;
}
.storey.contact #contact-info .item.wechat .icon {
  margin-right: 0;
}
.storey.contact #contact-info .item.wechat .popupQR {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 0;
  width: 100%;
  top: 80px;
  bottom: 0;
  line-height: normal;
  font-size: 0;
}
.storey.contact #contact-info .item.wechat .popupQR.show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .item.wechat .popupQR {
    position: absolute;
    left: 50%;
    bottom: 150%;
    top: auto;
    width: 322px;
    margin-left: -161px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  }
}
.storey.contact #contact-info .item.wechat .popupQR img {
  width: 100%;
}
.storey.contact #contact-info .item.wechat .popupQR .triangle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .item.wechat .popupQR .triangle {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -21px;
    width: 0;
    height: 0;
    margin-left: -18px;
    border-style: solid;
    border-width: 22px 18px 0 18px;
    border-color: white transparent transparent transparent;
  }
}
.storey.contact #contact-info .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.storey.contact #contact-info .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.storey.contact #contact-info .map {
  width: 230px;
  margin-top: 35px;
}
.storey.contact #contact-info .address {
  position: relative;
  margin-top: 20px;
  color: #F2F2F2;
  font-size: 14px;
  letter-spacing: 1px;
}
.storey.contact #contact-form {
  display: block;
  width: 272px;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-form {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 128px 0 30px 0;
  }
}
.storey.contact #contact-form input, .storey.contact #contact-form textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: 2px;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  outline: none;
}
.storey.contact #contact-form input {
  height: 36px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.storey.contact #contact-form textarea {
  height: 160px;
  padding: 10px 15px;
  resize: none;
}
.storey.contact #contact-form #contactSubmitWrapper {
  text-align: right;
}
.storey.contact #contact-form #contactSubmitWrapper #contact-submit {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  color: #F2F2F2;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
}

#footer {
  overflow: hidden;
  line-height: 40px;
  background-color: #11172F;
}
#footer .icon, #footer .link {
  display: inline-block;
  vertical-align: middle;
}
#footer .icon {
  height: 20px;
  margin-right: 5px;
}
#footer .link {
  margin-right: 10px;
  color: #F2F2F2;
  font-size: 12px;
  font-weight: 300;
}
#footer .link:last-of-type {
  margin-right: 0;
}

.storey.digitalEcoPartner {
  padding: 40px 0 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: 90%;
  text-align: center;
}
.storey.digitalEcoPartner.withoutCaption {
  padding-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner {
    padding-top: 50px;
  }
  .storey.digitalEcoPartner.withoutCaption {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.storey.digitalEcoPartner .background-mask {
  background-color: rgba(17, 23, 47, 0.65);
}
.storey.digitalEcoPartner .content-wrapper .caption {
  color: white;
}
.storey.digitalEcoPartner .content-wrapper .graph {
  height: 326px;
  margin-top: 50px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .graph {
    height: 540px;
    margin-top: 20px;
    margin-left: 330px;
  }
}
.storey.digitalEcoPartner .content-wrapper .sPivot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .sPivot {
    bottom: 20px;
    width: 100px;
  }
}

.storey.slogan {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.slogan {
    height: 380px;
  }
}
.storey.slogan .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}

.storey.digitalEcoPartner .content-wrapper .graph {
  margin-top: 30px;
}

.storey.strategy-digital-centre {
  overflow: hidden;
  padding-bottom: 60px !important;
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-23.jpg);
}
.storey.strategy-digital-centre .background-mask {
  background-color: rgba(17, 23, 47, 0.8);
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .caption .bottom-separator {
    bottom: -30px;
  }
}
.storey.strategy-digital-centre .slogan {
  margin-top: 35px !important;
  font-size: 16px !important;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .slogan {
    margin-top: 70px !important;
    font-size: 18px !important;
  }
}
.storey.strategy-digital-centre .know-more {
  display: inline-block;
  margin-top: 15px;
  padding: 3px 18px;
  background-color: #EB1854;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre .know-more {
    margin-top: 20px;
    padding: 2px 14px;
    font-size: 18px;
  }
}
.storey.strategy-digital-centre .know-more .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  height: 18px;
  margin-left: 3px;
}
.storey.strategy-digital-centre img.content {
  position: relative;
  left: -20%;
  width: 140%;
  margin-top: 10px;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .storey.strategy-digital-centre img.content {
    left: 0;
    width: 100%;
    margin-top: -170px;
  }
}

.storey.central {
  overflow: hidden;
  padding: 40px 0 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.central {
    padding-top: 70px;
  }
}
.storey.central.strategicAndDigital .background-mask {
  background-color: rgba(226, 0, 84, 0.9);
}
.storey.central.marketing .background-mask {
  background-color: rgba(25, 44, 104, 0.95);
}
.storey.central.operational .background-mask {
  background-color: rgba(226, 0, 84, 0.9);
}
.storey.central .largeBackgroundIcon {
  position: absolute;
  right: -66px;
  bottom: 0;
  height: 50%;
}


.storey.channels {
  overflow: hidden;
  padding: 40px 0 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.channels {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.storey.channels .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.storey.channels .caption {
  text-align: center;
}
.storey.channels .channel-cat-wrapper {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.storey.channels .channel-cat-wrapper .channel-cat {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  margin: 0 14px 20px 14px;
  cursor: pointer;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .icon {
  display: none;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .icon.on {
  display: block;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .indicator {
  display: block;
}
.storey.channels .channel-cat-wrapper .channel-cat.on .title, .storey.channels .channel-cat-wrapper .channel-cat:hover .title {
  color: #E20054;
}
.storey.channels .channel-cat-wrapper .channel-cat .icon {
  display: block;
  width: 40px;
  height: 40px;
}
.storey.channels .channel-cat-wrapper .channel-cat .icon.on {
  display: none;
}
.storey.channels .channel-cat-wrapper .channel-cat .title {
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  margin-left: -20px;
  color: #595757;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
html.en .storey.channels .channel-cat-wrapper .channel-cat .title {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .storey.channels .channel-cat-wrapper .channel-cat .title {
    width: 120px;
    margin-left: -40px;
    font-size: 21px;
  }
  html.en .storey.channels .channel-cat-wrapper .channel-cat .title {
    font-size: 19px;
  }
}
.storey.channels .channel-cat-wrapper .channel-cat .indicator {
  display: none;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #E60012;
}
.storey.channels .channel-wrapper {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 0;
  text-align: center;
}
.storey.channels .channel-wrapper .channel {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  height: 114px;
}
@media screen and (min-width: 1024px) {
  .storey.channels .channel-wrapper .channel {
    width: 140px;
    height: 140px;
    margin: 10px 15px;
  }
}
.storey.channels .channel-wrapper .channel img {
  width: 100%;
}

#storey-service-intro {
  padding: 50px 0 30px 0;
  background-color: #F7F7F7;
}
#storey-service-intro .text.outer {
  line-height: 28px;
  color: #595757;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #storey-service-intro .text.outer {
    font-size: 16px;
    text-align: left;
  }
}