@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, footer, header, section,
tfoot, thead, tr, th, td, textarea, input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: cn_re;
  letter-spacing: 1px; }

address, cite, dfn, em, var, i {
  font-style: normal; }

body {
  font-size: 16px;
  line-height: 1;
  color: #222;
  background: #fff; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6, th {
  font-size: 100%;
  font-weight: normal; }

button, input, select, textarea {
  font-size: 100%; }

fieldset, img {
  border: 0; }

a {
  text-decoration: none;
  color: #666;
  background: none; }

ul, ol {
  list-style: none; }

:focus {
  outline: none; }

.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.db {
  display: block; }

.dn {
  display: none; }

img {
  display: block; }

/*-------------公共小样式---------------*/
/*多行文本隐藏*/
/*字体设置*/
/*渐变色背景*/
/*提示文字*/
/*过渡动画*/
/*-------------------共享---------------------*/
.cen {
  width: 100%;
  margin: 0 auto;
  position: relative; }

/*居中*/
.position_z {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

/*----------------错误提示------------------*/
.tips {
  padding: 20px;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.3rem;
  color: #fff;
  transition: opacity .5s;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.tips.show {
  opacity: 1;
  z-index: 1000; }

/*隐藏域*/
.hidden_input {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0; }

@font-face {
  font-family: "cn_re";
  src: url("../fonts/中文字体/HarmonyOS_Sans_SC_Regular.ttf"); }
@font-face {
  font-family: "cn_li";
  src: url("../fonts/中文字体/HarmonyOS_Sans_SC_Light.ttf"); }
@font-face {
  font-family: "cn_bo";
  src: url("../fonts/中文字体/HarmonyOS_Sans_SC_Bold.ttf"); }
@font-face {
  font-family: "en_re";
  src: url("../fonts/英文版字体/HarmonyOS_Sans_Regular.ttf"); }
@font-face {
  font-family: "en_li";
  src: url("../fonts/英文版字体/HarmonyOS_Sans_Light.ttf"); }
@font-face {
  font-family: "en_bo";
  src: url("../fonts/英文版字体/HarmonyOS_Sans_Bold.ttf"); }
/*公共头部-PC*/
.header_pc {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: rgba(240, 130, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s; }
  .header_pc .left {
    display: flex;
    align-items: center;
    margin-right: 200px; }
    .header_pc .left .logo {
      width: 70px;
      height: 68px; }
    .header_pc .left .name {
      width: 203px;
      height: 38px; }
  .header_pc .middle {
    display: flex;
    align-items: center;
    height: 100%; }
    .header_pc .middle .detail {
      position: relative;
      padding: 0 25px;
      height: 100%; }
      .header_pc .middle .detail .deTitle {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 18px;
        color: #fff;
        line-height: 1.5; }
      .header_pc .middle .detail .deInfo {
        height: 0;
        position: fixed;
        top: 150px;
        left: 0;
        width: 100%;
        background: #fff;
        transition: height .5s;
        cursor: default;
        overflow: hidden; }
        .header_pc .middle .detail .deInfo .deInfo_child {
          width: 80%;
          height: 100%;
          display: flex;
          align-items: center;
          margin: 0 auto; }
          .header_pc .middle .detail .deInfo .deInfo_child .infoLeft {
            flex: 1; }
            .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .title {
              font-size: 18px;
              color: #333;
              font-weight: bold; }
            .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .list {
              display: flex;
              flex-wrap: wrap;
              margin-top: 25px; }
              .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .list .liDetail, .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .list .liDetailTwo {
                width: 48%;
                margin-right: 2%;
                height: 50px;
                border: 1px solid #aaa;
                display: flex;
                align-items: center;
                padding: 0 20px;
                border-radius: 5px;
                margin-bottom: 10px;
                font-size: 18px;
                color: #aaa;
                cursor: pointer; }
              .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .list .liDetail:hover {
                border: 1px solid #ccb785;
                background: #ccb785;
                color: #fff; }
              .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .list .liDetailShow {
                border: 1px solid #ccb785;
                background: #ccb785;
                color: #fff;
                position: relative; }
                .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .list .liDetailShow span {
                  width: 40px;
                  height: 40px;
                  background: #ccb785;
                  position: absolute;
                  bottom: -6px;
                  left: 50%;
                  margin-left: -20px;
                  transform: rotate(45deg); }
            .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .listTwo {
              display: none;
              flex-wrap: wrap;
              margin-top: 30px;
              padding: 0 30px;
              max-height: 180px;
              overflow: hidden; }
              .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .listTwo .twoDetail {
                font-size: 16px;
                color: #aaa;
                line-height: 36px;
                cursor: pointer; }
                .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .listTwo .twoDetail span {
                  margin: 0 10px;
                  cursor: default; }
              .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .listTwo .twoDetail:last-of-type span {
                display: none; }
              .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .listTwo .twoDetail:hover {
                color: #ccb785; }
                .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .listTwo .twoDetail:hover span {
                  color: #aaa; }
          .header_pc .middle .detail .deInfo .deInfo_child .infoRight {
            width: 360px;
            height: 210px;
            margin-left: 290px;
            flex-shrink: 0; }
            .header_pc .middle .detail .deInfo .deInfo_child .infoRight img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
    .header_pc .middle .detail:hover .deTitle {
      color: #ccb785; }
    .header_pc .middle .detail:hover .line {
      position: absolute;
      bottom: 50px;
      left: 50%;
      margin-left: -21px;
      width: 42px;
      height: 2px;
      background: #ccb785; }
    .header_pc .middle .detail:hover .deInfo {
      height: 350px; }
    .header_pc .middle .detailShow .deTitle {
      color: #ccb785; }
    .header_pc .middle .detailShow .line {
      position: absolute;
      bottom: 50px;
      left: 50%;
      margin-left: -21px;
      width: 42px;
      height: 2px;
      background: #ccb785; }
  .header_pc .right {
    display: flex;
    align-items: center; }
    .header_pc .right .search {
      height: 50px;
      display: flex;
      align-items: center;
      margin-left: 70px;
      cursor: pointer; }
      .header_pc .right .search img {
        width: 17px;
        height: 16px; }
      .header_pc .right .search .searchInfo {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff; }
    .header_pc .right .language {
      margin-left: 30px;
      position: relative;
      cursor: pointer; }
      .header_pc .right .language .lanInfo {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #fff;
        height: 50px; }
        .header_pc .right .language .lanInfo img {
          width: 18px;
          height: 18px;
          margin-right: 6px; }
      .header_pc .right .language .lanList {
        position: absolute;
        top: 50px;
        left: 50%;
        width: 100px;
        margin-left: -50px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        height: 0;
        transition: height .5s;
        overflow: hidden; }
        .header_pc .right .language .lanList .detail {
          height: 35px;
          display: flex;
          align-items: center;
          font-size: 14px;
          color: #fff; }
          .header_pc .right .language .lanList .detail img {
            width: 26px;
            height: 17px;
            margin: 0 10px; }
    .header_pc .right .language:hover .lanList {
      height: 70px; }

.header_pc_child_tips {
  background: #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20; }
  .header_pc_child_tips .info {
    width: 80%;
    font-size: 12px;
    color: #333; }

.header_pc_child {
  display: none;
  height: 80px;
  background: #fff;
  top: 20px; }
  .header_pc_child .left .logo {
    width: 63px;
    height: 62px; }
  .header_pc_child .left .name {
    width: 183px;
    height: 35px; }
  .header_pc_child .middle .detail .deTitle {
    color: #333; }
  .header_pc_child .middle .detail .deInfo {
    top: 100px; }
  .header_pc_child .middle .detailShow .deTitle {
    color: #ccb785; }
  .header_pc_child .middle .detailShow .line {
    bottom: 0; }
  .header_pc_child .middle .detail:hover {
    color: #ccb785; }
    .header_pc_child .middle .detail:hover .line {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -21px;
      width: 42px;
      height: 2px;
      background: #ccb785; }
    .header_pc_child .middle .detail:hover .deInfo {
      height: 350px; }
  .header_pc_child .right .search .searchInfo {
    color: #333; }
  .header_pc_child .right .language .lanInfo {
    color: #333; }

.header_pc_hide {
  display: none; }

.header_pc_show {
  display: flex; }

/*搜索弹窗*/
.searchPop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .searchPop .info {
    width: 80%;
    height: 200px;
    background: #fff;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .searchPop .info .title {
      font-size: 30px;
      color: #333; }
    .searchPop .info .initKeyword {
      width: 100%;
      height: 50px;
      background: #eee;
      border: 0;
      font-size: 18px;
      color: #333;
      margin-top: 20px;
      padding: 0 30px; }
    .searchPop .info input:-moz-placeholder {
      font-size: 18px;
      color: #aaa; }
    .searchPop .info input::-moz-placeholder {
      font-size: 18px;
      color: #aaa; }
    .searchPop .info input:-ms-input-placeholder {
      font-size: 18px;
      color: #aaa; }
    .searchPop .info input::-webkit-input-placeholder {
      font-size: 18px;
      color: #aaa; }
    .searchPop .info .btn {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top: 20px; }
      .searchPop .info .btn .btnInfo {
        padding: 0 20px;
        height: 40px;
        font-size: 18px;
        color: #333;
        border: 0;
        background: none;
        display: flex;
        align-items: center;
        margin-left: 20px;
        transition: all .5s;
        cursor: pointer; }
      .searchPop .info .btn .btnInfo:hover {
        background: #eee; }

/*PC头部响应*/
@media (max-width: 1440px) {
  .header_pc .left {
    margin-right: 100px; }

  .header_pc .middle .detail {
    padding: 0 15px; }

  .header_pc .middle .detail .deInfo .deInfo_child .infoRight {
    margin-left: 40px; } }
@media (max-width: 1280px) {
  .header_pc .left {
    margin-right: 50px; }

  .header_pc .middle .detail {
    padding: 0 10px; }

  .header_pc .middle .detail .deInfo .deInfo_child {
    margin: 0 auto; } }
@media (max-width: 1024px) {
  .header_pc .left {
    margin-right: 20px; }

  .header_pc .middle .detail {
    padding: 0 5px; }

  .header_pc .middle .detail .deTitle {
    font-size: 16px; }

  .header_pc .right .search {
    margin-left: 20px; }

  .header_pc .right .search .searchInfo, .header_pc .right .language .lanInfo {
    font-size: 16px; }

  .header_pc .middle .detail .deInfo .deInfo_child .infoLeft .listTwo {
    padding: 0;
    margin-top: 10px; } }
@media (max-width: 768px) {
  .header_pc {
    display: none; }

  .header_mobile {
    display: block; }

  .searchPop .info {
    height: 140px;
    padding: 0 20px; }
    .searchPop .info input:-moz-placeholder {
      font-size: 14px;
      color: #aaa; }
    .searchPop .info input::-moz-placeholder {
      font-size: 14px;
      color: #aaa; }
    .searchPop .info input:-ms-input-placeholder {
      font-size: 14px;
      color: #aaa; }
    .searchPop .info input::-webkit-input-placeholder {
      font-size: 14px;
      color: #aaa; }

  .searchPop .info .title {
    font-size: 20px; }

  .searchPop .info .initKeyword {
    height: 40px;
    font-size: 14px;
    margin-top: 10px; }

  .searchPop .info .btn {
    margin-top: 10px; }

  .searchPop .info .btn .btnInfo {
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
    margin-left: 10px; } }
/* 公共头部-mobile*/
.header_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 40; }
  .header_mobile .left {
    max-height: 70%; }
  .header_mobile .middle {
    display: flex;
    height: 100%;
    align-items: center; }
    .header_mobile .middle img {
      width: 17px;
      height: 16px;
      margin-right: 10px; }
    .header_mobile .middle .searchInfo {
      font-size: 16px;
      color: #333; }
  .header_mobile .right {
    width: 30px; }

.header_mobileCover {
  height: 50px;
  display: none; }

@media (max-width: 1640px) {
  .header_pc .info {
    width: 1200px; }

  .header_pc .info .middle .miInfo {
    margin: 0 5px; } }
@media (max-width: 1240px) {
  .header_pc .info {
    width: 1000px; }

  .header_pc .info .middle {
    padding: 0 10px; }

  .header_pc .info .middle .miInfo .oneHref {
    font-size: 14px; }

  .header_pc .info .middle .miInfo .twoList .twoHref {
    font-size: 14px; } }
@media (max-width: 1040px) {
  .header_pc .info {
    width: 768px; }

  .header_pc .info .left {
    height: 50%; }

  .header_pc .info .middle .miInfo .oneHref {
    font-size: 12px; }

  .header_pc .info .middle .miInfo .twoList .twoHref {
    font-size: 12px; } }
@media (max-width: 768px) {
  .header_pc {
    display: none !important; }

  .header_mobile {
    display: flex; }

  .header_mobileCover {
    display: block; } }
/*mobile导航*/
.mobileTab {
  width: 200px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: -200px;
  transition: left 0.5s;
  -moz-transition: left 0.5s;
  /* Firefox 4 */
  -webkit-transition: left 0.5s;
  /* Safari and Chrome */
  -o-transition: left 0.5s;
  /* Opera */
  z-index: 30;
  padding: 50px 0; }
  .mobileTab .tabInfo {
    overflow-y: auto; }
    .mobileTab .tabInfo .infoDetail {
      height: 40px;
      display: flex;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      /* Firefox 4 */
      -webkit-transition: all 0.5s;
      /* Safari and Chrome */
      -o-transition: all 0.5s;
      /* Opera */
      background: #fff; }
      .mobileTab .tabInfo .infoDetail .oneHref {
        flex: 1;
        width: 10px;
        height: 100%;
        padding: 0 10px;
        font-size: 14px;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        word-break: break-all;
        line-height: 40px; }
      .mobileTab .tabInfo .infoDetail .more {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 10px; }
        .mobileTab .tabInfo .infoDetail .more img {
          width: 20px; }
        .mobileTab .tabInfo .infoDetail .more .open {
          display: block; }
        .mobileTab .tabInfo .infoDetail .more .close {
          display: none; }
    .mobileTab .tabInfo .tabList {
      padding: 0 20px;
      height: 0;
      overflow: hidden;
      transition: height 0.5s;
      -moz-transition: height 0.5s;
      /* Firefox 4 */
      -webkit-transition: height 0.5s;
      /* Safari and Chrome */
      -o-transition: height 0.5s;
      /* Opera */ }
      .mobileTab .tabInfo .tabList .twoHref {
        font-size: 14px;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        word-break: break-all;
        line-height: 40px; }
  .mobileTab .tabInfo_active .infoDetail {
    background: #ccb785; }
    .mobileTab .tabInfo_active .infoDetail .more .open {
      display: none; }
    .mobileTab .tabInfo_active .infoDetail .more .close {
      display: block; }

.mobileTabCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */ }

/*公共底部*/
.footer_pc_mobile {
  position: relative;
  z-index: 20; }
  .footer_pc_mobile .one {
    height: 150px;
    background: #938253;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 160px; }
    .footer_pc_mobile .one .left .title {
      font-size: 50px;
      color: #fff; }
    .footer_pc_mobile .one .left .footer_tips {
      font-size: 20px;
      color: #fff;
      margin-top: 10px; }
    .footer_pc_mobile .one .right {
      display: flex;
      align-items: center;
      font-size: 30px;
      color: #efefef;
      font-weight: bold; }
      .footer_pc_mobile .one .right img {
        width: 36px;
        height: 36px;
        margin-right: 14px; }
  .footer_pc_mobile .two {
    display: flex;
    justify-content: center;
    background: #252525;
    padding: 50px 0 60px; }
    .footer_pc_mobile .two .left {
      margin-right: 90px; }
      .footer_pc_mobile .two .left img {
        width: 122px;
        height: 162px; }
    .footer_pc_mobile .two .middle {
      display: flex; }
      .footer_pc_mobile .two .middle .detail {
        margin-right: 90px; }
        .footer_pc_mobile .two .middle .detail .title {
          font-size: 20px;
          color: #fff; }
        .footer_pc_mobile .two .middle .detail .list {
          margin-top: 25px; }
          .footer_pc_mobile .two .middle .detail .list .liDetail, .footer_pc_mobile .two .middle .detail .list .liDetailTwo {
            font-size: 16px;
            color: #606060;
            line-height: 30px;
            cursor: pointer;
            display: block;
            word-break: break-all; }
          .footer_pc_mobile .two .middle .detail .list .liDetail:hover {
            color: #ccb785; }
    .footer_pc_mobile .two .right .riTop {
      display: flex; }
      .footer_pc_mobile .two .right .riTop .detail {
        margin-right: 38px; }
        .footer_pc_mobile .two .right .riTop .detail img {
          width: 130px;
          height: 130px; }
        .footer_pc_mobile .two .right .riTop .detail .title {
          text-align: center;
          font-size: 14px;
          color: #ccb785;
          line-height: 30px; }
      .footer_pc_mobile .two .right .riTop .detail:last-of-type {
        margin: 0 0 0 20px; }
        .footer_pc_mobile .two .right .riTop .detail:last-of-type img {
          width: 140px;
          height: 140px;
          margin-top: -10px; }
    .footer_pc_mobile .two .right .riBot {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top: 20px; }
      .footer_pc_mobile .two .right .riBot .detail {
        margin-left: 10px; }
        .footer_pc_mobile .two .right .riBot .detail img {
          width: 25px;
          height: 25px; }
  .footer_pc_mobile .three {
    height: 50px;
    background: #000; }
    .footer_pc_mobile .three .info {
      width: 80%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center; }
      .footer_pc_mobile .three .info .detail {
        font-size: 14px;
        color: #888;
        margin-right: 20px;
        display: flex;
        align-items: center; }
      .footer_pc_mobile .three .info img {
        width: 56px;
        height: 28px;
        margin: 0 30px; }

@media (max-width: 1440px) {
  .footer_pc_mobile .two .middle .detail {
    margin-right: 40px; } }
@media (max-width: 1280px) {
  .footer_pc_mobile .two .middle .detail {
    margin-right: 20px; }

  .footer_pc_mobile .two .left {
    margin-right: 20px; }

  .footer_pc_mobile .three .info img {
    margin-left: 0; } }
@media (max-width: 1024px) {
  .footer_pc_mobile .one {
    padding: 0 50px; }

  .footer_pc_mobile .one .right {
    font-size: 26px; }

  .footer_pc_mobile .two .right .riTop {
    width: 340px;
    flex-wrap: wrap;
    justify-content: flex-end; }

  .footer_pc_mobile .two .right .riTop .detail:nth-of-type(2) {
    margin-right: 0; }

  .footer_pc_mobile .two .right .riTop .detail:last-of-type {
    margin-top: 20px; }

  .footer_pc_mobile .three .info {
    width: 100%;
    padding: 0 10px; } }
@media (max-width: 768px) {
  .footer_pc_mobile .one {
    height: auto;
    padding: 20px;
    display: block; }

  .footer_pc_mobile .one .left .title {
    font-size: 26px; }

  .footer_pc_mobile .one .left .footer_tips {
    font-size: 16px; }

  .footer_pc_mobile .one .right {
    font-size: 16px;
    margin-top: 10px; }

  .footer_pc_mobile .one .right img {
    width: 20px;
    height: 20px;
    margin-right: 6px; }

  .footer_pc_mobile .two {
    padding: 20px 0 30px;
    display: block; }

  .footer_pc_mobile .two .left {
    display: none; }

  .footer_pc_mobile .two .middle {
    justify-content: center; }

  .footer_pc_mobile .two .middle .detail {
    margin: 0 10px; }

  .footer_pc_mobile .two .middle .detail:last-of-type {
    width: 160px; }

  .footer_pc_mobile .two .middle .detail .title {
    font-size: 16px; }

  .footer_pc_mobile .two .middle .detail .list .liDetail, .footer_pc_mobile .two .middle .detail .list .liDetailTwo {
    font-size: 14px; }

  .footer_pc_mobile .two .right {
    margin-top: 20px; }

  .footer_pc_mobile .two .right .riTop {
    display: flex;
    width: auto;
    flex-wrap: initial;
    justify-content: center; }

  .footer_pc_mobile .two .right .riTop .detail, .footer_pc_mobile .two .right .riTop .detail:nth-of-type(2) {
    margin-right: 10px; }

  .footer_pc_mobile .two .right .riTop .detail:last-of-type {
    margin: 0; }

  .footer_pc_mobile .two .right .riTop .detail img {
    width: 100px;
    height: 100px; }

  .footer_pc_mobile .two .right .riTop .detail:last-of-type img {
    width: 110px;
    height: 110px; }

  .footer_pc_mobile .two .right .riTop .detail .title {
    font-size: 12px; }

  .footer_pc_mobile .two .right .riBot {
    margin-top: 0;
    padding-right: 30px; }

  .footer_pc_mobile .three {
    height: 120px;
    padding: 10px 0; }

  .footer_pc_mobile .three .info {
    display: block; }

  .footer_pc_mobile .three .info .detail {
    margin-right: 0;
    line-height: 24px; } }
/*首页*/
.index .banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000; }
  .index .banner .video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .index .banner .swiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); }
    .index .banner .swiper_banner .info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100%; }
      .index .banner .swiper_banner .info .hzhb {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index .banner .swiper_banner .info .hzhb img {
          width: 628px;
          height: 97px; }
      .index .banner .swiper_banner .info .text {
        font-size: 50px;
        color: #fff;
        height: 120px;
        font-weight: bold;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
        text-align: center; }
      .index .banner .swiper_banner .info .textOne {
        font-size: 50px;
        color: #fff;
        height: 120px;
        font-weight: bold;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
        text-align: center; }
      .index .banner .swiper_banner .info .textTwo {
        font-size: 100px;
        color: #fff;
        height: 120px;
        font-weight: bold;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
        text-align: center; }
      .index .banner .swiper_banner .info .textThree {
        font-size: 20px;
        color: #fff;
        height: 120px;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
        text-align: center; }
      .index .banner .swiper_banner .info .btn {
        display: flex;
        margin-top: 70px; }
        .index .banner .swiper_banner .info .btn .detail {
          width: 130px;
          height: 35px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #fff;
          font-size: 16px;
          color: #fff;
          cursor: pointer; }
        .index .banner .swiper_banner .info .btn .detail:hover {
          border: 1px solid #ccb785;
          background: #ccb785; }
        .index .banner .swiper_banner .info .btn .line {
          width: 50px; }
  .index .banner .home_tips {
    position: absolute;
    right: 170px;
    bottom: 25px;
    z-index: 20;
    transition: all .5s; }
    .index .banner .home_tips img {
      width: 30px;
      height: 55px;
      margin: 0 auto; }
    .index .banner .home_tips .tips_text {
      font-size: 14px;
      color: #fff;
      margin-top: 16px;
      text-align: center; }
.index .indexTitle {
  font-size: 35px;
  color: #ccb785;
  font-weight: bold;
  text-align: center;
  margin: 70px auto 0; }
  .index .indexTitle .line {
    width: 80px;
    height: 5px;
    background: #ccb785;
    margin: 10px auto 0; }
  .index .indexTitle .titleTips {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-align: center;
    font-weight: normal; }
.index .index_about {
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden; }
  .index .index_about .aboutBg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 300px; }
    .index .index_about .aboutBg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .index .index_about .about_info {
    width: 1600px;
    height: 500px;
    display: flex;
    margin: 20px auto 60px;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2); }
    .index .index_about .about_info .left {
      width: 50%;
      height: 100%;
      background: #fff;
      padding: 0 80px 0 40px;
      overflow: hidden; }
      .index .index_about .about_info .left .title {
        font-size: 50px;
        color: #ccb785;
        font-weight: bold;
        margin-top: 50px; }
      .index .index_about .about_info .left .company {
        margin-top: 15px;
        font-size: 30px;
        color: #ccb785; }
      .index .index_about .about_info .left .line {
        width: 80px;
        height: 5px;
        background-color: #ccb785;
        margin-top: 17px; }
      .index .index_about .about_info .left .content {
        margin-top: 47px;
        font-size: 16px;
        color: #000;
        line-height: 35px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        word-break: break-all;
        text-align: justify;
        font-family: "MicrosoftYaHei";
        text-indent: 2em; }
      .index .index_about .about_info .left .btn {
        display: block;
        float: left;
        padding: 0 42px;
        height: 45px;
        line-height: 45px;
        border: 1px solid #ccb785;
        font-size: 16px;
        color: #ccb785;
        margin-top: 40px; }
      .index .index_about .about_info .left .btn:hover {
        background: #ccb785;
        color: #fff; }
    .index .index_about .about_info .right {
      width: 50%;
      height: 100%;
      background: #fff; }
      .index .index_about .about_info .right img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
.index .index_about_zz {
  padding: 65px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .index .index_about_zz .detail {
    width: 220px;
    height: 100px;
    position: relative; }
    .index .index_about_zz .detail .deImgOne, .index .index_about_zz .detail .deImgTwo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      transition: all 1s; }
    .index .index_about_zz .detail .deImgOne {
      transform: rotateY(0deg); }
    .index .index_about_zz .detail .deImgTwo {
      transform: rotateY(180deg); }
  .index .index_about_zz .detail:hover .deImgOne {
    transform: rotateY(180deg); }
  .index .index_about_zz .detail:hover .deImgTwo {
    transform: rotateY(0deg); }
  .index .index_about_zz .line {
    width: 1px;
    height: 70px;
    background: #ccb785; }
.index .index_products .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 50px; }
  .index .index_products .tab .detail {
    width: 200px;
    height: 50px;
    border-radius: 20px;
    border: 2px solid #ccb785;
    margin: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ccb785;
    cursor: pointer;
    position: relative; }
  .index .index_products .tab .detailShow {
    background: #ccb785;
    color: #fff; }
    .index .index_products .tab .detailShow span {
      position: absolute;
      width: 20px;
      height: 20px;
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      background: #ccb785;
      transform: rotate(45deg); }
.index .index_products .list {
  display: flex;
  flex-wrap: wrap;
  width: 1600px;
  margin: 0 auto; }
  .index .index_products .list .detail {
    width: 390px;
    height: 240px;
    background-color: #eeeeee;
    margin-right: calc(40px / 3);
    margin-bottom: calc(40px / 3);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .index .index_products .list .detail .left {
      flex: 1;
      /*margin-right: 10px;*/
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 25px; }
      .index .index_products .list .detail .left .title {
        font-size: 22px;
        color: #000;
        line-height: 1.5; }
      .index .index_products .list .detail .left .line {
        width: 50px;
        height: 2px;
        background-color: #ccb785;
        margin-top: 14px; }
      .index .index_products .list .detail .left .content {
        font-size: 14px;
        color: #000;
        line-height: 20px;
        margin-top: 14px; }
      .index .index_products .list .detail .left .color {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .index .index_products .list .detail .left .color .coDetail {
          display: flex;
          align-items: center;
          font-size: 14px;
          color: #000;
          margin: 0 10px 10px 0; }
          .index .index_products .list .detail .left .color .coDetail .circle {
            width: 15px;
            height: 15px;
            margin-right: 14px;
            border-radius: 50%; }
    .index .index_products .list .detail .right {
      width: 200px;
      height: 240px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .index .index_products .list .detail .right img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain; }
    .index .index_products .list .detail .cover {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -240px;
      left: 0;
      background: rgba(204, 183, 133, 0.8);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      transition: bottom .5s; }
      .index .index_products .list .detail .cover .title {
        font-size: 30px;
        color: #fff;
        line-height: 1.5; }
      .index .index_products .list .detail .cover .content {
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
        margin-top: 16px; }
      .index .index_products .list .detail .cover .btn {
        width: 160px;
        height: 45px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        margin-top: 20px; }
  .index .index_products .list .detail:nth-of-type(4n) {
    margin-right: 0; }
  .index .index_products .list .detail:hover .cover {
    bottom: 0; }
.index .index_dz {
  margin-top: 70px; }
  .index .index_dz .title {
    font-size: 35px;
    color: #ccb785;
    font-weight: bold;
    text-align: center; }
  .index .index_dz .dz_more {
    width: 33px;
    height: 14px;
    margin: 28px auto 0; }
  .index .index_dz .dz_info {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    width: 100%; }
    .index .index_dz .dz_info .dz_detail {
      width: 208px;
      height: 650px;
      transition: all .5s;
      position: relative;
      overflow: hidden; }
      .index .index_dz .dz_info .dz_detail img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .index .index_dz .dz_info .dz_detail .bigCover {
        position: absolute;
        top: 0;
        left: 0;
        width: 650px;
        height: 100%;
        z-index: 10;
        padding: 0 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0; }
        .index .index_dz .dz_info .dz_detail .bigCover .cover_title {
          font-size: 20px;
          color: #fff;
          line-height: 30px; }
        .index .index_dz .dz_info .dz_detail .bigCover .line {
          width: 32px;
          height: 2px;
          background: #fff;
          margin: 30px 0; }
        .index .index_dz .dz_info .dz_detail .bigCover .content {
          font-size: 16px;
          color: #fff;
          line-height: 30px; }
      .index .index_dz .dz_info .dz_detail .smallCover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        padding: 0 30px 58px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        opacity: 1; }
        .index .index_dz .dz_info .dz_detail .smallCover .cover_title {
          font-size: 20px;
          color: #fff;
          line-height: 30px; }
        .index .index_dz .dz_info .dz_detail .smallCover .line {
          width: 32px;
          height: 2px;
          background: #fff;
          margin: 30px 0 0; }
    .index .index_dz .dz_info .dz_detail_active {
      width: 880px; }
      .index .index_dz .dz_info .dz_detail_active .smallCover {
        opacity: 0; }
      .index .index_dz .dz_info .dz_detail_active .bigCover {
        opacity: 1; }
.index .index_news .list {
  width: 1600px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between; }
  .index .index_news .list .detail {
    width: 510px;
    margin-bottom: 80px; }
    .index .index_news .list .detail .deImg {
      width: 100%;
      height: 350px;
      position: relative;
      overflow: hidden; }
      .index .index_news .list .detail .deImg img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s; }
    .index .index_news .list .detail .title {
      font-size: 20px;
      color: #000;
      line-height: 36px;
      font-weight: bold;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      word-break: break-all;
      margin-top: 30px; }
    .index .index_news .list .detail .time {
      font-size: 16px;
      color: #999;
      line-height: 24px;
      margin-top: 12px; }
    .index .index_news .list .detail .content {
      font-size: 16px;
      color: #999;
      line-height: 30px;
      text-align: justify;
      margin-top: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      word-break: break-all;
      height: 60px;
      overflow: hidden; }
    .index .index_news .list .detail .btn {
      width: 160px;
      height: 45px;
      border: solid 1px #333;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #333;
      margin: 55px auto 0; }
  .index .index_news .list .detail:hover .title {
    color: #ccb785; }
  .index .index_news .list .detail:hover .btn {
    border-color: #ccb785;
    color: #ccb785; }
  .index .index_news .list .detail:hover .deImg img {
    width: 110%;
    height: 110%; }
.index .index_contact {
  position: relative; }
  .index .index_contact .info {
    width: 1600px;
    margin: 0 auto;
    padding: 36px 0 30px;
    position: relative;
    z-index: 10; }
    .index .index_contact .info .title {
      font-size: 45px;
      color: #fff; }
    .index .index_contact .info .content {
      font-size: 22px;
      color: #fff;
      line-height: 1.5;
      margin-top: 15px; }
    .index .index_contact .info .conForm {
      display: flex;
      margin-top: 40px; }
      .index .index_contact .info .conForm .detail {
        width: 447px;
        height: 73px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        margin: 0 24px 24px 0; }
        .index .index_contact .info .conForm .detail .left {
          width: 62px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
        .index .index_contact .info .conForm .detail .right {
          flex: 1; }
          .index .index_contact .info .conForm .detail .right input {
            width: 100%;
            height: 73px;
            font-size: 16px;
            color: #333;
            border: 0;
            background: #fff; }
          .index .index_contact .info .conForm .detail .right input:-moz-placeholder {
            font-size: 16px;
            color: #999; }
          .index .index_contact .info .conForm .detail .right input::-moz-placeholder {
            font-size: 16px;
            color: #999; }
          .index .index_contact .info .conForm .detail .right input:-ms-input-placeholder {
            font-size: 16px;
            color: #999; }
          .index .index_contact .info .conForm .detail .right input::-webkit-input-placeholder {
            font-size: 16px;
            color: #999; }
      .index .index_contact .info .conForm .formBtn {
        width: 190px;
        height: 72px;
        background-color: #ccb785;
        font-size: 16px;
        color: #fff;
        border: 0;
        cursor: pointer; }
  .index .index_contact .bgCover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover; }

/*首页响应*/
@media (max-width: 1440px) {
  .index .index_about .about_info {
    width: 1200px;
    height: 400px; }

  .index .index_about .about_info .left .title {
    font-size: 36px;
    margin-top: 30px; }

  .index .index_about .about_info .left .company {
    font-size: 24px; }

  .index .index_about .about_info .left .content {
    margin-top: 14px;
    line-height: 26px; }

  .index .index_about_zz .detail {
    width: 180px; }

  .index .index_products .list {
    width: 1100px; }

  .index .index_products .list .detail {
    width: 350px; }

  .index .index_products .list .detail {
    margin: 0 25px 25px 0; }

  .index .index_products .list .detail:nth-of-type(3n) {
    margin-right: 0; }

  .index .index_products .list .detail:nth-of-type(4n) {
    margin: 0 25px 25px 0; }

  .index .index_dz .dz_info .dz_detail .bigCover {
    padding: 0 100px;
    width: 580px; }

  .index .index_news .list {
    width: 1200px; }

  .index .index_news .list .detail {
    width: 380px; }

  .index .index_news .list .detail .deImg {
    height: 250px; }

  .index .index_contact .info {
    width: 1200px; } }
@media (max-width: 1280px) {
  .index .index_dz .dz_info .dz_detail .bigCover {
    padding: 0 50px; }

  .index .index_dz .dz_info .dz_detail .smallCover .cover_title {
    font-size: 18px; } }
@media (max-width: 1024px) {
  .index .index_about {
    width: 100%;
    padding: 0 10%; }

  .index .index_about .about_info {
    display: block;
    width: 100%;
    height: auto; }

  .index .index_about .about_info .left {
    width: 100%;
    height: auto; }

  .index .index_about .about_info .right {
    width: 100%;
    height: 560px;
    padding-top: 40px; }

  .index .indexTitle {
    margin: 40px auto 0; }

  .index .index_about .about_info .left {
    padding: 0 40px; }

  .index .index_products .list {
    width: 800px; }

  .index .index_products .list .detail {
    width: 390px; }

  .index .index_products .list .detail {
    margin: 0 20px 20px 0; }

  .index .index_products .list .detail:nth-of-type(2n) {
    margin-right: 0; }

  .index .index_products .list .detail:nth-of-type(3n) {
    margin: 0 20px 20px 0; }

  .index .index_products .list .detail:nth-of-type(4n) {
    margin-right: 0; }

  .index .index_dz .dz_info .dz_detail .bigCover {
    width: 480px; }

  .index .index_news .list {
    width: 900px; }

  .index .index_news .list .detail {
    width: 280px; }

  .index .index_news .list .detail .deImg {
    height: 170px; }

  .index .index_contact .info {
    width: 900px; } }
@media (max-width: 768px) {
  .index .banner {
    height: 210px; }

  .index .banner .swiper_banner {
    height: 210px; }

  .index .banner .home_tips {
    display: none; }

  .index .banner .swiper_banner .info .hzhb {
    height: 40px; }

  .index .banner .swiper_banner .info .hzhb img {
    width: 50%;
    height: auto; }

  .index .banner .swiper_banner .info .text {
    font-size: 14px;
    line-height: 24px;
    height: auto; }

  .index .banner .swiper_banner .info .btn {
    margin-top: 10px; }

  .index .banner .swiper_banner .info .btn .detail {
    width: 80px;
    font-size: 12px;
    height: 24px; }

  .index .banner .swiper_banner .info .btn .line {
    width: 20px; }

  .index .banner .swiper_banner .info .textOne {
    font-size: 14px;
    line-height: 1.5;
    height: auto; }

  .index .banner .swiper_banner .info .textTwo {
    font-size: 28px;
    line-height: 1.5;
    height: auto; }

  .index .banner .swiper_banner .info .textThree {
    font-size: 12px;
    line-height: 1.5;
    height: auto; }

  .index .index_about {
    padding: 0 5%; }

  .index .indexTitle {
    font-size: 26px; }

  .index .indexTitle .titleTips {
    line-height: 1.5; }

  .index .index_about .about_info .left {
    padding: 0 20px; }

  .index .index_about .about_info .left .company {
    line-height: 1.5; }

  .index .index_about .about_info .left .title {
    font-size: 28px; }

  .index .index_about .about_info .left .company {
    font-size: 18px; }

  .index .index_about .about_info .left .content {
    font-size: 14px;
    line-height: 1.5; }

  .index .index_about .about_info .left .btn {
    padding: 0 16px;
    margin-top: 20px;
    font-size: 14px;
    height: 36px;
    line-height: 36px; }

  .index .index_about .about_info .right {
    padding-top: 20px;
    height: 240px; }

  .index .index_about_zz {
    padding: 25px 0;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .index .index_about_zz .detail {
      width: 49%; }
    .index .index_about_zz .line:nth-of-type(4n) {
      display: none; }

  .index .index_products .list {
    width: 90%; }

  .index .index_products .list .detail {
    width: 100%; }

  .index .index_products .list .detail {
    margin: 0 0 20px 0 !important; }

  .index .index_products .tab {
    margin: 10px auto 30px; }

  .index .index_products .tab .detail {
    width: 100px;
    height: 36px;
    font-size: 16px; }

  .index .index_products .tab .detailShow span {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    bottom: -6px; }

  .index .index_products .list .detail {
    height: auto;
    padding: 10px 0; }

  .index .index_products .list .detail .right {
    flex: 1;
    height: 160px; }

  .index .index_products .list .detail .left .title {
    font-size: 18px; }

  .index .index_products .list .detail .left .line {
    margin-top: 10px; }

  .index .index_products .list .detail .left .content {
    margin-top: 10px; }

  .index .index_products .list .detail .cover .title {
    font-size: 24px; }

  .index .index_products .list .detail .cover .content {
    margin: 0; }

  .index .index_products .list .detail .cover .btn {
    width: 110px;
    height: 36px;
    font-size: 14px;
    margin-top: 14px; }

  .index .index_dz .dz_info {
    flex-wrap: wrap; }

  .index .index_dz .dz_info .dz_detail {
    width: 50%;
    height: 150px; }

  .index .index_dz .dz_info .dz_detail .smallCover {
    padding-bottom: 50px; }

  .index .index_dz .dz_info .dz_detail_active .smallCover {
    opacity: 1; }
  .index .index_dz .dz_info .dz_detail_active .bigCover {
    opacity: 0; }

  .index .index_dz {
    margin-top: 10px; }

  .index .index_dz .title {
    font-size: 26px; }

  .index .index_dz .dz_more {
    margin-top: 20px; }

  .index .index_dz .dz_info {
    margin-top: 20px; }

  .index .index_news .list {
    margin-top: 20px;
    display: block;
    width: 100%; }

  .index .index_news .list .detail {
    width: 90%;
    margin: 20px auto; }

  .index .index_news .list .detail .title {
    font-size: 16px;
    margin-top: 0; }

  .index .index_news .list .detail .time {
    font-size: 12px;
    margin-top: 0; }

  .index .index_news .list .detail .content {
    font-size: 12px;
    margin-top: 0;
    line-height: 20px;
    height: 40px; }

  .index .index_news .list .detail .btn {
    width: 110px;
    height: 36px;
    font-size: 14px;
    margin-top: 16px; }

  .index .index_contact .info {
    width: 90%; }

  .index .index_contact .info .conForm {
    display: block; }

  .index .index_contact .info .conForm .detail {
    width: 100%; }

  .index .index_contact .info .title {
    font-size: 26px; }

  .index .index_contact .info .content {
    font-size: 16px; }

  .index .index_contact .info .conForm {
    margin-top: 20px; }

  .index .index_contact .info .conForm .detail {
    height: 50px;
    margin: 0 0 10px 0; }

  .index .index_contact .info .conForm .detail .right input {
    height: 50px; }

  .index .index_contact .info .conForm .formBtn {
    width: 100px;
    height: 40px;
    font-size: 14px; } }
/*内页公共banner*/
.child_banner {
  height: 547px;
  position: relative; }
  .child_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .child_banner .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5); }

/*内页公共导航*/
.child_navbar {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .child_navbar .left {
    display: flex; }
    .child_navbar .left .detail {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      min-width: 120px;
      height: 80px;
      background-color: #fff;
      font-size: 16px;
      color: #333;
      text-align: center;
      line-height: 1.5; }
    .child_navbar .left .detail:hover {
      background: #ccb784;
      color: #fff; }
    .child_navbar .left .detailActive {
      background: #ccb784;
      color: #fff; }
  .child_navbar .right {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    flex-shrink: 0; }
    .child_navbar .right img {
      width: 14px;
      height: 16px;
      margin-right: 13px; }
    .child_navbar .right a {
      font-size: 16px;
      color: #333;
      height: 80px;
      margin: 0 5px;
      display: flex;
      align-items: center; }
    .child_navbar .right span:last-of-type {
      display: none; }

/*内页公共响应*/
@media (max-width: 1440px) {
  .child_navbar {
    width: 1200px; }

  .about_introduce .introduce .info .right {
    width: 560px;
    height: 360px; } }
@media (max-width: 1024px) {
  .child_navbar {
    width: 900px;
    display: block; }

  .child_navbar .left .detail {
    padding: 0 10px; } }
@media (max-width: 768px) {
  .child_banner {
    height: 180px; }

  .child_navbar {
    width: 100%;
    display: block; }

  .child_navbar .left {
    flex-wrap: wrap; }

  .child_navbar .left .detail {
    width: 33%;
    padding: 0 4px;
    font-size: 12px;
    height: 50px; }

  .child_navbar .right {
    padding: 0 20px;
    font-size: 12px; }

  .child_navbar .right a {
    height: 50px;
    font-size: 12px; } }
/*公司介绍*/
.about_introduce .introduce {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden; }
  .about_introduce .introduce .title {
    font-size: 30px;
    color: #e6bf83;
    text-align: center;
    margin-top: 40px; }
  .about_introduce .introduce .line {
    width: 50px;
    height: 2px;
    margin: 24px auto 0;
    background: #e6bf83; }
  .about_introduce .introduce .company {
    font-size: 30px;
    color: #ccb784;
    font-weight: bold;
    position: relative;
    margin-top: 65px; }
    .about_introduce .introduce .company span {
      font-size: 40px;
      color: #f4f4f4;
      font-weight: bold;
      position: absolute;
      top: -17px;
      left: 0;
      z-index: -1; }
  .about_introduce .introduce .info {
    display: flex;
    margin: 40px 0 70px; }
    .about_introduce .introduce .info .left {
      flex: 1;
      margin-right: 140px;
      font-size: 16px;
      color: #333;
      line-height: 26px;
      text-indent: 2em;
      text-align: justify; }
    .about_introduce .introduce .info .right {
      width: 670px;
      height: 380px;
      border-radius: 20px;
      overflow: hidden; }
      .about_introduce .introduce .info .right img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .about_introduce .introduce .video {
    width: 100%;
    margin-bottom: 70px; }
    .about_introduce .introduce .video video {
      width: 100%;
      height: auto; }
.about_introduce .vision {
  position: relative;
  overflow: hidden; }
  .about_introduce .vision .bgCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1; }
  .about_introduce .vision .info {
    width: 1600px;
    margin: 0 auto;
    overflow: hidden; }
    .about_introduce .vision .info .top {
      display: flex;
      justify-content: space-between; }
      .about_introduce .vision .info .top .left .title {
        display: flex;
        align-items: center;
        font-size: 36px;
        color: #fff;
        font-weight: bold;
        margin-top: 83px; }
        .about_introduce .vision .info .top .left .title img {
          width: 59px;
          height: 68px; }
      .about_introduce .vision .info .top .left .content {
        font-size: 26px;
        color: #fff;
        margin-top: 15px;
        line-height: 1.5; }
      .about_introduce .vision .info .top .right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 40px;
        color: #f4f4f4;
        font-weight: bold; }
    .about_introduce .vision .info .bottom {
      display: flex;
      margin: 60px 0 100px; }
      .about_introduce .vision .info .bottom .detail {
        width: 390px;
        background-color: #ffffff;
        box-shadow: 0px 3px 1px 0px rgba(172, 172, 172, 0.15);
        border-radius: 40px;
        margin-right: calc(40px / 3);
        padding: 0 30px;
        /*定义滚动条横纵轴宽高*/
        /*定义滑块 内阴影+圆角*/ }
        .about_introduce .vision .info .bottom .detail .icon {
          width: 90px;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 30px auto 0; }
          .about_introduce .vision .info .bottom .detail .icon .hide {
            display: block; }
          .about_introduce .vision .info .bottom .detail .icon .show {
            display: none; }
        .about_introduce .vision .info .bottom .detail .title {
          text-align: center;
          font-size: 18px;
          color: #333;
          font-weight: bold;
          margin-top: 10px; }
        .about_introduce .vision .info .bottom .detail .line {
          width: 31px;
          height: 2px;
          margin: 10px auto 0;
          background: #e6bf83; }
        .about_introduce .vision .info .bottom .detail .list {
          margin: 30px 0 25px;
          max-height: 220px;
          overflow-y: auto; }
          .about_introduce .vision .info .bottom .detail .list .text {
            font-size: 16px;
            color: #333;
            line-height: 30px;
            text-align: justify; }
        .about_introduce .vision .info .bottom .detail .list::-webkit-scrollbar {
          width: 8px; }
        .about_introduce .vision .info .bottom .detail .list::-webkit-scrollbar-thumb {
          border-radius: 50px;
          background-color: #ccb784; }
      .about_introduce .vision .info .bottom .detail:last-of-type {
        margin-right: 0; }
      .about_introduce .vision .info .bottom .detail:hover {
        background: #ccb784;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
        /*定义滑块 内阴影+圆角*/ }
        .about_introduce .vision .info .bottom .detail:hover .icon .hide {
          display: none; }
        .about_introduce .vision .info .bottom .detail:hover .icon .show {
          display: block; }
        .about_introduce .vision .info .bottom .detail:hover .title {
          color: #fff; }
        .about_introduce .vision .info .bottom .detail:hover .line {
          background: #fff; }
        .about_introduce .vision .info .bottom .detail:hover .list .text {
          color: #fff; }
        .about_introduce .vision .info .bottom .detail:hover .list::-webkit-scrollbar-thumb {
          background-color: #fff; }
    .about_introduce .vision .info .viTips {
      margin-bottom: 40px;
      overflow: hidden;
      padding: 0 47px; }
      .about_introduce .vision .info .viTips .detail {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        margin-bottom: 30px;
        text-align: justify; }
        .about_introduce .vision .info .viTips .detail span {
          font-weight: bold;
          font-size: 18px; }

/*企业荣誉*/
.about_honour {
  min-height: 100vh;
  position: relative; }
  .about_honour .honourCover {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    top: 700px;
    left: 0; }
  .about_honour .honour {
    overflow: hidden; }
    .about_honour .honour .title {
      font-size: 30px;
      color: #e6bf83;
      font-weight: bold;
      text-align: center;
      margin-top: 40px; }
    .about_honour .honour .line {
      width: 50px;
      height: 3px;
      margin: 20px auto 0;
      background: #e6bf83; }
    .about_honour .honour .richText {
      width: 1600px;
      margin: 50px auto; }
      .about_honour .honour .richText img {
        max-width: 100%;
        height: auto; }

/*生产车间*/
.about_farm {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }
  .about_farm .title {
    font-size: 30px;
    color: #e6bf83;
    font-weight: bold;
    text-align: center;
    margin-top: 40px; }
  .about_farm .line {
    width: 50px;
    height: 3px;
    margin: 20px auto 0;
    background: #e6bf83; }
  .about_farm .list {
    width: 1600px;
    margin: 50px auto 40px;
    display: flex;
    flex-wrap: wrap; }
    .about_farm .list .detail {
      width: 390px;
      margin-right: calc(40px / 3);
      margin-bottom: 40px;
      cursor: pointer; }
      .about_farm .list .detail .imgs {
        width: 100%;
        height: 290px; }
        .about_farm .list .detail .imgs img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .about_farm .list .detail .name {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #333;
        line-height: 1.5;
        background: #e5e5e5; }
    .about_farm .list .detail:nth-of-type(4n) {
      margin-right: 0; }
    .about_farm .list .detail:hover .name {
      background: #ccb784;
      color: #fff; }

/*下载中心*/
.about_download {
  overflow: hidden; }
  .about_download .title {
    font-size: 30px;
    color: #e6bf83;
    font-weight: bold;
    text-align: center;
    margin-top: 40px; }
  .about_download .line {
    width: 50px;
    height: 3px;
    margin: 20px auto 0;
    background: #e6bf83; }
  .about_download .list {
    width: 1600px;
    margin: 50px auto; }
    .about_download .list .detail {
      height: 130px;
      border-bottom: 1px solid #eee;
      padding: 0 20px;
      display: flex;
      align-items: center; }
      .about_download .list .detail .time {
        display: flex;
        flex-direction: column; }
        .about_download .list .detail .time .year {
          font-size: 14px;
          color: #333;
          line-height: 25px;
          text-align: right; }
        .about_download .list .detail .time .other {
          font-size: 30px;
          color: #333;
          line-height: 1.5;
          font-weight: bold; }
      .about_download .list .detail .name {
        flex: 1;
        width: 10px;
        padding: 0 40px;
        font-size: 16px;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        word-break: break-all; }
      .about_download .list .detail .check {
        display: flex;
        align-items: center;
        height: 130px;
        font-size: 16px;
        color: #333;
        margin-right: 90px;
        cursor: pointer; }
        .about_download .list .detail .check img {
          width: 28px;
          height: 30px;
          margin-right: 10px; }
        .about_download .list .detail .check .hide {
          display: block; }
        .about_download .list .detail .check .show {
          display: none; }
      .about_download .list .detail .download {
        display: flex;
        align-items: center;
        height: 130px;
        font-size: 16px;
        color: #333;
        margin-right: 90px;
        cursor: pointer; }
        .about_download .list .detail .download img {
          width: 27px;
          height: 29px;
          margin-right: 10px; }
        .about_download .list .detail .download .hide {
          display: block; }
        .about_download .list .detail .download .show {
          display: none; }
    .about_download .list .detail:hover {
      background: #ccb784; }
      .about_download .list .detail:hover .time .year, .about_download .list .detail:hover .time .other, .about_download .list .detail:hover .name, .about_download .list .detail:hover .check, .about_download .list .detail:hover .download {
        color: #fff; }
      .about_download .list .detail:hover .check .show, .about_download .list .detail:hover .download .show {
        display: block; }
      .about_download .list .detail:hover .check .hide, .about_download .list .detail:hover .download .hide {
        display: none; }

/*人才招聘*/
.about_recruit {
  overflow: hidden; }
  .about_recruit .title {
    font-size: 30px;
    color: #e6bf83;
    font-weight: bold;
    text-align: center;
    margin-top: 40px; }
  .about_recruit .line {
    width: 50px;
    height: 3px;
    margin: 20px auto 0;
    background: #e6bf83; }
  .about_recruit .info {
    display: flex;
    width: 1600px;
    margin: 50px auto; }
    .about_recruit .info .left {
      flex: 1;
      margin-right: 30px; }
      .about_recruit .info .left .richText img {
        max-width: 100%;
        height: auto; }
    .about_recruit .info .right {
      flex: 1; }
      .about_recruit .info .right img {
        width: 100%;
        height: auto; }

/*公司介绍响应*/
@media (max-width: 1440px) {
  .about_introduce .introduce {
    width: 1200px; }

  .about_introduce .introduce .info .left {
    margin-right: 40px; }

  .about_introduce .vision .info {
    width: 1200px; }

  .about_honour .honour .richText {
    width: 1200px; }

  .about_download .list {
    width: 1200px; }

  .about_recruit .info {
    width: 1200px; }

  .about_farm .list {
    width: 1200px; }

  .about_farm .list .detail {
    margin-right: 10px; }

  .about_farm .list .detail:nth-of-type(3n) {
    margin-right: 0; }

  .about_farm .list .detail:nth-of-type(4n) {
    margin-right: 10px; } }
@media (max-width: 1024px) {
  .about_introduce .introduce {
    width: 90%; }

  .about_introduce .introduce .info .right {
    width: 400px;
    height: 255px; }

  .about_introduce .introduce .video {
    margin-bottom: 30px; }

  .about_introduce .vision .info {
    width: 90%; }

  .about_introduce .vision .info .bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0; }

  .about_introduce .vision .info .bottom .detail {
    margin-right: 0;
    width: 48%;
    margin-bottom: 20px; }

  .about_introduce .vision .info .top .left .title {
    margin-top: 10px; }

  .about_introduce .vision .info .viTips {
    margin-bottom: 20px; }

  .about_honour .honour .richText {
    width: 90%; }

  .about_download .list {
    width: 90%; }

  .about_recruit .info {
    width: 900px; }

  .about_farm .list {
    width: 900px; }

  .about_farm .list .detail {
    margin-right: 20px;
    width: 440px; }

  .about_farm .list .detail .imgs {
    height: 380px; }

  .about_farm .list .detail:nth-of-type(3n) {
    margin-right: 20px; }

  .about_farm .list .detail:nth-of-type(4n) {
    margin-right: 20px; }

  .about_farm .list .detail:nth-of-type(2n) {
    margin-right: 0; } }
@media (max-width: 768px) {
  .about_introduce .introduce .title {
    font-size: 24px;
    margin-top: 20px; }

  .about_introduce .introduce .line {
    margin-top: 10px; }

  .about_introduce .introduce .company {
    line-height: 1.2;
    margin-top: 20px;
    font-size: 16px; }

  .about_introduce .introduce .company span {
    font-size: 18px;
    top: -6px; }

  .about_introduce .introduce .info {
    margin: 20px 0;
    display: block; }

  .about_introduce .introduce .info .left {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px; }

  .about_introduce .introduce .info .right {
    margin-top: 20px;
    width: 100%; }

  .about_introduce .vision .bgCover {
    height: 100px; }

  .about_introduce .vision .info .top .right {
    display: none; }

  .about_introduce .vision .info .top .left .title {
    font-size: 24px; }

  .about_introduce .vision .info .top .left .title img {
    width: 30px;
    height: auto; }

  .about_introduce .vision .info .top .left .content {
    font-size: 16px;
    margin-top: 6px; }

  .about_introduce .vision .info .bottom {
    margin: 8px 0; }

  .about_introduce .vision .info .bottom .detail {
    width: 100%; }

  .about_introduce .vision .info .bottom .detail .icon {
    margin: 10px auto 0; }

  .about_introduce .vision .info .bottom .detail .title {
    margin-top: 5px; }

  .about_introduce .vision .info .bottom .detail .list {
    padding: 0; }

  .about_introduce .vision .info .bottom .detail .list .text {
    font-size: 12px;
    line-height: 20px; }

  .about_introduce .vision .info .viTips {
    padding: 0;
    margin-bottom: 0; }

  .about_introduce .vision .info .viTips .detail {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px; }
    .about_introduce .vision .info .viTips .detail span {
      font-size: 14px; }

  .about_honour .honour .title {
    font-size: 24px;
    margin-top: 20px; }

  .about_honour .honourCover {
    top: 500px; }

  .about_download .title {
    font-size: 24px;
    margin-top: 20px; }

  .about_download .list {
    width: 100%; }

  .about_download .list {
    margin: 20px auto 50px; }

  .about_download .list .detail {
    height: 60px; }

  .about_download .list .detail .time .year {
    font-size: 12px; }

  .about_download .list .detail .time .other {
    font-size: 14px; }

  .about_download .list .detail .check, .about_download .list .detail .download {
    font-size: 12px;
    margin-right: 10px;
    height: 60px; }
    .about_download .list .detail .check img, .about_download .list .detail .download img {
      width: 14px;
      height: 15px; }

  .about_download .list .detail .name {
    font-size: 12px;
    padding: 0 20px; }

  .about_recruit .title {
    font-size: 24px;
    margin-top: 20px; }

  .about_recruit .list {
    margin: 20px auto 50px; }

  .about_recruit .info {
    display: block;
    width: 90%;
    margin: 20px auto 50px; }

  .about_recruit .info .right img {
    margin-top: 20px; }

  .about_farm .list {
    width: 90%; }

  .about_farm .list .detail {
    width: 100%;
    margin-right: 0 !important; }

  .about_farm .list .detail .imgs {
    height: 280px; } }
.imgsBig {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5); }
  .imgsBig img {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain; }

/*产品*/
.products {
  background: #f8f8f8; }
  .products .top {
    display: flex;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px 1px rgba(7, 0, 2, 0.31);
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 20px; }
    .products .top img {
      margin-right: 13px; }
    .products .top a, .products .top span {
      font-size: 16px;
      color: #333;
      line-height: 25px;
      height: 25px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      word-break: break-all; }
    .products .top a {
      cursor: pointer;
      max-width: 40%; }
    .products .top span {
      margin: 0 5px; }
  .products #mobile_top {
    display: none; }
  .products #pc_top {
    display: flex; }
  .products .info {
    display: flex;
    width: 1500px;
    margin: 0 auto;
    padding: 34px 0 72px; }
    .products .info .navbar {
      margin-right: 50px; }
      .products .info .navbar .detail {
        width: 300px;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        margin-bottom: 30px; }
        .products .info .navbar .detail .logo {
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .products .info .navbar .detail .logo img {
            max-width: 100%;
            max-height: 100%; }
        .products .info .navbar .detail .list .liDetail {
          height: 50px;
          border-bottom: 1px solid #eee;
          padding: 0 30px;
          display: flex;
          align-items: center;
          background: #fff;
          border-left: 2px solid #fff; }
          .products .info .navbar .detail .list .liDetail .name {
            flex: 1;
            margin-right: 20px;
            font-size: 16px;
            color: #333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            word-break: break-all; }
          .products .info .navbar .detail .list .liDetail .icon {
            font-size: 16px;
            color: #333; }
        .products .info .navbar .detail .list .liDetail:hover {
          background: #fcf7ec;
          border-left: 2px solid #ccb784; }
        .products .info .navbar .detail .list .liDetailActive {
          background: #fcf7ec;
          border-left: 2px solid #ccb784; }
    .products .info .concrete {
      flex: 1; }
      .products .info .concrete .bottom .list {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0; }
        .products .info .concrete .bottom .list .detail {
          width: 340px;
          margin-bottom: 80px;
          margin-right: 65px;
          background: #fff;
          cursor: pointer;
          box-shadow: 0px 4px 12px 1px rgba(7, 0, 2, 0.31); }
          .products .info .concrete .bottom .list .detail .imgs {
            height: 400px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center; }
            .products .info .concrete .bottom .list .detail .imgs img {
              max-width: 90%;
              max-height: 90%;
              transition: all .5s; }
          .products .info .concrete .bottom .list .detail .content {
            height: 80px;
            background-color: #fff;
            display: flex;
            align-items: center;
            padding: 0 43px 0 27px; }
            .products .info .concrete .bottom .list .detail .content .left {
              flex: 1; }
              .products .info .concrete .bottom .list .detail .content .left .title {
                font-size: 20px;
                color: #333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                word-break: break-all; }
              .products .info .concrete .bottom .list .detail .content .left .name {
                font-size: 16px;
                color: #333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                word-break: break-all;
                margin-top: 10px; }
            .products .info .concrete .bottom .list .detail .content .right .hide {
              display: block; }
            .products .info .concrete .bottom .list .detail .content .right .show {
              display: none; }
        .products .info .concrete .bottom .list .detail:nth-of-type(3n) {
          margin-right: 0; }
        .products .info .concrete .bottom .list .detail:hover .imgs img {
          transform: scale(1.2); }
        .products .info .concrete .bottom .list .detail:hover .content {
          background: #ccb784; }
          .products .info .concrete .bottom .list .detail:hover .content .left .title, .products .info .concrete .bottom .list .detail:hover .content .left .name {
            color: #fff; }
          .products .info .concrete .bottom .list .detail:hover .content .right .hide {
            display: none; }
          .products .info .concrete .bottom .list .detail:hover .content .right .show {
            display: block; }
      .products .info .concrete .bottom .proInfo {
        background: #fff;
        overflow: hidden;
        margin: 20px 0;
        box-shadow: 0px 4px 12px 1px rgba(7, 0, 2, 0.31);
        padding: 0 50px 60px; }
        .products .info .concrete .bottom .proInfo .proOne {
          display: flex;
          margin: 50px auto; }
          .products .info .concrete .bottom .proInfo .proOne .left .gallery-top {
            width: 510px;
            height: 600px;
            border: 1px solid #b5b5b5; }
            .products .info .concrete .bottom .proInfo .proOne .left .gallery-top .swiper-slide {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .products .info .concrete .bottom .proInfo .proOne .left .gallery-top .swiper-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
          .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs {
            padding: 0 40px;
            margin: 30px auto;
            width: 510px;
            height: 60px; }
            .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper-slide {
              width: 50px;
              height: 60px;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 1px solid #b5b5b5;
              cursor: pointer; }
              .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper-slide-active {
              border: 1px solid #ccb785; }
            .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper_prev {
              width: 30px;
              position: absolute;
              height: 60px;
              display: flex;
              align-items: center;
              justify-content: center;
              left: 0;
              top: 0;
              z-index: 20;
              background: #ccb784;
              font-size: 40px;
              color: #fff;
              cursor: pointer; }
            .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper_next {
              width: 30px;
              position: absolute;
              height: 60px;
              display: flex;
              align-items: center;
              justify-content: center;
              right: 0;
              top: 0;
              z-index: 20;
              background: #ccb784;
              font-size: 40px;
              color: #fff;
              cursor: pointer; }
          .products .info .concrete .bottom .proInfo .proOne .right {
            flex: 1;
            margin-left: 80px;
            display: flex;
            flex-direction: column; }
            .products .info .concrete .bottom .proInfo .proOne .right .name {
              font-size: 30px;
              color: #333;
              line-height: 1.5;
              padding-bottom: 24px;
              border-bottom: 1px solid #b5b5b5; }
            .products .info .concrete .bottom .proInfo .proOne .right .content {
              margin-top: 40px; }
              .products .info .concrete .bottom .proInfo .proOne .right .content .conDetail {
                display: flex;
                margin-bottom: 30px; }
                .products .info .concrete .bottom .proInfo .proOne .right .content .conDetail .conLeft {
                  font-size: 16px;
                  color: #333;
                  line-height: 1.5;
                  position: relative; }
                  .products .info .concrete .bottom .proInfo .proOne .right .content .conDetail .conLeft span {
                    position: absolute;
                    top: 24px;
                    left: 0; }
                .products .info .concrete .bottom .proInfo .proOne .right .content .conDetail .conRight {
                  display: flex;
                  flex-wrap: wrap;
                  font-size: 16px;
                  color: #333;
                  line-height: 1.5;
                  flex: 1; }
                  .products .info .concrete .bottom .proInfo .proOne .right .content .conDetail .conRight .colDetail {
                    display: flex;
                    align-items: center;
                    margin-right: 20px; }
                    .products .info .concrete .bottom .proInfo .proOne .right .content .conDetail .conRight .colDetail .circle {
                      width: 15px;
                      height: 15px;
                      border-radius: 50%;
                      border: 1px solid #eee;
                      margin-right: 14px; }
                    .products .info .concrete .bottom .proInfo .proOne .right .content .conDetail .conRight .colDetail .colName {
                      font-size: 16px;
                      color: #333;
                      line-height: 1.5; }
            .products .info .concrete .bottom .proInfo .proOne .right .btn {
              width: 350px;
              height: 60px;
              background-color: #ccb784;
              margin-top: 36px;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0 10px;
              font-size: 20px;
              color: #fff; }
            .products .info .concrete .bottom .proInfo .proOne .right .share {
              display: flex;
              align-items: center;
              margin-top: 26px;
              font-size: 18px;
              color: #000; }
              .products .info .concrete .bottom .proInfo .proOne .right .share .shaDetail {
                position: relative;
                margin: 0 9px;
                cursor: pointer; }
                .products .info .concrete .bottom .proInfo .proOne .right .share .shaDetail .icon {
                  width: 26px;
                  height: 26px; }
                .products .info .concrete .bottom .proInfo .proOne .right .share .shaDetail .ecode {
                  position: absolute;
                  top: 46px;
                  left: 50%;
                  width: 120px;
                  height: 120px;
                  margin-left: -60px;
                  display: none; }
        .products .info .concrete .bottom .proInfo .proTwo .title {
          padding: 30px 0;
          border-bottom: 1px solid #d5d5d5;
          position: relative;
          font-size: 26px;
          color: #000;
          text-align: center; }
          .products .info .concrete .bottom .proInfo .proTwo .title span {
            width: 146px;
            height: 4px;
            background-color: #ccb784;
            position: absolute;
            bottom: -2px;
            left: 50%;
            margin-left: -73px; }
        .products .info .concrete .bottom .proInfo .proTwo .richText {
          padding: 40px 0 50px; }
          .products .info .concrete .bottom .proInfo .proTwo .richText img {
            max-width: 100%;
            margin: 0 auto; }
        .products .info .concrete .bottom .proInfo .proTwo .more {
          padding: 0 10px;
          font-size: 26px;
          color: #000;
          font-weight: bold; }
        .products .info .concrete .bottom .proInfo .proThree {
          padding-top: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .products .info .concrete .bottom .proInfo .proThree .btn {
            padding: 0 22px 0 16px;
            height: 48px;
            background-color: #ccb784;
            border-radius: 10px;
            display: flex;
            align-items: center;
            font-size: 16px;
            color: #fff;
            cursor: pointer; }
            .products .info .concrete .bottom .proInfo .proThree .btn img {
              margin-right: 9px; }

@media (max-width: 1440px) {
  .products .info {
    width: 1100px; }

  .products .info .concrete .bottom .list .detail {
    margin-right: 70px;
    margin-bottom: 70px; }

  .products .info .concrete .bottom .list .detail:nth-of-type(3n) {
    margin-right: 70px; }

  .products .info .concrete .bottom .list .detail:nth-of-type(2n) {
    margin-right: 0; }

  .products .info .concrete .bottom .proInfo .proOne {
    display: block; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-top {
    width: 650px; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs {
    width: 650px;
    height: 80px; }

  .products .info .concrete .bottom .proInfo .proOne .right {
    margin-left: 0; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper-slide,
  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper_next,
  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper_prev {
    height: 80px; } }
@media (max-width: 1024px) {
  .products .info {
    width: 90%; }

  .products .info .concrete .bottom .list .detail {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px; }

  .products .info .concrete .bottom .list .detail:nth-of-type(3n) {
    margin-right: 4%; }

  .products .info .concrete .bottom .list .detail:nth-of-type(2n) {
    margin-right: 0; }

  .products .info .concrete .bottom .list .detail .imgs {
    height: 280px; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-top {
    width: 470px;
    height: 380px; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs {
    width: 470px;
    height: 50px; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper-slide,
  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper_next,
  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs .swiper_prev {
    height: 50px; } }
@media (max-width: 768px) {
  .products .info {
    display: block;
    padding-top: 20px; }

  .products .info .navbar {
    margin-right: 0;
    display: flex;
    justify-content: space-between; }

  .products .info .navbar .detail {
    width: 48%;
    margin-bottom: 0; }

  .products .info .navbar .detail .logo {
    padding: 0 10px;
    height: 70px; }

  .products .info .navbar .detail .list .liDetail {
    height: 40px;
    padding: 0 10px; }

  .products .info .navbar .detail .list .liDetail .name {
    margin-right: 10px;
    font-size: 14px; }

  .products #mobile_top {
    display: flex;
    margin-bottom: 20px;
    padding: 0 10px; }

  .products #pc_top {
    display: none; }

  .products .top a, .products .top span {
    font-size: 14px;
    flex-shrink: 0; }

  .products .info .concrete .bottom .list .detail {
    margin-bottom: 20px; }

  .products .info .concrete .bottom .list .detail .imgs {
    height: 160px; }

  .products .info .concrete .bottom .list .detail .imgs img {
    max-width: 80%;
    max-height: 80%; }

  .products .info .concrete .bottom .list .detail .content {
    padding: 0 10px; }

  .products .info .concrete .bottom .list .detail .content .left .title {
    font-size: 16px; }

  .products .info .concrete .bottom .list .detail .content .left .name {
    font-size: 12px; }

  .products .info .concrete .bottom .list .detail .content .right img {
    width: 16px;
    height: auto; }

  .products .deInfo {
    width: 100%; }

  .products .info .concrete .bottom .proInfo {
    padding: 0 20px 40px; }

  .products .info .concrete .bottom .proInfo .proOne .right .btn {
    width: 100%; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-top {
    width: auto;
    height: 290px; }

  .products .info .concrete .bottom .proInfo .proOne .left .gallery-thumbs {
    width: auto;
    height: 50px; }

  .products .info .concrete .bottom .proInfo .proTwo .title {
    padding: 0 0 20px;
    font-size: 22px; }

  .products .info .concrete .bottom .proInfo .proTwo .richText {
    padding: 20px 0 30px; }

  .products .info .concrete .bottom .proInfo .proOne .right .name {
    font-size: 24px;
    padding-bottom: 10px; }

  .products .info .concrete .bottom .proInfo .proTwo .more {
    font-size: 18px; }

  .products .deInfo .navbar {
    width: 90%;
    margin: 0 auto; }

  .products .deInfo #mobile_top {
    width: 90%;
    margin: 0 auto 20px; } }
/*新闻中心*/
.news .list {
  width: 1600px;
  margin: 10px auto; }
  .news .list .detail {
    padding: 30px 0 40px;
    border-bottom: 1px solid #999;
    display: flex; }
    .news .list .detail .left {
      width: 400px;
      height: 276px; }
      .news .list .detail .left img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news .list .detail .middle {
      flex: 1;
      padding: 0 100px; }
      .news .list .detail .middle .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        word-break: break-all;
        font-size: 21px;
        color: #000;
        font-weight: bold;
        margin-top: 37px; }
      .news .list .detail .middle .time {
        font-size: 16px;
        color: #999;
        margin-top: 30px; }
      .news .list .detail .middle .content {
        font-size: 16px;
        color: #999;
        line-height: 30px;
        margin-top: 33px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all; }
    .news .list .detail .right {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 57px; }
      .news .list .detail .right .btn {
        width: 70px;
        height: 70px;
        border: 2px solid #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%; }
        .news .list .detail .right .btn .hide {
          display: block; }
        .news .list .detail .right .btn .show {
          display: none; }
  .news .list .detail:hover .middle .title {
    color: #ccb785; }
  .news .list .detail:hover .right .btn {
    background: #ccb785;
    border-color: #ccb785; }
    .news .list .detail:hover .right .btn .hide {
      display: none; }
    .news .list .detail:hover .right .btn .show {
      display: block; }
.news .info {
  width: 1600px;
  margin: auto;
  overflow: hidden; }
  .news .info .title {
    font-size: 30px;
    color: #717171;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin-top: 40px; }
  .news .info .time {
    display: flex;
    align-items: center;
    justify-content: center; }
    .news .info .time .left, .news .info .time .right {
      font-size: 16px;
      color: #999;
      line-height: 24px;
      margin-top: 20px; }
    .news .info .time .left {
      margin-right: 90px; }
  .news .info .content {
    padding: 40px 50px;
    border-top: 1px solid #eee;
    margin-top: 30px; }
    .news .info .content .text {
      font-size: 16px;
      color: #727171;
      line-height: 36px;
      text-align: justify;
      text-indent: 2em; }
    .news .info .content img {
      max-width: 100%;
      margin-top: 40px; }
  .news .info .otherPage {
    display: flex;
    padding: 0 50px; }
    .news .info .otherPage .prev, .news .info .otherPage .next {
      font-size: 14px;
      color: #717171;
      line-height: 20px;
      cursor: pointer;
      margin: 40px 0;
      flex: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      word-break: break-all; }
    .news .info .otherPage .next {
      margin-left: 20px;
      text-align: right; }
    .news .info .otherPage .prev:hover, .news .info .otherPage .next:hover {
      color: #ccb785; }
      .news .info .otherPage .prev:hover a, .news .info .otherPage .next:hover a {
        color: #ccb785; }

@media (max-width: 1440px) {
  .news .list {
    width: 1200px; }

  .news .info {
    width: 1200px; } }
@media (max-width: 1024px) {
  .news .list {
    width: 900px; }

  .news .info {
    width: 900px; } }
@media (max-width: 768px) {
  .news .list {
    width: 90%;
    margin: 0 auto; }

  .news .list .detail {
    display: block;
    padding: 10px 0 20px; }

  .news .list .detail .left {
    width: 100%;
    height: 200px; }

  .news .list .detail .middle {
    padding: 0; }

  .news .list .detail .middle .title {
    font-size: 16px;
    margin-top: 16px; }

  .news .list .detail .middle .time {
    font-size: 14px;
    margin-top: 14px; }

  .news .list .detail .middle .content {
    font-size: 14px;
    margin-top: 14px;
    line-height: 20px; }

  .news .list .detail .right {
    flex-direction: row;
    padding: 10px 0 0; }

  .news .list .detail .right .btn {
    width: 40px;
    height: 40px; }

  .news .list .detail .right .btn .hide, .news .list .detail .right .btn .show {
    width: 20px; }

  .news .info {
    width: 90%; }

  .news .info .title {
    margin-top: 10px;
    font-size: 20px; }

  .news .info .time {
    justify-content: space-between; }

  .news .info .time .left, .news .info .time .right {
    margin: 0;
    font-size: 12px; }

  .news .info .content {
    margin-top: 10px;
    padding: 10px 0; }

  .news .info .content .text {
    font-size: 14px;
    line-height: 24px; }

  .news .info .content img {
    margin-top: 20px; }

  .news .info .otherPage {
    padding: 0; }

  .news .info .otherPage .prev, .news .info .otherPage .next {
    margin: 20px 0; }

  .news .info .otherPage .next {
    margin-left: 20px; } }
/*联系我们*/
.contact .info {
  width: 1500px;
  margin: 0 auto;
  overflow: hidden; }
  .contact .info .one {
    display: flex; }
    .contact .info .one .left {
      flex: 1; }
      .contact .info .one .left .en_title {
        font-size: 30px;
        color: #ccb784;
        font-weight: bold;
        margin-top: 60px; }
      .contact .info .one .left .cn_title {
        font-size: 26px;
        color: #000;
        margin-top: 14px; }
      .contact .info .one .left .line {
        width: 80px;
        height: 2px;
        background-color: #ccb785;
        margin-top: 20px; }
      .contact .info .one .left .content {
        margin-top: 35px; }
        .contact .info .one .left .content img {
          max-width: 100%; }
    .contact .info .one .right {
      width: 900px;
      height: 600px;
      margin-left: 100px; }
      .contact .info .one .right .map {
        width: 100%;
        height: 100%; }
      .contact .info .one .right .BMap_omCtrl, .contact .info .one .right .BMap_scaleCtrl, .contact .info .one .right .anchorBL {
        display: none; }
  .contact .info .two {
    margin-top: 60px; }
    .contact .info .two .title {
      font-size: 26px;
      color: #333;
      line-height: 1.5;
      padding-bottom: 20px;
      border-bottom: 2px solid #ccb785; }
    .contact .info .two .formInfo .formLine {
      display: flex; }
      .contact .info .two .formInfo .formLine .detail {
        flex: 1; }
        .contact .info .two .formInfo .formLine .detail .deTitle {
          font-size: 16px;
          color: #000;
          margin: 40px 0 14px; }
        .contact .info .two .formInfo .formLine .detail .initInput {
          width: 100%; }
          .contact .info .two .formInfo .formLine .detail .initInput input {
            width: 100%;
            height: 40px;
            background-color: #eeeeee;
            border-radius: 10px;
            padding: 0 20px;
            font-size: 16px;
            color: #333;
            border: 0; }
        .contact .info .two .formInfo .formLine .detail .initText {
          width: 100%; }
          .contact .info .two .formInfo .formLine .detail .initText textarea {
            width: 100%;
            height: 150px;
            background-color: #eeeeee;
            border-radius: 10px;
            padding: 20px;
            font-size: 16px;
            color: #333;
            border: 0; }
      .contact .info .two .formInfo .formLine .cover {
        width: 100px; }
    .contact .info .two .formInfo .formBot {
      display: flex;
      align-items: center;
      padding: 60px 0 55px; }
      .contact .info .two .formInfo .formBot input {
        width: 150px;
        height: 50px;
        border-radius: 10px;
        border: solid 1px #ccb785;
        text-align: center;
        font-size: 16px;
        color: #333; }
      .contact .info .two .formInfo .formBot input:-moz-placeholder {
        font-size: 16px;
        color: #b8b8b8; }
      .contact .info .two .formInfo .formBot input::-moz-placeholder {
        font-size: 16px;
        color: #b8b8b8; }
      .contact .info .two .formInfo .formBot input:-ms-input-placeholder {
        font-size: 16px;
        color: #b8b8b8; }
      .contact .info .two .formInfo .formBot input::-webkit-input-placeholder {
        font-size: 16px;
        color: #b8b8b8; }
      .contact .info .two .formInfo .formBot .codeImg {
        width: 100px;
        height: 50px;
        display: flex;
        align-items: center;
        margin: 0 110px 0 13px; }
        .contact .info .two .formInfo .formBot .codeImg img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .contact .info .two .formInfo .formBot button {
        width: 150px;
        height: 50px;
        border-radius: 10px;
        border: solid 1px #ccb785;
        text-align: center;
        font-size: 16px;
        color: #333;
        background: none; }

/*联系我们响应*/
@media (max-width: 1440px) {
  .contact .info {
    width: 1100px; }

  .contact .info .one .right {
    width: 600px; } }
@media (max-width: 1024px) {
  .contact .info {
    width: 900px; }

  .contact .info .one .right {
    width: 460px;
    margin-left: 50px; }

  .contact .info .two .formInfo .formLine .cover {
    width: 20px; } }
@media (max-width: 768px) {
  .contact .info {
    width: 90%; }

  .contact .info .one {
    display: block; }

  .contact .info .one .left .en_title {
    margin-top: 20px;
    font-size: 24px; }

  .contact .info .one .left .cn_title {
    font-size: 20px;
    margin-top: 10px; }

  .contact .info .one .left .line {
    margin-top: 16px; }

  .contact .info .one .left .content {
    margin-top: 20px; }

  .contact .info .one .right {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    height: 300px; }

  .contact .info .two .formInfo .formLine {
    display: block; }

  .contact .info .two .formInfo .formLine .cover {
    display: none; }

  .contact .info .two .formInfo .formLine .detail .deTitle {
    margin: 14px 0; }

  .contact .info .two {
    margin-top: 20px; }

  .contact .info .two .title {
    font-size: 20px;
    padding-bottom: 18px; }

  .contact .info .two .formInfo .formBot {
    padding: 20px 0 40px; }

  .contact .info .two .formInfo .formBot input {
    width: 130px;
    height: 40px;
    font-size: 12px; }

  .contact .info .two .formInfo .formBot input:-moz-placeholder {
    font-size: 12px;
    color: #b8b8b8; }
  .contact .info .two .formInfo .formBot input::-moz-placeholder {
    font-size: 12px;
    color: #b8b8b8; }
  .contact .info .two .formInfo .formBot input:-ms-input-placeholder {
    font-size: 12px;
    color: #b8b8b8; }
  .contact .info .two .formInfo .formBot input::-webkit-input-placeholder {
    font-size: 12px;
    color: #b8b8b8; }

  .contact .info .two .formInfo .formBot .codeImg {
    flex: 1;
    margin: 0 20px; }

  .contact .info .two .formInfo .formBot button {
    width: 60px;
    height: 40px;
    font-size: 12px; } }

/*# sourceMappingURL=myCommon.css.map */
