.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Microsoft YaHei", "SimHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2.4;
  color: #dddddd;
  background-color: #2f2725;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #bd8962;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #94633e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #bd8962;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.txt-center {
  text-align: center !important;
}
.txt-left {
  text-align: left !important;
}
.clearfix:before,
.clearfix:after,
footer ul:before,
footer ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
footer ul:after {
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.navbar {
  height: 90px;
  background-color: rgba(48, 52, 53, 0.95);
  border-width: 0;
  font-size: 16px;
  margin-bottom: 0;
}
.navbar .navbar-brand .logo {
  max-height: 50px;
  width: auto;
  margin-top: 8px;
}
.navbar .navbar-nav {
  float: right;
  margin-top: 30px;
}
.navbar .navbar-nav li {
  border-right: 1px solid #1b1c1d;
  border-left: 1px solid #4a4b4c;
}
.navbar .navbar-nav li:first-child {
  border-left-width: 0;
}
.navbar .navbar-nav li:last-child {
  border-right-width: 0;
}
@media (max-width: 767px) {
  .navbar {
    height: auto;
    font-size: 14px;
  }
  .navbar .navbar-nav {
    float: none;
    margin-top: 0;
  }
  .navbar .navbar-nav li {
    border-width: 0;
    border-bottom: 1px solid #383838;
  }
  .navbar .navbar-brand .logo {
    max-height: 30px;
    margin-top: 0;
  }
}
.navbar-inverse .navbar-nav > li > a {
  padding: 5px 30px;
  color: #bd8962;
  text-decoration: underline;
  width: 140px;
  text-align: center;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    width: 100%;
    text-align: left;
  }
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #bd8962;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 15px;
    text-decoration: none;
  }
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #bd8962;
    background-color: #222;
  }
}
@media (max-width: 990px) {
  .navbar .navbar-nav li a {
    width: 100px;
    padding: 5px 10px;
  }
}
#banner {
  margin-top: 90px;
}
#banner .carousel-inner img {
  width: 100%;
  height: auto;
}
#banner .carousel-indicators {
  bottom: 0;
}
#banner .carousel-indicators li {
  width: 15px;
  height: 13px;
  border-width: 0;
  border-radius: 0;
  background: url('../images/indicators.svg') top left no-repeat;
  margin: 0 3px;
}
#banner .carousel-indicators .active {
  background: url('../images/indicators_hover.svg') top left no-repeat;
}
@media (max-width: 767px) {
  #banner {
    margin-top: 0px;
  }
  #banner .carousel-inner img {
    min-height: 130px;
  }
}
.Index .part-wrapper .container {
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .Index .part-wrapper .container {
    padding: 20px 10px;
    text-align: left;
  }
}
.Index .welcome {
  background: #000000;
  margin: 0px auto;
  text-align: center;
}
.Index .welcome img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.Index .opinion {
  background: #32302f url(../images/viewpoint_bg.png) 60px 80px no-repeat;
}
@media (max-width: 767px) {
  .Index .opinion {
    background-image: none;
  }
}
.Index .opinion .container {
  padding-left: 380px;
}
@media (max-width: 767px) {
  .Index .opinion .container {
    padding-left: 10px;
  }
}
.Index .opinion h2 {
  background: url(../images/viewpoint.svg) no-repeat;
  height: 120px;
}
.Index .opinion h4 {
  margin-top: 30px;
}
.Index .opinion h4:before {
  content: "+   ";
  font-size: 25px;
  margin-right: 5px;
}
.Index .power {
  background: #000000 url(../images/power_bg.png) right -80px no-repeat;
}
@media (max-width: 767px) {
  .Index .power {
    background-image: none;
  }
}
.Index .power .container {
  padding-right: 420px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .Index .power .container {
    padding: 20px 10px;
  }
}
.Index .power h4 {
  margin-top: 30px;
}
.Index .power h4:before {
  content: "+   ";
  font-size: 25px;
  margin-right: 5px;
}
.Index .power h2 {
  background: url(../images/power.svg) no-repeat;
  height: 120px;
}
.Index .customization {
  background: #1c1918 url(../images/customization_bg.png) top right no-repeat;
  padding-bottom: 80px;
  line-height: 2.5;
}
.Index .customization h2 {
  background: url(../images/customization.svg) no-repeat;
  height: 120px;
}
@media (max-width: 767px) {
  .Index .customization {
    background-image: none;
    padding-bottom: 0;
  }
}
/* Service */
.s-content {
  height: 770px;
  background: #0b0a0a url(../images/service_bg01.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.s-content img {
  margin-top: 120px;
}
.s-content h2 {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .s-content {
    height: auto;
  }
  .s-content img {
    margin-top: 30px;
  }
  .s-content h2 {
    margint-top: 40px;
    margin-bottom: 10px;
  }
}
.s-consultant {
  height: 765px;
  background: url(../images/service_bg02.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.s-consultant container {
  margin-top: 150px;
  width: 500px;
}
.s-consultant .article {
  margin-top: 150px;
  width: 500px;
}
.s-consultant h2 {
  text-align: left;
}
.s-consultant h4 {
  margin-top: 30px;
}
.s-consultant h4:before {
  content: "+ ";
  font-size: 25px;
  margin-right: 5px;
}
.s-scheme {
  height: 730px;
  background: url(../images/service_bg03.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.s-scheme .article {
  margin-top: 150px;
}
.s-scheme h2 {
  margin-bottom: 30px;
}
.s-scheme ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-scheme ul li:before {
  content: "+ ";
  margin-right: 5px;
}
.s-design {
  height: 770px;
  background: #0b0a0a url(../images/service_bg04.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.s-design .article {
  margin-top: 150px;
}
.s-design h2 {
  margin-top: 30px;
}
.s-design h4 {
  margin-top: 30px;
}
.s-design h4:before {
  content: "+ ";
  margin-right: 5px;
}
.s-design ul {
  padding-left: 15px;
}
.contact-content {
  background-color: #141316;
}
.contact-content .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-content .title-wrapper {
  height: 88px;
  background: url(../images/contact_icon_sprite.png) no-repeat;
  padding-top: 29px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.contact-content h2 {
  font-size: 20px;
  text-align: right;
  height: 40px;
  border-bottom: 1px solid #bd8962;
}
.contact-content .col-md-6 {
  padding: 0px 60px;
}
.contact-content .contact-info dt {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-content .contact-info dd {
  margin-top: 10px;
}
.contact-content .contact-info .social {
  list-style: none;
  padding: 0;
  position: relative;
}
.contact-content .contact-info .social:before,
.contact-content .contact-info .social:after {
  content: " ";
  display: table;
}
.contact-content .contact-info .social:after {
  clear: both;
}
.contact-content .contact-info .social:before,
.contact-content .contact-info .social:after {
  content: " ";
  display: table;
}
.contact-content .contact-info .social:after {
  clear: both;
}
.contact-content .contact-info .social li {
  float: left;
  margin-right: 48px;
}
.contact-content .contact-info .social li a {
  display: inline-block;
  width: 47px;
  height: 38px;
  background: url("../images/icon_sprite.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact-content .contact-info .social li a {
    background: url("../images/sprite_icon_2x.png") no-repeat;
    background-size: 326px 47px;
  }
}
.contact-content .contact-info .social li a.weibo2 {
  background-position: -47px -5px;
}
.contact-content .contact-info .social li a.weixin {
  background-position: -94px -5px;
}
.contact-content .contact-info .qr-code {
  width: 140px;
  height: 140px;
  position: absolute;
  right: 80px;
  bottom: 30px;
  display: none;
}
.contact-content .job .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: -10px;
}
.contact-content .job dt {
  color: #bd8962;
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-content .job dt:first-child {
  margin-top: 10px;
}
.contact-content .job dd {
  margin-top: 10px;
}
.Works {
  background-color: #161314;
}
.Works .container {
  padding-bottom: 120px;
}
.Works h2 {
  text-align: center;
  margin: 100px auto 80px;
}
.Works h2 .sub-title {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.Works .thumbnail {
  border-width: 0;
  padding: 0;
  background: transparent;
  margin-bottom: 50px;
}
.Works .thumbnail h3 {
  font-size: 16px;
  color: #EEE;
}
.Works .thumbnail:hover {
  text-decoration: none;
}
.Details {
  background-color: #161314;
}
.Details .part-wrapper {
  padding: 100px 0px;
}
.Details .img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.Details .img-list li {
  margin-bottom: 50px;
}
.Details .img-list li img {
  max-width: 100%;
}
.Details .txt-desc h3 {
  color: #FFF;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.Details .txt-desc h3:first-child {
  margin-top: 0;
}
.Details .txt-desc p {
  font-size: 12px;
  color: #EEE;
}
.Details .go-top {
  position: relative;
  height: 90px;
}
.Details .go-top img {
  width: 40px;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
}
.Details .prev {
  text-align: center;
  padding: 30px 0px 0px;
}
.Details .prev img {
  width: 40px;
  height: auto;
}
.News .contact-content .container {
  padding-top: 60px;
}
.News .header-wrapper {
  padding-top: 46px;
  padding-left: 25px;
  background: url(../images/news_header_icon.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .News .header-wrapper {
    background: url(../images/news_header_icon_2x.png) no-repeat;
    background-size: 98px 106px;
  }
}
.News .header-wrapper h2 {
  font-size: 28px;
}
.News .header-wrapper p {
  text-indent: 2em;
}
.News h3 {
  color: #FFF;
}
.News .row {
  border-bottom: 1px solid #bd8962;
  padding: 50px 0;
}
.News .touchx-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.News .touchx-slider img {
  width: 410px;
  height: 262px;
}
.News ul.touchx-controls li a {
  border: 1px solid #EEE;
  width: 50px;
  height: 50px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.News ul.touchx-controls.v-centered li.touchx-next a {
  background: url(../images/arrow_right.png) center center no-repeat;
  right: -80px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .News ul.touchx-controls.v-centered li.touchx-next a {
    background: url(../images/arrow_right_2x.png) no-repeat;
    background-size: 18px 22px;
  }
}
.News ul.touchx-controls.v-centered li.touchx-prev a {
  background: url(../images/arrow_left.png) center center no-repeat;
  left: -80px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .News ul.touchx-controls.v-centered li.touchx-prev a {
    background: url(../images/arrow_left_2x.png) no-repeat;
    background-size: 18px 22px;
  }
}
.News ol.touchx-markers {
  margin-left: -15px;
}
.News ol.touchx-markers li {
  position: absolute;
  display: none;
}
.News ol.touchx-markers li.count,
.News ol.touchx-markers li.active-marker {
  display: inline;
  color: #FFF;
}
.News ol.touchx-markers li.count {
  margin-left: 10px;
}
footer {
  text-align: center;
  color: #E6E6E6;
}
footer .contact-info {
  background: #704e37;
}
@media (max-width: 767px) {
  footer .contact-info {
    text-align: left;
  }
  footer .contact-info ul {
    display: block;
  }
}
footer ul {
  list-style-type: none;
  display: inline-block;
  padding: 20px;
  margin: 0;
}
footer ul li {
  float: left;
  border-left: 1px solid #FFF;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
}
footer ul li:first-child {
  border-width: 0;
}
footer ul li.company {
  line-height: 15px;
  text-align: right;
  background: url(../images/logo_bottom.png) no-repeat;
  width: 300px;
}
footer ul li.company p {
  font-size: 10px;
  margin-top: 5px;
  font-family: "Arial";
}
footer ul li.tel,
footer ul li.mail {
  padding-left: 80px;
  background: url("../images/icon_contact.png") 20px 0px no-repeat;
}
footer ul li.mail {
  background-position: 20px -45px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer ul li.tel,
  footer ul li.mail {
    background: url("../images/icon_contact_2x.png") no-repeat;
    background-size: 47px 94px;
  }
  footer ul li.company {
    background: url(../images/logo_bottom_2x.png) no-repeat;
    background-size: 300px  42px;
  }
}
footer ul .social {
  font-size: 0;
  line-height: 0;
}
footer ul .social a {
  display: inline-block;
  width: 47px;
  height: 38px;
  background: url("../images/icon_sprite.png") no-repeat;
}
footer ul .social a.weibo2 {
  background-position: -47px -5px;
}
footer ul .social a.weixin {
  background-position: -94px -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer ul .social a {
    background: url("../images/sprite_icon_2x.png") no-repeat;
    background-size: 326px 47px;
  }
}
@media (max-width: 767px) {
  footer ul {
    padding: 20px 10px;
  }
  footer ul li {
    padding: 0;
    border-width: 0;
    margin: 10px 0;
    float: none;
    display: block;
  }
  footer ul li.tel,
  footer ul li.mail {
    padding-left: 50px;
    background: url("../images/icon_contact_2x.png") no-repeat;
    background-size: 47px 94px;
  }
  footer ul li.mail {
    background-position: 0px -47px;
  }
  footer ul li.company {
    text-align: center;
  }
  footer ul li.social {
    text-align: center;
    margin-bottom: 20px;
  }
  footer ul li.social a {
    margin: 10px;
  }
}
footer .copyright {
  background-color: #553927;
  font-size: 12px;
  padding: 10px;
  color: #b79781;
}
footer .copyright p {
  margin: 0;
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}
#quick-menu {
  position: fixed;
  width: 60px;
  top: 300px;
  right: 0;
  z-index: 1000;
}
#quick-menu .spy li {
  background: url(../images/icon_quick_spy.png) center 0px no-repeat;
  height: 30px;
}
#quick-menu .spy li.active {
  background-position: center -30px;
}
#quick-menu .spy a {
  background-color: transparent;
}
#quick-menu .spy a:hover {
  background-color: transparent;
}
#quick-menu .contact {
  list-style: none;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background: rgba(56, 54, 53, 0.5);
  padding: 5px;
  margin-top: 50px;
}
#quick-menu .contact li {
  height: 73px;
  padding-bottom: 73px;
}
#quick-menu .contact li:first-child {
  border-bottom: 1px solid #FFF;
}
#quick-menu .contact li a {
  display: block;
  height: 100%;
  padding-top: 45px;
  background: url(../images/icon_quick_spy.png) center -108px no-repeat;
  color: #FFF;
}
#quick-menu .contact li a:hover {
  color: #FFF;
  text-decoration: none;
}
#quick-menu .contact li.message {
  padding-top: 5px;
  padding-bottom: 0;
}
#quick-menu .contact li.message a {
  background-position: center -195px;
}
#messageModal .modal-dialog {
  width: 80%;
}
#messageModal input {
  color: #333;
}
#messageModal .modal-content {
  border-radius: 0;
}
#messageModal .modal-header {
  background-color: #BD8962;
}
#messageModal .modal-title {
  color: #000;
  font-size: 20px;
}
#messageModal .modal-body {
  padding: 20px 80px;
}
#messageModal .wrapper {
  width: 600px;
  margin: 50px auto;
}
#messageModal .wrapper h4 {
  font-size: 16px;
  color: #333;
}
#messageModal .wrapper #messageContent {
  width: 100%;
  height: 150px;
  border: 1px solid #dddddd;
  color: #333;
}
#messageModal .wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#messageModal .wrapper li {
  margin: 10px 0px;
}
#messageModal .wrapper li label {
  display: inline-block;
  width: 100px;
  border: 1px solid #dddddd;
  color: #333;
  text-align: center;
  font-weight: normal;
  background: url(../images/message_label_bg.png);
  position: relative;
}
#messageModal .wrapper li label .require {
  color: #F00;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 10px;
}
#messageModal .wrapper li label + input {
  height: 40px;
  border: 1px solid #dddddd;
  margin-left: -6px;
  width: 501px;
  padding: 2px 10px;
}
#messageModal .modal-footer {
  text-align: center;
}
#messageModal .modal-footer button {
  margin: 10px 100px;
  width: 100px;
  background: url(../images/message_label_bg.png);
}
#messageModal .spance-holder {
  display: inline-block;
  width: 30px;
}
/*# sourceMappingURL=main.css.map */