@charset "UTF-8";
@media screen and (min-width: 1301px) {
  * {
    padding: 0;
    margin: 0;
  }
  .w {
    width: 1300px;
    margin: 0 auto;
  }
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-wrap: wrap;
  }
  .headimg {
    width: 253px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 40px;
  }
  .headimg img {
    width: 100%;
    vertical-align: top;
  }
  .header-top {
    background-color: #ffffff;
    height: 80px;
    padding: 0 210px;
    width: 100%;
    box-sizing: border-box;
  }
  @keyframes hd {
    0% {
      opacity: 0;
      top: -80px;
    }
    100% {
      opacity: 0.9;
      top: 0;
    }
  }
  .loop {
    animation: hd 1s ease forwards;
  }
  .head-body {
    height: 100%;
  }
  .head-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .head-body ul li {
    position: relative;
    cursor: pointer;
    margin-right: 60px;
  }
  .head-body ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    height: 80px;
    line-height: 80px;
    display: block;
  }
  .head-body ul li:nth-last-child(1) {
    margin-right: 0;
  }
  .head-body ul li::before, .head-body ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    /* 每条线占据一半宽度 */
    background-color: transparent;
    /* 初始颜色为透明 */
    transition: transform 0.5s ease;
    /* 添加动画效果 */
  }
  .head-body ul li::before {
    left: 0;
    /* 左边的线条 */
    transform: translateX(50%);
    /* 初始时隐藏在左侧 */
  }
  .head-body ul li::after {
    right: 0;
    /* 右边的线条 */
    transform: translateX(-50%);
    /* 初始时隐藏在右侧 */
  }
  .head-body ul li:hover::before {
    transform: translateX(100%);
    /* 鼠标悬停时向中间移动 */
  }
  .head-body ul li:hover::after {
    transform: translateX(-100%);
    /* 鼠标悬停时向中间移动 */
  }
  .head-body ul li:hover::before, .head-body ul li:hover::after {
    border-bottom: 2px solid #ff6347;
    /* 线条颜色 */
  }
  .head-body ul .active {
    color: #9b795d !important;
    font-weight: 700;
  }
  .hright {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-right: 7px;
  }
  .headright {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .headright .sanjiao {
    width: 0;
    height: 0;
    border-top: 10px solid #9b795d;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .headright ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999999;
    min-width: 80px !important;
    background-color: #ffffff;
  }
  .headright ul li a {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .banner {
    width: 100%;
  }
  .banner img {
    max-width: 100%;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
  .pro-bor {
    padding: 40px 0;
  }
  .procore {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .procore .protitle {
    position: relative;
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .procore .protitle::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #f5a713;
  }
  .prochild {
    width: 763px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .prochild .proli {
    font-size: 18px;
    color: #333333;
  }
  .prochild .proli:hover {
    text-decoration: underline;
    color: #9b795d;
  }
  .productChild {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productChild::after {
    content: "";
    width: 400px;
    /* 和 .item 同宽 */
    height: 0;
    /* 不占垂直空间 */
  }
  .productChild .pleft {
    width: 400px;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 43px;
  }
  .productChild .pleft:nth-last-child(1) {
    margin-bottom: 0;
  }
  .productChild .pleft:nth-last-child(2) {
    margin-bottom: 0;
  }
  .productChild .pleft:nth-last-child(3) {
    margin-bottom: 0;
  }
  .productChild .pleft .productimg {
    width: 100%;
    height: 360px;
    overflow: hidden;
  }
  .productChild .pleft .productimg img {
    max-width: 100%;
    transition: 0.5s ease;
    cursor: pointer;
  }
  .productChild .pleft .producttitle {
    font-size: 14px;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(to right, #b8a48c, #b8a48c);
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .productChild .pleft:hover img {
    transform: scale(1.5);
  }
  .core {
    padding: 40px 0;
    background-image: url("../images/5.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .core .core-left {
    width: 590px;
  }
  .core .core-left .core-title {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
  }
  .core .core-left .core-jj {
    margin: 40px 0;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 2em;
  }
  .core .core-left .core-jjs {
    margin: 40px 0;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .core .core-left .more {
    width: 160px;
    height: 50px;
    background-color: #9b795d;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .core .core-left .more .moreimg {
    width: 16px;
    height: 16px;
    margin-left: 17px;
  }
  .core .core-left .more .moreimg img {
    max-width: 100%;
  }
  .core .core-right {
    width: 680px;
    height: 440px;
  }
  .core .core-right img {
    max-width: 100%;
  }
  .core .core-right video {
    width: 100%;
    height: 100%;
  }
  .core .core-about {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .core a {
    text-decoration: none;
  }
  .lock {
    padding: 40px 0;
    background-color: #ffffff;
  }
  .lock .lock-home .lock-top {
    display: flex;
    align-items: center;
  }
  .lock .lock-home .lock-top .lock-pro {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    width: 325px;
    text-align: left;
    padding: 0 23px;
    box-sizing: border-box;
  }
  .lock .lock-home .lock-top .lock-num {
    width: 325px;
    text-align: center;
    font-size: 48px;
    color: #9b795d;
    font-weight: 700;
  }
  .lock .lock-home .lock-team {
    display: flex;
    align-items: center;
    background-color: #9f7f63;
    margin: 20px 0;
  }
  .lock .lock-home .lock-team .lock-rity {
    position: relative;
    width: 325px;
    height: 60px;
    background-color: #b8a38b;
    border: 1px solid #f4ab1d;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lock .lock-home .lock-team .lock-rity::after {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-bottom: 12px solid #ab9177;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
  .lock .lock-home .lock-team .lock-img {
    width: 25px;
    height: 24px;
    margin-right: 9px;
  }
  .lock .lock-home .lock-team .lock-img img {
    max-width: 100%;
  }
  .lock .lock-home .lock-team .lock-code {
    position: relative;
    width: 325px;
    height: 60px;
    background-color: #faf6f3;
    border: 1px solid #f4ab1d;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #a2836b;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lock .lock-home .lock-team .lock-code::after {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #faf6f3;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
  .lock .lock-chip {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lock .lock-chip .lock-rg {
    width: 310px;
    height: 260px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .lock .lock-chip .lock-rg img {
    max-width: 100%;
    transition: transform 0.5s;
  }
  .lock .lock-chip .lock-title {
    font-size: 14px;
    color: #000000;
    text-align: center;
  }
  .lock .lock-left {
    width: 310px;
  }
  .lock .lock-left:hover img {
    transform: scale(1.5);
    cursor: pointer;
  }
  .lock .lock-ly {
    width: 310px;
  }
  .lock .lock-ly:hover img {
    transform: scale(1.5);
    cursor: pointer;
  }
  .lock .lock-rgs {
    width: 310px;
    height: 260px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .lock .lock-rgs img {
    max-width: 100%;
    transition: transform 0.5s;
  }
  .lock .lock-right {
    width: 310px;
  }
  .lock .lock-right:hover img {
    transform: scale(1.5);
    cursor: pointer;
  }
  .lock .lock-right .lock-rg-cores {
    width: 310px;
    height: 260px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .lock .lock-right .lock-rg-cores img {
    max-width: 100%;
    transition: transform 0.5s;
  }
  .news-core {
    padding: 40px 0;
    background-color: #ffffff;
  }
  .news-core .news-conts .protitle {
    position: relative;
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .news-core .news-conts .protitle::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #f5a713;
  }
  .news-very {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .news-very:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
  .news-very:hover .news-very-times {
    color: #9b795d !important;
  }
  .news-very:hover .news-very-title {
    color: #9b795d !important;
  }
  .news-very:hover .news-very-more {
    background-color: #9b795d;
    color: #ffffff !important;
  }
  .news-very:hover img {
    transform: scale(1.5);
  }
  .news-very .news-very-left {
    width: 450px;
    height: 218px;
    margin-right: 60px;
    overflow: hidden;
  }
  .news-very .news-very-left img {
    max-width: 100%;
    transition: transform 0.5s;
    cursor: pointer;
  }
  .news-very .news-very-right {
    width: 790px;
  }
  .news-very .news-very-right .news-very-times {
    font-size: 16px;
    color: #999999;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    margin-bottom: 15px;
  }
  .news-very .news-very-right .news-very-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-very .news-very-right .nwes-very-conts {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: "微软雅黑";
  }
  .news-very .news-very-right .news-very-more {
    width: 100px;
    height: 36px;
    border: 1px solid #a07f65;
    box-sizing: border-box;
    font-size: 14px;
    color: #a3846c;
    text-align: center;
    border-radius: 5px;
    line-height: 36px;
  }
  .footer {
    padding: 40px 0;
    padding-bottom: 0;
    background: linear-gradient(to right, #b8a48c, #9f7f63);
  }
  .footer .footer-core {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-core .footer-left {
    width: 172px;
    height: 180px;
  }
  .footer .footer-core .footer-left img {
    max-width: 100%;
  }
  .footer .footer-core .footer-conts {
    width: 650px;
  }
  .footer .footer-core .footer-conts .footer-home {
    margin-bottom: 34px;
  }
  .footer .footer-core .footer-conts .footer-home ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .footer .footer-core .footer-conts .footer-home ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 39px;
  }
  .footer .footer-core .footer-conts .footer-home ul li a {
    font-size: 14px;
    color: #ffffff;
  }
  .footer .footer-core .footer-conts .footer-home ul li:nth-child(even) {
    display: block;
    width: 3px;
    height: 20px;
    background-color: #f3a712;
  }
  .footer .footer-core .footer-conts .footer-home ul li:nth-last-child(1) {
    margin-right: 0;
  }
  .footer .footer-core .footer-conts .footer-lx {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 650px;
  }
  .footer .footer-core .footer-conts .footer-lx .footer-lx-core {
    display: flex;
    align-items: center;
    margin-right: 86px;
  }
  .footer .footer-core .footer-conts .footer-lx .footer-lx-core .footer-lx-img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .footer .footer-core .footer-conts .footer-lx .footer-lx-core .footer-lx-img img {
    width: 100%;
    height: 100%;
  }
  .footer .footer-core .footer-conts .footer-lx .footer-lx-core .footer-phone {
    font-size: 14px;
    color: #ffffff;
  }
  .footer .footer-core .footer-conts .footer-lx .footer-lock {
    margin-right: 0;
  }
  .footer .footer-core .footer-conts .footer-lx .footer-address {
    font-size: 14px;
    color: #ffffff !important;
    width: 550px !important;
  }
  .footer .footer-core .footer-right .footer-right-home {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 22px;
  }
  .footer .footer-core .footer-right .footer-right-online {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #9b795d;
    text-align: center;
    line-height: 60px;
    background-color: #ffffff;
    display: block;
  }
  .footer .footer-lost {
    margin-top: 40px;
    border-top: 2px solid #ffffff;
  }
  .footer .footer-lost .footer-lost-home {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .footer .footer-lost .footer-lost-home .footer-lost-img {
    width: 32px;
    height: 32px;
  }
  .footer .footer-lost .footer-lost-home .footer-lost-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .footer .footer-lost .footer-lost-home .footer-lost-core {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .footer .footer-lost .footer-lost-home .footer-lost-core a {
    font-size: 14px;
    color: #ffffff;
    display: block;
  }
  .header-ch {
    display: none;
  }
  .banners {
    display: none;
  }
  .locks-play {
    display: none;
  }
  .pz_1s {
    display: none;
  }
  .footer-lefts {
    display: none;
  }
  .goodz_1 {
    display: none;
  }
  .goodz_2 {
    display: none;
  }
  .fixed {
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 1000;
    /* 确保导航栏在最上层 */
    opacity: 0.9;
  }
  .headtopheight {
    display: none;
    height: 80px;
    width: 100%;
  }
  .rcore {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    z-index: 999999;
  }
  .rcore .rcore-wx {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .rcore .rcore-wx .rcore-phone {
    display: none;
    position: absolute;
    left: -210px;
    top: 0;
    width: 200px;
    height: 52px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 18px;
    color: #000000;
    border-top: 2px solid #9b795d;
    text-align: center;
    line-height: 52px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 9;
  }
  .rcore .rcore-wx .wximgicon {
    width: 100%;
    height: 100%;
  }
  .rcore .rcore-wx .wximgicon img {
    max-width: 100%;
  }
  .rcore .rcore-wx:hover .rcore-back {
    display: block;
  }
  .rcore .rcore-wx .wxjs {
    display: none;
    width: 100%;
    height: 100%;
  }
  .rcore .rcore-wx .wxjs img {
    max-width: 100%;
  }
  .rcore .rcore-wx:hover .wximgicon {
    display: none;
  }
  .rcore .rcore-wx:hover .wxjs {
    display: block;
  }
  .rcore .rcore-wx:hover .rcore-phone {
    display: block;
  }
  .rcore .rcore-back {
    position: absolute;
    width: 210px;
    height: 52px;
    top: 0;
    left: -210px;
    display: none;
  }
  .rcore .rcore-email {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .rcore .rcore-email .icon {
    width: 100;
    height: 100%;
  }
  .rcore .rcore-email .icon img {
    max-width: 100%;
  }
  .rcore .rcore-email .email {
    display: none;
    width: 100;
    height: 100%;
  }
  .rcore .rcore-email .email img {
    max-width: 100%;
  }
  .rcore .rcore-email .rcore-phone {
    display: none;
    position: absolute;
    left: -270px;
    top: 0;
    width: 260px;
    height: 52px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 18px;
    color: #000000;
    border-top: 2px solid #9b795d;
    text-align: center;
    line-height: 52px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 9;
  }
  .rcore .rcore-email:hover .rcore-back {
    display: block;
  }
  .rcore .rcore-email .rcore-back {
    position: absolute;
    width: 210px;
    height: 52px;
    top: 0;
    left: -210px;
    display: none;
  }
  .rcore .rcore-email:hover .icon {
    display: none;
  }
  .rcore .rcore-email:hover .email {
    display: block;
  }
  .rcore .rcore-email:hover .rcore-phone {
    display: block;
  }
  .rcore .rcore-ewm {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .rcore .rcore-ewm .icon {
    width: 100;
    height: 100%;
  }
  .rcore .rcore-ewm .icon img {
    max-width: 100%;
  }
  .rcore .rcore-ewm .ewm {
    display: none;
    width: 100;
    height: 100%;
  }
  .rcore .rcore-ewm .ewm img {
    max-width: 100%;
  }
  .rcore .rcore-ewm .rcore-ewm-home {
    display: none;
    position: absolute;
    left: -170px;
    top: 0;
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 18px;
    color: #000000;
    border-top: 2px solid #9b795d;
    text-align: center;
    line-height: 52px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
  }
  .rcore .rcore-ewm .rcore-ewm-home img {
    width: 100%;
    height: 100%;
  }
  .rcore .rcore-ewm:hover .rcore-ewm-home {
    display: block;
  }
  .rcore .rcore-ewm:hover .icon {
    display: none;
  }
  .rcore .rcore-ewm:hover .ewm {
    display: block;
  }
  .rcore .rcore-go {
    display: none;
    width: 52px;
    height: 52px;
    border-radius: 5px;
  }
  .rcore .rcore-go .icon {
    width: 100;
    height: 100%;
  }
  .rcore .rcore-go .icon img {
    max-width: 100%;
  }
  .rcore .rcore-go .Top {
    display: none;
    width: 100;
    height: 100%;
  }
  .rcore .rcore-go .Top img {
    max-width: 100%;
  }
  .rcore .rcore-go:hover .icon {
    display: none;
  }
  .rcore .rcore-go:hover .Top {
    display: block;
  }
  .bcore {
    display: none;
    position: absolute;
    left: 16%;
    top: 35%;
    transform: translateY(-50%);
    padding: 20px;
    z-index: 99999999;
    overflow: hidden;
  }
  .bcore .bcore-title {
    overflow: hidden;
    padding: 10px;
    background-color: #f5a713;
    margin-bottom: 40px;
  }
  .bcore .bcore-title span {
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    display: block;
  }
  .bcore .bcore-conts {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
  }
  .bcore .bcore-conts::after {
    margin-top: 40px;
    content: "";
    width: 100px;
    height: 5px;
    background-color: #f5a713 !important;
    display: block;
    animation: golock ease 1s forwards;
  }
  .bcore .bcore-left {
    animation: golock ease 1s forwards;
  }
  .bcore .bcore-right {
    animation: golocks ease 1s forwards;
  }
  .swiper-slide-active .bcore {
    display: block;
    /* 当前激活的滑块显示 */
  }
  @keyframes golock {
    0% {
      transform: translateX(-100%);
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes golocks {
    0% {
      transform: translateX(100%);
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .hub {
    width: 100%;
  }
  .hub img {
    max-width: 100%;
  }
  .hub-js {
    padding: 40px 0;
    display: flex;
    align-items: center;
  }
  .hub-js .hub-intr {
    position: relative;
    padding: 22px 24px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-right: 25px;
    background-color: #efebe2;
  }
  .hub-js .active3 {
    background-color: #9b795d;
    color: #ffffff;
  }
  .hub-core .hub-imgs img {
    max-width: 100%;
  }
  .hub-core .hub-focu {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hub-core .hub-focu .hub-focu-left .hub-num {
    font-size: 48px;
    color: #9b795d;
    font-weight: 700;
    text-align: center;
  }
  .hub-core .hub-focu .hub-focu-left .hub-used {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: center;
  }
  .hub-core .hubel {
    font-size: 14px;
    color: #262626;
    line-height: 30px;
  }
  .hub-vb {
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .hub-vb .hub-left-imgs {
    width: 749px;
    height: auto;
  }
  .hub-vb .hub-left-imgs img {
    max-width: 100%;
  }
  .hub-vb .hub-right {
    padding: 60px;
    width: 551px;
    box-sizing: border-box;
    background-color: #efebe2;
    height: 100%;
  }
  .hub-vb .hub-right .hub-title {
    position: relative;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .hub-vb .hub-right .hub-title::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #f6af29;
  }
  .hub-vb .hub-right .hub-been {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    text-indent: 2em;
  }
  .hubcert {
    margin-bottom: 40px;
  }
  .hubcert .protitle {
    position: relative;
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .hubcert .protitle::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #f5a713;
  }
  .hubcert .hub-tion {
    width: 100%;
  }
  .hubcert .hub-tion .swiper-slide {
    width: 290px !important;
    height: 420px !important;
  }
  .hubcert .hub-tion .swiper-slide .hub-border {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .hubcert .hub-tion .swiper-slide .hub-border .hub-slide-img {
    width: 246px;
    height: 354px;
  }
  .hubcert .hub-tion .swiper-slide .hub-border .hub-slide-img img {
    max-width: 100%;
  }
  .hubcert .hub-tion .swiper-slide .hub-border .hub-cate {
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    background-color: #faf6f3;
    width: 100%;
    box-sizing: border-box;
  }
  .hubcert .hub-tion .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 1px !important;
    background-color: #faf6f3;
  }
  .hubcert .hub-tion .swiper-pagination-bullet-active {
    background-color: #c3b29d;
  }
  .hub-aim {
    width: 100%;
    height: 264px;
  }
  .hub-aim img {
    max-width: 100%;
    min-height: 264px;
  }
  .pro-border {
    padding: 40px 0;
  }
  .pro-border .pro-header {
    margin-bottom: 60px;
  }
  .pro-border .pro-header .pro-title {
    position: relative;
    font-size: 30px;
    color: #000000;
    padding-bottom: 23px;
    margin-bottom: 30px;
  }
  .pro-border .pro-header .pro-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #f7a913;
    content: "";
  }
  .pro-border .pro-header .pro-conts {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
  }
  .pro-border .pro-core .pro-pipe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
  }
  .pro-border .pro-core .pro-pipe .pro-ep {
    position: relative;
    padding: 22px 25px;
    background-color: #efebe2;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-right: 25px;
    width: auto;
  }
  .pro-border .pro-core .pro-pipe .active4 {
    border-bottom: 2px solid #9b795d;
    color: #9b795d;
  }
  .pro-border .pro-core .pro-true {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .pro-border .pro-core .pro-true::after {
    content: "";
    width: 300px;
    /* 和 .item 同宽 */
    height: 0;
    /* 不占垂直空间 */
  }
  .pro-border .pro-core .pro-true .pro-lock {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
  }
  .pro-border .pro-core .pro-true .pro-lock .pro-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }
  .pro-border .pro-core .pro-true .pro-lock .pro-img img {
    max-width: 100%;
    transition: transform 0.5s;
  }
  .pro-border .pro-core .pro-true .pro-lock .pro-plock {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    background-color: #faf6f3;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pro-border .pro-core .pro-true .pro-lock:hover img {
    transform: scale(1.5);
  }
  .pro-border .pro-core .pro-page {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pro-border .pro-core .pro-page .pro-page-left {
    color: #333333;
    background-color: #efebe2;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .pro-border .pro-core .pro-page .num {
    font-size: 18px;
    color: #333333;
    background-color: #efebe2;
    border-radius: 5px;
    margin-right: 4px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .pro-border .pro-core .pro-page .pro-page-right {
    color: #333333;
    background-color: #efebe2;
    font-size: 18px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
  }
  .pro-border .pro-core .pro-page .active5 {
    background-color: #9b795d;
    color: #ffffff;
  }
  .contact {
    padding: 40px 0;
  }
  .contact .contact-lock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .contact .contact-lock .contact-lock-left .contact-lock-aim {
    position: relative;
    font-size: 36px;
    color: #000000;
    padding-top: 45px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 700;
  }
  .contact .contact-lock .contact-lock-left .contact-lock-aim::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100px;
    height: 8px;
    background-color: #f7a915;
  }
  .contact .contact-lock .contact-lock-left .contact-tels {
    display: flex;
    margin-bottom: 40px;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-left {
    width: 40px;
    height: 41px;
    margin-right: 30px;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-left img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-right .contact-tels-title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
    line-height: 20px;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-right .contact-tels-conts {
    font-size: 14px;
    color: #666666;
    width: 518px;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-left-fox {
    width: 40px;
    height: 32px;
    margin-right: 30px;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-left-fox img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-left-address {
    width: 35px;
    height: 40px;
    margin-right: 30px;
  }
  .contact .contact-lock .contact-lock-left .contact-tels .contact-tels-left-address img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-lock .contact-lock-right {
    width: 650px;
    height: 472px;
  }
  .contact .contact-lock .contact-lock-right #container {
    width: 100%;
    height: 100%;
  }
  .contact .contact-tels-add {
    display: flex;
  }
  .contact .contact-tels-add .contact-tels-left {
    width: 40px;
    height: 41px;
    margin-right: 30px;
  }
  .contact .contact-tels-add .contact-tels-left img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-tels-add .contact-tels-right .contact-tels-title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
    line-height: 20px;
  }
  .contact .contact-tels-add .contact-tels-right .contact-tels-conts {
    font-size: 14px;
    color: #666666;
    width: 518px;
  }
  .contact .contact-tels-add .contact-tels-left-fox {
    width: 40px;
    height: 32px;
    margin-right: 30px;
  }
  .contact .contact-tels-add .contact-tels-left-fox img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-tels-add .contact-tels-left-address {
    width: 35px;
    height: 40px;
    margin-right: 30px;
  }
  .contact .contact-tels-add .contact-tels-left-address img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-mess .contact-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
  }
  .contact .contact-mess .contact-conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .contact .contact-mess .contact-conts .contact-left {
    width: 625px;
  }
  .contact .contact-mess .contact-conts .contact-left .contact-left-name {
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .contact .contact-mess .contact-conts .contact-left .contact-left-name input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    border: 0;
  }
  .contact .contact-mess .contact-conts .contact-left .contact-left-phone {
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .contact .contact-mess .contact-conts .contact-left .contact-left-phone input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    border: 0;
  }
  .contact .contact-mess .contact-conts .contact-left .contact-left-email {
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
  }
  .contact .contact-mess .contact-conts .contact-left .contact-left-email input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    border: 0;
  }
  .contact .contact-mess .contact-conts .contact-right {
    width: 625px;
    height: 245px;
  }
  .contact .contact-mess .contact-conts .contact-right textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    padding: 24px 21px;
    border-radius: 5px;
  }
  .contact .contact-submit {
    width: 130px;
    height: 60px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    background-color: #9b795d;
    border-radius: 5px;
  }
  .pc_1 {
    padding: 40px 0;
  }
  .pc_3 {
    width: 500px;
  }
  .pc_2 {
    display: flex;
  }
  .pc_3 img {
    max-width: 100%;
  }
  .pc_4 {
    width: 900px;
  }
  .pc_5 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .pc_5::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #f7a915;
  }
  .pc_6 {
    font-size: 16px;
    color: black;
    line-height: 30px;
  }
  .huban {
    display: none;
  }
  .hub-imgs-cq {
    display: none;
  }
  .hub-tions {
    display: none;
  }
  .hub-aims {
    display: none;
  }
  .qua {
    padding: 40px 0;
  }
  .qua .qua-core {
    position: relative;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
  }
  .qua .qua-core::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background-color: #f7a913;
    border-radius: 5px;
  }
  .qua .qua-site {
    padding-top: 40px;
    display: flex;
  }
  .qua .qua-site .qua-imgs {
    height: 400px;
    margin-right: 40px;
  }
  .qua .qua-site .qua-imgs img {
    max-width: 100%;
    max-height: 100%;
  }
  .qua .qua-site .qua-inter {
    width: 660px;
    height: 400px;
  }
  .qua .qua-site .qua-inter img {
    width: 100%;
    height: 100%;
  }
  .qua .qua-jc {
    display: flex;
    justify-content: space-between;
  }
  .qua .qua-jc .qua-tion {
    position: relative;
    padding: 20px 0;
    font-size: 36px;
    color: #9b795d;
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: "微软雅黑";
    line-height: 50px;
  }
  .qua .qua-jc .qua-tion::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 4px;
    border-radius: 5px;
    background-color: #f7a913;
    content: "";
  }
  .qua .qua-jc .qua-kay {
    width: 600px;
    background-color: #9b795d;
    padding: 40px;
    box-sizing: border-box;
  }
  .qua .qua-jc .qua-kay .qua-lock {
    padding: 22px 25px;
    font-size: 18px;
    color: #9b795d;
    width: 210px;
    text-align: center;
    box-sizing: border-box;
    background-color: #ffff;
  }
  .qua .qua-jc .qua-kay .qua-stand {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding: 40px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .qua .qua-jc .qua-kay .qua-stand::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 5px;
    content: "";
  }
  .qua .qua-jc .qua-goislock {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
  }
  .qua .qua-jc .qua-dete {
    width: 660px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #efebe2;
  }
  .qua .qua-production {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qua .qua-production .qua-serv {
    width: 400px;
    margin-bottom: 40px;
  }
  .qua .qua-production .qua-serv .qua-serv-img {
    width: 100%;
    height: 267px;
    overflow: hidden;
  }
  .qua .qua-production .qua-serv .qua-serv-img img {
    max-width: 100%;
    transition: transform 0.5s;
  }
  .qua .qua-production .qua-serv .qua-serv-titles {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
  }
  .qua .qua-production .qua-serv:hover img {
    transform: scale(1.5);
    cursor: pointer;
  }
  .qua .qua-production .qua-serv:nth-last-child(1) {
    margin-bottom: 0;
  }
  .qua .qua-production .qua-serv:nth-last-child(2) {
    margin-bottom: 0;
  }
  .qua .qua-production .qua-serv:nth-last-child(3) {
    margin-bottom: 0;
  }
  .app {
    padding: 40px 0;
  }
  .app .qua-core {
    position: relative;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    font-family: "微软雅黑";
  }
  .app .qua-core::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background-color: #f7a913;
    border-radius: 5px;
  }
  .app .app-chip {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .app .app-chip .app-lock {
    width: 410px;
    margin-bottom: 30px;
  }
  .app .app-chip .app-lock .app-img {
    width: 410px;
    height: 273px;
    overflow: hidden;
    cursor: pointer;
  }
  .app .app-chip .app-lock .app-img img {
    max-width: 100%;
    transition: transform 0.5s;
  }
  .app .app-chip .app-lock .app-corr {
    padding: 25px 22px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #faf6f3;
  }
  .app .app-chip .app-lock .app-corr .app-title {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
  }
  .app .app-chip .app-lock .app-corr .app-conts {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
  }
  .app .app-chip .app-lock:hover img {
    transform: scale(1.5);
  }
  .news {
    padding: 40px 0;
  }
  .news .news-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    cursor: pointer;
  }
  .news .news-col .news-col-left-img {
    width: 450px;
    height: 260px;
    overflow: hidden;
  }
  .news .news-col .news-col-left-img img {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s;
  }
  .news .news-col .news-col-right {
    width: 790px;
  }
  .news .news-col .news-col-right .news-col-times {
    font-size: 16px;
    color: #a9a9a9;
    font-family: "微软雅黑";
    font-style: italic;
    margin-bottom: 15px;
  }
  .news .news-col .news-col-right .news-col-title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news .news-col .news-col-right .news-col-conts {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-family: "微软雅黑";
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news .news-col .news-col-right .news-col-more {
    width: 100px;
    height: 36px;
    border: 1px solid #9b795d;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #a3846c;
    line-height: 36px;
  }
  .news .news-col:hover .news-col-times {
    color: #9b795d;
  }
  .news .news-col:hover .news-col-title {
    color: #9b795d;
  }
  .news .news-col:hover .news-col-more {
    background-color: #9b795d;
    color: #ffffff;
  }
  .news .news-col:hover img {
    transform: scale(1.5);
  }
  .news .pro-page {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news .pro-page .pro-page-left {
    color: #333333;
    background-color: #efebe2;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .news .pro-page .num {
    font-size: 18px;
    color: #333333;
    background-color: #efebe2;
    border-radius: 5px;
    margin-right: 4px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .news .pro-page .pro-page-right {
    color: #333333;
    background-color: #efebe2;
    font-size: 18px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
  }
  .news .pro-page .active5 {
    background-color: #9b795d;
    color: #ffffff;
  }
  .pc_7 {
    padding: 40px 0;
  }
  .pc_8 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    text-align: center;
  }
  .pc_9 {
    font-size: 14px;
    color: #cccccc;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
  }
  .pc_p1 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  a {
    text-decoration: none;
  }
  .current {
    background-color: #9b795d;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 4px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .qua-plock {
    display: none;
  }
  .active {
    color: #9b795d !important;
  }
  .video {
    width: 100%;
    height: 100%;
  }
  .video video {
    width: 100%;
    height: 100%;
  }
  .pro-ep::before,
  .pro-ep::after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #9b795d;
    transition: width 0.3s ease-in-out;
  }
  .pro-ep::before {
    left: 0;
  }
  .pro-ep::after {
    right: 0;
  }
  .pro-ep:hover::before,
  .pro-ep:hover::after {
    width: 50%;
  }
  .hub-intr::before,
  .hub-intr::after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #9b795d;
    transition: width 0.3s ease-in-out;
  }
  .hub-intr::before {
    left: 0;
  }
  .hub-intr::after {
    right: 0;
  }
  .hub-intr:hover::before,
  .hub-intr:hover::after {
    width: 50%;
  }
  .enfooter-right {
    width: 200px;
  }
}

@media screen and (max-width: 1300px) {
  * {
    padding: 0;
    margin: 0;
  }
  .w {
    width: 9.4667rem;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
  }
  .header-top {
    display: none;
  }
  .header-ch {
    padding: 0.2rem 0;
    background-color: #ffffff;
  }
  .header-ch-img {
    max-width: 4rem;
  }
  .header-ch-img img {
    max-width: 100%;
    height: auto;
  }
  .header-ch-more {
    max-width: 0.8533rem;
    height: auto;
  }
  .header-ch-core {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .banner {
    display: none;
  }
  .banners {
    width: 100%;
    height: 6.6667rem;
  }
  .banners .swiper {
    width: 100%;
    height: 100%;
  }
  .banners .swiper img {
    max-width: 100%;
  }
  .pro-bor {
    padding: 0.8rem 0;
  }
  .pro-bor .procore .protitle {
    position: relative;
    text-align: center;
    font-size: 0.8rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .pro-bor .procore .protitle::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -0.4rem;
    transform: translateX(-50%);
    width: 3.2rem;
    height: 0.0533rem;
    background-color: #f5a713;
  }
  .pro-bor .procore .prochild {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2667rem;
  }
  .pro-bor .procore .prochild .proli {
    font-size: 0.48rem;
    color: #333333;
    margin-bottom: 0.2667rem;
  }
  .pro-bor .procore .productChild {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pro-bor .procore .productChild .pleft {
    width: 4.5333rem;
    height: auto;
    margin-bottom: 0.5333rem;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .pro-bor .procore .productChild .pleft img {
    width: 100%;
    height: 100%;
  }
  .pro-bor .procore .productChild .pleft:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
  .pro-bor .procore .productChild .pleft:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
  .pro-bor .procore .productChild .producttitle {
    font-size: .3733rem;
    color: #ffffff;
    background: linear-gradient(to right, #b8a48c, #9f7f63);
    text-align: center;
    padding: 0.1333rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .core {
    padding-bottom: 0.5333rem;
  }
  .core .core-title {
    position: relative;
    font-size: 0.8rem;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin: 0.6667rem 0;
    margin-top: 0.2667rem;
  }
  .core .core-title::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -0.4rem;
    transform: translateX(-50%);
    width: 1.6rem;
    height: 0.0533rem;
    background-color: #f5a713;
  }
  .core .core-about {
    display: flex;
    flex-direction: column-reverse;
  }
  .core .core-about .core-left .core-jj {
    font-size: 0.3733rem;
    color: #000000;
    line-height: 0.8533rem;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 2em;
  }
  .core .core-about .more {
    font-size: 0.4267rem;
    color: #ffffff;
    width: 2.6667rem;
    background-color: #9b795d;
    display: flex;
    justify-content: center;
    padding: 0.2667rem 0;
    box-sizing: border-box;
    align-items: center;
    margin: 0.2667rem 0;
    border-radius: 0.1333rem;
  }
  .core .core-about .more .moreimg {
    width: 0.4267rem;
    height: 0.4267rem;
    margin-left: 0.2667rem;
  }
  .core .core-about .more .moreimg img {
    width: 100%;
    height: 100%;
  }
  .core .core-about .core-right {
    width: 100%;
  }
  .core .core-about .core-right img {
    max-width: 100%;
    height: auto;
  }
  .core .core-about .core-right video {
    width: 100%;
    height: 100%;
  }
  .lock .lock-home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lock .lock-home .lock-top {
    display: none;
  }
  .lock .lock-home .lock-team {
    display: none;
  }
  .lock .lock-home .locks-play {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lock .lock-home .locks-play:nth-child(even) .locks-team {
    background: linear-gradient(to right, #b8a48c, #9f7f63);
  }
  .lock .lock-home .locks-play:nth-child(odd) .locks-team {
    background-color: #faf6f3;
    color: #9b795d;
  }
  .lock .lock-home .locks-play .locks-title {
    font-size: 0.8rem;
    color: #9b795d;
    margin-bottom: 0.2667rem;
    font-weight: 700;
  }
  .lock .lock-home .locks-play .locks-team {
    font-size: 0.5333rem;
    margin-bottom: 0.2667rem;
    padding: 0.2667rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.0667rem;
  }
  .lock .lock-home .locks-play .locks-conts {
    font-size: 0.3733rem;
    color: #333333;
    line-height: 0.7467rem;
  }
  .lock .lock-home .locks-play .locks-team-img {
    width: 0.6667rem;
    height: 0.64rem;
    margin-right: 0.2667rem;
  }
  .lock .lock-home .locks-play .locks-team-img img {
    max-width: 100%;
  }
  .lock-chip {
    display: none;
  }
  .news-core {
    padding: 0.5333rem 0;
    background-color: #ffffff;
  }
  .news-core .protitle {
    position: relative;
    text-align: center;
    font-size: 0.8rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .news-core .protitle::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -0.4rem;
    transform: translateX(-50%);
    width: 3.2rem;
    height: 0.0533rem;
    background-color: #f5a713;
  }
  .news-core .news-info .news-very {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.2667rem;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .news-core .news-info .news-very .news-very-left {
    width: 100%;
  }
  .news-core .news-info .news-very .news-very-left img {
    max-width: 100%;
    height: auto;
  }
  .news-core .news-info .news-very .news-very-right {
    padding: 0.5333rem 0.2667rem;
  }
  .news-core .news-info .news-very .news-very-right .news-very-times {
    font-size: 0.4267rem;
    color: #999999;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  }
  .news-core .news-info .news-very .news-very-right .news-very-title {
    font-size: 0.64rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0.2667rem 0;
  }
  .news-core .news-info .news-very .news-very-right .nwes-very-conts {
    font-size: .3733rem;
    color: #989898;
    line-height: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-core .news-info .news-very .news-very-right .news-very-more {
    display: none;
  }
  .footer {
    background: linear-gradient(to bottom, #b8a48c, #9f7f63);
    padding-top: 0.5333rem;
    margin-bottom: 2.2667rem;
  }
  .footer .footer-left {
    display: none;
  }
  .footer .footer-conts .footer-home {
    margin: 0.2667rem 0;
    margin-bottom: 0.5333rem;
  }
  .footer .footer-conts .footer-home ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-conts .footer-home ul li {
    margin-right: 0.1333rem;
  }
  .footer .footer-conts .footer-home ul li a {
    font-size: 0.4267rem;
    color: #ffffff;
  }
  .footer .footer-conts .footer-home ul li:nth-child(even) {
    display: block;
    width: 0.08rem;
    height: 0.5333rem;
    background-color: #f3a712;
  }
  .footer .footer-conts .footer-home ul li:nth-last-child(5) {
    display: none;
  }
  .footer .footer-conts .footer-home ul li:nth-last-child(3) {
    display: none;
  }
  .footer .footer-conts .footer-home ul li:nth-last-child(2) {
    display: none;
  }
  .footer .footer-conts .footer-home ul li:nth-last-child(4) {
    display: none;
  }
  .footer .footer-conts .footer-lx .footer-lx-core {
    display: flex;
    align-items: center;
    margin-bottom: 0.5333rem;
  }
  .footer .footer-conts .footer-lx .footer-lx-core .footer-lx-img {
    width: 0.8533rem;
    height: 0.8533rem;
    margin-right: 0.2667rem;
  }
  .footer .footer-conts .footer-lx .footer-lx-core .footer-lx-img img {
    width: 100%;
    height: 100%;
  }
  .footer .footer-conts .footer-lx .footer-lx-core .footer-phone {
    font-size: 0.4267rem;
    color: #ffffff;
  }
  .footer .footer-conts .footer-lx .footer-address {
    font-size: 0.4267rem;
    width: 8rem;
    color: #ffffff;
  }
  .footer .footer-conts .footer-lock {
    display: flex;
    align-items: normal !important;
  }
  .footer .footer-right {
    display: none;
  }
  .footer .footer-lost {
    padding: 0.5333rem 0;
    border-top: 0.0267rem solid #ffffff;
  }
  .footer .footer-lost .footer-lost-home {
    display: flex;
    align-items: center;
  }
  .footer .footer-lost .footer-lost-img {
    width: 0.8533rem;
    height: 0.8533rem;
  }
  .footer .footer-lost .footer-lost-img img {
    width: 100%;
    height: 100%;
  }
  .footer .footer-lost .footer-lost-core {
    font-size: 0.4267rem;
    color: #ffffff;
  }
  .footer .footer-lost .footer-lost-core a {
    font-size: 0.4267rem;
    color: #ffffff;
    margin-right: .2667rem;
  }
  .pz_1s {
    padding: 0.2667rem 0;
    width: 100%;
    height: 1.7333rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0.0133rem;
    z-index: 999;
  }
  .go2 {
    width: 0.8rem;
  }
  .go2 img {
    max-width: 100%;
    height: 0.8rem;
  }
  .go3 {
    font-size: 0.4267rem;
    color: #333333;
  }
  .go1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .goodz_1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.7;
    z-index: 9999;
  }
  .goodz_2 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    z-index: 9999;
  }
  .goodz_3 {
    width: 100%;
    height: 1.3333rem;
    background: linear-gradient(to right, #b8a48c, #9f7f63);
    padding: 0 0.1333rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .goodz_4 {
    width: 0.9067rem;
    height: 0.64rem;
  }
  .goodz_4 img {
    max-width: 100%;
    vertical-align: top;
  }
  .goodz_5 {
    width: 0.8rem;
    height: 0.8rem;
  }
  .goodz_5 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .goodz_6 ul {
    list-style: none;
    padding-left: 0;
    padding: 0 0.1333rem;
  }
  .goodz_6 li {
    font-size: 0.4rem;
    color: #333333;
    border-bottom: 0.9975px solid #cccccc;
  }
  .goodz_6 li a {
    display: block;
    font-size: 0.4rem;
    color: #333333;
    padding: 0.4rem 0;
    border-bottom: 0.9975px solid #cccccc;
    text-decoration: none;
    width: 100%;
  }
  .hub {
    display: none;
  }
  .huban {
    width: 100%;
  }
  .huban img {
    max-width: 100%;
  }
  .hub-lock {
    padding: 0.5333rem 0;
    width: 100%;
  }
  .hub-lock .hub-js .hub-intr {
    font-size: 0.4267rem;
    color: #333333;
    width: 100%;
    padding: 0.2667rem;
    background-color: #efebe2;
    box-sizing: border-box;
    margin-bottom: .2667rem;
    display: block;
  }
  .hub-lock .hub-js .active3 {
    background-color: #9b795d;
    color: #ffffff;
  }
  .hub-core .hub-imgs {
    display: none;
  }
  .hub-core .hub-imgs-cq {
    width: 100%;
  }
  .hub-core .hub-imgs-cq img {
    max-width: 100%;
  }
  .hub-core .hub-focu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .hub-core .hub-focu .hub-focu-left {
    width: 3.0667rem;
  }
  .hub-core .hub-focu .hub-focu-left .hub-num {
    font-size: 0.8533rem;
    color: #9b795d;
    font-weight: 700;
    text-align: center;
  }
  .hub-core .hub-focu .hub-focu-left .hub-used {
    font-size: .3733rem;
    color: #333333;
    text-align: center;
  }
  .hub-core .hubel {
    padding: 0.5333rem 0;
    font-size: .3733rem;
    color: #262626;
    line-height: 0.8rem;
  }
  .hub-vb .hub-left-imgs {
    width: 100%;
  }
  .hub-vb .hub-left-imgs img {
    max-width: 100%;
  }
  .hub-vb .hub-right {
    margin-top: 0.2667rem;
    padding: 0.5333rem 0.2667rem;
    background-color: #efebe2;
  }
  .hub-vb .hub-right .hub-title {
    position: relative;
    font-size: 0.8rem;
    color: #000000;
  }
  .hub-vb .hub-right .hub-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.1333rem;
    height: 0.1067rem;
    content: "";
    background-color: #f7a915;
  }
  .hub-vb .hub-right .hub-been {
    font-size: .3733rem;
    color: #000000;
    margin-top: 0.2667rem;
    text-indent: 2em;
  }
  .hubcert {
    padding-top: 0.2667rem;
    margin-bottom: 0.5333rem;
  }
  .hubcert .protitle {
    position: relative;
    text-align: center;
    font-size: 0.8rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .hubcert .protitle::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -0.4rem;
    transform: translateX(-50%);
    width: 3.2rem;
    height: 0.0533rem;
    background-color: #f5a713;
  }
  .hubcert .hub-tions {
    margin-top: 0.2667rem;
    width: 100%;
    height: 6.6667rem;
  }
  .hubcert .hub-tions .swiper {
    width: 100%;
    height: 6.6667rem;
  }
  .hubcert .hub-tions .swiper .hub-border {
    width: 100%;
    height: 6.6667rem;
  }
  .hubcert .hub-tions .swiper .hub-border .hub-slide-img {
    width: 100%;
    height: 5.3333rem;
  }
  .hubcert .hub-tions .swiper .hub-border .hub-slide-img img {
    width: 100%;
    height: 100%;
  }
  .hubcert .hub-tions .swiper .hub-border .hub-cate {
    width: 100%;
    padding: 0.2667rem 0;
    box-sizing: border-box;
    font-size: .3733rem;
    color: #ffffff;
    text-align: center;
    background-color: #9b795d;
    margin-top: 0.1333rem;
  }
  .hubcert .hub-tions .swiper .swiper-button-next {
    top: 40%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.2667rem;
  }
  .hubcert .hub-tions .swiper .swiper-button-next::after {
    color: #9b795d;
  }
  .hubcert .hub-tions .swiper .swiper-button-prev {
    top: 40%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.2667rem;
  }
  .hubcert .hub-tions .swiper .swiper-button-prev::after {
    color: #9b795d;
  }
  .hubcert .hub-tion {
    display: none;
  }
  .hub-aim {
    display: none;
  }
  .hub-aims {
    width: 100%;
    height: 2.6667rem;
  }
  .hub-aims img {
    max-width: 100%;
  }
  .rcore {
    display: none;
  }
  .pro-border {
    padding-bottom: .8rem;
  }
  .pro-border .pro-header .pro-title {
    position: relative;
    font-size: 0.8rem;
    color: #333333;
    padding-bottom: 0.5333rem;
    margin-top: .2667rem;
  }
  .pro-border .pro-header .pro-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 2.1333rem;
    height: 0.1067rem;
    background-color: #f7a913;
    display: block;
  }
  .pro-conts {
    padding: 0.5333rem 0;
    font-size: 0.4267rem;
    color: #666666;
    line-height: 0.8rem;
  }
  .pro-core .pro-pipe {
    display: flex;
    align-items: center;
    margin-bottom: 0.5333rem;
    flex-wrap: wrap;
    margin-top: 0.5333rem;
  }
  .pro-core .pro-pipe .pro-ep {
    padding: 0.2667rem 0.3333rem;
    font-size: 0.4267rem;
    color: #333333;
    background-color: #efebe2;
    margin-right: 0.2667rem;
    margin-bottom: 0.2667rem;
  }
  .pro-core .pro-true {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pro-core .pro-true .pro-lock {
    width: 4.5333rem;
    height: 5.3333rem;
    margin-bottom: 0.5333rem;
  }
  .pro-core .pro-true .pro-lock .pro-img {
    width: 100%;
    height: 4rem;
  }
  .pro-core .pro-true .pro-lock .pro-img img {
    width: 100%;
    height: 100%;
  }
  .pro-core .pro-true .pro-lock .pro-plock {
    width: 100%;
    height: 1.3333rem;
    text-align: center;
    line-height: 1.3333rem;
    color: #ffffff;
    background: linear-gradient(to right, #b8a48c, #9f7f63);
    font-size: .3733rem;
  }
  .pro-page {
    width: 100%;
    height: 1.0667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5333rem;
    margin-bottom: .2667rem;
  }
  .pro-page .pro-page-left {
    font-size: 0.4267rem;
    color: #333333;
    text-align: center;
    width: 1.0667rem;
    height: 1.0667rem;
    line-height: 1.0667rem;
    margin-right: 0.2667rem;
    background-color: #efebe2;
    border-radius: 0.1333rem;
  }
  .pro-page .num {
    font-size: 0.4267rem;
    color: #333333;
    width: 1.0667rem;
    height: 1.0667rem;
    line-height: 1.0667rem;
    text-align: center;
    margin-right: 0.2667rem;
    background-color: #efebe2;
    border-radius: 0.1333rem;
  }
  .pro-page .pro-page-right {
    font-size: 0.4267rem;
    color: #333333;
    text-align: center;
    width: 1.0667rem;
    height: 1.0667rem;
    line-height: 1.0667rem;
    background-color: #efebe2;
  }
  .pro-page .active5 {
    background-color: #9b795d;
    color: #ffffff;
  }
  .contact {
    padding: 0.5333rem 0;
    margin-bottom: .2667rem;
  }
  .contact .contact-lock-left .contact-lock-aim {
    position: relative;
    font-size: 0.8rem;
    color: #000000;
    padding-top: 0.2667rem;
    font-weight: 700;
  }
  .contact .contact-lock-left .contact-lock-aim::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 2.6667rem;
    height: 0.2133rem;
    background-color: #f7a915;
    border-radius: 0.1333rem;
  }
  .contact .contact-lock-left .contact-tels {
    margin-top: 0.5333rem;
    display: flex;
  }
  .contact .contact-lock-left .contact-tels .contact-tels-left {
    width: 1.0667rem;
    height: 1.0933rem;
    margin-right: 0.5333rem;
  }
  .contact .contact-lock-left .contact-tels .contact-tels-left img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-lock-left .contact-tels .contact-tels-right .contact-tels-title {
    font-size: 0.48rem;
    color: #000000;
    margin-bottom: 0.2667rem;
  }
  .contact .contact-lock-left .contact-tels .contact-tels-right .contact-tels-conts {
    font-size: .3733rem;
    color: #666666;
  }
  .contact .contact-lock-left .contact-tels .contact-tels-left-fox {
    width: 1.0667rem;
    height: 0.8533rem;
    margin-right: 0.5333rem;
  }
  .contact .contact-lock-left .contact-tels .contact-tels-left-fox img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-lock-left .contact-tels-add {
    margin-top: 0.5333rem;
    display: flex;
  }
  .contact .contact-lock-left .contact-tels-add .contact-tels-left-address {
    width: 0.9333rem;
    height: 1.0667rem;
    margin-right: 0.5333rem;
  }
  .contact .contact-lock-left .contact-tels-add .contact-tels-left-address img {
    width: 100%;
    height: 100%;
  }
  .contact .contact-lock-left .contact-tels-add .contact-tels-right .contact-tels-title {
    font-size: 0.48rem;
    color: #000000;
    margin-bottom: 0.2667rem;
  }
  .contact .contact-lock-left .contact-tels-add .contact-tels-right .contact-tels-conts {
    width: 6.9333rem;
    font-size: .3733rem;
    color: #666666;
  }
  .contact .contact-lock-right {
    width: 100%;
    height: 5.3333rem;
    margin: 0.5333rem 0;
  }
  .contact .contact-lock-right #container {
    width: 100%;
    height: 100%;
  }
  .contact .contact-mess .contact-title {
    text-align: center;
    font-size: 0.8rem;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0.5333rem;
  }
  .contact .contact-conts .contact-left .contact-left-name {
    width: 100%;
    height: 1.0667rem;
    margin-bottom: 0.5333rem;
  }
  .contact .contact-conts .contact-left .contact-left-name input {
    font-size: 0.4267rem;
    color: #333333;
    padding: 0 0.4rem;
    width: 100%;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    border-radius: 0.1333rem;
    border: 0.0267rem solid #dddddd;
  }
  .contact .contact-conts .contact-left .contact-left-phone {
    width: 100%;
    height: 1.0667rem;
    margin-bottom: 0.5333rem;
  }
  .contact .contact-conts .contact-left .contact-left-phone input {
    font-size: 0.4267rem;
    color: #333333;
    padding: 0 0.4rem;
    width: 100%;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    border-radius: 0.1333rem;
    border: 0.0267rem solid #dddddd;
  }
  .contact .contact-conts .contact-left .contact-left-email {
    width: 100%;
    height: 1.0667rem;
    margin-bottom: 0.5333rem;
  }
  .contact .contact-conts .contact-left .contact-left-email input {
    font-size: 0.4267rem;
    color: #333333;
    padding: 0 0.4rem;
    width: 100%;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    border-radius: 0.1333rem;
    border: 0.0267rem solid #dddddd;
  }
  .contact .contact-conts .contact-right {
    width: 100%;
  }
  .contact .contact-conts .contact-right textarea {
    width: 100%;
    height: 100%;
    font-size: 0.4267rem;
    min-height: 4rem;
    padding: 0.2667rem;
    box-sizing: border-box;
    color: #333333;
    border: 0.0267rem solid #dddddd;
    outline: none;
  }
  .contact .contact-submit {
    margin-top: 0.5333rem;
    width: 2.1333rem;
    height: 1.6rem;
    background-color: #9b795d;
    font-size: 0.4267rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.6rem;
    border-radius: 0.1333rem;
  }
  .pc_1 {
    padding: 0.5333rem 0;
  }
  .pc_1 .pc_2 .pc_3 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc_1 .pc_2 .pc_3 img {
    max-width: 100%;
  }
  .pc_1 .pc_5 {
    margin-top: 0.5333rem;
    margin-bottom: 0.5333rem;
  }
  .pc_1 .pc_4 {
    text-align: center;
    font-size: 0.48rem;
    color: #333333;
  }
  .pc_1 .pc_6 {
    text-align: left;
    font-size: 0.4267rem;
    color: #333333;
  }
  .qua {
    padding-bottom: 0.5333rem;
  }
  .qua .qua-core {
    position: relative;
    font-size: 0.8rem;
    color: #333333;
    margin-bottom: 0.8rem;
    margin-top: .2667rem;
  }
  .qua .qua-core::before {
    position: absolute;
    left: 0;
    bottom: -0.2667rem;
    width: 2.1333rem;
    height: 0.1067rem;
    background-color: #f7a913;
    content: "";
  }
  .qua .qua-site {
    width: 100%;
  }
  .qua .qua-site .qua-imgs {
    width: 100%;
  }
  .qua .qua-site .qua-imgs img {
    max-width: 100%;
  }
  .qua .qua-site .qua-kay {
    margin-top: 0.4rem;
  }
  .qua .qua-site .qua-kay .qua-lock {
    font-size: 0.4533rem;
    color: #333333;
    padding: 0.2667rem 0.4rem;
    background-color: #9b795d;
    width: 4.2667rem;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
  }
  .qua .qua-site .qua-kay .qua-stand {
    font-size: 0.4267rem;
    margin-top: 0.5333rem;
    color: #555555;
    line-height: 0.8rem;
  }
  .qua .qua-jc {
    display: none;
  }
  .qua .qua-plock {
    width: 100%;
    margin: 0.5333rem 0;
  }
  .qua .qua-plock img {
    max-width: 100%;
    height: auto;
  }
  .qua .qua-production {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qua .qua-production .qua-serv {
    width: 4.5333rem;
    margin-bottom: 0.4rem;
  }
  .qua .qua-production .qua-serv .qua-serv-img {
    width: 100%;
  }
  .qua .qua-production .qua-serv .qua-serv-img img {
    max-width: 100%;
    height: auto;
  }
  .qua .qua-production .qua-serv .qua-serv-titles {
    padding: 0 0.3333rem 0.2667rem 0.3333rem;
    font-size: 0.4267rem;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .qua .qua-production .qua-serv:nth-last-child(1) {
    margin-bottom: 0;
  }
  .app {
    padding-bottom: 0.5333rem;
  }
  .app .qua-core {
    position: relative;
    font-size: 0.8rem;
    color: #333333;
    margin-bottom: 0.8rem;
  }
  .app .qua-core::before {
    position: absolute;
    left: 0;
    bottom: -0.2667rem;
    width: 2.1333rem;
    height: 0.1067rem;
    background-color: #f7a913;
    content: "";
  }
  .app .app-chip {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .app .app-chip .app-lock {
    width: 4.5333rem;
    margin-bottom: 0.4rem;
  }
  .app .app-chip .app-lock .app-img {
    width: 100%;
  }
  .app .app-chip .app-lock .app-img img {
    max-width: 100%;
  }
  .app .app-chip .app-lock .app-title {
    font-size: 0.3733rem;
    color: #333333;
    text-align: center;
    padding: 0.2667rem 0;
    background-color: #faf6f3;
  }
  .app .app-chip .app-lock .app-conts {
    display: none;
  }
  .app .app-chip:nth-last-child(1) .app-title {
    margin-bottom: 0;
  }
  .app .app-chip:nth-last-child(2) .app-title {
    margin-bottom: 0;
  }
  .news {
    padding: 0.5333rem 0;
  }
  .news .news-col {
    width: 100%;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: .4rem;
    display: block;
  }
  .news .news-col .news-col-left-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .news .news-col .news-col-left-img img {
    max-width: 100%;
  }
  .news .news-col .news-col-right {
    padding: 0.2667rem 0;
  }
  .news .news-col .news-col-right .news-col-times {
    font-size: 0.4267rem;
    color: #9b795d;
    padding: 0 0.2667rem;
  }
  .news .news-col .news-col-right .news-col-title {
    font-size: .48rem;
    color: #333333;
    font-weight: 700;
    margin: 0.2667rem 0;
    padding: 0 0.2667rem;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news .news-col .news-col-right .news-col-conts {
    font-size: .3733rem;
    color: #333333;
    margin-bottom: 0.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.2667rem;
  }
  .news .news-col .news-col-right .news-col-more {
    width: 2.6667rem;
    padding: 0.2667rem 0.3333rem;
    font-size: 0.3733rem;
    border-radius: 0.0667rem;
    text-align: center;
    border: 0.0267rem solid #a07f65;
    box-sizing: border-box;
    color: #a3846c;
    margin-left: 0.2667rem;
  }
  .pc_7 {
    padding: 0.5333rem 0;
  }
  .pc_7 .pc_8 {
    text-align: left;
    font-size: 0.4267rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.4rem;
  }
  .pc_7 .pc_9 {
    font-size: 0.32rem;
    color: #999999;
    margin-bottom: 0.4rem;
  }
  .pc_7 .pc_p1 {
    font-size: 0.3733rem;
    color: #333333;
    text-align: left;
    line-height: 0.8rem;
  }
  a {
    text-decoration: none;
  }
  .current {
    font-size: 0.4267rem;
    color: #333333;
    width: 1.0667rem;
    height: 1.0667rem;
    line-height: 1.0667rem;
    text-align: center;
    margin-right: 0.2667rem;
    background-color: #efebe2;
    border-radius: 0.1333rem;
  }
  .active {
    font-size: .4533rem !important;
    color: #9b795d !important;
    font-weight: 700;
  }
  .video {
    width: 100%;
    height: 100%;
  }
  .video video {
    width: 100%;
    height: 100%;
  }
  .qua-inter {
    display: none;
  }
}
