* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  height: 100%;
}
body {
  margin: 0;
  transform-origin: 0 0;
}
#app {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}
@font-face {
  font-family: 'FZY3JW--GB1-0';
  src: url('../assets//FZY3JW.TTF');
}
.cx-header {
  height: 43.1rem;
  background: url('../assets/cx_header.jpg') center no-repeat;
  background-size: 1920px 100%;
  padding-left: calc(((100vw - 1440px) / 2) + 5.75rem);
  padding-top: 16rem;
  font-family: FZY3JW--GB1-0;
}
.cx-header h1 {
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
}
.cx-header h3 {
  margin-top: 1.5rem;
  font-size: 2rem;
  letter-spacing: 1.25rem;
  font-weight: 400;
}
.cx-main {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cx-main .cx-main-title {
  margin: 5rem 0 3.5rem;
  font-size: 2.5rem;
  color: #FF6300;
  font-weight: 400;
}
.cx-main .cx-main-content {
  margin: 6px 0;
  color: #666666;
}
.cx-main-desc {
  margin: 1px 0;
  color: #A5A5A5;
  font-size: 0.65rem;
}
.cx-main-culture {
  width: 100%;
  height: 37.5rem;
  margin-top: 5rem;
  padding-top: 10rem;
  background: url('../assets/corporate_culture.jpg') center no-repeat;
  background-size: 1920px 100%;
  text-align: center;
}
.cx-main-culture-title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 400;
}
.cx-main-culture-ul {
  list-style: none;
  margin-top: 3.12rem;
  padding-left: 0;
}
.cx-main-culture-li {
  display: inline-block;
  position: relative;
  width: 11.9rem;
  height: 11.9rem;
}
.cx-main-culture-li + .cx-main-culture-li {
  margin-left: 1.5rem;
}
.cx-main-culture-li-show {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cx-main-culture-li-show img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 2.5rem 0 1rem;
}
.cx-main-culture-li-show-title {
  font-size: 1.4rem;
}
.cx-main-culture-li-active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  text-align: left;
  background: #FF6300;
  opacity: 0;
  transition: opacity 0.5s;
}
.cx-main-culture-li-active-title {
  font-family: PingFangSC-Semibold;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1.5rem 0 1.12rem;
}
.cx-main-culture-li-active p {
  font-size: 0.87rem;
  line-height: 1.37rem;
}
.cx-main-culture-li:hover .cx-main-culture-li-active {
  opacity: 1;
}
.cx-main-product-ul {
  list-style: none;
  width: 60rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cx-main-product-li {
  position: relative;
  width: 18.5rem;
  height: 15rem;
  margin-bottom: 5rem;
  padding: 2rem 1.75rem;
  color: #222222;
  background: #FFFFFF;
  box-shadow: 0 10px 18px -4px rgba(170, 66, 0, 0.12);
}
.cx-main-product-li + .cx-main-product-li {
  margin-left: 14rem;
}
.cx-main-product-li::after {
  position: absolute;
  content: " ";
  right: -1rem;
  top: -1rem;
  z-index: -1;
  width: 18.5rem;
  height: 15rem;
  background-color: #FFE9DC;
}
.cx-main-product-li h3 {
  margin: 1.75rem 0 1.5rem;
  font-family: PingFangSC-Medium;
  font-size: 1rem;
  font-weight: 500;
}
.cx-main-product-li p {
  font-size: 0.87rem;
  margin: 0.5rem 0;
}
.cx-main-product-li-imgs {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cx-main-product-li-imgs-icon {
  width: 4rem;
  height: 4rem;
}
.cx-main-product-li-imgs-qrcode {
  width: 5rem;
  height: 5rem;
  margin-left: auto;
}
.cx-footer {
  height: 27.9rem;
  padding: 5rem calc((100vw - 1440px) / 2 + 19rem) 0;
  background: url('../assets/contact_us.jpg') center no-repeat;
  background-size: 1920px 100%;
  text-align: center;
}
.cx-footer-title {
  margin: 0 0 3.5rem;
  font-size: 2.5rem;
  font-weight: 400;
}
.cx-footer-container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.cx-footer-item {
  width: 10rem;
  text-align: left;
}
.cx-footer-item-phone {
  color: #FF6300;
}
.cx-footer-detail {
  margin: 4px 0;
  font-size: 0.63rem;
  text-align: left;
  opacity: 0.7;
}
.cx-footer-link {
  display: block;
  margin: 4px 0;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: left;
  font-size: 0.63rem;
  text-decoration: none;
  text-align: right;
}
.cx-footer-link:hover {
  color: #FF6300;
  text-decoration: underline;
}
.cx-footer-link:hover p {
  text-decoration: underline;
}
@media only screen and (max-width: 1440px) {
  body {
    width: 1440px;
  }
  .cx-header {
    padding-left: 5.75rem;
  }
  .cx-footer {
    padding: 5rem 19rem 0;
  }
}
