@import "iconfont.css";
@import "swiper.css";
@import "iconfont2.css";
@import "iconfont3.css";
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  line-height: 1;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 170%;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
input,
button {
  outline: none;
  padding: 0;
  height: 30px;
  width: 100px;
}
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
  outline: none;
}
.lf {
  float: left;
}
.rf {
  float: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.fade-in {
  opacity: 1;
}
.fade-out {
  opacity: 0;
}
.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: bold;
}
.fullModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.fullModal .fullModal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  min-width: 100px;
  min-height: 100px;
}
img.img-response {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .md-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sm-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .xs-maxW {
    width: 100%;
  }
  .xs-hide {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container:before,
.container-fluid:before {
  content: "";
  display: table;
}
.container:after,
.container-fluid:after {
  content: "";
  display: table;
  visibility: hidden;
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@font-face {
  font-family: "Regular";
  src: url("../font/oswald-webfont.ttf");
  src: url("../font/oswald-webfont.eot");
  src: url("../font/oswald-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/oswald-webfont.woff") format("woff"), /* 现代浏览器 */ url("../font/oswald-webfont.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/oswald-webfont.svg#grablau") format("svg");
  
  /* IE9 兼容模式 */
  /* Legacy iOS */
}
body {
  color: #c8a063;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../images/bg.jpg);
  background-color: #232736;
  font-family: "Microsoft YaHei", "??", "黑体", "宋体", sans-serif !important;
}
/*汉堡包按钮*/
.nav-toggle {
  cursor: pointer;
  z-index: 120;
  margin-top: 10px;
  -webkit-user-select: none;
  display: none;
}
.nav-toggle i {
  width: 35px;
  height: 5px;
  display: block;
  background: #BA915A;
  margin-bottom: 4px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all 0.2s linear;
}
.nav-toggle i:nth-child(3) {
  margin-bottom: 0;
}
.nav-toggle.active i:nth-child(1) {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  -webkit-transform: translate3d(0, 11px, 0) rotate(-135deg);
  -moz-transform: translate3d(0, 11px, 0) rotate(-135deg);
  -ms-transform: translate3d(0, 11px, 0) rotate(-135deg);
}
.nav-toggle.active i:nth-child(2) {
  opacity: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
}
.nav-toggle.active i:nth-child(3) {
  transform: translate3d(0, -7px, 0) rotate(135deg);
  -webkit-transform: translate3d(0, -7px, 0) rotate(135deg);
  -moz-transform: translate3d(0, -7px, 0) rotate(135deg);
  -ms-transform: translate3d(0, -7px, 0) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .nav-toggle {
    display: block;
  }
}
/*汉堡包按钮结束*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 96px;
  line-height: 56px;
  padding: 20px 25px;
  background-color: rgba(22, 28, 50, 0.55);
  color: #c8a062;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.logo {
  width: 124px;
  height: 64px;
  float: left;
  background: url(../images/header/logo.svg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: -2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nav-list {
  float: right;
  z-index: 999;
}
.nav-list > li {
  float: left;
  margin-right: 10px;
}
.nav-list > li > a {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-list > li > a span {
  /*-webkit-transition: all .2s;*/
  /*-moz-transition: all .2s;*/
  /*-ms-transition: all .2s;*/
  /*-o-transition: all .2s;*/
  /*transition: all .2s;*/
  white-space: nowrap;
}
.nav-list > li > a span:first-child,
.nav-list > li > a span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  line-height: normal;
  width: 100%;
  text-align: center;
}
.nav-list > li > a span:first-child {
  opacity: 1;
}
.nav-list > li > a span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  font-size: 15px;
}
.nav-list > li > a span:last-child {
  visibility: hidden;
}
.nav-list > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #c8a062;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nav-list > li > a:hover:before,
.nav-list > li > a.active:before {
  width: 100%;
}
.nav-list > li > a:hover span:first-child {
  opacity: 0;
}
.nav-list > li > a:hover span:nth-child(2) {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .nav-list {
    display: block !important;
  }
}
.header-weixin {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #c8a062;
  color: #8F7041;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  margin-top: 13px;
  margin-right: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.header-weixin > div {
  position: absolute;
  right: 0;
  top: 170%;
  text-align:center;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  line-height: 130%;
}
.header-weixin > div > div {
  display: inline-block;
}
.header-weixin:hover > div {
  opacity: 1;
}
.header-weixin > div img {
  max-width: 80px;
  margin: 0 5px;
}
.nav-toggle {
  float: right;
  margin-top: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header.down {
  height: 76px;
  line-height: 76px;
  padding-top: 0;
  padding-bottom: 0;
}
.header.down .logo {
  width: 105px;
  height: 54px;
  margin-top: 10px;
}
.header.down .header-weixin {
  margin-top: 22px;
}
.header.down .nav-toggle {
  float: right;
  margin-top: 25px;
}
.header.index {
  height: 120px;
  line-height: 80px;
}
.header.index .logo {
  height: 84px;
  width: 161px;
}
.header.index .header-weixin {
  margin-top: 25px;
}
.header.index .nav-toggle {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .nav-list {
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    line-height: 60px;
  }
  .nav-list > li {
    width: 100%;
    margin: 0;
    background-color: rgba(200, 160, 98, 0.9);
    border-bottom: 1px solid #2A2F38;
  }
  .nav-list > li:last-child {
    background-color: rgba(200, 160, 98, 0.9);
    border-bottom: none;
  }
  .nav-list > li > a {
    display: block;
    color: #000;
    padding: 0;
    font-weight: bold;
  }
  .nav-list > li > a span {
    line-height: 60px !important;
  }
  .nav-list > li:nth-child(even) {
    border-left: none;
  }
  .nav-list > li:hover {
    background-color: #A37E55;
  }
  .header.clearfix {
    height: 60px;
    padding: 0 10px;
  }
  .header.clearfix .logo {
    height: 50px;
    width: 90px;
    margin-top: 5px;
  }
  .header.clearfix .header-weixin {
    margin-top: 16px;
  }
  .header.clearfix .nav-toggle {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header.index .logo {
    width: 122px;
  }
  .header .logo {
    width: 105px;
  }
  .nav-list > li {
    margin-right: 8px;
    margin-top: 5px;
  }
  .nav-list > li > a {
    padding: 6px 8px;
    font-size: 14px;
  }
  .nav-list > li > a span:nth-child(2) {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.footer {
  color: #111720;
  background-color: #BA915A;
  padding: 20px 0;
  font-family: "Microsoft YaHei";
}
.footer-logo img {
  max-width: 125px;
}
#indexMain .footer {
  padding: 0;
}
#indexMain .footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-logo {
  float: left;
  margin-right: 60px;
  margin-top: 10px;
}
.footer-addr {
  font-size: 14px;
  float: left;
}
.footer-addr li {
  line-height: 140%;
}
.footer-addr li + li {
  margin-top: 4px;
  line-height: 140%;
}
.footer-code2 {
  float: right;
}
.footer-code2 div {
  display: inline-block;
}
.footer-code2 div:first-child {
  margin: 0 5px;
}
.footer-code2 div:last-child {
  margin: 0 5px;
}
.footer-code2 p {
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
}
.footer.index {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .footer-code2 {
    width: 70px;
  }
  .footer-logo {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0;
  }
  .footer-logo,
  .footer-addr,
  .footer-code2 {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
.commonTitle {
  margin-top: 80px;
  margin-bottom: 50px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.commonTitle h3,
.commonTitle h4 {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.commonTitle h3 {
  font-size: 40px;
  line-height: 1;
  text-align: right;
  border-right: 1px solid #C69F62;
}
.commonTitle h4 {
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  border-left: 1px solid #C69F62;
}
.indexCommonTitle {
  text-align: center;
  margin-bottom: 50px;
}
.indexCommonTitle h2 {
  font-size: 40px;
  line-height: 1;
}
.indexCommonTitle span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.commonBtn a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #be9960;
  font-weight: bold;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-family: "Microsoft YaHei";
  font-size: 12px;
}
.commonBtn a span {
  position: relative;
  z-index: 2;
}
.commonBtn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #be9960;
  z-index: 0;
}
.commonBtn a:hover {
  color: #0F141F;
}
.commonBtn a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
span.line {
  display: block;
  width: 0;
  height: 1px;
  background-color: #C8A063;
}
@media screen and (max-width: 991px) {
  .commonTitle h3 {
    font-size: 32px;
  }
  .commonTitle h4 {
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .commonTitle {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .commonTitle h3 {
    font-size: 18px;
  }
  .commonTitle h4 {
    line-height: 18px;
  }
  .indexCommonTitle h2 {
    font-size: 30px;
  }
}
.banner {
  position: relative;
  height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 1%;
  text-align: center;
  background-repeat: no-repeat;
}
.banner-text {
  top: 67%;
}
.banner-text h2,
.banner-text h3 {
  text-shadow: 2px 2px 10px #000;
}
.banner-text h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.banner-text h3 {
  font-size: 18px;
  color: #c8a063;
  line-height: 48px;
}
.nav2 {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
}
.nav2 a:nth-child(1) span:first-child {
  background-color: #C8A063;
  color: #141a26;
}
.nav2 a:nth-child(1) span:last-child {
  background-color: #A48254;
  color: #141a26;
}
.nav2 a:nth-child(2) span:first-child {
  background-color: #566677;
  color: #C8A063;
}
.nav2 a:nth-child(2) span:last-child {
  background-color: #444E5E;
  color: #C8A063;
}
.nav2 a:nth-child(3) span:first-child {
  background-color: #2A2F38;
  color: #C8A063;
}
.nav2 a:nth-child(3) span:last-child {
  background-color: #181A22;
  color: #C8A063;
}
.nav2 a:nth-child(4) span:first-child {
  background-color: #705E67;
  color: #C8A063;
}
.nav2 a:nth-child(4) span:last-child {
  background-color: #5A4952;
  color: #C8A063;
}
.nav2 a:nth-child(5) span:first-child {
  background-color: #9F8079;
  color: #C8A063;
}
.nav2 a:nth-child(5) span:last-child {
  background-color: #846562;
  color: #C8A063;
}
.nav2 a:nth-child(6) span:first-child {
  background-color: #C8A063;
  color: #C8A063;
}
.nav2 a:nth-child(6) span:last-child {
  background-color: #C8A063;
  color: #C8A063;
}
.nav2 > div {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.nav2 a {
  float: left;
}
.nav2 .animateElem {
  display: block;
  margin: 0 2px;
  height: 55px;
  width: 185px;
  position: relative;
  z-index: 5;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .5s;
  perspective: 5000px;
  -webkit-perspective: 5000px;
}
.nav2 .animateElem span {
  position: absolute;
  z-index: 0;
  height: 100%;
  line-height: 55px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ccc;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.nav2 .animateElem span:first-child {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
}
.nav2 .animateElem span:last-child {
  opacity: 0;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
}
.nav2 a:hover div {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -ms-transform: rotateX(0);
}
.nav2 .animateElem:hover span {
  opacity: 1;
}
.nav2 .animateElem span:first-child {
  -webkit-transform: translateZ(27px);
  -moz-transform: translateZ(27px);
  -ms-transform: translateZ(27px);
  -o-transform: translateZ(27px);
  transform: translateZ(27px);
}
.nav2 .animateElem span:last-child {
  -webkit-transform: rotateX(-90deg) translateZ(27px);
  -moz-transform: rotateX(-90deg) translateZ(27px);
  -ms-transform: rotateX(-90deg) translateZ(27px);
  -o-transform: rotateX(-90deg) translateZ(27px);
  transform: rotateX(-90deg) translateZ(27px);
}
@media screen and (max-width: 991px) {
  .banner-text h2 {
    font-size: 36px;
  }
  .banner-text h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .nav2 .animateElem {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .nav2 .animateElem {
    margin: 0;
  }
  .banner {
    height: 345px;
  }
  .banner-text h2 {
    font-size: 28px;
  }
  .banner-text h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-text {
    top: 50%;
  }
  .nav2 {
    bottom: -55px;
  }
  .nav2 > div {
    display: block;
  }
  .nav2 a {
    width: 50%;
    position: relative;
    z-index: 0;
  }
  .nav2 .animateElem {
    width: 100%;
  }
}
.centerIndexMain,
.infoIndexMain {
  height: 100%;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.centerIndexMain .bgBox,
.infoIndexMain .bgBox {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.centerIndexMain .bgBox > div,
.infoIndexMain .bgBox > div {
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.centerIndexMain .bgBox > div.hover,
.infoIndexMain .bgBox > div.hover {
  opacity: 1;
}
.centerIndexMain-content,
.infoIndexMain-content {
  text-align: center;
}
.centerIndexMain-content h2,
.infoIndexMain-content h2 {
  font-size: 44px;
}
.centerIndexMain-content h3,
.infoIndexMain-content h3 {
  font-size: 18px;
}
.centerIndexMain-content .title,
.infoIndexMain-content .title {
  margin-bottom: 160px;
}
.centerIndexMain-content .classify > div {
  float: left;
  width: 20%;
  padding: 16px;
}
.centerIndexMain-content .classify > div.four {
  width: 25%;
}
.centerIndexMain-content .classify > div.four .iconfont {
  font-size: 50px;
}
#centerCircle .four .after {
  font-size: 16px;
}
#centerCircle .four .after .Korean {
  font-size: 24px;
}
#centerCircle .four .after .Chinese {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .centerIndexMain-content .classify > div.four .iconfont {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .centerIndexMain-content .classify > div.four {
    float: left;
    width: 50%;
  }
}
.centerIndexMain-content .classify > div > * {
  display: block;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #c8a063;
  position: relative;
  background-color: rgba(15, 20, 31, 0.2);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#centerCircle a div {
  width: 95%;
  height: 95%;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#centerCircle a:hover div {
  background-color: rgba(15, 20, 31, 0.7);
}
.centerIndexMain-content .classify > div [class*="iconfont"] {
  font-size: 32px;
  margin-top: 12px;
}
.infoIndexMain-content .classify .Korean {
  padding-top: 50px;
}
.infoIndexMain-content .classify .Chinese {
  padding-bottom: 50px;
}
.infoIndexMain-content .classify a {
  position: relative;
}
.infoIndexMain-content .classify a:nth-child(1) {
  background-color: rgba(137, 108, 121, 0.8);
}
.infoIndexMain-content .classify a:nth-child(2) {
  background-color: rgba(106, 121, 137, 0.8);
}
.infoIndexMain-content .classify a:nth-child(3) {
  background-color: rgba(46, 51, 61, 0.8);
}
.infoIndexMain-content .classify a:nth-child(4) {
  background-color: rgba(109, 96, 69, 0.8);
}
.infoIndexMain-content .classify .bg-s {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
}
.infoIndexMain-content .classify a:hover {
  background-color: transparent;
}
.infoIndexMain-content .classify a:hover .bg-s {
  opacity: 1;
}
.centerIndexMain-content .classify .Korean,
.infoIndexMain-content .classify .Korean {
  font-size: 22px;
  padding-bottom: 10px;
}
.centerIndexMain-content .classify .Chinese,
.infoIndexMain-content .classify .Chinese {
  padding-top: 4px;
  display: inline-block;
  border-top: 1px solid #C69E62;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .centerIndexMain-content .classify a .iconfont {
    font-size: 20px;
  }
  .centerIndexMain-content .classify .Korean {
    font-size: 18px;
    padding-bottom: 3px;
  }
  .centerIndexMain-content .classify .Chinese {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .infoIndexMain-content,
  .centerIndexMain-content {
    width: 100%;
  }
  .centerIndexMain,
  .infoIndexMain {
    margin-top: 60px;
  }
  .centerIndexMain-content .title {
    margin: 0;
  }
  .centerIndexMain-content .title h2 {
    font-size: 32px;
  }
  .centerIndexMain-content .classify > div {
    float: none;
    display: inline-block;
    width: 40%;
    padding: 20px;
  }
  .centerIndexMain-content .classify > div p {
    line-height: 150%;
  }
  .centerIndexMain-content .iconfont {
    margin-top: 0 !important;
  }
  .infoIndexMain-content .title {
    margin-bottom: 25px;
  }
  .infoIndexMain-content .title h2 {
    font-size: 32px;
  }
}
.listMain-list > a:nth-child(1) {
  background-color: #705E67;
}
.listMain-list > a:nth-child(2) {
  background-color: #566677;
}
.listMain-list > a:nth-child(3) {
  background-color: #2A3038;
}
.listMain-list > a:nth-child(4) {
  background-color: #705E67;
}
.listMain-list > a:nth-child(5) {
  background-color: #566677;
}
.listMain-list > a:nth-child(6) {
  background-color: #2A3038;
}
.listMain-list > a:nth-child(7) {
  background-color: #705E67;
}
.listMain-list > a:nth-child(8) {
  background-color: #566677;
}
.listMain-list > a:nth-child(9) {
  background-color: #2A3038;
}
.listMain-list > a:nth-child(10) {
  background-color: #705E67;
}
.listMain-list a {
  display: block;
  height: 316px;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.listMain-list a:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.listMain-list .pic {
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.listMain-list .pic .black {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.listMain-list .text {
  text-align: left;
  padding: 30px;
}
.listMain-list .text .left h4 {
  font-size: 22px;
  line-height: 1;
}
.listMain-list .text .left h5 {
  font-size: 16px;
  line-height: 1;
}
.listMain-list .text .left h3 {
  font-size: 90px;
  color: #fff;
}
.listMain-list .text .line {
  width: 60px;
  margin: 15px 0;
}
.listMain-list .text .right h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.listMain-list .text .right span {
  margin: 0 3px;
}
.listMain-list .text .right p {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .listMain-list {
    padding: 0 15px;
  }
  .listMain-list a {
    height: auto;
  }
  .listMain-list a .pic {
    height: 325px;
  }
  .listMain-list .text > div:last-child {
    padding-left: 15px;
  }
}
.contentMain .content {
  background-color: #566677;
  /*min-height: 800px;*/
  padding: 40px 60px;
  position: relative;
}
.contentMain div {
  min-height: 40px;
}
.contentMain p {
  min-height: 10px;
}
.contentMain .content > div {
  position: relative;
  z-index: 2;
}
.contentMain .caption {
  margin-bottom: 50px;
}
.contentMain .caption h4 {
  font-size: 24px;
  line-height: 150%;
}
.contentMain .caption .line {
  width: 64px;
  margin: 20px 0;
}
.contentMain .caption h5 {
  font-size: 20px;
  line-height: 1;
}
.contentMain .caption .back {
  float: right;
}
.contentMain .text p {
  line-height: 200%;
}
.contentMain .process {
  text-align: center;
}
.contentMain .process > div {
  display: inline-block;
  width: 32.9%;
  margin-bottom: 65px;
}
.contentMain .process > div p {
  margin-top: 10px;
}
.contentMain .object {
  position: relative;
  z-index: 2;
}
.contentMain .object > * {
  margin-bottom: 5px;
}
.contentMain .content-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.contentMain .back {
  position: relative;
  z-index: 2;
}
.back i {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #C8A063;
  vertical-align: middle;
  color: #000;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.back span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.back:hover i {
  background-color: #987C4D;
}
.back:hover span {
  color: #987C4D;
}
@media screen and (max-width: 991px) {
  .contentMain .process > div {
    float: left;
    width: 50%;
  }
  .contentMain .process > div .pic {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentMain p {
    font-size: 14px;
  }
  .contentMain .caption h4 {
    font-size: 24px;
  }
  .contentMain .caption h5 {
    font-size: 16px;
  }
  .contentMain .object {
    margin: 50px 0 100px 0;
  }
}
.introMain .f1 {
  background-color: #2E333D;
}
.introMain .f2 {
  background-color: #59697B;
}
.introMain .f1 p,
.introMain .f3 p {
  font-size: 14px;
  line-height: 199%;
}
.introMain .f3 {
  background-color: #181C28;
}
.introMain .f1 .text,
.introMain .f2 .text {
  padding: 55px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.introMain .f1 .text p,
.introMain .f3 .text p {
  margin-bottom: 8px;
}
.introMain .f1 .text img {
  margin-bottom: 20px;
}
.introMain .f3 .text {
  width: 50%;
  margin: 0;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .introMain .f3 .pic img {
    display: none;
  }
  .introMain .f3 .text {
    width: 100%;
  }
}
.introMain .f2 .text {
  padding: 40px 0;
  text-align: center;
}
.introMain .f2 h6 {
  font-size: 18px;
  line-height: 1;
}
.introMain .f2 .line {
  width: 60px;
  margin: 18px auto 30px auto;
}
.introMain .f2 ul {
  font-size: 22px;
  display: inline-block;
}
.introMain .f2 li {
  float: left;
}
.introMain .f2 li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #C69F62;
  width: 5px;
  height: 5px;
  margin: 0 15px;
}
.introMain .f2 li:first-child:before {
  display: none;
}
#videoModal video {
  width: 100%;
  display: block;
}
#videoModal .fullModal-content {
  width: 700px;
  background-color: transparent;
}
#videoModal .fullModal-content button {
  height: 45px;
  width: 100%;
  background-color: #BB905B;
  border: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#videoModal .fullModal-content button:hover {
  background-color: #917148;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .introMain .f1 .pic img {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .introMain .f2 h6 {
    margin-top: 35%;
  }
  .introMain .f2 li {
    font-size: 16px;
  }
  .infoIndexMain-content .title {
    position: relative;
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .introMain .f2 li {
    font-size: 14px;
  }
  .introMain .f1 .text {
    padding: 20px 15px;
  }
  #videoModal .fullModal-content {
    width: 100%;
  }
}
.setting > *:nth-child(1) {
  background-color: #B68F59;
  color: #121925;
}
.setting > *:nth-child(1) h4 > span:first-child {
  border-color: #121925;
}
.setting > *:nth-child(1) li:after {
  background-color: #121925;
}
.setting > *:nth-child(2) {
  background-color: #6F5D66;
}
.setting > *:nth-child(3) {
  background-color: #586778;
}
.setting > *:nth-child(4) {
  background-color: #2D323C;
}
.setting > *:nth-child(5) {
  background-color: #8a5b1a;
}
.setting > * {
  height: 400px;
  margin-bottom: 20px;
}
.setting > * > * {
  height: 100%;
  overflow: hidden;
}
.setting > * > *:last-child {
  padding: 30px;
  position: relative;
}
.setting > *:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.setting .setting-pic {
  position: relative;
}
.setting h4 {
  margin-bottom: 20px;
}
.setting h4 span:first-child {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c49d62;
  margin-right: 13px;
}
.setting h4 span:last-child {
  font-size: 20px;
}
.setting p {
  font-size: 14px;
}
.setting img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.setting img.hover {
  opacity: 1;
}
.setting li {
  float: left;
  margin-right: 15px;
  padding-bottom: 3px;
  position: relative;
}
.setting li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-color: #c49d62;
}
.setting li.hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.setting .setting-page {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.setting .setting-page a,
.setting .setting-page .a {
  font-size: 18px;
}
.setting .setting-page:after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .setting {
    padding: 0 20px;
  }
  .setting > div {
    height: auto;
  }
  .setting .setting-pic {
    height: 300px;
  }
  .setting .setting-page {
    position: static;
    margin-top: 30px;
  }
}
.team .row:nth-child(1) > div:nth-child(1) {
  background-color: #BA915A;
}
.team .row:nth-child(1) > div:nth-child(2) {
  background-color: #705E67;
}
.team .row:nth-child(2) > div:nth-child(1) {
  background-color: #59697A;
}
.team .row:nth-child(2) > div:nth-child(2) {
  background-color: #2D333C;
}
.team .row:nth-child(3) > div:nth-child(1) {
  background-color: #2D333C;
}
.team .row:nth-child(3) > div:nth-child(2) {
  background-color: #705E67;
}
.team .row {
  margin-bottom: 20px;
}
.team .row:first-child > div:first-child {
  color: #030208;
}
.team .row:first-child > div:first-child .line {
  background-color: #030208;
}
.team .row:first-child > div:first-child a {
  border-color: #030208;
}
.team img {
  height: 100%;
}
.team .text {
  padding: 22px 22px 0 22px;
}
.team h4 {
  font-size: 22px;
}
.team .line {
  width: 60px;
  margin: 15px 0 30px 0;
}
.team p {
  font-size: 14px;
  margin-bottom: 2px;
}
.team .commonBtn {
  margin-top: 20px;
}
.teamModal.fullModal {
  color: #000;
  display: none;
}
.teamModal.fullModal .commonBtn {
  margin: 0;
  float: right;
}
.teamModal.fullModal .commonBtn > a {
  border-width: 1px;
}
.teamModal.fullModal .fullModal-content {
  width: 400px;
  height: auto;
}
.teamModal.fullModal .fullModal-content > * {
  width: 50%;
}
.teamModal.fullModal .fullModal-content img {
  float: left;
}
.teamModal.fullModal .fullModal-content .fullModal-content-text {
  float: left;
  padding: 10px;
  overflow: auto;
  height: 100%;
  width: 100%;
}
.teamModal.fullModal .fullModal-content .fullModal-content-text h3 {
  font-size: 28px;
}
.teamModal.fullModal .fullModal-content .fullModal-content-text a {
  border-color: #000;
}
.teamModal.fullModal .fullModal-content .fullModal-content-text a:hover {
  border-color: #BE9960;
}
@media screen and (max-width: 991px) {
  .team .row {
    margin: 0 !important;
  }
  .team .row > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .team .pic img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
  .team .text {
    padding: 0;
    margin-top: 20px;
  }
  .team .row > div {
    padding: 20px;
  }
  .team .teamModal .fullModal-content {
    width: 300px;
    height: 500px;
    padding: 10px;
  }
  .team .teamModal .fullModal-content img {
    height: 200px;
    float: none;
  }
  .team .teamModal .fullModal-content .fullModal-content-text {
    padding-top: 5px;
  }
  .team .teamModal .fullModal-content .fullModal-content-text p {
    line-height: 120%;
  }
}
.BDMapMain .anchorBL img {
  display: none;
}
.BDMapMain .BMap_cpyCtrl.BMap_noprint.anchorBL {
  display: none;
}
#BDMap {
  height: 825px;
}
.infoWindow {
  font-family: "Microsoft YaHei";
  position: absolute;
  width: 500px;
  font-size: 13px;
  padding: 15px;
  background-color: rgba(186, 145, 90, 0.6);
  top: -210px;
  left: -220px;
  border-radius: 10px;
  display: none;
}
.infoWindow b {
  position: absolute;
  border: 8px solid transparent;
  border-top-color: rgba(186, 145, 90, 0.6);
  left: 44.3%;
  bottom: -16px;
}
.infoWindow.active {
  display: block;
}
#indexMain > .swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#indexMain .row {
  margin: 0 !important;
}
#f1Carousel .swiper-slide {
  background-size: cover;
  background-position: center center;
}
#indexMainIndex {
  top: 50%;
  left: 0;
  bottom: auto;
  width: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#indexMainIndex span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  margin-bottom: 2px;
  position: relative;
  left: -140px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}
#indexMainIndex span.hover,
#indexMainIndex span:hover {
  left: 0 !important;
}
#indexMainIndex span:last-child {
  margin: 0;
}
#indexMainIndex span:nth-child(1) {
  background-color: #B27F42;
}
#indexMainIndex span:nth-child(2) {
  background-color: #C8A063;
}
#indexMainIndex span:nth-child(3) {
  background-color: #705E67;
}
#indexMainIndex span:nth-child(4) {
  background-color: #566677;
}
#indexMainIndex span:nth-child(5) {
  background-color: #2A3038;
}
#indexMainIndex span:nth-child(6) {
  background-color: #142944;
}
#f1Carousel .carousel-content {
  width: 768px;
  text-align: center;
  top: 50%;
}
#f1Carousel .carousel-content h2,
#f1Carousel .carousel-content h3,
#f1Carousel .carousel-content .hoverBtn {
  opacity: 0;
  position: relative;
  -webkit-transition: all 2.8s ease-out;
  -moz-transition: all 2.8s ease-out;
  -ms-transition: all 2.8s ease-out;
  -o-transition: all 2.8s ease-out;
  transition: all 2.8s ease-out;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.38, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.38, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.38, 1);
}
#f1Carousel .carousel-content h2.in,
#f1Carousel .carousel-content h3.in,
#f1Carousel .carousel-content .hoverBtn.in {
  left: 0;
  opacity: 1;
}
#f1Carousel .carousel-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 120%;
  left: 200px;
  font-weight: 900;
}
#f1Carousel .carousel-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 120%;
  left: -200px;
}
#f1Carousel .carousel-content .hoverBtn > div {
  display: inline-block;
  position: relative;
}
#f1Carousel .carousel-content a {
  float: left;
  height: 30px;
  width: 30px;
  border: 1px solid #C9A062;
  font-weight: bold;
  font-size: 22px;
  background-color: transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#f1Carousel .carousel-content a:hover {
  color: #fff;
  background-color: #C9A062;
}
#f1Carousel .carousel-content a:first-child {
  margin-right: 5px;
}
#f1Carousel .carousel-content a:last-child {
  margin-left: 5px;
}
#f1Carousel .left {
  left: 30%;
}
#f1Carousel .center {
  left: 30%;
}
#f1Carousel .right {
  left: 70%;
}
#f1Carousel .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(1, 1.1, 1.2, 0.6);
  -moz-transition-timing-function: cubic-bezier(1, 1.1, 1.2, 0.6);
  transition-timing-function: cubic-bezier(1, 1.1, 1.2, 0.6);
}
@media screen and (max-width: 991px) {
  #f1Carousel .carousel-content {
    left: 50%;
  }
  #f1Carousel .carousel-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #f1Carousel {
    padding-top: 60px;
  }
  #f1Carousel .carousel-content {
    width: 300px;
    left: 50% !important;
  }
  #f1Carousel .carousel-content h2 {
    font-size: 30px;
  }
}
.f2,
.f3,
.f4,
.f5 {
  height: 100%;
  position: relative;
}
.f2 .row,
.f3 .row,
.f4 .row,
.f5 .row {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .f2 .row,
  .f3 .row {
    width: 100%;
    position: static;
    padding-top: 70px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.f2Box {
  -webkit-background-size: cover;
  background-size: cover;
}
.f2 .row {
  background-color: #0F141F;
}
.f2 .modal {
  width: 96%;
  height: 95%;
  background-color: rgba(137, 105, 66, 0.8);
  z-index: 5;
}
.f2 .modal img {
  top: 40%;
}
.f2 .text {
  padding: 15px 30px;
}
.f2 .text h2 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 5px;
}
.f2 .text h3 {
  font-size: 16px;
  line-height: 120%;
}
.f2 .text p {
  font-size: 14px;
  margin: 25px 0 30px 0;
  line-height: 210%;
  'text-indent:2em;
}
#f2CarouselIndex {
  top: auto;
  bottom: 5%;
}
#f2CarouselIndex > span {
  width: 12px;
  height: 12px;
  border: 2px solid #131B27;
  background-color: transparent;
  margin: 0 3px;
}
#f2CarouselIndex .swiper-pagination-bullet-active {
  background-color: #131B27;
}
@media screen and (max-width: 991px) {
  .f2 .text h2 {
    font-size: 26px;
  }
  .f2 .text h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .f2 .row {
    background-color: inherit;
  }
  .f2 .text .commonBtn a {
    margin-top: 15px;
  }
  .f2 .modal img {
    max-width: 60%;
  }
}
.f3 {
  position: relative;
}
.f3 .content {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 30px;
  padding-top: 140px;
}
.f3 .text {
  float: right;
  height: 100%;
  width: 33%;
  text-align: right;
  margin-right: 160px;
  position: relative;
}
.f3 .text-content {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.f3 dl {
  position: relative;
  padding-right: 20px;
  margin-bottom: 60px;
}
.f3 dl.hover .line {
  width: 162px;
}
.f3 dl.hover dt span:last-child {
  opacity: 1;
}
.f3 dl.hover .circle-s {
  width: 125%;
  height: 125%;
}
.f3 dt {
  position: relative;
  margin-bottom: 10px;
}
.f3 dt span:first-child {
  display: block;
  text-align: right;
  font-size: 34px;
  position: relative;
  right: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.f3 dt span:last-child {
  font-size: 15px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.f3 .my-icon > a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 31px;
  border: 1px solid #C69F62;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 18px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.f3 .my-icon > a:hover {
  background-color: #C69F62;
  color: #0F141F;
}
.f3 .circle {
  position: absolute;
  right: 0;
  top: 13px;
  width: 15px;
  height: 15px;
  border: 2px solid #C69F62;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.f3 .circle .line {
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #C39C61;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.f3 .circle .line.acitve {
  width: 160px;
}
.f3 .circle .circle-s {
  width: 0;
  height: 0;
  background-color: #C69F62;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#f3Carousel {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#f3Carousel .swiper-slide {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
#rect {
  height: 100%;
  width: 50%;
  float: right;
  position: relative;
}
#rect > span {
  position: absolute;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  background-color: #C8A063;
}
#rect .top,
#rect .bottom {
  height: 2px;
  width: 0;
}
#rect .left,
#rect .right {
  height: 0;
  width: 2px;
}
#rect .top {
  top: 0;
  right: 0;
}
#rect .bottom {
  bottom: 0;
  left: 0;
}
#rect .left {
  top: 0;
  left: 0;
}
#rect .right {
  right: 0;
  bottom: 0;
}
#rect .top.active,
#rect .bottom.active {
  width: 100%;
}
#rect .left.active,
#rect .right.active {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .f3 .text {
    margin-right: 100px;
  }
  .f3 dl.hover .line {
    width: 102px;
  }
  .f3 dt span:first-child {
    font-size: 26px;
  }
  .f3 .my-icon a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 16px;
  }
  .f3 .circle {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  #f3Carousel .swiper-slide {
    background-position: right;
    opacity: .4;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .f3 .text {
    float: none;
    margin: 0;
    width: auto;
  }
  .f3 .content {
    padding: 0;
  }
  .f3 .text-content {
    width: 100%;
    text-align: center;
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .f3 .text-content dl {
    margin-bottom: 20px;
  }
  .f3 .text-content dl dt span:last-child {
    opacity: 1 !important;
    font-size: 22px;
    position: static;
  }
  .f3 .text-content .my-icon a {
    border-width: 2px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 18px;
  }
}
.f4 .cityBox > div {
  padding: 60px 10px 10px 10px;
  -webkit-perspective: 5000px;
  -moz-perspective: 5000px;
  perspective: 5000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.f4 .city {
  height: 430px;
  position: relative;
  -webkit-perspective: 5000px;
  -moz-perspective: 5000px;
  perspective: 5000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.f4 .city-pic {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
  -webkit-perspective: 5000px;
  -moz-perspective: 5000px;
  perspective: 5000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  position: relative;
  top: -50px;
}
.f4 .city-pic h3 {
  font-size: 60px;
  color: #C8A063;
  -webkit-transform: translateZ(40px) translateX(-50%) translateY(-50%);
  -moz-transform: translateZ(40px) translateX(-50%) translateY(-50%);
  -ms-transform: translateZ(40px) translateX(-50%) translateY(-50%);
  -o-transform: translateZ(40px) translateX(-50%) translateY(-50%);
  transform: translateZ(40px) translateX(-50%) translateY(-50%);
}
.f4 .city-pic img {
  max-width: 80%;
}
.f4 .city-text {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
  padding: 0 20px;
}
.f4 .city-text h4 {
  font-size: 30px;
  border-bottom: 1px solid #917851;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.f4 .city-text h4 span {
  font-size: 20px;
  margin-left: 5px;
}
.f4 .city-text p {
  line-height: 120%;
  font-size: 14px;
}
.f4 .city-text .commonBtn {
  margin-top: 30px;
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}
.f4 .animate3DElem {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  -webkit-transform: translateZ(200px);
  -moz-transform: translateZ(200px);
  -ms-transform: translateZ(200px);
  -o-transform: translateZ(200px);
  transform: translateZ(200px);
}
.f4 .animate3DElem:hover + .city a {
  color: #0F141F;
}
.f4 .animate3DElem:hover + .city a:after {
  width: 100%;
  right: auto;
  left: 0;
}
.f4 .cityBox > div:first-child .animate3DElem:hover ~ .city a {
  color: #C8A063;
}
.f4 .cityBox > div:first-child .animate3DElem:hover ~ .city a:after {
  background-color: #131B27;
}
@media screen and (max-width: 991px) {
  .f4 .city {
    height: 400px;
  }
  .f4 .city-text h4 {
    font-size: 20px;
  }
  .f4 .city-text h4 span {
    font-size: 16px;
  }
  .f4 .city-text p {
    font-size: 12px;
    max-height: 60px;
    overflow: hidden;
  }
  .f4 .city-text p:empty {
    display: none;
  }
  .f4 .city-text .commonBtn {
    padding: 5px;
    left: 0;
    width: 100%;
  }
  .f4 .city-text .commonBtn a {
    display: block;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .f4 .indexCommonTitle {
    margin: 0;
  }
  .f4 .cityBox {
    text-align: center;
  }
  .f4 .cityBox > div {
    margin-top: 10px;
    padding: 10px;
  }
  .f4 .city {
    height: auto;
    padding: 10px;
  }
  .f4 .city-pic {
    top: auto;
  }
  .f4 .city-pic h3 {
    font-size: 18px;
  }
  .f4 .city-text {
    padding: 0;
  }
  .f4 .city-text h4 {
    margin: 10px 0 0 0;
    padding-bottom: 3px;
    font-size: 16px;
  }
  .f4 .city-text h4 span {
    font-size: 10px;
  }
  .f4 .commonBtn {
    margin-top: 0 !important;
    padding: 0;
  }
  .f4 .commonBtn a {
    padding: 3px 5px;
  }
}
#floor5 {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#floor5 a {
  position: relative;
}
#floor5 .text {
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 25%;
}
#floor5 .text h4 {
  margin-top: 15px;
  font-size: 18px;
}
#floor5 .swiper-slide-active .text {
  opacity: 1;
  text-align: center;
}
#floor5 .swiper-slide-active .text p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #floor5 .text h4 {
    font-size: 12px;
    margin-top: 5px;
  }
}
.raindrop {
  width: 18px;
  height: 31px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #C8A063;
  bottom: 5%;
  top: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.animate-Raindrop {
  display: block;
  background-color: #C8A063;
  height: 6px;
  width: 2px;
  margin: 0 auto;
  -webkit-animation: rain 1.2s linear infinite;
  animation: rain 1.2s linear infinite;
  -ms-animation: rain 1.2s linear infinite;
  -moz-animation: rain 1.2s linear infinite;
}
.bottom {
  text-align: center;
}
.bottom .line {
  width: 46%;
  position: relative;
  top: 15px;
}
.bottom .line:first-child {
  float: left;
}
.bottom .line:first-child {
  float: right;
}
.bottom .text {
  font-size: 18px;
  position: relative;
}
@keyframes rain {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}
@-webkit-keyframes rain {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}
@-moz-keyframes rain {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}
@-ms-keyframes rain {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}
@-o-keyframes rain {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}
@keyframes rain {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}
.container:after,
.container-fluid:after,
.row:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
@media screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
}
[class^="bus-"] h1,
[class^="bus-"] h2,
[class^="bus-"] h3,
[class^="bus-"] h4,
[class^="bus-"] h5,
[class^="bus-"] h6,
[class^="bus-"] p {
  line-height: 1;
}
[class^="bus-"] .container,
[class^="bus-"] .container-fluid,
[class^="bus-"] .row {
  position: relative;
}
[class^="bus-"] .container,
[class^="bus-"] .container-fluid {
  height: 100%;
}
.header__son-list {
  overflow: hidden;
}
.nav-list > li {
  position: relative;
}
.nav-list > li:nth-child(3) ul {
  float: left;
  margin: 0 15px;
}
.nav-list > li:nth-child(5) .header__son-list,
.nav-list > li:nth-child(6) .header__son-list {
  padding-left: 0 !important;
}
.nav-list > li:nth-child(5) ul,
.nav-list > li:nth-child(6) ul {
  float: right;
}
.header__son-list {
  position: fixed;
  display: none;
  left: 0;
  width: 100vw;
  top: 96px;
  padding: 20px 20px 20px 0;
  background-color: rgba(200, 160, 99, 0.6);
  color: #111720;
  line-height: 1;
  white-space: nowrap;
}
.header__son-list ul {
  display: inline-block;
}
.header__son-list ul:after {
  display: table;
  clear: both;
  content: "";
}
.header__son-list li {
  margin: 5px 0;
  float: left;
}
.header__son-list li + li {
  margin-left: 15px;
}
.header__son-list .two {
  font-size: 16px;
  white-space: nowrap;
}
.header__son-list .three {
  font-size: 14px;
  margin-bottom: 10px;
}
.header__son-list .line {
  height: 1px;
  width: 40px;
  background-color: #111720;
  margin: 10px 0 15px 0;
}
.header__son-list a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
.header__son-list a:hover {
  color: #cfb28c;
  text-shadow: 0 0 5px #000;
}
.header.down .header__son-list {
  top: 76px;
}
.header.index .header__son-list {
  top: 120px !important;
}
.nav-list > li.active .header__son-list {
  visibility: visible;
  opacity: 1;
}
#centerCircle > div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: bottom;
}
#centerCircle .after,
#centerCircle .before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#centerCircle .after {
  color: #1A2021;
  opacity: 0;
  font-size: 14px;
}
#centerCircle .after .Korean {
  padding-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
#centerCircle .after .Chinese {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border: none;
  border-bottom: 2px solid #121622;
}
#centerCircle > div.active > div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(200, 159, 99, 0.7);
}
#centerCircle > div.active > div .before {
  opacity: 0;
}
#centerCircle > div.active > div .after {
  opacity: 1;
}
.com-bus-title {
  text-align: center;
  margin-bottom: 25px;
}
.com-bus-title h3 {
  font-size: 30px;
  line-height: 140%;
}
.com-bus-title h4 {
  font-size: 24px;
  margin-top: 5px;
  line-height: 140%;
}
.com-bus-title i {
  display: inline-block;
  vertical-align: baseline;
}
.com-bus-title img {
  display: none;
}
.bus-banner {
  height: 100vh;
  position: relative;
  color: #e2bd8c;
  font-size: 26px;
}
.bus-banner img {
  display: block;
}
.bus-banner p {
  margin: 15px 0;
  line-height: 120%;
}
.bus-banner a {
  margin-top: 40px;
  font-size: 26px;
  border: none;
  display: none !important;
}
.bus-banner .eyes__a {
  color: #ba915a;
  height: 45px;
  line-height: 45px !important;
  width: 208px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  border: none;
  font-size: 26px;
  padding-left: 65px;
  background-image: url(../images/bus-banner/bus-banner-btn-bg.png);
}
.bus-banner .nose__a {
  padding: 15px 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 6px solid #573A77;
  background-image: linear-gradient(#482a5e, #040001);
}
.bus-comparison {
  padding: 30px 0;
}
.bus-comparison .com-bus-title {
  margin-bottom: 40px;
}
.bus-comparison__chunk {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #C7A473;
}
.bus-comparison__before-pic,
.bus-comparison__after-pic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 225px;
  height: 225px;
}
.bus-comparison__caption {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.bus-com-bus-title .com-bus-title {
  margin: 0 !important;
}
.bus-comparison__hint {
  font-size: 20px;
  margin-top: 40px;
  color: #654214;
}
.bus-comparison i {
  color: #fff;
  font-size: 32px;
  margin: 0 5px;
}
.bus-com-bus-title {
  padding: 40px 0;
  display: none;
}
.bus-com-bus-title h3 {
  line-height: 165%;
}
.bus-com-bus-title.nose {
  padding: 40px 0 150px 0;
}
.bus-detail__tabs {
  font-size: 22px;
}
.bus-detail__tabs a {
  padding: 15px 20px;
}
.bus-detail__tabs a:hover,
.bus-detail__tabs a.hover {
  background-color: #161C32;
  color: #BB935D;
}
.bus-detail__tabs a:hover span,
.bus-detail__tabs a.hover span {
  color: #161C32;
  background-color: #BB935D;
}
.bus-detail__tabs span {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #F9EBB8;
  color: #BB935D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  font-family: "Regular";
}
.bus-detail__content {
  height: 550px;
}
.bus-detail__content .container > div {
  height: 100%;
}
.bus-detail__chunk {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  z-index: -1;
}
.bus-detail__chunk--active {
  opacity: 1;
  z-index: 1;
}
.bus-detail__person {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
}
.bus-detail__p {
  width: 300px;
  font-size: 16px;
  color: #936f4a;
  line-height: 220% !important;
  position: absolute;
  top: 80px;
  left: 40%;
}
.bus-detail__contact {
  position: absolute;
  bottom: 40px;
  left: 44%;
}
.bus-detail__1234 {
  position: absolute;
  right: 0;
  top: 45px;
  width: 390px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bus-brand {
  position: relative;
  padding: 40px 0;
}
.bus-brand .com-bus-title {
  margin-bottom: 40px;
}
.bus-brand__bg {
  z-index: -1;
}
.bus-brand .row {
  margin: 0 -10px;
}
.bus-brand .row > div {
  padding: 0 10px;
}
.bus-brand__chunk {
  height: 475px;
  background-color: #BB935D;
}
.bus-brand__chunk img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bus-brand__chunk b {
  display: block;
  height: 50%;
}
.bus-brand__chunk h5 {
  margin: 65px 0 30px;
  font-size: 20px;
}
.bus-brand__chunk p {
  color: #664314;
  padding: 0 35px;
  line-height: 160%;
}
.bus-brand__btn {
  text-align: center;
  margin-top: 30px;
}
.bus-brand__btn a {
  display: inline-block;
  font-size: 26px;
  color: #ba915a;
  padding: 10px 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #161C29;
  border: 5px solid rgba(0, 0, 0, 0.3);
}
.bus-operation {
  position: relative;
  padding-top: 140px;
}
.bus-operation p,
.bus-operation h6,
.t {
  color: #bb935d;
}
.bus-operation > p {
  width: 620px;
  text-align: center;
  margin: 0 auto;
  line-height: 160%;
}
.bus-operation h6 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bus-operation .f1 {
  text-align: center;
}
.bus-operation .f1 * {
  color: #bb935d;
}
.bus-operation .f1 .row {
  padding: 0 90px;
}
.bus-operation .f1 .numA {
  margin: 20px 0;
}
.bus-operation .f1 .numA span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #E7E1CB;
  background-color: #BB935D;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.bus-operation .f1 .numA:after,
.bus-operation .f1 .numA:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 20px;
  background-color: #BB935D;
  vertical-align: middle;
  margin: 0 2px;
}
.bus-operation .f1 .numA ~ p {
  color: #bb935d;
  font-size: 14px;
  padding: 0 35px;
  line-height: 120%;
}
.bus-operation .f1 h5 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.bus-operation .f2 {
  text-align: center;
}
.bus-operation .f2 .row {
  background-color: transparent;
}
.bus-operation .f2 .numB {
  margin-bottom: 20px;
}
.bus-operation .f2 .numB span {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: "Regular";
  font-size: 30px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #E7E1CB;
  background-color: #BB935D;
}
.bus-operation .f2 p {
  padding: 0 22px;
  line-height: 150%;
}
.bus-operation .lianxi {
  display: block;
  padding: 35px 0;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.bus-operation .lianxi img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bus-operation__circle {
  text-align: center;
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 160px;
  line-height: 160px;
  width: 160px;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bus-operation__title {
  position: relative;
  margin: 35px 0 20px 0;
}
.bus-operation__title span {
  display: inline-block;
  font-size: 18px;
  padding: 8px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #161c32;
  background-color: #E7E1CB;
}
.bus-operation__title span.yellow {
  background-color: #BB935D;
  color: #161C32;
}
.bus-doctor {
  height: 700px;
  display: none;
}
.bus-doctor > div,
.bus-doctor > div > div {
  height: 100%;
}
.bus-doctor__pic-b img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bus-doctor__pic-b img.active {
  opacity: 1;
  z-index: 1;
}
.bus-doctor__pic-s {
  background-color: #E7E1CB;
}
.bus-doctor__pic-s img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 1% 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid transparent;
  cursor: pointer;
  display: block;
  height: 16.6666%;
}
.bus-doctor__pic-s img:hover,
.bus-doctor__pic-s img.hover {
  border: 2px solid #B2874B;
}
.bus-doctor__text {
  color: #161c32;
  position: relative;
}
.bus-doctor__text h5 {
  font-size: 26px;
}
.bus-doctor__text span {
  display: block;
  width: 85px;
  height: 1px;
  background-color: #161c32;
  margin: 15px 0 30px 0;
}
.bus-doctor__text p {
  margin-bottom: 10px;
  line-height: 140%;
}
.bus-doctor__text > div {
  position: absolute;
  top: 50px;
  left: 50px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bus-doctor__text > div.active {
  opacity: 1;
  z-index: 1;
}
.bus-swiper {
  background-color: #161C32;
}
.bus-swiper .swiper-container:after,
.bus-swiper .swiper-container:before {
  content: "";
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 10%;
  top: 0;
}
.bus-swiper .swiper-container:after {
  right: 0;
  background: linear-gradient(90deg, transparent, #000000);
}
.bus-swiper .swiper-container:before {
  left: 0;
  background: linear-gradient(270deg, transparent, #000000);
}
.bus-swiper {
  padding: 30px 0;
}
.bus-swiper .swiper-wrapper {
  cursor: pointer;
}
.bus-swiper .bus-swiper__prev,
.bus-swiper .bus-swiper__next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #6D778E;
  color: #6D778E;
  background-color: transparent;
  position: absolute;
  top: 40%;
  z-index: 5;
}
.bus-swiper .bus-swiper__prev:hover,
.bus-swiper .bus-swiper__next:hover {
  background-color: #6D778E;
  color: #fff;
}
.bus-swiper .bus-swiper__prev {
  left: -40px;
}
.bus-swiper .bus-swiper__next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -40px;
}
.bus-love {
  padding: 40px 0;
  color: #654214;
  text-align: center;
}
.bus-love .com-bus-title i {
  color: #161C32;
  vertical-align: middle;
}
.bus-love .com-bus-title .line {
  height: 1px;
  width: 40px;
  background-color: #161C32;
}
.bus-love .pic__pic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #946E3C;
  padding-bottom: 8px;
  height: 236px;
  width: 236px;
}
.bus-love .pic__pic-grass {
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bus-love h6 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.bus-love p {
  margin: 0 auto;
  width: 70%;
  line-height: 160%;
}
.bus-love a {
  font-size: 18px;
  margin-top: 10px;
  color: #edd0a7;
  background-color: #161C32;
  padding: 15px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.bus-love a:hover {
  color: #161C32;
  background-color: #edd0a7;
}
.nose .bus-comparison,
.nose .com-bus-title {
  color: #ba915a;
}
.nose .bus-brand__chunk b,
.nose .bus-brand__chunk > div {
  position: relative;
}
.nose .bus-brand__chunk b {
  top: 50%;
}
.nose .bus-brand__chunk > div {
  top: -50%;
  padding: 40px 0 0 20px;
}
.nose .bus-brand__chunk h5 {
  color: #654214;
  display: inline-block;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #654214;
  margin: 0 0 20px 0;
}
.nose .bus-brand__chunk h5 span {
  padding-right: 10px;
  font-size: 60px;
  font-family: "Regular";
}
.nose .bus-brand__chunk p {
  padding: 0;
}
.nose .bus-comparison__before-pic,
.nose .bus-comparison__after-pic,
.nose .bus-comparison__chunk {
  height: auto;
  width: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  max-width: 245px;
}
.open-eye .bus-banner a {
  width: 208px;
  height: 45px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.open-eye .bus-detail__person {
  left: auto;
  right: 0;
}
.open-eye .bus-detail__1234 {
  right: auto;
  left: 0;
}
.open-eye .bus-detail__p,
.open-eye .bus-detail__contact {
  left: 37%;
}
.open-eye .bus-detail__contact {
  bottom: 20%;
}
.open-eye .bus-detail__tabs a {
  padding-left: 100px;
  padding-right: 100px;
}
.open-eye .bus-comparison {
  padding-bottom: 0;
  color: #ba915a;
  height: 725px;
}
.open-eye .bus-comparison .b {
  position: absolute;
  bottom: 0;
  left: 0;
}
.open-eye .bus-comparison .s > div {
  display: inline-block;
}
.open-eye .bus-comparison .s img {
  margin: 0 20px;
  border: 2px solid #BB935D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.open-eye .bus-comparison .s p {
  margin: 10px 0;
}
.c-btn-box {
  text-align: center;
  margin-top: 60px;
}
.c-btn-box a {
  padding: 10px 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 22px;
  border: 6px solid #3F345C;
  background-image: linear-gradient(#bc915a, #644214);
}
.bus-banner .u-td > div {
  display: inline-block;
  text-align: center;
}
.bus-banner .nose__a.zonghe {
  border-color: #343A8A;
  color: #fff;
  background-image: linear-gradient(#bb935d, #664315);
}
.bus-operation__title span {
  line-height: 140%;
}
.bus-operation .bo-f3 {
  padding: 20px 35px;
  color: #bb935d;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bus-operation .bo-f3 .row > div > div {
  padding: 0 15px;
}
.bus-operation .bo-f3 dl {
  line-height: 160%;
  margin-top: 5px;
}
.bus-operation .bo-f3 .title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #bb935d;
  margin-bottom: 20px;
}
.bus-operation .biyisuoxiao .numB span {
  color: #bb935d;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #bb935d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  width: auto;
}
.bus-operation .f4__heading {
  margin-top: 15px;
}
.bus-operation .f4__heading > * {
  display: inline-block;
  vertical-align: middle;
}
.bus-operation .f4__heading > :first-child {
  text-align: center;
  width: 150px;
  height: 150px;
  line-height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 80px;
  font-family: "Regular";
  margin-right: 10px;
}
.bus-operation .f4__heading > :first-child span {
  border-bottom: 2px solid #fff;
}
.bus-operation .f4__heading p {
  font-size: 36px;
}
.bus-operation .f4__title {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 5px 0 5px 15px;
  border-left: 6px solid #fff;
  margin: 35px 0 20px 0;
  font-size: 26px;
}
.bus-operation .f4 .t {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bus-operation .f4 .t + p {
  margin-bottom: 40px;
  line-height: 165%;
  padding-right: 20px;
}
.bus-operation .f4 .f1 {
  margin-bottom: 20px;
}
.yuan-num {
  vertical-align: middle;
  font-weight: bold;
  font-family: "Regular";
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bus-text {
  text-align: center;
  font-size: 34px;
  color: #161c32;
  padding: 25px 0;
  background-color: #BB935D;
}
.com-num {
  display: inline-block;
  font-size: 20px;
  font-family: "Regular";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
  color: #e7e1cb;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .centerIndexMain-content {
    top: 60%;
  }
}
@media screen and (min-width: 768px) {
  .bus-doctor .col-sm-5 {
    width: 44.66666667%;
  }
  .bus-doctor .col-sm-2 {
    width: 10.666667%;
  }
  .footer .footer-code2 img {
    max-width: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .bus-banner img {
    max-width: 270px;
  }
  .bus-banner p {
    font-size: 24px;
  }
  .bus-comparison__before-pic,
  .bus-comparison__after-pic {
    width: 170px;
    height: 170px;
  }
  .bus-detail__tabs {
    font-size: 20px;
  }
  .bus-detail__tabs a {
    padding: 12px 16px;
  }
  .bus-detail__tabs span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
  }
  .bus-detail__content {
    height: 450px;
  }
  .bus-detail__person {
    width: 450px;
  }
  .bus-detail__p {
    font-size: 16px;
    width: 255px;
  }
  .bus-detail__contact {
    width: 150px;
  }
  .bus-detail__1234 {
    width: 280px;
  }
  .open-eye .bus-banner img {
    max-width: 500px;
  }
  .open-eye .bus-comparison .b {
    max-width: 600px;
  }
  .open-eye .bus-comparison .s img {
    max-width: 170px;
  }
  .nose .bus-comparison__before-pic,
  .nose .bus-comparison__after-pic {
    max-width: 200px;
  }
  .bus-banner .text {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  #centerCircle {
    height: auto !important;
  }
  .com-bus-title h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .com-bus-title h4 {
    font-size: 16px;
  }
  .bus-banner img {
    max-width: 240px;
  }
  .bus-banner p {
    font-size: 20px;
  }
  .bus-banner .nose__text-img {
    max-width: 300px;
  }
  .bus-comparison {
    padding: 15px 0;
  }
  .bus-comparison .com-bus-title {
    margin-bottom: 20px;
  }
  .bus-comparison__before-pic,
  .bus-comparison__after-pic {
    width: 120px;
    height: 120px;
  }
  .bus-comparison__hint {
    margin-top: 15px;
    font-size: 14px;
  }
  .bus-detail__tabs {
    font-size: 16px;
  }
  .bus-detail__tabs a {
    padding: 6px 8px;
  }
  .nav-list > li:nth-child(2) ul {
    margin: 0 20px;
  }
  .bus-detail__tabs span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
  }
  .bus-detail__person {
    width: 300px;
  }
  .bus-detail__p {
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    top: 20px;
    left: auto !important;
    right: auto !important;
  }
  .bus-detail__contact {
    display: none;
  }
  .bus-detail__1234 {
    display: none;
  }
  .bus-brand {
    padding: 30px 0 80px 0;
  }
  .bus-brand .com-bus-title {
    margin-bottom: 30px;
  }
  .bus-brand__chunk {
    height: 400px;
  }
  .bus-brand__chunk img {
    width: 40px;
  }
  .bus-brand__chunk h5 {
    margin: 40px 0 10px;
    font-size: 18px;
  }
  .bus-brand__chunk p {
    font-size: 15px;
    padding: 0 10px;
    line-height: 140%;
  }
  .bus-doctor__text p {
    font-size: 15px;
  }
  .bus-love .pic__pic {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #946E3C;
    padding-bottom: 8px;
    height: 170px;
    width: 170px;
  }
  .bus-love h6 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .bus-love p {
    font-size: 14px;
  }
  .footer .footer-code2 {
    width: auto !important;
  }
  .footer .footer-addr {
    font-size: 12px;
  }
  .nose .bus-brand .row > div {
    margin-bottom: 10px;
  }
  .nose .bus-brand p {
    padding-bottom: 20px;
  }
  .nose .bus-brand__btn {
    margin: 10px 0;
  }
  .nose .bus-comparison__before-pic,
  .nose .bus-comparison__after-pic {
    max-width: 100px;
  }
  .open-eye .bus-detail__tabs a {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .open-eye .bus-comparison {
    height: auto;
    padding-bottom: 20px;
  }
  .open-eye .bus-comparison .b {
    display: none;
  }
  .open-eye .bus-comparison .s {
    float: none;
    text-align: center;
  }
  .f4__title {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
  .f4 .city-text p {
    height: 42px;
    overflow: hidden;
  }
  .nav-list > li {
    padding-bottom: 0;
  }
  .nav2 .animateElem {
    height: 40px;
  }
  .nav2 .animateElem span {
    line-height: 40px;
  }
  .nav2 a:hover div {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }
  .nav-list > li > a span:nth-child(1) {
    opacity: 1 !important;
  }
  .nav-list > li > a span:nth-child(2) {
    display: none;
  }
  .nav-list .header__son-list {
    position: static;
    text-align: center;
    white-space: normal;
    padding: 10px;
  }
  .nav-list .header__son-list ul {
    margin: 0 5px !important;
  }
  .nav-list .header__son-list ul {
    float: none !important;
    vertical-align: top;
  }
  .nav-list .header__son-list li {
    float: none;
    display: inline-block;
  }
  .nav-list li:nth-child(3) .header__son-list {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-list li:nth-child(3) .two,
  .nav-list li:nth-child(3) .three {
    display: block;
  }
  .nav-list li:nth-child(3) .two {
    padding-bottom: 2px;
  }
  .header__son-list .three {
    margin-bottom: 4px !important;
  }
  .bus-banner img {
    max-width: 220px;
  }
  .bus-banner p {
    text-align: center;
    font-size: 16px;
  }
  .bus-banner a {
    display: block;
    margin-top: 20px;
    width: 127px !important;
    font-size: 15px !important;
  }
  .bus-banner .eyes__a {
    height: 27px;
    line-height: 27px !important;
    padding-left: 45px !important;
  }
  .bus-banner .nose__a {
    padding: 6px 8px;
  }
  .bus-banner img,
  .bus-banner p,
  .bus-banner a {
    margin: 15px auto;
  }
  .bus-comparison__before-pic,
  .bus-comparison__after-pic {
    width: 110px;
    height: 110px;
  }
  .bus-comparison__chunk {
    margin-bottom: 10px;
  }
  .bus-com-bus-title {
    padding: 15px 0 !important;
  }
  .bus-brand {
    padding: 30px 0;
  }
  .bus-brand .com-bus-title {
    margin-bottom: 20px;
  }
  .bus-brand__chunk {
    height: auto;
    margin-top: 10px;
  }
  .bus-brand__chunk b {
    height: 245px;
  }
  .bus-brand__chunk h5 {
    margin: 10px 0;
    font-size: 16px;
  }
  .bus-brand__chunk p {
    font-size: 14px;
    padding: 0 10px 10px 10px;
  }
  .bus-doctor {
    height: 640px;
  }
  .bus-doctor > div,
  .bus-doctor > div > div {
    height: 100%;
  }
  .bus-doctor__pic-b img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .bus-doctor__pic-s {
    background-color: #E7E1CB;
  }
  .bus-doctor__pic-s img {
    display: block;
  }
  .bus-doctor__text {
    padding: 20px 20px 0 20px;
  }
  .bus-doctor__text h5 {
    font-size: 18px;
  }
  .bus-doctor__text span {
    margin: 10px 0 15px 0;
  }
  .bus-doctor__text p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .bus-doctor__text > div {
    top: 20px;
    left: 20px;
    padding-right: 20px;
  }
  .bus-swiper {
    padding: 20px 0;
  }
  .bus-love {
    padding: 20px 0;
  }
  .bus-love p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .bus-operation {
    padding-top: 10px !important;
  }
  .bus-operation__title {
    margin: 15px 0;
  }
  .bus-operation__title span {
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bus-operation > p {
    width: auto;
  }
  .bus-operation .f1 .row {
    padding: 0;
  }
  .bus-operation .f1 h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bus-operation .f1 .numA ~ p {
    margin-bottom: 15px;
  }
  .bus-operation .f2 .row {
    padding-top: 20px;
  }
  .footer .footer-code2 > div {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .footer .footer-code2 > div img {
    max-width: 80px;
  }
  .open-eye .bus-banner img {
    max-width: 300px;
  }
  .open-eye .bus-detail__tabs a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
  .bus-banner .u-td {
    text-align: center;
  }
  .bus-banner .text {
    max-width: 300px;
  }
  .bus-operation .row {
    margin-left: auto;
    margin-right: auto;
  }
  .bus-operation .f4__heading p {
    font-size: 22px;
  }
  .bus-operation .f4__title {
    margin: 20px 0;
    font-size: 18px;
  }
  .bus-operation .f4 .t {
    color: #C5A075;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bus-operation .f4 .t + p {
    margin-bottom: 15px;
  }
  .bus-operation .f4 .f1 {
    margin-bottom: 20px;
  }
}
.bus-brand__btn {
  display: none;
}
.bus-operation__title--black span {
  background-color: #272A3B;
  color: #BB935D;
}
.bus-operation__title img {
  max-height: none;
  max-width: 100%;
  height: 1px !important;
}
.skinp {
  padding: 35px 360px 35px 50px;
}
.skinp img {
  max-height: 100%;
}
/*2017.7.6 主页新闻页面*/
.body-index__news > div.container {
  height: 100%;
  position: relative;
}
.body-index__news > div > div.row {
  width: 100%;
}
.body-index__news-content > div {
  padding-left: 10px;
  padding-right: 10px;
}
.body-index__news-content > :nth-child(1) > div {
  background-color: #C8A063;
  color: #0f1520;
}
.body-index__news-content > :nth-child(1) > div a:after {
  background-color: #0f1520;
}

.body-index__news-content > :nth-child(1) > div span:hover {
  color: #c8a062;
}

.body-index__news-content > div a:hover {
	font-style:italic;
}
.body-index__news-content > :nth-child(2) > div {
  background-color: #705e67;
}
.body-index__news-content > :nth-child(3) > div {
  background-color: #566677;
}
.body-index__news-content > :nth-child(4) > div {
  background-color: #2a3038;
}
.body-index__news-content > :nth-child(5) > div {
   background-color: #705e67;
}
.body-index__news-content > :nth-child(6) > div {
 background-color: #566677;
}
.body-index__news-chunk {
  height: 200px;
}
.body-index__news-chunk > div.row,
.body-index__news-chunk > div > div,
.body-index__news-chunk > div > div > div {
  height: 100%;
}
.body-index__news-pic {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.body-index__news-text {
  padding: 20px;
  position: relative;
}
.body-index__news-title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 130%;
}
.body-index__news-p {
  font-size: 14px;
  line-height: 150%;
}
.body-index__news-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 1199px) {
  .body-index__news-text {
    padding: 15px;
  }
  .body-index__news-link {
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .body-index__news-title {
    font-size: 15px;
    line-height: 120%;
  }
  .body-index__news-p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .body-index__news .indexCommonTitle {
    margin-bottom: 20px;
  }
  .body-index__news > div > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-index__news-chunk {
    height: auto;
  }
  .body-index__news-content > div {
    padding: 2.5px;
  }
  .body-index__news-p,
  .body-index__news-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .body-index__news-title {
    margin-bottom: 5px;
  }
  .body-index__news-link {
    margin-top: 5px;
    position: static;
  }
  .body-index__news-link a {
    padding: 5px 10px;
  }
}
/*点击跳转的侧边栏 开始*/
.aside {
  position: fixed;
  left: 65px;
  top: 20%;
  color: #936f4a;
  z-index: 105;
}
.aside__heading {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}
.aside__line {
  width: 1px;
  height: 20px;
  background-color: #936f4a;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 3px;
}
.aside__link a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
a:hover .aside__link-circle,
a.active .aside__link-circle {
  color: #000;
  background-color: #fff;
}
a:hover .aside__link-circle i,
a.active .aside__link-circle i {
  text-shadow: none;
  color: #000000;
}
.aside__link a:hover .aside__animate,
.aside__link a.active .aside__animate {
  visibility: visible;
  -webkit-animation: aside 1s infinite;
  -o-animation: aside 1s infinite;
  animation: aside 1s infinite;
}
.aside__link-circle,
.aside__title {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #936f4a;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.aside__title {
  margin-bottom: 20px;
  line-height: 110%;
  font-size: 16px;
}
.aside__link-circle {
  font-weight: normal;
  position: relative;
}
.aside__link-circle i {
  font-size: 32px;
  color: #936f4a;
}
.aside__link-caption {
  text-align: center;
  color: #936f4a;
}
.aside__animate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  visibility: hidden;
}
@-webkit-keyframes aside {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes aside {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes aside {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-o-keyframes aside {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes aside {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
/*点击跳转的侧边栏 结束*/
/*眼睛 开始*/
.main-shuangyanpi .bus-comparison__caption {
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 767px) {
  .main-shuangyanpi .bus-banner__bg.u-cover > div {
    background-position: 85%;
  }
}
.main-kaiyanjiao .bus-comparison .b {
  height: 425px;
}
.main-kaiyanjiao .bus-comparison {
  height: 500px;
}
.main-kaiyanjiao .bus-comparison .s {
  margin: 30px 60px 0 0;
}
@media screen and (max-width: 991px) {
  .main-kaiyanjiao .bus-comparison .s {
    margin: 0;
  }
  .main-kaiyanjiao .bus-comparison {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-kaiyanjiao .bus-banner__bg.u-cover > div {
    background-position: 80%;
  }
  .main-kaiyanjiao .bus-comparison .s img {
    margin: 0;
  }
  .main-kaiyanjiao .bus-comparison .s img {
    max-width: 150px;
  }
}
.main-timei .bus-comparison__before-pic,
.main-timei .bus-comparison__after-pic {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.main-timei .xiaotubiao > div > div {
  padding: 0 15px;
}
.main-timei .xiaotubiao img {
  max-width: 75px;
  max-height: 40px;
}
.main-timei .xiaotubiao p {
  line-height: 140%;
  font-size: 12px;
}
.main-timei .s {
  margin-top: 30px;
  margin-bottom: 50px;
}
.main-timei .s > div {
  padding: 5px;
}
.main-timei .s img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.main-timei .bbb p {
  margin: 10px 0;
  font-size: 13px;
}
.main-timei .yuan > span {
  font-family: "Regular";
  background-color: #161C32;
  color: #bb935d;
  font-size: 54px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.main-timei .yuan > span > span {
  border-bottom: 2px solid #bb935d;
}
.main-timei .bbb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .main-timei .col-sm-1 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-timei .xiaotubiao {
    margin-top: 15px;
  }
  .main-timei .xiaotubiao > div {
    padding: 15px 0;
  }
  .main-timei .s {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-timei .bus-banner__bg.u-cover > div {
    background-position: 25%;
  }
}
/*眼睛 结束*/
/*鼻子 开始*/
.main-bizonghe .bo-f3 {
  margin-top: 20px;
}
.main-bizonghe .bus-operation {
  padding-top: 20px;
}
.main-bizonghe .bo-f3 img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  max-width: 370px;
}
.main-bizonghe .bo-f3 .row {
  position: static;
}
.main-bizonghe .bo-f3 .row > div {
  position: static;
}
.main-bizonghe .paddd {
  padding-right: 300px !important;
}
.main-bizonghe .bus-comparison__caption {
  text-shadow: 0 0 5px #000;
}
.main-bizonghe .f1 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 8px;
}
.main-bizonghe .f1 p {
  margin-bottom: 8px;
  font-size: 12px;
}
.main-bizonghe .f2 {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .main-bizonghe .paddd {
    padding-right: 10px !important;
  }
  .main-bizonghe .bo-f3 img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-bizonghe .bus-banner__bg.u-cover > div {
    background-position: 25%;
  }
  .main-bizonghe .bus-operation .bo-f3 {
    padding: 10px;
  }
  .main-bizonghe .bus-operation .bo-f3 .title {
    margin-bottom: 5px;
  }
  .main-bizonghe .bus-operation .bo-f3 {
    margin-bottom: 0;
  }
  .main-bizonghe .bus-operation .bo-f3 .row > div {
    margin-top: 15px;
  }
  .main-bizonghe .f2 .row > div {
    margin-top: 10px;
  }
  .main-bizonghe .lianxi {
    padding: 10px 0 !important;
  }
}
.main-bixiufu .bus-operation {
  padding-top: 15px;
}
.main-bixiufu .f1 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-egusuoxiao .bus-banner img {
  max-width: 690px;
}
.main-egusuoxiao .f2 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .main-egusuoxiao .bus-banner__bg.u-cover > div {
    background-position: 70%;
  }
  .main-egusuoxiao .lianxi {
    padding: 10px 0 !important;
  }
  .main-egusuoxiao .bus-operation > p {
    margin: 10px 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .main-egusuoxiao .hia .u-td {
    display: block;
    width: 100% !important;
  }
  .main-egusuoxiao .hia .u-td img {
    width: 100%;
  }
  .main-egusuoxiao .t {
    padding: 20px !important;
  }
}
.main-xiaejiao .bus-banner img {
  max-width: 515px;
  position: relative;
  right: 75px;
  top: 70px;
}
@media screen and (max-width: 1199px) {
  .main-xiaejiao .bus-banner img {
    right: -15px;
  }
}
@media screen and (max-width: 991) {
  .main-xiaejiao .bus-banner img {
    max-width: 430px;
  }
}
.main-xiaejiao .footer {
  margin-top: 0;
}
.main-xiaejiao .bus-comparison i.iconfont2 {
  position: relative;
  top: -20px;
}
.main-xiaejiao .bus-operation {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .main-xiaejiao .bus-banner__bg.u-cover > div {
    background-position: 30%;
  }
  .main-xiaejiao .lianxi {
    padding: 10px 0 !important;
  }
  .main-xiaejiao .bus-operation > p {
    margin: 10px 0 !important;
  }
  .main-xiaejiao .bus-operation {
    padding-bottom: 0;
  }
}
.main-shuange .bus-operation {
  padding-bottom: 20px;
}
.main-shuange .bus-banner img {
  max-width: 389px;
  position: relative;
  left: -86px;
  top: -60px;
}
.main-shuange .bus-operation > p {
  margin: 10px auto !important;
}
.main-shuange .bus-operation img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .main-shuange .bus-banner img {
    max-width: 350px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-shuange {
    /*.bus-operation>p{margin:10px 0!important;}*/
  }
  .main-shuange .bus-banner__bg.u-cover > div {
    background-position: 32%;
  }
  .main-shuange .lianxi {
    padding: 10px 0 !important;
  }
  .main-shuange .bus-operation > p {
    padding: 15px 0 !important;
  }
  .main-shuange .bus-operation {
    padding-bottom: 0;
  }
}
.main-vline .bus-operation {
  padding-bottom: 30px;
}
.main-vline .caption {
  text-align: center;
}
.main-vline .caption span {
  display: block;
  font-size: 24px;
  color: #ac4e55;
  margin-bottom: 10px;
}
.main-vline .caption p {
  min-height: 120px;
  padding: 25px 35px 0 35px;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .main-vline .bus-banner__bg.u-cover > div {
    background-position: 20%;
  }
  .main-vline .lianxi {
    padding: 10px 0 !important;
  }
  .main-vline .bus-operation > p {
    margin: 10px 0 !important;
  }
  .main-vline .bus-operation {
    padding-bottom: 10px;
  }
}
.main-xiabajiati .bus-operation {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-xiabajiati .bus-banner__bg.u-cover > div {
    background-position: 25%;
  }
  .main-xiabajiati .lianxi {
    padding: 10px 0 !important;
  }
  .main-xiabajiati .bus-operation > p {
    margin: 10px 0 !important;
  }
  .main-xiabajiati .bus-operation {
    padding-bottom: 0;
  }
}
.main-egusuoxiao .bus-com-bus-title,
.main-xiaejiao .bus-com-bus-title,
.main-shuange .bus-com-bus-title,
.main-vline .bus-com-bus-title,
.main-xiabajiati .bus-com-bus-title {
  display: block;
}
.main-zitizhifang .f1 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .main-zitizhifang .bus-banner .u-bg-cover {
    background-position: 80%;
  }
  .main-zitizhifang .bus-banner img {
    max-width: 500px;
  }
}
.main-zitizhifang .beaf {
  width: 50%;
  background-color: #BB935D;
  height: 50px;
  line-height: 50px !important;
  font-family: "Regular";
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .main-zitizhifang .bus-banner img {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .main-zitizhifang .c-btn-box {
    margin-top: 15px;
  }
  .main-zitizhifang .bus-comparison .row > div > div {
    margin-top: 10px;
  }
}
.main-lapi .iconfont-box {
  margin-bottom: 20px;
}
.main-lapi .iconfont-box i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 15px;
  color: #BB935D;
}
.main-lapi .iconfont-box p {
  line-height: 140%;
}
.main-lapi .yuan-num {
  color: #654214;
  height: 45px;
  line-height: 43px;
  width: 45px;
  font-size: 26px;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: #BB935D;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .main-lapi .pa1 {
    font-size: 24px !important;
    line-height: 130% !important;
  }
  .main-lapi .pa2 {
    font-size: 16px !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 767px) {
  .main-lapi .f4__heading {
    margin-bottom: 15px;
  }
  .main-lapi .f4__heading ~ .row {
    margin: 0;
  }
  .main-lapi .ck {
    text-align: center;
  }
  .main-lapi .ck p {
    display: block !important;
  }
  .main-lapi .t + p {
    padding: 0 !important;
  }
  .main-lapi .bus-banner .u-bg-cover {
    background-position: 80%;
  }
  .main-lapi .c-btn-box {
    margin-top: 15px;
  }
  .main-lapi .yuan-num {
    margin-bottom: 5px !important;
  }
  .main-lapi .iconfont-box p {
    margin-bottom: 10px !important;
  }
  .main-lapi .ppo {
    padding-top: 20px !important;
  }
  .main-lapi .bus-comparison .row > div > div {
    margin-top: 10px;
  }
  .main-lapi .bus-comparison .row > div > div {
    margin-top: 10px;
  }
}
.main-lapi .beaf {
  width: 50%;
  background-color: #BB935D;
  height: 50px;
  line-height: 50px !important;
  font-family: "Regular";
  font-size: 25px;
}
.main-lapi .f4__title {
  color: #664215;
  border-color: #664215 !important;
}
.main-minilapi .line-num-box {
  position: relative;
  padding-top: 45px;
  padding-left: 30px;
}
.main-minilapi .line-num {
  font-family: "Regular";
  font-size: 30px;
  position: absolute;
  color: #C09B67;
  left: 0;
  top: 0;
}
.main-minilapi .line-num:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  height: 60px;
  width: 1px;
  background-color: #C09B67;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-minilapi .bus-banner img {
  max-width: 550px;
  position: relative;
  top: 70px;
}
@media screen and (max-width: 1199px) {
  .main-minilapi .ck > div {
    width: 50% !important;
  }
  .main-minilapi .bus-banner img {
    max-width: 410px;
  }
}
@media screen and (max-width: 991px) {
  .main-minilapi .pa1 {
    font-size: 24px !important;
    line-height: 130% !important;
  }
  .main-minilapi .pa2 {
    font-size: 16px !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 767px) {
  .main-minilapi .f4__heading {
    margin-bottom: 15px;
  }
  .main-minilapi .f4__heading + .row {
    margin: 0;
  }
  .main-minilapi .ck {
    text-align: center;
  }
  .main-minilapi .ck p {
    display: block !important;
    margin-top: 10px;
  }
  .main-minilapi .t + p {
    padding: 0 !important;
  }
  .main-minilapi .line-num-box {
    padding-left: 45px;
  }
  .main-minilapi .line-num {
    left: 15px;
  }
  .main-minilapi .bus-banner .u-bg-cover {
    background-position: 80%;
  }
  .main-minilapi .c-btn-box {
    margin-top: 15px;
  }
  .main-minilapi .bus-banner__bg.u-cover > div {
    background-position: 24%;
  }
  .main-minilapi .bus-comparison .row > div > div {
    margin-top: 10px;
  }
}
.main-minilapi .beaf {
  width: 50%;
  background-color: #BB935D;
  height: 50px;
  line-height: 50px !important;
  font-family: "Regular";
  font-size: 25px;
}
.main-maofa .index {
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  width: 45px;
  background-color: #BB935D;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "Regular";
  font-size: 24px;
  margin-right: 10px;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
.main-maofa .div-table {
  color: #BB935D;
  padding: 0 50px 50px 50px;
  position: relative;
}
.main-maofa .div-table:after {
  content: "";
  border-left: 1px dotted #CDB289;
  height: 100%;
  position: absolute;
  left: 72px;
  top: 0;
  z-index: 0;
}
.main-maofa .container > .div-table:last-child:after {
  display: none;
}
.main-maofa .div-table .u-td {
  vertical-align: top;
}
.main-maofa .div-table img {
  margin: 0 35px 0 50px;
}
.main-maofa .div-table p {
  line-height: 150%;
}
.main-maofa .index-box {
  width: 16%;
  font-weight: bold;
}
.main-maofa .bus-operation .bo-f3 {
  margin-bottom: 20px;
}
.main-maofa .bo-f3 .clearfix {
  padding: 0 !important;
}
.main-maofa .bo-f3 p {
  line-height: 170%;
  margin-bottom: 5px;
}
.main-maofa .n {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 20px;
  border: 1px solid #B58E5B;
  color: #B58E5B;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-maofa .c-btn-box a {
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url({dede:global.cfg_cmsurl/}/files/images/bus/maofayizhi/maofayizhi_zixunanniu.png);
  background-size: 100%;
  width: 230px;
  height: 70px;
}
.main-maofa .bus-operation {
  padding-top: 20px;
}
.main-maofa .maofa .row > div {
  margin-bottom: 25px;
  padding-left: 30px;
}
.main-maofa .maofa p {
  font-size: 24px;
  color: #ac4e55;
}
.main-maofa .maofa span {
  font-size: 14px;
  color: #bb935d;
}
@media screen and (max-width: 767px) {
  .main-maofa .maofa {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .main-maofa .div-table {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .main-maofa .div-table:after {
    left: 22px;
  }
  .main-maofa .div-table img {
    margin: 0 15px;
  }
  .main-maofa .index-box {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .main-maofa .bus-banner__bg.u-cover > div {
    background-position: 25%;
  }
  .main-maofa .div-table {
    text-align: center;
    padding-bottom: 15px;
  }
  .main-maofa .div-table .u-td {
    display: block;
  }
  .main-maofa .index-box {
    margin-bottom: 10px;
  }
  .main-maofa .div-table p {
    margin-top: 15px;
  }
  .main-maofa .div-table:after {
    display: none;
  }
  .main-maofa .div-table img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }
  .main-maofa .bo-f3 img {
    margin-bottom: 20px;
  }
  .main-maofa .bo-f3 {
    margin-bottom: 15px !important;
  }
  .main-maofa .c-btn-box {
    margin-top: 15px;
  }
  .main-maofa .o {
    padding-bottom: 0 !important;
  }
  .main-maofa .bus-operation__circle {
    display: block;
    height: 150px;
    width: 150px;
    line-height: 120px;
    position: static;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-maofa .plm {
    margin: 10px 0 !important;
  }
  .main-maofa .maofa span {
    margin-top: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-maofa .maofa .row > div {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-boniaosuan .bus-banner img {
  max-width: 490px;
  position: relative;
  top: 60px;
}
.main-boniaosuan .footer {
  margin-top: 0;
}
.main-boniaosuan .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .main-boniaosuan .bus-banner img {
    max-width: 375px;
  }
}
@media screen and (max-width: 1199px) {
  .main-boniaosuan .bus-banner img {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .main-boniaosuan .col-sm-20 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-boniaosuan .bus-banner__bg.u-cover > div {
    background-position: 72%;
  }
  .main-boniaosuan .icon {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .main-boniaosuan .icon .row > div > div {
    margin: 5px 0;
  }
  .main-boniaosuan .s {
    font-size: 12px;
  }
  .main-boniaosuan .s .row > div > div {
    margin: 5px 0;
  }
}
.main-chuzhou .f4 .f1 img,
.main-chuzhou .f4 .c img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .main-chuzhou .bus-banner img {
    max-width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .main-chuzhou .bus-banner img {
    max-width: 440px;
  }
}
.main-chuzhou .footer {
  background-color: #A06F3C;
  margin-top: 0;
}
.main-chuzhou .c-btn-box a {
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url({dede:global.cfg_cmsurl/}/files/images/bus/maofayizhi/maofayizhi_zixunanniu.png);
  background-size: 100%;
  width: 230px;
  height: 70px;
}
.main-chuzhou .f4 {
  padding-bottom: 20px;
}
.main-chuzhou .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .main-chuzhou .col-sm-20 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-chuzhou .icon {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .main-chuzhou .icon .row > div > div {
    margin: 5px 0;
  }
}
@media screen and (max-width: 1199px) {
  .main-chuzhou .ck > div {
    width: 50% !important;
  }
  .main-chuzhou .bus-banner img {
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .main-chuzhou .f4__heading + .row {
    margin: 0;
  }
  .main-chuzhou .ck p {
    display: block !important;
  }
  .main-chuzhou .t + p {
    padding: 0 !important;
  }
  .main-chuzhou .bus-banner .u-bg-cover {
    background-position: 21%;
  }
  .main-chuzhou .bus-banner__bg.u-cover > div {
    background-position: 21%;
  }
  .main-chuzhou .f4 > div > div > .row p {
    padding-right: 0 !important;
  }
  .main-chuzhou .c-btn-box {
    margin-top: 0;
  }
  .main-chuzhou .aas {
    top: 0 !important;
  }
  .main-chuzhou .aas div[data-tool="equalHeight"] {
    margin-bottom: 10px !important;
  }
}
.main-shuiguang .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-shuiguang .bus-banner img {
  max-width: 472px;
  position: relative;
  top: 50px;
}
@media screen and (max-width: 991px) {
  .main-shuiguang .bus-banner img {
    max-width: 365px;
  }
}
@media screen and (min-width: 768px) {
  .main-shuiguang .col-sm-20 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-shuiguang .bus-banner__bg.u-cover > div {
    background-position: 81%;
  }
  .main-shuiguang .icon {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .main-shuiguang .icon .row > div > div {
    margin: 5px 0;
  }
  .main-shuiguang .s {
    font-size: 12px;
  }
  .main-shuiguang .s .row > div > div {
    margin: 5px 0;
  }
}
.main-rongzhi .bus-operation {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .main-rongzhi .bus-banner img {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .main-rongzhi .col-sm-20 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-rongzhi .bus-banner__bg.u-cover > div {
    background-position: 60%;
  }
  .main-rongzhi .icon {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .main-rongzhi .icon .row > div > div {
    margin: 5px 0;
  }
  .main-rongzhi .s {
    font-size: 12px;
  }
  .main-rongzhi .s .row > div > div {
    margin: 5px 0;
  }
  .main-rongzhi [data-group="s"] {
    margin: 10px 0 !important;
  }
  .main-rongzhi .bus-banner .u-table {
    display: none;
  }
  .main-rongzhi .bus-banner img {
    max-width: 330px !important;
  }
}
.main-qudou .bus-operation p,
.main-qudou .bus-operation h6,
.main-qudou .t {
  color: #9e7e4d;
}
.main-qudou .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-qudou .title {
  font-size: 24px;
  color: #CDB289;
  text-align: center;
  padding: 40px 0;
}
.main-qudou .title:after,
.main-qudou .title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 75px;
  background-color: #CDB289;
  margin: 0 10px;
}
.main-qudou .list p {
  width: 50%;
  float: left;
  padding: 10px 0;
  line-height: 140%;
}
.main-qudou .list p:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
}
.main-qudou .list > li:nth-child(odd) {
  background-color: #000;
}
.main-qudou .list > li:nth-child(even) {
  background-color: #000;
}
.main-qudou .list > li > p:first-child {
  padding-left: 25px;
}
.main-qudou .p {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #000;
  position: relative;
  margin-bottom: 15px;
}
.main-qudou .p p {
  line-height: 160%;
  margin-bottom: 5px;
}
.main-qudou .p img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-qudou .bbb {
  margin-bottom: 25px;
}
.main-qudou .bbb img {
  max-width: 90%;
}
.main-qudou .bbb p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  color: #fff;
}
.main-qudou .bus-banner img {
  max-width: 300px;
  position: relative;
  left: -180px;
  top: 50px;
}
@media screen and (max-width: 1199px) {
  .main-qudou .bus-banner img {
    left: -70px;
  }
}
@media screen and (max-width: 991px) {
  .main-qudou .sssss {
    display: none;
  }
  .main-qudou .p {
    padding: 35px;
  }
  .main-qudou .list p {
    padding: 5px 10px;
  }
  .main-qudou .list p:after,
  .main-qudou .list p:before {
    display: none;
  }
  .main-qudou .bus-banner img {
    max-width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .main-qudou .p {
    padding: 10px;
  }
  .main-qudou .bus-banner__bg.u-cover > div {
    background-position: 28%;
  }
  .main-qudou .icon .row > div > div {
    margin: 5px 0;
  }
  .main-qudou .s .row > div > div {
    margin: 5px 0;
  }
  .main-qudou .bbb {
    margin-bottom: 0;
  }
  .main-qudou .bbb img {
    margin-bottom: 10px;
  }
  .main-qudou .title {
    font-size: 18px;
    padding: 15px 0 20px 0;
  }
}
.main-doukeng .bus-operation p,
.main-doukeng .bus-operation h6,
.main-doukeng .t {
  color: #9e7e4d;
}
.main-doukeng .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-doukeng .title {
  font-size: 24px;
  color: #CDB289;
  text-align: center;
  padding: 40px 0;
}
.main-doukeng .title:after,
.main-doukeng .title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 75px;
  background-color: #CDB289;
  margin: 0 10px;
}
.main-doukeng .list p {
  width: 50%;
  float: left;
  padding: 10px 0;
  line-height: 140%;
}
.main-doukeng .list p:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
}
.main-doukeng .list > li:nth-child(odd) {
  background-color: #000;
}
.main-doukeng .list > li:nth-child(even) {
  background-color: #000;
}
.main-doukeng .list > li > p:first-child {
  padding-left: 25px;
}
.main-doukeng .p {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #000;
  position: relative;
  margin-bottom: 15px;
}
.main-doukeng .p p {
  line-height: 160%;
  margin-bottom: 5px;
}
.main-doukeng .p img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-doukeng .bbb {
  margin-bottom: 25px;
}
.main-doukeng .bbb img {
  max-width: 90%;
}
.main-doukeng .bbb p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .main-doukeng .bus-banner img {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .main-doukeng .sssss {
    display: none;
  }
  .main-doukeng .p {
    padding: 40px;
  }
  .main-doukeng .list p {
    padding: 5px 10px;
  }
  .main-doukeng .list p:after,
  .main-doukeng .list p:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-doukeng .p {
    padding: 0;
  }
  .main-doukeng .list p {
    padding: 10px 0 !important;
  }
  .main-doukeng .bus-banner__bg.u-cover > div {
    background-position: 20%;
  }
  .main-doukeng .icon .row > div > div {
    margin: 5px 0;
  }
  .main-doukeng .s .row > div > div {
    margin: 5px 0;
  }
  .main-doukeng .bbb {
    margin-bottom: 0;
  }
  .main-doukeng .bbb img {
    margin-bottom: 10px;
  }
  .main-doukeng .title {
    font-size: 18px;
    padding: 15px 0 20px 0;
  }
}
.main-bushui .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-bushui .title {
  font-size: 24px;
  color: #CDB289;
  text-align: center;
  padding: 40px 0;
}
.main-bushui .title:after,
.main-bushui .title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 75px;
  background-color: #CDB289;
  margin: 0 10px;
}
.main-bushui .list p {
  width: 50%;
  float: left;
  padding: 10px 0;
  line-height: 140%;
}
.main-bushui .list p:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
}
.main-bushui .list > li:nth-child(odd) {
  background-color: #000;
}
.main-bushui .list > li:nth-child(even) {
  background-color: #000;
}
.main-bushui .list > li > p:first-child {
  padding-left: 25px;
}
.main-bushui .p {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #000;
  position: relative;
  margin-bottom: 15px;
}
.main-bushui .p p {
  line-height: 160%;
  margin-bottom: 5px;
}
.main-bushui .p img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-bushui .bbb {
  margin-bottom: 25px;
}
.main-bushui .bbb img {
  max-width: 90%;
}
.main-bushui .bbb p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .main-bushui .bus-banner img {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .main-bushui .sssss {
    display: none;
  }
  .main-bushui .p {
    padding: 40px;
  }
  .main-bushui .list p {
    padding: 5px 10px;
  }
  .main-bushui .list p:after,
  .main-bushui .list p:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-bushui .bus-banner__bg.u-cover > div {
    background-position: 30%;
  }
  .main-bushui .icon .row > div > div {
    margin: 5px 0;
  }
  .main-bushui .s .row > div > div {
    margin: 5px 0;
  }
  .main-bushui .bbb {
    margin-bottom: 0;
  }
  .main-bushui .bbb img {
    margin-bottom: 10px;
  }
  .main-bushui .title {
    font-size: 18px;
    padding: 15px 0 20px 0;
  }
}
.main-meibai .bus-operation p,
.main-meibai .bus-operation h6,
.main-meibai .t {
  color: #9e7e4d;
}
.main-meibai .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-meibai .title {
  font-size: 24px;
  color: #CDB289;
  text-align: center;
  padding: 40px 0;
}
.main-meibai .title:after,
.main-meibai .title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 75px;
  background-color: #CDB289;
  margin: 0 10px;
}
.main-meibai .list p {
  width: 50%;
  float: left;
  padding: 10px 0;
  line-height: 140%;
}
.main-meibai .list p:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
}
.main-meibai .list > li:nth-child(odd) {
  background-color: #000;
}
.main-meibai .list > li:nth-child(even) {
  background-color: #000;
}
.main-meibai .list > li > p:first-child {
  padding-left: 25px;
}
.main-meibai .p {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #000;
  position: relative;
  margin-bottom: 15px;
}
.main-meibai .p p {
  line-height: 160%;
  margin-bottom: 5px;
}
.main-meibai .p img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-meibai .bbb {
  margin-bottom: 25px;
}
.main-meibai .bbb img {
  max-width: 90%;
}
.main-meibai .bbb p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .main-meibai .bus-banner img {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .main-meibai .sssss {
    display: none;
  }
  .main-meibai .p {
    padding: 40px;
  }
  .main-meibai .list p {
    padding: 5px 10px;
  }
  .main-meibai .list p:after,
  .main-meibai .list p:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-meibai .bus-banner__bg.u-cover > div {
    background-position: 20%;
  }
  .main-meibai .icon .row > div > div {
    margin: 5px 0;
  }
  .main-meibai .s .row > div > div {
    margin: 5px 0;
  }
  .main-meibai .bbb {
    margin-bottom: 0;
  }
  .main-meibai .bbb img {
    margin-bottom: 10px;
  }
  .main-meibai .title {
    font-size: 18px;
    padding: 15px 0 20px 0;
  }
}
.main-tishengguanli .bus-banner img {
  max-width: 500px;
  position: relative;
  top: 35px;
  left: 80px;
}
.main-tishengguanli .bus-operation p,
.main-tishengguanli .bus-operation h6,
.main-tishengguanli .t {
  color: #9e7e4d;
}
.main-tishengguanli .icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-tishengguanli .title {
  font-size: 24px;
  color: #CDB289;
  text-align: center;
  padding: 40px 0;
}
.main-tishengguanli .title:after,
.main-tishengguanli .title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 75px;
  background-color: #CDB289;
  margin: 0 10px;
}
.main-tishengguanli .list p {
  width: 50%;
  float: left;
  padding: 10px 0;
  line-height: 140%;
}
.main-tishengguanli .list p:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
}
.main-tishengguanli .list > li:nth-child(odd) {
  background-color: #000;
}
.main-tishengguanli .list > li:nth-child(even) {
  background-color: #000;
}
.main-tishengguanli .list > li > p:first-child {
  padding-left: 25px;
}
.main-tishengguanli .p {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #000;
  position: relative;
  margin-bottom: 15px;
}
.main-tishengguanli .p p {
  line-height: 160%;
  margin-bottom: 5px;
}
.main-tishengguanli .p img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-tishengguanli .bbb {
  margin-bottom: 25px;
}
.main-tishengguanli .bbb img {
  max-width: 90%;
}
.main-tishengguanli .bbb p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .main-tishengguanli .bus-banner img {
    max-width: 410px;
  }
}
@media screen and (max-width: 991px) {
  .main-tishengguanli .sssss {
    display: none;
  }
  .main-tishengguanli .p {
    padding: 40px;
  }
  .main-tishengguanli .list p {
    padding: 5px 10px;
  }
  .main-tishengguanli .list p:after,
  .main-tishengguanli .list p:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-tishengguanli .bus-banner__bg.u-cover > div {
    background-position: 85%;
  }
  .main-tishengguanli .icon .row > div > div {
    margin: 5px 0;
  }
  .main-tishengguanli .s .row > div > div {
    margin: 5px 0;
  }
  .main-tishengguanli .bbb {
    margin-bottom: 0;
  }
  .main-tishengguanli .bbb img {
    margin-bottom: 10px;
  }
  .main-tishengguanli .title {
    font-size: 18px;
    padding: 15px 0 20px 0;
  }
}
.main-xizhi .bus-operation {
  padding: 20px 0;
}
.main-xizhi .bus-operation__circle {
  height: 45px;
  width: 45px;
}
.main-xizhi .bus-banner img {
  max-width: 100%;
}
.main-xizhi .col-sm-20 {
  float: left;
  color: #bb935d;
  padding: 0 5px;
}
.main-xizhi .col-sm-20 span {
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  font-family: "Regular";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
  color: #e7e1cb;
  display: inline-block;
  font-size: 24px;
  margin-right: 5px;
  font-weight: bold;
}
.main-xizhi .col-sm-20 > div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #BB935D;
  padding: 2px;
}
.main-xizhi .f2 img {
  margin-bottom: 15px;
}
.main-xizhi .f2 > div > div > div {
  padding: 0 10px;
}
.main-xizhi .c-btn-box {
  margin-top: 20px;
  padding-bottom: 20px;
}
.main-xizhi .c-btn-box a {
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-size: 100%;
  width: 230px;
  height: 70px;
}
.main-xizhi .t {
  font-size: 18px;
  font-weight: bold;
  color: #bb935d;
  margin-bottom: 10px;
}
.main-xizhi .line-num-box {
  position: relative;
  padding-top: 45px;
  padding-left: 30px;
}
.main-xizhi .line-num {
  font-family: "Regular";
  font-size: 30px;
  position: absolute;
  color: #C09B67;
  left: 0;
  top: 0;
}
.main-xizhi .line-num:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  height: 60px;
  width: 1px;
  background-color: #C09B67;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-xizhi .bus-banner img {
  position: relative;
  left: 35px;
}
@media screen and (max-width: 1199px) {
  .main-xizhi .bus-banner img {
    width: 580px;
  }
}
@media screen and (max-width: 991px) {
  .main-xizhi .bus-banner img {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .main-xizhi .col-sm-20 {
    width: 20%;
  }
  .main-xizhi .five .col {
    width: 20%;
  }
  .main-xizhi .five .col p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-xizhi .col-sm-20 {
    font-size: 12px;
    margin: 5px 0;
  }
  .main-xizhi .col-sm-20 span {
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  .main-xizhi .bus-operation .f2 p {
    margin-bottom: 10px;
  }
  .main-xizhi .bus-banner .u-table {
    display: table;
  }
  .main-xizhi .c-btn-box {
    margin-top: 5px;
  }
  .main-xizhi .bus-banner__bg div {
    background-position: 27%;
  }
  .main-xizhi .bus-banner img {
    display: none;
  }
}
.main-guangqian .bus-operation {
  padding: 20px 0;
}
.main-guangqian .bus-operation__circle {
  height: 45px;
  width: 45px;
}
.main-guangqian .f2 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-guangqian .col-sm-20 {
  float: left;
  color: #bb935d;
  padding: 0 5px;
}
.main-guangqian .col-sm-20 span {
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  font-family: "Regular";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
  color: #e7e1cb;
  display: inline-block;
  font-size: 24px;
  margin-right: 5px;
  font-weight: bold;
}
.main-guangqian .col-sm-20 > div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #BB935D;
  padding: 2px;
}
.main-guangqian .f2 img {
  margin-bottom: 15px;
}
.main-guangqian .f2 > div > div > div {
  padding: 0 10px;
}
.main-guangqian .c-btn-box {
  margin-top: 20px;
  padding-bottom: 20px;
}
.main-guangqian .c-btn-box a {
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url({dede:global.cfg_cmsurl/}/files/images/bus/maofayizhi/maofayizhi_zixunanniu.png);
  background-size: 100%;
  width: 230px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .main-guangqian .col-sm-20 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-guangqian .col-sm-20 {
    font-size: 12px;
    margin: 5px 0;
  }
  .main-guangqian .col-sm-20 span {
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  .main-guangqian .bus-operation .f2 p {
    margin-bottom: 10px;
  }
  .main-guangqian .bus-banner .u-table {
    display: table;
  }
  .main-guangqian .c-btn-box {
    margin-top: 5px;
  }
}
.main-longxiong .bus-operation {
  padding-top: 20px;
}
.main-longxiong .bus-operation__circle {
  height: 45px;
  width: 45px;
}
.main-longxiong .col-sm-20 {
  float: left;
  color: #bb935d;
  padding: 0 5px;
}
.main-longxiong .col-sm-20 span {
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  font-family: "Regular";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #BB935D;
  color: #e7e1cb;
  display: inline-block;
  font-size: 24px;
  margin-right: 5px;
  font-weight: bold;
}
.main-longxiong .col-sm-20 > div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #BB935D;
  padding: 2px;
}
.main-longxiong .f2 img {
  margin-bottom: 15px;
}
.main-longxiong .f2 > div > div > div {
  padding: 0 10px;
}
.main-longxiong .c-btn-box {
  margin-top: 20px;
  padding-bottom: 20px;
}
.main-longxiong .c-btn-box a {
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url({dede:global.cfg_cmsurl/}/files/images/bus/maofayizhi/maofayizhi_zixunanniu.png);
  background-size: 100%;
  width: 230px;
  height: 70px;
}
.main-longxiong .upa {
  color: #bb935d;
}
.main-longxiong .upa + .upa {
  margin-top: 10px;
}
.main-longxiong .com-num + span {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  margin-left: 5px;
  line-height: 130%;
}
.main-longxiong .s-img {
  margin-top: 30px;
}
.main-longxiong .sss {
  display: inline-block;
  padding: 0 35px;
}
.main-longxiong .sss p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .main-longxiong .bus-banner img {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .main-longxiong .bus-banner__bg > div {
    background-position-x: 80%;
  }
  .main-longxiong .bus-banner .u-table {
    display: none !important;
  }
  .main-longxiong .col-sm-20 span {
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  .main-longxiong .bus-operation {
    padding-bottom: 10px !important;
  }
  .main-longxiong .bus-operation .f2 p {
    margin-bottom: 10px;
  }
  .main-longxiong .bus-banner .u-table {
    display: table;
  }
  .main-longxiong .c-btn-box {
    margin-top: 5px;
  }
  .main-longxiong .b-2 {
    margin-top: 15px;
  }
  .main-longxiong .sss {
    max-width: 40%;
    padding: 0;
    font-size: 12px;
  }
}
.main-jiatilongxiong .bus-banner img {
  max-width: 550px;
}
.main-jiatilongxiong .bus-operation {
  padding-top: 20px;
}
.main-jiatilongxiong .bus-operation__circle {
  width: 45px;
  height: 45px;
}
.main-jiatilongxiong .bus-operation__title {
  margin-top: 10px;
}
.main-jiatilongxiong .padding {
  padding: 0 90px;
}
.main-jiatilongxiong .bus-com-bus-title {
  padding: 45px 0;
}
.main-jiatilongxiong .bus-detail__p {
  left: 50%;
  line-height: 210% !important;
  width: auto;
}
.main-jiatilongxiong .bus-detail__contact {
  left: 67%;
}
.main-jiatilongxiong .bus-detail__person {
  position: relative;
  left: auto;
  bottom: auto;
  top: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 50%;
}
.main-jiatilongxiong .skew.a {
  height: 550px;
  background-color: #373c55;
  -webkit-transform: skew(-25deg) scaleX(1.001);
  -moz-transform: skew(-25deg) scaleX(1.001);
  -ms-transform: skew(-25deg) scaleX(1.001);
  -o-transform: skew(-25deg) scaleX(1.001);
  transform: skew(-25deg) scaleX(1.001);
  position: relative;
}
.main-jiatilongxiong .skew.a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 150px;
  background-color: #373c55;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.main-jiatilongxiong .skew.a > * {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.main-jiatilongxiong .skew.b {
  height: 550px;
  background-color: #131722;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
}
.main-jiatilongxiong .skew.b:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 150px;
  background-color: #131722;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.main-jiatilongxiong .skew.b > * {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.main-jiatilongxiong .skew img {
  position: absolute;
  bottom: 0;
}
.main-jiatilongxiong .skew.a img {
  right: 20%;
}
.main-jiatilongxiong .skew.b img {
  left: 10%;
}
@media screen and (max-width: 1199px) {
  .main-jiatilongxiong .bus-banner img {
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .main-jiatilongxiong .bus-detail__person {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    top: auto;
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main-jiatilongxiong .bus-banner__bg.u-cover > div {
    background-position: 20%;
  }
  .main-jiatilongxiong .bus-detail__p {
    font-size: 14px;
  }
  .main-jiatilongxiong .padding {
    padding: 15px 10px;
  }
  .main-jiatilongxiong .padding p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .main-jiatilongxiong .bus-detail__p {
    line-height: 140% !important;
  }
  .main-jiatilongxiong .bus-operation__title {
    margin-bottom: -10px !important;
  }
}
.news-pic,
.news-text {
  height: 235px;
}
.news-pic {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.news-text {
  background-color: yellow;
  padding: 15px;
  position: relative;
}
.news-text.c1 {
  background-color: #C8A063;
  color: #0F1520;
}
.news-text.c1 a {
  border-color: #0f1520;
}
.news-text.c1 a:after {
  background-color: #0f1520;
}
.news-text.c1 a:hover {
  color: #c8a063;
}
.news-text.c2 {
  background-color: #705E67;
}
.news-text.c3 {
  background-color: #566677;
}
.news-text.c4 {
  background-color: #2A3038;
}
.news-title {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
  font-weight: bold;
}
.news-p {
  font-size: 14px;
}
.news-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.news .row-5 {
  margin: 0 -5px;
}
.news .row-5 > div {
  padding: 0 5px;
  margin-bottom: 10px;
}
.news .row-5 .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news-pic {
    display: none;
  }
  .news-text {
    height: auto;
  }
  .news-title {
    font-size: 15px;
  }
  .news-p {
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-link {
    margin-top: 10px;
    position: static;
  }
  .news-link a {
    padding: 5px 8px;
  }
}
.height-auto {
  height: 200px !important;
}
body {
  font-family: "Regular", "Microsoft YaHei", "??", "黑体", "宋体", sans-serif !important;
}
.row-xs-5 {
  margin: 0 -5px;
}
.row-xs-5 > div {
  padding: 0 5px;
}
.row-xs-10 {
  margin: 0 -10px;
}
.row-xs-10 > div {
  padding: 0 10px;
}
.row-xs-15 {
  margin: 0 -15px;
}
.row-xs-15 > div {
  padding: 0 15px;
}
.bus-detail__oo {
  width: 350px;
  position: absolute;
  top: 80px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif;
}
.bus-detail__oo.right {
  right: 0;
}
.bus-detail__oo.left {
  left: 0;
}
.bus-detail__oo.rect img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bus-detail__oo.rect p {
  min-height: 15px;
}
.bus-detail__oo img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
}
.bus-detail__oo p {
  color: #936f4a;
  margin: 10px 0;
  min-height: 35px;
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .bus-detail__oo {
    width: 250px;
  }
}
.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.img-border {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bus-operation .f2 p {
  font-size: 12px;
}
.nav-list {
  font-family: "Regular", "Microsoft YaHei", sans-serif;
}
@media screen and (max-width: 991px) {
  .sm-hide {
    display: none;
  }
}
body {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  #indexMain .footer {
    display: none;
  }
  .bus-banner img {
    max-width: 100% !important;
  }
  .bus-banner .u-table {
    display: table;
  }
  .bus-banner__bg > div {
    background-image: none !important;
  }
  .nav-list > li > a span:nth-child(1) {
    position: static;
  }
  .nav-list > li > a span:last-child {
    display: none;
  }
  .bus-banner {
    height: auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bus-operation .f2 .numB span {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 16px !important;
  }
  .bus-operation .f2 .numB + p {
    margin-bottom: 10px;
  }
  .bus-operation .f1 .numA ~ p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bus-operation .f2 .numB {
    margin-top: 5px;
  }
  .weichuang-icon img {
    height: 30px;
    width: 30px;
  }
  .bus-operation .bo-f3 .row > div > div {
    padding: 0;
  }
  .main-zitizhifang .col-sm-4 {
    padding: 0 !important;
  }
  .main-lapi .ppo {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .main-maofa .bus-operation .bo-f3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .main-guangqian .bus-operation .f2 p {
    padding: 0;
  }
  .main-qudou .list p,
  .main-meibai .list p,
  .main-tishengguanli .list p {
    padding: 5px !important;
  }
  .main-bushui .list p {
    padding: 5px !important;
  }
  .main-bushui .p,
  .main-meibai .p,
  .main-tishengguanli .p {
    padding: 10px;
  }
  .weichuang-icon img + div {
    margin-left: 5px;
  }
  .infoWindow {
    width: 300px;
    text-align: center;
    left: -132px;
    top: -225px;
  }
}
.bus-operation__title span {
  color: #bb935d !important;
  background-color: #181C27 !important;
}
.nav-list > li {
  margin-right: 5px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .header__son-list .two {
    font-size: 14px;
  }
  .aside {
    left: 20px;
  }
  .aside__link-circle {
    height: 45px;
    width: 45px;
  }
  .news-p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bus-swiper .bus-swiper__prev {
    display: none;
  }
  .bus-swiper .bus-swiper__next {
    display: none;
  }
  .bus-banner .weichuang-banner-text {
    max-width: 370px;
  }
  .bus-banner .face-banner-text {
    max-width: 385px;
  }
}
body {
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  .aside {
    left: 5px;
  }
  .aside__heading {
    font-size: 14px;
  }
  .aside__link-caption {
    font-size: 12px;
  }
}
.index-skin .bus-banner img {
  max-width: 750px;
  left: -40px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .index-skin .bus-banner img {
    max-width: 500px;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-skin .bus-banner img {
    max-width: 500px;
    left: -90px;
  }
}
@media screen and (max-width: 767px) {
  .index-skin .bus-banner img {
    left: -17px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .bus-banner .container {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bus-banner img {
    left: auto !important;
    right: auto !important;
  }
}
.cy [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cy-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .cy-1 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .cy-1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cy-1 {
    padding-bottom: 30px;
  }
}
.cy-1-title {
  display: flex;
  align-items: center;
  color: #C8A063;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .cy-1-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cy-1-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cy-1-title {
    margin-bottom: 15px;
  }
}
.cy-1-title .index {
  font-size: 22px;
  margin-right: 14px;
  font-style: normal;
}
.cy-1-title .line {
  width: 140px;
  border-top: 1px dotted #C8A063;
  margin-right: 14px;
}
@media (max-width: 1280px) {
  .cy-1-title .line {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .cy-1-title .line {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .cy-1-title .line {
    width: 30px;
  }
}
.cy-1-title .text {
  font-size: 36px;
}
@media (max-width: 1280px) {
  .cy-1-title .text {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .cy-1-title .text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cy-1-title .text {
    font-size: 18px;
  }
}
.cy-1-body .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 1279px) {
  .cy-1-body .text {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .cy-1-body .text {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cy-1-body .text {
    padding: 0 12px;
  }
}
.cy-1-body .text-title {
  font-size: 26px;
  margin-bottom: 18px;
}
@media (max-width: 1279px) {
  .cy-1-body .text-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .cy-1-body .text-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cy-1-body .text-title {
    font-size: 18px;
  }
}
.cy-1-body .text-title:before {
  content: "";
  display: block;
  height: 28px;
  width: 1px;
  background-color: #C39C61;
  margin: 0 auto 24px auto;
}
.cy-1-body .text-desc p:not(:last-child) {
  margin-bottom: 14px;
}
.cy-2 {
  margin-bottom: 25px;
}
.cy-2-title {
  color: #c8a063;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Microsoft YaHei", sans-serif;
}
@media (max-width: 1279px) {
  .cy-2-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cy-2-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cy-2-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.cy-2-label {
  margin-bottom: 48px;
  font-size: 18px;
  color: #c8a063;
  text-align: center;
}
@media (max-width: 1279px) {
  .cy-2-label {
    margin-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .cy-2-label {
    margin-bottom: 28px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cy-2-label {
    margin-bottom: 16px;
  }
}
.cy-2-label:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  margin: 0 auto 12px auto;
  background-color: #c8a063;
}
.cy-2-item {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .cy-2-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cy-2-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cy-2-item {
    margin-bottom: 15px;
  }
}
.cy-2-item .slide {
  display: flex;
}
.cy-2-item .pic,
.cy-2-item .text {
  height: 200px;
}
.cy-2-item .pic {
  background-size: cover;
  background-position: center center;
  width: 200px;
  flex-shrink: 0;
}
.cy-2-item .text {
  flex-grow: 1;
  padding: 15px;
  color: #fff;
  line-height: 1.7;
}
.cy-2-item .pagination {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  color: #fff;
  left: auto;
  width: auto;
  display: flex;
}
.cy-2-item .pagination-item {
  padding-bottom: 5px;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
  height: auto;
  width: auto;
  border-radius: 0;
  transition: all .25s;
}
.cy-2-item .pagination-item:not(:last-child) {
  margin-right: 10px;
}
.cy-2-item .pagination-item.active {
  border-bottom: 1px solid #fff;
}
.cy-3 {
  padding-bottom: 60px;
}
@media (max-width: 1279px) {
  .cy-3 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cy-3 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cy-3 {
    padding-bottom: 16px;
  }
}
.cy-3-pic {
  margin-top: 20px;
}
.cy-4 {
  background-position: right center;
  background-size: cover;
  background-image: url(../images/cy/cy-4-bg.jpg);
}
@media (max-width: 767px) {
  .cy-4 {
    background-image: none;
  }
}
.cy-4-title {
  font-size: 26px;
}
@media (max-width: 1279px) {
  .cy-4-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .cy-4-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cy-4-title {
    font-size: 16px;
  }
}
.cy-4-title:after {
  content: "";
  display: block;
  height: 28px;
  width: 1px;
  background-color: #c8a063;
  margin: 40px 0;
  margin-left: 20% !important;
}
@media (max-width: 1279px) {
  .cy-4-title:after {
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .cy-4-title:after {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .cy-4-title:after {
    margin: 15px 0;
  }
}
.cy-4-body {
  padding: 150px 0;
}
@media (max-width: 1279px) {
  .cy-4-body {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .cy-4-body {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cy-4-body {
    padding: 35px 0;
  }
}
/* 招商加盟 */
.join-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-list ul li {
  width: 24%;
  cursor: pointer;
}
.join-list ul li .img {
  width: 100%;
  height: 165px;
  overflow: hidden;
  position: relative;
}
.join-list ul li .img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: 0.3s;
}
.join-list ul li .img .mask {
  width: 100%;
  height: 100%;
  background: rgba(198, 159, 98, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.join-list ul li .con {
  height: 185px;
  padding: 28px 35px 0;
}
.join-list ul li .con .title {
  color: #c69f62;
  display: flex;
  align-items: center;
}
.join-list ul li .con .title h1 {
  font-size: 18px;
  padding-right: 10px;
}
.join-list ul li .con .title h2 {
  font-size: 13px;
  padding-left: 10px;
}
.join-list ul li .con .desc {
  font-size: 13px;
  color: #c69f62;
  margin-top: 5px;
}
.join-list ul li:first-child .con .title {
  color: #0f1520;
}
.join-list ul li .con .desc {
  color: #c69f62;
  line-height: 1.8;
  text-align: justify;
}
.join-list ul li:first-child .con .desc {
  color: #0f1520;
}
.join-list ul li:first-child .con {
  background: #c69f62;
}
.join-list ul li:nth-child(2) .con {
  background: #566677;
}
.join-list ul li:nth-child(3) .con {
  background: #2a2f38;
}
.join-list ul li:nth-child(4) .con {
  background: #705e67;
}
.join-list ul li:hover .img img {
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .join-list ul li .img {
    height: 150px;
  }
  .join-list ul li .con {
    height: 156px;
    padding: 15px 15px 0;
  }
}
@media (max-width: 991px) {
  .join-list ul li {
    width: 48.5%;
    margin-bottom: 20px;
  }
  .join-list ul li .img {
    height: 150px;
  }
  .join-list ul li .con {
    height: 130px;
    padding: 15px 15px 0;
  }
  .join-list ul li .con .title h1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .join-list ul li {
    width: 48.5%;
    margin-bottom: 12px;
  }
  .join-list ul li .img {
    height: 130px;
  }
  .join-list ul li .con {
    height: 146px;
    padding: 10px 10px 0;
  }
  .join-list ul li .con .title h1 {
    font-size: 16px;
  }
  .join-list ul li .con .desc {
    margin-top: 3px;
    line-height: 1.5;
  }
}
.j-project {
  padding-bottom: 65px;
}
@media screen and (max-width: 1200px) {
  .j-project {
    padding-bottom: 35px;
  }
}
.j-project .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .j-project .cont {
    display: block;
  }
}
.j-project .left-img {
  flex-shrink: 0;
  width: 23.66%;
}
@media screen and (max-width: 640px) {
  .j-project .left-img {
    width: 100%;
  }
}
.j-project .left-img img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 284px;
}
@media screen and (max-width: 640px) {
  .j-project .left-img img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}
.j-project .right-text {
  flex-shrink: 0;
  width: 64.75%;
}
@media screen and (max-width: 640px) {
  .j-project .right-text {
    width: 100%;
  }
}
.j-project .right-text ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.j-project .right-text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.j-project .right-text ul li .item-icon {
  flex-shrink: 0;
  width: 63px;
  margin-right: 15px;
}
.j-project .right-text ul li .item-t {
  flex-grow: 1;
}
.j-project .right-text ul li .item-t h1 {
  font-size: 18px;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  .j-project .right-text ul li .item-t h1 {
    font-size: 16px;
    margin-top: 0px;
  }
}
.j-project .right-text ul li .item-t h2 {
  font-size: 14px;
}
.j-advantage {
  padding-top: 1px;
  background: url(../images/join/join5.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 40px;
}
.j-advantage ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .j-advantage ul {
    display: block;
  }
}
.j-advantage ul li {
  flex-shrink: 0;
  width: 33.33%;
}
@media screen and (max-width: 640px) {
  .j-advantage ul li {
    width: 100%;
  }
}
.j-advantage ul li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 640px) {
  .j-advantage ul li:not(:first-child) {
    border-left: none;
    margin-top: 15px;
  }
}
.j-advantage ul li:hover .item {
  background-color: rgba(0, 0, 0, 0.4);
}
.j-advantage ul li .item {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: transparent;
  transition: all .3s;
  height: 100%;
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .j-advantage ul li .item {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.j-advantage ul li .item .num {
  margin-bottom: 40px;
  transform: translateY(-30%);
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .j-advantage ul li .item .num {
    font-size: 22px;
  }
}
.j-advantage ul li .item .t {
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .j-advantage ul li .item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .j-advantage ul li .item .num {
    margin-bottom: 20px;
  }
}
.j-technical {
  padding-bottom: 55px;
}
.j-technical .cont {
  max-width: 1030px;
  margin: 0 auto;
}
.j-technical .cont table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(199, 159, 98, 0.5);
}
.j-technical .cont table tr {
  font-size: 14px;
}
.j-technical .cont table tr:first-child {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .j-technical .cont table tr:first-child {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.j-technical .cont table tr td {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .j-technical .cont table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .j-technical .cont table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.j-technical .cont table tr td:nth-child(1) {
  padding-left: 19%;
}
@media screen and (max-width: 768px) {
  .j-technical .cont table tr td:nth-child(1) {
    padding-left: 10%;
  }
}
@media screen and (max-width: 640px) {
  .j-technical .cont table tr td:nth-child(1) {
    padding-left: 3%;
  }
}
.j-technical .cont table tr td:nth-child(2) {
  padding-left: 12%;
}
@media screen and (max-width: 768px) {
  .j-technical .cont table tr td:nth-child(2) {
    padding-left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .j-technical .cont table tr td:nth-child(2) {
    padding-left: 3%;
  }
}
