@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 {
  background-color: #F8F8F9;
}
@media screen and (max-width: 767px) {
  section.top {
    padding-top: 134px;
  }
}
section.top header {
  margin-bottom: 114px;
}
@media screen and (max-width: 1023px) {
  section.top header {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 767px) {
  section.top header {
    margin-bottom: 0;
  }
}
section.top .pageHeadingEn {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  color: #C4AC78;
  font-size: 21px;
}
@media screen and (max-width: 1023px) {
  section.top .pageHeadingEn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.top .pageHeadingEn {
    font-size: 14px;
  }
}
section.top h1 {
  color: #6D707B;
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  section.top h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.top h1 {
    font-size: 26px;
  }
}
section.top .navButtons {
  margin-top: -8px;
}
section.top .navButtons .navButton {
  padding: 6px 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  section.top .navButtons .navButton {
    padding: 4px 0;
  }
}
section.top .navButtons .navButton > * {
  display: inline-block;
  vertical-align: middle;
}
section.top .navButtons .navButton .text {
  width: 167px;
  color: #6D707B;
  font-size: 16px;
}
section.top .navButtons .navButton .text:hover {
  color: #EE202E;
}
section.top .navButtons .navButton .text:hover ~ .icon > * {
  fill: #EE202E;
}
section.top .navButtons .navButton .text:hover ~ .icon rect {
  x: 0;
  width: 31.5px;
}
@media screen and (max-width: 767px) {
  section.top .navButtons .navButton .text {
    width: 127px;
    font-size: 14px;
  }
}
section.top .navButtons .navButton .icon {
  height: 5px;
  width: 32px;
}
section.top .navButtons .navButton .icon > * {
  fill: #383B43;
}
section.top .navButtons .navButton .icon rect {
  x: 11px;
  y: 2.25px;
  height: 0.5px;
  width: 20.5px;
  -webkit-transition: width 0.3s ease 0s, x 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s, x 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, x 0.3s ease 0s;
  transition: width 0.3s ease 0s, x 0.3s ease 0s;
}
section.top .navButtons .navButton:last-child {
  margin-bottom: 0;
}
section.top .subpageHeading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 104px;
}
@media screen and (max-width: 1023px) {
  section.top .subpageHeading {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 767px) {
  section.top .subpageHeading {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 44px;
  }
  section.top .subpageHeading .wrapper {
    margin-bottom: 26px;
  }
}
section.top .subpageHeading .backLink {
  font-size: 0;
  margin-bottom: 54px;
}
section.top .subpageHeading .backLink a {
  display: inline-block;
}
section.top .subpageHeading .backLink a:hover .text {
  color: #EE202E;
}
section.top .subpageHeading .backLink a > * {
  display: inline-block;
  vertical-align: middle;
}
section.top .subpageHeading .backLink a .icon {
  width: 16px;
  margin-right: 9px;
}
section.top .subpageHeading .backLink a .text {
  color: #6D707B;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section.top .subpageHeading .backLink a .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.top .subpageHeading .backLink {
    margin-bottom: 40px;
  }
}
section.top .subpageHeading .navButtons {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  section.top .subpageHeading .navButtons {
    margin-top: 0;
    margin-left: 0;
  }
  html.langEn section.top .subpageHeading .navButtons .navButton .text {
    width: 167px;
  }
}
section.top .banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 280px;
}
@media screen and (max-width: 767px) {
  section.top .banner {
    height: 150px;
  }
}

section.cases {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #F8F8F9;
}
@media screen and (max-width: 767px) {
  section.cases {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
section.cases h2 {
  margin-bottom: 40px;
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  section.cases h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.cases h2 {
    margin-bottom: 34px;
    font-size: 21px;
  }
}
section.cases .list {
  font-size: 0;
}
section.cases .list .item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-bottom: 48px;
  margin-right: 57px;
}
section.cases .list .item:hover .name {
  color: #EE202E;
}
section.cases .list .item:hover .image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  section.cases .list .item {
    width: 160px;
    margin-bottom: 34px;
    margin-right: 23px;
  }
  section.cases .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
section.cases .list .item .name {
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.cases .list .item .name {
    font-size: 14px;
  }
}
section.cases .list .item .separator {
  width: 37px;
  height: 1px;
  background: #DBCAA9;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  section.cases .list .item .separator {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.cases .list .item .separator {
    margin-bottom: 18px;
  }
}
section.cases .list .item .image {
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -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;
}
@media screen and (max-width: 767px) {
  section.cases .list .item .image {
    height: 96px;
  }
}
section.cases .list .item .name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  section.cases .list .item .name {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.cases .list .item .name {
    height: 60px;
    line-height: 17px;
    margin-bottom: 18px;
  }
}
section.cases .list .item .name::after {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  margin-top: 8px;
  background-color: #DBCAA9;
}
section.cases .list .item .separator {
  display: none;
}

section.partners {
  padding-top: 84px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  section.partners {
    padding-top: 60px;
    padding-bottom: 14px;
  }
}
section.partners .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid #999;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  section.partners .heading {
    margin-bottom: 34px;
  }
}
section.partners .heading h2 {
  color: #6D707B;
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  section.partners .heading h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.partners .heading h2 {
    font-size: 21px;
  }
}
section.partners .heading .viewMore {
  color: #6D707B;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.partners .heading .viewMore {
    font-size: 12px;
  }
}
section.partners .hospitals {
  margin-bottom: 22px;
}
section.partners .hospitals .list {
  font-size: 0;
}
section.partners .hospitals .list .item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-bottom: 48px;
  margin-right: 57px;
}
section.partners .hospitals .list .item:hover .name {
  color: #EE202E;
}
section.partners .hospitals .list .item:hover .image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  section.partners .hospitals .list .item {
    width: 160px;
    margin-bottom: 34px;
    margin-right: 23px;
  }
  section.partners .hospitals .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
section.partners .hospitals .list .item .name {
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.partners .hospitals .list .item .name {
    font-size: 14px;
  }
}
section.partners .hospitals .list .item .separator {
  width: 37px;
  height: 1px;
  background: #DBCAA9;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  section.partners .hospitals .list .item .separator {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.partners .hospitals .list .item .separator {
    margin-bottom: 18px;
  }
}
section.partners .hospitals .list .item .image {
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -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;
}
@media screen and (max-width: 767px) {
  section.partners .hospitals .list .item .image {
    height: 96px;
  }
}
section.partners .doctors .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
section.partners .doctors .list .item {
  width: 135px;
  margin-right: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 14px;
}
section.partners .doctors .list .item:hover .name {
  color: #EE202E;
}
@media screen and (min-width: 1024px) {
  section.partners .doctors .list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.partners .doctors .list .item {
    margin-right: 54px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  section.partners .doctors .list .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.partners .doctors .list .item {
    margin-right: 73px;
  }
  section.partners .doctors .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
section.partners .doctors .list .item .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 135px;
  margin-bottom: 14px;
  border-radius: 50%;
}
section.partners .doctors .list .item .name {
  display: inline-block;
  color: #383B43;
}
section.partners .doctors .list .item .info {
  margin-top: 4px;
  color: #B3B3B3;
  font-size: 13px;
}
section.partners .doctors .list .item .hospital {
  margin-top: 12px;
  color: #6D707B;
}
@media screen and (min-width: 1024px) {
  section.partners .doctors .list .item:nth-of-type(3n) {
    margin-right: 60px;
  }
  section.partners .doctors .list .item:nth-of-type(5n) {
    margin-right: 0;
  }
}

section.top .banner {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/clinical-trial-banner.jpg?v2");
}

section.data {
  padding-top: 58px;
  padding-bottom: 102px;
}
@media screen and (max-width: 767px) {
  section.data {
    padding-top: 40px;
    padding-bottom: 58px;
  }
}
section.data .content {
  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) {
  section.data .content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.data .content .tables {
    margin-bottom: 70px;
  }
}
section.data .content .tables h2 {
  margin-bottom: 14px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.data .content .tables h2 {
    font-size: 16px;
  }
}
section.data .content .tables h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 10px;
  background-color: #DBCAA9;
}
section.data .content .tables table {
  width: 400px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  section.data .content .tables table {
    width: 100%;
  }
}
section.data .content .tables table.top {
  margin-bottom: 28px;
}
section.data .content .tables table thead {
  background-color: #EE202E;
}
section.data .content .tables table tbody {
  background-color: #F8F8F9;
}
section.data .content .tables table th, section.data .content .tables table td {
  width: 25%;
  height: 40px;
  padding: 6px;
  border: 1px solid #FFF;
  text-align: center;
  font-size: 12px;
}
section.data .content .tables table th {
  color: #FFF;
  font-weight: 300;
}
section.data .content .sideForm {
  width: 290px;
}
section.data .content .sideForm h2 {
  padding-bottom: 22px;
  border-bottom: 1px solid #EE202E;
  margin-bottom: 36px;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  section.data .content .sideForm h2 {
    padding-bottom: 24px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  section.data .content .sideForm h2 {
    margin-bottom: 38px;
    font-size: 18px;
  }
}
section.data .content .sideForm form input, section.data .content .sideForm form textarea {
  display: block;
  width: 100%;
  border-color: #E4E5E6;
}
section.data .content .sideForm form input:focus, section.data .content .sideForm form textarea:focus {
  border-color: #EE202E;
}
section.data .content .sideForm form input {
  height: 40px;
  margin-bottom: 26px;
}
section.data .content .sideForm form input[type=submit] {
  width: 180px;
  padding: 0 0 0 2px;
  border: 0;
  margin-bottom: 0;
  background: #EE202E;
  color: white;
  font-weight: 400;
  letter-spacing: 2px;
  cursor: pointer;
}
section.data .content .sideForm form input[type=submit]:hover {
  background: #C4AC78;
}
@media screen and (max-width: 767px) {
  section.data .content .sideForm form input {
    height: 32px;
    margin-bottom: 36px;
  }
  section.data .content .sideForm form input[type=submit] {
    width: 140px;
  }
}
section.data .content .sideForm form textarea {
  height: 146px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.data .content .sideForm form textarea {
    height: 116px;
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 1023px) {
  section.data .content .sideForm {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  section.data .content .sideForm {
    width: 100%;
  }
}
section.data .content .sideForm h2 {
  font-size: 14px;
}

section.article {
  padding-top: 38px;
  padding-bottom: 30px;
  background-color: #F8F8F9;
}
section.article .container {
  max-width: 650px;
}
section.article h2 {
  margin-bottom: 6px;
  font-size: 18px;
}
section.article .author {
  color: #C4AC78;
  font-size: 14px;
}
section.article h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
section.article p {
  margin-bottom: 20px;
  font-size: 14px;
}
section.article img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
