html {
  font-size: 16px; }

.anScale:hover {
  /* 0718-6282613 */
  -webkit-transition: all 5000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 5000ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02); }

.header {
  background: #2c2c2c;
  color: #534129;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  height: 94px;
  border-bottom: 1px solid #a78653;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .header .info {
    min-width: 1000px;
    max-width: 1440px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px; }
    .header .info .l {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .header .info .l .logo {
        height: 54px; }
        .header .info .l .logo img {
          height: 100%;
          width: auto; }
      .header .info .l .navs {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        color: #906322;
        position: relative;
        height: 92px;
        padding: 0 80px;
        max-width: 900px; }
        .header .info .l .navs a {
          padding: 15px 20px;
          border-radius: 4px;
          white-space: nowrap;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .header .info .l .navs a:hover {
            color: #cfa86f; }
          .header .info .l .navs a.sel {
            color: #cfa86f; }
        .header .info .l .navs .yb {
          position: absolute;
          bottom: 0;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          z-index: 22;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    .header .info .btns button {
      font-size: 22px;
      padding: 5px 8px;
      border-radius: 3px;
      margin-left: 10px;
      font-weight: 700;
      cursor: pointer; }

.slide_nav {
  width: 100%;
  position: fixed;
  z-index: 98;
  background: rgba(92, 88, 85, 0.8);
  height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .slide_nav .info {
    min-width: 1000px;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0 auto;
    color: #a88754;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1; }
    .slide_nav .info .as a {
      padding: 10px 20px;
      border-radius: 4px;
      white-space: nowrap;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      position: relative; }
      .slide_nav .info .as a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        background: #ccc;
        height: 1px;
        width: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .slide_nav .info .as a.sel:after {
        width: 30%; }
      .slide_nav .info .as a:hover {
        color: #d0aa6c; }
      .slide_nav .info .as a:hover:after {
        width: 30%; }
      .slide_nav .info .as a.sel {
        color: #d0aa6c; }

.main {
  min-width: 1000px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-bottom: 4rem; }

.showBanner {
  position: relative;
  overflow: hidden; }
  .showBanner .info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: #fff; }
    .showBanner .info h1 {
      font-size: 4rem;
      letter-spacing: 0.2rem; }
    .showBanner .info .ptx {
      font-size: 1.6rem;
      margin: 2.5rem 0;
      letter-spacing: 0.1rem;
      color: #cdae82; }
    .showBanner .info .icons {
      font-size: 1.6rem;
      text-align: center;
      white-space: nowrap;
      color: #cdae82; }
      .showBanner .info .icons dt {
        display: inline-block;
        margin: 0 2rem; }
        .showBanner .info .icons dt p {
          margin-top: 1rem; }
      .showBanner .info .icons em {
        width: 6rem;
        height: 6rem;
        background: red;
        overflow: hidden;
        display: block;
        background: url(../images/iconfs_3.png) no-repeat;
        background-size: auto 6rem;
        margin: 0 auto; }
        .showBanner .info .icons em.ico_01 {
          background-position: 0 0; }
        .showBanner .info .icons em.ico_02 {
          background-position: -6rem 0; }
        .showBanner .info .icons em.ico_03 {
          background-position: -12rem 0; }

.hyAn,
.minthree,
.s_zhzhi,
.h_ws_pic,
.m_banner,
.m_list,
.codes_ls,
.map,
.du,
.pdown_app,
.I_oc,
.mall-details,
.attention-newList {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px; }

.minthree {
  text-align: center; }
  .minthree.add_01 {
    padding: 2rem 0 0; }
  .minthree.add_02 {
    padding: 2rem 0; }
  .minthree .pics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-item: center;
    margin: 20px 0; }
    .minthree .pics dt {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 5px; }
  .minthree .ptx {
    text-align: center;
    margin: 3rem 0; }
    .minthree .ptx h3 {
      font-size: 2.5rem;
      color: #7d5d24;
      margin-bottom: 20px; }
    .minthree .ptx p {
      font-size: 1.2rem;
      color: #676767; }

.icos {
  margin: 5rem 0; }
  .icos dt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    color: #7d5d24;
    margin: 0 3.5rem 10px; }
    .icos dt em {
      display: block;
      background: #fbf7f3;
      color: #7d5d24;
      width: 4.4rem;
      height: 4.4rem;
      text-align: center;
      line-height: 4.4rem;
      font-size: 2.6rem;
      margin: 0 auto 10px;
      border-radius: 50%; }

.product {
  position: relative; }
  .product .infoBox {
    position: absolute;
    top: 50%;
    color: #fff;
    max-width: 1280px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 80px; }
    .product .infoBox.right {
      text-align: right; }
  .product .info {
    display: inline-block; }
    .product .info h1 {
      font-size: 4rem; }
    .product .info .ptx {
      font-size: 1.6rem;
      margin: 2rem 0; }
    .product .info .btn a {
      display: inline-block;
      border: 1px solid #fff;
      height: 2.6rem;
      line-height: 2.6rem;
      padding: 0 2.5rem; }

.hyAn {
  padding-top: 50px;
  padding-bottom: 50px; }
  .hyAn .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hyAn .tit .m {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 30px;
      border-bottom: 1px solid #d8d8d8;
      text-align: right;
      padding: 5px 0; }
    .hyAn .tit h3 {
      color: #343233;
      font-size: 1.8rem; }
    .hyAn .tit a {
      font-size: 1rem;
      padding: 8px 5px; }
  .hyAn .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px 0; }
    .hyAn .list a {
      font-size: 1.3rem;
      position: relative;
      z-index: 1; }
      .hyAn .list a:hover {
        text-decoration: underline; }
      .hyAn .list a:after {
        content: "";
        height: 0.6rem;
        width: 50%;
        background: #e2be9c;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1; }
    .hyAn .list dt {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 1rem;
      color: #81807e; }
      .hyAn .list dt p {
        margin-top: 10px;
        line-height: 1.5rem;
        text-align: justify; }
      .hyAn .list dt:nth-of-type(2) {
        margin: 0 3rem; }

.footer {
  background: #2c2c2c;
  overflow: hidden; }
  .footer .info {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    color: #735026; }
    .footer .info .logo {
      height: 50px;
      text-align: center;
      margin: 50px 0; }
      .footer .info .logo img {
        height: 100%;
        width: auto;
        display: inline-block; }
    .footer .info .down {
      border-top: 1px solid #735026;
      padding: 20px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .footer .info .down .l {
        display: inline-block; }
        .footer .info .down .l a {
          padding: 0 2rem;
          font-size: 15px;
          border-right: 1px solid #735026; }
          .footer .info .down .l a:hover {
            color: #cfa86f; }
      .footer .info .down .r span {
        font-size: 18px;
        color: #87674e;
        font-weight: 700; }
    .footer .info .ptx {
      margin: 30px 0 20px;
      font-size: 13px;
      text-indent: 25px; }

.s_suyuan {
  position: relative; }
  .s_suyuan .info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    text-align: center; }
    .s_suyuan .info h1 {
      font-size: 4rem;
      letter-spacing: 0.2rem; }
    .s_suyuan .info .ptx {
      font-size: 1.6rem;
      margin: 2.5rem 0;
      letter-spacing: 0.1rem; }

.s_txtProje {
  color: #666668;
  font-size: 1.2rem;
  letter-spacing: 0.10rem;
  text-align: center;
  margin: 8rem 0; }
  .s_txtProje .tk {
    max-width: 1100px;
    padding: 0 80px;
    margin: 0 auto;
    line-height: 1.9rem;
    text-align: justify; }
  .s_txtProje .du dt {
    margin: 1.2rem 0;
    text-align: justify;
    line-height: 1.9rem; }
  .s_txtProje h1 {
    font-size: 2.6rem;
    color: #a78653;
    text-align: center;
    margin-bottom: 2rem; }
  .s_txtProje p {
    margin: 10px 0; }

.s_zhzhi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }
  .s_zhzhi dt:nth-of-type(2) {
    margin: 0 50px; }
  .s_zhzhi em {
    position: relative;
    display: block; }
    .s_zhzhi em .btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
      .s_zhzhi em .btn button {
        font-size: 70px;
        padding: 10px;
        cursor: pointer;
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .s_zhzhi a {
    display: block;
    margin: 20px auto;
    font-size: 1.2rem;
    height: 50px;
    width: 140px;
    line-height: 50px;
    color: #b6854a;
    border: 1px solid #b6854a;
    text-align: center; }

.h_banner .info,
.m_banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center; }
  .h_banner .info h1,
  .m_banner .info h1 {
    font-size: 4rem;
    white-space: nowrap; }
    .h_banner .info h1.mp20,
    .m_banner .info h1.mp20 {
      margin-top: 20px; }
  .h_banner .info .ptx,
  .m_banner .info .ptx {
    font-size: 2.6rem; }

.h_ws_pic {
  position: relative; }
  .h_ws_pic .info,
  .h_ws_pic .info2 {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff; }
    .h_ws_pic .info h1,
    .h_ws_pic .info2 h1 {
      font-size: 3.6rem;
      margin-bottom: 1rem; }
    .h_ws_pic .info p,
    .h_ws_pic .info2 p {
      font-size: 1.4rem; }
  .h_ws_pic .info {
    left: 15%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .h_ws_pic .info2 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }

.m_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4rem 0;
  background: #e5cbb2;
  position: relative; }
  .m_list li em, .m_list li .infoBox {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%; }
  .m_list li .info {
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .m_list li .info h3 {
      font-size: 2.2rem;
      color: #a6773f;
      white-space: nowrap; }
    .m_list li .info .ptx {
      font-size: 1.3rem;
      color: #c2a579;
      margin: 1rem 0; }
    .m_list li .info .pj {
      font-size: 1.5rem;
      color: #a77b3c;
      margin: 1rem 0; }
    .m_list li .info .btn a {
      display: inline-block;
      height: 40px;
      width: 140px;
      line-height: 40px;
      font-size: 1rem;
      text-align: center;
      border: 1px solid #a6773f;
      color: #a6773f; }
  .m_list li .right {
    left: 75%; }

.codes_ls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .codes_ls dt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 2rem 0; }
    .codes_ls dt p {
      font-size: 1.5rem;
      color: #a68653;
      margin-top: 1rem; }
  .codes_ls dt:nth-of-type(2),
  .codes_ls dt:nth-of-type(3) {
    margin: 0 4rem; }

.map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .map .l, .map .r {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .map .l {
    height: 22rem;
    border: 2px solid #a68653; }
  .map .r {
    margin-left: 5rem;
    padding-top: 2rem; }
    .map .r h1 {
      font-size: 2.6rem;
      color: #a78653;
      text-align: center;
      margin-bottom: 2rem; }
    .map .r .ptx {
      margin: 1.2rem 0;
      text-align: justify;
      line-height: 1.9rem;
      font-size: 1rem; }
      .map .r .ptx p {
        margin-top: 1rem; }
        .map .r .ptx p span {
          color: #a78653; }

.pdown_app {
  margin: 0 auto 4rem; }

.I_oc li {
  margin: 7rem 0; }
  .I_oc li h1 {
    font-size: 2.6rem;
    color: #a78653;
    text-align: center;
    margin-bottom: 3rem; }
  .I_oc li .ct_01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .I_oc li .ct_01 .text {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 4rem;
      font-size: 1.4rem;
      line-height: 2.4rem;
      color: #666668;
      text-align: justify; }
  .I_oc li .ct_02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center; }
    .I_oc li .ct_02 .name {
      font-size: 2.2rem;
      color: #a78653;
      margin: 1rem 0; }
    .I_oc li .ct_02 .txt {
      font-size: 1.2rem;
      color: #666668; }
    .I_oc li .ct_02 dt {
      width: 10rem; }
  .I_oc li .ct_03 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .I_oc li .ct_03 dt {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .I_oc li .ct_03 .l {
      text-align: right; }
      .I_oc li .ct_03 .l em {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .I_oc li .ct_03 .l em b {
          margin-left: 1rem; }
      .I_oc li .ct_03 .l em:nth-of-type(1),
      .I_oc li .ct_03 .l em:nth-of-type(3) {
        -webkit-transform: translate(2rem, 0);
        transform: translate(2rem, 0); }
    .I_oc li .ct_03 .showPic {
      margin: 0 2.5rem; }
    .I_oc li .ct_03 .r {
      text-align: left; }
      .I_oc li .ct_03 .r em b {
        margin-right: 1rem; }
      .I_oc li .ct_03 .r em:nth-of-type(1),
      .I_oc li .ct_03 .r em:nth-of-type(3) {
        -webkit-transform: translate(-2rem, 0);
        transform: translate(-2rem, 0); }
    .I_oc li .ct_03 .l .tps em, .I_oc li .ct_03 .r .tps em {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 32px 0; }
      .I_oc li .ct_03 .l .tps em b, .I_oc li .ct_03 .r .tps em b {
        background: #d0a970;
        color: #fff;
        font-weight: 700;
        font-size: 1.5rem;
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 50%;
        text-align: center;
        line-height: 2.6rem; }
      .I_oc li .ct_03 .l .tps em .ptxc .name, .I_oc li .ct_03 .r .tps em .ptxc .name {
        color: #af7d38;
        font-size: 22px; }
      .I_oc li .ct_03 .l .tps em .ps, .I_oc li .ct_03 .r .tps em .ps {
        color: #757170;
        margin-top: 0.5rem;
        font-size: 16px; }
  .I_oc li .ct_04 {
    width: 80%;
    margin: 0 auto; }

.shenqing {
  margin: 5rem auto; }
  .shenqing h1 {
    font-size: 2.6rem;
    color: #a78653;
    text-align: center;
    margin-bottom: 3rem; }
  .shenqing .pts {
    width: 500px;
    margin: 0 auto; }
    .shenqing .pts li {
      margin-bottom: 20px;
      font-size: 1.2rem; }
      .shenqing .pts li .name {
        color: #666;
        margin-bottom: 5px;
        font-size: 1rem; }
      .shenqing .pts li input {
        width: 100%;
        height: 44px;
        padding: 0 5px;
        border: 1px solid #eac999; }
        .shenqing .pts li input:focus {
          border: 1px solid #bc9459;
          background: #eee; }
  .shenqing .btns {
    text-align: center;
    padding-top: 1rem; }
    .shenqing .btns button {
      height: 44px;
      width: 140px;
      background: #d0a970;
      color: #666;
      cursor: pointer; }

.lx_icos {
  margin: 5rem auto; }
  .lx_icos h1 {
    font-size: 2.6rem;
    color: #a78653;
    text-align: center;
    margin-bottom: 3rem; }
  .lx_icos .ico_m {
    margin: 1rem auto;
    max-width: 1280px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center; }
    .lx_icos .ico_m dt {
      font-size: 1rem;
      color: #7d5d24;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      cursor: pointer; }
      .lx_icos .ico_m dt p {
        font-size: 16px; }
      .lx_icos .ico_m dt em {
        display: block;
        color: #7d5d24;
        width: 90px;
        height: 90px;
        text-align: center;
        line-height: 90px;
        font-size: 50px;
        border: 1px solid #d0ab74;
        margin: 0 auto 20px;
        border-radius: 50%; }

.Process_banner {
  position: relative; }
  .Process_banner .info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    text-align: left;
    max-width: 1280px;
    min-width: 100px;
    width: 100%; }
    .Process_banner .info h1 {
      font-size: 4rem;
      letter-spacing: 0.2rem; }
    .Process_banner .info .ptx {
      font-size: 1.6rem;
      margin: 2.5rem 0;
      letter-spacing: 0.1rem;
      color: #cdac83; }

.mall-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5rem; }
  .mall-details > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .mall-details .r {
    margin-left: 8rem; }
    .mall-details .r h1 {
      font-size: 3rem;
      color: #a78653;
      margin-bottom: 3rem; }
    .mall-details .r .tx {
      font-size: 1.6rem;
      color: #d0a970; }
    .mall-details .r .price {
      font-size: 1.86rem;
      color: #f1211f;
      margin-top: 1.5rem; }
    .mall-details .r .unm {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 1.5rem 0; }
      .mall-details .r .unm .btns {
        border: 1px solid #a78653;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: #a78653;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .mall-details .r .unm .btns button {
          height: 40px;
          width: 60px;
          cursor: pointer;
          font-size: 20px; }
        .mall-details .r .unm .btns b {
          height: 40px;
          border-left: 1px solid #a78653;
          border-right: 1px solid #a78653;
          line-height: 40px;
          padding: 0 30px; }
    .mall-details .r .guige {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #a78653;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mall-details .r .guige button {
        height: 44px;
        cursor: pointer;
        border: 1px solid #a78653;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .mall-details .r .guige button:nth-of-type(2) {
          margin: 0 2.5rem; }
    .mall-details .r .saoma {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #a78653;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 1.5rem; }
      .mall-details .r .saoma > em {
        -webkit-box-flex: 5;
        -moz-box-flex: 5;
        -ms-flex: 5;
        flex: 5;
        font-size: 1.5rem; }
      .mall-details .r .saoma > b {
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        -ms-flex: 3;
        flex: 3; }
    .mall-details .r .buyBtn {
      margin-top: 3.5rem; }
      .mall-details .r .buyBtn button {
        height: 44px;
        cursor: pointer;
        border: 1px solid #a78653;
        border: 1px solid #a78653;
        font-size: 1.5rem;
        color: #a78653;
        padding: 0 1.5rem; }

.attention-newList {
  max-width: 1280px;
  overflow: hidden; }
  .attention-newList h1 {
    padding: 2rem 0;
    border-bottom: 1px solid  #a88752;
    color: #a88752;
    font-size: 1.6rem;
    margin-top: 4.2rem; }
  .attention-newList .list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid  #a88752;
    padding: 3rem 0; }
    .attention-newList .list li > * {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .attention-newList .list li .info {
      margin-left: 4rem; }
      .attention-newList .list li .info .timer {
        font-size: 1.1rem;
        color: #73726e; }
      .attention-newList .list li .info .name {
        font-size: 1.3rem;
        color: #a78653;
        margin: 1rem 0; }
      .attention-newList .list li .info .ptx {
        text-align: justify;
        font-size: 1rem; }
      .attention-newList .list li .info .btn {
        margin-top: 2rem; }
        .attention-newList .list li .info .btn a {
          display: inline-block;
          height: 40px;
          color: #73726e;
          width: 120px;
          line-height: 40px;
          text-align: center;
          border: 1px solid  #a78653; }
  .attention-newList .pages {
    padding: 1rem 0; }
    .attention-newList .pages a {
      display: inline-block;
      margin: 0 5px;
      height: 28px;
      width: 28px;
      line-height: 28px;
      text-align: center;
      border: 1px solid #a78653; }
      .attention-newList .pages a.sel {
        background: #a78653;
        color: #fff; }

.attentionDetails .timer {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  color: #666666; }

.attentionDetails h3 {
  font-size: 1.8rem;
  color: #a78653;
  margin: 1rem 0; }

.attentionDetails .content .mmp, .attentionDetails .content p, .attentionDetails .content div {
  text-align: justify;
  margin: 1.5rem 0;
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.8rem; }

.pop_sm {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 105;
  background: #000000;
  width: 850px;
  text-align: center;
  border: 1px solid #ae7b39; }
  .pop_sm h1 {
    border-bottom: 1px solid #ae7b39;
    color: #ae7b39;
    padding: 2.5rem 0 1rem; }
  .pop_sm .ct em {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 10rem 0 6rem; }
  .pop_sm .ct .btn {
    padding-bottom: 6rem; }
    .pop_sm .ct .btn button {
      height: 44px;
      width: 180px;
      border: 1px solid #ae7b39;
      color: #ae7b39;
      font-size: 1.2rem;
      cursor: pointer; }

/*# sourceMappingURL=../maps/tengji.css.map */
