@charset "UTF-8";
/*!
   * @名称：base.css
   * @功能：1、重设浏览器默认样式
   *       2、设置通用原子类
   */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  background: white;
  color: black;
  width: 100%;
  height: 100%; }

body {
  max-width: 640px;
  margin: 0 auto !important;
  scroll: no;
  position: relative;
  -webkit-overflow-scrolling: touch !important;
  font-family: 'Microsoft Yahei', Arial, Simsun, Helvetica, 'Segoe UI', sans-serif;
  width: 100%;
  min-height: 100%; }

* {
  box-sizing: border-box;
  font-style: normal;
  font-family: inherit; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0; }

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea,
label,
input,
div,
span,
ul,
li {
  font-size: 0.875rem; }

input,
select,
textarea {
  font-size: 100%; }

/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ie bug：th 不继承 text-align */
th {
  text-align: inherit; }

/* 去除默认边框 */
fieldset,
img {
  border: none; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block; }

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
  list-style: none; }

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left; }

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500; }

q:before,
q:after {
  content: ''; }

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: none; }

a:visited {
  color: #000; }

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  color: #000;
  text-decoration: none; }

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none; }

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */ }

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
  display: none; }

.block {
  display: block; }

/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
  display: inline; }

.fl {
  float: left; }

.fr {
  float: right; }

.remove-float {
  float: none; }

.font-small {
  font-size: 12px; }

.font-normal {
  font-size: 0.875rem; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.text-vertical-top {
  vertical-align: top; }

.reset-padding {
  padding: 0; }

*[v-cloak] {
  display: none; }

/*模拟页面从右进入*/
.page-into-init {
  left: 100% !important;
  transition: all ease-in-out 0.3s; }

.page-into-with-right {
  left: 0 !important; }

label.error {
  display: none !important; }

*[cflag] {
  cursor: pointer; }

*[surl] {
  cursor: pointer; }

*[enterflag] {
  cursor: pointer; }

*:not(input):not(textarea):not(select) {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.ignore-select {
  -webkit-user-select: all !important; }

.ekoo-loading-class .layui-m-layercont i {
  width: 20px !important;
  height: 20px !important;
  background-color: #f66800 !important; }

.preview-img-wrapper-123-ekoo-lgm .lgm-preview-img-mask {
  background: rgba(0, 0, 0, 0.48);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990; }

.preview-img-wrapper-123-ekoo-lgm img[imgpre] {
  position: fixed;
  z-index: 999;
  max-width: 800px;
  visibility: hidden; }

.preview-img-wrapper-123-ekoo-lgm .arrow-left,
.preview-img-wrapper-123-ekoo-lgm .arrow-right {
  cursor: pointer;
  display: block;
  padding: 1px 22px;
  background: rgba(133, 133, 133, 0);
  z-index: 999;
  position: fixed;
  border-radius: 50%;
  font-size: 55px;
  color: yellow; }

.preview-img-wrapper-123-ekoo-lgm .arrow-left {
  left: 50px; }

.preview-img-wrapper-123-ekoo-lgm .arrow-right {
  right: 50px; }

.preview-img-wrapper-123-ekoo-lgm h3.imgPage {
  position: fixed;
  z-index: 999;
  text-align: center;
  top: 30px;
  color: white; }

.bx-controls-direction {
  display: none !important; }

/*page_lgm*/
/*page_gxg*/
body {
  max-width: 100%; }

.productModalWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000; }
  .productModalWrap .center_content {
    width: 834px;
    height: 406px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin: 109px auto; }
    .productModalWrap .center_content .center {
      width: 370px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: flex-start;
      margin: 0 auto; }
      .productModalWrap .center_content .center img {
        width: 231px;
        padding-top: 17px; }
      .productModalWrap .center_content .center p {
        padding-top: 16px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        line-height: 24px;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }
      .productModalWrap .center_content .center .btn {
        margin-top: 28px;
        width: 140px;
        height: 35px;
        background: #C7A083;
        border-radius: 4px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 35px;
        cursor: pointer; }

.banner-slider-box .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFFFFF; }

.banner-slider-box .bx-wrapper .bx-controls-auto,
.banner-slider-box .bx-wrapper .bx-pager {
  bottom: 30px; }

.bx-wrapper {
  height: 100%;
  border: none; }

.bx-viewport {
  height: 100%; }

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  background: #C9C9C9;
  margin: 0 3px; }

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #B47D48; }

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: -35px; }

.web-container {
  width: 1100px;
  height: 100%;
  margin: 0 auto; }

.pb-model-top-box .pb-top-tit {
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 38px;
  color: #000000; }

.pb-model-top-box .pb-top-bottom-bg {
  width: 10px;
  height: 2px;
  margin: 0 auto;
  margin-top: 3px;
  background: #BD9A7F; }

.pb-model-top-box .pb-top-desc {
  text-align: center;
  height: 17px;
  line-height: 17px;
  font-size: 16px;
  color: #9B9B9B;
  margin-top: 8px; }

.pb-check-details-btn {
  width: 115px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #BD9A7F;
  padding: 0 13px 0 25px;
  cursor: pointer; }
  .pb-check-details-btn .pb-btn-tit {
    float: left;
    font-size: 12px;
    color: #000000; }
    .pb-check-details-btn .pb-btn-tit.pb-btn-tit-gray {
      color: #9B9B9B; }
  .pb-check-details-btn .pb-arrow-icon {
    float: right;
    width: 6px;
    height: 10px;
    margin-top: 12px; }

.web-head {
  width: 100%;
  height: 84px;
  border-top: 4px solid #BD9A7F;
  background: #FFFFFF; }
  .web-head .pc-icon {
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 22px; }
  .web-head .pc-icon-tit {
    float: left;
    width: 86px;
    height: 32px;
    margin-top: 24px;
    margin-left: 6px; }
  .web-head .pc-rl-btn {
    float: right;
    width: 52px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #BD9A7F;
    border-radius: 5px;
    font-size: 14px;
    color: #BD9A7F;
    margin-top: 28px; }
  .web-head .pc-rl-btn.pc-login {
    background: #BD9A7F;
    color: #FFFFFF;
    margin-right: 20px; }
  .web-head .head-tab-box {
    float: right;
    height: 100%;
    margin-right: 40px; }
    .web-head .head-tab-box .tab-item {
      float: right;
      width: auto;
      height: 80px;
      line-height: 80px;
      font-size: 16px;
      color: #9B9B9B;
      margin-left: 36px;
      cursor: pointer; }
      .web-head .head-tab-box .tab-item.active {
        font-size: 14px;
        color: #BD9A7F; }
  .web-head .user-box {
    position: relative;
    z-index: 99999;
    line-height: 35px;
    min-width: 100px;
    text-align: right;
    cursor: pointer;
    top: 20px; }
    .web-head .user-box .avatar {
      width: 15px;
      height: 15px;
      margin-right: 7px;
      vertical-align: text-bottom; }
    .web-head .user-box .username {
      line-height: 17px;
      font-size: 12px;
      color: #555; }
    .web-head .user-box ul {
      position: absolute;
      z-index: 1;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      padding: 0 15px;
      border: 1px solid #D8D8D8;
      background-color: #fff;
      display: none; }
      .web-head .user-box ul li {
        border-bottom: 1px solid #D8D8D8;
        text-align: center;
        color: #151515; }
        .web-head .user-box ul li:last-child {
          border-bottom: none; }
    .web-head .user-box:hover ul {
      display: block; }

.web-footer-box {
  width: 100%;
  height: 194px;
  background: #242424; }
  .web-footer-box .web-footer-con {
    height: auto; }
    .web-footer-box .web-footer-con .web-footer-left {
      float: left;
      width: 960px;
      height: 100%; }
      .web-footer-box .web-footer-con .web-footer-left .footer-left-top {
        padding-top: 37px;
        height: 93px;
        border-bottom: 1px solid rgba(71, 71, 71, 0.4); }
        .web-footer-box .web-footer-con .web-footer-left .footer-left-top .company-info {
          float: left;
          height: 30px;
          line-height: 30px;
          font-size: 12px;
          color: #FFFFFF;
          opacity: 0.7; }
        .web-footer-box .web-footer-con .web-footer-left .footer-left-top .blogroll {
          float: right;
          width: 134px;
          height: 30px;
          line-height: 28px;
          border: 1px solid #BD9A7F;
          padding: 0 10px;
          cursor: pointer;
          position: relative;
          z-index: 5; }
          .web-footer-box .web-footer-con .web-footer-left .footer-left-top .blogroll .blogroll-tit {
            float: left;
            font-size: 12px;
            color: #BD9A7F; }
          .web-footer-box .web-footer-con .web-footer-left .footer-left-top .blogroll .blogroll-icon {
            float: right;
            width: 10px;
            height: 6px;
            margin-top: 12px; }
          .web-footer-box .web-footer-con .web-footer-left .footer-left-top .blogroll .blogroll-ul {
            width: 100%;
            position: absolute;
            left: 0;
            top: 30px;
            display: none;
            z-index: 5; }
            .web-footer-box .web-footer-con .web-footer-left .footer-left-top .blogroll .blogroll-ul .blogroll-li {
              width: 100%;
              height: 30px;
              line-height: 30px;
              padding: 0 10px;
              border: 1px solid #BD9A7F;
              border-top: none;
              font-size: 12px;
              color: #BD9A7F;
              cursor: pointer; }
      .web-footer-box .web-footer-con .web-footer-left .footer-left-bottom {
        padding-top: 18px; }
        .web-footer-box .web-footer-con .web-footer-left .footer-left-bottom .bot-tit {
          width: 100%;
          height: 17px;
          line-height: 17px;
          font-size: 12px;
          color: #FFFFFF;
          opacity: 0.5;
          margin-bottom: 1px; }
    .web-footer-box .web-footer-con .web-footer-right {
      float: right;
      width: 110px;
      height: 100%;
      margin-top: 34px; }
      .web-footer-box .web-footer-con .web-footer-right .qr-img {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto; }
      .web-footer-box .web-footer-con .web-footer-right .qr-desc {
        width: 100%;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 11px;
        color: #FFFFFF; }

.base-paging-box {
  margin-top: 40px;
  text-align: right; }
  .base-paging-box .paging {
    display: inline-block; }
    .base-paging-box .paging .page-info {
      border: none;
      font-size: 14px;
      background-color: transparent;
      color: #777777;
      cursor: initial; }
    .base-paging-box .paging span {
      display: inline-block;
      height: 34px;
      line-height: 32px;
      margin-left: 10px;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      text-align: center;
      font-size: 14px;
      color: #777777;
      cursor: pointer; }
      .base-paging-box .paging span img {
        display: inherit !important;
        margin-top: 0 !important;
        width: 7px !important;
        height: 14px !important;
        vertical-align: middle; }
      .base-paging-box .paging span.prev-page, .base-paging-box .paging span.next-page {
        width: 76px; }
      .base-paging-box .paging span.prev-page.disabled, .base-paging-box .paging span.next-page.disabled {
        opacity: 0.6;
        cursor: not-allowed; }
      .base-paging-box .paging span.prev-page img {
        margin-right: 6px !important; }
      .base-paging-box .paging span.next-page img {
        margin-left: 6px !important; }
      .base-paging-box .paging span.current-page {
        width: 59px;
        color: #C0222D;
        cursor: initial; }
      .base-paging-box .paging span.skip-page {
        width: 49px; }
    .base-paging-box .paging input {
      width: 59px;
      height: 34px;
      line-height: 32px;
      margin-left: 10px;
      padding: 10px;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      text-align: center;
      font-size: 14px;
      color: #777777; }

.page-box {
  width: auto;
  margin: 0 auto;
  margin-top: 60px;
  margin-left: 300px; }
  .page-box .page-item {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 14px;
    color: #5E5E5E;
    margin-right: 8px; }
    .page-box .page-item.active {
      background: #BD9A7F;
      border: 1px solid #BD9A7F;
      color: #FFFFFF; }

::-webkit-input-placeholder {
  color: #666666; }

::-moz-placeholder {
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

.input:-moz-placeholder {
  color: #666666; }

.web_index_page .index-banner {
  width: 100%;
  height: 599px;
  background: url(../img/pc/index-banner.png) no-repeat center;
  background-size: cover; }

.web_index_page .banner-slider-box {
  width: 100%;
  height: 599px; }
  .web_index_page .banner-slider-box .banner-slider {
    width: 100%;
    height: 599px; }
    .web_index_page .banner-slider-box .banner-slider .banner-slider-item {
      width: 100%;
      height: 100%; }

.web_index_page .company-intro {
  padding: 58px 0 86px 0; }
  .web_index_page .company-intro .intro-top {
    margin-bottom: 43px; }
  .web_index_page .company-intro .company-box {
    padding: 0 25px; }
    .web_index_page .company-intro .company-box .intro-box {
      float: left;
      width: 525px; }
      .web_index_page .company-intro .company-box .intro-box .intro-tit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        color: #4A4A4A; }
      .web_index_page .company-intro .company-box .intro-box .intro-con {
        width: 100%;
        line-height: 25px;
        font-size: 14px;
        color: #595656;
        margin-top: 15px;
        margin-bottom: 13px; }
    .web_index_page .company-intro .company-box .intro-icon {
      float: right;
      width: 433px;
      height: 187px; }
  .web_index_page .company-intro .company-hint {
    width: 935px;
    line-height: 49px;
    font-size: 33px;
    color: #BD9A7F;
    margin: 0 auto;
    margin-top: 60px; }
  .web_index_page .company-intro .company-intro-two {
    width: 1041px;
    margin: 0 auto;
    line-height: 25px;
    font-size: 16px;
    color: #595656; }

.web_index_page .business-model {
  background: url(../img/pc/business-bg.png) no-repeat top center;
  background-size: cover; }
  .web_index_page .business-model .business-model-box {
    padding: 64px 0 89px 0; }
    .web_index_page .business-model .business-model-box .business-top {
      margin-bottom: 30px; }
    .web_index_page .business-model .business-model-box .business-list-box {
      width: 100%;
      padding: 0 13px; }
      .web_index_page .business-model .business-model-box .business-list-box .business-item {
        float: left;
        width: 358px;
        height: 508px;
        padding: 17px; }
        .web_index_page .business-model .business-model-box .business-list-box .business-item:hover {
          background: #FFFFFF;
          border: 2px solid #BD9A7F;
          padding: 15px; }
        .web_index_page .business-model .business-model-box .business-list-box .business-item.active {
          background: #FFFFFF;
          border: 2px solid #BD9A7F;
          padding: 15px; }
        .web_index_page .business-model .business-model-box .business-list-box .business-item .item-box {
          width: 100%;
          height: 100%;
          background: #FFFFFF;
          padding-top: 20px;
          position: relative;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
          .web_index_page .business-model .business-model-box .business-list-box .business-item .item-box .item-tit {
            width: 100%;
            height: 33px;
            line-height: 33px;
            text-align: center;
            font-size: 24px;
            color: #595656;
            margin-bottom: 11px; }
          .web_index_page .business-model .business-model-box .business-list-box .business-item .item-box .business-img {
            width: 100%;
            height: 226px;
            display: block;
            margin-bottom: 22px; }
          .web_index_page .business-model .business-model-box .business-list-box .business-item .item-box .business-desc {
            width: 268px;
            line-height: 20px;
            font-size: 14px;
            color: #000000;
            margin: 0 auto; }
          .web_index_page .business-model .business-model-box .business-list-box .business-item .item-box .item-btn {
            position: absolute;
            bottom: 30px;
            left: 112px; }

.web_index_page .dynamic-model {
  padding: 60px 0 172px 0; }
  .web_index_page .dynamic-model .dynamic-top {
    margin-bottom: 59px; }
  .web_index_page .dynamic-model .dynamic-box .dynamic-left {
    float: left;
    width: 463px; }
    .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-item {
      width: 100%;
      margin-bottom: 24px; }
      .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-item .dynamic-item-left {
        float: left;
        width: 55px;
        height: 55px;
        background: #ccc;
        margin-top: 5px;
        padding-top: 10px; }
        .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-item .dynamic-item-left .dynamic-time-day {
          width: 100%;
          height: 22px;
          line-height: 22px;
          text-align: center;
          font-size: 22px;
          color: #FFFFFF; }
        .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-item .dynamic-item-left .dynamic-time {
          width: 100%;
          height: 17px;
          line-height: 17px;
          text-align: center;
          font-size: 12px;
          color: #FFFFFF; }
      .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-item .dynamic-item-right {
        float: right;
        width: 393px; }
        .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-item .dynamic-item-right .dynamic-item-tit {
          width: 100%;
          height: 22px;
          line-height: 22px;
          font-size: 16px;
          color: #4A4A4A;
          font-weight: 600; }
        .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-item .dynamic-item-right .dynamic-item-desc {
          width: 100%;
          line-height: 20px;
          font-size: 14px;
          color: #9B9B9B;
          margin-top: 4px; }
    .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-all-btn {
      margin-top: 58px; }
      .web_index_page .dynamic-model .dynamic-box .dynamic-left .dynamic-all-btn .dynamic-btn {
        float: right; }
  .web_index_page .dynamic-model .dynamic-box .dynamic-right {
    float: right;
    width: 520px;
    height: 340px; }
    .web_index_page .dynamic-model .dynamic-box .dynamic-right .dynamic-img-box {
      width: 100%;
      height: 100%; }
      .web_index_page .dynamic-model .dynamic-box .dynamic-right .dynamic-img-box .dynamic-img-item {
        width: 100%;
        height: 100%; }

.web-login-page .login-box {
  width: 100%;
  height: 672px;
  background: url(../img/pc/register-login-bg.png) no-repeat center;
  background-size: cover;
  padding-top: 92px; }
  .web-login-page .login-box .login-con {
    padding-right: 10px; }
    .web-login-page .login-box .login-con .login-info {
      float: right;
      width: 420px;
      height: 100%;
      background: #FFFFFF;
      border: 1px solid #E1E1E1;
      padding: 40px 40px 0 40px; }
      .web-login-page .login-box .login-con .login-info .login-tit {
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 20px;
        color: #BD9A7F; }
      .web-login-page .login-box .login-con .login-info .login-tit-bor {
        width: 100%;
        height: 2px;
        background: #E1E1E1; }
        .web-login-page .login-box .login-con .login-info .login-tit-bor .tit-bor {
          width: 80px;
          height: 100%;
          background: #BD9A7F; }
      .web-login-page .login-box .login-con .login-info .user-info {
        width: 100%;
        height: 46px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #E1E1E1;
        margin-top: 40px; }
        .web-login-page .login-box .login-con .login-info .user-info .info-icon {
          float: left;
          width: 22px;
          height: 24px;
          margin: 10px 8px 0 8px; }
        .web-login-page .login-box .login-con .login-info .user-info .info-input {
          float: left;
          width: 290px;
          height: 100%;
          font-size: 14px;
          color: #4A4A4A;
          border: none;
          outline: none; }
      .web-login-page .login-box .login-con .login-info .code-box {
        width: 100%;
        height: 46px;
        background: #FFFFFF;
        margin-top: 40px; }
        .web-login-page .login-box .login-con .login-info .code-box .code-left {
          float: left;
          width: 160px;
          height: 46px;
          background: #FFFFFF;
          border: 1px solid #E1E1E1;
          border-radius: 3px; }
          .web-login-page .login-box .login-con .login-info .code-box .code-left .code-left-icon {
            float: left;
            width: 22px;
            height: 24px;
            margin: 10px 8px 0 8px; }
          .web-login-page .login-box .login-con .login-info .code-box .code-left .code-left-input {
            float: left;
            width: 110px;
            height: 100%;
            font-size: 14px;
            color: #4A4A4A;
            border: none;
            outline: none; }
        .web-login-page .login-box .login-con .login-info .code-box .code-right {
          float: right;
          width: 160px;
          height: 46px;
          border: 1px solid #E1E1E1;
          border-radius: 3px; }
      .web-login-page .login-box .login-con .login-info .login-btn {
        width: 100%;
        height: 46px;
        margin-top: 40px;
        text-align: center;
        line-height: 46px;
        background: #BD9A7F;
        border-radius: 3px;
        font-size: 20px;
        color: #FFFFFF; }
      .web-login-page .login-box .login-con .login-info .login-hint {
        width: 100%;
        height: 18px;
        margin-top: 40px; }
        .web-login-page .login-box .login-con .login-info .login-hint .left-hint {
          float: left;
          height: 18px;
          line-height: 18px;
          font-size: 12px;
          color: #333333; }
          .web-login-page .login-box .login-con .login-info .login-hint .left-hint span {
            font-size: 12px;
            color: #D73846;
            cursor: pointer; }
        .web-login-page .login-box .login-con .login-info .login-hint .right-hint {
          float: right;
          height: 18px;
          line-height: 18px;
          font-size: 12px;
          color: #333333;
          cursor: pointer; }

.web-register-page .register-box {
  width: 100%;
  height: 752px;
  background: url(../img/pc/register-login-bg.png) no-repeat center;
  background-size: cover;
  padding-top: 68px; }
  .web-register-page .register-box .register-con {
    width: 940px;
    height: 615px;
    background: #FFFFFF;
    margin: 0 auto; }
    .web-register-page .register-box .register-con .register-left {
      float: left;
      width: 520px;
      height: 100%;
      padding: 80px 42px 0 42px; }
      .web-register-page .register-box .register-con .register-left .agreement-tit {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        color: #BD9A7F;
        margin-bottom: 2px; }
      .web-register-page .register-box .register-con .register-left .agreement-con {
        width: 100%;
        line-height: 20px;
        font-size: 12px;
        color: #9B9B9B; }
      .web-register-page .register-box .register-con .register-left .left-agreement-box {
        display: flex;
        align-items: center;
        margin-top: 3px; }
        .web-register-page .register-box .register-con .register-left .left-agreement-box input {
          width: 15px;
          height: 15px; }
        .web-register-page .register-box .register-con .register-left .left-agreement-box label {
          font-size: 14px;
          color: #BD9A7F;
          margin-left: 4px; }
      .web-register-page .register-box .register-con .register-left .left-agreement-box.left-agreement-box-two {
        margin-top: 5px;
        margin-bottom: 15px; }
      .web-register-page .register-box .register-con .register-left .agreement-desc {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        color: #9B9B9B;
        margin-top: 10px; }
      .web-register-page .register-box .register-con .register-left .agreement-or-tit {
        line-height: 20px;
        font-size: 14px;
        color: #000000;
        margin-top: 4px; }
    .web-register-page .register-box .register-con .register-right {
      float: right;
      width: 420px;
      height: 615px;
      background: #FFFFFF;
      border: 1px solid #E1E1E1;
      padding: 40px 40px 0 40px; }
      .web-register-page .register-box .register-con .register-right .login-tit {
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 20px;
        color: #BD9A7F; }
      .web-register-page .register-box .register-con .register-right .login-tit-bor {
        width: 100%;
        height: 2px;
        background: #E1E1E1; }
        .web-register-page .register-box .register-con .register-right .login-tit-bor .tit-bor {
          width: 80px;
          height: 100%;
          background: #BD9A7F; }
      .web-register-page .register-box .register-con .register-right .user-info {
        width: 100%;
        height: 46px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #E1E1E1;
        margin-top: 20px; }
        .web-register-page .register-box .register-con .register-right .user-info .info-icon {
          float: left;
          width: 22px;
          height: 24px;
          margin: 10px 8px 0 8px; }
        .web-register-page .register-box .register-con .register-right .user-info .info-input {
          float: left;
          width: 290px;
          height: 100%;
          font-size: 14px;
          color: #4A4A4A;
          border: none;
          outline: none; }
      .web-register-page .register-box .register-con .register-right .code-box {
        width: 100%;
        height: 46px;
        background: #FFFFFF;
        margin-top: 20px; }
        .web-register-page .register-box .register-con .register-right .code-box .code-left {
          float: left;
          width: 160px;
          height: 46px;
          background: #FFFFFF;
          border: 1px solid #E1E1E1;
          border-radius: 3px; }
          .web-register-page .register-box .register-con .register-right .code-box .code-left .code-left-icon {
            float: left;
            width: 22px;
            height: 24px;
            margin: 10px 8px 0 8px; }
          .web-register-page .register-box .register-con .register-right .code-box .code-left .code-left-input {
            float: left;
            width: 110px;
            height: 100%;
            font-size: 14px;
            color: #4A4A4A;
            border: none;
            outline: none; }
        .web-register-page .register-box .register-con .register-right .code-box .code-right {
          float: right;
          width: 160px;
          height: 46px;
          border: 1px solid #E1E1E1;
          border-radius: 3px; }
          .web-register-page .register-box .register-con .register-right .code-box .code-right.code-right-get {
            background: #BD9A7F;
            line-height: 46px;
            text-align: center;
            font-size: 12px;
            color: #FFFFFF;
            border: none; }
      .web-register-page .register-box .register-con .register-right .login-btn {
        width: 100%;
        height: 46px;
        text-align: center;
        line-height: 46px;
        background: #BD9A7F;
        border-radius: 3px;
        font-size: 20px;
        color: #FFFFFF; }
      .web-register-page .register-box .register-con .register-right .agreement-box {
        width: 100%;
        height: 18px;
        margin-top: 7px;
        margin-bottom: 23px;
        text-align: center;
        font-size: 12px;
        color: #4A4A4A;
        display: flex;
        align-items: center;
        justify-content: center; }
        .web-register-page .register-box .register-con .register-right .agreement-box input {
          width: 15px;
          height: 15px; }
        .web-register-page .register-box .register-con .register-right .agreement-box label {
          font-size: 12px;
          margin-left: 8px; }
        .web-register-page .register-box .register-con .register-right .agreement-box span {
          font-size: 12px;
          color: #D73846;
          cursor: pointer; }
      .web-register-page .register-box .register-con .register-right .register-hint {
        width: 100%;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
        color: #333333;
        margin-top: 24px;
        margin-bottom: 4px; }
        .web-register-page .register-box .register-con .register-right .register-hint span {
          font-size: 12px;
          color: #D73846;
          cursor: pointer; }
      .web-register-page .register-box .register-con .register-right .help-hint {
        width: 100%;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
        color: #333333; }

.web-contact-us-page .contact-us-banner {
  width: 100%;
  height: 260px;
  background: url(../img/pc/contact-us-banner.png) no-repeat center;
  background-size: cover; }

.web-contact-us-page .contact-us-box {
  padding: 50px 0 92px 0; }
  .web-contact-us-page .contact-us-box .contact-us-left {
    float: left;
    width: 180px; }
    .web-contact-us-page .contact-us-box .contact-us-left .left-tab {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #E7E7E7;
      font-size: 16px;
      color: #4A4A4A;
      margin-bottom: 1px;
      cursor: pointer; }
      .web-contact-us-page .contact-us-box .contact-us-left .left-tab.tab-active {
        background: #BD9A7F;
        color: #FFFFFF; }
  .web-contact-us-page .contact-us-box .contact-us-right {
    float: right;
    width: 880px; }
    .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con {
      width: 100%; }
      .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .contact-us-map {
        width: 100%;
        height: 419px;
        margin-bottom: 40px; }
        .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .contact-us-map .map-img {
          display: block;
          width: 100%;
          height: 100%; }
      .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .us-info-box {
        width: 100%;
        height: 286px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        padding: 30px 40px 0 40px; }
        .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .us-info-box .us-info-tit {
          width: 100%;
          height: 42px;
          line-height: 42px;
          font-size: 30px;
          color: #000000; }
        .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .us-info-box .info-bot-bor {
          width: 100%;
          height: 1px;
          background: #E7E7E7;
          margin: 26px 0 31px 0; }
        .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .us-info-box .info-list-box {
          width: 100%; }
          .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .us-info-box .info-list-box .info-con {
            float: left;
            width: 50%; }
            .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .us-info-box .info-list-box .info-con .info-item {
              width: 100%;
              height: 28px;
              line-height: 28px;
              font-size: 14px;
              color: #595656; }
      .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box {
        width: 100%; }
        .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-top {
          width: 100%;
          height: 71px;
          line-height: 71px;
          background: #F5F5F5;
          border: 1px solid #E7E7E7;
          padding: 0 32px 0 27px; }
          .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-top .recruit-top-tit {
            float: left;
            font-size: 20px;
            color: #000000; }
          .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-top .top-arrow {
            float: right;
            width: 20px;
            height: 9px;
            margin-top: 30px;
            margin-left: 32px; }
          .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-top .top-desc {
            float: right;
            font-size: 20px;
            color: #595656; }
        .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con {
          width: 100%;
          padding: 20px 30px 73px 30px;
          background: #FFFFFF;
          border: 1px solid #E7E7E7;
          border-top: none; }
          .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con .recruit-require {
            width: 100%; }
            .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con .recruit-require .require-item {
              float: left;
              width: 25%;
              height: 28px;
              line-height: 28px;
              font-size: 14px;
              color: #595656; }
          .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con .require-border {
            width: 100%;
            height: 1px;
            background: #E7E7E7;
            margin-top: 20px;
            margin-bottom: 17px; }
          .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con .recruit-desc-box {
            width: 100%; }
            .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con .recruit-desc-box .recruit-info {
              float: left;
              width: 100%; }
              .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con .recruit-desc-box .recruit-info .info-item {
                width: 100%;
                line-height: 28px;
                font-size: 14px;
                color: #595656; }
              .web-contact-us-page .contact-us-box .contact-us-right .right-tab-con .recruit-box .recruit-con .recruit-desc-box .recruit-info .recruit-info-con {
                width: 100%;
                line-height: 28px;
                font-size: 14px;
                color: #595656; }

.web-reference-center-page .reference-center-banner {
  width: 100%;
  height: 260px;
  background: url(../img/pc/reference-center-banner.png) no-repeat center;
  background-size: cover; }

.web-reference-center-page .reference-center-box {
  padding: 50px 0 162px 0; }
  .web-reference-center-page .reference-center-box .reference-left {
    float: left;
    width: 180px; }
    .web-reference-center-page .reference-center-box .reference-left .left-tab {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #E7E7E7;
      font-size: 16px;
      color: #4A4A4A;
      margin-bottom: 1px;
      cursor: pointer; }
      .web-reference-center-page .reference-center-box .reference-left .left-tab.tab-active {
        background: #BD9A7F;
        color: #FFFFFF; }
  .web-reference-center-page .reference-center-box .reference-right {
    float: right;
    width: 880px; }
    .web-reference-center-page .reference-center-box .reference-right .right-tab-con {
      width: 100%; }
      .web-reference-center-page .reference-center-box .reference-right .right-tab-con .top-con {
        width: 100%;
        height: 206px;
        background: #FFFFFF; }
        .web-reference-center-page .reference-center-box .reference-right .right-tab-con .top-con .con-img {
          float: left;
          width: 300px;
          height: 206px; }
        .web-reference-center-page .reference-center-box .reference-right .right-tab-con .top-con .con-box {
          float: left;
          width: 580px;
          height: 206px;
          border: 1px solid #E7E7E7;
          border-left: 0;
          padding: 25px 16px 0 30px; }
          .web-reference-center-page .reference-center-box .reference-right .right-tab-con .top-con .con-box .con-tit {
            width: 100%;
            height: 30px;
            font-size: 22px;
            color: #4A4A4A;
            margin-bottom: 10px; }
          .web-reference-center-page .reference-center-box .reference-right .right-tab-con .top-con .con-box .con-desc {
            width: 100%;
            line-height: 20px;
            font-size: 14px;
            color: #9B9B9B;
            margin-bottom: 10px; }
      .web-reference-center-page .reference-center-box .reference-right .right-tab-con .list-box {
        width: 100%;
        margin-top: 41px;
        border-top: 1px solid #E7E7E7; }
        .web-reference-center-page .reference-center-box .reference-right .right-tab-con .list-box .list-item {
          width: 100%;
          height: 61px;
          line-height: 60px;
          border-bottom: 1px solid #E7E7E7;
          cursor: pointer; }
          .web-reference-center-page .reference-center-box .reference-right .right-tab-con .list-box .list-item .item-tit {
            float: left;
            font-size: 16px;
            color: #4A4A4A; }
          .web-reference-center-page .reference-center-box .reference-right .right-tab-con .list-box .list-item .item-date {
            float: right;
            font-size: 12px;
            color: #9B9B9B; }

.web-information-center-details-page .reference-details-con {
  padding-top: 37px;
  padding-bottom: 209px; }
  .web-information-center-details-page .reference-details-con .details-path {
    width: 100%;
    height: 38px;
    line-height: 37px;
    border-bottom: 1px solid #E7E7E7;
    font-size: 12px;
    color: #9B9B9B;
    margin-bottom: 55px; }
  .web-information-center-details-page .reference-details-con .details-tit {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 30px;
    color: #4A4A4A; }
  .web-information-center-details-page .reference-details-con .details-date {
    width: 100%;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    color: #9B9B9B;
    margin-top: 3px; }

.web-company-summary-page .company-summary-banner {
  width: 100%;
  height: 260px;
  background: url(../img/pc/company-summary.png) no-repeat center;
  background-size: cover; }

.web-company-summary-page .company-summary-box {
  padding: 50px 0 180px 0; }
  .web-company-summary-page .company-summary-box .summary-left {
    float: left;
    width: 180px; }
    .web-company-summary-page .company-summary-box .summary-left .left-tab {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #E7E7E7;
      font-size: 16px;
      color: #4A4A4A;
      margin-bottom: 1px;
      cursor: pointer; }
      .web-company-summary-page .company-summary-box .summary-left .left-tab.tab-active {
        background: #BD9A7F;
        color: #FFFFFF; }
  .web-company-summary-page .company-summary-box .summary-right {
    float: right;
    width: 880px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .bg-tit {
      width: 100%;
      height: 25px;
      line-height: 25px;
      font-size: 18px;
      color: #BD9A7F;
      margin-bottom: 5px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .bg-desc {
      line-height: 28px;
      font-size: 14px;
      color: #595656;
      margin-bottom: 34px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-tit {
      width: 100%;
      height: 42px;
      line-height: 42px;
      text-align: right;
      font-size: 30px;
      color: #000000; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-sub-tit {
      width: 100%;
      height: 17px;
      line-height: 17px;
      text-align: right;
      font-size: 12px;
      color: #9B9B9B;
      margin-top: 2px;
      margin-bottom: 30px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-desc {
      width: 100%;
      line-height: 28px;
      font-size: 14px;
      color: #595656;
      margin-bottom: 30px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-img {
      display: block;
      width: 881px;
      height: 395px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-bg-con {
      width: 100%; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-bg-con .summary-bg-left {
        float: left;
        width: 412px;
        text-align: justify; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-bg-con .summary-bg-right {
        float: right;
        width: 425px;
        height: 240px;
        margin-bottom: 27px; }
        .web-company-summary-page .company-summary-box .summary-right .right-tab-con .summary-bg-con .summary-bg-right .shareholder-bg-img {
          display: block;
          width: 100%;
          height: 100%; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .now-desc {
      line-height: 28px;
      font-size: 14px;
      color: #595656;
      margin-bottom: 34px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box-tit {
      width: 100%;
      height: 25px;
      line-height: 25px;
      font-size: 18px;
      color: #BD9A7F;
      margin-bottom: 19px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box {
      width: 100%;
      height: 423px;
      background: #FFFFFF;
      border: 1px solid #E7E7E7;
      padding: 50px 20px 0 20px; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .left-control {
        float: left;
        width: 9px;
        height: 20px;
        margin-top: 151px;
        margin-right: 21px;
        cursor: pointer; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con {
        float: left;
        width: 843px;
        padding-left: 30px;
        height: 323px;
        overflow: hidden; }
        .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area {
          width: 813px; }
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .roll-item {
            float: left;
            width: 240px;
            height: 323px;
            background: #F5F5F5;
            margin-right: 31px; }
            .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .roll-item:last-child {
              margin-right: 0; }
            .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .roll-item .item-img {
              width: 100%;
              height: 131px; }
            .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .roll-item .item-tit {
              width: 200px;
              height: 22px;
              line-height: 22px;
              font-size: 16px;
              color: #BD9A7F;
              margin: 0 auto;
              margin-top: 16px;
              margin-bottom: 7px; }
            .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .roll-item .item-desc {
              width: 200px;
              height: 140px;
              font-size: 12px;
              color: #595656;
              text-align: justify;
              line-height: 20px;
              margin: 0 auto; }
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-prev,
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-next {
            width: 9px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: 9px 20px; }
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-prev:before,
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-next:before {
            content: ""; }
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-prev {
            left: -28px;
            background-image: url("../img/pc/arrow-left2.png"); }
            .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-prev:hover {
              background-image: url("../img/pc/arrow-left2.png"); }
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-next {
            right: 2px;
            background-image: url("../img/pc/arrow-right.png"); }
            .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .roll-con .roll-con-area .slick-next:hover {
              background-image: url("../img/pc/arrow-right.png"); }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .roll-box .right-control {
        float: right;
        width: 9px;
        height: 20px;
        margin-top: 151px;
        cursor: pointer; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .advantage-box {
      width: 100%;
      padding-bottom: 36px;
      padding-left: 25px; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .advantage-box .advantage-icon {
        float: left;
        width: 78px;
        height: 78px; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .advantage-box .advantage-right {
        float: right;
        width: 735px; }
        .web-company-summary-page .company-summary-box .summary-right .right-tab-con .advantage-box .advantage-right .advantage-tit {
          width: 100%;
          height: 76px;
          line-height: 76px;
          background: #F5F5F5;
          font-size: 22px;
          color: #BD9A7F;
          padding: 0 20px 0 25px; }
          .web-company-summary-page .company-summary-box .summary-right .right-tab-con .advantage-box .advantage-right .advantage-tit span {
            float: right;
            font-size: 50px;
            color: #FFFFFF; }
        .web-company-summary-page .company-summary-box .summary-right .right-tab-con .advantage-box .advantage-right .advantage-desc {
          width: 677px;
          line-height: 22px;
          font-size: 16px;
          color: #595656;
          margin: 0 auto;
          margin-top: 16px; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .position-box {
      width: 211px;
      height: 73px;
      text-align: center;
      line-height: 73px;
      background: #BD9A7F;
      font-size: 30px;
      color: #FFFFFF;
      margin: 0 auto; }
    .web-company-summary-page .company-summary-box .summary-right .right-tab-con .team-box {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
      background: #FFFFFF;
      border: 1px solid #E7E7E7; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .team-box .team-left {
        width: 552px;
        float: left;
        margin-left: 49px;
        padding-top: 35px; }
        .web-company-summary-page .company-summary-box .summary-right .right-tab-con .team-box .team-left .team-tit {
          height: 42px;
          line-height: 42px;
          font-size: 30px;
          color: #000000;
          margin-bottom: 10px; }
        .web-company-summary-page .company-summary-box .summary-right .right-tab-con .team-box .team-left .team-position {
          height: 25px;
          line-height: 25px;
          font-size: 18px;
          color: #BD9A7F; }
        .web-company-summary-page .company-summary-box .summary-right .right-tab-con .team-box .team-left .team-desc {
          width: 100%;
          line-height: 22px;
          font-size: 14px;
          color: #595656;
          margin-top: 18px; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .team-box .team-left-img {
        float: left;
        width: 236px;
        height: 100%;
        background: url(../img/pc/team-icon.png) no-repeat top center;
        background-size: cover; }
      .web-company-summary-page .company-summary-box .summary-right .right-tab-con .team-box .team-right {
        float: right;
        width: 236px;
        height: 100%;
        background: url(../img/pc/team-icon.png) no-repeat top center;
        background-size: cover; }

.web-product-center-page .product-center-banner {
  width: 100%;
  height: 260px;
  background: url(../img/pc/product-center.png) no-repeat center;
  background-size: cover; }

.web-product-center-page .product-center-box {
  padding: 50px 0 117px 0; }
  .web-product-center-page .product-center-box .product-center-left {
    float: left;
    width: 180px; }
    .web-product-center-page .product-center-box .product-center-left .left-tab {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #E7E7E7;
      font-size: 16px;
      color: #4A4A4A;
      margin-bottom: 1px;
      cursor: pointer; }
      .web-product-center-page .product-center-box .product-center-left .left-tab.tab-active {
        background: #BD9A7F;
        color: #FFFFFF; }
  .web-product-center-page .product-center-box .product-center-right {
    float: right;
    width: 880px; }
    .web-product-center-page .product-center-box .product-center-right .right-tab-con {
      width: 100%; }
      .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box {
        width: 100%;
        height: 191px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        margin-top: 30px; }
        .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box:first-child {
          margin-top: 0; }
        .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-top {
          width: 100%;
          height: 64px;
          line-height: 64px;
          padding-left: 29px;
          font-size: 26px;
          color: #595656; }
          .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-top span {
            display: inline-block;
            width: 65px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 14px;
            color: #FFFFFF;
            background: #BD9A7F;
            border-radius: 100px;
            vertical-align: middle;
            margin-left: 18px; }
        .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom {
          width: 100%;
          height: 125px;
          border-top: 1px solid #E7E7E7;
          background: #F9F9F9;
          padding-left: 40px; }
          .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .intro-item {
            float: left;
            width: 155px;
            height: 100%; }
            .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .intro-item .item-top-img {
              width: 100%;
              height: 44px;
              line-height: 44px;
              text-align: center;
              margin-top: 29px;
              font-size: 40px;
              color: #FA001F;
              margin-bottom: 1px; }
              .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .intro-item .item-top-img .rise-icon {
                width: 29px;
                height: 33px; }
              .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .intro-item .item-top-img .percent-icon {
                font-size: 20px; }
            .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .intro-item .item-top {
              width: 100%;
              height: 28px;
              line-height: 28px;
              text-align: center;
              font-size: 20px;
              color: #595656;
              margin-top: 41px;
              margin-bottom: 5px; }
            .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .intro-item .item-desc {
              width: 100%;
              height: 20px;
              line-height: 20px;
              text-align: center;
              font-size: 14px;
              color: #9B9B9B; }
          .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .consulting-btn {
            float: right;
            width: 115px;
            height: 36px;
            line-height: 36px;
            background: #BD9A7F;
            margin-top: 46px;
            margin-right: 28px;
            cursor: pointer;
            padding: 0 13px 0 25px; }
            .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .consulting-btn .btn-tit {
              float: left;
              font-size: 12px;
              color: #FFFFFF; }
            .web-product-center-page .product-center-box .product-center-right .right-tab-con .product-item-box .product-bottom .consulting-btn .btn-arrow {
              float: right;
              width: 6px;
              height: 10px;
              margin-top: 13px; }

.product-center-details-page .product-center-details-box {
  padding-top: 35px; }
  .product-center-details-page .product-center-details-box .details-path {
    width: 100%;
    height: 38px;
    line-height: 37px;
    border-bottom: 1px solid #E7E7E7;
    font-size: 12px;
    color: #9B9B9B;
    margin-bottom: 35px; }
  .product-center-details-page .product-center-details-box .details-box {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding-bottom: 87px;
    margin-bottom: 92px; }
    .product-center-details-page .product-center-details-box .details-box .product-top {
      width: 100%;
      height: 64px;
      line-height: 64px;
      padding-left: 29px;
      font-size: 26px;
      color: #595656; }
      .product-center-details-page .product-center-details-box .details-box .product-top span {
        display: inline-block;
        width: 65px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
        background: #BD9A7F;
        border-radius: 100px;
        vertical-align: middle;
        margin-left: 18px; }
    .product-center-details-page .product-center-details-box .details-box .product-details-box {
      width: 100%;
      height: 177px;
      background: #F9F9F9;
      border-top: 1px solid #E7E7E7;
      border-bottom: 1px solid #E7E7E7;
      padding-left: 23px; }
      .product-center-details-page .product-center-details-box .details-box .product-details-box .details-left {
        float: left;
        width: 260px; }
        .product-center-details-page .product-center-details-box .details-box .product-details-box .details-left .l-top {
          width: 100%;
          height: 72px;
          line-height: 72px;
          text-align: center;
          margin-top: 38px;
          font-size: 64px;
          color: #FA001F;
          margin-bottom: 5px;
          font-weight: 600; }
          .product-center-details-page .product-center-details-box .details-box .product-details-box .details-left .l-top .rise-icon {
            width: 46px;
            height: 53px; }
          .product-center-details-page .product-center-details-box .details-box .product-details-box .details-left .l-top .percent-icon {
            font-size: 20px;
            font-weight: 600; }
        .product-center-details-page .product-center-details-box .details-box .product-details-box .details-left .l-desc {
          width: 100%;
          height: 20px;
          line-height: 20px;
          text-align: center;
          font-size: 14px;
          color: #9B9B9B; }
      .product-center-details-page .product-center-details-box .details-box .product-details-box .details-center {
        float: left;
        width: 204px; }
        .product-center-details-page .product-center-details-box .details-box .product-details-box .details-center .c-tit {
          width: 100%;
          height: 28px;
          line-height: 28px;
          text-align: center;
          font-size: 20px;
          color: #595656;
          margin-bottom: 5px;
          margin-top: 26px; }
        .product-center-details-page .product-center-details-box .details-box .product-details-box .details-center .c-dest {
          width: 100%;
          height: 20px;
          line-height: 20px;
          text-align: center;
          font-size: 14px;
          color: #9B9B9B; }
      .product-center-details-page .product-center-details-box .details-box .product-details-box .details-right {
        float: right;
        width: 353px;
        height: 100%;
        background: #BD997F;
        padding-top: 58px;
        padding-left: 59px; }
        .product-center-details-page .product-center-details-box .details-box .product-details-box .details-right .tel-bg {
          float: left;
          width: 50px;
          height: 50px;
          margin-top: 2px;
          margin-right: 20px; }
        .product-center-details-page .product-center-details-box .details-box .product-details-box .details-right .tel-tit {
          float: left;
          height: 25px;
          line-height: 25px;
          font-size: 18px;
          color: #FFFFFF; }
        .product-center-details-page .product-center-details-box .details-box .product-details-box .details-right .tel-num {
          float: left;
          height: 29px;
          line-height: 29px;
          font-size: 21px;
          color: #FFFFFF; }
    .product-center-details-page .product-center-details-box .details-box .details-table-box {
      width: 1020px;
      margin: 0 auto; }
      .product-center-details-page .product-center-details-box .details-box .details-table-box .table-tit {
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
        color: #BD9A7F;
        margin: 33px 0 21px 0; }
      .product-center-details-page .product-center-details-box .details-box .details-table-box .details-table {
        width: 100%; }
        .product-center-details-page .product-center-details-box .details-box .details-table-box .details-table tr td {
          height: 50px;
          text-align: center;
          vertical-align: middle;
          border: 1px solid #E7E7E7;
          font-size: 16px;
          color: #595656; }
          .product-center-details-page .product-center-details-box .details-box .details-table-box .details-table tr td:first-child {
            font-size: 14px;
            width: 200px; }

.web-business-module-page .business-module-banner {
  width: 100%;
  height: 260px;
  background: url(../img/pc/business-module.png) no-repeat center;
  background-size: cover; }

.web-business-module-page .business-module-box {
  padding: 50px 0 157px 0; }
  .web-business-module-page .business-module-box .business-left {
    float: left;
    width: 180px; }
    .web-business-module-page .business-module-box .business-left .left-tab {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #E7E7E7;
      font-size: 16px;
      color: #4A4A4A;
      margin-bottom: 1px;
      cursor: pointer; }
      .web-business-module-page .business-module-box .business-left .left-tab.tab-active {
        background: #BD9A7F;
        color: #FFFFFF; }
  .web-business-module-page .business-module-box .business-right {
    float: right;
    width: 880px; }
    .web-business-module-page .business-module-box .business-right .right-tab-con {
      width: 100%; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .business-right-desc {
        width: 100%;
        padding: 27px 27px 27px 35px;
        background: #F5F5F5;
        border: 1px solid #E7E7E7;
        font-size: 14px;
        color: #4A4A4A;
        line-height: 27px;
        margin-bottom: 60px; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .business-right-tit {
        width: 100%;
        height: 26px; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .business-right-tit .business-tit {
          float: left;
          width: 88px;
          height: 26px;
          line-height: 26px;
          background: #FFFFFF;
          font-size: 18px;
          color: #BD9A7F; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .business-right-tit .tit-bg {
          float: right;
          width: 791px;
          height: 2px;
          background: #BD9A7F;
          margin-top: 12px; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .demand-list-box {
        width: 100%;
        padding-left: 15px; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .demand-list-box .demand-item {
          float: left;
          width: 160px;
          padding: 37px 0 43px 0;
          margin-right: 70px; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .demand-list-box .demand-item:last-child {
            margin-right: 0; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .demand-list-box .demand-item .demand-tilte {
            text-align: center;
            margin: 10px 0; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .demand-list-box .demand-item .demand-icon {
            display: block;
            width: 74px;
            height: 74px;
            margin: 0 auto; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .demand-list-box .demand-item .demand-desc {
            width: 100%;
            line-height: 20px;
            font-size: 12px;
            color: #595656; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .rival-standard {
        width: 100%;
        height: 60px;
        background: #F5F5F5;
        border-radius: 100px;
        margin-bottom: 60px; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .rival-standard .rival-icon {
          float: left;
          width: 24px;
          height: 24px;
          margin: 18px 15px 0 30px; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .rival-standard .rival-tit {
          float: left;
          height: 60px;
          line-height: 60px;
          font-size: 16px;
          color: #BD9A7F; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .rival-standard .rival-box {
          float: left;
          height: 100%;
          margin-left: 44px; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .rival-standard .rival-box .item-dot {
            float: left;
            width: 8px;
            height: 8px;
            background: #4A4A4A;
            border-radius: 50%;
            margin-top: 26px;
            margin-right: 6px; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .rival-standard .rival-box .item-tit {
            float: left;
            font-size: 14px;
            color: #4A4A4A;
            line-height: 60px; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .strategy-list-box {
        width: 100%;
        padding: 30px 0 50px 0; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .strategy-list-box .strategy-item {
          float: left;
          width: 160px;
          margin-right: 20px;
          line-height: 20px;
          font-size: 14px;
          color: #595656; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .strategy-list-box .strategy-item:last-child {
            margin-right: 0; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .partner-list-box {
        width: 100%;
        background: #F5F5F5;
        margin-top: 26px; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .partner-list-box .partner-img {
          display: block;
          float: left;
          width: 146px;
          height: 68px;
          margin-right: 20px;
          margin-bottom: 20px; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .idea-list-box {
        width: 100%;
        margin: 26px 0 60px 0; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .idea-list-box .idea-item {
          float: left;
          width: 283px;
          height: 177px;
          background: #FFFFFF;
          border: 1px solid #E7E7E7;
          margin-right: 15px;
          line-height: 20px;
          font-size: 16px;
          color: #595656;
          padding: 60px 20px 0; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .idea-list-box .idea-item:last-child {
            margin-right: 0; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box {
        width: 100%;
        margin: 28px 0 67px 0;
        padding-left: 9px; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box .case-item {
          float: left;
          width: 200px;
          margin-right: 33px; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box .case-item .case-img {
            display: block;
            width: 200px;
            height: 74px;
            margin-bottom: 7px; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box .case-item .case-desc {
            width: 100%;
            line-height: 20px;
            font-size: 14px;
            color: #595656;
            text-align: justify; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box .case-item-right {
          float: right;
          width: 165px;
          height: 288px;
          background: #FFFFFF;
          border: 1px solid #E7E7E7;
          padding: 23px 0 0 26px; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box .case-item-right .right-item {
            width: 100%;
            height: 34px; }
            .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box .case-item-right .right-item .right-item-icon {
              float: left;
              width: 8px;
              height: 8px;
              background: #BD9A7F;
              margin-top: 13px;
              margin-right: 13px;
              border-radius: 50%; }
            .web-business-module-page .business-module-box .business-right .right-tab-con .case-list-box .case-item-right .right-item .right-item-tit {
              float: left;
              height: 34px;
              line-height: 34px;
              font-size: 18px;
              color: #4A4A4A; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .idea2-list-box {
        width: 100%;
        margin: 26px 0 60px 0; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .idea2-list-box .idea2-item {
          width: 100%;
          margin-bottom: 28px;
          position: relative; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .idea2-list-box .idea2-item .idea2-left {
            float: left;
            width: 55px;
            height: 100%;
            display: flex;
            align-items: center;
            position: absolute; }
            .web-business-module-page .business-module-box .business-right .right-tab-con .idea2-list-box .idea2-item .idea2-left .sort-box {
              width: 55px;
              height: 55px;
              line-height: 55px;
              text-align: center;
              border-radius: 50%;
              background: #BD9A7F;
              font-size: 30px;
              color: #FFFFFF; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .idea2-list-box .idea2-item .idea2-right {
            float: right;
            width: 811px; }
            .web-business-module-page .business-module-box .business-right .right-tab-con .idea2-list-box .idea2-item .idea2-right .idea2-right-tit {
              width: 100%;
              height: 22px;
              line-height: 22px;
              font-size: 16px;
              color: #000000;
              margin-bottom: 3px;
              font-weight: 600; }
            .web-business-module-page .business-module-box .business-right .right-tab-con .idea2-list-box .idea2-item .idea2-right .idea2-right-desc {
              width: 100%;
              line-height: 20px;
              font-size: 14px;
              color: #595656; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .advantage2-list-box {
        width: 100%;
        margin: 16px 0 50px 0; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .advantage2-list-box .advantage2-item {
          width: 100%; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .advantage2-list-box .advantage2-item .advantage2-icon {
            float: left;
            width: 9px;
            height: 9px;
            background: #BD9A7F;
            border-radius: 50%;
            margin-right: 14px;
            margin-top: 9px; }
          .web-business-module-page .business-module-box .business-right .right-tab-con .advantage2-list-box .advantage2-item .advantage2-tit {
            line-height: 28px;
            font-size: 14px;
            color: #595656;
            padding-left: 23px; }
      .web-business-module-page .business-module-box .business-right .right-tab-con .strategy2-box {
        width: 100%;
        margin: 28px 0 60px 0; }
        .web-business-module-page .business-module-box .business-right .right-tab-con .strategy2-box .strategy2-img {
          width: 879px;
          height: 436px; }

/*page_jwq*/
.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.videoPage .reference-center-banner {
  color: #4A4A4A;
  font-size: 14px;
  width: 100%;
  height: 260px;
  background: url(../img/pc/videoBanner.png) no-repeat center;
  background-size: cover; }

.videoPage .sectionWrap {
  padding: 50px 0 60px 0;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 120px; }
  .videoPage .sectionWrap .infoWrap {
    width: 100%;
    display: flex; }
    .videoPage .sectionWrap .infoWrap .leftWrap {
      width: 500px;
      height: 375px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .videoPage .sectionWrap .infoWrap .leftWrap .playImg {
        width: 64px;
        height: 64px; }
    .videoPage .sectionWrap .infoWrap .rightWrap {
      flex: 1;
      padding: 62px 20px 0 30px;
      height: 375px;
      border: 1px solid #E7E7E7;
      border-left: none; }
      .videoPage .sectionWrap .infoWrap .rightWrap .title {
        font-size: 36px;
        margin-bottom: 20px;
        font-weight: 500; }
      .videoPage .sectionWrap .infoWrap .rightWrap .desc {
        font-size: 21px;
        color: #9B9B9B;
        line-height: 1.5; }
  .videoPage .sectionWrap .projectTitle {
    font-size: 22px;
    font-weight: 500;
    margin: 50px 0 20px; }
  .videoPage .sectionWrap .projectList {
    display: flex;
    width: 100%; }
    .videoPage .sectionWrap .projectList .listItem .imgWrap {
      width: 205px;
      height: 154px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 15px; }
      .videoPage .sectionWrap .projectList .listItem .imgWrap .playImg {
        width: 48px;
        height: 48px; }
    .videoPage .sectionWrap .projectList .listItem .title {
      width: 205px;
      line-height: 1;
      margin: 10px 0; }
    .videoPage .sectionWrap .projectList .listItem .time {
      color: #9B9B9B;
      line-height: 1; }
