.layout-view {
  min-width: 1200px;
}
.layout-view .landing-layout__header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 4.167rem;
  background: linear-gradient(93deg, rgba(70, 92, 205, 0.64), rgba(153, 71, 255, 0.64));
  padding: 0 2.833rem;
  display: flex;
}
.layout-view .landing-layout__header .landing-header__logo {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 2.8rem;
}
.layout-view .landing-layout__header .landing-header__logo img {
  width: 6.292rem;
  height: 2.25rem;
}
.layout-view .landing-layout__header .landing-header__anticon {
  /* flex: 9; */
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-view .landing-layout__header .landing-header__anticon .menus {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16.66666667rem;
}
.layout-view .landing-layout__header .landing-header__anticon .menus > li {
  height: 100%;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.833rem;
}
.layout-view .landing-layout__header .landing-header__anticon .menus > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1rem;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .glyphicon-menu-down,
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .glyphicon-menu-up {
  color: #fff;
  font-size: 0.667rem;
  margin-left: 5px;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-box {
  position: absolute;
  top: 4.15rem;
  left: 0;
  right: 0;
  height: 12.625rem;
  background-color: #fff;
  display: none;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content {
  height: 12.625rem;
  display: flex;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .left-img {
  display: block;
  width: 21.708rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .left-img img {
  display: block;
  height: 100%;
  width: 100%;
  viewport-fit: cover;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .left-img p {
  width: 100%;
  position: absolute;
  left: 0;
  height: 3.333rem;
  line-height: 1.5;
  bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.667rem;
  background-color: rgba(54, 52, 52, 0.541);
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .left-img p span.text-right-icon {
  margin-left: 1.25rem;
  font-size: 0.833rem;
  color: #fff;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content {
  flex: 1;
  padding: 2.083rem 0;
  display: flex;
  align-items: center;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box:nth-of-type(1) {
  margin-left: 6vw;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box:not(:nth-last-child(1)) {
  margin-right: 6vw;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box h3 {
  font-size: 0.917rem;
  font-weight: 700;
  color: #6771ef;
  width: 8rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box h3 img {
  width: 1rem;
  vertical-align: middle;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box .intro-link-box {
  display: flex;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box .intro-link-box ul {
  margin-top: 0.5rem;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box .intro-link-box ul:not(:nth-last-child(1)) {
  padding-right: 5vw;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box .intro-link-box ul li {
  margin-bottom: 1.5rem;
}
.layout-view .landing-layout__header .landing-header__anticon .menus .open-drop-box .drop-content .right-link-content .link-box .intro-link-box ul li a {
  color: #020202;
  font-size: 0.792rem;
}
.layout-view .landing-layout__header .landing-header__anticon .contact {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.layout-view .landing-layout__header .landing-header__anticon .contact .landing-header__action__loginIcon {
  width: 1.583rem;
  height: 1.583rem;
  margin: 0;
  margin-right: 1.25rem;
  cursor: pointer;
  color: #fff;
}
.layout-view .landing-layout__header .landing-header__anticon .contact .landing-header__action__loginIcon img {
  width: 100%;
}
.layout-view .landing-layout__header .landing-header__anticon .contact .landing-header__action__btn {
  display: inline-block;
  padding: 0 1.5rem;
  height: 1.875rem;
  margin-right: 0.958rem;
  border-radius: 0.917rem;
  border: 1px solid #fcfcfd;
  line-height: 1.875rem;
  font-weight: 600;
  font-size: 0.833rem;
  color: #643aaa;
  font-family: CN Medium;
  text-align: center;
  cursor: pointer;
  background: #fcfcfd;
}
.layout-view .landing-layout__header .landing-header__anticon .contact .landing-header__action__tel {
  color: #fcfcfe;
  font-size: 1.208rem;
  display: inline;
  font-family: CN Regular;
  margin-right: 0rem;
}
.layout-view .landing-layout__footer {
  position: relative;
  width: 100%;
}
.layout-view .landing-layout__footer .landing-footer {
  width: 61.11111111rem;
  margin: auto;
  color: #535b6e;
  height: 19.083rem;
}
.layout-view .landing-layout__footer .landing-footer::after {
  content: "";
  background: url(../images/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention {
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_Left {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_Left h3 {
  color: #fff;
  margin-bottom: 0.725rem;
  font-size: 1.792rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_Left p {
  font-size: 0.833rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_Left .landing-footer__contact__convention_Left_logo {
  width: 10.4rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_Left .landing-footer__contact__convention_Left_tel {
  margin-top: 1.583rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_Left .landing-footer__contact__convention_Left_tel span {
  font-size: 0.75rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.2rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_right .landing-footer__contact__convention_right_qr {
  margin-right: 0.625rem;
  text-align: center;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_right .landing-footer__contact__convention_right_qr img {
  width: 5.625rem;
  vertical-align: baseline;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_right .landing-footer__contact__convention_right_qr h3 {
  color: #fff;
  font-size: 0.833rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__contact .landing-footer__contact__convention .landing-footer__contact__convention_right .landing-footer__contact__convention_right_qr:nth-child(1) {
  margin-right: 2.5rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp {
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp p {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-family: Source Han Sans CN;
  line-height: 0.75rem;
  margin-top: 0.583rem;
  color: #ababab;
  width: 100%;
  text-align: left;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp p img {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: bottom;
  margin-left: 10px;
  margin-top: 0;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp img {
  width: 103%;
  margin-top: 0.833rem;
  margin-left: -0.8rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp .landing-footer__corp__link {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  margin-top: 0.625rem;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp .landing-footer__corp__link li {
  margin-left: 24px;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp .landing-footer__corp__link li a {
  font-size: 0.75rem;
  color: inherit;
}
.layout-view .landing-layout__footer .landing-footer .landing-footer__corp .footer-record-wrap p {
  text-align: center;
}

.layout-view .landing-elevator-navigation {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1000;
}
.layout-view .landing-elevator-navigation .elevator-navigation-box .elevator-navigation-item {
  width: 4.2rem;
  height: 4rem;
  background: #7550c7;
  margin-top: 0.333rem;
  border-radius: 0.417rem;
}
.layout-view .landing-elevator-navigation .elevator-navigation-box .elevator-navigation-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.layout-view .landing-elevator-navigation .elevator-navigation-box .elevator-navigation-item > a img {
  width: 1.042rem;
}
.layout-view .landing-elevator-navigation .elevator-navigation-box .elevator-navigation-item > a span {
  margin-top: 0.417rem;
  font-size: 0.667rem;
  color: #fff;
}
.layout-view .landing-elevator-navigation .scan-follow-img {
  display: none;
  position: absolute;
  left: 5rem;
  top: 52%;
}
.layout-view .landing-elevator-navigation .scan-follow-img img {
  width: 10.625rem;
}
ins#nb_icon_wrap {
  display: none !important;
}
