@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url(/binary/font/Century-Gothic.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Century Gothic";
  src: url(/binary/font/Century-Gothic-Bold.ttf);
  font-weight: 700;
}
.hidden {
  display: none !important;
}

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

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

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

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

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

html {
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
  -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: #383B43;
  font-weight: 300;
}
html.langEn {
  font-family: "SF Pro Text", Helvetica, Arial, sans-serif;
}

body {
  min-width: 375px;
}

* {
  box-sizing: inherit;
  font-family: inherit;
}

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

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

.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;
  }
}

noscript {
  display: block;
  padding: 40px 0;
  background: #DBCAA9;
  text-align: center;
  font-size: 16px;
}
noscript strong {
  color: #EE202E;
}
@media screen and (max-width: 767px) {
  noscript {
    padding: 35px 0;
    margin-top: 60px;
    font-size: 14px;
  }
}

form input, form textarea {
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #6D707B;
  border-radius: 0;
  margin: 0;
  outline: none;
  background: transparent;
  color: #6D707B;
  font-size: 16px;
  -webkit-appearance: none;
}
form input:focus, form textarea:focus {
  border-color: #EE202E;
}
@media screen and (max-width: 767px) {
  form input, form textarea {
    font-size: 14px;
  }
}
form input[type=radio] {
  -webkit-appearance: radio;
}
form input[type=submit].sending {
  background: #6D707B !important;
  cursor: not-allowed !important;
}
form textarea {
  overflow: auto;
  resize: none;
}
form ::-webkit-input-placeholder {
  color: #B3B3B3;
}
form ::-moz-placeholder {
  color: #B3B3B3;
}
form :-moz-placeholder {
  color: #B3B3B3;
}
form :-ms-input-placeholder {
  color: #B3B3B3 !important;
}

header {
  padding-top: 18px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  header {
    display: none !important;
  }
}
header .logo {
  width: 150px;
}
header .logo.art {
  width: 105px;
}

.langSwitch {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 28px;
  right: 16px;
  z-index: 100;
  color: #383B43;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .langSwitch.tillTablet {
    display: none !important;
  }
}
html.langEn .langSwitch {
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

#menuButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 100;
  height: 60px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  #menuButtons {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    width: 100%;
    padding-left: 15px;
    background: #F8F8F9;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #menuButtons.white {
    background: transparent;
    color: white;
  }
  #menuButtons.white .buttonWrapper .button#openNav {
    background: transparent;
  }
  #menuButtons.white .buttonWrapper .button#openNav .circle {
    border-color: white;
  }
  #menuButtons.white .buttonWrapper .button.dial {
    background: transparent;
  }
}
#menuButtons .logo {
  display: none;
  height: 34px;
}
@media screen and (max-width: 767px) {
  #menuButtons .logo {
    display: block;
  }
}
#menuButtons .buttonWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
}
#menuButtons .buttonWrapper .button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-transition: height 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
#menuButtons .buttonWrapper .button:hover {
  height: 60px;
}
#menuButtons .buttonWrapper .button#openContact {
  width: 120px;
  padding-left: 3px;
  background: #DBCAA9;
}
@media screen and (max-width: 767px) {
  #menuButtons .buttonWrapper .button#openContact {
    display: none !important;
  }
}
#menuButtons .buttonWrapper .button#openNav {
  width: 90px;
  background: #F8F8F9;
}
#menuButtons .buttonWrapper .button#openNav .circle {
  height: 16px;
  width: 16px;
  border: 1px solid #383B43;
  border-radius: 50%;
  margin-left: 6px;
}
#menuButtons .buttonWrapper .button.dial {
  display: none;
}
html.langEn #menuButtons .buttonWrapper .button {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #menuButtons .buttonWrapper .button {
    height: 100%;
    font-size: 14px;
  }
  #menuButtons .buttonWrapper .button:hover {
    height: 100%;
  }
  #menuButtons .buttonWrapper .button#openNav {
    width: 96px;
  }
  #menuButtons .buttonWrapper .button#openNav .circle {
    height: 15px;
    width: 15px;
  }
  #menuButtons .buttonWrapper .button.dial {
    display: -webkit-flex;
    display: flex;
    width: 60px;
    background: #DBCAA9;
  }
  #menuButtons .buttonWrapper .button.dial .icon {
    width: 19px;
  }
}

#navMenu .phone, #contactMenu .phone, footer .phone {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 31px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone, #contactMenu .phone, footer .phone {
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone, #contactMenu .phone, footer .phone {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
}
#navMenu .phone .text, #contactMenu .phone .text, footer .phone .text {
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 4px;
}
html.langEn #navMenu .phone .text, html.langEn #contactMenu .phone .text, html.langEn footer .phone .text {
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone .text, #contactMenu .phone .text, footer .phone .text {
    line-height: 1.5;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone .text, #contactMenu .phone .text, footer .phone .text {
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 18px;
    letter-spacing: 2px;
  }
}
#navMenu .phone .number, #contactMenu .phone .number, footer .phone .number {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 610px;
  line-height: 31px;
  margin-left: 20px;
  font-size: 21px;
  letter-spacing: 1px;
}
#navMenu .phone .number strong, #contactMenu .phone .number strong, footer .phone .number strong {
  font-size: 38px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone .number, #contactMenu .phone .number, footer .phone .number {
    width: 470px;
    line-height: 28px;
    font-size: 18px;
  }
  #navMenu .phone .number strong, #contactMenu .phone .number strong, footer .phone .number strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone .number, #contactMenu .phone .number, footer .phone .number {
    width: auto;
    line-height: 22px;
    margin-left: 0;
    font-size: 14px;
  }
  #navMenu .phone .number strong, #contactMenu .phone .number strong, footer .phone .number strong {
    font-size: 26px;
  }
}
#navMenu .form, #contactMenu .form, footer .form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #navMenu .form, #contactMenu .form, footer .form {
    display: block;
  }
}
#navMenu .form .text, #contactMenu .form .text, footer .form .text {
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 3px;
}
html.langEn #navMenu .form .text, html.langEn #contactMenu .form .text, html.langEn footer .form .text {
  letter-spacing: 0;
}
#navMenu .form .text .sub, #contactMenu .form .text .sub, footer .form .text .sub {
  color: #6D707B;
  font-size: 16px;
  letter-spacing: 5px;
}
html.langEn #navMenu .form .text .sub, html.langEn #contactMenu .form .text .sub, html.langEn footer .form .text .sub {
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .form .text, #contactMenu .form .text, footer .form .text {
    letter-spacing: 1px;
  }
  #navMenu .form .text .sub, #contactMenu .form .text .sub, footer .form .text .sub {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .form .text, #contactMenu .form .text, footer .form .text {
    line-height: 1.4;
    margin-bottom: 28px;
    text-align: center;
    font-size: 18px;
  }
  #navMenu .form .text .sub, #contactMenu .form .text .sub, footer .form .text .sub {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
#navMenu .form form, #contactMenu .form form, footer .form form {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #navMenu .form form, #contactMenu .form form, footer .form form {
    margin-left: 0;
  }
}
#navMenu .form form input, #contactMenu .form form input, footer .form form input {
  vertical-align: bottom;
  height: 40px;
  font-size: 16px;
}
#navMenu .form form input:not(:focus), #contactMenu .form form input:not(:focus), footer .form form input:not(:focus) {
  border-color: #B3B3B3;
}
#navMenu .form form input[name=name], #contactMenu .form form input[name=name], footer .form form input[name=name] {
  width: 186px;
  margin-bottom: 32px;
  margin-right: 20px;
}
#navMenu .form form input[name=contact], #contactMenu .form form input[name=contact], footer .form form input[name=contact] {
  width: 404px;
  margin-bottom: 32px;
}
#navMenu .form form input[name=message], #contactMenu .form form input[name=message], footer .form form input[name=message] {
  width: 490px;
  margin-right: 20px;
}
#navMenu .form form input[type=submit], #contactMenu .form form input[type=submit], footer .form form input[type=submit] {
  width: 100px;
  height: 32px;
  border: 0;
  background: #6D707B;
  color: white;
  cursor: pointer;
}
#navMenu .form form input[type=submit]:hover, #contactMenu .form form input[type=submit]:hover, footer .form form input[type=submit]:hover {
  background: #EE202E;
}
@media screen and (max-width: 1023px) {
  #navMenu .form form input[name=contact], #contactMenu .form form input[name=contact], footer .form form input[name=contact] {
    width: 264px;
  }
  #navMenu .form form input[name=message], #contactMenu .form form input[name=message], footer .form form input[name=message] {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .form form input, #contactMenu .form form input, footer .form form input {
    height: 30px;
    font-size: 14px;
  }
  #navMenu .form form input[name=name], #contactMenu .form form input[name=name], footer .form form input[name=name] {
    width: 128px;
    margin-bottom: 20px;
  }
  #navMenu .form form input[name=contact], #contactMenu .form form input[name=contact], footer .form form input[name=contact] {
    width: 195px;
    margin-bottom: 20px;
  }
  #navMenu .form form input[name=message], #contactMenu .form form input[name=message], footer .form form input[name=message] {
    width: 243px;
    margin-right: 20px;
  }
  #navMenu .form form input[type=submit], #contactMenu .form form input[type=submit], footer .form form input[type=submit] {
    width: 80px;
    height: 30px;
  }
}

#navMenu, #contactMenu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 300;
  height: 100%;
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
  -webkit-transition: left 0.8s ease 0s;
  -moz-transition: left 0.8s ease 0s;
  -o-transition: left 0.8s ease 0s;
  transition: left 0.8s ease 0s;
}
#navMenu.show, #contactMenu.show {
  left: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu, #contactMenu {
    padding-left: 42px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu, #contactMenu {
    padding-left: 0;
  }
}
#navMenu .content, #contactMenu .content {
  height: 100%;
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #navMenu .content, #contactMenu .content {
    width: 343px;
    padding-top: 21px;
  }
}
#navMenu .logo.toTablet, #contactMenu .logo.toTablet {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #navMenu .logo.toTablet, #contactMenu .logo.toTablet {
    display: none !important;
  }
}
#navMenu .logo.mobile, #contactMenu .logo.mobile {
  display: none;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 34px;
  margin-left: -17px;
}
@media screen and (max-width: 767px) {
  #navMenu .logo.mobile, #contactMenu .logo.mobile {
    display: block;
  }
}
#navMenu .closeButton, #contactMenu .closeButton {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  margin-top: -9px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #navMenu .closeButton, #contactMenu .closeButton {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 72px;
  }
}
#navMenu .ring, #contactMenu .ring {
  position: absolute;
  z-index: -1;
}
#navMenu .ring.left, #contactMenu .ring.left {
  bottom: -90px;
  left: 0;
  height: 1846px;
  width: 86.38%;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #C9E0E4;
  border-radius: 0 923px 923px 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .ring.left, #contactMenu .ring.left {
    bottom: -3px;
    height: 780px;
    width: 102%;
    border-radius: 0 0 780px 0;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .ring.left, #contactMenu .ring.left {
    bottom: -2px;
    height: 382px;
    width: 101%;
    border-radius: 0 0 382px 0;
  }
}
#navMenu .ring.right, #contactMenu .ring.right {
  bottom: -285px;
  right: -52px;
  height: 724px;
  width: 362px;
  border-width: 36px 0 0 36px;
  border-style: solid;
  border-color: #EE202E;
  border-radius: 362px 0 0 362px;
}
@media screen and (max-width: 1023px) {
  #navMenu .ring.right, #contactMenu .ring.right {
    height: 210px;
    width: 210px;
    bottom: 0;
    right: -4px;
    border-width: 20px 0 0 20px;
    border-radius: 210px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .ring.right, #contactMenu .ring.right {
    height: 104px;
    width: 104px;
    right: 0;
    border-width: 13px 0 0 13px;
    border-radius: 104px 0 0 0;
  }
}

#navMenu {
  background: #F8F8F9;
}
#navMenu .logo {
  margin-bottom: 62px;
}
#navMenu .langSwitch {
  display: none;
  position: absolute;
  top: 19px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #navMenu .langSwitch {
    display: block;
  }
}
#navMenu .links {
  padding-left: 100px;
  margin-bottom: 46px;
  font-size: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .links {
    padding-left: 74px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .links {
    padding-left: 0;
    margin-bottom: 37px;
  }
}
#navMenu .links .wrapper {
  display: inline-block;
  vertical-align: top;
}
#navMenu .links .wrapper.left {
  width: 270px;
}
@media screen and (max-width: 767px) {
  #navMenu .links .wrapper.left {
    width: 185px;
  }
}
#navMenu .links .wrapper a {
  display: inline-block;
  margin-bottom: 18px;
  color: #383B43;
  font-size: 26px;
}
#navMenu .links .wrapper a:hover {
  color: #EE202E !important;
}
#navMenu .links .wrapper a.gold {
  color: #C4AC78;
}
@media screen and (max-width: 767px) {
  #navMenu .links .wrapper a {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#navMenu .phone {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  border-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone {
    padding-left: 74px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone {
    padding-left: 0;
    text-align: left;
  }
}
#navMenu .phone .text {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 270px;
}
#navMenu .phone .number {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin-left: 0;
}

#contactMenu {
  background: #DBCAA9;
}
@media screen and (max-width: 767px) {
  #contactMenu {
    display: none !important;
  }
}
#contactMenu .logo {
  margin-bottom: 50px;
}
#contactMenu .contact {
  width: 924px;
  padding-left: 100px;
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact {
    width: 594px;
    padding-left: 74px;
  }
}
#contactMenu .contact .phone {
  border-color: #999;
}
#contactMenu .contact .phone .number {
  width: 520px;
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .phone .number {
    width: auto;
  }
}
#contactMenu .contact .form {
  margin-bottom: 97px;
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .form {
    display: block;
    margin-bottom: 91px;
  }
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .form .text {
    margin-bottom: 21px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .form form {
    margin-left: 0;
  }
}
#contactMenu .contact .form form input {
  color: #383B43;
}
#contactMenu .contact .form form input[name=contact] {
  width: 314px;
}
#contactMenu .contact .form form input[name=message] {
  width: 400px;
}
#contactMenu .contact .form form input[type=submit] {
  color: #FFF;
}
#contactMenu .contact .form form ::-webkit-input-placeholder {
  color: #6D707B;
}
#contactMenu .contact .form form ::-moz-placeholder {
  color: #6D707B;
}
#contactMenu .contact .form form :-moz-placeholder {
  color: #6D707B;
}
#contactMenu .contact .form form :-ms-input-placeholder {
  color: #6D707B !important;
}
#contactMenu .contact .location .name {
  margin-top: 32px;
  font-size: 23px;
}
#contactMenu .contact .location .address {
  font-size: 14px;
}

footer {
  font-size: 0;
}
footer .contact {
  padding-top: 44px;
  padding-bottom: 52px;
  background: #E6EFF1;
}
@media screen and (max-width: 1023px) {
  footer .contact {
    padding-top: 47px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  footer .contact {
    padding-top: 28px;
    padding-bottom: 43px;
  }
}
footer .siteMap {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #E4E5E6;
}
@media screen and (max-width: 767px) {
  footer .siteMap {
    padding-top: 28px;
    padding-bottom: 23px;
  }
}
footer .siteMap .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .siteMap .content {
    display: block;
    height: auto;
    text-align: center;
  }
}
footer .siteMap .content .logo {
  width: 160px;
}
@media screen and (max-width: 767px) {
  footer .siteMap .content .logo {
    margin-bottom: 24px;
  }
}
footer .siteMap .content .links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 610px;
}
@media screen and (max-width: 1023px) {
  footer .siteMap .content .links {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  footer .siteMap .content .links {
    width: 100%;
  }
}
html.langEn footer .siteMap .content .links {
  width: 700px;
}
@media screen and (max-width: 1023px) {
  html.langEn footer .siteMap .content .links {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  html.langEn footer .siteMap .content .links {
    width: 100%;
  }
}
footer .siteMap .content .links .item {
  width: 20%;
  line-height: 2em;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  footer .siteMap .content .links .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .siteMap .content .links .item {
    width: 25%;
    font-size: 12px;
  }
}
html.langEn footer .siteMap .content .links .item {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  html.langEn footer .siteMap .content .links .item {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  html.langEn footer .siteMap .content .links .item {
    font-size: 10px;
  }
}
footer .siteMap .content .links .item a {
  color: #6D707B;
}
footer .siteMap .content .links .item a:hover {
  color: #EE202E !important;
}
footer .siteMap .content .links .item.gold a {
  color: #C4AC78;
}
footer .bottom {
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  footer .bottom {
    padding-top: 18px;
    padding-bottom: 12px;
    text-align: center;
  }
}
footer .bottom .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 767px) {
  footer .bottom .content {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: auto;
  }
}
footer .bottom .content .info, footer .bottom .content .info a {
  color: #6D707B;
  font-size: 12px;
  font-weight: 200;
}
@media screen and (max-width: 1023px) {
  footer .bottom .content .info, footer .bottom .content .info a {
    font-size: 10px;
  }
}
footer .bottom .content .icons {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  footer .bottom .content .icons {
    margin-bottom: 10px;
  }
}
footer .bottom .content .icons .icon {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 21px;
  margin-left: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .bottom .content .icons .icon.wechat {
  margin-left: 0;
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/wechat.png");
}
footer .bottom .content .icons .icon.weibo {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/weibo.png");
}
footer .bottom .content .icons .icon.email {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/email.png");
}
footer .bottom .content .icons .icon:hover.wechat {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/wechat-red.png");
}
footer .bottom .content .icons .icon:hover.weibo {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/weibo-red.png");
}
footer .bottom .content .icons .icon:hover.email {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/email-red.png");
}
footer .bottom .content .icons .icon.showCode .codeWrapper {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .bottom .content .icons .icon {
    height: 15px;
    width: 18px;
    margin-left: 21px;
  }
}
footer .bottom .content .icons .icon .codeWrapper {
  display: none;
  position: absolute;
  bottom: 22px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  footer .bottom .content .icons .icon .codeWrapper {
    bottom: 18px;
    right: 10px;
  }
}
footer .bottom .content .icons .icon .codeWrapper .code {
  width: 90px;
}
footer .bottom .content .icons .icon .codeWrapper .triangle {
  height: 0;
  width: 0;
  border-top: 8px solid white;
  border-left: 8px solid transparent;
  margin-left: auto;
}

#windowsMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.4);
}
#windowsMask.show {
  display: block;
}

#alert {
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#alert.show {
  display: -webkit-flex;
  display: flex;
}
#alert .window {
  position: relative;
  width: 480px;
  padding: 57px 48px 48px 48px;
  border-radius: 2px;
  background: white;
}
@media screen and (max-width: 767px) {
  #alert .window {
    width: 343px;
    padding: 40px 32px 32px 32px;
  }
}
#alert .window #alertMsg {
  margin-bottom: 38px;
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #alert .window #alertMsg {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
#alert .window #closeAlert {
  height: 40px;
  width: 120px;
  line-height: 40px;
  margin: auto;
  background: #EE202E;
  color: white;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#alert .window #closeAlert:hover {
  background: #C4AC78;
}
@media screen and (max-width: 767px) {
  #alert .window #closeAlert {
    height: 30px;
    width: 90px;
    line-height: 30px;
    font-size: 12px;
  }
}

section.top {
  height: 525px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/recruit-banner.jpg");
}
@media screen and (max-width: 1023px) {
  section.top {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  section.top {
    height: 200px;
    margin-top: 60px;
  }
}

section.main h2 {
  margin-top: 0;
  margin-bottom: 27px;
  color: #EE202E;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  section.main h2 {
    margin-bottom: 21px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  section.main h2 {
    margin-bottom: 18px;
    font-size: 18px;
  }
}
section.main p {
  line-height: 1.6em;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  section.main p {
    width: 533px;
  }
}
@media screen and (max-width: 767px) {
  section.main p {
    width: 100%;
    font-size: 12px;
  }
}
section.main .introduction {
  max-width: 1080px;
  padding-top: 55px;
  margin: -100px auto 37px auto;
  background: white;
}
@media screen and (max-width: 1023px) {
  section.main .introduction {
    padding-top: 43px;
    margin-top: 0;
    margin-bottom: 51px;
  }
}
@media screen and (max-width: 767px) {
  section.main .introduction {
    padding-top: 35px;
    margin-bottom: 46px;
  }
}
section.main .introduction .headingWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 38px;
}
@media screen and (max-width: 1023px) {
  section.main .introduction .headingWrapper {
    width: 533px;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  section.main .introduction .headingWrapper {
    width: 100%;
    margin-bottom: 49px;
  }
}
section.main .introduction .headingWrapper .pageHeadingEn {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  color: #C4AC78;
  font-size: 21px;
}
@media screen and (max-width: 1023px) {
  section.main .introduction .headingWrapper .pageHeadingEn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.main .introduction .headingWrapper .pageHeadingEn {
    font-size: 14px;
  }
}
section.main .introduction .headingWrapper h1 {
  color: #6D707B;
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  section.main .introduction .headingWrapper h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.main .introduction .headingWrapper h1 {
    font-size: 26px;
  }
}
section.main .introduction .headingWrapper #toPositions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
  padding: 0 32px;
  margin-bottom: 8px;
  background: #EE202E;
  cursor: pointer;
}
section.main .introduction .headingWrapper #toPositions:hover {
  background: #C4AC78;
}
@media screen and (max-width: 1023px) {
  section.main .introduction .headingWrapper #toPositions {
    padding: 0 21px;
  }
}
@media screen and (max-width: 767px) {
  section.main .introduction .headingWrapper #toPositions {
    height: 36px;
    padding: 0 12px;
    margin-bottom: 6px;
  }
}
section.main .introduction .headingWrapper #toPositions .text {
  margin-right: 15px;
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  section.main .introduction .headingWrapper #toPositions .text {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.main .introduction .headingWrapper #toPositions .text {
    margin-right: 6px;
    font-size: 14px;
  }
}
section.main .introduction .headingWrapper #toPositions .icon {
  width: 28px;
}
@media screen and (max-width: 767px) {
  section.main .introduction .headingWrapper #toPositions .icon {
    width: 23px;
  }
}
section.main .introductionContd {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1023px) {
  section.main .introductionContd {
    display: block;
  }
}
section.main .introductionContd .block {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.main .introductionContd .block.left {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/recruit-1.jpg?v2");
  text-align: right;
}
section.main .introductionContd .block.left .shader {
  padding-right: 40px;
}
section.main .introductionContd .block.left .shader .text {
  text-align: left;
}
section.main .introductionContd .block.right {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/recruit-2.jpg");
}
section.main .introductionContd .block.right .shader {
  padding-left: 40px;
}
section.main .introductionContd .block:hover .shader {
  background: rgba(228, 229, 230, 0.8);
}
@media screen and (max-width: 1023px) {
  section.main .introductionContd .block {
    width: 100%;
  }
  section.main .introductionContd .block.left {
    text-align: left;
  }
  section.main .introductionContd .block.left .shader {
    padding-right: 0;
  }
  section.main .introductionContd .block.right .shader {
    padding-left: 0;
  }
}
section.main .introductionContd .block .shader {
  height: 100%;
  padding-top: 55px;
  padding-bottom: 62px;
  background: rgba(250, 250, 250, 0.9);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media screen and (max-width: 1023px) {
  section.main .introductionContd .block .shader {
    padding-top: 42px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  section.main .introductionContd .block .shader {
    padding-top: 38px;
    padding-bottom: 41px;
  }
}
section.main .introductionContd .block .shader .text {
  display: inline-block;
  width: 440px;
}
@media screen and (max-width: 1023px) {
  section.main .introductionContd .block .shader .text {
    display: block;
    width: 704px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  section.main .introductionContd .block .shader .text {
    width: 343px;
  }
}
section.main #positions {
  padding-top: 18px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  section.main #positions {
    padding-top: 27px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  section.main #positions {
    padding-top: 9px;
    padding-bottom: 50px;
  }
}
section.main #positions .item {
  position: relative;
  padding-top: 43px;
  padding-bottom: 33px;
  border-bottom: 1px solid #C7C7C7;
}
section.main #positions .item.showDetail .summary .switchButton .text {
  display: none;
}
section.main #positions .item.showDetail .summary .switchButton .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
section.main #positions .item.showDetail .summary .hideDetail {
  display: block;
}
section.main #positions .item.showDetail .detail {
  display: block;
}
@media screen and (max-width: 1023px) {
  section.main #positions .item {
    padding-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  section.main #positions .item {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
section.main #positions .item .summary {
  position: relative;
  padding-right: 110px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .summary {
    padding-right: 100px;
  }
}
section.main #positions .item .summary .name {
  margin-bottom: 8px;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .summary .name {
    margin-bottom: 4px;
    font-size: 18px;
  }
}
section.main #positions .item .summary .location {
  color: #AEAEAE;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .summary .location {
    font-size: 14px;
  }
}
section.main #positions .item .summary .switchButton {
  display: inline-block;
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
section.main #positions .item .summary .switchButton:hover .text {
  color: #EE202E;
}
section.main #positions .item .summary .switchButton:hover .icon {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/arrow-with-border-red.png");
}
section.main #positions .item .summary .switchButton .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  color: #383B43;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .summary .switchButton .text {
    font-size: 14px;
  }
}
section.main #positions .item .summary .switchButton .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/arrow-with-border.png");
}
@media screen and (max-width: 767px) {
  section.main #positions .item .summary .switchButton .icon {
    height: 20px;
    width: 20px;
  }
}
section.main #positions .item .summary .switchButton .text {
  margin-right: 21px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .summary .switchButton .text {
    margin-right: 16px;
  }
}
section.main #positions .item .summary .switchButton .icon {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
section.main #positions .item .detail {
  display: none;
  position: relative;
  padding-top: 46px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .detail {
    padding-top: 51px;
    padding-bottom: 15px;
  }
}
section.main #positions .item .detail .title {
  margin-bottom: 11px;
  font-size: 14px;
}
section.main #positions .item .detail p {
  line-height: 1.8em;
  margin: 0;
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  section.main #positions .item .detail p {
    width: 100%;
  }
}
section.main #positions .item .detail .duty {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .detail .duty {
    margin-bottom: 23px;
  }
}
section.main #positions .item .detail .requisite {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .detail .requisite {
    margin-bottom: 71px;
  }
}
section.main #positions .item .detail .apply {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .detail .apply {
    display: block;
  }
}
section.main #positions .item .detail .apply .note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section.main #positions .item .detail .apply .note {
    margin-bottom: 29px;
    font-size: 12px;
  }
}
section.main #positions .item .detail .apply .button {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  padding-left: 2px;
  background-color: #EE202E;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
}
section.main #positions .item .detail .apply .button:hover {
  background-color: #DBCAA9;
}
