﻿@charset "utf-8";
/* Reset Box Model */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

/* Remove List Styles */
ul,
ol {
  list-style: none;
}

/* Remove Default Margin and Padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
select,
option,
optgroup,
hr {
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

html {
  font-size: 100px;
}

/* Typography */
body {
  font-size: 16px;
  line-height: 1.5;
}

/* Images */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea {
  background: 0 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus {
  border: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0.5rem;
  text-align: left;
}

.contaion {
  width: 100%;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.wp {
  width: 14rem;
  margin: 0 auto;
}

.wp-oh {
  overflow: hidden;
}

.flex-1 {
  flex: 1;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e2e2e2;
}
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #333;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  overflow: visible;
  visibility: hidden;
  z-index: 1101;
  line-height: 1;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(95, 17, 18, 0.75);
}
.header .mask {
  background: url(../images/mask-bg.png) repeat-x 50% 0;
  background-size: 100% 100% !important;
  height: 2.05rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.header .header-content {
  position: relative;
  z-index: 10;
  padding: 0.43rem 0.18rem 0.32rem 0;
  display: flex;
}
.header .header-content .logo {
  margin: 0.06rem 0 0 0.33rem;
}
.header .header-content .logo img {
  width: 3.97rem;
  height: 0.64rem;
}
.header .header-content .nav-wrap {
  flex: 1;
  color: #fff;
}
.header .header-content .nav-wrap .links,
.header .header-content .nav-wrap .nav-cells {
  display: flex;
  justify-content: flex-end;
}
.header .header-content .nav-wrap .links {
  font-size: 0.14rem;
}
.header .header-content .nav-wrap .links a {
  color: #b59b5a;
}
.header .header-content .nav-wrap .nav-cells {
  font-size: 0.18rem;
  margin-top: 0.18rem;
}
.header .header-content .nav-wrap .nav-cells .nav-cell {
  position: relative;
  height: 0.18rem;
  padding-bottom: 0.06rem;
  box-sizing: content-box;
}
.header .header-content .nav-wrap .nav-cells .nav-cell + .nav-cell {
  margin-left: 0.42rem;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children {
  background-color: #fff;
  border-radius: 0.05rem;
  padding: 0 0;
  position: absolute;
  white-space: nowrap;
  top: 0.24rem;
  left: -0.17rem;
  z-index: -1000;
  opacity: 0;
  transform: translateY(0.16rem);
  transition: opacity 0.3s linear 0.2s, transform 0.3s linear 0.2s;
  pointer-events: none; /* 防止动画过程中误触发 */
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children a {
  color: #000;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child {
  position: relative;
  font-size: 0.16rem;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child + .nav-child {
  border-top: 0.01rem solid #adadad;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child .nav-title {
  padding: 0.17rem 0.2rem;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child .nav-children-2 {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 0.04rem;
  opacity: 0;
  transform: translateX(-0.16rem);
  transition: opacity 0.3s linear 0.2s, transform 0.3s linear 0.2s;
  pointer-events: none;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child .nav-children-2 .nav-children-2-cnt {
  background-color: #fff;
  border-radius: 5px;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child.active .nav-title-2 a {
  color: #c0a15a;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child.active .nav-children-2 {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}
.header .header-content .nav-wrap .nav-cells .nav-cell .nav-children .nav-child .nav-title-3:hover a {
  color: #c0a15a;
}
.header .header-content .nav-wrap .nav-cells .nav-cell.active .nav-title {
  color: #c0a15a;
  transition: color 0.3s ease 0.2s;
}
.header .header-content .nav-wrap .nav-cells .nav-cell.active .nav-children {
  pointer-events: auto;
  z-index: 102;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}
.header.active {
  visibility: visible;
}

.mobile-menu-toggle,
.mobile-menu-container {
  display: none;
}

.mobile-menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 1.01rem;
  height: 1.01rem;
  background-color: #c0a15a;
  z-index: 1102;
}
.mobile-menu-toggle .line {
  position: absolute;
  width: 0.7rem;
  height: 0.04rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -0.35rem;
  margin-top: -0.02rem;
  transition: all 0.2s ease-in-out;
}
.mobile-menu-toggle .line.line-1 {
  transform: translateY(-0.2rem);
}
.mobile-menu-toggle .line.line-3 {
  transform: translateY(0.2rem);
}
.mobile-menu-toggle.active .line.line-1 {
  transform: translateY(0rem) rotate(30deg);
  width: 0.8rem;
  margin-left: -0.4rem;
}
.mobile-menu-toggle.active .line.line-2 {
  opacity: 0;
}
.mobile-menu-toggle.active .line.line-3 {
  transform: translateY(0rem) rotate(-30deg);
  width: 0.8rem;
  margin-left: -0.4rem;
}

.mobile-menu-container {
  height: calc(100% - 1.05rem);
  position: fixed;
  top: 1.05rem;
  left: 0;
  width: 100%;
  background-color: #c0a15a;
  z-index: 120;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
.mobile-menu-container .mobile-menu-nav-cells {
  padding: 0 0.16rem;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell {
  background-color: transparent;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-title {
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-title i {
  display: block;
  height: 0.36rem;
  width: 0.36rem;
  background-color: blue;
  visibility: hidden;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-title i.visible {
  visibility: visible;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-title.nav-title-2 {
  padding-left: 0.32rem;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-title.nav-title-3 {
  padding-left: 0.64rem;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-children {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-children.active {
  height: auto;
  max-height: 3000px;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-children .nav-children-2 {
  background-color: transparent;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-children .nav-children-2 .nav-children-2-cnt {
  background-color: transparent;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-children .nav-children-2 .nav-children-2-cnt .nav-child {
  background-color: transparent;
}
.mobile-menu-container .mobile-menu-nav-cells .nav-cell .nav-children .nav-children-2 .nav-children-2-cnt .nav-child .nav-title.nav-title-3 {
  background-color: transparent;
}

.mobile-menu-toggle.active + .mobile-menu-container {
  transform: translateX(0);
}

.footer {
  position: relative;
  z-index: 100;
  height: 4.81rem;
  background: url(../images/footer-bg.jpg) 50% 0 no-repeat;
  color: #fff;
  font-weight: lighter;
}
.footer a {
  color: #fff;
}
.footer .footer-content {
  padding: 0.69rem 0.33rem 0;
}
.footer .footer-content .qrcode {
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.footer .footer-content .qrcode .qrcode-cell {
  text-align: center;
  float: left;
  margin-right: 0.21rem;
}
.footer .footer-content .qrcode .qrcode-cell img {
  margin-bottom: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
}
.footer .footer-content .qrcode .qrcode-cell h4 {
  font-size: 0.16rem;
  line-height: 1;
}
.footer .footer-content .contact-info ul li {
  font-size: 0.16rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.lcbody {
  height: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.lcbody .lcitem {
  width: 100%;
  height: 2px;
  position: absolute;
  transition: transform 0.36s ease;
  right: 0;
}
.lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}
.lcbody .top {
  top: 0;
}
.lcbody .center {
  display: block;
  top: 50%;
  margin-top: -0.015rem;
}
.lcbody .bottom {
  bottom: 0;
}
.lcbody:hover .lcitem.top .rect {
  animation: move 0.4s ease-in-out 1;
}
.lcbody:hover .lcitem.center .rect {
  animation: move 0.4s ease-in-out 0.1s 1;
}
.lcbody:hover .lcitem.bottom .rect {
  animation: move 0.4s ease-in-out 0.2s 1;
}
.lcbody.active .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%;
}
.lcbody.active .lcitem.center {
  opacity: 0;
}
.lcbody.active .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%;
}

@keyframes move {
  0% {
    right: 0;
  }
  40% {
    right: 0;
    width: 0;
  }
  60% {
    right: auto;
    width: 0%;
  }
  100% {
    right: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .header .top {
    background-color: darkcyan;
  }
}
@media only screen and (max-width: 1199px) {
  .header .top {
    background-color: chocolate;
  }
}
@media only screen and (max-width: 959px) {
  .header .top {
    background-color: blueviolet;
  }
}