@charset "utf-8";
body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
ol,
p,
select,
table,
textarea,
ul {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Gotham-Book;
  src: url(fonts/gothambook.ttf);
}

@font-face {
  font-family: Gotham-Book-bold;
  src: url(fonts/gothambold.ttf);
}

body,
button,
input,
select,
textarea {
  font-family: Gotham-Book, Roboto, San Francisco, 'Helvetica Neue', Helvetica,
    Arial, PingFangSC-Light, 'Hiragina Sans GB', 'WenQuanYi Micro Hei',
    'microsoft yahei ui', 'microsoft yahei', sans-serif;
  font-size: 14px;
}

button,
input[type='reset'],
input[type='button'],
input[type='submit'],
label {
  -webkit-user-select: none;
}

button,
input,
select {
  box-sizing: content-box;
}

button {
  border: 0;
  cursor: pointer;
}

li {
  list-style: none;
}

b,
em,
i {
  font-style: normal;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.table-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-grid .col {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.table-grid .col:last-child {
  text-align: right;
}

i {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}

i.phone {
  background-image: url(sprite/global-1504582463.svg);
  background-position: 44.05% 98.08%;
  background-size: 625% 425%;
  background-repeat: no-repeat;
}

i.email {
  background-image: url(sprite/global-1504582463.svg);
  background-position: 1.1900000000000002% 98.08%;
  background-size: 625% 425%;
  background-repeat: no-repeat;
}

i.location {
  background-image: url(sprite/global-1504582463.svg);
  background-position: 22.62% 98.08%;
  background-size: 625% 425%;
  background-repeat: no-repeat;
}

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

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

h2 {
  font-size: 36px;
  color: #000;
}

h2 .en-text {
  font-size: 24px;
  color: #c5a285;
  font-weight: 700;
  margin-top: 10px;
  font-family: Gotham-Book-bold;
}

.wrap {
  max-width: 1200px;
  min-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  /* position: absolute; */
  /* padding-top: 13px; */
  padding: 15px 0;
  width: 100%;
  min-width: 1200px;
}

.navbar h1 {
  padding-top: 10px;
}

.navbar .menu-list a {
  font-size: 16px;
  color: #3a4659;
  display: block;
}

.navbar .menu-list a:hover {
  text-decoration: none;
}

.navbar .menu-list li {
  display: inline-block;
  margin-left: 60px;
  padding: 10px 2px;
}

.navbar .menu-list li.cur a,
.navbar .menu-list li:hover a {
  color: #cfa85f;
  font-weight: 700;
}

.navbar .menu-list li.cur {
  border-bottom: 2px solid #cfa85f;
}

.navbar .menu-list .nav-item {
  display: none;
  position: absolute;
  background: #fff;
  padding: 35px 16px 0 16px;
  margin: 0 0 0 -15px;
}
.navbar .menu-list .curreves {
  display: block;
}
.navbar .menu-list .nav-item li {
  margin-left: 0;
  white-space: nowrap;
  display: block;
}
.navbar .menu-list .nav-item li a {
  font-size: 14px;
  font-weight: 700;
}
.navbar .menu-list .nav-item li a {
  color: #101010 !important;
  font-weight: normal;
}

.navbar .menu-list .nav-item li a:hover {
  color: #cfa85f !important;
}

.banner-box {
  height: 630px;
  background: url(img/banner.jpg) center bottom no-repeat;
  background-size: cover;
  min-width: 1200px;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}

.banner-box .en {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.banner-box .labelCN {
  color: #ffffff;
  font-size: 30px;
  font-family: Roboto-bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 20px;
  display: inline-flex;
}

.banner-box .labelEN {
  color: #ffffff;
  font-size: 18px;
  font-family: Roboto-bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-box.about {
  color: #fff;
  height: 500px;
  background-image: url(img/about/banner.jpg);
  padding-top: 210px;
  box-sizing: border-box;
}

.banner-box.about.yewu {
  background-image: url(img/yewu/banner.jpg);
}

.banner-box.about.contact {
  background-image: url(img/contact/banner.jpg);
}

.about-content {
  padding: 130px 0;
  box-sizing: border-box;
  min-width: 1200px;
  display: flex;
}

.about-content .left-nav {
  padding: 0 140px;
}

.about-content .left-nav .item {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  margin: 15px 0;
  line-height: 1.5;
}

.about-content .left-nav .item.active {
  color: #e30606;
}

.about-content .left-nav .item:hover {
  color: #e30606;
}

.about-content .content {
  flex: 1;
  padding-right: 160px;
}

.about-content .content .profile .title {
  font-weight: bold;
  color: #2a2a2a;
  font-size: 16px;
  margin-bottom: 35px;
}

.about-content .content .profile .info {
  color: #9d9d9d;
  font-size: 16px;
  margin-bottom: 35px;
}

.about-content .content .advantages {
  display: none;
}

.about-content .content .advantages .title {
  font-weight: bold;
  color: #2a2a2a;
  font-size: 16px;
  margin-bottom: 30px;
}

.about-content .content .advantages .info {
  color: #9d9d9d;
  font-size: 16px;
  margin-bottom: 35px;
}

.about-content .content .member {
  display: none;
}

.about-content .content .member .title {
  font-weight: bold;
  color: #2a2a2a;
  font-size: 16px;
  margin-bottom: 35px;
}

.about-content .content .member .info {
  color: #9d9d9d;
  font-size: 16px;
  margin-bottom: 35px;
}

.about-content .content .member .member-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-content .content .member .member-avatar {
  width: 247px;
  height: 372px;
}

.about-content .content .history {
  display: none;
}

.about-content .content .history .title {
  font-weight: bold;
  color: #2a2a2a;
  font-size: 16px;
  margin-bottom: 35px;
}

.company-box {
  height: 470px;
  background: url(img/company-bg.svg) center bottom no-repeat;
  text-align: center;
  padding-top: 130px;
  box-sizing: border-box;
  min-width: 1200px;
}

.company-box h2 {
  margin-bottom: 30px;
}

.company-box.touzi {
  background-image: none;
  background-color: #f5f5f5;
}

.company-box.touzi .table-grid .col:first-child {
  width: 140px;
  text-align: center;
}

.company-box.touzi .table-grid .col:last-child {
  text-align: left;
}

.company-box.touzi .table-grid {
  table-layout: fixed;
  width: 880px;
  margin: 0 auto;
}

.company-box.touzi .table-grid .text {
  padding-left: 60px;
  width: auto;
  text-align: left;
  display: inline-block;
}

.company-box .text {
  font-size: 16px;
  color: #444;
  line-height: 35px;
  width: 930px;
  margin: 0 auto;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  min-width: 1200px;
}

.footer .col {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.footer .til {
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer .menu-list {
  font-size: 0;
}

.footer .menu-list li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

.footer .menu-list li:last-child {
  margin-right: 0;
}

.footer .menu-list a {
  color: #666;
}

.footer .menu-list .text {
  margin-left: 5px;
  vertical-align: middle;
}

.footer .col:last-child {
  text-align: left;
  margin-right: 0;
}

.copyright {
  color: #999;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}

.copyright a {
  color: #999;
}

.growth {
  text-align: center;
  padding: 130px 0;
}

.growth .growth-map {
  padding-top: 60px;
  position: relative;
}

.growth .growth-list {
  font-size: 16px;
  color: #000;
}

.growth .growth-list li {
  position: absolute;
}

.growth .growth-list li.n1 {
  top: 66px;
  left: 144px;
}

.growth .growth-list li.n2 {
  margin-left: 75px;
  bottom: -10px;
}

.growth .growth-list li.n3 {
  top: 64px;
  right: 15px;
  width: 310px;
}

.growth .growth-list li.n4 {
  bottom: 30px;
  right: 150px;
}

.growth .num-text {
  font-size: 42px;
  color: #c5a285;
  margin-bottom: 10px;
  font-weight: 700;
}

.yewu {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.card {
  background-color: #fff;
  box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.1);
  z-index: 27;
}

.tab-box {
  font-size: 0;
}

.tab-box a {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #666;
  display: inline-block;
  width: 33.3%;
  text-align: center;
  background-color: #e5e5e5;
}

.tab-box a:hover {
  text-decoration: none;
}

.tab-box a.cur {
  background-color: #fff;
}

.tab-con {
  padding: 60px;
  box-sizing: border-box;
}

.tab-con.null {
  padding: 100px 0;
  text-align: center;
}

.tab-con .text {
  font-size: 24px;
  color: #666;
  margin-top: 30px;
}

table {
  border: 1px solid #e6e6e6;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}

table td,
table th {
  padding: 25px 50px;
  text-align: left;
  font-weight: 700;
}

table th {
  color: #999;
}

table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.contact-box {
  background-color: #f5f5f5;
  padding: 50px 0;
  text-align: center;
}

.contact-box .card {
  box-sizing: border-box;
  padding: 100px 60px;
}

.contact-box .text {
  font-size: 16px;
  color: #444;
  line-height: 35px;
  width: 930px;
  margin: 30px auto;
  vertical-align: middle;
}

.contact-box .menu-list {
  margin-top: 30px;
}

.contact-box .menu-list li {
  display: inline-block;
  margin-right: 40px;
}

.contact-box .menu-list .email,
.contact-box .menu-list .location,
.contact-box .menu-list .phone {
  width: 24px;
  height: 24px;
  background-image: url(img/contact/phone.svg);
  margin-right: 10px;
  background-size: cover;
}

.contact-box .menu-list .email {
  background-image: url(img/contact/email.svg);
}

.contact-box .menu-list .location {
  background-image: url(img/contact/location.svg);
}

.menu-btn {
  width: 24px;
  height: 24px;
  background-image: url(sprite/global-1504582463.svg);
  background-size: 208.33333333333334% 141.66666666666669%;
  position: relative;
  z-index: 9;
  display: none;
  background-position: 98.08% 5%;
  background-repeat: no-repeat;
  filter: drop-shadow(#3a4659 0 0);
}

.menu-btn.cur {
  background-image: url(sprite/global-1504582463.svg);
  background-position: 1.92% 5%;
  background-size: 208.33333333333334% 141.66666666666669%;
  background-repeat: no-repeat;
}

.alpha {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.tips-alert {
  width: 90%;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45%;
  z-index: 400;
}
.tips-alert h3 {
  padding: 15px;
  font-size: 16px;
  background: #f3f5f7;
  color: #3b3b3b;
  border-radius: 9px 9px 0 0;
  border-bottom: 1px solid #e4e8ec;
  margin: 0;
  line-height: 26px;
}
.tips-alert-bd {
  height: 250px;
  overflow: auto;
  padding: 15px;
  line-height: 26px;
}
.tips-alert-btn {
  border-top: 1px solid #e4e8ec;
  padding: 20px 0;
  text-align: center;
}
.tips-alert-btn a {
  background: #d54649;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #d54649;
  text-decoration: none;
}
.tips-alert-btn a:last-child {
  background: #ffffff;
  color: #d54649;
}
.alpha {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
/* /tips-alert*/

@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }

  .navbar h1 {
    padding-top: 0;
  }
  .navbar .menu-list a {
    color: #ffffff;
  }

  h2 {
    font-size: 30px;
  }

  h2 .en-text {
    font-size: 16px;
  }

  .banner-box .en {
    font-size: 35px;
    font-family: Gotham-Book-bold;
  }

  .tab-con .text {
    font-size: 16px;
  }

  .contact-box .card {
    padding: 50px 20px;
  }

  .banner-box,
  .company-box,
  .footer,
  .navbar,
  .wrap {
    min-width: initial;
  }

  .navbar img {
    height: 35px;
    width: auto;
    position: relative;
    z-index: 9;
  }

  .navbar .menu-list {
    position: absolute;
    background-color: rgba(58, 70, 89, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 60px;
    display: none;
  }

  .navbar .menu-list li {
    display: block;
    text-align: left;
    margin-left: 0;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #222935;
    padding: 0;
    box-sizing: border-box;
  }

  .navbar .menu-list a {
    padding-left: 15px;
  }

  .navbar .menu-list li.cur {
    border-bottom: none;
  }

  .menu-btn {
    display: inline-block;
  }

  .company-box .text {
    width: auto;
    font-size: 14px;
  }

  .contact-box .text {
    width: auto;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .footer .til {
    display: none;
  }

  .footer .menu-list {
    margin-top: 30px;
  }

  .footer .menu-list li {
    display: block;
    margin-top: 10px;
  }

  .banner-box {
    height: 450px;
  }

  .company-box {
    height: auto;
    padding: 50px 15px;
  }

  .banner-box.about {
    padding-top: 120px;
    font-size: 30px;
    height: 323px;
  }

  .company-box.touzi .table-grid {
    width: auto;
  }

  .company-box.touzi .table-grid .col {
    display: block;
    width: auto;
  }

  .company-box.touzi .table-grid .col:first-child {
    width: auto;
  }

  .company-box.touzi .table-grid .col img {
    max-width: initial;
  }

  .company-box.touzi .table-grid .text {
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }

  .growth {
    padding: 50px 20px;
  }

  .growth .growth-map {
    padding-top: 20px;
  }

  .growth .growth-list {
    border-left: 1px solid #c4c7cd;
    display: inline-block;
    height: auto;
  }

  .growth .growth-list li {
    position: inherit;
    position: relative;
    text-align: left;
    margin-left: 0 !important;
    padding-bottom: 45px;
    padding-left: 30px;
    background-size: 20px 20px;
    top: -8px !important;
    left: initial !important;
    right: inherit !important;
    bottom: inherit !important;
    font-size: 16px;
  }

  .growth .growth-list li.n3 {
    width: auto !important;
  }

  .growth .growth-list li:last-child {
    padding-bottom: 0;
  }

  .growth .growth-list li .yuan-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(img/slice/yuan.png) no-repeat;
    background-size: cover;
    left: -11px;
    top: 3px;
  }

  .growth .num-text {
    font-size: 25px;
    padding-top: 3px;
  }

  .contact-box .menu-list {
    margin-top: 15px;
  }

  .contact-box .menu-list li {
    display: block;
    text-align: left;
  }

  .contact-box .menu-list .email,
  .contact-box .menu-list .location,
  .contact-box .menu-list .phone {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .tab-con.null img {
    width: 175px;
    height: 175px;
  }

  .footer {
    padding: 30px 20px;
  }

  .copyright {
    font-size: 12px;
    padding: 15px;
  }

  .tab-box {
    display: table;
    width: 100%;
  }
  .tab-box a {
    display: table-cell;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 5px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .tab-con {
    padding: 10px;
  }
  .tab-con table {
    font-size: 12px;
  }
  table td,
  table th {
    padding: 10px;
  }
  table th {
    min-width: 72px;
  }
}

#MAXIM {
  content: 'owg2017906160829';
}
